  /*  GENERAL */
.showInDe,
.showInEn {
  display: none;
}
html[lang=en-US] .showInEn {
  display: block;
}
html[lang=de-DE] .showInDe {
  display: block;
}
a.skip-link.screen-reader-text {
    width: auto;
    height: auto;
    top: 60px;
    left: 29px;
  transition: top .3s ease-in-out;
}
a.skip-link.screen-reader-text:focus {
    width: auto;
    height: auto;
    top: 60px;
    left: 29px;
    overflow: visible;
    clip: unset;
    z-index: 99999;
    background: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    border: 5px solid #F76B0A;
}

/* li.wpml-ls-item-nl,
li.wpml-ls-item-cs,
li.wpml-ls-item-it {
  display: none !important;
}
body.logged-in li.wpml-ls-item-nl,
body.logged-in li.wpml-ls-item-cs,
body.logged-in li.wpml-ls-item-it {
  display: initial !important;
} */

#conveythis-wrapper {
  display: none !important;
}
body.logged-in #conveythis-wrapper {
  display: block !important;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body.home #hdr_anfrage_btn {
  display: none;
}
body.home #header_datepicker {
  padding: 24px 50px;
}
div.bg_background_container {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}
div#page {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: auto;
}

/* CUSTOM INPUT FIELDS */
.elementor-field-type-select {
  align-content: flex-start;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li#mega-menu-item-7778 > a.mega-menu-link:before {
  background-image: url('/wp-content/uploads/2025/01/tiktok-svgrepo-com_wht.svg') !important;
}
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li#mega-menu-item-7782 > a.mega-menu-link:before {
  background-image: url('/wp-content/uploads/2025/01/tiktok-svgrepo-com_pri.svg') !important;
}
label,
input,
select {
  margin-bottom: 16px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
}
input {
  border: 0;
  outline: none;
  letter-spacing: 0.01em;
  padding: 12px 24px;
  }
  select {
    border: 0;
    outline: none;
    letter-spacing: 0.01em;
    padding: 9px 12px;
    }
input:focus,
select:focus,
button[type="submit"]:focus {
  outline: auto !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm span.elementor-button-text {
      line-height: 1.2em;
}
  /* GENERAL END */
/* HEADER */
.hdr_vid_container {
  position: absolute;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  height: auto;
  aspect-ratio: 1920 / 850;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
video#header_video {
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px;
  z-index: 2;
}

header.hdr_narrow h1.hdr_hdl {
  font-size: clamp(56px, 12vw, 100px);
  font-weight: 700;
  line-height: 92%;
  margin-top: 8px;
}
header.hdr_narrow .hdr_overline {
  margin-top: 24px;
}
.hdr_tall {
  aspect-ratio: 16 /  9;
  height: auto;
}

#header_vimeo {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width:768px) {
  .hdr_vid_container {
  aspect-ratio: 1/ 1;
}
  #header_vimeo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
/* POPUPS */
.popup_specialdeal_202312 .popup_border_left>.elementor-widget-wrap {
  border-radius: 10px 0 0 10px !important;
}
.add_sun_icon,
.add_clock_icon {
  display: flex;
  gap: 8px !important;
  justify-content: flex-end !important;
}
.add_sun_icon:before {
  content: url('/wp-content/uploads/2023/12/icon_popup_sun.svg');
}
.add_clock_icon:before {
  content: url('/wp-content/uploads/2023/12/icon_popup_time.svg');
}
.add_sun_icon:before,
.add_clock_icon:before {
  width: 32px;
  height: 32px;
}
#elementor-popup-modal-8546 i.eicon-close::before {
  content: url('/wp-content/uploads/2023/12/icon_popup_close.svg') !important;
}
/* HEADER SINGLE / BLOG */
.hdr_narrow_single {
  height: auto;
  min-height: 450px;
}
main#primary {
    padding: 64px 0;
}
.post_header h1 {
  color: var(--e-global-color-primary);
}

.hdr_narrow_single h1.hdr_hdl {
  font-size: clamp(48px, 8vw, 80px);
  font-weight: 700;
  line-height: 88%;
  /* line-height: 125px; */
}

@media(max-width:999px) {
  .hdr_tall {
    aspect-ratio: unset;
    height: auto;
  }
  .header_img {
    aspect-ratio: 3 / 2;
  }
  .hdr_narrow_single {
    height: auto;
    min-height: 300px;
  }
  main#primary {
      padding: 32px 0;
  }
}
@media(max-width:768px) {
  video#header_video {
    max-width: 100%;
  }
  .header_img {
    aspect-ratio: 2 / 3;
  }
}
/* HEADER SINGLE / BLOG END */
.hdr_narrow {
  width: calc(100% - 96px);
  height: 237px;
  min-height: 450px;
  padding: 48px 48px 24px;
}

.bgoverlay {
  background-color: rgb(10,10,10);
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    opacity: 1;
}
.header_vid {
  /* padding: 0; */
  aspect-ratio: 1920 / 850;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header.header_vid {
  padding: 0;
}
@media(max-width:999px) {

  /* .header_vid {
    aspect-ratio: 3 / 2;
  } */
}
@media(max-width:768px) {
  .header_vid {
    aspect-ratio: 1 / 1;
  }
  .hdr_narrow {
    width: calc(100% - 30px);
    padding: 16px 15px 16px;
  }
}
/* @media(max-width:479px) {
  .header_vid {
    aspect-ratio: 1 / 1;
  }
} */
.header_overlay {
  position: absolute;
  width: 100%;
  height: 270px;
  top:0;
  left: 0;
  background: linear-gradient(180deg, #301800 20.36%, rgba(120, 61, 1, 0) 100%);
mix-blend-mode: multiply;
opacity: 0.55;
}
.header_a_overlay {
  background-image:url('/wp-content/uploads/2022/09/logo_a_pale_prim_o.svg');
  background-repeat: no-repeat;
      background-position: 32% bottom;
      position: absolute;
      width: 100%;
      height: 100%;
      /* aspect-ratio: 1920 / 850; */
      bottom: 0;
      left: 0;
      mix-blend-mode: screen;
      opacity: 0;
      z-index: 1;
}
.header_vid .header_a_overlay {
      width: 100%;
      height: 100%;
      /* aspect-ratio: 1920 / 850; */
    }
.header_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    position: absolute;
    z-index: 200;
    top: 48px;
    left: 48px;
    width: calc(100% - 96px);
}
.header_nav_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color:#fff;
}
input[type=date].header_inp_datepicker {
    background-color: #F6F6F6;
    color: #2D1D1B;
    font-size: 36px;
    line-height: 38px;
    padding: 0;
    margin: 0;
}


/* AUSLASTUNG */
#hd_auslastung {
  background-color: #fff;
  display: flex;
  padding: 32px;
  position: absolute;
  width: 574px;
  float: right;
  top: 81px;
  right: 0;
  gap: 30px;
  opacity: 0;
  transition: opacity .6s ease;
  pointer-events: none;
  visibility: hidden;
}
#hd_auslastung.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity .6s ease;
  visibility: visible;
}
.hd_aus_percent_container {
  display: flex;
  background-color: #eee;
  color: var(--e-global-color-primary);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px;
  min-width: 45%;
}
.hd_aus_percent {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.hd_aus_unit {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
.hd_aus_when {
  font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.hd_aus_text_container {
  display: flex;
  padding: 0;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
.hd_aus_text_container,
.hd_aus_text_container h3,
.hd_aus_text_container p {
  color: #000;
  margin: 0;
}
.hd_aus_text_container a {
  background-color: var(--e-global-color-primary);
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 10px;
  text-align: center;
}
.hd_aus_text_container a:hover {
  background-color: var(--e-global-color-primary);
}
#hd_aus_close {
  position: absolute;
  top: -18px;
  right: -14px;
  font-size: 24px;
  line-height: 24px;
}
#hd_aus_close:hover {
  color: var(--e-global-color-primary);
}
/* AUSLASTUNG END */



/* PRIMARY MENUU */
ul#menu-header-meta-de,
ul#menu-header-meta-en,
ul#menu-header-meta-it,
ul#menu-header-meta-nl,
ul#menu-header-meta-cs  {
  list-style-type: none;
  display: flex;
    gap: 32px;
}

ul#menu-header-meta-de li.menu-item a,
ul#menu-header-meta-en li.menu-item a,
ul#menu-header-meta-it li.menu-item a,
ul#menu-header-meta-nl li.menu-item a,
ul#menu-header-meta-cs li.menu-item a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
ul#menu-header-meta-de li.menu-item a:hover,
ul#menu-header-meta-en li.menu-item a:hover,
ul#menu-header-meta-it li.menu-item a:hover,
ul#menu-header-meta-nl li.menu-item a:hover,
ul#menu-header-meta-cs li.menu-item a:hover {
  color: var(--e-global-color-primary);
}
/* 
ul.mega-sub-menu {
    max-height: 0px !important;
    overflow: hidden !important;
}


#l2_mega_menu {
  position: absolute;
  background-color: var(--e-global-color-primary);
  background-image: url('/wp-content/uploads/2022/09/header_bg_text.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  color: #fff;
  width: 100%;
  height: auto;
display: none;
  z-index: 150;
  top: 0;
  left: 0;
  margin-top: inherit;
  transition: margin-top .6s ease;
  overflow: hidden;
  padding-bottom: 60px;
}
#l2_mega_menu.active {
margin-top: 0 !important;
transition: margin-top .6s ease;
}
ul#menu-primary>li>ul.sub-menu,
ul#menu-primary-en>li>ul.sub-menu,
ul#menu-primary-it>li>ul.sub-menu,
ul#menu-primary-nl>li>ul.sub-menu,
ul#menu-primary-cs>li>ul.sub-menu {
  visibility: hidden;
  display: none;
} */
/* #menu-primary .sub-menu.active,
#menu-primary-en .sub-menu.active,
#menu-primary-it .sub-menu.active,
#menu-primary-nl .sub-menu.active,
#menu-primary-cs .sub-menu.active {
  visibility: hidden;
  display: none;
} */
ul.invert_clr li.menu-item a:hover {
  color: var(--e-global-color-a794784) !important;
}

.l2_mm_detail div ul.menu {
  display: none;
}
.l2_mm_detail div:first-of-type ul.menu {
  display: block;
}
@media(max-width:860px) {
.header_nav_block nav#l2_header_meta_nav {
  display: none;
}
}
@media(max-width:768px) {
  /* ul#menu-primary>li>ul.sub-menu.active,
  ul#menu-primary-en>li>ul.sub-menu.active,
  ul#menu-primary-it>li>ul.sub-menu.active,
  ul#menu-primary-nl>li>ul.sub-menu.active,
  ul#menu-primary-cs>li>ul.sub-menu.active {
    visibility: visible;
    display: block;
  }
  ul.mega-sub-menu {
      max-height: none !important;
      overflow: auto !important;
  } */
  header {
    padding: 32px;
  }
  .bgoverlay {
    margin: 0;
  }
}
@media(max-width:479px) {
  /* .hdr_tall {
    height: 60vh;
    min-height: 350px;
  } */
  header {
    padding: 16px 15px;
  }
  /* header.header_vid {
    padding: 130px 0 0;
  } */
  .header_container {
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }
  /* .header_vid .header_a_overlay {
    height: calc(100% - 130px);
  } */
  .bgoverlay {
    margin: 0;
  }
}
/* MEGA MENU OFFCANVAS */
/*
.l2_mm_container {
  position: relative;
    max-width: 1140px;
    height: auto;
    margin: 210px auto 0;
    display: flex;
    gap: 7vw;
    flex-direction: row;
}
.l2_mm_container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.l2_mm_container a {
  color: #fff !important;
}
.l2_mm_general ul li  {
  font-size: 32px;
  line-height: 56px;
  letter-spacing: -0.03em;
  font-weight: 600;
  cursor: pointer;
}
.l2_mm_info ul#mega-menu-max_mega_menu_5 li.mega-menu-item a.mega-menu-link {
  font-size: 20px !important;
  line-height: 34px !important;
  letter-spacing: 0.01em !important;
  font-weight: 400 !important;
}
.l2_mm_detail {
border-left: 1px solid #fff;
padding-left: 66px;
position: relative;
    width: 45%;

}
.l2_mm_detail div {
  position: absolute;
}
.l2_mm_detail ul li,
ul.sub-menu li {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
 
.l2_mm_detail ul li a:hover  {
 text-decoration: underline;
}
ul>li>ul.sub-menu  {
  margin-left: 15px;
  margin-bottom: 0;
  pointer-events: none;
  height: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
ul>li.active-submenu>ul.sub-menu  {
  height: auto;
  opacity: 1;
  pointer-events: all;
  margin-bottom: 15px;
}
.l2_mm_detail_set {
  display: none;
}
.l2_mm_detail_set.active {
  display: block;
}
ul.l2_mm_detail_set_mobile {
  display: none;
  margin-left: 15px;
}
ul.l2_mm_detail_set_mobile.active {
  display: block;
}
ul.l2_mm_detail_set_mobile li {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 500;
  cursor: pointer;
}
  */
.mob_auslastung_social_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
.mob_social .overline {
  float: right;
  margin-right: 12px;
}
.icon_tiktok_header,
.icon_tiktok_footer {
  display: none !important;
}
.mob_auslastung_social_container .icon_tiktok_header {
  display: inline-block !important;
}
.footer_info_container .icon_tiktok_footer {
  display: inline-block !important;
}
.mob_auslastung_social_container .overline {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mob_aus_percent {
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.mob_auslastung_social_container #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link {
  background: #fff;
}
.mob_auslastung_social_container #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link:hover {
  background: #ffc468;
}
.mob_auslastung_social_container #mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 li.mega-menu-item a.mega-menu-link:before {
  color: var(--e-global-color-primary);
}
@media(max-width:1170px) {
  .l2_mm_container {
    padding: 0 15px;
  }
}
@media(max-width:768px) {
.l2_mm_detail {
  display: none;
}
.l2_mm_container {
    margin: 210px 26px 0;
    flex-direction: column;
}
}
@media(max-width:479px) {
.l2_mm_detail ul li,
ul.sub-menu li {
  font-size: 22px;
  line-height: 52px;
}
}
/* MEGA MENU OFFCANVAS END */
.header_search.btn_search {
  display: flex;
  cursor: pointer;
  background: transparent;
  border: none;
}
.mmbox {
  width: 34px;
  height: 25px;
}

.mmbtn {
  width: 34px;
  cursor: pointer;
}

span.btn_line {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .3s;
  position: relative;
}

 span.btn_line + span.btn_line {
  margin-top: 9px;
}

/* .active .btn_line:nth-child(1) {
  animation: ease .7s top forwards;
}

.not-active .btn_line:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.active .btn_line:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.not-active .btn_line:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.active .btn_line:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.not-active .btn_line:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
} */

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 11px;
    transform: rotate(0);
  }
  100% {
    top: 11px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 4px;
    transform: rotate(45deg);
  }
  50% {
    top: 4px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 11px;
    transform: rotate(0);
  }
  100% {
    bottom: 11px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 4px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 4px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}


#l2_searchbar {
  position: absolute;
  background-color: var(--e-global-color-secondary);
  color: #fff;
  width: 100%;
  height: 0;
  z-index: 150;
  top: 0;
  left: 0;
  transition: height .6s ease;
  overflow: hidden;
  visibility: hidden;
}
#l2_searchbar.active {
  position: absolute;
  background-color: var(--e-global-color-secondary);
  height: 300px;
transition: height .6s ease;
visibility: visible;
}
.search_container {
  display: flex;
  align-items: center;
    justify-content: center;
  position: relative;
    height: 100%;
}
form#searchform {
  display: flex;
  width: 100%;
  max-width: 60%;
  margin: 80px 0 0;
  gap: 0;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
form#searchform input {
  margin-bottom: 0 !important;
  color: var(--e-global-color-text);
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  line-height: 24px;
  width: 80%;
}
form#searchform input::placeholder {
  color: var(--e-global-color-0a57974);
}
form#searchform .btn_invert {
  background-color: var(--e-global-color-0a57974);
  color: var(--e-global-color-8902f56);
  border: 0 !important;
  width: 20%;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
}
form#searchform .btn_invert:hover {
  background-color: var(--e-global-color-text);
}
.header_content_container {
  color: #fff;
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  padding: 48px;
  display: flex;
  align-items: center;
  position: absolute;
  top:0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.hdr_overline {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
h1.hdr_hdl {
  font-size: clamp(48px, 8vw, 128px);
  font-weight: 700;
  line-height: 88%;
  /* line-height: 125px; */
}
.hdr_subline{
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 400;
  line-height: 100%;
}
header .datepicker_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#header_datepicker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: auto;
  background-color: #F6F6F6;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgb(56 24 2 / 30%);
  padding: 24px 28px;
  float: left;
  margin-top: -188px;
  right: calc(calc(100% - 1140px) / 2);
  position: absolute;
  z-index: 100;
}
.header_fruehbucher_icon a img {
  width: 100%;
  max-width: 115px;
}
.hdr_ch_hdl {
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}
.hdr_ch_datepicker {
   color: var(--e-global-color-text);
   font-size: 35px;
   font-weight: 400;
   line-height: 35px;
   text-transform: uppercase;
}
.hdr_btn_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  color: #fff;
  margin-top: 8px;
}
.hdr_btn_prim,
.hdr_btn_gray,
.hrt_btn_gray_outline {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    padding: 5px 30px;
    border-radius: 10px;
}
.hdr_btn_prim {
 background-color: var(--e-global-color-primary);
}
.hdr_btn_gray {
 background-color: var(--e-global-color-0a57974);
}
.hdr_btn_prim:hover {
 background-color: var(--e-global-color-d91575b);
}
.hdr_btn_gray:hover {
 background-color: #000;
}
#header_datepicker .sep_dark {
  margin: 4px 0 20px 0;
}
@media(max-width:1200px) {
#header_datepicker {
  right: 10px;
}
/* h1.hdr_hdl {
    line-height: 10vw;
} */
/* .hdr_subline {
     line-height: 6vw;
} */
}
  /*@media(max-width:1100px) {
 h1.hdr_hdl {
    line-height: 12vw;
  }
}*/
@media(max-width:999px) {
.header_content_container {
  align-items: flex-end !important;
}
}
@media(max-width:991px) {
#header_datepicker {
  display: none !important;
}
}
@media(max-width:768px) {
  form#searchform {
    max-width: 80%;
  }
  form#searchform input {
    width: 60%;
  }
  form#searchform .btn_invert {
    width: 40%;
  }
/* #header_datepicker {
  display: none !important;
} */
#hd_auslastung.active {
  display: none !important;
}
.header_logo img {
  width: 100%;
}
.header_content_container {
  align-items: flex-end;
}
}
@media(max-width:479px) {
  .header_logo {
    max-width: 120px;
}
  /* .hdr_subline {
    margin-top: 32px;
    line-height: 12vw;
  } */
}
/* HEADER END */
/* FOOTER */

.totop {
  right: 50px;
  bottom: 100px;
  position: fixed;
  z-index: 2;
}
.guide_container {
  right: 50px;
  bottom: 180px;
  position: fixed;
  z-index: 2;
}
@keyframes totopbounce {
  0%   {top: -29px}
  50%  {top: -40px}
  100% {top: -29px}
}
a#totopbtn {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: -28px;
  transition: all .4s ease;
  animation-name: totopbounce;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

#totopbtn img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  filter: drop-shadow(0px 4px 8px rgba(124, 120, 164, 0.2));
  transition: filter .4s ease;
}
a#totopbtn:hover {
  width: 65px;
      height: 65px;
      display: block;
      position: absolute;
      right: -6px;
      top: -32px;
      transition: all .4s ease;
}
@media screen and (max-width:768px) {
  .totop {
    display: block !important;
    visibility: visible !important;
  }
}
a#guide_btn {
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: -28px;
  transition: all .4s ease;
  /* animation-name: totopbounce;
  animation-duration: 4s;
  animation-iteration-count: infinite; */
}
#guide_btn img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  filter: drop-shadow(0px 4px 8px rgba(124, 120, 164, 0.2));
  transition: filter .4s ease;
}
a#guide_btn:hover {
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    right: -6px;
    top: -32px;
    transition: all .4s ease;
}

a#pe_rating {
  color: #706f6d;
}
@media(max-width:768px) {
  .totop {
    right: 15px;
    bottom: 100px;
    position: fixed;
    z-index: 2;
  }
  .guide_container {
    right: 80px;
    bottom: 110px;
    position: fixed;
    z-index: 2;
  }
  a#totopbtn {
    width: 48px;
    height: 48px;
  }
  a#totopbtn:hover {
    width: 56px;
        height: 56px;
        display: block;
        position: absolute;
        right: -4px;
        top: -24px;
  }
  a#guide_btn {
    width: 48px;
    height: 48px;
  }
  a#guide_btn:hover {
    width: 56px;
        height: 56px;
        display: block;
        position: absolute;
        right: -4px;
        top: -24px;
  }
}
@media(max-width:580px) {
.mdp-readabler-trigger-button-box.bottom-left {
    bottom: 35px !important;
    left: -14px !important;
}

}
#totopbtn:hover img {
  filter: drop-shadow(0px 4px 15px rgba(124, 120, 164, 0.2));
  transition: filter .4s ease;
}
#mobile_bar {
  background-color: var(--e-global-color-a794784);
  padding: 15px 15px;
  position: fixed;
  width: calc(100% - 30px);
  height: auto;
  bottom: -260px;
  z-index: 50;
  display: flex;
  transition: bottom .5s ease;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
#mobile_bar.showmobilebar {
bottom: 0;
transition: bottom .5s ease;
}
.mobile_bar_container {
  position: relative;
  width: 1024px;
  max-width: calc(100% - 30px);
  margin: auto;
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.foo_btn_container {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
}
.mobile_bar_fruehbucher_icon {
  position: absolute;
  top: -77px;
  left: -173px;
  padding-left: 100px;
}
.mobile_bar_fruehbucher_icon a img {
  width: 100%;
max-width: 115px;
}
.mobile_bar_container .hdr_ch_hdl {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  line-height: inherit;
}
.mobile_bar_spacer {
  width: 100px;
}
#mobile_bar_lang_sw {
  min-width: 150px;
}
#mobile_bar_lang_sw .wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 30px 5px 10px;
  line-height: 1;
  width: fit-content;
}
#mobile_bar_lang_sw .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
}
#mobile_bar_lang_sw .wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%;
}
@media(max-width:1110px) {
  .mobile_bar_spacer {
    display: none;
  }
  #mobile_bar {
    flex-direction: column;
    gap: 32px;
}
}
@media(max-width:1065px) {
  .mobile_bar_fruehbucher_icon {
    top: -106px;
    left: -114px;
  }
}
@media(max-width:920px) {
.mobile_bar_container .hdr_ch_hdl {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
}
@media(max-width:768px) {
  .hdr_ch_hdl {
    display: none !important;
  }
}
@media(max-width:580px) {
  .mobile_bar_fruehbucher_icon {
    display: none;
  }
      #mobile_bar {
    flex-direction: row;
    gap: 15px;
}
.mobile_bar_container {
  gap: 15px;
}
}
.hidden {
  transform: translateY(100%);
}
input#date_checkin_footer,
input#date_checkout_footer {
  margin: 0;
  padding: 8px 16px;
}
.foo_btn_prim,
.foo_btn_outline {
    font-size: 13px;
    font-weight: 400;
    /* line-height: 13px; */
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 5px;
    height: fit-content;
}
.foo_btn_prim {
    color: #fff !important;
 background-color: var(--e-global-color-primary);
 border: 1px solid var(--e-global-color-primary);
}
.hrt_btn_gray_outline {
  color: var(--e-global-color-0a57974) !important;
}
.hrt_btn_gray_outline:hover {
  color: #fff !important;
}
.foo_btn_outline,
.hrt_btn_gray_outline {
   border: 1px solid var(--e-global-color-0a57974);
}
.foo_btn_prim:hover {
 background-color: var(--e-global-color-d91575b);
}
.foo_btn_outline:hover,
.hrt_btn_gray_outline:hover {
 background-color: var(--e-global-color-0a57974);
}
footer {
  background-color: #F5F2EF;
  padding: 64px 0;
}
.footer_info_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #706f6d;
  margin-bottom: 24px;
}
.footer_info_cell.img_block {
  max-width: 100px;
  margin-top: 16px;
}
.footer_info_cell img {
  max-width: 130px;
  height: auto !important;
}
.footer_info_social a {
  color: #fff !important;
}
footer a:hover {
  color: #F76B0A !important;
  text-decoration: underline;
}
.footer_info_social a:hover {
  color: #fff !important;
}

@media (max-width:768px) {
  .foo_btn_prim,
.foo_btn_outline {
    padding: 4px 8px 4px;
}
}

.footer_logo_container.l2_col_12.l2_boxed {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0;
  margin: 32px auto;
  width: 1664px;
}

.umwelt_footer_item {
  width: calc(calc(100% / 8) - 18px);
  max-width: 150px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  aspect-ratio: 1 / 1;
}
.umwelt_footer_item picture {
height: 100%;
}
.umwelt_footer_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.umwelt_footer_item img {
  max-width: 100%;
  max-height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer_copy_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  color: #706f6d;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
.footer_copy_date {
  min-width: 200px;
}
footer h5 {
  color: #706f6d;
}
.footer_info_bewertung {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 16px;
  justify-content: center;
}
@media screen and (max-width:999px) {
  .umwelt_footer_item {
    width: calc(calc(100% / 4) - 18px);
  }
}
@media screen and (max-width:767px) {
  .footer_info_bewertung {
    flex-direction: column;
  }
  .umwelt_footer_item {
    width: calc(calc(100% / 4) - 18px);
  }
}
@media screen and (max-width:479px) {
  .umwelt_footer_item {
    width: calc(calc(100% / 2) - 18px);
    transform: scale(0.8);
    justify-content: center;
  }
}

#ProvenExpert_widget_container {
position: relative !important;
float: none !important;
right: 0 !important;
top: 0 !important;
z-index: 1 !important
}
#ProvenExpert_slider_feedback {
display: none !important;
}
@media(max-width:479px) {
  .footer_info_bewertung {
  justify-content: center;
  }
}
/* FOOTER SOCIAL */
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link {
 padding: unset;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:1180px) {
  footer {
      padding: 64px 15px;
  }
  .totop {
    width: calc(100% - 126px);
    padding: 0 15px;
    }
}
@media(max-width:880px) {
  .footer_info_cell {
    width: 50%;
    margin-bottom: 32px;
  }
  .footer_info_cell.img_block {
    align-items: center;
  }
  .footer_info_container {
    justify-content: center;
    text-align: center;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_3 #mega-menu-max_mega_menu_3 {
  text-align: center;
}
.footer_copy_container {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}
#holidaycheck-widget-hotel-1-163204-de_AT-s-b-1-1---0 {
    display: flex;
    justify-content: flex-start;
}
#mega-menu-item-5748 {
  padding: 0;
  margin: 0 !important;
}
}
@media(max-width:768px) {
#mobile_bar {
  bottom:0;
  padding: 8px 15px;
    height: auto;
}
}
@media(max-width:479px) {
  .footer_info_cell {
    width: 100%;
  }
}
/* UMWELT BANNER*/
.umwelt_container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.umwelt_logo_container {
  display: flex;
  flex-direction: row;
  width: 33%;
  gap: 20px;
  align-items: center;
}
.umwelt_logo_container a,
.umwelt_logo_container picture {
  width: 50%;
}
.umwelt_logo_container a,
.umwelt_logo_container img,
.umwelt_logo_container picture,
.umwelt_logo_container figure {
  max-width: 100%;
}
.umwelt_text_container {
  width: 66%;
}
.umwelt_text_container p {
  font-size: 12px;
}
@media(max-width:768px) {
  .umwelt_container {
    flex-direction: column;
  }
  .umwelt_logo_container {
    width: 100%;
    max-width: 350px;
  }
  .umwelt_text_container {
    width: 100%;
  }
}
@media(max-width:479px) {
  .umwelt_logo_container {
    width: 100%;
    max-width: 90%;
  }
}
#newsletter {
  background-color: #98B828;
  background-image: url('/wp-content/uploads/2022/09/logo_a_pale_prim.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 64px 0;
  color: #fff;
}
.footer_nl_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 140px;
}
.footer_nl_cell_textblock {
  width: calc(40% - 140px);
  flex-grow: 0;
  flex-shrink: 1;
}
.footer_nl_cell_form {
  width: calc(60% - 140px);
  flex-grow: 1;
  flex-shrink: 0;
}
.fo_nl_gen {
  margin-right: 20px;
}
.nl_hdl {
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 700;
  line-height: 72px;
}
form#l2_footer_nl_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cr-web-wrapper .cr-web-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}
#l2_footer_nl_form .l2_anrede {
  width: 100px;
}
#l2_footer_nl_form input[type="text"],
#l2_footer_nl_form select {
  border-radius: 10px;
  margin-bottom: 0;
}
#l2_footer_nl_form .cr-text,
#l2_footer_nl_form .cr-web-row {
  padding: 0 !important;
}
#l2_footer_nl_form .cr-text .cr-web-form {
  display: flex;
  flex-direction: column;
}
#l2_footer_nl_form .cr-text .cr-web-form label {
  margin-bottom: 0px;
}
#l2_footer_nl_form .l2_privacy_text {
  display: flex;
  flex-direction: row;
}
#l2_footer_nl_form .cr-web-row button[type="submit"] {
  margin: 16px 0 0 !important;
  background: #fff !important;
  border-color: #fff !important;
  color: #98b828 !important;
  box-shadow: 2px 1px 6px rgb(0 0 0 / 20%);
  outline: none;
    letter-spacing: 0.01em;
    padding: 12px 24px !important;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color .3s ease-out, color .3s ease-out;
}
#l2_footer_nl_form .cr-web-row button[type="submit"]:hover {
  background: #C0D96A !important;
  border-color: #fff !important;
  color: #fff !important;
}

@media(max-width:1180px) {
  #newsletter {
      padding: 64px 15px;
  }
}
@media(max-width:991px) {
  .footer_nl_container {
    flex-direction: column;
    gap: 0px;
  }
  .footer_nl_cell_textblock,
  .footer_nl_cell_form {
      width: 100%;
      margin-bottom: 32px;
  
  }
  }
@media(max-width:768px) {
  #newsletter {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 14px;
}
.footer_nl_container {
  gap: 0;
}
.cr-web-wrapper .cr-web-row {
  flex-direction: column;
}
#l2_footer_nl_form .l2_anrede {
  width: 100%;
}
}

/* CONTENT */
/* HOME */
/* ZIMMER & SUITEN */
#zimmer .content_container {
  padding: 120px 0 340px 0;
    margin-bottom:234px;
    position: relative;
}
.logo_home_zimmer_bgimg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ein_text_container .display {
  line-height: 80px !important;
}
.home_zimmer_roomlist {
      background-color: var(--e-global-color-primary);
      color: #fff;
      padding: 54px 60px;
      margin-top: 96px;
      display: flex;
      flex-direction: row;
      gap: 64px;
      border-radius: 10px;
      position: absolute;
      max-width: 100%;
      flex-wrap: wrap;
}
.home_zim_rl_item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  width: calc(33.333% - 43px);
}
.home_zim_rl_item_no {
  font-size: 64px;
  font-weight: 700;
  line-height: 60px;
}
.home_zim_rl_item_price {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.room_long_list {
  width: 100%;
  overflow: hidden;
}

.room_long_list .elementor-widget-container {
  width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
 .room_long_list .elementor-widget-container::-webkit-scrollbar {
  opacity: 0;
} 


@media(max-width: 768px) {
  @keyframes longlistblink {
    0%   { opacity: 0; }
    50%  { opacity: .3; }
    100% { opacity: 0; }
  }

.elementor-element.room_long_list:before,
.elementor-element.room_long_list:after {
  position: absolute;
  top: calc(50% - 25px);
  font-size: 50px;
  color: var(--e-global-color-primary); 
  animation-name: longlistblink;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.elementor-element.room_long_list:before {
  content: "<";
left:0;
}
.elementor-element.room_long_list:after {
  content: ">";
  right: 0;
}
}

/* .room_long_list .elementor-widget-container table {
  width: 200% !important;
} */
@media(max-width:999px) {
  #zimmer .content_container {
    padding: 64px 0 64px;
    margin-bottom: 0;
  }
  .home_zimmer_roomlist {
    position: relative;
  }

/* @media(min-width:769px) {
  .room_long_list .elementor-widget-container::-webkit-scrollbar {
    opacity: 0; 
}
@media(max-width:768px) {
  .room_long_list .elementor-widget-container::-webkit-scrollbar {
    opacity: 1;  
} */
  .home_zimmer_roomlist {
    flex-direction: column;
  }
  .home_zim_rl_item {
    width: 100%;
  }
}
/* Logo IMG BANNER */
.logo_img_banner {
  width: 100%;
  margin: 0;
  padding: 0;
}
.logo_img_banner_bgimg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo_img_banner_container {
  display: flex;
  width: 100%;
  max-width: 1140px;
  padding: 83px 0;
  margin: auto;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.logo_img_banner_img_container {
  width: 50%;
}
.logo_img_banner_img_container img {
  width: 448px;
  max-width: 100%;
}
.logo_img_banner_img_content {
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
    width: 40%;
}

.bb_btn_container {
    width: 100%;
    display: flex;
    gap: 16px;
}
@media(max-width:1170px) {
  .logo_img_banner_container {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media(max-width:999px) {
  .logo_img_banner_container {
flex-direction: column !important;
  }
  .logo_img_banner_img_container {
    width: 250px;
}
.logo_img_banner_img_content {
    text-align: center !important;
    align-items: center !important;
    width: 100%;
}
.bb_btn_container {
    flex-direction: column;
    gap: 48px;
  }
}
/* QUOTES */
#quotes {
  padding: 120px 0 16px;
  background-color: #fff;
}
.qu_icon {
  padding-bottom: 8px;
  border-bottom: 2px solid var(--e-global-color-primary);
  width: 55px;
  margin: auto;
  text-align: center;
}
.qu_icon img {
height: 24px;
}

.splide__track {
    margin-bottom: 24px;
}
.quote_slide_item {
  text-align: center;
}
.quote_slide_item_quote,
div.elementor-widget-slides div.swiper-slide-contents div.elementor-slide-heading  {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    text-align: center;
    max-width: 860px;
    margin: 40px auto 24px;
}
.quote_slide_item_name {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
}
.quote_slide_item_source {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: center;
}
/* SPLIDE PAGINATION */
.splide__pagination {
  position: relative !important;
}
.splide__pagination__page.is-active,
.splide__pagination__page:hover {
    background: var(--e-global-color-primary) !important;
    transform: scale(1) !important;
    outline: none !important;
}
.qu_btn_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    margin: 46px auto 96px;
}

.qu_btn_container .btn_small_outline {
  width: calc(50% - 16px);
    flex: 0 0 50%;
}
@media(max-width:860px) {
  .splide__track {
    padding: 0 15px;
}
}
@media(max-width:768px) {
.qu_btn_container {
    flex-wrap: wrap;
    margin: 16px auto 96px;
  }
}
/* QUOTES END */
/* MAPS */

#maps {
  background-color: #fff;
  padding-bottom: 120px;
  max-width: 100%;
  overflow: hidden;
}
#maps a:hover {
 color: var(--e-global-color-primary) !important;
}
.maps_snazzy {
  position: relative;
  z-index: 1;
}
.maps_info_container {
    max-width: 1140px;
    margin: auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    padding: 0;
}
.maps_info_contact_container {
    min-width: 300px;
}
.maps_info_contact_box {
    max-width: 376px;
    max-height: 374px;
    box-shadow: 0px 8px 16px rgb(56 24 2 / 30%);
    padding: 50px 64px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 32px;
    margin-top: -94px;
    background-color: #fff;
}
.maps_info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.maps_info_anfahrt_weather_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 32px 0 0 36px;
}
.maps_info_anfahrt_container {
    display: flex;
    flex-direction: row;
    align-content: center;
    gap: 50px;
    padding: 0 50px 24px 0;
    border-bottom: 1px solid #D9D9D9;
}
.maps_info_anfahrt_item {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 14px;
  line-height: 1.2;
}
@media(max-width:1170px) {
  .maps_info_container {
      padding: 0 15px;
  }
}

@media(max-width:880px) {
  .maps_info_container {
    justify-content: space-around;
}
  .maps_info_anfahrt_container {
      flex-direction: column;
      align-content: center;
      gap: 25px;
      padding: 0 50px 35px 0;
    }
}
@media(max-width:768px) {
  .maps_info_container {
    flex-direction: column;
      align-items: center;
      gap:32px;
  }
  .maps_info_anfahrt_container {
    flex-direction: row;
    align-content: center;
    gap: 32px;
}
}
@media(max-width:612px) {
  .maps_info_anfahrt_container {
      gap: 10px;
  }
}
@media(max-width:479px) {
  .maps_info_anfahrt_container {
    flex-direction: column;
    gap: 25px;
    padding: 0 50px 35px 0;
    }
}
/* ANGEBOT ÜBERSICHT */
.hidden {
  display:none !important;
}
.ein_text_container {
  max-width: 60%;
}
.ang_ueb_einleitung .content_container {
  padding-bottom: 32px;
}
/* #ang_ueb_grid .content_container {
padding-top: 32px;
} */

/* ANGEBOT GRID END */
/* ANGEBOT ÜBERSICHT END */
/* ANGEBOT CPT EINLEITUNG */
#ang_einleitung .content_container {
  margin-top: 60px;
}
.einleitung_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 110px;
}
.ein_einleitungstext {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.ein_price_unit {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ein_price {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.08em;
}

.single-angebot table tr:nth-last-of-type(odd) {
  background-color: var( --e-global-color-eb474d8 );
}
.single-angebot table tr:nth-last-of-type(even) {
  background-color: #fff;
}
.single-angebot table td {
  padding: 4px 10px;
}
.ein_btn_container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

.ein_offer_container {
  color: #fff;
  background-color: var(--e-global-color-primary);
  min-width: 370px;
  margin-top: 38px;
  padding: 0;
  border-radius: 10px;
  position: relative;
}
.ein_offer_a_overlay {
    background-image: url('/wp-content/uploads/2022/09/logo_a_pale_prim_o.svg');
    background-position: 60% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    opacity: 0.2;
    z-index: 1;
}
.ein_offer_content {
  position: relative;
  z-index: 10;
  padding: 24px 30px;
}
.ein_offer_container h4 {
margin: 0 !important;
}
.ein_offer_container ul {
  list-style-type: none;
  padding: 0;
}
.ein_offer_container ul li {
font-size: 1em;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.01em;
}
.ein_offer_container ul li strong {
font-weight: 700;
letter-spacing: 0.03em;
}
@media(max-width:999px) {
  .einleitung_container {
    gap:60px;
  }
}
@media(max-width:768px) {
  .einleitung_container {
    flex-direction: column;
    gap:24px;
  }
  .ein_offer_container {
    color: #fff;
    background-color: var(--e-global-color-primary);
    min-width: auto;
    width: 100%;
    max-width: 370px;
    margin-top: 38px;
    padding: 0;
    border-radius: 10px;
    position: relative;
}
}
/* ANGEBOT CPT EINLEITUNG END */
/* ANGEBOT CPT TABS */
.tab_container{
  display: flex;
  flex-direction: row;
  gap: 120px;
  padding: 48px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0,0,0, 0.08);
}
.tab_menu {
  display: flex;
  flex-direction: column;
  max-width: 350px;
}
.tab_menu_item {
  font-size: 20px;
  font-weight: 700;
  color: var(--e-global-color-text);
  line-height: 56px;
  width: 255px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #D9D9D9;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.tab_menu_item.active,
.tab_menu_item:hover {
  color: var(--e-global-color-primary);

}
.tab_menu_item:last-of-type {
border-bottom:0;
}
.tab_content_item {
  display: none;
  transition: display .6s ease;
}
.tab_content_item.active {
  display: block;
  transition: display .6s ease;
}
@media(max-width:999px) {
  .tab_container {
    gap: 40px;
}
  .tab_menu_item {
    width: 200px;
}
}
@media(max-width:768px) {
  .tab_container {
      flex-direction: column;
    }
    .tab_menu {
        max-width: 100%;
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tab_menu_item {
      width: auto;
      border-bottom: 1px solid #D9D9D9;
    }
    .tab_menu_item:last-of-type {
    border-bottom: 1px solid #D9D9D9;
    }
}
/* ANGEBOT CPT TABS END */
/* ANGEBOT YOUTUBE VIDEO BANNER */
iframe.ang_yt_vid {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
}
/* ANGEBOT YOUTUBE VIDEO BANNER END */
/* ANGEBOT CPT GALERIE */
.gal_sec_container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.gal_sec_left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 350px;
    max-width: 100%;
}
.gal_sec_right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  width: 100%;
}
.gal_sec_right_top {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: flex-end;
}
.gal_sec_right_top img {
  width: 100%;
}
.gal_sec_right_top_infoblock {
  display: flex;
    flex-direction: column;
    gap: 54px;
    align-items: flex-end;
}
.gal_sec_right_bottom {
    display: flex;
}
.gal_sec_right_bottom .gal_sec_img {
  width: 100%;
}
.gal_sec_siegel {
    width: 100%;
    max-width: 240px;
}
.gal_sec_img {
  border-radius: 10px;
}
@media(max-width:1100px) {
  .gal_sec_container {
      flex-direction: column;
  }
  .gal_sec_left {
      flex-direction: row-reverse;
      min-width: unset;
      width: 100%;
      justify-content: center;
      align-items: flex-end;
  }
  .gal_sec_right {
    flex-direction: column-reverse;
}
.gal_sec_right_top {
    align-items: flex-start;
  }
  .gal_sec_right_top_infoblock {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media(max-width:768px) {
  .gal_sec_right_top {
      flex-direction: column;
  }
.gal_sec_right_top img,
.gal_sec_right_top_infoblock img.gal_sec_siegel {
  margin: auto;
}
.gal_sec_right_top_infoblock {
    text-align: center;
}
.gal_sec_left img.gal_sec_img {
    max-width: 100%;
    width: calc(50% - 15px);
}
}
@media(max-width:512px) {
  .gal_sec_container {
    gap: 10px;
}
  .gal_sec_left {
    gap: 10px;
}
  .gal_sec_left img.gal_sec_img {
    max-width: 100%;
    width: calc(50% - 5px);
}
.gal_sec_right {
    gap: 10px;
}
}

/* ANGEBOT CPT GALERIE END */
/* ANGEBOT CPT THEMEN */
#ang_themen .content_container {
  margin: 0 auto 60px auto;
}
.ang_the_splide_backplate {
  background-color: var(--e-global-color-a794784);
  height: 500px;
  width: 100%;
  position: absolute;
}
#ang_themen .ang_the_splide_container .content_container {
  padding: 0 0 120px 0;
    width: 100%;
    max-width: 1140px;
    margin: -60px auto 0;
}
.ang_the_splide_container {
    margin-bottom: 60px;
}
/* ANGEBOT CPT THEMEN END */
/* ANGEBOT CPT ANGEBOTE */
.angebote {
 margin: 32px 0 96px;
}
.page-template-page-saeule .angebote {
   margin: 32px 0 32px;
}
.angebote.angebote h2 {
  color: var(--e-global-color-primary);
}
.angebot_more {
    width: 100%;
    text-align: center;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* @media(max-width:999px) {
  .page-template-page-saeule #ang_themen .splide {
    padding-left: 15px;
  }
} */
/* ANGEBOT CPT ANGEBOTE END */
/* ZUSATZANGEBOTE */
.zusatzangebote_sec {
  background-color: #fff;
  padding-bottom: 120px;
}
.zu_ang_subline_logo_container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
}
.zu_ang_subline_logo_container .zu_logo img {
  width: 240px;
  height: 230px;
  max-width: 100%;
}
.zu_ang_subline_logo_container .subline {
  width: 60%;
}
.zu_pa_fallback_bg {
  background-color: var(--e-global-color-a794784);
}
.amg_item_img {
  position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 0;
      z-index: 0;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.zu_pa_fallback_img {
  background-image: url('/wp-content/uploads/2022/09/logo_wht.svg');
  background-position: 50% 35% !important;
  background-repeat: no-repeat;
  background-size: 40%;
  opacity: 1;
}
@media(max-width:768px) {
  .zu_ang_subline_logo_container .subline {
    width: 100%;
  }
}
/* ZUSATZANGEBOTE END */
/* ZUSATZANGEBOTE SLIDER */
#zusatzangebot_slider {
  margin: 130px 0 0;
  padding: 32px 0 72px 0;
  position: relative;
}
.zu_pa_splide_backplate {
  background-color: var(--e-global-color-a794784);
  height: 480px;
  width: 100%;
  z-index: 1;
  bottom: 0;
  position: absolute;
}
.zu_pa_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(200px, 26vw, 375px);
  height: 375px;
  border-radius: 10px;
  filter: drop-shadow(0px 8px 16px rgba(56, 24, 2, 0.3));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.zu_pa_content {
    width: 375px;
    margin-top: -130px;
    flex-shrink: 0;
}
.zu_pa_logo img {
  width: 321px;
  max-width: 100%;
  height: auto;
}
.zu_pa_text {
    margin: 32px 0 0 50px;
    color: var(--e-global-color-0a57974);
}
.zu_pa_text h3 {
    color: var(--e-global-color-0a57974);
}
.zu_pa_splide_container {
    width: calc(100% - 355px);
    flex-grow: 0;
}
#zusatzangebot_slider .zu_pa_content_container {
    padding: 0 0 0 60px;
    width: 100%;
    margin: -91px auto 0;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0;
    justify-content: flex-start;
    flex-direction: row;
}
@media(max-width:999px) {
  .zu_pa_logo img {
      width: 250px;
    }
    .zu_pa_splide_backplate {
    top: 25px;
    height: 420px;
  }
}
@media(max-width:768px) {
  .zu_pa_item {
  width:50%;
}
  #zusatzangebot_slider {
    margin: 64px 0 0;
  }
  .page-template-page-saeule #zusatzangebot_slider {
    margin: 0;
    padding: 32px 0 0;
  }
  .zu_pa_splide_backplate {
    display: none;
}
  #zusatzangebot_slider .zu_pa_content_container {
      padding: 0 0 0 15px;
      flex-direction: column;
    }
    .zu_pa_content {
        width: calc(100% - 30px);
        margin-top: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 48px;
    }
    .zu_pa_logo {
    width: 40%;
}
.zu_pa_logo img {
    width: 100%;
}
.zu_pa_text {
    width: 60%;
    margin-left: 0;
    color: var(--e-global-color-0a57974);
}
.zu_pa_splide_container {
    width: 100%;
    flex-grow: 0;
}
}
@media(max-width:540px) {
    .zu_pa_item {
  width: 90%;
}
}
@media(max-width:479px) {
.zu_pa_content {
  flex-direction: column;
}
.zu_pa_logo {
  width: 60%;
  margin: auto;
}
.zu_pa_text {
width: 100%;
}
}
/* ZUSATZANGEBOTE SLIDER END */
/* ZUSATZANGEBOTE LISTE */
.zu_ang_list_container {
  width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 30px;
margin-top: 60px;
}
.zu_pa_list_column {
  width: 50%;
}
.zu_pa_list_item {
  margin: 0 0 48px;
  padding: 0;
      width: calc(50% - 15px);
}
.zu_pa_list_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 850;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px;
}
.zu_pa_list_item_price_btn_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 16px;
}
.zu_pa_list_item_unit{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.zu_pa_list_item_price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;

}
@media(max-width:768px) {
  .zu_ang_list_container {
    flex-direction: column;
    gap: 0;
  }
  .zu_pa_list_column {
    width: 100%;
  }
  .zu_pa_list_item {
    margin: 0 0 48px;
    padding: 0;
    width: 100%;
  }
}
/* ZUSATZANGEBOTE LISTE END */
/* THEMEN */

/* THEME END */


/* SÄULEN GRID HOME */

#saeulen_grid {
  margin: 0;
  padding: 60px 0 120px;
}

/* .page-template-page-saeule #saeulen_grid {
  margin: 0;
  padding: 0 0 120px;
}
.page-template-page-saeule #saeulen_grid .content_container {
padding: 0;
} */


.sg_ho_grid_container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}
.sg_ho_grid_left_col, .sg_ho_grid_right_col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: calc(50% - 15px);
}
.sg_ho_grid_left_col {
  align-items: flex-end;
  position: relative;
}
.sg_ho_grid_right_col {
 align-items: flex-start;
 position: relative;
 margin-top: 200px;
}

.sg_ho_grid_item {
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  cursor: pointer;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  transition: filter .3s ease;
}
#saeulen_grid .sg_ho_grid_container a {
  position: relative;
}
.sg_ho_grid_item img.sg_ho_grid_item_img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
}
.sg_ho_grid_item h2 {
font-size: clamp(32px, 4vw, 44px);
}
.sg_ho_grid_item:hover {
  filter: drop-shadow(0px 8px 16px rgba(56, 24, 2, 0.3));
  transition: filter .3s ease;
}
.sg_ho_grid_item .subline {
  text-transform: uppercase;
}
.sg_ho_grid_item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.12em;
}
.sg_ho_grid_item .sg_go_overlay{
  width: 100%;
  height: 100%;
  /* margin: -20px ; */
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
  z-index: 2;
  background: linear-gradient(0.41deg, rgba(24, 23, 22, 0.62) 0.5%, rgba(24, 23, 22, 0) 52.03%);
}
.sg_ho_grid_item .overline,
.sg_ho_grid_item h2,
.sg_ho_grid_item p,
.sg_ho_grid_item .subline {
  position: relative;
  z-index: 4;
}
.sg_ho_grid_item.l_top {
  background-color: var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 409px;
  height: fit-content;
  padding: 60px;
  /* flex: 1 1 50%; */
  flex-wrap: nowrap;

}
.sg_ho_grid_item.l_mid {
  width: 472px;
  height: 345px;
}
.sg_ho_grid_item.l_bot {
  width: 375px;
  height: 447px;
}
.sg_ho_grid_right_col img {
  position: absolute;
    z-index: 4;
    margin-top: -73px;
    right: 30%;
    width: 148px;
}
.sg_ho_grid_item.r_top {
  width: 375px;
  height: 447px;
}
.sg_ho_grid_item.r_bot {
  width: 472px;
  height: 345px;
}
@media(max-width:1016px) {
  .sg_ho_grid_item.l_top,
  .sg_ho_grid_item.l_mid,
  .sg_ho_grid_item.l_bot,
  .sg_ho_grid_item.r_top,
  .sg_ho_grid_item.r_bot {
    width: 100%;
    /* height: 345px; */
  }
}
@media(max-width:768px) {
  #saeulen_grid {
    padding: 64px 0;
  }
  .page-template-page-saeule #saeulen_grid {
    margin: 0;
    padding: 0;
  }
  .sg_ho_grid_container {
      flex-direction: column;
}
.page-template-page-saeule .sg_ho_grid_right_col {
    margin-top: 0;
}
.sg_ho_grid_left_col, .sg_ho_grid_right_col {
    max-width: 100%;
}
.sg_ho_grid_right_col {
  margin-top: 120px;
}
}
/* SÄULEN GRID HOME END */
/* TEXT VIDEO  */
section#text_video {
    margin: 60px 0 0;
}
.text_video_container {
  display: flex;
  flex-direction: row;
  gap: 100px;
  padding: 60px 60px 0;
}
.text_video_content {
  display: flex;
  flex-direction: column;
  width: calc(40% - 40px);
}
.text_video_video {
  width: calc(60% - 40px);
  max-width: 100%;
}
.text_video_video iframe {
  width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
}
@media(max-width:999px) {
  section#text_video {
      margin: 0;
  }
  .text_video_container {
    flex-direction: column;
    gap: 30px;
  }
  .text_video_content,
  .text_video_video {
    width: 100%;
  }
}
@media(max-width:768px) {
  .text_video_container {
    padding: 32px 15px 0;
  }
}
/* TEXT VIDEO END */
/* HEADLINE MIT LOGO */
.content_headline {
  margin: 0;
  padding: 0 0 60px;
}
/* HEADLINE MIT LOGO END */

/* SÄULEN GALERIE 3er GRID */
.saule_galerie {
margin: 0;
padding: 60px 0 0;
}
.saulen_grid_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.saulen_grid_top {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.saulen_grid_top_infoblock {
    width: 33.333%;
}
.saulen_grid_bottom {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.saulen_grid_bottom_left {
    width: calc(66.666% - 15px);
}


.saulen_grid_bottom_right {
    width: calc(33.333% - 15px);
}
.saulen_grid_siegel,
img.saulen_grid_siegel {
    position: absolute;
    width: 204px;
    margin-top: -155px;
    margin-left: 50px;
    height: 196px;
}
.saulen_grid_siegel source,
.saulen_grid_siegel img {
  max-width: 100%;
}
.saulen_grid_img {
  border-radius: 10px;
  position: relative;
}
.saulen_grid_img img.saulen_grid_img_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.b_r_img,
.t_r_img,
.b_l_img {
  max-width: 100%;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t_r_img {
  width: 540px;
  height: auto;
  aspect-ratio: 540 / 760;
}
.b_r_img{
  width: 100%;
  height: auto;
  aspect-ratio: 395 / 345;
}
.b_l_img {
    width: 100%;
    height: auto;
    aspect-ratio: 775 / 510;
}
@media(max-width:1140px) {
  .saulen_grid_bottom_left,
  .saulen_grid_bottom_right {
      width: calc(50% - 15px);
  }
}
@media(max-width:999px) {
.saulen_grid_top_infoblock.empty {
  display: none;
}
}
@media(max-width:768px) {
  .saulen_grid_top_infoblock,
  .t_r_img
   {
     width: 50%;
  }
  .saulen_grid_bottom {
    flex-direction: column;
}
  .saulen_grid_bottom_left,
  .saulen_grid_bottom_right {
      width: 100%;
  }
  .saulen_grid_siegel {
    display: none;
  }
}
@media(max-width:768px) {
  .saulen_grid_top {
    flex-direction: column;
  }
  .saulen_grid_top_infoblock,
  .t_r_img
   {
     width: 100%;
  }

}
/* SÄULEN GALERIE 3er GRID */

/* SÄULEN EINSTIEG */
section#saeule_einstieg {
    margin: 312px 0 0;
    padding: 0;
}
.saeule_einstieg_container {
    display: flex;
    flex-direction: row;
    gap: 80px;
    padding: 0 0 60px;
    width: calc(100% - 30px);
    max-width: 1440px;
    margin: auto;
    flex-wrap: wrap;
}
.saeule_einstieg_column_l {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(50% - 40px);
    color: var(--e-global-color-0a57974);
}
.saeule_einstieg_column_r {
  display: flex;
  flex-direction: column;
    width: calc(50% - 40px);
}
.saeule_einstieg_column_l_btn_container {
    margin-top: 32px;
    display: flex;
    gap: 15px;
}
.saeule_einstieg_column_l img{
  width: 225px;
  height: auto;
  margin-top: -170px;
}
.saeule_einstieg_column_r img {
    margin-top: -70px;
    border-radius: 10px;
}
@media(max-width:1470px) {
  .saeule_einstieg_container {
      padding: 0 15px 60px;
  }
}
@media(max-width:768px) {
  .saeule_einstieg_container {
    flex-direction: column;
    gap:64px;
  }
  .saeule_einstieg_column_l,
  .saeule_einstieg_column_r {
    width: calc(100% - 30px);
}
.saeule_einstieg_column_r img {
    margin-top: 0;
    width: 100%;
}
}
/* SÄULEN EINSTIEG END */
/* ROOMS & MORE */
.zimmer_btn:hover a {
  color: var(--e-global-color-primary) !important;
}
.zimmer_btn:hover .elementor-divider-separator  {
  border-top-color: var(--e-global-color-primary) !important;
}
.zimmer_gal_column {
  width: calc(60% + 40px);
}
.zimmer_info_column {
  margin: 50px 0 0 -40px;
}
.zimmer_info_column.invert {
  margin: 50px -40px 0 0;
}
.zimmer_gal_column .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: left;
}
.zimmer_gal_column.invert .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: right;
}
@media(max-width:1024px) {
  .zimmer_gal_column .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction,
  .zimmer_gal_column.invert .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction  {
    text-align: center;
  }
}

.fullwith_btn .elementor-button-link {
  width: 223px !important;
  max-width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
.zimmer_acc .elementor-accordion .elementor-tab-title {
    border-top: 1px solid #CECECE;
}
.zimmer_acc .elementor-tab-title.elementor-active {
    border-top: 1px solid #CECECE !important;
}
.zimmer_acc .elementor-accordion-item:last-of-type .elementor-tab-title {
    border-bottom: 1px solid #CECECE;
}
@media(max-width:1024px) {
  /* .zimmer_gal_column {
    width: calc(60% + 0px);
  } */
  .zimmer_info_column,
  .zimmer_info_column.invert {
    margin: 8px 0 16px 0px;
  }
}

/* PERSONAL COACHES */
.pe_co_grid_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
.pe_co_item {
  width: calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.pe_co_item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
  border-radius: 10px;
}
.pe_co_item h3 {
  margin-bottom: 0;
}
.pe_co_price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.pe_co_item .btn_narrow_outline {
  width: fit-content;
}
.pe_co_item:hover h3 {
  color: var(--e-global-color-primary);
}
@media(max-width:999px) {
  .pe_co_item {
    width: calc(50% - 30px);
  }
}
@media(max-width:512px) {
  .pe_co_item {
    width: calc(100% - 0px);
  }
}
/* PERSONAL COACHES END */

.blog_header_spacer {
    height: 300px;
}
.post_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 64px;
  font-size: 18px;
}
.post_nav a:hover {
  color: var(--e-global-color-primary);
}


@media(max-width:999px) {
  .post_nav {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .post_nav_prev {
    order: 1;
  }
  .post_nav_home {
    order: 3;
  }
  .post_nav_prev {
    order: 2;
  }
}
/* BLOG SINGLE END */
/* AVIVA TV */
.avtv_container {
  width: 1144px;
  max-width: 100%;
  margin: 60px auto;
}
.avtv_container h1 {
  margin: 120px 0 64px;
  color: var(--e-global-color-primary);
}
.avtv_grid_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.block_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.block_container:nth-last-of-type(even) {
  flex-direction: row-reverse;
}
.avtv_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.avtv_item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.avtv_item_info_container {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
}

.left_block {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.left_sub_block {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}



.avtv_item.avtv_1b1 {
  width: calc(50% - 15px);
  height: auto;
  aspect-ratio: 1 / 1;
}
.avtv_item.avtv_2b1 {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}
.avtv_item.avtv_2b2 {
  width: calc(50% - 15px);
  height: auto;
  aspect-ratio: 1 / 1;
}
@media(max-width:1170px) {
.avtv_container {
  width: calc(100% - 30px);
margin: 60px 15px;
}
}
@media(max-width:999px) {
  .left_sub_block {
    flex-direction: column;
}
  .avtv_item.avtv_1b1 {
    width: 100%;
    aspect-ratio: 2 / 1;
}
}
@media(max-width:768px) {
  .block_container {
    flex-direction: column;
  }
  .block_container:nth-last-of-type(even) {
    flex-direction: column-reverse;
  }
  .avtv_grid_container {
    flex-direction: column;
  }
  .left_block {
    width: 100%;
  }
  .left_sub_block {
    flex-direction: column;
}
.avtv_item.avtv_2b2 {
    width: 100%;
    height: auto;
  }
  .avtv_item.avtv_2b1 {
    width: 100%;
  }
  .avtv_item.avtv_1b1 {
    width: 100%;
    aspect-ratio: 2 / 1;
}
}
.avtv_overlay {
  opacity: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 40%);
  border-radius: 5px;
    transition: opacity .4s ease;
}
.avtv_item:hover .avtv_overlay {
  opacity: 1;
  transition: opacity .4s ease;
}
.avtv_overlay svg {
  width: 150px;
  height: 150px;
  fill: #FFFFFF;
}
#avtv_vid {
  width: 60%;
  height: auto;
  aspect-ratio: 16 / 9;
}
article.avtv_art_container {
margin-bottom: 64px;
}
.avtv_modal {
  position: fixed;
      width: 100%;
      z-index: 10;
      height: 100%;
      top: 0;
      left: 0;
      display: none;
      align-content: center;
    align-items: center;
    justify-content: center;
      background-color: rgb(0 0 0 / 58%);
}
/* AVIVA TV  END */
/* BUCHUNGSBOX EXCLUDE */
/* PRESSE, IMPRINT, DATENSCHUTZ, ANREISE */
/* .page-id-40 #header_datepicker,
.page-id-42 #header_datepicker,
.page-id-36 #header_datepicker,
.page-id-368 #header_datepicker,
.page-id-280 #header_datepicker
 {
  display: none;
} */
@media(min-width:768px) {
.maps_item,
.maps_item div,
.maps_item iframe {
  height: 100% !important;
}
}
/* #header_datepicker {
  display: none;
} */
.page-template-page-angebot_uebersichtsseite #header_datepicker,
.single-special-deals #header_datepicker,
.page-template-page-saeule #header_datepicker,
.page-template-page-startseite #header_datepicker,
.page-id-276 #header_datepicker,
.parent-pageid-276 #header_datepicker,
.page-id-288 #header_datepicker {
  display: flex;
}
.header_fruehbucher_icon {
  position: absolute;
  right: -75px;
  bottom: 55px;
}
@media(max-width: 1310px) {
  .header_fruehbucher_icon {
    position: absolute;
    right: calc(50% - 67px);
    bottom: auto;
    top: -67px;
}
}
#verkehrsauskunft div ul li:before {
  content: "" !important;
}
/* BUCHUNGSBOX EXCLUDE END */
/* PRESSE */
.presse_download_box div ul {
    list-style-type: none;
}
.presse_download_box div ul li {
  margin-bottom: 8px;
}
.presse_download_box div ul li:before {
  content: '';
 display: inline-block;
 background: url('/wp-content/uploads/2022/11/noun-pdf-4145745.png');
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
    width: 20px;
    height: 20px;
}
.presse_download_box div ul li a:hover {
  color: var(--e-global-color-primary);
}
/* PRESSE END */
/* SEARCH */
.search_item {
    max-width: 960px;
    margin: 32px auto 64px;
}
.search_item a img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
section.no-results.not-found {
  padding: 120px 0;
}
@media(max-width:1140px) {
#avtv_vid {
  width: 80%;
}
}
@media(max-width:999px) {
#avtv_vid {
  width: 90%;
}
}
@media(max-width:768px) {
  section.no-results.not-found {
    padding: 64px 0;
}
}
@media(max-width:479px) {
#avtv_vid {
  width: 100%;
}
}
/* SEARCH END
/* FAQ */
.faq_container {
  column-count: 2;
  column-gap: 60px;
  width: 100%;
}
.faq_item {
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  padding: 0 0 32px;
}
@media(max-width:768px) {
  .faq_container {
    column-count: 1;
    column-gap: 0;
}
}
/* FAQ END */


/* REGUEST FORM */
div.reguest-request-widget {
  background-color: green;
    margin: 32px 0;
    padding: 24px 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
#reguest-request-widget {
  font-family: 'Baloo Da 2', sans-serif !important;
  max-width: 100% !important;
}
#ember394 label {
  margin-bottom: 8px;
}
#ember394 div input[type=text],
#ember394 div input[type=number],
#ember394 div select {
  font-size: 16px !important;
  border-radius: 10px !important;
  border: 1px solid #BEC5CC !important;
  padding: 6px 16px !important;
  height: auto !important;
  margin-right: 15px !important; 
  max-width: 100% !important;
  width: 300px !important;
}
#ember394 div textarea {
  font-size: 16px !important;
  border-radius: 10px !important;
  border: 1px solid #BEC5CC !important;
  padding: 16px 16px !important;;
  margin-right: 15px !important; 
  max-width: 100% !important;
  width: 600px !important;
  height: 200px !important;
}
#ember394 button.rg-button {
  font-size: 14px !important;
  background: transparent !important;
  border-radius: 10px !important;
  border: 1px solid #BEC5CC !important;
  padding: 6px 16px !important;
  height: auto !important;
}
#ember394 button.rg-button:hover {
  background: var(--e-global-color-a794784) !important;
  border: 1px solid var(--e-global-color-a794784) !important;
}

#ember394 button.rg-button.rg-send-action  {
  font-size: 18px !important;
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
  border-radius: 10px !important;
  border: 1px solid #BEC5CC !important;
  padding: 18px 45px !important;
  height: auto !important;
  margin-top: 32px !important;
}
#ember394 button.rg-buttonrg-send-action:hover {
  background: var(--e-global-color-a794784) !important;
  border: 1px solid var(--e-global-color-a794784) !important;
}
#reguest-request-widget .input-with-permanent-placeholder:before {
  left: 5px !important;
  top: 9px !important;
}
#reguest-request-widget .rg-required-fields-info {
  float: none !important;
  margin-bottom: 16px !important;
}
#reguest-request-widget h3 {
font-size: clamp(24px, 4vw, 32px) !important;
line-height: 112% !important;
font-weight: 700 !important;
margin: 32px 0 8px 0 !important;
}
#ember394 .rg-form-meal-type {
  margin-top: 32px !important;
  max-width: 100% !important;
}
#reguest-request-widget .rg-form-row>div {
  max-width: 100% !important;
}
.rg-form-children-count {
  display: none !important;
}

/* API FORM */
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=number],
#gform_2 input[type=text],
#gform_2 input[type=email],
#gform_2 input[type=number],
#gform_2 textarea,
#gform_2 select {
  background: #FFFFFF;
  border: 1px solid #BEC5CC;
  border-radius: 4px;
  font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #181716;
padding: 12px 16px;
width: 100%;
}
#gform_2 .ginput_complex {
  align-items: center !important;
}
#gform_2 .ginput_container_time {
  max-width: 80px !important;
  min-width: 80px !important;
}


#input_1_1 {
  display: flex;
  gap: 30;
}
h3#zupa_request {
  margin: 32px 0 16px;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: unset !important;
}
#gform_confirmation_message_1 {
  margin: 64px 0;
  border: 2px solid var(--e-global-color-secondary);
  color: var(--e-global-color-secondary);
  padding: 18px;
  text-align: center;
}

/* CHAT */
#chatbot-embed-root {
  position: relative;
  z-index: 50;
}
#hub-messenger-widget .hm-main-widget-content {
  font-family: inherit !important;
  z-index: 999 !important;
}

@media(max-width:768px) {
  #hub-messenger-widget .hm-main-widget-content .hm-main-widget-content-container {
    position: fixed;
    bottom: 135px !important;
    right: unset !important;
    left: 82px !important;
  }
}
/* CHAT END */
/* GUTSCHEIN */
#gutschein_container {
  background-color: #fff;
  margin-bottom: 120px;
}

@media(max-width:738px) {
  #myiframe {
    height: 3000px !important;
  }
}
  @media(max-width:638px) {
    #myiframe {
      height: 5650px !important;
    }
}
