/* 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', 'Montserrat', 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, .feature-card, .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;
}

/* Modern Header */
.modern-header {
  background: #1f3c72;
  color: #fff !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.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;
}
.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: #2196f3 !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

/* Navigation Blau wie Header */
.modern-header {
  background: #1f3c72;
}
.modern-nav {
  background: #1f3c72 !important;
}
.modern-nav a {
  color: #fff;
}

/* 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: 3.5rem;
  justify-items: center;
  align-items: stretch;
  margin: 0 auto 6rem auto;
  max-width: 1200px;
}
.feature-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px 0 rgba(31,60,114,0.10);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.feature-card .feature-icon {
  display: block;
  margin-bottom: 1rem;
}
.feature-card .feature-title {
  font-weight: 700;
  color: #1f3c72;
  font-size: 1.13rem;
  margin-bottom: 0.3rem;
}
.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-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);
}

.salzburg-badge {
  display: inline-block;
  background: rgba(0, 106, 181, 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;
}

@media (max-width: 768px) {
  .salzburg-title {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 480px) {
  .salzburg-title {
    font-size: 1.8rem !important;
  }
}

/* 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;
  }
}

/* Programmübersicht */
.programm-section {
  background: #f3f3f2;
  padding: 3.5rem 0 2.5rem 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.1rem;
}
.programm-title {
  font-weight: 700;
  color: #006AB5;
  font-size: 1.07rem;
  margin-bottom: 0.1rem;
}
.programm-speaker {
  color: #6d7fa3;
  font-size: 0.97rem;
}
.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%;
}

/* 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: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: nowrap;
}
.download-card {
  background: #2760ab;
  border: none;
  border-radius: 12px;
  padding: 0 1.2rem 1.2rem 1.2rem;
  width: 320px;
  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;
}

/* 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;
}

/* ===== FORMULAR-STYLES: Aus styles.css übernommen und optimiert ===== */

/* Formular-Sektion */
.form-section {
  padding: 4rem 0;
}

.form-section .section-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #006AB5;
  font-size: 2.25rem;
  font-weight: 700;
}

/* Form Container */
.form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

/* Form Groups & Inputs */
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1f3c72;
  font-size: 1rem;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
  outline: none;
  border-color: #1f3c72;
  box-shadow: 0 0 0 3px rgba(31, 60, 114, 0.1);
}

/* Zwei-Spalten-Layout */
.form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

/* Inline-Gruppen für Teilnehmer + Radio */
.form-row.inline-group {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 1rem;
}

.name-group {
  flex: 2;
}

.name-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #1f3c72;
}

.name-group input {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.name-group input:focus {
  outline: none;
  border-color: #1f3c72;
  box-shadow: 0 0 0 3px rgba(31, 60, 114, 0.1);
}

.radio-group {
  flex: 1;
  min-width: 200px;
}

.radio-group label:first-of-type {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #1f3c72;
}

.radio-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  cursor: pointer;
}

.radio-group input[type="radio"] {
  margin-right: 0.5rem;
  transform: scale(1.1);
}

/* Fieldsets */
.options-group {
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  background-color: #fafbfc;
}

.options-group legend {
  font-weight: 600;
  color: #1f3c72;
  padding: 0 0.5rem;
  font-size: 1.1rem;
}

.options-group label {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  cursor: pointer;
}

.options-group input[type="checkbox"],
.options-group input[type="radio"] {
  margin-right: 0.75rem;
  transform: scale(1.2);
}

/* Verlängerungsoption */
.highlight {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f2ff 100%);
  border: 2px solid #1f3c72;
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem 0;
  text-align: left;
}

.long-checkbox {
  display: inline-flex;
  align-items: flex-start;
  text-align: left;
}

.long-checkbox input[type="checkbox"] {
  margin-right: 1rem;
  margin-top: 0.25rem;
  transform: scale(1.3);
}

.label-text {
  line-height: 1.4;
  color: #1f3c72;
}

.label-text strong {
  font-size: 1.1rem;
  font-weight: 700;
}

.label-text small {
  font-size: 0.9rem;
  color: #5a6c7d;
  font-weight: normal;
}

/* Datenschutz */
.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;
}

.form-group a {
  color: #1f3c72;
  text-decoration: underline;
}

.form-group a:hover {
  color: #2c5aa0;
}

/* Submit Button */
button[type="submit"] {
  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[type="submit"]:hover {
  background: #005694;
  border-color: #005694;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 106, 181, 0.3);
}

button[type="submit"]:active {
  transform: translateY(0);
}

/* 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;
  }
  .modern-logo img {
    height: 38px;
  }
  .modern-nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #234178;
    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;
  }
  .modern-header-burger {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.1rem;
    margin-left: auto;
    margin-right: 0.5rem;
    cursor: pointer;
    z-index: 200;
  }
  .modern-nav {
    background: #1f3c72 !important;
  }
  .modern-nav a {
    color: #fff !important;
  }
  .custom-hero-title { 
    font-size: 2.5rem; 
  }
  .custom-hero-date-row {
    margin-bottom: 2.2rem;
  }
  .pill-layout {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7rem 1.1rem;
    gap: 0.3rem;
    min-width: 0;
    width: 100%;
    max-width: 100vw;
  }
  .pill-main, .pill-ext {
    font-size: 1.05rem;
    text-align: left;
  }
  .pill-sep {
    display: none;
  }
  .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;
  }
}

@media (min-width: 901px) {
  .modern-header-burger {
    display: none;
  }
  .modern-nav {
    display: flex !important;
    position: static;
    flex-direction: row;
    background: #1f3c72 !important;
    gap: 38px;
    align-items: center;
    height: 100%;
    box-shadow: none;
  }
  .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-gallery-2x2 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    width: auto;
  }
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .form-row.inline-group {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  
  .radio-group {
    min-width: auto;
  }
  
  .highlight {
    text-align: left;
  }
  
  .long-checkbox {
    justify-content: flex-start;
  }
  
  .options-group label {
    margin-right: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .downloads-grid {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .download-card {
    width: 90vw;
    min-width: 220px;
    max-width: 340px;
  }
}

@media (max-width: 700px) {
  .programm-list {
    max-width: 98vw;
  }
  .programm-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 0.7rem;
    min-height: 54px;
  }
  .programm-time {
    margin-right: 0;
    margin-bottom: 0.2rem;
    text-align: left;
  }
  .programm-img {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1rem 1.1rem;
    margin-bottom: 0.7rem !important;
  }
  .feature-card {
    flex: 0 1 calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem);
    box-sizing: border-box;
    margin-bottom: 0.7rem;
  }
  .downloads-grid {
    margin-bottom: 1.2rem !important;
    row-gap: 1.1rem !important;
  }
  .download-card {
    margin-bottom: 0.7rem !important;
  }
}

@media (max-width: 600px) {
  .custom-hero-title { 
    font-size: 1.45rem; 
  }
  .pill-layout {
    padding: 0.4rem 0.7rem;
    font-size: 0.98rem;
    gap: 0.6rem;
    min-width: 0;
  }
  .pill-main, .pill-ext {
    font-size: 0.98rem;
  }
  .pill-sep {
    margin: 0 0.5rem;
    height: 1.1em;
  }
  .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-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;
  }
}

/* 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;
}

/* Peter Moizi CTA Banner Styles */
.moizi-cta-banner {
  background: linear-gradient(135deg, #1f3c72 0%, #2760ab 100%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.moizi-cta-banner::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;
}

.moizi-banner-content {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 2.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.moizi-banner-left {
  color: white;
}

.moizi-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.moizi-badge i {
  color: #ffd700;
}

.moizi-banner-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.2;
  background: linear-gradient(45deg, #ffffff, #e3f2fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.moizi-banner-description {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

.moizi-banner-highlights {
  display: flex;
  gap: 1rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.moizi-highlight {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.6rem 0.8rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.moizi-highlight i {
  color: #64b5f6;
  font-size: 1rem;
}

.moizi-banner-right {
  position: relative;
}

.moizi-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.moizi-image-container:hover {
  transform: rotate(0deg) scale(1.05);
}

.moizi-banner-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Responsive Design für Moizi Banner */
@media (max-width: 768px) {
  .moizi-cta-banner {
    padding: 2.5rem 0;
  }
  
  .moizi-banner-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }

  .moizi-banner-title {
    font-size: 1.8rem;
  }

  .moizi-banner-highlights {
    justify-content: center;
    gap: 0.8rem;
  }

  .moizi-image-container {
    max-width: 280px;
    margin: 0 auto;
    transform: rotate(0deg);
  }
}

/* Hero responsive Verbesserungen */
@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-sep {
    display: none !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;
  }
  .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;
  }
}

@keyframes scrollArrowBounce {
  0%   { transform: translateY(0); opacity: 0.85; }
  40%  { transform: translateY(10px); opacity: 1; }
  60%  { transform: translateY(7px); opacity: 0.85; }
  100% { transform: translateY(0); opacity: 0.85; }
}
