:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--page-bg:#5687b2;--surface:#fff;--primary:#2c3e50;--radius:12px;--border:color-mix(in srgb,#111 20%,#0000);--muted:#4b5563;--heading-blue:#1e3a8a;--btn-bg:var(--primary);--btn-fg:#fff}html[data-theme=dark]{--page-bg:#0b0f16;--surface:#10151d;--fg:#e5e7eb;--primary:#60a5fa;--border:color-mix(in srgb,#fff 16%,#0000);--muted:#9ca3af;--heading-blue:#93c5fd;--btn-bg:#3b485c;--btn-fg:#e5e7eb}*{box-sizing:border-box}#root,.app-container,body,html{background:#5687b2!important;background:var(--page-bg)!important;color:#111!important;color:var(--fg)!important;font-family:Arial,sans-serif;margin:0;padding:0;scroll-behavior:smooth}img,picture,video{display:block;height:auto;max-width:100%}.app-container{display:flex;flex-direction:column;min-height:100dvh}.app-main{display:flex;flex:1 1 auto;flex-direction:column}.sr-only{clip:rect(0,0,1px,1px)}:focus-visible{outline:3px solid #ff9800;outline-offset:2px}a:focus,button:focus,input:focus,select:focus,textarea:focus{background-color:#eef7ff;box-shadow:0 0 0 3px #07c6;outline:3px solid #07c;outline-offset:2px}html[data-theme=dark] :focus-visible{outline:3px solid color-mix(in srgb,#ffd28a 80%,#0000)}html[data-theme=dark] a:focus,html[data-theme=dark] button:focus,html[data-theme=dark] input:focus,html[data-theme=dark] select:focus,html[data-theme=dark] textarea:focus{background-color:initial;box-shadow:0 0 0 2px #60a5fa40}.skip-link{background:#06c;border-radius:.25rem;color:#fff;font-weight:700;left:0;padding:.5rem 1rem;position:absolute!important;text-decoration:none;top:-40px;transition:top .2s ease;z-index:1000}.skip-link:focus,.skip-link:focus-visible{left:.5rem;top:.5rem}#main-content:focus,#main-content:focus-visible{background-color:inherit!important;box-shadow:none!important;outline:none!important;outline-offset:0!important}.btn{align-items:center;background:#2c3e50;background:var(--btn-bg);border:1px solid color-mix(in srgb,#111 20%,#0000);border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);color:var(--btn-fg);display:inline-flex;font:inherit;justify-content:center;line-height:1.2;min-height:42px;padding:.6rem .9rem}.btn:hover{filter:brightness(1.05)}.input,.select,.textarea{background:#fff;background:var(--surface);border:1px solid color-mix(in srgb,#111 20%,#0000);border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);color:#111;color:var(--fg);font:inherit;line-height:1.2;padding:.6rem .8rem}.App{border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:40px auto;max-width:900px}.App,.card{background:#fff;background:var(--surface);color:#111;color:var(--fg);padding:20px}.card{border:1px solid color-mix(in srgb,#111 20%,#0000);border-left:6px solid #2c3e50;border:1px solid var(--border);border-left:6px solid var(--primary);border-radius:8px;box-shadow:0 6px 18px color-mix(in srgb,#000 25%,#0000);margin:0 auto;max-width:500px;transition:all .2s ease-out;width:100%}.auth-box{background:#fff;background:var(--surface);border-radius:10px;box-shadow:0 6px 20px #0000001a;color:#111;color:var(--fg);margin:40px auto;max-width:350px;padding:24px}.buchungen-section{max-width:100%;overflow-x:auto}:where(.card,.App) :where(h1,h2,h3){color:#1e3a8a!important;color:var(--heading-blue)!important}html:not([data-theme=dark]) .navbar{background-color:#1a5276!important;color:#fff!important}html:not([data-theme=dark]) .navbar a,html:not([data-theme=dark]) .navbar button,html:not([data-theme=dark]) .navbar-title{color:#fff!important}html:not([data-theme=dark]) .navbar-right button{background:none!important;border:none!important;color:#fff!important;font-weight:700!important}html:not([data-theme=dark]) .navbar-right button:hover{background-color:#fff3!important}html[data-theme=dark] .navbar{background-color:#1e293b!important;color:#e5e7eb!important}html[data-theme=dark] .navbar a,html[data-theme=dark] .navbar button,html[data-theme=dark] .navbar-title{color:#e5e7eb!important}html[data-theme=dark] .navbar button{background:#2c3e50!important;background:var(--btn-bg)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;color:#fff!important;color:var(--btn-fg)!important}html:not([data-theme=dark]) .footer{background-color:#f6f6f6!important;color:#333!important}html:not([data-theme=dark]) .footer .copyright,html:not([data-theme=dark]) .footer h2,html:not([data-theme=dark]) .footer p{color:#111!important}html[data-theme=dark] .footer{background-color:#111827!important;color:#e5e7eb!important}html[data-theme=dark] .footer a{color:#9ca3af!important}html[data-theme=dark] .footer a:focus,html[data-theme=dark] .footer a:hover{color:#60a5fa!important}html[data-theme=dark] .footer .copyright,html[data-theme=dark] .footer h1,html[data-theme=dark] .footer h2,html[data-theme=dark] .footer h3,html[data-theme=dark] .footer h4,html[data-theme=dark] .footer p{color:#e5e7eb!important}.FilterBox,.filter,.filter-bar,.filter-card,.filter-panel,.filters,.search-bar{background:#fff!important;background:var(--surface)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;border-radius:12px;border-radius:var(--radius);color:#111!important;color:var(--fg)!important}:where(.filters,.filter,.filter-bar,.search-bar,.filter-card,.filter-panel) :is(input,select,textarea,button){background:#fff!important;background:var(--surface)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;color:#111!important;color:var(--fg)!important}.select.select--art,.select.select--sort{background:#fff!important;background:var(--surface)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;color:#111!important;color:var(--fg)!important}.tabs-container{background:#0000!important;border-color:#0000!important;box-shadow:none!important}.tabs,.tabs-container{border-radius:12px!important}.tabs :is(button,[role=tab]),.tabs-container :is(button,[role=tab]){background:#fff!important;background:var(--surface)!important;border:1px solid #2c3e50!important;border:1px solid var(--primary)!important;border-radius:10px;color:#2c3e50!important;color:var(--primary)!important;margin:4px;padding:8px 14px}.tabs :is(button.active,[aria-selected=true]),.tabs-container :is(button.active,[aria-selected=true]){background:#2c3e50!important;background:var(--primary)!important;color:#fff!important}#tab-10er-Plan,#tab-Einzeltermine,#tab-Pakete{background:#fff!important;background:var(--surface)!important;border:1px solid #2c3e50!important;border:1px solid var(--primary)!important;border-radius:10px;color:#2c3e50!important;color:var(--primary)!important}#tab-10er-Plan[aria-selected=true],#tab-Einzeltermine[aria-selected=true],#tab-Pakete[aria-selected=true]{background:#2c3e50!important;background:var(--primary)!important;color:#fff!important}html[data-theme=dark] .hero-text{color:#fff!important}html[data-theme=dark] .buchen-page .cards-wrapper,html[data-theme=dark] .buchen-page .grid,html[data-theme=dark] .buchen-page .list,html[data-theme=dark] .kursliste-container{background:color-mix(in srgb,#5687b2 90%,#000)!important;background:color-mix(in srgb,var(--page-bg) 90%,#000)!important;border:1px solid color-mix(in srgb,#fff 12%,#0000)!important}.badge{background:color-mix(in srgb,#fff 94%,#0000)!important;background:color-mix(in srgb,var(--surface) 94%,#0000)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;border-radius:8px;color:#4b5563!important;color:var(--muted)!important;padding:6px 10px}html[data-theme=dark] .badge{background:#0b1220!important;border:1px solid color-mix(in srgb,#fff 14%,#0000)!important;color:#cbd5e1!important}.erklaerung,.erklärung,.info-text{background:color-mix(in srgb,#fff 96%,#0000)!important;background:color-mix(in srgb,var(--surface) 96%,#0000)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;border-radius:10px;color:#111!important;color:var(--fg)!important;padding:10px 12px}html[data-theme=dark] .erklaerung,html[data-theme=dark] .erklärung,html[data-theme=dark] .info-text{background:#0f172a!important}.profil-page{margin:24px auto;max-width:1000px;padding:0 12px 24px}.profil-page .card{border-left-color:#2c3e50;max-width:100%}.profil-page .tabs{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:inline-flex;gap:8px;margin:8px 0 16px;padding:6px}html[data-theme=dark] .profil-page .steckbrief{background:#0f172a!important;border:1px solid color-mix(in srgb,#fff 12%,#0000)!important;border-radius:12px;color:#e5e7eb!important;padding:12px}html[data-theme=dark] .profil-page .form label,html[data-theme=dark] .profil-page .steckbrief>div,html[data-theme=dark] .profil-page .steckbrief>div .k,html[data-theme=dark] .profil-page .steckbrief>div span,html[data-theme=dark] .profil-page .steckbrief>div strong{color:#e5e7eb!important}html[data-theme=dark] .buchungsliste,html[data-theme=dark] .buchungsliste-card{background:#0f172a!important;border:1px solid color-mix(in srgb,#fff 12%,#0000)!important;border-radius:12px;color:#e5e7eb!important}html[data-theme=dark] .buchungsliste :is(p,span,li),html[data-theme=dark] .buchungsliste-card :is(p,span,li){color:#e5e7eb!important}.profil-page .form{grid-gap:12px;display:grid;gap:12px}.profil-page .form.grid2{gap:12px 16px;grid-template-columns:repeat(2,minmax(220px,1fr))}.profil-page .form label{grid-gap:6px;display:grid;font-weight:600;gap:6px}.buchen-page .form :is(input,select,textarea),.profil-page .form :is(input,select,textarea){background:#fff!important;background:var(--surface)!important;border:1px solid color-mix(in srgb,#111 20%,#0000)!important;border:1px solid var(--border)!important;border-radius:10px;box-sizing:border-box;color:#111!important;color:var(--fg)!important;font-size:.95rem;padding:10px 12px}.profil-page .form button{background:#2c3e50;background:var(--btn-bg);border:1px solid color-mix(in srgb,#111 20%,#0000);border:1px solid var(--border);color:#fff;color:var(--btn-fg)}html:not([data-theme=dark]) #root,html:not([data-theme=dark]) .app-container,html:not([data-theme=dark]) body{background-color:#5687b2!important;color:#111!important}html:not([data-theme=dark]) #footer,html:not([data-theme=dark]) .Footer,html:not([data-theme=dark]) .footer,html:not([data-theme=dark]) .site-footer,html:not([data-theme=dark]) footer{background-color:#f6f6f6!important;color:#333!important}html:not([data-theme=dark]) .footer a{color:#000!important}html:not([data-theme=dark]) .footer a:focus,html:not([data-theme=dark]) .footer a:hover{color:#0056b3!important}html:not([data-theme=dark]) .footer .copyright,html:not([data-theme=dark]) .footer h1,html:not([data-theme=dark]) .footer h2,html:not([data-theme=dark]) .footer h3,html:not([data-theme=dark]) .footer h4,html:not([data-theme=dark]) .footer p{color:#111!important}html[data-theme=dark] .startseite-hero h1{color:#fff!important}html[data-theme=dark] .card p,html[data-theme=dark] .form-grid label,html[data-theme=dark] article.card p,html[data-theme=dark] form.form-grid label{color:#cbd5e1!important}html[data-theme=dark] article.card,html[data-theme=dark] div.card,html[data-theme=dark] section.card,html[data-theme=dark] section.card.card--wide{background-color:#0f172a!important;border:1px solid #ffffff1f!important;box-shadow:0 6px 18px #00000059!important;color:#e5e7eb!important}html[data-theme=dark] .card strong{color:#eaf2ff!important}html[data-theme=dark] .card p[id^=kurs-]{color:#cbd5e1!important}html[data-theme=dark] .card p strong{color:#eaf2ff!important}html[data-theme=dark] section.card.card--wide{background-color:#0f172a!important;border:1px solid #ffffff1f!important}html[data-theme=dark] .buchen-page .cards-wrapper,html[data-theme=dark] .buchen-page .grid,html[data-theme=dark] .buchen-page .list,html[data-theme=dark] .kursliste-container{background:color-mix(in srgb,#0b0f16 90%,#000)!important;border:1px solid #ffffff1f!important;border-radius:12px}html[data-theme=dark] .buchen-page .form :is(input,select,textarea),html[data-theme=dark] .form-grid :is(input,select,textarea),html[data-theme=dark] .profil-page .form :is(input,select,textarea),html[data-theme=dark] :is(input,select,textarea).input,html[data-theme=dark] input[type=date].input,html[data-theme=dark] input[type=datetime-local].input,html[data-theme=dark] input[type=time].input{background-color:#1e293b!important;border:1px solid #ffffff2e!important;color:#e5e7eb!important}html[data-theme=dark] input[type=date]::-webkit-datetime-edit,html[data-theme=dark] input[type=datetime-local]::-webkit-datetime-edit,html[data-theme=dark] input[type=time]::-webkit-datetime-edit{color:#e5e7eb!important}html[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator,html[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator,html[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.9) contrast(1.1)}html[data-theme=dark] ::placeholder{color:#aeb8c6!important;opacity:1!important}html[data-theme=dark] .buchen-page .form select,html[data-theme=dark] .form-grid select,html[data-theme=dark] .profil-page .form select,html[data-theme=dark] select.input{background-color:#1e293b!important;border:1px solid #ffffff2e!important;color:#e5e7eb!important}html[data-theme=dark] .buchen-page .form select option,html[data-theme=dark] .form-grid select option,html[data-theme=dark] .profil-page .form select option,html[data-theme=dark] select.input option{background-color:#0f172a!important;color:#e5e7eb!important}html[data-theme=dark] h1{color:#fff!important}html[data-theme=dark] .buchen-filters{background:#0f172a!important;border:1px solid #ffffff1f!important;border-radius:12px!important;color:#e5e7eb!important}html[data-theme=dark] .buchen-filters :is(input,select,textarea,button){background:#1e293b!important;border:1px solid #ffffff2e!important;color:#e5e7eb!important}html[data-theme=dark] :is(.filter-card,.filter,.filter-bar,.filter-panel){background:#0f172a!important;border:1px solid #ffffff1f!important;border-radius:12px!important;color:#e5e7eb!important}html[data-theme=dark] :is(.filter-card,.filter,.filter-bar,.filter-panel) :is(input,select,textarea,button){background:#1e293b!important;border:1px solid #ffffff2e!important;color:#e5e7eb!important}html[data-theme=dark] #footer,html[data-theme=dark] .Footer,html[data-theme=dark] .footer,html[data-theme=dark] .site-footer,html[data-theme=dark] footer{background-color:#1f2937!important;border-top:1px solid #ffffff1f!important;color:#e5e7eb!important}html[data-theme=dark] .footer a,html[data-theme=dark] footer a{color:#d1d5db!important}html[data-theme=dark] .footer a:focus,html[data-theme=dark] .footer a:hover,html[data-theme=dark] footer a:focus,html[data-theme=dark] footer a:hover{color:#60a5fa!important}html[data-theme=dark] .footer .copyright,html[data-theme=dark] .footer h1,html[data-theme=dark] .footer h2,html[data-theme=dark] .footer h3,html[data-theme=dark] .footer h4,html[data-theme=dark] .footer p{color:#f3f4f6!important}@media (max-width:768px){.navbar{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.auth-box{margin:60px auto;max-width:90%;padding:20px}}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.navbar{background-color:#1a5276;color:#fff;flex-wrap:wrap;font-family:inherit;justify-content:space-between;padding:6px 20px!important;position:sticky;top:0;z-index:1000}.navbar,.navbar-nav{align-items:center;display:flex}.navbar-nav{flex-grow:1;gap:12px;justify-content:center}.navbar a,.navbar button{font-family:inherit}.navbar-left{color:#fff;flex-shrink:0;font-size:1.3rem;font-weight:600;line-height:1.2;text-decoration:none}.navbar-center,.navbar-left{align-items:center;display:flex;gap:12px;justify-content:center}.navbar-center{flex:1 1;flex-wrap:wrap}.navbar-center a{background:none;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:6px 10px;text-decoration:none;transition:background-color .2 ease}.navbar-center a:hover{background-color:#fff3}.navbar-logout{align-items:center;display:flex;margin-left:auto}.navbar-logo-container{align-items:center;display:flex;flex-shrink:0}.navbar-logo{display:block;height:80px;width:auto}.navbar-title-container{align-items:center;display:flex}.navbar-title{color:#fff;font-family:inherit;font-size:1.3rem;font-weight:600}.navbar-right{align-items:center;display:flex;gap:12px}.navbar-right a,.navbar-right button{background:none;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:6px 10px;text-decoration:none;transition:background-color .2s ease}.navbar-right a:hover,.navbar-right button:hover{background-color:#fff3}.burger{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:1000px){.burger{display:block;left:calc(50% + 65px);position:absolute;top:6px;transform:translateX(-50%);z-index:2001}.navbar{align-items:center;flex-direction:row;flex-wrap:wrap;position:relative}.navbar-left{font-size:1.1rem;justify-content:flex-start;width:auto}.navbar-logo{height:80px}.navbar-right{display:flex;margin-left:auto;margin-top:0;width:auto}.navbar-right a,.navbar-right button{padding:6px 10px;text-align:right;width:auto}.navbar-title{font-size:1rem}.navbar-center{display:none;margin-top:0;width:100%}.navbar-center.open{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:72px;width:100%}.navbar-center a{padding:8px 12px;text-align:center;width:auto}}@media (max-width:900px){.navbar-left{align-items:flex-start;flex-direction:column}.navbar-title{margin-top:6px;text-align:left}}@media (max-width:600px){.navbar-title{font-size:.9rem}.navbar-logo{height:80px}.navbar-center a,.navbar-right button{font-size:.95rem;padding:8px}.burger{font-size:1.2rem}}@media (max-width:510px){.navbar{align-items:stretch}.navbar,.navbar-left{flex-direction:column}.navbar-left{align-items:center;order:1;width:100%}.navbar-title{margin-top:6px;text-align:center}.burger{margin:6px auto 0;order:2;position:static;transform:none}.navbar-center.open{order:3}.navbar-center.open,.navbar-right{justify-content:center;margin-top:8px;width:100%}.navbar-right{order:4}}.footer{align-items:flex-start;background-color:#f6f6f6;box-sizing:border-box;clip-path:path("M0,50 Q160,0 320,50 T640,50 T960,50 T1280,50 T1600,50 T1920,50 T2240,50 T2560,50 T2880,50 T3200,50 T3520,50 T3840,50 V4999 H0 Z");color:#333;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;max-width:none;overflow:visible;padding:clamp(90px,7.5vw,130px) 32px 28px;position:relative;width:100%}.footer>*{position:relative;z-index:2}.footer-col{align-items:center;box-sizing:border-box;display:flex;flex:1 1 320px;flex-direction:column;max-width:420px;min-width:280px;text-align:center}.footer-col h2{color:#111;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.footer-col a{color:#000;font-weight:500;text-decoration:underline;transition:color .2s ease}.footer-col a:focus,.footer-col a:hover{color:#0056b3;text-decoration-thickness:2px}.footer a:focus{outline:2px solid #0056b3;outline-offset:3px}.footer p{color:#111;line-height:1.5;margin:.3rem 0}.footer-middle{order:0}.footer-inner{align-items:flex-start;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:2rem 3rem;justify-content:center;margin:0 auto;max-width:1400px;padding:0 20px;width:100%}.footer-links{display:flex;flex-direction:column;gap:4px}.footer-barrierefreiheit,.footer-links{margin-bottom:.5rem}.footer-barrierefreiheit a{display:inline-block;margin-top:4px}.footer-bottom-note{color:#000;font-size:.85rem}.copyright{color:#000;font-size:1.05rem;margin-top:.5rem;text-align:center}@media (max-width:1140px){.footer{padding-top:clamp(130px,12vw,180px)}}@media (max-width:920px){.footer{padding-top:clamp(130px,12vw,180px)}}@media (max-width:900px){.footer{align-items:center;flex-direction:column;gap:2.5rem;padding:60px 20px 30px}.footer-col{align-items:center;max-width:500px;text-align:center;width:100%}.footer-middle{align-self:center;flex-basis:100%}}@media (min-width:740px){.footer{padding-top:clamp(120px,11vw,170px)}}@media (max-width:600px){.footer{font-size:.9rem;padding:50px 15px 25px}.footer-col h2{font-size:1rem}.copyright,.footer-col a{font-size:.95rem}.footer-bottom-note{font-size:.85rem}}@media (max-width:560px){.footer-col,.footer-middle{flex-basis:100%;max-width:700px}}@media (max-width:400px){.footer{font-size:.85rem;gap:1.5rem}.footer-col h2{font-size:.95rem}.footer-col a{font-size:.9rem}.copyright,.footer p{font-size:.85rem}}.modal-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:11000}.modal{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000004d;max-width:500px;padding:2rem;text-align:center;width:100%}.modal-open #root{filter:blur(4px)}.modal h3{font-size:1.2rem;margin:0 0 12px}.modal-x{background:#0000;border:0;cursor:pointer;font-size:1.5rem;line-height:1;position:absolute;right:10px;top:8px}body.modal-open>:not(.modal-overlay){filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes modal-in{to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.modal{animation:none;opacity:1;transform:none}}.modal-title{font-size:1.25rem;font-weight:700;margin:0 0 8px}.modal-body{margin-top:8px}.modal-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:1.25rem}.modal-btn{border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:700;padding:.7rem 1.1rem;transition:transform .06s ease,box-shadow .15s ease,background-color .2s ease}.modal-btn:active{transform:translateY(1px)}.modal-btn:focus{box-shadow:0 0 0 4px #ffc10740;outline:3px solid #ff9800}.modal-btn--primary{background:#111;box-shadow:0 6px 16px #00000026;color:#fff}.modal-btn--primary:hover{background:#000}.modal-btn--primary:focus{box-shadow:0 0 0 5px #00000026;outline:3px solid #111}.modal-btn--ghost{background:#f4f4f4;color:#222}.modal-btn--ghost:hover{background:#eee}.modal-btn--ghost:focus{box-shadow:0 0 0 5px #0000001f;outline:3px solid #999}.modal-buttons button{background-color:#ffc107;border:none;border-radius:6px;color:#212529;cursor:pointer;font-size:1rem;font-weight:700;padding:.7rem 1.2rem;transition:all .2s ease}.modal-buttons button:hover{background-color:#e0a800}.modal-buttons button:focus{background-color:#fff3e0;box-shadow:0 0 0 4px #ffc1074d;outline:3px solid #ff9800}.modal-close{background:#0000;border:none;border-radius:8px;cursor:pointer;font-size:1.4rem;line-height:1;padding:4px 6px;position:absolute;right:10px;top:8px}.modal-close:hover{background:#0000000f}.modal-close:focus-visible{outline:3px solid #4c9aff}.modal-open{overscroll-behavior:none}:where(.modal,.modal *) :focus-visible{outline:3px solid #4c9aff;outline-offset:2px}.modal-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:1rem}.btn{appearance:none;background:#111;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.7rem 1.1rem;transition:transform .06s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:3px solid #4c9aff;outline-offset:2px}.btn.primary{background:#2c3e50;color:#fff}.btn.primary:hover{background:#223240}.btn.ghost{background:#fff;border:1px solid #ddd;color:#222}.btn.ghost:hover{background:#f7f7f7;border-color:#ccc}.btn[disabled]{cursor:not-allowed;opacity:.6}.feedback-fab{background:#111;border:0;bottom:18px;box-shadow:0 8px 24px #00000040;font-size:24px;right:18px;z-index:1100}.feedback-field textarea{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem .9rem}.char-count{bottom:.4rem;font-size:.8rem;right:.5rem}.sr-only{clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}.feedback-field{position:relative}.feedback-field textarea{box-sizing:border-box;min-height:160px;resize:vertical;width:100%}.char-count{bottom:8px;color:#666;font-size:12px;position:absolute;right:12px}.fb-two-cols{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:12px}.fb-two-cols>*{min-width:0}.fb-field input{background:#fff;border:1px solid #d9d9d9;border-radius:8px;box-sizing:border-box;padding:.8rem .9rem;width:100%}@media (max-width:720px){.fb-two-cols{grid-template-columns:1fr}}.feedback-fab{background:#0d6efd;border:none;border-radius:50%;bottom:16px;box-shadow:0 8px 18px #00000038;color:#fff;cursor:pointer;display:grid;font-size:22px;height:52px;place-items:center;width:52px;z-index:1000}.fb-tooltip{border-radius:6px;bottom:50%;color:#fff;font-size:13px;line-height:1.25;opacity:0;padding:8px 10px;pointer-events:none;right:60px;transform:translateY(50%);transition:opacity .15s ease,visibility .15s ease;visibility:hidden;white-space:nowrap;z-index:1001}.fb-tooltip,.fb-tooltip:after{background:#111;position:absolute}.fb-tooltip:after{border-radius:2px;content:"";height:10px;right:-5px;top:50%;transform:translateY(-50%) rotate(45deg);width:10px}.feedback-fab:focus .fb-tooltip,.feedback-fab:hover .fb-tooltip{opacity:1;visibility:visible}body,html{background:#f6f7fb;background:var(--page-bg,#f6f7fb);color:#111;color:var(--fg,#111);height:auto}#root{display:flex;flex-direction:column;min-height:100dvh}:root{--fab-size:56px;--fab-gap:12px;--page-bg:#f6f7fb;--fg:#111}:root[data-theme=dark]{--page-bg:#0f172a;--fg:#e5e7eb}main{flex:1 1 auto;min-height:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#5687b2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100%;overflow-x:hidden}.app-main{min-height:0}.app-container>footer,footer.footer{margin-top:auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.update-toast{align-items:center;background:#1f2937;border-radius:999px;bottom:16px;box-shadow:0 8px 24px #0003;color:#fff;display:flex;gap:.75rem;left:50%;padding:.75rem 1rem;position:fixed;transform:translateX(-50%);z-index:9999}.update-toast__btn{background:#10b981;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem .75rem}.update-toast__btn:hover{filter:brightness(1.05)}.a2hs-btn{background:#2563eb;border:none;border-radius:999px;bottom:calc(max(16px, env(safe-area-inset-bottom)) + 68px);bottom:calc(max(16px, env(safe-area-inset-bottom)) + var(--fab-size) + var(--fab-gap));box-shadow:0 8px 24px #0003;color:#fff;cursor:pointer;font-weight:600;left:auto!important;line-height:1.1;min-height:56px;min-height:var(--fab-size);min-width:56px;min-width:var(--fab-size);padding:.6rem .9rem;position:fixed;right:16px;z-index:9998;z-index:10005}.a2hs-btn:hover{filter:brightness(1.05)}.feedback-fab{align-items:center;border-radius:999px;display:inline-flex;height:56px;height:var(--fab-size);justify-content:center;min-height:56px;min-height:var(--fab-size);min-width:56px;min-width:var(--fab-size);padding:0 12px;position:fixed;right:16px;width:56px;width:var(--fab-size);z-index:10010}.feedback-fab,:root:not(.has-feedback-fab) .a2hs-btn{bottom:max(16px,env(safe-area-inset-bottom))}.paypal-slot{min-height:160px}.paypal-container{min-height:172px}.app-container{display:flex!important;flex-direction:column!important;min-height:100dvh!important}.app-container>.footer,.app-container>footer{margin-top:auto!important}
/*# sourceMappingURL=main.d8b812e5.css.map*/