/* dm-serif-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/dm-serif-display-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-serif-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/dm-serif-display-v16-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/poppins-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/poppins-v23-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/poppins-v23-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/poppins-v23-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/poppins-v23-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/poppins-v23-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/poppins-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/poppins-v23-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --bg: #f8f3ed;
  --green: #ddc3a4;
  --lightbraun: #f1e7db;
  --lightlightgreen: #ebdbc8;
  --darkbraun: #9a8872;
  --black: #0b1204;
  --white: #fff;
  --headline-font: "DM Serif Display", serif;
  --text-font: "Poppins", sans-serif;
}

/* Helper-Klassen */
.rg-1 {
  row-gap: 0.5rem;
}
.rg-2 {
  row-gap: 1rem;
}
.rg-3 {
  row-gap: 1.5rem;
}
.rg-4 {
  row-gap: 2rem;
}
.rg-5 {
  row-gap: 2.5rem;
}
.rg-6 {
  row-gap: 3rem;
}
.rg-7 {
  row-gap: 3.5rem;
}
.rg-8 {
  row-gap: 4rem;
}
.rg-9 {
  row-gap: 4.5rem;
}
.rg-10 {
  row-gap: 5rem;
}

.row-space-evenly {
  justify-content: space-evenly;
}

.dp-none {
  display: none !important;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 0;
  position: relative;
  top: -2rem;
}

button.owl-dot span {
  width: 13px;
  height: 13px;
  background: var(--lightlightgreen);
  display: block;
  border-radius: 50%;
}

button.owl-dot.active span {
  background: var(--green);
}

/* Helper-Klassen Ende */

body {
  font-family: var(--text-font);
  background: var(--bg);
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}
body.no-header {
  padding-top: 100px;
}

h1 {
  color: var(--black);
  font-family: var(--headline-font);
  font-size: 38px;
  margin-bottom: 0.5rem;
}

h2 {
  color: var(--black);
  font-family: var(--text-font);
  font-size: 23px;
  margin-bottom: 0.5rem;
}

h3 {
  color: var(--black);
  font-family: var(--text-font);
  font-size: 20px;
  margin-bottom: 0.5rem;
}

h4 {
  color: var(--black);
  font-family: var(--text-font);
  font-size: 20px;
  margin-bottom: 0.5rem;
}

a {
  color: var(--black);
  transition: 0.6 all ease-in-out;
  text-decoration: none;
}

a:hover {
  color: var(--black);
  text-decoration: underline;
}

.navbar .logo {
  width: 200px;
  transition: all 0.5s ease-in-out;
}

.navbar:not(.nav-bg) .logo {
  filter: brightness(0) invert(1);
}

body.no-header .navbar:not(.nav-bg) .logo {
  filter: unset;
}

.navbar {
  background: transparent !important;
  padding: 0 2rem;
}

.navbar:not(.nav-bg) {
  background-color: transparent;
  box-shadow: none;
}

.navbar.nav-bg {
  background: var(--lightlightgreen) !important;
}

body.no-header .navbar {
  background: var(--lightlightgreen) !important;
}

.navbar.nav-bg .logo {
  width: 150px;
}
.navbar .navbar-nav .nav-item {
  padding: 0 2rem;
}

.navbar .navbar-nav .nav-item.nav-item-button {
  padding: 0;
  margin: 0 0.5rem;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
}

.navbar:not(.nav-bg) .nav-link {
  color: var(--white);
}

body.no-header .navbar:not(.nav-bg) .nav-link {
  color: black;
}

.navbar .navbar-nav .nav-link:hover {
  text-decoration: none;
}

.navbar .navbar-nav .nav-link::after {
  content: "";
  height: 2px;
  background: var(--bs-nav-link-color);
  width: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.navbar:not(.nav-bg) .navbar-nav .nav-link::after {
  background: var(--white);
}

.navbar .navbar-nav .nav-link.nav-active::after {
  width: 100%;
}

.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
  color: var(--black);
}

.navbar:not(.nav-bg) .navbar-nav .nav-link:hover::after {
  color: var(--white);
}

.wrapper {
  overflow: hidden;
}

.sidenav {
  position: fixed;
  background: var(--lightbraun);
  z-index: 1100;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100vh;
  height: 100dvh;
  transition: all 0.5s ease-in-out;
}

.sidenav.open {
  right: 0;
}

.sidenav .sidenav-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.sidenav .sidebar-logo {
  display: none;
}

.sidenav .sidebar-logo img {
  width: 100%;
  max-width: 350px;
  margin-bottom: 3rem;
  padding: 0 2rem;
}

.sidenav .sidenav img.logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 4rem;
}

.sidenav button.sidenav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  color: var(--black);
  font-size: 32px;
}

.sidenav li.nav-item {
  display: flex;
  justify-content: center;
}

.sidenav .nav-link {
  color: var(--black);
  text-decoration: none !important;
  position: relative;
  font-size: 24px;
}

.sidenav .nav-link:hover {
  text-decoration: none;
}

.sidenav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.sidenav .nav-link::after {
  content: "";
  height: 2px;
  background: var(--white);
  width: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.sidenav .nav-link.nav-active::after {
  width: 100%;
}

.sidenav .nav-link:hover::after {
  width: 100%;
  color: var(--white);
}

.owl-nav {
  position: relative;
  z-index: 10000000;
}

button.owl-prev {
  position: absolute;
  right: 58px;
  top: 45px;
  font-size: 50px;
  transform: translateY(-50%);
  outline: none !important;
}

button.owl-next {
  position: absolute;
  right: 15px;
  top: 45px;
  font-size: 50px;
  transform: translateY(-50%);
  outline: none !important;
}

button.owl-prev > span,
button.owl-next > span {
  font-size: 80px;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

.iq-hr {
  background: black;
  width: 100%;
  height: 5px !important;
  opacity: 1;
}

.iq-hr-small {
  background: black;
  width: 100%;
  height: 2px !important;
  opacity: 1;
}

a.iq-link {
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

a.iq-link i {
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}

a.iq-link:hover i {
  margin-left: 20px;
}

a.iq-link.iq-link-hover i {
  margin-left: 20px;
}

.breadcrumbs {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 24px;
  color: var(--black);
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--black);
}

.breadcrumbs a:last-of-type {
  font-weight: bold;
}

.breadcrumbs i {
  font-size: 16px;
}
/* Footer */

.footer {
  margin-top: 5rem;
  background-color: #191919;
  position: relative;
}

.footer .google-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .google-map iframe {
  width: 100%;
  height: 100%;
}

.footer .row.rg-3 {
  min-height: 500px;
}

.footer-blur {
  position: relative;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(7px);
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000033;
}

.footer h3 {
  color: var(--white);
  font-size: 28px;
  font-weight: 300;
}

.footer .text {
  padding: 2.5rem;
  text-align: center;
}

.footer a {
  color: var(--black);
}

.footer i {
  width: 25px;
}

.footer a:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer img.bg-footer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.btn.btn-main {
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  background: transparent;
  color: var(--black);
  transition: all 0.5s ease-in-out;
  border-radius: 2px;
  border: 1px solid var(--green);
}

.btn.btn-main:hover {
  background: var(--green);
  color: var(--black);
  text-decoration: none;
}
.btn.btn-main.btn-nav {
  background-color: var(--white);
}
.btn.btn-main.btn-nav:hover {
  background-color: var(--green);
}

.panel-group .btn.btn-primary{
    font-size: 18px;
  letter-spacing: 1px;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  background: transparent;
  color: var(--black);
  transition: all 0.5s ease-in-out;
  border-radius: 2px;
  border: 1px solid var(--green);
}

.panel-group .btn.btn-main:hover {
  background: var(--green);
  color: var(--black);
  text-decoration: none;
}

/* Artikel Style */

section.header {
  position: relative;
}

section.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000026;
  z-index: 1;
}

section.header .header-text {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

section.header .header-text h1 {
  color: var(--white);
  text-align: center;
}

section.header .header-text h2 {
  color: var(--white);
  text-align: center;
}
section.header .header-text h3 {
  color: var(--white);
  text-align: center;
}
section.header .header-text h4 {
  color: var(--white);
  text-align: center;
}
section.header .header-text p {
  color: var(--white);
  text-align: center;
}

section.std {
  margin: 6rem 0;
}

section.std h1 {
  text-align: center;
}
section.std h2 {
  text-align: center;
}
section.std h3 {
  text-align: center;
}
section.std h4 {
  text-align: center;
}
section.std p {
  text-align: center;
}

section.artikel-image-video {
  margin: 6rem 0;
}

section.artikel-image-video.link-hover-hook .row {
  row-gap: 1rem;
}

section.artikel-image-video .blur .btn {
  color: var(--white);
}

section.artikel-image-video .blur .btn:hover {
  color: var(--black);
}

section.artikel-image-video .row-bg {
  position: relative;
  margin: 0;
}

section.artikel-image-video .row-bg > * {
  padding: 0;
}

section.artikel-image-video .row-bg img.image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

section.artikel-image-video .row-bg .text {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  color: var(--white);
}

section.artikel-image-video .row-bg .text h1 {
  color: var(--white);
}
section.artikel-image-video .row-bg .text h2 {
  color: var(--white);
}
section.artikel-image-video .row-bg .text h3 {
  color: var(--white);
}
section.artikel-image-video .row-bg .text h4 {
  color: var(--white);
}

section.artikel-image-video .row-bg .text p {
  color: var(--white);
}

section.artikel-image-video .row-bg .blur {
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(7px);
}

section.artikel-image-video .row-bg .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006b;
  /* filter:blur(1px); */
  z-index: -1;
}

section.artikel-image-video h2 {
  color: var(--black);
}

section.artikel-image-video a {
  color: var(--black);
}

section.split {
  margin: 5rem 0;
}

section.shop-info {
  position: relative;
  background-color: var(--gold);
  padding: 6rem 0;
}

section.shop-info::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid var(--white);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.shop-info .info-box {
  text-align: center;
}
section.shop-info .info-box i {
  font-size: 48px;
}

section.shop-info .info-box h3 {
  color: var(--black);
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: 600;
}

section.split-header {
  aspect-ratio: 16/6;
  position: relative;
}
section.split-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000030;
}

section.split-header .bg-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.split-header .bg-image.active {
  display: block;
}

section.split-header .section-row {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}

section.split-header .section-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-in-out;
}

section.split-header .section-column:nth-of-type(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

section.split-header .section-column.active {
  background: rgba(0, 0, 0, 0.5);
  flex: 2;
}

section.split-header .section-column .front-text {
  font-family: var(--headline-font);
  color: white;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* x-offset, y-offset, blur, color */
}

section.split-header .section-column .back-text {
  display: none;
  color: white;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* x-offset, y-offset, blur, color */
  padding: 4rem 10rem;
}

section.split-header .section-column .back-text h1 {
  color: white;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* x-offset, y-offset, blur, color */
}

section.split-header .section-column.active .front-text {
  display: none;
}

section.split-header .section-column.active .back-text {
  display: block;
}

section.boxen {
  margin: 5rem 0;
}

section.boxen .row {
  row-gap: 1rem;
}

section.boxen .box-outter {
  position: relative;
  overflow: hidden;
}

section.boxen .box-outter::before {
  content: "";
  background: black;
  opacity: 0.35;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

section.boxen img.image {
  width: 100%;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

section.boxen .box-outter:hover::before {
  opacity: 0.15;
}

section.boxen .box-outter:hover img.image {
  transform: scale(1.1);
}

section.boxen .box-text {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6rem;
  z-index: 3;
}

section.boxen .box-text h1 {
  color: white;
}

section.boxen .box-text h2 {
  color: white;
  font-size: 22px;
}

section.booking {
  margin: 5rem 0;
}

.navbar .btn span.text {
  display: none;
}

.form-control {
  border-radius: 0;
  border: 1px solid var(--green);
}

.form-group label {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.3rem;
  margin-left: 0.6rem;
}

section.image-collage2 .row {
  row-gap: 1.65rem;
}

section.webapp {
  margin: 5rem 0;
}

.card-header {
  padding: 0;
}

.card {
  border-radius: 0;
  border: 1px solid var(--gren);
}

span.headline-3 {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1500px) {
  .navbar .logo {
    width: 260px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 17px;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
}

@media (max-width: 1200px) {
  .btn.btn-main.btn-nav {
    margin-top: 1.5rem;
  }

  .navbar .logo {
    width: 185px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  .navbar .logo {
    width: 125px;
  }
  .navbar.nav-bg .logo {
    width: 100px;
  }

  .header {
    aspect-ratio: 1/1;
  }

  .header video {
    height: 100%;
    object-fit: cover;
  }

  .sidenav {
    width: 100vw;
    right: -100vw;
  }
  .sidenav .sidebar-logo {
    display: block;
  }
}
