@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(fonts/OpenSans/OpenSans-Regular.ttf) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@media (min-width: 992px) {
  header .navbar {
      padding-top: 0;
      padding-bottom: 0;
      background: none !important;
      position: relative;
  }
}

li.nav-item {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 15px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }

  body {
    background:  #f7f8fc;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000000; }

#loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; }
  
  #loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  
  #loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; }
  
  #loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  
  #loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; }
  
  @-webkit-keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } }
  
  @-webkit-keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } }
  
  @keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } }
  
.owl-carousel.home-slider .slider-item .slider-text h2 {
        color: #fff;
        line-height: 1.2;
        font-weight: 600 !important;
}

.owl-carousel.home-slider {
    z-index: 1;
    position: relative; }
    .owl-carousel.home-slider .btn-link {
      color: #fff; }
    .owl-carousel.home-slider .owl-nav {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .owl-carousel.home-slider .owl-nav button {
        color: #fff; }
    .owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
      opacity: 1;
      visibility: visible; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: calc(100vh - 217px);
      min-height: 700px;
      position: relative; }
      .owl-carousel.home-slider .slider-item:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: rgba(0, 0, 0, 0.4); */
        content: ""; }
      .owl-carousel.home-slider .slider-item .slider-text {
        color: #fff;
        height: calc(100vh - 217px);
        min-height: 700px; }
        .owl-carousel.home-slider .slider-item .slider-text .child-name {
          font-size: 40px;
          color: #fff; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 40px;
          color: #fff;
          line-height: 1.2;
          font-weight: 800 !important;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px; } }
        .owl-carousel.home-slider .slider-item .slider-text p {
          font-size: 20px;
          line-height: 1.5;
          font-weight: 300;
          color: white; }
    .owl-carousel.home-slider.inner-page .slider-item {
      height: calc(50vh - 117px);
      min-height: 550px; }
      .owl-carousel.home-slider.inner-page .slider-item .slider-text {
        color: #fff;
        height: calc(50vh - 117px);
        min-height: 550px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      bottom: 100px;
      width: 100%; }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5);
        outline: none !important;
        position: relative;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          border: 2px solid white; }
          .owl-carousel.home-slider .owl-dots .owl-dot.active span {
            background: white; }

.owl-dots {
  text-align: center;
}

.page-footer {
  background-color: rgba(0, 0, 0, 0.800);
}

.page-footer a {
  color: wheat;
  text-decoration: none;
}

.page-footer h3 {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.page-footer ul {
text-align: center;
}

@media (max-width: 991px) {
  .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .dropdown-item {
    color: white;
  }
}

.dropdown {
  margin-top: 2px;
}

@media (max-width: 991px) {
  .half img {
    width: 100%;
    padding-bottom: 5%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  
  .half .text {
    width: 100%;
    padding-bottom: 5%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0.800);
  }
}

@media (min-width: 992px) {
  .half img {
    width: 50%;
    padding: 2%;
  }
  
  .half .text {
    width: 50%;
    padding: 7%;
  }
}

.element-animate {
  opacity: 0;
  visibility: hidden; 
}

.footer-verb {
  align-items: center;
}

a {
  text-decoration: none !important;
}

.data-protection {
  margin-top: 90px;
  margin-bottom: 20px;
}

.body-dark {
  background: rgba(0, 0, 0, 0.10);
}

.header-dark {
  background: #262626;
}

ul.ul-dark > li{
  background: none;
}

.impress, .notFound {
  margin-top: 90px;
}

li.nav-item {
  background-color: rgba(0, 0, 0, 0.25);
}

.footer-verb {
  align-items: center;
}

.footer-verb > div > a {
  border-bottom: none;
}

.footer-verb > div > a:hover {
  border-bottom: none;
}

.image-scale {
  object-position: center center;
  object-fit: cover;
}

.image-wp {
  width: 100%;
}

@media (max-width: 622px) {
  .image-wp {
      object-fit: contain;
      height: 400px;
  }
}

@media (min-width: 622px) {
  .image-scale {
      object-fit: contain;
      height: 450px;
  }
}

@media (min-width: 992px) {
  .image-scale {
      object-fit: cover;
      height: 450px;
  }
}

@media (min-width: 1200px) {
  .image-scale {
      height: 550px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
  color: #fff;
  line-height: 1.2;
  font-weight: 600 !important;
}

.image-scale-fit {
  max-width:100%;
  max-height:100%;
}

.mt-25 {
  margin-top: 25px;
}

.max-350 {
  max-height: 350px;
}

.max-450 {
  max-height: 450px;
}

.text-center {
  text-align: center;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 7px; }
  @media (max-width: 991px) {
    header .navbar .dropdown-menu:before {
      display: none; } }

li.nav-item {
  font-size: 0.8rem;
}

a.nav-link {
  color: #fff;
}

.owl-nav {
  display: none;
}

.box {
  border: 1px solid #000;
}

.travelDataLi {
  position: relative;
  padding-left: 1.5em;
}

.travelDataLi::before {
  content: "❄";
  position: absolute;
  left: 0;
}

.travelDataUl {
  list-style: none;
  padding-left: 0;
}

#toTopBtn {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: opacity 0.3s;
}

.slide-with-text {
  position: relative;
  width: 100%;
  height: 300px; /* Höhe nach Bedarf anpassen */
  overflow: hidden;
}

.slide-with-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  z-index: 2;
  padding: 1em 2em;
  background: rgba(0, 0, 0, 0.1); /* Optional: halbtransparenter Hintergrund */
  border-radius: 8px; /* Optional */
  width: 100%;
  margin: 0;
}