* {box-sizing:border-box}

html {
  scroll-behavior: smooth;
  background-color: #fcf7f3;
}

.hero-bg { 
    background: url("./pictures/Main.avif") center/cover no-repeat;
}

#map {
  height: clamp(300px, 50vh, 500px);
}

.activeLanguageLink {
  color: #473322;
  font-weight: bold;
}

.DatenschutzLink {
  color: #473322;
  font-weight: bold;
  text-decoration: underline
}

/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  position: relative;
  margin: auto;
  overflow: hidden;
  background-color: #fcf7f3;
}
/*
.slideshow-container {
  max-width: 1000px;
  height: 600px;
  background-color: #fcf7f3;
  position: relative;
  margin: auto;
  overflow: hidden;
}*/

/* Hide the images by default */
.mySlides {
  display: none;
  height: 100%;
}

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0,0,0,0.3);
  z-index: 10;
  user-select: none;
  border-radius: 10px 10px 10px 10px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Container */
.ausstattung-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 4.5rem) clamp(1rem, 5vw, 2.5rem);
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}

/* Titel */
.ausstattung-section h2 {
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  letter-spacing: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.ausstattung-section h1 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 300;
}

/* Dezente Linie unter dem Titel */
.ausstattung-section .line {
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 auto 40px;
}

/* 3 Spalten */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 35px 40px;
}

/* Feature-Item */
.feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

/* Icons */
.feature img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 2px 2px #00000055);
}

/* Text */
.feature p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

/* Side image */
.side-image {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: center;
  margin: clamp(3rem, 8vw, 5rem) 0;
}

.side-image img {
  width: 100%;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .side-image {
    grid-template-columns: 1fr;
  }
}

.img-zoom {
  overflow: hidden;
  border-radius: 16px;
}

.img-zoom img {
  transition: transform 0.4s ease;
}

.img-zoom img:hover {
  transform: scale(1.2);
}

/* Container */
.contact-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 4.5rem) clamp(1rem, 5vw, 2.5rem);
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}

/* Titel */
.contact-section h2 {
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  letter-spacing: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.contact-section h1 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-weight: 300;
}

/* Dezente Linie unter dem Titel */
.contact-section .line {
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 auto 40px;
}

/*    FOOTER     */

.site-footer {
  background-color: #664930;
  color: #fff;
  padding: 1.5rem 1rem;
  margin-top: 4rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-nav a {
  color: #ccc;
  text-decoration: none;
  margin-left: 1rem;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  color: #fff;
}

/* IMPRESSUM */

.impressum {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 4.5rem) clamp(1rem, 5vw, 2.5rem);
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  text-align: center;
}

/* Titel */
.impressum h2 {
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  letter-spacing: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

.impressum h1 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: left;
}

/* Dezente Linie unter dem Titel */
.impressum .line {
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 auto 40px;
}

/* DATENSCHUTZERKLÄRUNG */

.datenschutz {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 4.5rem) clamp(1rem, 5vw, 2.5rem);
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  text-align: left;
}

.datenschutz h4 {
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  letter-spacing: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center;
}

.datenschutz h2 {
  font-size: clamp(1.2rem, 4vw, 1.75rem);
  letter-spacing: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 300;
  text-align: left;
}

.datenschutz h1 {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: left;
}

/* Dezente Linie unter dem Titel */
.datenschutz .line {
  width: 50px;
  height: 2px;
  background: #000000;
  margin: 0 auto 40px;
}