
@font-face {
  font-family: "BoltonThin";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src:
          url("../fonts/F37Bolton-Thin.otf")  format("opentype") /* Safari, Android, iOS */
;
}
@font-face {
  font-family: "BoltonLight";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
          url("../fonts/F37Bolton-Light.otf")  format("opentype") /* Safari, Android, iOS */
;
}
@font-face {
  font-family: "Bolton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
      url("../fonts/F37Bolton-Regular.otf")  format("opentype") /* Safari, Android, iOS */
  ;
}

@font-face {
  font-family: "BoltonBold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
          url("../fonts/F37Bolton-Bold.otf")  format("opentype") /* Safari, Android, iOS */
;
}


body {
    font-family: 'Bolton', sans-serif;
    background: #fafafa;
    width: 100vw !important;
    overflow-x: hidden !important;
}
.hidden{
  display:none !important;
}

.bolton-thin{
  font-family: "BoltonThin";
}
.bolton-light{
  font-family: "BoltonLight";
}
.bolton-bold{
  font-family: "BoltonBold";
}
.bolton{
  font-family: "Bolton";
}
p {
    font-size: 16px;
    
    line-height: 1.7em;
}
.gray{
  background: #808080 !important;
}
.gray:hover{
  background: #b8b8b8 !important;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.divider {
    border-left: 1px solid whitesmoke;
    height: 30px;
    margin: 0 15px;
}

.min-h-100vh {
    min-height: 100vh;
}
.h-100vh {
    height: 100vh;
}

.w-100vw {
    width: 100vw;
}

.z-index-0 {
    z-index: 0;
}
/* copy all search-form-block nested rules to the anfrage-search-form-block so that we can remove the search-form-block class from the wrapper */
.anfrage-search-form-block {
  background-color: #fff;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;

  form,
  .input-group {
    width: 100%;
  }

  .form-control {
    background-color: #e1e1e1;
    font-size: 1.3rem;
    font-family: Bolton-Light, sans-serif;
    color: #6d6b6b;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .form-control::placeholder {
    color: var(--placeholder-color);
  }

  .search-button,
  .search-button:hover {
    width: 100%;
    padding: 16px;
    border: none;
    cursor: pointer;
  }

   /* Ensure form-block__button inside anfrage-detail-form gets the same visual appearance
     (style consolidated in the anfrage-detail-form-wrapper section below) */
}

/* DateField: single input with calendar icon on right (Bootstrap input-group) */
.input-group.input-group-calendar {
  display: flex;
  align-items: center;
}

.input-group.input-group-calendar .date-picker,
.input-group.input-group-calendar input[type="date"] {
  /* Make sure the input uses our form-control look */
  min-height: 48px;
  padding-right: 1rem;
}

.input-group.input-group-calendar .date-picker.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.input-group-calendar .calendar-trigger {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group.input-group-calendar .calendar-trigger {
  border-left: none;
  margin-left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
}

.input-group.input-group-calendar .calendar-trigger .fa-calendar {
  color: var(--btn-bg-color);
  font-size: 1.1rem;
}

/* Small responsive tweak so date icon doesn't overflow on small screens */
@media (max-width: 576px) {
  .input-group.input-group-calendar .date-picker {
    min-width: 0;
  }
}
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-100 {
    z-index: 100;
}

hr.bold {
    height: 1px;
    color:#808080;
}

.not-visible-lg {
    /* should not be vidible on lg screens (≥992px)*/

    @media screen and (min-width: 992px) {
        display: none;
    }
}
.mobile-hide{
    /* only visible on devices with >=768 */
    @media screen and (max-width: 768px) {
        display: none;
    }
}
.included_features{
  padding-left:1rem;
}
.navbar {
    background: black;
    /* no padding */
    padding: 0;
    height: 50px;
}
.navbar-text{
    color: white;
}
.navbar-brand{
    padding: 0;
}
#metamenu ul{
  columns: 3;
}
@media (max-width: 768px){
  #metamenu ul{
    columns: 2;
  }
}
#metamenu ul,#metamenu ul li{
    list-style: none;
    margin: 0;
    padding:0;
}
#footer{
  background-color: var(--btn-bg-color);
}
#footer, #footer p{
    font-size: 14px;
}
#footer p.h4{
    font-size: 18px;
}
.fittable{
    font-size: small;
}
.fittable td{
  border: none;
}
.fittable tr{
  border-bottom:1px solid #000;
}
.badge.bg-primary, .badge.bg-dark{
  border-radius: 0;
}
#section1 .badge{
  font-weight: inherit;
}

.bg-dark{
  background-color: #343434 !important; 
}
a.bg-dark:hover, a.btn-primary:hover{
  background-color: #444 !important; 
}
.notify-badge{
  position: absolute;
  background: rgba(52, 52, 52, 0.6);
  top:1rem;
  left:1.5rem;
  padding:5px 10px;
  text-align: center;
  font-size: .9rem;
  border-radius: 10px;
  color:white;
  
}
nav.hauptnavigation {
    box-sizing: border-box;
    background-color: #343434;
    position: fixed;
    z-index: 9;
    top: 45px;
    left: 0;
    height: 96%;
    max-width: 515px;
    width: 100%;
    padding: 32px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  
  nav.hauptnavigation.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  
  nav.hauptnavigation.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
  
  nav.hauptnavigation.show ul.main li:nth-child(1) { transition-delay: 0.15s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(2) { transition-delay: 0.3s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(3) { transition-delay: 0.45s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(4) { transition-delay: 0.6s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(5) { transition-delay: 0.75s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(6) { transition-delay: 0.9s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(7) { transition-delay: 1.05s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(8) { transition-delay: 1.2s; }
  
  nav.hauptnavigation.show ul.main li:nth-child(9) { transition-delay: 1.35s; }
  nav.hauptnavigation.show ul.main li:nth-child(10) { transition-delay: 1.45s; }
  nav.hauptnavigation.show ul.main li:nth-child(11) { transition-delay: 1.75s; }
  
  nav.hauptnavigation.show .about, nav.hauptnavigation.show .social, nav.hauptnavigation.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .85s;
  }
  @media (min-width: 667px) {
  
  nav.hauptnavigation { padding: 50px; }
  }
  
  nav.hauptnavigation ul.main { list-style-type: none; }
  nav.hauptnavigation ul.main .level_2.sub-menu,nav.hauptnavigation ul.main .level_3.sub-menu{
    display:none;
  }
  nav.hauptnavigation ul.main .level_1 > .level_2, nav.hauptnavigation ul.main .level_2 > .level_3{
    
    list-style: none;
    padding-left: 10px;
  }
  nav.hauptnavigation ul.main .level_2 > .level_3{
    padding-left:20px;
  }
  nav.hauptnavigation ul.main .level_2 a{
    font-size:1em;
  }
  nav.hauptnavigation ul.main li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  nav.hauptnavigation ul.main li:last-of-type { margin-bottom: 0px; }
  
  nav.hauptnavigation ul.main li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    display: block;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  nav.hauptnavigation ul.main li.level_2 a{
    text-transform: inherit;
    font-size:1em;
  }
  @media (max-width: 667px) {
  
    nav.hauptnavigation ul.main { padding: 0; }
  }
  nav.hauptnavigation ul.main li a span { color: #b7ac7f; display: block;}
  
  nav.hauptnavigation ul.main li a:hover { color: #b7ac7f; }
  
  nav.hauptnavigation .about {
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  nav.hauptnavigation .about p {
    color: #ffffff;
    font-family: "Spectral", serif;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
    line-height: 170%;
  }
  
  nav.hauptnavigation .social {
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  nav.hauptnavigation .social:after {
    content: "";
    width: 230px;
    height: 2px;
    background-color: #b7ac7f;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  nav.hauptnavigation .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 25px;
  }
  
  nav.hauptnavigation .social a:last-of-type { margin-right: 0px; }
  
  nav.hauptnavigation .social a:hover svg path, nav.hauptnavigation .social a:hover svg circle { fill: #b7ac7f; }
  
  nav.hauptnavigation .social a svg {
    width: 100%;
    height: 100%;
  }
  
  nav.hauptnavigation .social a svg path, nav.hauptnavigation .social a svg circle {
    fill: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  nav.hauptnavigation ul.sub {
    list-style-type: none;
    margin-top: 40px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  nav.hauptnavigation ul.sub li { margin-bottom: 10px; }
  
  nav.hauptnavigation ul.sub li:last-of-type { margin-bottom: 0px; }
  
  nav.hauptnavigation ul.sub li a {
    color: #ffffff;
    
    letter-spacing: 1px;
    font-size: 0.9rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  nav.hauptnavigation ul.sub li a:hover { color: #b7ac7f; }
  
  /*  OVERLAY
  ========================================== */
  
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
  }
  
  .overlay.show {
    opacity: 0.8;
    visibility: visible;
  }
  ul.main li.hasChildren{
    clear:both;
    position: relative;
  }
  ul.main li.hasChildren a{
    
  }
  ul.main li.hasChildren .toggleButton{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  .toggleButton::before{
    content:"+";
  }
  .toggleButton.active::before{
    content: "-";
  }
  ul.main li.hasChildren ul.level_2.sub-menu.active,ul.main li.hasChildren ul.level_3.sub-menu.active{
    display: block;
  }
  #logo a img{
    
  }
  .sm_menu_outer.active{
    top: 50px;
    max-width: 350px;
    left: 0;
    height: 100vh;
  }
  #sm_menu_ham{
    left: 15px; 
  }
  .navizusatz{
    font-size:12px;
    display: block;
    text-transform: none;
  }
  @media (min-width: 1024px) {
    #sm_menu_ham, .sm_menu_outer {
        display: block !important;
    }
  }
  @media only screen and (max-width:500px){
    #logo a svg{
      width :inherit !important;
    }
  }
  @media screen and (max-width:700px){
    #topheader{
      width: 100% !important;
    }
    #topwrap.sticky #logo {
      width: 100%;
    }
    nav.hauptnavigation ul.main li a{
      font-size:1.1em;
    }
    nav.hauptnavigation{
      padding-top:40px;
    }
    ul.main li.hasChildren .toggleButton{
      top: 0px;
    }
  
  }
  body.overflow { overflow: hidden; }

.burger {
    width: 130px;
    height: 40px;
    align-self: flex-start;
    position: relative;
    top: 0;
    left: 20px;
    border-radius: 4px;
    z-index: 1990;
  }
  @media screen and (max-width: 600px){
    .burger{
      left: 0;
      width: 92px;
    }
    .burger span{
      margin-left: -36px !important;
    }
  }
  #topwrap{
    z-index: 111 !important;
    background: #00355b ;
  }
  #logo{
    float:none;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 25%;
    height: auto;
  }
  #logo img{
    width: 75%;
    margin-top:9px;
  }
  @media screen and (max-width:500px){
   #logo{
     width: 100%;
   }
  }
  #topwrap.sticky #logo{
    float:none;
    margin-top:0;
  
  }
  
  
  .slicknav_btn{
    display:none !important;
  }

  .btn-check:focus+.btn-primary, .btn-primary:focus{
    background: #000;
  }
  
  .burger span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
  }
  .burger aside{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8.5px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .burger span, .burger span::before, .burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  
  .burger span::before, .burger span::after {
    position: absolute;
    content: "";
  }
  
  .burger span::before { top: -9px; }
  
  .burger span::after { top: 9px; }
  
  .burger.clicked span { background-color: transparent; }
  
  .burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }
  
  .burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  
  .burger.clicked span:before, .burger.clicked span:after { background: #fff;}
  
  .burger:hover { cursor: pointer; }
  .page-item.active .page-link{
    background: black;
    border-color: black;
    color:#fff !important;
  }
  .page-item:first-child .page-link,.page-item:last-child .page-link{
    border-radius: 0 !important;
  }
  strong{
    font-weight: normal !important;
    font-family: 'BoltonBold' !important;
  }
  .page-link{
    color:#000 !important;
  }
  #sb-search .sb-search-input {
    position: absolute;
    top: -5px;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    
    font-family:"Bolton";
    color: #2c3e50;
}
#sb-search input[type=search]:focus {
    width: 160px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
  #sb-search input[type=search] {
    background: #ededed url(/themes/au23/images/searchicon.png) no-repeat 9px center;
    padding: 0px 0px 0px 40px;
    width: 15px;
   
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.zusatztexte img{
  max-width: 100%;
  width: 100%;
}
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  color:#fff;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000; /* Ensure popup is on top */
}
.popupheadline{
  font-size:30px;
}
/* Content inside the popup */
.popup-content {
  position: relative;
}

/* Close button for the popup */
.popupclose {
  position: absolute;
  top: -60px;
  right: -65px;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
}
.popup-text{
  cursor:pointer;
}

/* Dark overlay background */
.popupoverlay {
  display: none; /* Hidden by default */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 999; /* Ensure overlay is below the popup */
}
@media (min-width:700px){
  .popup{
      width: 670px;
  }
  .popupheadline{
      font-size:50px;
      line-height: 55px;
  }
}
.h4{font-size:16px;}

/* Grundstil für die Liste */
.leistungstext > ul,.leistungstext > div > ul {
  list-style: none; /* Entfernt die Standard-Markierungen */
  padding: 0;
  margin: 0;
}

/* Grüner Haken für erste Ebene */
.leistungstext > ul > li, .leistungstext > div > ul > li {
  position: relative;
  padding-left: 35px; /* Platz für den Haken */
  padding-bottom:15px;
  margin-bottom: 15px;
  font-weight: bold; /* Fett für die erste Ebene */
  border-bottom: 1px solid #ccc;
}

.leistungstext > ul > li::before, .leistungstext > div > ul > li::before {
  content: "\f00c"; /* Font Awesome Icon für "check" */
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 18px;
  line-height: 1;
}

/* Unterlisten mit Standard-Markierungen */
.leistungstext ul ul {
  list-style: disc; /* Standard-Kreise für Unterlisten */
  padding-left: 20px; /* Einrückung für Unterlisten */
  margin-top: 5px;
  color:#808080;
}

.leistungstext ul ul li {
  font-weight: normal; /* Normalgewicht für Unterlisten */
  padding-left: 0; /* Kein Platz für zusätzliche Marker */
  margin-bottom: 5px;
}

/* main mobile_menu */
ul.level_2.submenu:has(li.level_2.active) > li.active > a {
  display: none;
}

ul.level_2.submenu:not(:has(li.level_2.active)) li.active > a {
  display: block;
}

.level_2.hasChild.active {
  border: 0;
}

ul.level_2.submenu:has(li.level_2.active) > li:not(.active),
li.level_2.active ~ li {
  visibility: hidden !important;
}

ul.level_2.submenu:not(:has(li.level_2.active)) > li.level_2 {
  visibility: visible;
}

/* Tablet & Medium Screen */
@media (min-width: 769px) and (max-width: 1200px) {
  aside .container,
  section .container {
      max-width: 95% !important;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
  }
  
  footer .container {
      max-width: 95% !important;
      padding-left: .25rem !important;
      padding-right: .25rem !important;
  }
 }

 /* Mobile & Small Screen */
@media (max-width: 768px) {
  aside .container,
  section .container {
      width: 100% !important;
      padding-left: 0.8rem !important;
      padding-right: 0.8rem !important;
  }
 }


/* Teaser */
.teaser {
  display: flex;
  flex-direction: column;
}

.teaser .teaser-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.teaser .teaser-box .teaser-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.teaser .teaser-box .teaser-body .teaser-price {
  margin-top: auto;
}

.teaser-box {
  .teaser-price {
  }

  .teaser-price span {
    line-height: 1.3rem;
  }

  .teaser-price span.bolton-bold {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .teaser-title {
    min-height: 54px;
    line-height: normal;
  }

  .teaser-subtitle {
    min-height: 50px;
    font-size: 16px;
    color: #858585;
  }
}

.title--decoration-bottom-center:after, .title--decoration-bottom-left:after {
  content: ' ';
  display: block;
  background: var(--main-color);
  position: absolute;
  height: 5px;
  bottom: -10px;

  width: 100px;
}
.title--decoration-bottom-center.center:after, .title--decoration-bottom-left.center:after {
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.card-img-fixed {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.nav-link:hover,
.nav-link {
  color: #000;
}

.bg-gray {
  background-color: #e1e1e1;
}

/* Center the star image inside the round element and ensure SVG fill is white */
.adventure-icon {
    display: block;
    margin: auto;
    padding-top: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.667em;
    
    &:before {
        color: #fff;
    }
}

.card-philosophien-round img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  height: 38px;
}
.card-philosophien-round img {
  filter: brightness(0) invert(1);
}

.card-philosophien {
  background-color: #e1e1e1;
  border-radius: 8px;
  padding: 22px;
  position: relative;
  overflow: visible;
  border: none;
  min-height: 420px;
  margin-bottom: 70px;
}
.card-philosophien .card-body {
  margin-top: 22px;
  padding-bottom: 0;
}

.card-philosophien .card-title {
  font-size: 18px;
}

.card-philosophien .card-body p,
.card-philosophien .card-text {
  font-family: BoltonLight, sans-serif;
  font-weight: light !important;
  font-size: 16px !important;
}

/* Round element above the card */
.card-philosophien .card-philosophien-round {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  aspect-ratio: 1/1;
  background: #f29400;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form-block {
    background-color: #fff;
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;


    form,
    .input-group {
        width: 100%;
        .form-control {
            background-color: #e1e1e1;
            font-size: 1.3rem;
            font-family: Bolton-Light, sans-serif;
            color: #6d6b6b;
            padding-top: 1rem;
            padding-bottom: 1rem;

            &::placeholder {
                color: var(--placeholder-color);
            }
        }
    }
    .search-button:hover,
    .search-button {
        width: 100%;
        padding: 16px;
        border: none;
        cursor: pointer;
    }

    /* Bootstrap override: make primary buttons visually consistent with our search-button
       This mirrors the look/feel used on the homepage search and request buttons. */
    .btn-primary,
    .btn-primary:hover,
    .btn-primary:focus {
      width: 100%;
      padding: 16px;
      cursor: pointer;
      background-color: var(--btn-bg-color);
      color: var(--btn-text-color);
      font-family: Bolton, sans-serif;
      font-size: 1.25rem;
      text-transform: none;
      box-shadow: none; /* match a flat button look */
    }

    /* Ensure form-block__button inside anfrage-detail-form gets the same visual appearance */
    /* Styles are consolidated below in .anfrage-detail-form-wrapper .btn */
    
}


}

/* labels in anfrage should be left aligned so form is readable */
.anfrage-detail-form-wrapper .form-label {
  display: block;
  text-align: left;
}

/* small visual tweak to required star */
.anfrage-detail-form-wrapper .form-label .text-danger {
  margin-left: 4px;
}

.siegel-wrapper {
    img {
        max-width: 150px;
        object-fit: contain;
    }
}

.three-steps {
  .step {
    position: relative;
    padding-top: 55px;
    margin-top: 55px;
  }

  .step-number {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    aspect-ratio: 1 / 1;
    background: #f29400;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    font-weight: 600;
    color: #fff;
  }

  /* Arrow between steps - mobile (down arrow) */
  .step-col:not(:last-child)::after {
    content: '→';
    display: block;
    font-size: 3rem;
    color: #f29400;
    text-align: center;
    margin: 30px auto;
    transform: rotate(90deg);
  }

  /* Arrow between steps - desktop (right arrow) */
  @media (min-width: 768px) {
    .step-col:not(:last-child)::after {
      content: '→';
      position: absolute;
      top: 50%;
      right: -20px;
      transform: translateY(-50%);
      font-size: 3rem;
      color: #f29400;
      margin: 0;
      z-index: 1;
    }

    .step-col {
      position: relative;
    }
  }
}

/* Newsletter Section */
.newsletter-anmeldung {
  background-color: #f29400;
}

.newsletter-anmeldung h2 {
  color: #fff;
}

.newsletter-anmeldung .form-control {
  background-color: #fff;
  color: #000;
}

.newsletter-anmeldung .form-control::placeholder {
  color: var(--placeholder-color);
}

.newsletter-anmeldung .btn {
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
}

.newsletter-anmeldung .btn:hover {
  background-color: var(--btn-bg-hover-color);
}

.form-control {
  background-color: #fff;
  color: #000;
}

.form-control::placeholder {
  color: var(--placeholder-color);
}

.btn {
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
}

.btn:hover {
  background-color: var(--btn-bg-hover-color);
}

/* Request Link Button */
.requestlink {
  display: inline-flex;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.requestlink-text {
  background-color: #f29400;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.requestlink-icon {
  background-color: var(--btn-bg-color);
  color: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: background-color 0.3s ease;
}

.requestlink:hover .requestlink-text {
  background-color: #d67e00;
}

.requestlink:hover .requestlink-icon {
  background-color: var(--btn-bg-hover-color);
}

/* Price Include Items */
.price-include-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 200px;
  width: 100%;
}

.price-include-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #f29400;
  color: #fff;
  border-radius: var(--bs-border-radius-lg);
  font-size: 2rem;
  flex-shrink: 0;
}

.price-include-text {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  flex: 1;
}

/* Slideshow */
.slideshow-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 750px;
    height: 70vh;
    /* background-color: #000; */
}

.slideshow-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: none;
}

.slideshow-image.active {
    display: block;
}

/* Bootstrap carousel custom tweaks - nur für Slideshow */
#mainSlideshow.carousel {
  position: relative;
}

#mainSlideshow .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 700px; /* Matches default imgix height */
}

/* Fade transition for slideshow carousel */
#mainSlideshow.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

#mainSlideshow.carousel-fade .carousel-item.active,
#mainSlideshow.carousel-fade .carousel-item-next.carousel-item-start,
#mainSlideshow.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

#mainSlideshow.carousel-fade .active.carousel-item-start,
#mainSlideshow.carousel-fade .active.carousel-item-end {
  opacity: 0;
}

/* Caption styling: width fits content; fallback & accessibility preserved */
#mainSlideshow .carousel-caption {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  display: inline-block;
  /* prefer modern fit-content, with fallback for older browsers */
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  background: rgba(0,0,0,0.45);
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  z-index: 4;
}

#mainSlideshow .carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 5;
  display: flex;
  justify-content: center; /* center horizontally across the carousel */
  gap: .5rem;
}

#mainSlideshow .carousel-indicators button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0 2px;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

#mainSlideshow .carousel-indicators button.active {
  background-color: var(--main-color, #b7ac7f);
}

/* Hover/focus effect for indicator dots */
#mainSlideshow .carousel-indicators button:hover,
#mainSlideshow .carousel-indicators button:focus,
#mainSlideshow .carousel-indicators button:focus-visible {
  transform: scale(1.25);
  background-color: var(--main-color, #b7ac7f);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Slightly darker border on hover/focus for inactive dots for contrast */
#mainSlideshow .carousel-indicators button:not(.active):hover,
#mainSlideshow .carousel-indicators button:not(.active):focus,
#mainSlideshow .carousel-indicators button:not(.active):focus-visible {
  border-color: rgba(0,0,0,0.22);
}

#mainSlideshow .carousel-indicators .visually-hidden {
  display: none;
}

#mainSlideshow .carousel-indicators [data-bs-target] {
  /* kept for backwards compatibility for components expecting this selector */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
  border: none;
}

#mainSlideshow .carousel-indicators .active {
  background-color: var(--main-color, #b7ac7f);
}

#mainSlideshow .carousel-control-prev-icon, 
#mainSlideshow .carousel-control-next-icon {
  background-size: 3rem 3rem;
  width: 3rem;
  height: 3rem;
}

/* accessible live region visual fallback: make it hidden but visible to SR */
.sr-only, .visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

.slideshow-overlay {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 2;
}

.slideshow-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.slideshow-controls button {
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 24px;
  /* controls styles above */
    cursor: pointer;
}

.graytext {
    color: #808080;
}

.leistungstext p {
    font-size: 14px;
}

.custompricetext,
.custompricetext p {
    font-size: 14px;
    color: #808080;
}

/* Google Map */
.google-map {
    height: 740px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .google-map {
        max-height: 350px;
        height: 350px;
    }
}

/* hide aufenthaltsinfo grey box in accordion */
.accordion-content .fce_tdm_sec_grey {
  display: none;
}

/* Styles for Anfrage Detail Form (subsite-specific) */

/* Align look and feel with .search-form-block (Schnellsuche) */
.anfrage-detail-form-wrapper {
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.anfrage-detail-form-wrapper form,
.anfrage-detail-form-wrapper .input-group {
  width: 100%;
}

.anfrage-detail-form-wrapper .card {
  border-radius: 6px;
  width: 100%;
}

.anfrage-detail-form-wrapper .card-body { padding: 1.25rem 1.5rem; }

.anfrage-detail-form-wrapper .card-title { font-weight: 600; }

.anfrage-detail-form-wrapper .form-label { font-weight: 500; }

.anfrage-detail-form-wrapper .form-control {
  background-color: #e1e1e1;
  font-size: 1.2rem;
  font-family: Bolton-Light, sans-serif;
  color: #6d6b6b;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
}

.anfrage-detail-form-wrapper .form-control::placeholder { color: var(--placeholder-color); }

.anfrage-detail-form-wrapper .btn {
  width: 100%;
  background-color: var(--btn-bg-color);
  color: var(--btn-text-color);
  font-family: Bolton, sans-serif;
  font-size: 1.25rem; /* unified with search button */
  padding: 16px; /* larger padding to match search button */
  cursor: pointer;
  text-transform: none;
  box-shadow: none;
}

.anfrage-detail-form-wrapper .btn:hover { background-color: var(--btn-bg-hover-color); }

/* helper to style subsite 1 - used by the theme wrapper */
.subsite-1 .anfrage-detail-form-wrapper .btn {
  background-color: var(--btn-bg-color, #f29400);
  color: #fff;
}

/* Breadcrumb Positioning */
.headwrapper.has-header-image .breadcrumb-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.headwrapper:not(.has-header-image) .breadcrumb-wrapper {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.headwrapper:not(.has-header-image) {
    display: flex;
    flex-direction: column;
    min-height: auto;
}
#highlightsCarousel .carousel-control-next{
  right:0;
}
#highlightsCarousel .carousel-control-prev{
  left: 0;
}
#highlightsCarousel .carousel-control-next,#highlightsCarousel .carousel-control-prev{
  width: inherit;
}
#highlightsCarousel .carousel-control-prev-icon,#highlightsCarousel .carousel-control-next-icon{
  background-color:#000;
}

/* Home: Wer wir sind Block */
.home-about-hero {
  background-color: #f5f5f5;
}

.home-about-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #fff;
}

.home-about-image-wrapper {
  min-height: 260px;
}

.home-about-image-wrapper img {
  object-fit: cover;
}

/* Blog Styles */
.blog-listing,
.blog-post-detail {
  min-height: 60vh;
}

.blog-post-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e0e0e0;
}

.blog-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-post-card-image {
  display: block;
  overflow: hidden;
}

.blog-post-card-image img {
  transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-post-card-image img {
  transform: scale(1.05);
}

.blog-meta {
  font-size: 0.9rem;
}

.blog-meta a:hover {
  color: var(--main-color) !important;
}

.blog-post-header h1 {
  color: #333;
  line-height: 1.2;
}

.blog-post-image img {
  max-height: 600px;
  object-fit: cover;
}

.blog-post-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
}

.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.blog-post-content p {
  margin-bottom: 1.5rem;
}

.blog-post-content img {
  max-width: 100%;
  width:100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.blog-post-author .card-body {
  background-color: #f8f9fa;
}

.blog-post-share .share-btn {
  min-width: 120px;
  transition: transform 0.2s ease;
}

.blog-post-share .share-btn:hover {
  transform: translateY(-2px);
}

.comment {
  border-left: 3px solid var(--main-color);
}

.comment-author {
  color: #333;
}

.comment-text {
  color: #555;
  line-height: 1.6;
}

.blog-sidebar .card {
  border: 1px solid #e0e0e0;
}

.blog-sidebar .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
}

.blog-sidebar a {
  color: #555;
  transition: color 0.2s ease;
}

.blog-sidebar a:hover {
  color: var(--main-color);
}

/* Pagination Styles */
.pagination .page-link {
  color: var(--main-color);
  border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.pagination .page-link:hover {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

/* Responsive Blog Styles */
@media (max-width: 768px) {
  .blog-post-content {
    font-size: 1rem;
  }
  
  .blog-post-share .share-btn {
    min-width: auto;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  
  .blog-post-header h1 {
    font-size: 2rem;
  }
}