/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.sliding-popup-bottom,.sliding-popup-top{z-index:99999;text-align:center;}.sliding-popup-bottom{position:fixed;}.sliding-popup-top{position:relative;}.eu-cookie-compliance-content{margin:0 auto;max-width:80%;display:inline-block;text-align:left;width:100%;}.eu-cookie-compliance-buttons{float:right;max-width:40%;}[dir="rtl"] .eu-cookie-compliance-buttons{float:left;}.eu-cookie-compliance-default-button,.eu-cookie-compliance-secondary-button,.eu-cookie-compliance-more-button,.eu-cookie-compliance-hide-button,.eu-cookie-withdraw-tab{cursor:pointer;}.eu-cookie-compliance-message{float:left;max-width:60%;}.eu-cookie-withdraw-wrapper.sliding-popup-top,.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner{transform:scaleY(-1);}.eu-cookie-withdraw-tab{position:absolute;top:0;transform:translate(-50%,-100%);left:50%;}.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab{transform:translate(-50%,-100%) scaleY(-1);}[dir="rtl"] .eu-cookie-compliance-message{float:right;text-align:right;}@media screen and (max-width:600px){.eu-cookie-compliance-content{max-width:95%;}.eu-cookie-compliance-message{max-width:100%;}.eu-cookie-compliance-buttons{clear:both;float:none;max-width:100%;}}
:root{--col-spacing-sm:0.5rem;--col-spacing-md:1rem;--col-spacing-lg:2rem;--two-column-gap:2rem;--three-column-gap:1rem;}details .layout-builder{padding:0;border:0;}.col-spacing-sm
  > *:not(.content-title):not(:has(.content-title)):not(:last-child){margin-bottom:var(--col-spacing-sm);}.col-spacing-md
  > *:not(.content-title):not(:has(.content-title)):not(:last-child){margin-bottom:var(--col-spacing-md);}.col-spacing-lg
  > *:not(.content-title):not(:has(.content-title)):not(:last-child){margin-bottom:var(--col-spacing-lg);}.layout-builder__column + .layout-builder__column{margin-top:var(--col-spacing-md);}
.image-fader{position:relative;overflow:hidden;width:100%;}.image-fader__stage{position:relative;width:100%;min-height:var(--image-fader-min-height,320px);}.image-fader__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out;}.image-fader__slide--active{opacity:1;}.image-fader__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}.image-fader__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:rgba(0,0,0,0.4);color:#fff;border:0;padding:0.5rem 0.8rem;font-size:1.75rem;line-height:1;cursor:pointer;border-radius:2px;transition:background-color 0.2s ease;}.image-fader__arrow:hover,.image-fader__arrow:focus-visible{background-color:rgba(0,0,0,0.65);outline:2px solid #fff;outline-offset:2px;}.image-fader__arrow--prev{left:0.5rem;}.image-fader__arrow--next{right:0.5rem;}.image-fader__dots{position:absolute;bottom:0.75rem;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:0.5rem;z-index:10;}.image-fader__dot{width:10px;height:10px;padding:0;border-radius:50%;background-color:rgba(255,255,255,0.5);border:1px solid rgba(0,0,0,0.2);cursor:pointer;transition:background-color 0.2s ease;}.image-fader__dot--active,.image-fader__dot:hover{background-color:#fff;}.image-fader__dot:focus-visible{outline:2px solid #fff;outline-offset:2px;}.image-fader__counter{position:absolute;bottom:0.75rem;right:0.75rem;z-index:10;color:#fff;font-size:0.875rem;line-height:1;background-color:rgba(0,0,0,0.4);padding:0.2rem 0.5rem;border-radius:2px;pointer-events:none;}.image-fader__counter--hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.image-fader__slide picture{display:block;width:100%;height:100%;}@media (prefers-reduced-motion:reduce){.image-fader__slide,.image-fader__arrow,.image-fader__dot{transition:none !important;}}
:root{--opening-hours-color-warning:#e0ac00;}.opening-hours__list{margin:0;padding:0;list-style:none;}.opening-hours__list--flex .opening-hours__list-item{display:flex;}.opening-hours__list--colon .opening-hours__item--weekday::after{content:":";}.opening-hours__item--spacer{flex:1;border-bottom:1px dotted;}.schedule-overview-table td:has(.schedule-overlap-dates){color:var(--opening-hours-color-warning);}.schedule-overview-table tr:hover td:has(.schedule-overlap-dates){color:var(--opening-hours-color-warning);}.container-inline .form-item[class*="-closed"] label::after{content:"";}
