/* playfair-display-sc-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: 'Playfair Display SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-sc-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: 'Playfair Display SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-sc-v17-latin/playfair-display-sc-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'Playfair var';
  src: url('../fonts/playfair/Playfair[opsz,wdth,wght].ttf') format('truetype');
  font-display: swap;
}
/* roboto-300 - 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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  padding: 0px;
  background-color: #fafafa;
  color: #000;
  width: 100%;
  scroll-behavior: smooth; 
  overflow-x: hidden;
  height: calc(var(--vh) * 100);
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
  padding-bottom: 2rem;
  margin: 0.5rem;
  line-height: 1.4rem;
}

/* ========== Intro Texteeeeee ========== */
.intro-text {
  padding: 0rem 1rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 3rem;
}
.intro-text h2 {
  font-size: 2.5rem;
  font-family: 'Playfair Display SC';
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 2rem;
}
.intro-text p {
  font-size: 1rem;
  font-weight: 300;
  color: #646464;
}
@media (max-width: 768px) {
  .intro-text h2 {
    font-size: 2rem;
  }
}












.zimmer-section {
  text-align: center;
  margin: 0rem;
  margin-bottom: 4rem;
  margin-top: 1rem;
  justify-content: center;
  display: flex
}

@media (max-width: 1024px) {
  .zimmer-section {
    margin-bottom: 2rem;
  }
  .zimmer-grid {
    padding-bottom: 0rem !important;
  }
}

.zimmer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.zimmer-column {
  flex: 1 1 200px;
  max-width: 400px;
  max-height: fit-content;
  padding: 10px;
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.115);
}

/* Für Bildschirme mit max. 1024px (z.B. Tablets) */
@media (max-width: 1024px) {
  .zimmer-column {
    flex: 1 1 calc(50% - 2rem); /* 2 Spalten nebeneinander */
    max-width: 340px;
  }
}

/* Für Bildschirme mit max. 768px (z.B. Smartphones) */
@media (max-width: 768px) {
  .zimmer-column {
    flex: 1 1 100%; /* 1 Spalte nebeneinander */
    max-width: 300px;
  }
  .zimmer-grid {
    padding: 0rem;
  }
}



.zimmer-column h3 {
  text-align: left;
  font-family: 'Playfair Display SC';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0.4rem 0.5rem;
}
.zimmer-column p {
  text-align: left;
  font-family: 'Roboto' sans-serif;
  font-size: 1rem;
  margin: 0.5rem ;
  padding: 0;
  padding-top: 4px;
}

.zimmer-icon-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 1rem 0.5rem;
  margin-bottom: 0;
}
.zimmer-icon {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 4px 0;
}
.zimmer-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  top: 0;
  left: 0;
}
.zimmer-icon p {
  font-weight: 400;
  color: #2c2c2c;
  margin: 0;
}







.last-button-container {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.last-button {
  justify-self: center;
  border: 1px solid black;
  padding: 0.5rem 1rem;
  transition: 0.5s ease, opacity 0.5s ease;
  font-family: 'Playfair Display SC';
  font-weight: 200;
  background-color: white;
  color: black;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  white-space: nowrap;
  text-align: center;
}
.last-button:hover {
  border: 1px solid white;
  background-color: black !important;
  color: white !important;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}














/* ================================== */
/* ================================== */
/* ========== Slider =================*/
/* ================================== */
/* ================================== */



.zimmer-slider {
  width: 100%;
  position: relative; /* für Pfeile und Dots */
  margin: 0 !important;
}

.zimmer-slider img {
  width: 100%;   /* sorgt dafür, dass die Bilder die gesamte Breite ausfüllen */
  height: auto;  /* bewahrt das Seitenverhältnis der Bilder */
  display: block; /* entfernt unerwünschte Abstände unter den Bildern */
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* Pfeile und Dots nach Bedarf anpassen */
/* Anpassen der Pfeile */
.slick-prev.slick-arrow, .slick-next.slick-arrow {
  font-size: 0; /* Schriftgröße auf 0 setzen, da wir keine Schrift verwenden */
  color: transparent; /* Textfarbe transparent machen */
  background-color: none; /* Hintergrundfarbe für die Pfeile */
  border: 1px solid white;
  color: white !important;
  width: 28px; /* Breite des Pfeils */
  height: 27px; /* Höhe des Pfeils */
  border-radius: 0; /* Eckige Pfeile (standardmäßig runde Ecken) */
  display: flex;
  justify-content: center; /* Zentrieren des Inhalts (z.B. Pfeil) */
  align-items: center; /* Zentrieren des Inhalts (z.B. Pfeil) */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* Pfeile immer über dem Bild anzeigen */
}

.slick-prev.slick-arrow {
  left: 10px; /* Abstand von der linken Seite */
}

.slick-next.slick-arrow {
  right: 10px; /* Abstand von der rechten Seite */
}

/* Pfeilsymbol */
.slick-prev.slick-arrow::before {
  content: ''; /* Kein Text, sondern nur das Symbol */
  display: block;
  width: 7px;
  height: 7px;
  border: solid 1px rgb(255, 255, 255); /* Weißer Rand für den Pfeil */
  color: white !important;
  border-width: 1px 1px 0 0; /* Formt den Pfeil */
  transform: rotate(225deg); /* Den Pfeil in eine diagonale Richtung drehen */
  margin-left: 4.5px;
  opacity: 1;
}
.slick-next.slick-arrow::before {
  content: ''; /* Kein Text, sondern nur das Symbol */
  display: block;
  width: 7px;
  height: 7px;
  border: solid 1px white; /* Weißer Rand für den Pfeil */
  color: white !important;
  border-width: 1px 1px 0 0; /* Formt den Pfeil */
  transform: rotate(45deg); /* Den Pfeil in eine diagonale Richtung drehen */
  margin-right: 4.5px;
  opacity: 1;
}

/* Dots unter dem Slider */
/* Style für die gesamte Dot-Liste */
.slick-dots {
  position: absolute;
  bottom: 1rem !important; /* Abstand vom unteren Rand */
  left: 50%;
  transform: translateX(-50%); /* Zentriert die Dots */
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Style für jedes Dot */
.slick-dots li {
  margin: 0 0px !important; /* Abstand zwischen den Dots */
}

/* Aussehen des inaktiven Dots */
.slick-dots li button {
  background-color: #ccc !important; /* Graue Farbe für inaktive Dots */
  border: none;
  border-radius: 50% !important; /* Runde Form */
  width: 6px !important;
  height: 6px !important;
  padding: 0 !important;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s !important;
  color: none !important;
  margin-top: 60px !important;
}

/* Hover-Effekt für inaktive Dots */
.slick-dots li button:hover {
  background-color: #dfdfdf !important; /* Etwas dunkler bei Hover */
  transform: scale(1) !important; /* Vergrößerung bei Hover */
}

/* Style für den aktiven Dot */
.slick-dots li.slick-active button {
  background-color: #ffffff !important; /* Dunklere Farbe für den aktiven Dot */
}




/* Styling für Mobilgeräte */
@media (max-width: 768px) {
  .zimmer-slider img {
    /* Optional: Anpassungen für mobile Geräte */
  }
}