/* Lokale Font-Definitionen für DSGVO-Konformität */
@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.woff2') format('woff2'),
       url('fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
       url('fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Bold.woff2') format('woff2'),
       url('fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
       url('fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
       url('fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}

/* styles.css für Unternehmertag 2025 Landingpage - Kombinierte Version */

/* ===== HAUPTDATEI: style.css Inhalt ===== */

:root {
  --primary: #1f3c72;
  --secondary: #2760ab;
  --bg: #f3f3f2;
  --white: #fff;
  --text: #1f3c72;
  --shadow: 0 4px 32px 0 rgba(31, 60, 114, 0.08);
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  background: #fff !important;
  color: var(--text);
  min-height: 100vh;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Alle Border-Radius entfernen und eckig machen */
* {
  border-radius: 0 !important;
}

img, .btn, .hero-date-pill, .contact-person-img, .pricing-btn, .location-img, iframe, .container, table, input, textarea, select, .programm-tab-btn, .programm-img, .contact-person-card {
  border-radius: 0 !important;
}

/* Specific border-radius for feature cards in event section - eckig */
.features .feature-card {
  border-radius: 0 !important;
}

/* Modern Header */
.modern-header {
  background: #1f3c72;
  color: #fff !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.popup-modal {
  display: none;
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 20, 40, 0.92);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
}
.popup-modal.active { display: flex; }
.popup-modal[style*="display: block"] { display: flex !important; }

.popup-content {
  background: #fff;
  color: var(--text);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
  max-width: 640px;
  width: 92vw;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem 1.5rem 3rem 1.5rem;
  position: relative;
}
.popup-content h3 { margin: 0 0 0.6rem 0; font-size: 1.25rem; }

.popup-close {
  position: absolute;
  bottom: 12px;
  right: 14px;
  top: auto;
  background: transparent !important;
  border: none !important;
  color: #1f1f1f;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  box-shadow: none !important;
  z-index: 2;
}
@media (max-width: 700px) {
  .popup-content { padding: 0.8rem 0.6rem; width: 95vw; }
  .popup-close { bottom: 6px; right: 8px; top: auto; }
}

.download-list {
  list-style: none;
  padding-left: 0;
  margin: 0.8rem 0 0 0;
  width: 100%;
}
.download-list li { margin: 0.4rem 0; }
.download-list a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: #1f3c72;
  background: #eaf2ff;
  border: 1px solid #cfe0ff;
  padding: 0.6rem 0.9rem;
  border-radius: 12px !important;
  box-shadow: 0 1px 0 rgba(31,60,114,0.06);
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.05s ease;
}
.download-list a:hover {
  background: #e1ecff;
  border-color: #b9d2ff;
}
.download-list a:active { transform: translateY(1px); }
.download-list a:focus {
  outline: 2px solid #6aa2ff;
  outline-offset: 2px;
}

/* (Carousel) */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 1px 1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.photo-runner {
  position: relative;
  margin: 2rem auto 1.5rem auto;
  max-width: 1200px;
  padding: 0 24px;
}

.photo-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0e2b5e;
}

@supports not (aspect-ratio: 1 / 1) {
  .photo-viewport::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

.photo-stage {
  position: absolute;
  inset: 0;
}

.photo-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 420ms ease, opacity 420ms ease, filter 420ms ease;
  will-change: transform, opacity, filter;
  pointer-events: none;
  height: 90%;
  overflow: hidden;
}

.photo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}

.photo-slide.is-current {
  width: min(900px, 80%);
  opacity: 1;
  filter: none;
  z-index: 3;
}

.photo-slide.is-prev,
.photo-slide.is-next {
  width: min(720px, 62%);
  height: 80%;
  opacity: 0.4;
  filter: saturate(0.7) contrast(0.95);
  z-index: 2;
}

.photo-slide.is-prev {
  transform: translate(-75%, -50%);
}

.photo-slide.is-next {
  transform: translate(-25%, -50%);
}

.photo-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.15);
  color: #fff;
  cursor: pointer;
  padding: 0;
  outline: none;
  z-index: 4; /* sicher vor den Slides */
}

.photo-nav:hover {
  background: rgba(255,255,255,0.25);
}

.photo-nav:focus-visible {
  box-shadow: 0 0 0 3px rgba(255,255,255,0.6);
}

.photo-prev { left: 16px; }
.photo-next { right: 16px; }

@media (max-width: 900px) {
  .photo-slide.is-current { width: 84%; }
  .photo-slide.is-prev, .photo-slide.is-next { width: 66%; }
}

@media (max-width: 640px) {
  .photo-runner { padding: 0 12px; }
  .photo-nav { width: 32px; height: 32px; }
  .photo-prev { left: 12px; }
  .photo-next { right: 12px; }
  .photo-slide.is-current { width: 92%; }
  .photo-slide.is-prev { transform: translate(-85%, -50%); }
  .photo-slide.is-next { transform: translate(-15%, -50%); }
}
.modern-header-inner {
  background: transparent;
  height: 110px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 48px;
}
.modern-logo img {
  height: 70px;
  width: auto;
  display: block;
}
.header-castrol-logo {
  margin-left: 2rem;
}
.header-castrol-logo img {
  width: 130px;
  height: auto;
  opacity: 1;
}
.modern-header-burger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.1rem;
  cursor: pointer;
  z-index: 200;
}
.modern-nav {
  display: flex;
  gap: 38px;
  align-items: center;
  height: 100%;
  background: #1f3c72 !important;
}
.modern-nav a {
  color: #fff;
  font-size: 1.02rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  padding: 0 0.7rem;
  line-height: 110px;
  border-radius: 6px;
  transition: transform 0.13s cubic-bezier(.4,1.4,.6,1), color 0.18s;
  text-decoration: none !important;
}
.modern-nav a:hover, .modern-nav a:focus {
  background: none !important;
  color: #64b5f6 !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* Hero Section */
#hero {
  position: relative;
  min-height: 75vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1f3c72; /* Fallback */
}
#hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(31,60,114,0.65), rgba(31,60,114,0.65));
  z-index: 1;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.custom-hero-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 52vh;
  pointer-events: none;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.custom-hero-title {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 4.2rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 2.1rem;
  margin-top:8rem;
  text-shadow: 0 4px 32px rgba(16,25,43,0.18);
  pointer-events: auto;
}
.custom-hero-date-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:8rem;
  margin-top: 0.2rem;
}
.pill-layout {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2.2rem;
  padding: 1.2rem 3.5rem 1.2rem 3.5rem;
  box-shadow: 0 2px 16px 0 rgba(31,60,114,0.10);
  gap: 2rem;
  min-width: 420px;
  max-width: 98vw;
}
.pill-main {
  font-size: 1.45rem;
}
.pill-ext {
  font-size: 1.25rem;
}
.custom-hero-btn {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 1.1rem 2.8rem;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
  pointer-events: auto;
  box-shadow: 0 2px 12px 0 rgba(0, 106, 181, 0.08);
}
.custom-hero-btn:hover {
  background: #fff;
  color: #1f3c72;
}
.custom-hero-scroll-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.08rem;
  pointer-events: none;
  width: 100%;
}

/* Über das Event */
#event {
  background: #f3f3f2;
  padding-bottom: 0;
}
#event .container {
  padding-top: 3rem;
  padding-bottom: 0;
}
#event h2 {
  text-align: center;
  color: #1f3c72;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}
.event-intro {
  text-align: center;
  font-size: 1.01rem;
  color: #1f3c72;
  max-width: 800px;
  margin: 0 auto 2.5rem auto;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  line-height: 1.6;
}

section {
  padding: 4rem 0 3rem 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--primary);
  letter-spacing: 0.03em;
}

.features {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2.5rem;
  justify-items: center;
  align-items: stretch;
  margin: 0 auto 6rem auto;
  max-width: 1200px;
}
/* Feature cards specifically for "Über das Event" section */
.features .feature-card {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 12px 0 rgba(31,60,114,0.10);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.75rem 0.75rem 0.75rem;
  text-align: center;
}
.features .feature-card .feature-icon {
  display: block;
  margin-bottom: 0.5rem;
  color: #1f3c72;
  font-size: 22px;
}
.features .feature-card .feature-icon i {
  font-size: 22px;
}
.features .feature-card .feature-title {
  font-weight: 700;
  color: #1f3c72;
  font-size: 0.95rem;
  margin-bottom: 0.1rem;
}
.features .feature-card .feature-desc {
  font-size: 0.97rem;
  color: #444;
  line-height: 1.5;
}

/* Event Quote Section */
.event-quote-section {
  margin-top: 0;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.event-quote {
  background: #1f3c72;
  padding: 3rem 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100%;
  text-align: center;
}
.event-quote-text {
  font-size: 1.35rem;
  color: #fff;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-bottom: 0.7rem;
}
.event-quote-author {
  font-size: 0.98rem;
  color: #b3c9e6;
  display: block;
  margin-top: 0.7rem;
  white-space: pre-line;
}

/* Henri Hotel Section */
.henri-section {
  padding-top: 8rem !important;
  padding-bottom: 10rem !important;
  background: #f7f9fb;
  margin-top: 0 !important;
}
.henri-hotel-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.henri-hotel-content.henri-hotel-columns {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
  width: 100%;
  margin: 0 auto;
}
.henri-hotel-text-col {
  align-items: flex-start;
  text-align: left;
  gap: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.henri-hotel-text-block p {
  margin: 0 0 1.2rem 0;
  font-size: 1.01rem;
  color: #1f3c72;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  line-height: 1.6;
}
.henri-hotel-gallery-2x2 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  width: auto;
}
.henri-hotel-gallery-row {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
}
.henri-hotel-img-2x2 {
  width: 270px;
  height: 190px;
  max-width: 100%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 106, 181, 0.08);
  border: 1px solid #e0e0e0;
}
.henri-hotel-img-2x2.logo-fit {
  object-fit: contain;
  padding: 1rem;
  box-sizing: border-box;
}
.henri-hotel-map-sep {
  display: block;
  width: 60px;
  height: 3px;
  background: #e0e0e0;
  margin: 2.2rem 0 1.1rem 0;
  border: none;
}
.henri-hotel-map-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.5em;
  font-size: 1.08rem;
  color: #1f3c72;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.18s, transform 0.18s cubic-bezier(.4,1.4,.6,1), box-shadow 0.18s;
  letter-spacing: 0.01em;
  will-change: transform;
}
.henri-hotel-map-link:hover {
  color: #2760ab;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Mobilität Section */
.mobilitaet-section {
  background-color: #1f3c72;
  color: #fff;
  padding: 2.5rem 0;
  text-align: left;
}
.mobilitaet-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobilitaet-content {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 3.5rem;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.mobilitaet-logo {
  display: flex;
  justify-content: flex-start;
}
.mobilitaet-logo img {
  max-width: 320px;
  height: auto;
}
.mobilitaet-text {
  text-align: left;
}
.mobilitaet-text h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}
.mobilitaet-text p {
  font-size: 1.15rem;
  line-height: 1.4;
  color: #fff;
  opacity: 0.9;
  margin: 0;
}

@media (max-width: 768px) {
  .mobilitaet-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }
  .mobilitaet-logo {
    justify-content: center;
  }
  .mobilitaet-text {
    text-align: center;
  }
  .mobilitaet-text h3 {
    font-size: 1.5rem;
  }
}

/* Salzburg Section */
.salzburg-section {
  padding: 6rem 0;
  background: #fdfdfd;
  overflow: hidden;
}

.salzburg-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}

.salzburg-badge {
  display: inline-block;
  background: rgba(31, 60, 114, 0.1);
  color: #1f3c72;
  padding: 0.4rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.salzburg-title {
  font-size: 2.8rem !important;
  color: #006AB5 !important;
  margin-bottom: 2rem !important;
  line-height: 1.1;
  font-weight: 700 !important;
}

.salzburg-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 2rem;
}

.salzburg-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.salzburg-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #1f3c72;
}

.salzburg-list i {
  color: #2760ab;
}

/* Modernes Gallery Grid (2x2) */
.salzburg-gallery-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 1rem;
  position: relative;
}

.salzburg-gallery-modern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  filter: grayscale(20%);
  border-radius: 12px;
}

.salzburg-gallery-modern div:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .salzburg-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .salzburg-text {
    text-align: center;
  }
  .salzburg-list {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .salzburg-title {
    font-size: 1.8rem !important;
  }
  .salzburg-gallery-modern {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 150px);
    gap: 0.75rem;
  }
}

/* Programmübersicht */
.programm-section {
  background: #f3f3f2;
  padding: 3.5rem 0 0 0;
}
.section-title {
  color: #006AB5;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.programm-desc {
  text-align: center;
  color: #6d7fa3;
  font-size: 1.08rem;
  margin-bottom: 1.7rem;
}
.programm-tabs {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  margin-bottom: 2.2rem;
}
.programm-tab-btn {
  background: #fff;
  color: #1f3c72;
  border: none;
  border-radius: 6px 6px 0 0;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.7rem 2.2rem;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(0, 106, 181, 0.07);
  transition: background 0.2s, color 0.2s;
}
.programm-tab-btn.active {
  background: #2760ab;
  color: #fff;
}
.programm-tab-content {
  display: none;
}
.programm-tab-content.active {
  display: block;
}
.programm-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.programm-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 106, 181, 0.07);
  padding: 1.1rem 1.5rem;
  min-height: 64px;
  position: relative;
  font-size: 0.97rem;
}
.programm-row.pause {
  background: #ececec;
  color: #6d7fa3;
  font-weight: 600;
  box-shadow: none;
}
.programm-time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #006AB5;
  font-size: 1.13rem;
  min-width: 60px;
  margin-right: 1.5rem;
  text-align: right;
}
.programm-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-left: 2rem;
}
.programm-title {
  font-weight: 700;
  color: #006AB5;
  font-size: 1.07rem;
  margin-bottom: 0.1rem;
  text-align: left;
}
.programm-speaker {
  color: #6d7fa3;
  font-size: 0.97rem;
  text-align: left;
}
.programm-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 1.2rem;
  background: #e6eaf2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Programm Hinweis - Zeitangaben */
.programm-hint {
  margin-bottom: 4rem !important;
}

/* Videos Section */
.videos-section {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

/* Downloads & Materialien */
.downloads-section {
  background: #fff;
  padding: 3.5rem 0 2.5rem 0;
  color: #1f3c72;
}
.downloads-title {
  text-align: center;
  font-size: 2.3rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 0.2rem;
  color: #1f3c72;
}
.downloads-underline {
  width: 80px;
  height: 3px;
  background: #2760ab;
  margin: 0 auto 2.5rem auto;
  border-radius: 2px;
}
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.download-card {
  background: #2760ab;
  border: none;
  border-radius: 12px;
  padding: 0 1.2rem 1.2rem 1.2rem;
  width: 100%;
  max-width: 350px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 32px 0 rgba(39,96,171,0.08);
  transition: border 0.18s, box-shadow 0.18s, background 0.18s;
  color: #fff;
  margin-bottom: 5rem;
}
.download-card-disabled {
  opacity: 0.45;
  border-style: dashed;
}
.download-icon {
  color: #fff;
  font-size: 6rem;
  margin-bottom: 0.3rem;
  margin-top: 0;
  line-height: 1;
  vertical-align: top;
}
.download-icon i {
  font-size: 0.55em !important;
}
.download-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
  text-align: center;
  color: #fff;
}
.download-desc {
  color: #e3eaf7;
  font-size: 1.01rem;
  text-align: center;
  margin-bottom: 2.2rem;
}
.download-btn {
  background: #fff;
  color: #2760ab;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 0.7rem 2.2rem;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, border 0.18s;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 1rem;
  display: inline-block;
}
.download-btn:hover:not(.disabled) {
  background: #fff;
  color: #2760ab;
  border-color: #fff;
  transform: scale(1.035);
}
.download-btn.disabled {
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-style: dashed;
  cursor: default;
}

/* Preis Sektion */
.price-section {
  margin: 0;
  padding: 3rem 0;
  background: linear-gradient(135deg, #1f3c72 0%, #2760ab 100%);
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.price-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.5;
}
.price-section .container {
  position: relative;
  z-index: 2;
}
.price-section h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.price-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  min-height: 80px;
  box-sizing: border-box;
}
.price-item:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.price-description {
  flex: 1;
  font-weight: 500;
  color: #1f3c72;
}
.price {
  font-weight: bold;
  color: #1f3c72;
  white-space: nowrap;
  margin-left: 1rem;
}
.note {
  margin-top: 1.5rem;
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media (max-width: 768px) {
  /* Hero Responsive Verbesserungen */
  .custom-hero-title { 
    font-size: 2.8rem !important; 
    margin-bottom: 1.8rem !important;
    margin-top: 3rem !important;
    line-height: 1.1 !important;
  }
  .custom-hero-center {
    padding-top: 3vh !important;
    padding-bottom: 3vh !important;
    min-height: 60vh !important;
  }
  .custom-hero-date-row {
    margin-bottom: 3.5rem !important;
  }
  .pill-layout {
    flex-direction: column !important;
    align-items: center !important;
    padding: 1.2rem 2rem !important;
    gap: 0.8rem !important;
    width: 90% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .pill-main, .pill-ext {
    font-size: 1.15rem !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }
  .pill-main {
    font-weight: 700 !important;
  }
  .pill-ext {
    font-weight: 500 !important;
    opacity: 0.9 !important;
  }
  .pill-sep {
    display: none !important;
  }
  .custom-hero-btn {
    padding: 1.2rem 3rem !important;
    font-size: 1.25rem !important;
    margin-bottom: 2rem !important;
  }  
  /* Bestehende Styles */
  .price-options {
    grid-template-columns: 1fr;
  }
  .price-section h2 {
    font-size: 1.6rem;
  }  /* Downloads-Grid Mobile - bleiben nebeneinander */
  .downloads-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .download-card {
    max-width: 280px;
    min-height: 200px;
    padding: 0 0.8rem 0.8rem 0.8rem;
  }
    /* Feature Cards Mobile - 2x2 Grid */
  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

/* Footer */
.footer-blue {
  background: #1f3c72;
  color: var(--white);
  font-family: 'Inter', Arial, sans-serif;
  padding: 0;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.footer-main-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  padding: 3.5rem 0 1.5rem 0;
  flex-wrap: wrap;
}
.footer-logo-contact {
  display: flex;
  gap: 2.2rem;
  align-items: flex-start;
}
.footer-logo img {
  height: 60px;
  width: auto;
  display: block;
  margin-bottom: 1.2rem;
}
.footer-contact {
  font-size: 1.01rem;
  color: #cfd8e3;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.footer-contact a {
  color: #ffffff;
  text-decoration: underline;
}
.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
}
.footer-social-title {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.footer-social-icons {
  display: flex;
  gap: 1.2rem;
  font-size: 1.5rem;
}
.footer-social-icons a {
  color: #fff;
  transition: color 0.18s;
}
.footer-social-icons a:hover {
  color: #2196f3;
}
.footer-website a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.01rem;
}
.footer-bottom-row {
  border-top: 1px solid #1a2336;
  padding: 1.2rem 0 1.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.98rem;
  color: #cfd8e3;
}
.footer-links a {
  color: #cfd8e3;
  text-decoration: underline;
  margin: 0 0.5rem;
}
.footer-copyright {
  text-align: center;
  color: #b3c9e6;
  margin-top: 1.5rem;
  font-size: 1rem;
}

/* 1. Grundlayout */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Größere Überschriften für Henri Hotel und Programmübersicht */
.henri-section h1,
.programm-section .section-title {
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 2rem !important;
  color: #006AB5 !important;
}

@media (max-width: 768px) {
  .henri-section h1,
  .programm-section .section-title {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 480px) {
  .henri-section h1,
  .programm-section .section-title {
    font-size: 1.8rem !important;
  }
}

/* Formular-Styles */
.form-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}

/* Abschnitts-Überschriften */
h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: .25rem;
}

/* Entferne die Linie unter den Überschriften */
h1, h2, h3, h4 {
  border-bottom: none;
  color: #006AB5;
}

/* Form-Gruppen & Inputs */
.form-group {
  margin-bottom: 1rem;
}
label {
  display: block;
  margin-bottom: .25rem;
  font-weight: bold;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: .5rem;
  box-sizing: border-box;
}

/* Zwei-Spalten-Bereich */
.form-row {
  display: flex;
  gap: 1rem;
}
.form-row .form-group {
  flex: 1;
}

/* Radios inline ohne großen Hintergrund */
.radios label {
  margin-right: 1rem;
  font-weight: normal;
}
.radios input {
  margin-right: .25rem;
}

/* Fieldsets mit dezenten Rahmen (nur oben & unten) */
.options-group {
  margin: 1rem 0;
  padding: 0;
  border: none;
}
.options-group legend {
  font-weight: bold;
  margin-bottom: .5rem;
}
.options-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-weight: normal;
}

.options-group input[type="checkbox"] {
  margin-right: .5rem;
}

/* Verlängerungsoption hervorheben */
.highlight {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 4px;
}
.long-checkbox {
  display: flex;
  align-items: flex-start;
}
.long-checkbox input {
  margin-right: .75rem;
  margin-top: .25rem;
}
.label-text {
  line-height: 1.2;
  color: #333;
}

/* 6. Button - Modernes Corporate Design */
button {
  width: 100%;
  padding: 0.875rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #006AB5;
  background: #006AB5;
  color: white;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 0.75rem;
}
button:hover {
  background: #005694;
  border-color: #005694;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 106, 181, 0.3);
}
button:active {
  transform: translateY(0);
}

/* Zeilen mit Namen + Radios nebeneinander */
.form-row.inline-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

/* Name nimmt flexiblen Platz, Radios bleiben eng beieinander */
.name-group {
  flex: 2;
}
.name-group label {
  display: block;
  margin-bottom: .25rem;
}
.name-group input {
  width: 100%;
  padding: .5rem;
  box-sizing: border-box;
}

/* Radio-Gruppe */
.radio-group {
  flex: 1;
}
.radio-group label:first-of-type {
  font-weight: bold;
  display: block;
  margin-bottom: .25rem;
}
.radio-group label {
  margin-right: 1rem;
  font-weight: normal;
}
.radio-group input {
  margin-right: .25rem;
}

/* Fix für sichtbare Auswahl der Checkbox bei Verlängerungsoption */
input[type="checkbox"]:checked {
  position: relative;
  background-color: #87CEEB;
}
input[type="checkbox"]:checked:after {
  content: "✔";
  position: absolute;
  left: 4px;
  top: -2px;
  color: white;
  font-size: 1.2rem;
}

/* Datenschutz-Checkbox in einer Zeile */
.datenschutz-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
}
.datenschutz-checkbox input[type="checkbox"] {
  margin: 0;
  transform: scale(1.2);
  flex-shrink: 0;
}
.datenschutz-checkbox label {
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
  cursor: pointer;
}

/* Entferne Hintergrund und Schatten vom Anmeldeformular */
#anmeldung .container,
.form-section,
.form-section .container,
.form-section .form-container,
#anmeldung,
#anmeldung .form-container {
  background: transparent none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Alternative Anmeldung Text */
.form-container p {
  text-align: center;
  color: #1f3c72;
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.5;
}

.form-container p a {
  color: #1f3c72;
  text-decoration: none;
}

.form-container p a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE DESIGN ===== */

@media (max-width: 900px) {
  .modern-header-inner {
    height: 60px;
    min-height: 60px;
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modern-logo img {
    height: 38px;
  }
  .header-castrol-logo {
    display: none;
  }
  .modern-header-burger {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.1rem;
    cursor: pointer;
    z-index: 200;
    margin-left: auto;
    margin-right: 0.5rem;
  }.modern-nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #1f3c72;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100vw;
    max-width: 100vw;
    display: none;
    z-index: 100;
    box-shadow: 0 4px 16px 0 rgba(31,60,114,0.10);
  }
  .modern-nav.open {
    display: flex;
  }
  .modern-nav a {
    width: 100%;
    padding: 1.2rem 1.5rem;
    line-height: 1.2;
    font-size: 1.1rem;
    border-radius: 0;
    border-bottom: 1px solid #2d4b7a;
    color: #fff !important;
  }
  .modern-nav a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #64b5f6 !important;
    transform: none;
  }
  .custom-hero-title { 
    font-size: 3.2rem; 
    margin-bottom: 1.8rem;
    margin-top: 4rem;
    line-height: 1.1;
  }
  .custom-hero-center {
    padding-top: 3vh;
    padding-bottom: 3vh;
    min-height: 60vh;
  }
  .custom-hero-date-row {
    margin-bottom: 4rem;
  }
  .pill-layout {
    flex-direction: column;
    align-items: center;
    padding: 1.2rem 2rem;
    gap: 0.8rem;
    min-width: 0;
    width: 90%;
    max-width: 400px;
    text-align: center;
  }
  .pill-main, .pill-ext {
    font-size: 1.15rem;
    text-align: center;
    line-height: 1.3;
  }
  .pill-main {
    font-weight: 700;
  }
  .pill-ext {
    font-weight: 500;
    opacity: 0.9;
  }
  .pill-sep {
    display: none;
  }
  .custom-hero-btn {
    padding: 1.2rem 3rem;
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .henri-hotel-content.henri-hotel-columns {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
  }
  .henri-hotel-gallery-2x2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-top: 1.2rem;
    width: 100%;
  }
  .henri-hotel-gallery-row {
    display: contents;
  }
  .henri-hotel-img-2x2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

/* Tablet Responsive - Medium screens */
@media (max-width: 900px) and (min-width: 601px) {
  .custom-hero-title { 
    font-size: 2.8rem; 
    margin-bottom: 1.6rem;
    margin-top: 3rem;
  }
  .custom-hero-center {
    min-height: 65vh;
  }
  .custom-hero-date-row {
    margin-bottom: 3.5rem;
  }
  .pill-layout {
    padding: 1rem 1.8rem;
    gap: 0.7rem;
    width: 80%;
    max-width: 350px;
  }
  .pill-main, .pill-ext {
    font-size: 1.1rem;
  }
  .custom-hero-btn {
    padding: 1.1rem 2.8rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .custom-hero-title { 
    font-size: 2.2rem; 
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    line-height: 1.2;
  }
  .custom-hero-center {
    padding-top: 2vh;
    padding-bottom: 2vh;
    min-height: 65vh;
  }
  .custom-hero-date-row {
    margin-bottom: 3rem;
  }
  .pill-layout {
    padding: 1rem 1.5rem;
    gap: 0.6rem;
    width: 85%;
    max-width: 320px;
  }
  .pill-main, .pill-ext {
    font-size: 1rem;
    line-height: 1.4;
  }
  .custom-hero-btn {
    padding: 1rem 2.5rem;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
  }  .henri-hotel-gallery-2x2 {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
  .henri-hotel-img-2x2 {
    aspect-ratio: 4/3;
    max-width: 100%;
    height: auto;
  }
}

/* Footer Responsive Styles */
@media (max-width: 600px) {
  .footer-container,
  .footer-main-row,
  .footer-logo-contact,
  .footer-contact,
  .footer-social,
  .footer-social-title,
  .footer-social-icons,
  .footer-logo,
  .footer-website,
  .footer-links,
  .footer-bottom-row {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .footer-main-row {
    flex-direction: column !important;
    gap: 2rem;
  }
  .footer-logo-contact {
    align-items: center !important;
  }
  .footer-contact {
    align-items: center !important;
    margin: 0 auto;
  }
  .footer-social {
    align-items: center !important;
    margin-top: 1.5rem !important;
  }
  .footer-website {
    margin-top: 2rem !important;
    text-align: center !important;
  }  .footer-links {
    text-align: center !important;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .form-container {
    padding: 1.5rem;
    margin: 1rem;
  }
  
  .options-group {
    padding: 1rem;
  }
  
  .options-group label {
    display: block;
    margin-bottom: 1rem;
  }
}

/* Zusätzliche mobile Styles für sehr kleine Bildschirme */
@media (max-width: 480px) {
  /* Feature Cards auf sehr kleinen Bildschirmen - 1 Spalte */
  .features {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .programm-time {
    min-width: 40px;
    font-size: 0.9rem;
    margin-right: 0.8rem;
  }
  .programm-main {
    margin-left: 0;
  }
  .programm-title {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .programm-speaker {
    font-size: 0.8rem;
  }
  .programm-img {
    width: 28px;
    height: 28px;
    margin-left: 0.5rem;
  }
  /* Downloads-Grid für sehr kleine Bildschirme */
  .downloads-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .download-card {
    max-width: 200px;
    min-height: 180px;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin-bottom: 3rem;
  }
  .download-title {
    font-size: 1rem;
  }
  .download-desc {
    font-size: 0.9rem;
  }
  .download-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

/* Vereinheitlichte Container-Logik für ALLE Hauptbereiche */
.container, .modern-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  box-sizing: border-box;
}

/* Header-Layout vereinfachen */
.modern-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
}

/* ===== HERO RESPONSIVE VERBESSERUNGEN ===== */
/* Diese Styles überschreiben nur die Hero-Sektion für bessere mobile Darstellung */

@media (max-width: 768px) {
  .custom-hero-title { 
    font-size: 2.8rem !important; 
    margin-bottom: 1.8rem !important;
    margin-top: 3rem !important;
    line-height: 1.1 !important;
  }
  .custom-hero-center {
    padding-top: 3vh !important;
    padding-bottom: 3vh !important;
    min-height: 60vh !important;
  }
  .custom-hero-date-row {
    margin-bottom: 3.5rem !important;
  }
  .pill-layout {
    flex-direction: column !important;
    align-items: center !important;
    padding: 1.2rem 2rem !important;
    gap: 0.8rem !important;
    width: 90% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .pill-main, .pill-ext {
    font-size: 1.15rem !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }
  .pill-main {
    font-weight: 700 !important;
  }
  .pill-ext {
    font-weight: 500 !important;
    opacity: 0.9 !important;
  }
  .pill-sep {
    display: none !important;
  }
  .custom-hero-btn {
    padding: 1.2rem 3rem !important;
    font-size: 1.25rem !important;
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 480px) {
  .custom-hero-title { 
    font-size: 2.2rem !important; 
    margin-bottom: 1.5rem !important;
    margin-top: 2rem !important;
    line-height: 1.2 !important;
  }
  .custom-hero-center {
    padding-top: 2vh !important;
    padding-bottom: 2vh !important;
    min-height: 65vh !important;
  }
  .custom-hero-date-row {
    margin-bottom: 3rem !important;
  }
  .pill-layout {
    padding: 1rem 1.5rem !important;
    gap: 0.6rem !important;
    width: 85% !important;
    max-width: 320px !important;
  }
  .pill-main, .pill-ext {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
  .custom-hero-btn {
    padding: 1rem 2.5rem !important;
    font-size: 1.15rem !important;
    margin-bottom: 1.5rem !important;
  }
}
