:root {
  --white: #ffffff;
  --green: #5c752f;
  --red: #d82215;
  --beige: #f5f7f2;
  --beige-trans: #f9f4e1cc;
  --accent: #a6402c;
  --background: #bed1bd;
  --fontcolor: #fdfcf2;
  --fontcolor2: #120900;
  --headlineRed: rgb(205, 16, 19);
  --headlineGreen: rgb(84, 129, 38);
  --fs-0: clamp(1.125rem, 1.0483rem + .3409vw, 1.3125rem);
  --fs-1: clamp(1.62rem, 1.3287rem + 1.2948vw, 2.3322rem);
  --fs-2: clamp(0.6rem, 0.6rem + 1.2948vw, 1.0rem);
}

@font-face {
  font-display: swap;
  font-family: 'Futura';
  font-style: normal;
  font-weight: 400;
  src: url('_Futura_Bk_Book.ttf') format('ttf');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('_inter-400.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('_inter-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('_material-symbols-outlined.woff2') format('woff2');
}

* {
  font-family: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--beige);
  line-height: 1.6;
}

header,
section {
  max-width: 1900px;
  margin: auto;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.empty {
  display: none;
  height: 1px;
  width: 1px;
}

/* LOGO */
.logo a {
  text-decoration: none;
  font-family: "Futura";
  font-size: clamp(38px, 5vw, 72px);
  margin: 0 10px;
  text-shadow: 1px 1px 10px #00000088;
}

.logo a img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
  max-width: 50vw;
}

/* BURGER */
.burger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.burger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--green);
  transition: 0.3s;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 9px;
}

.burger span:nth-child(3) {
  bottom: 0;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
}

/* DESKTOP NAV */
.desktop-nav {
  display: flex;
  gap: min(30px, max(calc(5vw - 30px), 0px));

}

.desktop-nav a {
  text-decoration: none;
  color: var(--fontcolor2);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: var(--fs-0);
}

.cta-book,
.btn-book {
  background: var(--red);
  color: var(--fontcolor);
  font-family: 'Inter', sans-serif;
  padding: 16px 25px;
  border: 2px solid var(--red);
  border-radius: 42px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.cta-book:hover,
.btn-book:hover {
  background-color: var(--beige);
  color: var(--red);
}

.cta-book span,
.btn-book span {
  margin-right: 10px;
}

.tour .cta-book {
  border-radius: 0 0 6px 6px;
}

/* HERO */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.cta2 {
  display: inline-block;
}

.telefon {
  text-decoration: none;
  color: var(--red);
}

.telefon:hover {
  color: var(--fontcolor2);
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 48
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  z-index: auto;
}

.hero:hover .bg-fade {
  animation-play-state: paused;
}

#fg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  z-index: 1;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}


#fg h1 {
  font-size: clamp(22px, 8vw, 50px);
  font-family: 'Inter';
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  color: var(--fontcolor);
  margin: 0 0 30px 50px;
  text-align: left;
  z-index: 1;
}

#fg h2 {
  font-size: clamp(22px, 8vw, 32px);
  font-family: 'Inter';
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  color: var(--fontcolor);
  margin: 0 0 30px 50px;
  text-align: left;
  z-index: 1;
}

#fg .cta {
  margin: 0 0 30px 50px;
  color: var(--fontcolor);
  z-index: 1;
}

#bg1 {
  background-image: url('/wb-11.webP');
  z-index: 0;
  background-position: center center;
}

#bg2 {
  background-image: url('/wb-21.webP');
  z-index: 0;
  background-position: left center;
}

#bg3 {
  background-image: url('/wb-31.webP');
  z-index: 0;
  background-position: center bottom;
}

.bg-fade {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  inset: 0;
  background-size: cover;
  opacity: 0;
  animation-name: fade-zoom;
  animation-duration: 18s;
  animation-iteration-count: infinite;
}

.bg-fade:nth-child(2) {
  animation-delay: 0s;
}

.bg-fade:nth-child(3) {
  animation-delay: 6s;
}

.bg-fade:nth-child(4) {
  animation-delay: 12s;
}

@keyframes fade-zoom {
  0% {
    opacity: 0;
    transform: scale(100%);
  }

  16.66% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  48.66% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: scale(110%);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: scale(105%);
  }

  100% {
    opacity: 1;
    transform: scale(100%);
  }
}

.willkommen,
.wartburg,
.fahrer,
.wissen,
.routen,
.preise,
.faq,
.kontakt,
.podcast,
.gutscheine,
.impressum,
.datenschutz {
  padding: 50px;
  max-width: 1800px;
}

@media (min-width:1900px) {
  .br {
    border-radius: 10px;
  }

  .br-top {
    border-radius: 10px 10px 0 0;
  }

  .br-bottom {
    border-radius: 0 0 10px 10px;
  }

}

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

section#willkommen {
  margin-top: 0;
}

section#kontakt {
  margin-bottom: 0;
}

section h1 {
  color: var(--green);
}

section p {
  color: var(--fontcolor2);
  font-size: var(--fs-0);
  text-wrap: balance;
}

#wb-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

#wb-flex>div {
  flex: 1 1 616px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.wb-lenkrad,
.wb-fahrer,
.wb-wissen {
  aspect-ratio: 4/3;
  background-image: url(311-lenkrad.webP);
  background-size: cover;
  background-position: center center;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 10px 10px 25px 0px var(--background);
}

.wb-fahrer {
  background-image: url(ihrfahrer1.webP);
  position: relative;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: var(--white);
  font-size: var(--fs-2);
  text-wrap: balance;
}

.routen h1 {
  text-align: center;
}

.tours {
  display: flex;
  gap: 20px;
}

.tours>* {
  flex: 1;
}

.tour {
  border-top: 15px solid var(--beige);
  border-radius: 10px;
  position: relative;
  background-color: var(--beige);
  box-shadow: 10px 10px 25px 0px var(--background);
  overflow: hidden;
}

.tour:hover {
  border-top: 15px solid var(--green);
}

.tour-image {
  aspect-ratio: 4/3;
  background-position: center top;
  background-size: cover;
}

.show {
  animation-name: fadein;
  animation-duration: 6s;
  animation-iteration-count: 1;

}

#t1 {
  background-image: url(t11.webP);
}

#t3 {
  background-image: url(t3.webP);
}

#t4 {
  background-image: url(t4.webP);
}

.tour-title {
  text-align: center;
  color: var(--green);
  padding: 0 20px;
  font-size: var(--fs-1);
  text-wrap: balance;
}

.tour-details {
  padding: 20px;
  color: var(--fontcolor2);
  font-size: var(--fs-0);
  text-wrap: balance;
}

.tour-price {
  padding: 20px;
  font-weight: bold;
  color: var(--accent);
}

/* OVERLAY */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  background: var(--beige);
  padding: 80px 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 1000;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu a {
  text-decoration: none;
  font-size: 20px;
  color: #2b2b2b;
  text-transform: uppercase;
}

.menu-cta {
  background: var(--red);
  color: var(--white) !important;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
}

/* BOTTOM */
.bottom-bar {
  display: flex;
  justify-content: center;
  background: var(--green);
  color: var(--fontcolor);

}

.bottom-item {
  padding: 20px;
  cursor: pointer;
}

.active2,
.bottom-item:hover {
  background-color: var(--background);
}

.bottom-item:after {
  content: '+';
  color: var(--fontcolor);
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "-";
}

.impressum,
.datenschutz {
  display: none;
  overflow: hidden;
}


#wb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-auto-columns: minmax(100px, auto);
}

.wb-wissen {
  background-image: url(ddr2.webP);
  background-position: top center;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

.wb-title {
  margin-top: 0;
  font-size: var(--fs-1)
}

.faq-container {
  width: 100%;
  margin-top: 20px;
}

.faq-item {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  border-left: 4px solid var(--white);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--fontcolor2);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}


.faq-toggle-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: var(--green);
  margin-left: 10px;
  flex-shrink: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: var(--beige);
}


.faq-answer-content {
  padding: 20px 20px 18px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}


.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-item.active {
  border-left: 4px solid var(--green);
}


/* MOBILE */
@media (max-width: 800px) {
  .tours {
    display: flex;
    flex-direction: column;
  }

  .tour>* {
    flex: 1;
  }
}

/* MOBILE */
@media (max-width: 1477px) {
  .tours {
    display: flex;
    flex-wrap: wrap;
  }

  .tours>* {
    flex: 0 1 calc(50% - (20px / 2));
  }

  .empty {
    display: block;
    height: 22px;
    width: 30px;
  }

  .burger {
    display: block;
  }

  .desktop-nav,
  .btn-book {
    display: none;
  }

  .fg {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .bottom-bar {
    grid-template-columns: 1fr;
  }


  #wb-grid {
    grid-template-columns: 1fr;
  }
}