/* ---------- Reset / Basis ---------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #222;
  background: #f5f7fb;
}

/* ---------- Container / Layout ---------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  background: #000;
  z-index: 1000;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
}
.logo-img {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
}
.main-nav {
  display: flex;
  gap: 1.25rem;
}
.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.main-nav a:hover {
  color: #00aaff;
}

/* ---------- Burger ---------- */
.burger {
  display: none;
  width: 36px;
  height: 28px;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.burger span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6);
}
.hero-overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  padding: 1rem;
  max-width: 900px;
  z-index: 1;
}
.hero-overlay h1 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
.hero-overlay p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.hero-logo {
  width: auto;
  max-width: 320px;
  height: auto;
  margin: 0 auto 1rem auto;
  display: block;
}

/* ---------- Sections ---------- */
.section { padding: 3.5rem 0; }
.section.alt {
  background: #0f1720;
  color: #fff;
}

/* ---------- Leistungen ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.leistungs-text h2 { margin-bottom: 0.75rem; }
.leistungs-text p {
  margin-bottom: 0.9rem;
  color: inherit;
  line-height: 1.55;
}
.leistungs-bild img {
  width: 70%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* ---------- Geschäftskunden ---------- */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.gk-bild img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
}
.gk-text h2 { margin-bottom: 1rem; }
.gk-text p { margin-bottom: 1.2rem; }

/* ---------- Alternative Kontaktmöglichkeiten ---------- */
.alt-kontakt {
  margin-top: 2rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 8px;
  color: #fff;
}
.alt-kontakt p {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.alt-kontakt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.alt-kontakt li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.alt-kontakt .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alt-kontakt .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ---------- Preise ---------- */
.preis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.2rem;
}
.preis-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
}
.preis-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.preis-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.preis-body h3 { margin: 0; }
.preis-lines {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.preis-line {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: space-between;
  padding: 0.35rem 0.1rem;
  border-bottom: 1px dashed #eef3f7;
}
.tag { font-weight: 700; color: #222; }
.tag.premium { color: #b93c7a; }
.amount { font-weight: 800; color: #00aaff; }
.duration { font-size: 0.9rem; color: #666; }

/* ---------- Buttons ---------- */
.btn {
  background: #00aaff;
  color: #fff;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
}
.btn:hover { background: #008ecc; }

/* Rabatt */
#angebot {
  background: linear-gradient(135deg, #0f1720, #0f1720);
  color: white;
  text-align: center;
  padding: 4rem 1.5rem;
  border-radius: 1.5rem;
  margin: 3rem auto;
  max-width: 1000px;
}

#angebot h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#angebot p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

#angebot a {
  background-color: #00aaff;
  color: #111;
  padding: 0.8rem 1.8rem;
  border-radius: 9999px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

#angebot a:hover {
  background-color: #fde047;
}

.angebot-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #0099A9;
  font-weight: 600;
  padding: 0.9rem 2.2rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.angebot-btn:hover {
  background-color: #e0ffff;
  color: #006f7c;
  transform: translateY(-3px);
}

/* Responsives Verhalten */
@media (max-width: 768px) {
  .angebot-section {
    padding: 3rem 1rem;
  }
  .angebot-section h2 {
    font-size: 2rem;
  }
  .angebot-section p {
    font-size: 1rem;
  }
}

/* ---------- Kontaktformular ---------- */
.kontakt-form {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea {
  padding: 0.85rem;
  border-radius: 8px;
  border: 1px solid #dfe8ef;
  background: #fff;
  font-size: 1rem;
}
.kontakt-form textarea { min-height: 120px; }

/* ---------- Footer ---------- */
.site-footer {
  background: #000;
  color: #fff;
  padding: 1rem 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* ---------- Responsive Anpassungen ---------- */
@media (max-width: 1024px) {
  .preis-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col, .grid-2 { grid-template-columns: 1fr; }
}

/* ---------- Mobile (max 768px) ---------- */
@media (max-width: 768px) {
  /* Burger NICHT anzeigen - Navigation bleibt sichtbar */
  .burger { 
    display: none;
  }

  /* Header sichtbar machen */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 1001;
  }
  
  .nav-inner {
    padding: 0.5rem 1rem;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  /* Logo kleiner und zentriert */
  .logo-img { 
    height: 45px;
  }
  
  .brand {
    margin: 0 auto;
  }

  /* Navigation horizontal scrollbar */
  .main-nav {
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    padding: 0.5rem 0;
  }
  
  /* Scrollbar verstecken */
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  
  .main-nav a {
    color: #fff;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 0.9rem;
    white-space: nowrap;
    flex-shrink: 0;
    border-right: 1px solid #333;
  }
  
  .main-nav a:last-child {
    border-right: none;
  }

  /* Hero anpassen */
  .hero {
    height: 50vh;
    min-height: 400px;
    margin-top: 100px; /* Mehr Platz für Header mit 2 Zeilen */
  }
  
  .hero-logo {
    max-width: 200px;
  }
  
  .hero-overlay h1 { 
    font-size: 1.6rem;
  }
  
  .hero-overlay p { 
    font-size: 0.95rem;
  }

  /* Preise einspaltiges Layout */
  .preis-grid { 
    grid-template-columns: 1fr;
  }
  
  .gk-bild img { 
    height: 220px;
  }
  
  .leistungs-bild img {
    width: 100%;
  }

  /* Footer zentriert */
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}