/* =========================
   BREAKPOINT SYSTEM
   
   Mobile:  max-width: 600px   (Smartphones)
   Tablet:  max-width: 900px   (Tablets, kleine Laptops)
   Desktop: max-width: 1200px  (Navigation, Footer-Grid)
   
   Immer mobile-last (max-width) da Basis Desktop ist.
   ========================= */

/* =========================
   BASIS / RESET
   ========================= */
/*  */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =========================
   DESIGN-TOKENS
   ========================= */

:root {
  --color-bg: #f6f3ee;
  --color-text: #0e284d;
  --color-primary: #3871c1;
  --color-white: #ffffff;
  --color-muted: #666666;
  --color-gold: #c6a75e;

  --font-body: "Marcellus";
  --font-heading: "Marcellus";

  --max-width: 1200px;
}

/* =========================
   GLOBAL
   ========================= */

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body, --font-heading);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  margin: 0;
}

html, body {
  overflow-x: hidden;
}

.container {
  
  max-width: var(--max-width);
  margin: 0 auto ;
  padding: 0 20px;
}
@media (max-width: 900px) {

  .container {
    padding: 0 16px;
  }

}


/* =========================
   HEADER (Pillen-Style)
   ========================= */

.site-header {
  width: 100%;
  position: fixed;
  padding-top: 20px;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* padding: 1rem;  */
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-content {
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  /* backdrop-filter: blur(8px); */
  /* border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  transition: border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s ease,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-content .container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 2rem;
}
.site-header.scrolled {
  padding: 1rem;    
}

.site-header.scrolled .header-content {
  background: rgba(246, 243, 238, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.site-header.scrolled .main-nav a {
  color: var(--color-text); 
  text-shadow: none;
}
.site-header.scrolled .main-nav a.is-active {
  color: var(--color-primary); 
}
.site-header.scrolled .main-nav a:hover {
  color: var(--color-primary);
}
.site-header.scrolled .main-nav .btn-nav {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    text-decoration: none;

    transition: transform 0.2s ease, background-color 0.2s ease;
}

.site-header.scrolled .main-nav .btn-nav:hover { 
    color: var(--color-white);
    transform: scale(1.05);
}
/* Logo */
.logo img {
  height: 45px;
  width: auto;
  display: block;
  
}
.main-nav {
  margin-left: auto;  
}
.main-nav ul {
  display: flex;
  gap: 0.7rem;
  list-style: none;
}

.main-nav a {
  text-shadow:
    0 2px 6px rgba(0,0,0,0.6),
    0 8px 20px rgba(0,0,0,0.3);
  display: inline-block;
  text-decoration: none;
  color: var(--color-white);
  font-size: 1.3rem;
  font-family: var(--font-heading);
  padding: 0.3rem 0.4rem;
  transition: transform 0.15s ease,
              border-color 0.15s ease,
              background-color 0.15s ease;
}

.main-nav a:hover {
  color: var(--color-primary);
}

.main-nav a.is-active {
  color: var(--color-primary);
  font-weight: bold;
}

.main-nav .btn-nav {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    text-decoration: none;

    transition: transform 0.2s ease, background-color 0.2s ease;
}

.main-nav .btn-nav:hover { 
    color: var(--color-white);
    transform: scale(1.05);
}

/* =========================
   MOBILE NAVIGATION
   ========================= */

@media (max-width: 1200px) {

  /* Desktop Dropdown ausblenden */
  .lang-dropdown {
    display: none;
  }

 
  .lang-mobile {
    display: inline-block;
    margin: 0 10px;
  }

  .main-nav ul {
    text-align: center;
  }


}
.main p {
  font-size: 1.2rem;
}




/* =========================
   MOBILE NAVIGATION
   ========================= */

/* Burger Button Grundzustand */
.nav-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-white);
}

/* MOBILE VERSION */
@media (max-width: 1200px) {

  /* Logo komplett ausblenden */
  .logo {
    display: none;
  }

  /* Header-Pille entfernen */
  .header-content {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
  }
  .site-header {
    padding: 0;
  }

  .site-header.scrolled {
    padding: 0;
  }
  .site-header.scrolled .header-content {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  /* Container nur für Burger */
  .header-content .container {
    justify-content: flex-end;
  }

  /* Burger anzeigen */
  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    color: var(--color-white);
  }

  /* Burger nach Scrollen → blauer Kreis */
  .site-header.scrolled .nav-toggle {
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    
  }

  /* Dropdown Menü */
  .main-nav ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    width: calc(100vw - 2rem);
    max-width: 600px;

    background: var(--color-bg);
    backdrop-filter: blur(8px);

    display: none;
    flex-direction: column;
    gap: 1rem;

    padding: 1.5rem;
    border-radius: 1rem;

    margin-top: 1rem;
    
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  }

  .main-nav ul.is-open {
    display: flex;
  }

  .main-nav ul a {
    color: var(--color-text);
    text-shadow: none;
  }

}

.lang-dropdown {
  position: relative;
}

.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--color-bg);
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  min-width: 160px;
}

.lang-menu a {
  display: block;
  padding: 0.6rem 1rem;
  text-shadow: none;
  color: var(--color-text);
}


.lang-dropdown:hover .lang-menu,
.lang-dropdown:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-mobile {
  display: none;
}
/* ===============================
   KONTAKT MODAL
================================= */

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}


.modal-content {
  background: var(--color-bg);
  width: 100%;
  max-width: 520px;
  padding: 50px 40px;
  border-radius: 4px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
  position: relative;
  animation: modalFade 0.35s ease;
}


.modal-content h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}


.close {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--color-muted);
  transition: 0.2s ease;
}

.close:hover {
  color: var(--color-text);
}


.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.modal-content .form-group {
  display: flex;
  flex-direction: column;
}


.modal-content label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  color: var(--color-text);
  opacity: 0.8;
}


.modal-content input,
.modal-content textarea {
  padding: 14px 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  font-family: inherit;
  transition: 0.2s ease;
  background: var(--color-bg);
}


.modal-content input:focus,
.modal-content textarea:focus {
  outline: none;
  border-color: var(--color-text);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(14, 40, 77, 0.08);
}


.modal-content textarea {
  min-height: 120px;
  resize: vertical;
}


.modal-content button {
  margin-top: 10px;
  padding: 14px;
  border: none;
  border-radius: 4px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: 
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.modal-content button:hover {
  transform: scale(1.05);
}
.form-consent {
  font-size: 0.9rem;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.form-consent input {
  margin-top: 4px;
}
input[type="checkbox"] {
  accent-color: var(--color-primary);
}

/* Animation */
@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 600px) {

  .modal {
    padding: 15px;
    align-items: flex-start;
    overflow-y: auto;         
    background: rgba(0,0,0,0.55);
  }

  .modal-content {
    margin-top: 60px;
    padding: 30px 20px;
    width: 100%;
    max-width: 100%;
  }

  .modal-content h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .modal-content input,
  .modal-content textarea {
    font-size: 16px;
  }

  .modal-content textarea {
    min-height: 100px;
  }

  .close {
    top: 15px;
    right: 18px;
    font-size: 1.8rem;
  }

  .form-consent {
    font-size: 0.85rem;
  }

  .modal-content button {
    padding: 16px;
    font-size: 1rem;
  }

}
/* =========================
   HERO
   ========================= */

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}


.hero-track {
  position: relative;
  height: 100vh;
  background: url('assets/images/herp_poster.png') center/cover no-repeat;
}
.hero-static {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}


.hero-slide.fade-ready {
  transition: opacity 1.5s ease;
}

.hero-slide video,
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.hero-overlay {
  text-align: center;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.3);
  z-index: 2;
}
.hero-overlay h1{
  padding-bottom: 15px;
  font-size: 3.5rem;
  color: var(--color-bg);
  text-shadow:
    0 2px 6px rgba(0,0,0,0.6),
    0 8px 20px rgba(0,0,0,0.3);
    text-transform: uppercase;
  transform: translateY(-5%);

}

.hero-alt h1{
  font-size: 5.5rem;
}
.hero-overlay img {
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.8));
  width: 65%;
  height: auto;
  
}


@media (max-width: 900px) {

  .hero-alt h1 {
    font-size: 3.5rem;
  }

}

@media (max-width: 900px) {

  .hero,
  .hero-track {
    height: 60vh;
  }

  .hero-overlay h1 {
    font-size: 1.9rem;
    letter-spacing: 2px;
  }

  .hero-overlay img {
    width: 80%;
    max-width: 320px;
  }
  .hero-static {
    height: 60vh;
  }

}



img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 3rem 0;
  margin: 0;
}

@media (max-width: 600px) {
  section {
    padding: 2rem 0;
  }
}

.intro {
  text-align: center;
}
.intro-title{
  font-size: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.intro p {
  font-size: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 900px) {

  .intro-title{
    font-size: 2.5rem;
  }

  .intro p{
    font-size: 1.1rem;
    padding: 0;
  }

}

.features {
  padding: 50px 0;
  text-align: center;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  padding-right: 25px;
}

.feature img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.feature p {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}

.highlights {
  padding: 100px 0;
}

/* --- GRID LAYOUT --- */

/* --- GRID LAYOUT --- */

.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
}

.highlight-side {
  display: grid;
  gap: 3rem;
}

/* --- BILD + OVERLAY --- */

/* --- GRID LAYOUT --- */

.editorial-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
}

.highlight-side {
  display: grid;
  gap: 3rem;
}

/* --- BILD + OVERLAY --- */

.highlight {
  opacity: 0;
  transform: translateY(50px);
  transition: 
    opacity 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.highlight.show {
  opacity: 1;
  transform: translateY(0);
}

.highlight-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
  transition: transform 0.6s ease;
}

.highlight-large {
  margin-top: 0;
  align-self: center;
}

.highlight-large img {
  aspect-ratio: 2/ 2;
}

.highlight-image:hover img {
  transform: scale(1.05);
}

.highlight-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(14, 40, 77, 1) 0%,
    rgba(14, 40, 77, 1) 15%,
    rgba(14, 40, 77, 0.85) 30%,
    rgba(14, 40, 77, 0.4) 45%,
    transparent 60%
  );
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  transition: background 0.4s ease;
}

.highlight-overlay h3 {
  font-size: 2.5rem;
  margin: 0 0 8px;
  letter-spacing: 2px;
}

.highlight-overlay p {
  margin: 0 0 15px;
  font-size: 1.2rem;
}

.highlight-link {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .editorial-grid {
    grid-template-columns: 1fr;
  }

@media (max-width: 900px) {
    .highlight-large {
      margin-top: 0;
    }
  }
  .highlight-large img {
    aspect-ratio: 4 / 5;
  }
}



.hosts {
  padding: 80px 0;
}

.hosts-container {
  max-width: 1400px;
  margin: 0 auto;
}



.hosts-image {
  float: left;
  width: 45%;
  margin: 15px 30px 0 0;
}
.hosts-image img {
  border-radius: 4px;
}

.hosts-text {
  flex: 1.2;
}

.hosts-text h2 {
  margin-bottom: 10px;
  font-size: 3rem;
  text-transform: uppercase;
}

.hosts-text p {
  margin-bottom: 16px;
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .hosts{
    padding: 0 16px;
    text-align: center;
  }
  .hosts-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .hosts-text h2 {
    font-size: 2rem;
  }
  .hosts-text p {
    font-size: 1.1rem;
  }
}
.press-mention {
  margin: 40px auto;
  padding: 35px 30px;
  color: var(--color-white);
  background: var(--color-text);
  max-width: 100%;
}

.press-content {
  max-width: 1400px;
  margin: 0 auto;
}
.press-mention h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.press-mention p {
  margin-bottom: 12px;
  font-size: 1.2rem;
}
.press-mention h4 {
  font-style: italic;
  font-size: 2rem;
  margin-top: 20px;
}

.press-button {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 16px;
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  border-radius: 5px;
  transition: 
      transform 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease;
}
.press-button:hover { 
    color: var(--color-white);
    transform: scale(1.05);
}
@media (max-width: 900px) {
  .press-mention p{
    font-size: 1.1rem;
  }
  .press-mention h4 {
    font-size: 1.8rem;
  }

}

.region {
  padding: 100px 0;
  padding-bottom: 0;
}


.container {
  max-width: 1400px;
  margin: 0 auto;
}

.region-title{
  font-size: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.region-item {
  display: flex;
  align-items: stretch;
  gap: 4rem;
  margin-bottom: 10rem;
}

.region-item.reverse {
  flex-direction: row-reverse;
}

.region-image-slider {
  flex: 1.4;
}
.region-image-slider::after {
  content: "↗";
  position: absolute;
  top: 10px;
  right: 17px;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: bold;
  pointer-events: none;
}

.region-image img {
  width: 100%;
  height: 950px;
  object-fit: cover;
}

.region-text {
  flex: 0.6;
}

.region-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.region-text p {
  font-size: 1.2rem;
}

.region-image-slider {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.region-image-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 
    opacity 1s ease-in-out,
    transform 0.8s ease;
}

.region-image-slider img.active {
  opacity: 1;
}

.region-image-slider:hover img.active {
  transform: scale(1.08);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 900px) {

  .region-item {
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
    margin-bottom: 4rem;
  }

  .region-item.reverse {
    flex-direction: column;
  }

  .region-image-slider {
    height: 300px;
    flex: none;
  }
  .region-image-slider::after {
    color: var(--color-white);
    content: "↗";
    font-weight: bold;
    position: absolute;

    right: 15px;
    font-size: 2rem;
}
  .region-title {
    text-align: center;
    font-size: 2.5rem;
  }

  .region-text {
    text-align: center;
  }
  .region-text{
    font-size: 2rem;
  }
  .region-text p {
    font-size: 1.1rem;
  }
}
/* =========================
   Scroll Animation
   ========================= */

.region-item {
  opacity: 0;
  transform: translateX(200px);
  transition: all 0.9s ease;
}

/* von links */
.region-item.from-left {
  transform: translateX(-200px);
}

/* sichtbar */
.region-item.show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 900px) {

  .region-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .region-item.from-left {
  transform: none;
}

}

/* =========================
   REVIEWS SECTION
========================= */

.reviews {
  text-align: center;
  margin-bottom: 5rem;
}

.section-header h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.review-card {
  background: var(--color-text);
  opacity: 100%;
  color: var(--color-bg);
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: var(--color-gold); 
  margin-bottom: 15px;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.review-text {
  font-style: italic;
  margin-bottom: 20px;
  color: var(--color-white);
}

.review-author strong {
  display: block;
  font-weight: 600;
}

.review-author span {
  font-size: 0.85rem;
  color: var(--color-muted);
}

.reviews-cta {
  margin-top: 50px;
}
@media (max-width: 900px) {
  .section-header h2 {
    font-size: 2.5rem;
  }
}
.btn-outline {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  border-radius: 4px;
  text-decoration: none;
  color: var(--color-white);
  transition: 
      transform 0.2s ease,
      background-color 0.2s ease,
      color 0.2s ease;
  }


.btn-outline:hover {
  color: var(--color-white);
  transform: scale(1.05);
}

.footer-forest svg {
  width: 100%;
  display: block;
  z-index: 1;
}

.footer {
  
  position: relative;
  margin-top: -2px;
  background: var(--color-text); 
  color: var(--color-white);
  padding: 30px 0 ;
  
  ;
}

.footer-container {
  width: 100%;
  padding: 0 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  margin: 0 auto;
}

.footer-col h4 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 300px;
  margin-bottom: 20px;
}
.contact-links a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}

.contact-links a:hover {
  opacity: 1;
}


.footer-col p {
  margin-bottom: 15px;
}
.summer {
  font-size: 1rem;
  margin-top: -10px;
}
.open-hours,
.special-hours,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.open-hours li,
.special-hours li,
.footer-links li {
  margin-bottom: 8px;
  line-height: 1.5;
}


.notice {
  margin-top: 15px;
  font-size: 0.85rem;
  opacity: 0.8;
}

.special-hours {
  /* font-size: 0.9rem; */
  opacity: 0.9;
}

.footer-links a {
  text-decoration: none;
  color: var(--color-white);
  opacity: 0.9;
  transition: 0.2s;
}

.footer-links a:hover {
  opacity: 1;
}

.social-icons {
  margin-top: 20px;
  margin-left: 0;
}

.social-icons a {
  color: var(--color-white);
  margin-right: 20px;
  font-size: 2rem;
  transition: 0.2s;
}

.social-icons a:hover {
  opacity: 0.8;
}

.footer-bottom {
  margin: 30px auto 0;
  padding: 20px 60px 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 20px;
}


.legal-links a {
  color: var(--color-white);
  font-weight: bold;
  text-decoration: none;
  
  opacity: 0.9;
}

.legal-links a:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 0 50px;
  }

  .footer-logo {
    width: 220px;
  }
}
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 25px;
  }

  .footer-col {
    text-align: left;
  }

  .social-icons {
    margin-left: 0;
  }

  .footer-logo {
    width: 180px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 25px 0;
  }

  .legal-links {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
}

/* RESTAURANT */


.opening-hours {

  text-align: center;
  margin: 60px 0;
  padding: 35px 0;
  background: var(--color-text);
  color: var(--color-white);
}

.opening-hours h2 {
  font-size: 2.5rem;
  letter-spacing: 5px;
}
.opening-img {
  width: 65px;
  height: auto;
  padding-top: 10px;

}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-top: 50px;
}

.hours-item {
  flex: 1;
  text-align: center;
}

.hours-time {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.hours-days {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  opacity: 0.7;
}

.hours-item.closed .hours-time {
  opacity: 0.6;
}
@media (max-width: 900px) {
  .hours-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .hours-item {
    flex: 0 0 45%;
  }
}

@media (max-width: 600px) {
  .hours-item {
    flex: 0 0 100%;
  }
}
.reservation-note {
  margin-top: 30px;
  margin-bottom: 30px ;
  text-align: center;
}

.reservation-note p {
  font-size: 1.2rem;
  margin-bottom: 15px;
  opacity: 0.8;
}

.reservation-link {
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-white);
}

.reservation-link:hover {
  opacity: 0.7;
}
.special-section {
  padding: 120px 0;
  
}

.special-highlight {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.special-highlight img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;;
}

.special-highlight:hover img {
  transform: scale(1.08);
}

.special-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px;
  background: linear-gradient(
    to top,
    rgba(14, 40, 77, 1) 0%,
    rgba(14, 40, 77, 0.9) 15%,
    rgba(14, 40, 77, 0.85) 30%,
    rgba(14, 40, 77, 0.4) 45%,
    transparent 60%
  );
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 15px; 
  align-items: flex-start;
  
}
.special-overlay a {
  color: var(--color-white);
  text-decoration: none;
}
.special-overlay a[href^="tel"] {
  position: relative;
  display: inline-block;   
  color: var(--color-white);
  text-decoration: none;
  transition: 0.3s ease;
}

.special-overlay a[href^="tel"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--color-white);
  transition: width 0.3s ease;
}

.special-overlay a[href^="tel"]:hover::after {
  width: 100%;
}
.special-overlay span {
  font-size: 1.3rem;
}
.special-label {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  display: inline-block;
  margin-bottom: 15px 0;
}
.special-overlay p{
  font-size: 1.2rem;
}

.special-overlay h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.special-overlay h3 {
  font-size: 1.5rem;
}

.special-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 4px;
  text-decoration: none;
  color: var(--color-white);
  transition: 
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}


.special-btn:hover {
  color: var(--color-white);
  transform: scale(1.05);
}

@media (max-width: 900px) {

  .special-highlight img {
    height: 500px;
  }

  .special-overlay {
    padding: 40px 25px;
  }

  .special-overlay h2 {
    font-size: 1.8rem;
  }

}
.reveal {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}


.menu-section {
  padding: 100px 0;
  position: relative;
}

.menu-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.menu-inner h2 {
  font-size: 3.5rem;
}

.menu-slider {
  overflow: hidden;
  width: 100%;
}

.menu-track {
  display: flex;
  transition: transform 0.6s ease;
}

.menu-slide {
  min-width: 100%;
  clear: both;
}
.menu-arrow {
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 30;
}


.menu-arrow-left {
  left: -40px;
}

.menu-arrow-right {
  right: -40px;
}

/* Mobile aus */
@media (max-width: 900px) {
  .menu-arrow {
    display: none;
  }
}
.menu-title {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 60px;
}


.menu-content h3 {
  font-size: 2rem;
  margin-bottom: 5px;
}
.menu-grid {
  column-count: 2;
  column-gap: 80px;
}
.menu-item {
  break-inside: avoid;
  margin-bottom: 30px;
}

.menu-item h4 {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  margin: 0 0 6px;
}

.menu-item p {
  margin: 0;
  font-size: 1.2rem;
  /* opacity: 0.8; */
}
.menu-subtitle {
  font-size: 2rem !important;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: var(--color-text) ;
  opacity: 1 !important; 
  margin-bottom: -20px !important;
}
/* =========================
   MENU TABS DESKTOP
========================= */

.menu-tabs {
  margin: 40px 0 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.menu-tabs a {
  position: relative;
  text-decoration: none;
  color: var(--color-text);
  font-size: 1.2rem;
  padding-bottom: 6px;
  transition: 0.3s ease;
}

.menu-tabs a:hover {
  opacity: 0.7;
}

.menu-tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--color-text);
}

/* Responsive */

@media (max-width: 900px) {

  .menu-track {
    display: block !important;
    transform: none !important;
  }

  .menu-slide {
    width: 100% !important;
    margin-bottom: 60px;
  }

  .menu-grid {
    column-count: 1;
  }
  .menu-inner {
    padding: 0 16px;
  }
  .menu-inner h2 {
    font-size: 2.5rem;
  }

  .menu-content h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }


  .menu-subtitle {
    font-size: 2rem;
    font-weight: 600;
    
  }

  .menu-item h4 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 15px;
  }

  .menu-item p {
    margin-top: 6px;
    font-size: 1.1rem;
  }


  .menu-arrow {
    display: none !important;
  }

  .menu-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px 15px 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(14, 40, 77, 0.2);
  }

  .menu-tabs a {
    flex: 0 0 auto;
    padding-bottom: 6px;
  }

  .menu-tabs::-webkit-scrollbar {
    display: none;
  }

}


.presse {
  padding: 50px 0;
  padding-bottom: 150px;
  
}

.presse-image {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  
}

.presse-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  filter: brightness(85%);
}

.presse-overlay {
  border-radius: 4px;
  padding: 25px;
  position: absolute;
  bottom: 50px;
  background: var(--color-text);
  left: 50px;
  max-width: 500px;
  color: var(--color-white);
}

.presse-headline {
  font-size: 2.6rem;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.presse-sub {
  font-size: 1rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.presse-teaser-text {
  font-size: 1.2rem;
  margin-bottom: 18px;
  line-height: 1.5;
  font-style: italic;
}

.presse-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.95rem;
  background: var(--color-primary);
  border-radius: 4px;

  transition: 
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.presse-btn:hover {
  color: var(--color-white);
  transform: scale(1.05);
}
/* ---------- Tablet ---------- */
@media (max-width: 900px) {
  .presse-image img {
    height: 550px;
  }

  .presse-overlay {
    left: 30px;
    bottom: 30px;
    max-width: 80%;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 900px) {

  .presse-image img {
    height: 420px;
  }

  .presse-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    margin: -40px 20px 0;
    max-width: 100%;
  }

  .presse-headline {
    font-size: 1.8rem;
  }

  .presse-teaser-text {
    font-size: 1rem;
  }
}

/* ---------- Kleine Smartphones ----------
@media (max-width: 600px) {

  .presse-image img {
    height: 360px;
  }

  .presse-overlay {
    margin: -150px 15px 0;
    padding: 20px;
  }

  .presse-headline {
    font-size: 1.6rem;
  }
} */

.check-wrapper {
  background: var(--color-text);
  color: var(--color-white);
  text-align: center;
  padding: 60px 100px;
  margin: 65px 0;
}

.check-main-icon {
  width: 65px;
  margin-bottom: 10px;
}

.check-columns {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  justify-content: center;
  gap: 250px;
}

.check-column {
  flex: 0 0 auto;
}

.check-column h2 {
  font-size: 2.5rem;
  letter-spacing: 5px;
  margin-bottom: 20px;
}


.check-times-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.check-item {
  text-align: center;
}

.check-time {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 10px;
}

.check-days {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  opacity: 0.7;
}

@media (max-width: 900px) {
  .check-columns {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.booking-btn {
  margin-top: 80px;
}

/* =========================
   ROOM CARD DESIGN
========================= */

.rooms-section {
  padding: 60px 0;
}
.rooms-section h2 {
  font-size: 3.5rem;
  text-align: center;
  margin: 35px 0;
}
.room-tabs {
  margin: 40px 0 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.room-tabs a {
  position: relative;
  text-decoration: none;
  color: var(--color-text);
  font-size: 1.3rem;
  padding-bottom: 6px;
  transition: 0.3s ease;
}

.room-tabs a:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}
.room-category h3{
  font-size: 3rem;
  margin-top: 80px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* =========================
   CARD
========================= */

.room-card {
  background: var(--color-white);
  border-radius: 4px;
  /* overflow: hidden; */
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.room-card:hover {
  transform: translateY(-6px);
}


/* =========================
   CARD SLIDER
========================= */

.room-card-image {
  padding: 10px;
  padding-bottom: 0;
}

.room-slider {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.slider-viewport {
  overflow: hidden;
  border-radius: 4px;
}

.room-slides {
  display: flex;
  transition: transform 0.4s ease;
}


.room-slides img {
  
  border-radius: 4px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    opacity 1s ease-in-out,
    transform 0.8s ease;
}

.room-slides img:hover   {
  transform: scale(1.08);
}


.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border: none;
  cursor: pointer;
  z-index: 5;
}

.slider-prev { left: 10px; }
.slider-next { right: 10px; }

.slide-counter {
  font-size: 0.8rem;
  margin-top: 8px;
  opacity: 0.7;
  padding-left: 6px;
}

.room-card-content {
  padding:25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.room-card-content h3 {
  font-size: 2rem;
}
.room-card-content p{
  font-size: 1rem;
}

.room-card-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: var(--color-text);
}

.room-card-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 0.95rem;
  margin-bottom: 15px;
  opacity: 0.85;
}

.room-card-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.room-card-meta img {
  width: 18px;
  height: 18px;
}


.room-card-description {
  margin-bottom: 20px;
}
.room-card-description p {
  font-size: 1.1rem;
}

/* =========================
   FEATURE TOOLTIP
========================= */

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
}

.feature-item {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.feature-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-item::after {
  content: attr(data-label);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: normal;       /* ← statt nowrap */
  max-width: 160px;          /* ← maximale Breite */
  width: max-content;        /* ← passt sich dem Inhalt an */
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.feature-item::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: var(--color-primary) transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.feature-item:hover::after,
.feature-item:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}
.feature-asterisk {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 1.2rem;
  color: var(--color-primary);
  font-weight: bold;
  line-height: 1;
  pointer-events: none;
}

.feature-footnote {
  font-size: 0.8rem !important;
  color: var(--color-text);
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  margin-bottom: -5px;
}
.feature-footnote .footnote-star {
  font-size: 1.2rem;
  color: var(--color-primary);
  font-weight: bold;
}

.room-card-pricing {
  display: flex;
  margin-bottom: 25px;
  font-size: 0.9rem;
}

.price {
  margin-right: 35px;
}
.price-label {
  display: block;
  opacity: 0.6;
  font-size: 0.8rem;
}

.price-value {
  font-weight: 600;
  color: var(--color-text);
}

.room-card-button {
  width: fit-content;
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.95rem;
  background: var(--color-primary);
  border-radius: 4px;

  transition: 
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.room-card-button:hover { 
    color: var(--color-white);
    transform: scale(1.05);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .rooms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .rooms-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .rooms-section h2 {
    font-size: 2.5rem;
  }
  .room-card{
    margin-bottom:30px;
  }
  .room-category h3{
    font-size: 2rem;
    margin-top:40px;
    margin-bottom:15px;
  }
  .room-card-title{
    font-size: 1.8rem;
  }
  .room-card-description p {
    font-size: 1.1rem;
  }
  .room-tabs {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px 15px 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(14, 40, 77, 0.2);
  }

  .room-tabs a {
    flex: 0 0 auto;
    padding-bottom: 6px;
  }

  .room-tabs::-webkit-scrollbar {
    display: none;
  }
}

/* =========================
   LIGHTBOX
========================= */

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 85%;
  max-height: 85%;
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: var(--color-white);
  cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: var(--color-white);
  background: none;
  border: none;
  cursor: pointer;
}

.lightbox-prev {
  left: 40px;
}

.lightbox-next {
  right: 40px;
}

/* ============================= */
/* LEGAL PAGE – kompakt & passend */
/* ============================= */

.legal-content {
  max-width: 1400px;
  margin: 20px auto;      
  padding: 0 20px;          
  font-size: 16px;
}

.legal-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

.legal-content h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.legal-content h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.legal-content p {
  margin-bottom: 15px;
}

.legal-content ul {
  margin: 10px 0 20px 20px;
}

.legal-content li {
  margin-bottom: 6px;
}

.legal-content section {
  margin-bottom: 20px;
}

#datenschutz {
  padding-top: 50px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

#impressum,
#datenschutz {
  scroll-margin-top: 100px;
}

.events {
    max-width: 100%;
    padding: 80px 175px;
}
.event-title{
  font-size: 3.5rem;
  text-align: center;
  margin: 40px 0;
}

.event-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 100px;
}

.event-card {
    background: var(--color-white);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.event-card:hover {
  transform: translateY(-6px);
}

.event-card img {
  padding: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.event-content {
    padding: 30px;
}

.event-content h3 {
  font-size: 2rem;
}

.event-content ul {
    margin-bottom: 20px;
    padding-left: 18px;
}

.event-content li {
    margin-bottom: 6px;
    font-size: 1.2rem;
}

.event-button {
    max-width: fit-content;
    display: inline-block;
    padding: 10px 18px;
    background: var(--color-primary);
    color: var(--color-white);
    text-decoration: none;
    border-radius: 4px;
    transition: 
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.event-button:hover {
  color: var(--color-white);
  transform: scale(1.05);
}
@media (max-width: 900px) {

/* .events {
    padding: 50px 16px;
} */

.event-locations {
    grid-template-columns: 1fr;
}

.event-card img {
    height: 240px;
}

.event-title{
  font-size: 2.5rem;
  overflow-wrap: break-word;
  hyphens: auto;
}

.event-content{
  padding: 0 20px 20px 20px;
}
.event-content li{
  font-size: 1.1rem;
}
}
.event-locations-single {
  margin-bottom: 80px;
  margin-top: 80px;
}

.event-card-wide {
  display: flex;
  gap: 0;
  background: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.event-card-wide-img {
  flex: 0 0 48%;
  padding: 12px;
  padding-right: 0;
}

.event-card-wide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.event-card-wide .event-content {
  flex: 1;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.event-card-wide .event-content p {
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  /* .event-locations-single {
    /* margin-left: -20px;
    margin-right: -20px; 
  } */

  .event-card-wide {
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
  }

  .event-card-wide-img {
    flex: none;
    padding: 10px 10px 0 10px;
  }

  .event-card-wide-img img {
    height: 260px;
  }

  .event-card-wide .event-content {
    padding: 25px 20px;
  }
}
/* Eventarten */

.event-types h2 {
    text-align: center;
    margin-bottom: 50px;
}

.event-type-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.event-type {
    width: 380px;
    text-align: center;
}

.event-type img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.event-type h4 {
  font-size: 2rem;
    margin-bottom: 10px;
}

.event-type p {
    font-size: 1.1rem;
}

@media (max-width: 900px) {

  .event-locations {
      grid-template-columns: 1fr;
  }

  .event-type-grid {
      grid-template-columns: 1fr 1fr;
  }

}
.event-card:hover {
transform: translateY(-5px);
}

/* =========================
   GALLERY
========================= */

.gallery-images{
  max-width:1200px;
  margin:auto;

  column-count:3;
  column-gap:20px;
}

.gallery-item{
  break-inside:avoid;
  margin-bottom:20px;
}

.gallery-item img{
  width:100%;
  height:auto;
  display:block;
  border-radius:4px;
  cursor:pointer;
}


@media (max-width: 900px) {
  .gallery-images{
    column-count:2;
  }
}

@media (max-width: 600px) {
  .gallery-images{
    column-count:1;
  }
}

.hero-legal {
  opacity: 1;
  background: var(--color-text);
  
}
.hero-legal h1 {
  font-size: 5.5rem;
}
@media (max-width: 900px) {

  .hero-legal h2 {
    font-size: 1.9rem;
    letter-spacing: 2px;
  }

}