html {
  scroll-behavior: smooth;
}
html body {
  overflow-x: hidden;
}

.accommodation_type-apartment .check-in {
  display: none;
}

button, a {
  line-height: normal;
}

h2 {
  position: relative;
  text-align: center;
}
h2::after {
  content: "";
  width: 110px;
  height: 10px;
  background-image: url("../img/h2-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.25rem;
}

.brlbs-cmpnt-dialog h2 {
  position: relative;
  text-align: center;
}
.brlbs-cmpnt-dialog h2::after {
  display: none !important;
}

@media (max-width: 450px) {
  h1, h2, p {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
.stretch-link {
  position: relative;
}
.stretch-link a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.stretch-link a:is(:focus-visible)::after {
  outline: 2px solid;
}
.stretch-link a:is(:hover, :focus) {
  outline: none;
}

.wp-block-list {
  margin-left: 1.5rem !important;
}
.wp-block-list li {
  margin-bottom: 0.5rem !important;
}

.gp-modal__overlay {
  z-index: 10002;
}

.search-modal-form {
  border-radius: 20px;
}
.search-modal-form .search-field:focus, .search-modal-form .search-field:active {
  border: none;
  outline: none;
}

.foogallery {
  padding-left: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem !important;
  justify-content: center;
  margin-bottom: 0 !important;
}
.foogallery::after {
  display: none !important;
}
.foogallery .fg-item {
  margin: 0 !important;
}
.foogallery .fg-item img {
  max-width: 358px !important;
  width: 100% !important;
  min-width: 300px !important;
  height: auto !important;
  aspect-ratio: 358/239 !important;
}
.foogallery .fg-item-inner {
  border: none !important;
}

.recommended-pages-boxes {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1025px) {
  .recommended-pages-boxes {
    flex-direction: column;
    gap: 3rem 1.5rem;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .recommended-pages-boxes {
    gap: 3rem 1.2rem;
  }
}
.recommended-pages-boxes .recommended-page-box {
  display: flex;
  width: 33.333%;
  gap: 2.5rem;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .recommended-pages-boxes .recommended-page-box {
    width: 100%;
    max-width: 550px;
    gap: 1.5rem;
  }
}
.recommended-pages-boxes .recommended-page-box img {
  width: 100%;
  aspect-ratio: 359/239.33;
  object-fit: cover;
}
.recommended-pages-boxes .recommended-page-box p {
  color: var(--scan-blau, #002A3A);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.recommended-pages-boxes .recommended-page-box p .read-more {
  display: none;
}
.recommended-pages-boxes .recommended-page-box .title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.25rem;
}
.recommended-pages-boxes .recommended-page-box a {
  color: #476EB5;
  font-weight: 500;
}
.recommended-pages-boxes .recommended-page-box a:hover, .recommended-pages-boxes .recommended-page-box a:focus {
  color: #002A3A;
}

.gb-menu {
  justify-content: space-between;
}
@media (max-width: 1375px) {
  .gb-menu {
    margin-top: 2.5rem;
    position: relative !important;
  }
}
@media (max-width: 1450px) {
  .gb-menu {
    margin-left: 1rem !important;
  }
}
@media (max-width: 1375px) {
  .gb-menu > .menu-item {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
  }
  .gb-menu > .menu-item.current-menu-parent.sfHover > a {
    font-weight: 600;
    color: var(--scan-blau);
  }
}
.gb-menu > .menu-item > a .gb-submenu-toggle-icon {
  display: none;
}
@media (max-width: 1395px) {
  .gb-menu > .menu-item > a {
    font-size: 1rem !important;
  }
}
@media (max-width: 1375px) {
  .gb-menu > .menu-item > a {
    font-size: 1.125rem !important;
    line-height: 23px;
  }
}
.gb-menu > .menu-item .sub-menu {
  margin-top: 0.75rem;
  padding: 1.2rem 2rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--scan-blau) !important;
  width: max-content;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media (min-width: 1375px) {
  .gb-menu > .menu-item .sub-menu {
    left: -2rem;
  }
}
@media (max-width: 1375px) {
  .gb-menu > .menu-item .sub-menu {
    padding-inline: 0;
    margin-top: 0.3rem;
    box-shadow: none;
    border-bottom: none !important;
  }
  .gb-menu > .menu-item .sub-menu li {
    border-bottom: 1px solid var(--scan-blau);
  }
  .gb-menu > .menu-item .sub-menu li a {
    padding: 13px 0 !important;
  }
}
.gb-menu > .menu-item .sub-menu li {
  background-color: transparent !important;
}
.gb-menu > .menu-item .sub-menu li a {
  padding-inline: 0 !important;
  transition: all 0.3s ease-in-out;
  font-size: 1rem !important;
  line-height: 2.3rem;
}

.gb-site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--scan-blau);
  z-index: -1;
  transition: left 0.9s ease;
}
.gb-site-header .custom-logo {
  transition: all 0.6s ease;
}
.gb-site-header.gb-is-sticky {
  height: 96px;
}
.gb-site-header.gb-is-sticky .top {
  display: none;
}
.gb-site-header.gb-is-sticky .wp-block-site-logo {
  display: none !important;
}
.gb-site-header.gb-is-sticky .stick-logo {
  display: block !important;
  height: 90px;
}
.gb-site-header.gb-is-sticky .gb-menu-toggle:not(.gb-menu-toggle--toggled) {
  height: 96px !important;
  width: 96px !important;
}
.gb-site-header.gb-is-sticky .gb-menu-toggle:not(.gb-menu-toggle--toggled) .gb-menu-open-icon svg {
  height: 96px !important;
  width: 96px !important;
}
.gb-site-header.gb-is-sticky::before {
  left: 0;
}
.gb-site-header.gb-is-sticky::after {
  visibility: hidden;
}
.gb-site-header .top {
  transition: all 0.3s ease;
}
@media (max-width: 1655px) {
  .gb-site-header .top {
    margin-right: 0 !important;
  }
}
.gb-site-header .stage-with_merge {
  background: linear-gradient(0deg, rgba(1, 42, 58, 0) 26%, rgba(0, 42, 59, 0.83) 97%);
}

.header-without_merge .gb-site-header, .search .gb-site-header, .error404 .gb-site-header {
  background-color: var(--scan-blau) !important;
  position: relative;
}
.header-without_merge .gb-site-header::after, .search .gb-site-header::after, .error404 .gb-site-header::after {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-top: 60px solid var(--scan-blau);
  z-index: -1;
}
@media (max-width: 1025px) {
  .header-without_merge .gb-site-header::after, .search .gb-site-header::after, .error404 .gb-site-header::after {
    border-top: 30px solid var(--scan-blau);
    bottom: -28px;
  }
}
.header-without_merge .gb-sticky-placeholder, .search .gb-sticky-placeholder, .error404 .gb-sticky-placeholder {
  background-color: var(--scan-blau) !important;
}

.wpml-language-switcher-block ul {
  height: 2rem;
  gap: 0 !important;
  --language-spacing:0 !important;
}
.wpml-language-switcher-block ul li {
  margin: 0 !important;
  font-weight: 600 !important;
}
.wpml-language-switcher-block ul li:not(:last-child) {
  position: relative;
  margin: 0 !important;
}
.wpml-language-switcher-block ul li:not(:last-child)::after {
  content: "";
  height: 32px;
  width: 1px;
  background-color: var(--scan-sand);
  display: block;
  position: absolute;
  right: -10px;
  top: -5px;
}
.wpml-language-switcher-block ul li a {
  font-weight: 500 !important;
}
.wpml-language-switcher-block ul li a:hover {
  font-weight: 600 !important;
  color: #8BB0D9 !important;
}

.wpml-language-switcher-block ul.horizontal-list {
  gap: 0 !important;
}

.yoast-breadcrumbs {
  hyphens: none;
}
.yoast-breadcrumbs > span span {
  font-size: 1rem;
}
.yoast-breadcrumbs > span span:first-child a {
  color: transparent !important;
  display: inline-flex;
  width: 4rem;
  height: 2.1rem;
  background: no-repeat;
  background-image: url("../img/home-black.svg");
  font-size: 10px;
  background-size: 1.7rem;
}
.yoast-breadcrumbs > span span:first-child a::after {
  margin: 2px 0 0 auto !important;
  transform: translateY(0);
}
.yoast-breadcrumbs .breadcrumb_last {
  color: #4C6975 !important;
}
.yoast-breadcrumbs a {
  display: inline-flex;
  line-height: normal;
  margin-right: 0 !important;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  align-items: center;
  color: var(--scan-blau) !important;
}
.yoast-breadcrumbs a:hover {
  text-decoration-line: none;
}
.yoast-breadcrumbs a::after {
  content: "";
  border: none;
  width: 1.688rem;
  height: 1.688rem;
  margin: 2px 0 -5px 0.5rem !important;
  background: url("../img/arrow-right.svg") no-repeat;
  display: block;
}

.wiro-landscape-image {
  object-fit: cover !important;
}
.wiro-landscape-image img {
  aspect-ratio: 1.5 !important;
  object-fit: cover !important;
  width: 100% !important;
}

.wiro-portrait-image {
  object-fit: cover !important;
}
.wiro-portrait-image img {
  aspect-ratio: 0.75 !important;
  object-fit: cover !important;
  width: 100% !important;
}

.site-content .gb-accordion__toggle-icon-open svg, .site-content .gb-accordion__toggle-icon-close svg {
  transform: translateY(4px);
}
.site-content .gb-accordion__toggle:hover p {
  color: var(--scan-akzent);
}
.site-content .gb-accordion__toggle:hover svg path {
  fill: var(--scan-akzent) !important;
}
.site-content .gb-accordion__toggle:hover svg circle {
  stroke: var(--scan-akzent) !important;
}
.site-content .gb-accordion__toggle:hover .gb-accordion__toggle-icon {
  transform: rotateZ(180deg);
}
.site-content .gb-accordion__toggle.gb-block-is-current:hover .gb-accordion__toggle-icon {
  transform: none !important;
}

header .gb-accordion__toggle svg {
  transform: translateY(4px);
}

.generate-back-to-top {
  color: var(--scan-blau) !important;
  border-radius: 50%;
  border: 2px solid var(--scan-blau);
  filter: drop-shadow(0 0 10px rgba(0, 42, 58, 0.3));
  width: 66px;
  height: 66px;
  line-height: 66px;
  display: flex;
  justify-content: center;
}
.generate-back-to-top svg {
  display: none;
}
.generate-back-to-top .gp-icon::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentcolor;
  mask: url("../img/back-to-top.svg") no-repeat center;
  mask-size: contain;
}

.wpcf7-form {
  display: inline-flex;
  position: relative;
  flex-direction: column;
}
.wpcf7-form::before {
  content: "";
  width: 100%;
  height: calc(100% + 2.5rem);
  background-image: url("../img/contact-vactor.svg");
  background-repeat: repeat-y;
  position: absolute;
  left: -8rem;
  top: -6.5rem;
}
@media (max-width: 1175px) {
  .wpcf7-form::before {
    left: -7.5rem;
  }
}
@media (max-width: 1025px) {
  .wpcf7-form::before {
    left: -4rem;
  }
}
@media (max-width: 768px) {
  .wpcf7-form::before {
    left: -2rem;
  }
}

.event-requests {
  display: flex;
  width: 100%;
  gap: 2.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.event-requests .wpcf7-form-control-wrap {
  border: none;
}
.event-requests h4 {
  margin-top: 2.5rem;
}
.event-requests h4.with-desc {
  margin-bottom: 1.25rem;
}
.event-requests div p {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.event-requests div p br {
  display: none;
}
.event-requests div p textarea, .event-requests div p input, .event-requests div p select {
  width: 100% !important;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid #000;
  transition: all 0.2s ease;
}
.event-requests div p textarea:focus, .event-requests div p textarea:active, .event-requests div p input:focus, .event-requests div p input:active, .event-requests div p select:focus, .event-requests div p select:active {
  border-color: var(--scan-akzent) !important;
  outline: none;
}
.event-requests div p textarea {
  height: 200px;
}
.event-requests div p label {
  color: var(--scan-blau);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.event-requests div p label .required {
  color: var(--scan-blau);
}
.event-requests div p .info-text {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5rem;
}
.event-requests div p .wpcf7-acceptance span {
  margin: 0 !important;
}
.event-requests div p .wpcf7-acceptance label {
  display: flex !important;
  flex-direction: row !important;
  gap: 1.5rem;
}
.event-requests div p .wpcf7-submit {
  width: fit-content !important;
  padding: 8px 24px !important;
  background: var(--scan-akzent);
  color: #F7F7F4 !important;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  margin-inline: auto;
  margin-top: 2.6rem;
}
.event-requests div p .wpcf7-submit:hover, .event-requests div p .wpcf7-submit:focus, .event-requests div p .wpcf7-submit:active {
  color: #F7F7F4 !important;
  background-color: var(--scan-blau);
}
.event-requests div p select {
  width: auto !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 2.8rem;
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 7.70005L0 1.70005L1.4 0.300049L6 4.87505L10.6 0.300049L12 1.70005L6 7.70005Z' fill='%23476EB5'/%3E%3C/svg%3E");
}
.event-requests div .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 2.5rem;
}
.event-requests div .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.event-requests div .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  font-weight: 500;
}
.event-requests div .wpcf7-checkbox .wpcf7-list-item input {
  height: 2rem !important;
  width: 2rem !important;
  aspect-ratio: 1;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .event-requests div .wpcf7-checkbox .wpcf7-list-item input {
    margin-right: 1rem;
  }
}
.event-requests div .wpcf7-acceptance input {
  height: 3rem !important;
  width: 3rem !important;
  margin-right: 1.8rem;
  aspect-ratio: 1;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .event-requests div .wpcf7-acceptance input {
    margin-right: 0;
  }
}
.event-requests div .wpcf7-acceptance .info-text {
  font-size: 1.125rem !important;
}
.event-requests div input[type=checkbox] {
  accent-color: var(--scan-blau);
}

.foldable {
  margin-top: 1rem;
  overflow: hidden;
}

.foldable-title {
  padding-right: 1.7rem;
  padding-left: 2.5rem;
  cursor: pointer;
  position: relative;
  width: fit-content;
  color: var(--scan-akzent);
  font-weight: 500;
  font-style: normal;
  line-height: 1.65rem;
  text-decoration: underline;
  margin-bottom: 1rem;
}
@media (max-width: 450px) {
  .foldable-title {
    padding-right: 1.6rem;
    padding-left: 2rem;
    font-size: 1rem;
  }
}
.foldable-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 450px) {
  .foldable-title::before {
    width: 20px;
    height: 20px;
  }
}
.foldable-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 18px;
  height: 11px;
  background-image: url("../img/arrow-foldable.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 450px) {
  .foldable-title::after {
    width: 15px;
    height: 9px;
  }
}
.foldable-title:hover {
  text-decoration: none;
}

.foldable-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background-color: #F0F0EA;
  font-size: 1rem;
  padding: 0 2.75rem;
}
@media (max-width: 450px) {
  .foldable-content {
    padding-right: 1rem;
    padding-left: 2rem;
  }
}

.foldable.open .foldable-title {
  text-decoration: none;
}
.foldable.open .foldable-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.foldable.open .foldable-content {
  max-height: max-content;
  padding: 0.93rem 2.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 450px) {
  .foldable.open .foldable-content {
    padding-right: 1rem;
    padding-left: 2rem;
  }
}

.wp-block-video {
  width: 100%;
  position: relative;
  display: inline-block;
}
.wp-block-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .wp-block-video video::-webkit-media-controls {
    opacity: 0 !important;
  }
}
.wp-block-video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 112px;
  transform: translate(-50%, -50%);
  background: url("../img/play-btn.svg");
  background-size: contain;
  z-index: 2;
  transition: opacity 0.3s ease;
  pointer-events: none;
  animation: glow-pulse 2s ease-in-out infinite;
  filter: drop-shadow(0 0 10px rgba(71, 110, 181, 0.5));
}
@media (max-width: 1200px) {
  .wp-block-video::before {
    display: none;
  }
}
.wp-block-video.playing::before {
  opacity: 0 !important;
}
.wp-block-video.playing video::-webkit-media-controls {
  opacity: 1 !important;
}
.wp-block-video.is-iphone::before {
  display: none;
}

.video-stage {
  height: 100%;
}
.video-stage figure {
  height: 100%;
}
.video-stage figure::before {
  display: none;
}
.video-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(1, 42, 58, 0) 26%, rgba(0, 42, 59, 0.83) 97%);
  pointer-events: none;
}

@keyframes glow-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.4));
  }
}
.quote-box {
  position: relative;
}
.quote-box::after {
  content: "";
  position: absolute;
  background-image: url("../img/zitat.svg");
  bottom: -4.7rem;
  background-position: bottom left;
  left: -1px;
  width: calc(100% + 2px);
  height: 4.7rem;
  background-repeat: no-repeat;
}

.tooltip {
  position: relative;
}

.tooltip::before,
.tooltip::after {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}

.tooltip::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--scan-blau);
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.4rem 0.6rem;
  width: max-content;
  background: var(--scan-bg-body);
  border-radius: 0.3rem;
  text-align: center;
}

.tooltip:hover::before,
.tooltip:hover::after {
  --scale: 1;
}

.tooltip::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--scan-bg-body);
  transform-origin: top center;
}

/*# sourceMappingURL=main.css.map */
