*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol,
ul {
  box-sizing: border-box;
  display: block;
  list-style-type: disc;
  padding-inline-start: 20px;
}

#menu-layover ol,
#menu-layover ul {
  list-style-type: none;
}

.os-section-container {
  overflow: hidden;
}
.wpml-ls-statics-footer {
    display: none;
}

.subheadline p {font-size: 1.66rem; line-height: 2.44rem;}
.subheadline p strong {line-height: 3;}
.zimmerpagetitle{font-family: "Montserrat", sans-serif; font-size: 4.44rem !important; line-height: 6rem; font-weight: 200 !important;}
.osacc-modal-content.f-html {background: #fffaed;}

.in-grid {
  width: 88vw;
  max-width: 1240px;
  margin: auto !important;
}

.masonry-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .is-layout-flex {
  gap: 8px;
}

/* HEADER */
div#main-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}

div#os-site-logo a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

div#header-container-master {
  position: fixed !important;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 100%;
  z-index: 99
}
.isSticky div#header-container-master {height: 80px;}


a.spmlbutton.header_buchen::before {
  content: url(/wp-content/uploads/2025/09/buchen-cta.svg);
  width: 40px;
  height: 20px;
}

a.spmlbutton.header_altern::before {
  content: url(/wp-content/uploads/2025/09/anfragen-cta.svg);
  width: 40px;
  height: 20px;
}

.menu-icon {
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  z-index: 110;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--menu_icon_color);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.isSticky .menu-icon span {
  background: var(--sticky-menu-icons-color);
}

.menu-icon span:nth-child(1) {
  top: 4px;
}

.menu-icon span:nth-child(2) {
  top: 14px;
}

.menu-icon span:nth-child(3) {
  top: 24px;
}

.menu-icon.open span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  background: var(--layover-color) !important;
}

.menu-icon.open span:nth-child(1) {
  background: var(--layover-color) !important;
}

.menu-icon.open span:nth-child(2) {
  opacity: 0;
}

.menu-icon.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
  background: var(--layover-color) !important;
}

header#mainheader.open svg {
  fill: var(--layover-color) !important;
}

#mainheader {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  background: var(--main-menu-color);
}

.isSticky #mainheader {
  background: var(--sticky-menu-bg-color);
}

.isSticky #mainheader.open {
  background: var(--layover-background);
}

div#os-site-logo {
  display: flex;
  height: 82px;
  margin: auto;
  width: 100%;
  max-width: 33vw;
  align-items: center;
  justify-content: center;
}

img.site-logo-default {
  width: auto;
  height: calc(100% - 18px);
  margin: -18px auto auto auto;
}

img.site-logo-sticky {
  width: auto;
  height: calc(100% - 18px);
  margin: auto;
}

header#mainheader.open img.site-logo-sticky {
  display: flex !important;
}

header#mainheader.open div#os-site-logo {
  display: flex !important;
}

header#mainheader.open img.site-logo-default {
  display: none;
}

#mainheader.open {background: #00000000;}

.icon_header {
  display: flex;
  width: 28px;
  height: 28px;
  margin: 0 12px;
  align-items: center;
}

.icon_header svg {
  width: 100%;
  height: 100%;
  margin: auto;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.os-header-icons,
div#os-header-buttons {
  display: flex;
  pointer-events: all;
  position: fixed;
  margin-top: -1px;
  align-items: center;
}

.os-header-icons svg {
  fill: var(--menu_icon_color);
}

.isSticky .os-header-icons svg {
  fill: var(--sticky-menu-icons-color);
  transition: all 0.3s ease-in-out;
}

.os-header-icons {
  z-index: 99;
  left: 22px;
}

div#os-header-buttons {
  z-index: 99;
  right: 22px;
  align-items: center
}

.icon_header a {
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 0px
}

/* HEADER BUTTONS */
.os-header-buttons {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center
}

.btnholder.header_button_buchen {
  color: var(--buchen-cta-text);
  background: var(--buchen-cta-background);
}

.os-header-buttons .btnholder.alternative.additional_link {
  color: var(--additional-link-text);
  background: var(--additional-link-background);
  border: 0px;
}

.btnholder.additional_link {
  padding-right: 90px;
  margin-right: -100px
}

/* LAYOVER MENU */
.layover-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--layover-background);
  color: var(--layover-color);
  z-index: 98;
  padding: 166px 48px;
  box-sizing: border-box;
  overflow-y: auto;
}

.layover-menu-links {
  padding: 0px 18px;
}

.layover-menu-links a {
  font-size: 1.66rem;
  font-weight: 300;
}

div#menu-layover a {
  color: var(--layover-color);
}

div#menu-layover p {
  color: var(--layover-color);
}

div#menu-layover h4 {
  color: var(--layover-color);
}

div#menu-layover svg {
  fill: var(--layover-color) !important;
}

.layover-menu-links ul {
  padding-inline-start: 0px;
}

.layover-menu-links li {
  padding: 10px 0px;
  border-bottom: 1px solid;
}

.layover-menu.active {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: stretch;
}

div#menu-layover-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 1240px;
}

/* SIMPLE BUTTON */
.btnholder {
  display: flex;
  color: var(--button-text);
  background: var(--button-background);
  border-radius: 99px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 16px 0;
  z-index: 1;
}

.btnholder:hover {
  filter: brightness(0.88);
}

.btnholder.alternative {
  color:var(--alt-button-background);
  background: var(--alt-button-text);
}

.btnholder.alternative:hover {
  filter: brightness(0.88);
}

a.spmlbutton {
  width: 100%;
  height: 100%;
  padding: 10px 26px;
  min-width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
}

/* HEADER MESSAGE BAR */

#top-headline-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: var(--headline-bg);
  color: var(--headline-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 9999;
  padding: 0 50px;
  box-sizing: border-box;
}

#top-headline-bar .headline-content {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  color: var(--headline-color);
  text-decoration: none;
  left: 88%;
  transform: translateX(0%);
  display: flex;
  overflow: visible;
  flex: 1;
  align-items: center;
}

@keyframes scrollHeadline {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}

#top-headline-bar button#close-headline-bar {
  position: absolute;
  height: 40px;
  width: 54px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--headline-color);
  background: var(--headline-bg);
  font-size: 24px;
  cursor: pointer;
}

#top-headline-bar.hidden {
  display: none !important;
}

body.headline-show #header-container-master {
  margin-top: 42px;
}

.site-logo-sticky {
  display: none;
}

.isSticky .site-logo-default {
  display: none !important;
}

.isSticky .site-logo-sticky {
  display: block !important;
  margin: -18px auto auto auto;
}

.headline-show .opensmjle-lang-switcher {
  top: 80px;
}

/* FOOTER */
.os-section-container.top-footer {
  font-family: var(--main-fontfamily);
  display: block;
  color: var(--footer-content-color);
  background: var(--footer-bg-color);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.ftr-logo-top {
  display: flex;
  width: 100%;
  height: auto;
  padding: 66px 12px;
  align-items: center;
  justify-content: center;
}


.os-section-container.top-footer p {
  color: var(--footer-content-color)
}

.row.top-footer {
  padding: 8vh 0 14vh;
  line-height: 2.5rem;
  max-width: 1240px;
  margin: auto;
}

.copyright-footer {
  height: 100px;
  justify-content: space-between;
  align-items: flex-end;
  background: var(--legal-footer-bg-color);
  color: var(--legal-footer-content-color);
}

.copyright-footer p {
  color: var(--legal-footer-content-color) !important;
}

.footer-address h2,
.footer-address p {
  text-align: right !important;
  color: #fff !important
}

#footer-metabar,
.row.copyrights {
  position: relative
}

.row.top-footer,
ul#menu-socket-menu {
  font-size: var(--main-fontsize);
  font-family: var(--main-fontfamily);
  font-style: var(--main-fontstyle);
  font-weight: var(--main-fontweight)
}

.footer-form-zone {
  display: flex;
  width: 100%;
  height: 75vh;
  background-color: #fff;
  align-items: center;
  justify-content: space-between
}

.footer-address h2 {
  font-size: 3rem;
  margin-bottom: 44px
}

.footer-address {
  color: #fff !important;
  padding: 0 44px
}

.footer-contact-form {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 100%;
  align-items: center;
  align-content: center
}

.copyfooter,
.copyright-footer,
.row.top-footer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-contact-area {
  padding-left: 20px;
  padding-top: 44px;
}

ul#menu-legal-menu {
  display: flex;
  gap: 20px;
  padding: 0px 14px;
}

.copyfooter {
  max-width: 1240px;
  margin: auto
}

.footer-links.social-kontakt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links.social-kontakt.layover {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footer-links.social-kontakt.layover p {
  text-align: left;
}

.layover-contact-top {
  padding: 0px 0px 44px 0px;
}

.contact-info-layover {
  border-top: 1px solid;
  width: 100%;
  padding: 44px 0px 22px 0px;
}

.footer-links.social-kontakt p {
  text-align: left;
}

.footer-links.social-kontakt li {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  list-style: none !important;
  align-items: center;
  justify-content: center;
}

.social-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  max-width: 220px;
}

ul.social-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  padding-inline-start: 0 !important;
  list-style: none;
  margin: 0;
}

ul.social-list li {
  margin-bottom: 0;
}

.copyright-footer .copyfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul#menu-socket-menu {
  display: flex;
  margin: 32px 0;
  gap: 28px;
  flex-direction: row;
  align-items: center;
}

.footer-links a {
  color: var(--button-text) !important;
}

.footer-logos-section {
  background: #fff;
  padding: 44px 12px;
}

.footer-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1240px;
  margin: auto;
  background: #fff;
  justify-items: center;
  align-items: center;
}

ul.sub-menu a {
  color: var(--main-color) !important;
}

.copyright-footer li,
div#footer-menu li {
  list-style: none !important
}

.copyright-footer li,
div#footer-menu li a {
  color: unset;
}

.row.copyrights {
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 20
}

.social-footer svg {
  max-height: 36px;
  max-width: 36px;
  fill: var(--main-color);
}

/* WPML Language Switcher */
.wpml-ls-legacy-dropdown {
  width: fit-content;
  margin: 0 10px;
}

.wpml-ls-legacy-dropdown a span {
  font-size: 12px;
  vertical-align: middle;
  line-height: 12px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: #fff9e8;
  background: var(--menu_icon_color);
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border-radius: 999px;
  border: 1px solid var(--menu_icon_color);
  padding: 8px 9px 9px 9px;
  background: #ffffff08;
  color: var(--menu_icon_color);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: 1px solid var(--menu_icon_color);
  border-radius: 999px;
  padding: 8px 9px 9px 9px;
  margin-top: 5px;
  color: var(--menu_icon_color);
  background: #ffffff08;
}

header#mainheader.open a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  color: var(--layover-color) !important;
  border-color: var(--layover-color) !important;
}

.isSticky a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  border: 1px solid var(--sticky-menu-icons-color);
  color: var(--sticky-menu-icons-color);
  background: #ffffff08;
}

.isSticky .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: 1px solid var(--sticky-menu-icons-color);
  color: var(--sticky-menu-icons-color);
  background: var(--sticky-menu-bg-color);
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  border-top: 0px solid #00000000;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}



/* SMARTPHONES */
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .wp-block-column {
    flex-basis: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  .hide-mobile {
    display: none;
  }

    div#os-header-buttons {
        position: fixed;
        right: 0px;
        left: 0px;
        bottom: -14px;
    }

  a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
            padding: 8px 7px!important;
  }

  .footer-links.social-kontakt.layover {
    text-align: left;
  }

  .os-header-buttons {
width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
  }

  div#os-site-logo {
    max-width: 50vw;
  }

  header#mainheader.open img.site-logo-sticky {
    display: none !important;
  }

  img.site-logo-default {
    width: 100%;
    max-width: fit-content;
  }

  .copyright-footer .copyfooter {
    justify-content: center;
  }

  img.site-logo-default {
    margin: -0px auto auto auto;
  }

  .isSticky .site-logo-sticky {
    margin: -0px auto auto auto !important;
  }

  div#menu-toggle.menu-icon {
    display: flex;
  }

  div#menu-layover-inner {
    display: flex;
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 1240px;
    flex-direction: column;
  }

  ul#menu-socket-menu {
    display: flex;
    margin: 32px 0;
    gap: 28px;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  .icon_header {
    display: none;
  }

  .open .icon_header {
    display: flex !important;
  }

  .layover-contact-top {
    padding: 32px 0px 32px 0px;
  }

  .layover-menu-links a {
    font-size: 1.33rem;
    font-weight: 300;
  }

  .open div#os-site-logo {
    display: none;
  }

  img.site-logo-sticky {
    width: 100%;
    max-width: fit-content;
  }

  .layover-menu.active {
    display: flex;
    flex-direction: column;
    gap: 22vw;
    padding: 100px 22px;
    justify-content: flex-start;
  }

  .layover-menu-links {
    padding: 0px;
  }

  body .is-layout-grid.in-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  div#menu-layover .footer-links.social-kontakt p {
    text-align: left;
  }

  .footer-links.social-kontakt {
    align-items: flex-start;
  }

  .open div#os-site-logo {
    display: none !important;
  }

  .ftr-logo-top {
    padding: 28px 12px;
  }

  .row.top-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 12px;
    gap: 22px;
  }

  .title-cardslider,
  .slider-top-info {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .top-footer .social-footer {
    flex-direction: row;
  }

  .copyfooter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .copyright-footer {
    display: flex;
    height: fit-content;
    padding: 44px 12px 44px 12px;
    flex-direction: column;
    align-items: center;
  }

  ol,
  ul {
    padding-inline-start: 6px;
  }

  .wpml-ls-legacy-dropdown {
    position: fixed;
    left: 80%;
  }

  headline-show .opensmjle-lang-switcher {
    top: 72px;
  }

  .footer-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-logos-grid img {
    width: 100%;
    height: 100%;
    max-width: 120px;
  }

  .footer-contact-area {
    padding-left: 10px;
    padding-top: 22px;
  }

  div#header-container-master {
    height: 80px;
  }

  .subheadline p {
    font-size: 1.25rem;
    line-height: 1.88rem;
  }

  .zimmerpagetitle {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
  }

  .zitat.big {
    font-size: 3.3rem!important;
    line-height: 3.3rem!important;
  }

}

/* TABLETS */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  div#header-container-master {
    height: 120px;
  }

  div#os-site-logo {
    max-width: 44vw;
  }

  .subheadline p {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .row.top-footer {
    flex-wrap: wrap;
    gap: 32px;
    padding: 44px 32px;
  }

  .footer-logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  div#menu-layover-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 4K ULTRA-WIDE */
@media only screen and (min-width: 1920px) {}

/* Search Function Dropdown */
#os-header-buttons,
.site-header,
.header-actions {
  position: relative;
}

button.js-toggle-search.header-search-btn {
  display: flex;
  position: relative;
  margin-right: -50px;
  padding: 14px 77px 14px 22px;
  border: 0px;
  border-radius: 999px;
  cursor: pointer;
  background: #33333300;
}


span.sr-only {
  display: flex;
  align-items: center;
  justify-content: center;
}

span.sr-only img {
  width: 26px;
  height: auto;
}

.os-header-search {
  position: absolute;
  right: 1rem;
  top: 100%;
  width: min(92vw, 480px);
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
  z-index: 1000;
}

.os-search-form {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.os-search-input {
  width: 100%;
  padding: .65rem .8rem;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.os-search-submit {
  align-self: center;
  padding: 12px 28px;
  margin: 14px 10px 14px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
}

.os-search-suggest {
  border: 1px solid #00000000;
  overflow: hidden;
}

.os-suggest-item {
  display: block;
  padding: .5rem .75rem;
  text-decoration: none;
  color: inherit;
}

.searchpage {
  padding: 24vh 12vw;
}


@media screen and (max-width: 768px) {
  button.js-toggle-search.header-search-btn {
    display: none;
  }
	
  .invert-mobile {
        display: flex;
        flex-direction: column-reverse !important;
  }

  .open button.js-toggle-search.header-search-btn {
    position: fixed;
    top: 22px;
    left: 80%;
    padding: 12px;
    display: flex;
    height: 44px;
    width: 44px;
    align-items: center;
    justify-content: center;
  }

  .os-header-search {
    position: fixed;
    top: 77px;
  }

  span.sr-only img {
    width: 20px;
    height: 20px;
  }
.os-header-buttons .btnholder.alternative.additional_link {
    color: var(--additional-link-text);
    background: var(--additional-link-background);
    border: 0px;
    border-radius: 0px;
    padding-right: 0px;
    margin-right: 0px;
    width: 50%;
}
.btnholder.header_button_buchen {
    color: var(--buchen-cta-text);
    background: var(--buchen-cta-background);
    border-radius: 0px;
    width: 50%;
}

p{padding: 0 8px;}
	
	
	div.wpforms-container .wpforms-form .wpforms-field {
        width: 100% !important;        margin: 0 !important;
    }
	
	
}

.wpforms-field-large {
    border-radius: 22px !important;
}



/* CUSTOM CSS BECKMANN */
.zitat.big {
    font-size: 8rem;
    line-height: 8rem;
    font-family: "aesthet-nova", serif!important;
    font-weight: 500;
}

.title-cardslider.informative h2 {
    text-align: left;
    max-width: unset;
}