@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;600;700&display=swap');

* { 
  box-sizing: border-box; 
  margin: 0;
  padding: 0;
}

body { 
  margin: 0; 
  font-family: 'Roboto', sans-serif; 
  line-height: 1.6; 
  color: #2c2c2c; 
  font-size: 21px; 
}

/* ========================================
   HERO SECTION (INDEX.HTML)
   ======================================== */
.hero { 
  display: flex; 
  flex-wrap: wrap; 
  min-height: 100vh; 
}

.hero-text { 
  flex: 1; 
  min-width: 300px; 
  padding: 50px 120px; 
  background: #dfd4c8; 
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  position: relative;
}

.hero-text h1 { 
  margin: 0 0 30px 0; 
  font-size: 68px; 
  font-weight: 400; 
  line-height: 1.15; 
  color: #000;
  font-family: 'DIN Next', 'Raleway', sans-serif;
  letter-spacing: -0.02em;
}

.hero-text p { 
  font-size: 22px; 
  margin: 0 0 40px 0; 
  color: #000;
  line-height: 1.6;
  font-family: 'DIN Next', 'Raleway', sans-serif;
}

.hero-img { 
  flex: 1; 
  min-width: 300px; 
}

.hero-img img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block; 
}

/* ========================================
   BUTTONS
   ======================================== */
.btn { 
  display: inline-block; 
  padding: 18px 55px; 
  border: 2px solid #000; 
  text-decoration: none; 
  color: #000; 
  font-size: 16px; 
  transition: all 0.3s;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  font-family: 'Roboto', sans-serif;
}

.btn:hover { 
  background: #000; 
  color: #fff; 
}

/* ========================================
   LOGO BRAND SECTION
   ======================================== */
.logo-brand { 
  text-align: center; 
  padding: 40px 80px 30px 80px; 
  background: #fff;
}

.logo-brand-img {
  max-width: 220px;
  height: auto;
  margin-bottom: 20px;
}

.logo-brand h2 { 
  font-size: 48px; 
  font-weight: 500; 
  margin: 15px 0 0 0; 
  color: #000;
  line-height: 1.3;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
}

/* ========================================
   CONTENT SECTION
   ======================================== */
.content-section { 
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 120px 40px 120px; 
  text-align: center; 
}

.content-section p { 
  font-size: 21px; 
  line-height: 1.7; 
  color: #000; 
  margin-bottom: 0;
  text-align: left;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-section {
  text-align: center;
  padding: 25px 40px;
  background: #fff;
}

.cta-section .btn {
  margin: 10px;
}

/* ========================================
   THREE COLUMNS
   ======================================== */
.three-cols-wrapper {
  background: #ebe3d9;
  padding: 45px 60px;
}

.section-title { 
  text-align: center; 
  font-size: 46px; 
  font-weight: 500; 
  margin: 0 0 35px 0; 
  color: #2c2c2c;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
}

.three-cols { 
  display: flex; 
  flex-wrap: wrap; 
  max-width: 1400px; 
  margin: 0 auto; 
  padding: 0; 
  gap: 25px; 
}

.col { 
  flex: 1; 
  min-width: 300px; 
  background: #fff; 
  padding: 35px 35px; 
  text-align: left;
}

.col h3 { 
  font-size: 22px; 
  font-weight: 700; 
  margin: 0 0 18px 0; 
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  font-family: 'Raleway', sans-serif;
}

.col ul { 
  list-style: none; 
  padding: 0; 
  margin: 0; 
}

.col li { 
  padding: 5px 0; 
  font-size: 19px; 
  color: #333;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.col li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}

/* ========================================
   PROCESS SECTION
   ======================================== */
.process-section { 
  padding: 45px 60px; 
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-section h2 { 
  font-size: 48px; 
  font-weight: 500; 
  margin: 0 0 35px 0; 
  color: #000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}

.process-section ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  text-align: left;
}

.process-section li {
  font-size: 21px; 
  line-height: 1.7; 
  color: #000;
  margin-bottom: 15px;
}

/* ========================================
   IMAGE SECTION
   ======================================== */
.image-section { 
  text-align: center; 
  padding: 45px 60px; 
  background: #fff;
}

.image-section h2 { 
  font-size: 54px; 
  font-weight: 500; 
  margin: 0 0 40px 0; 
  color: #000;
  line-height: 1.2;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
}

.image-section img { 
  width: 90%; 
  max-width: 1200px; 
  border-radius: 0; 
  display: block;
  margin: 0 auto;
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about-section { 
  padding: 45px 60px; 
  background: #fff;
}

.about-logo { 
  text-align: center; 
  margin-bottom: 35px; 
}

.about-title { 
  text-align: center; 
  font-size: 36px; 
  font-weight: 500; 
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  font-family: 'Raleway', sans-serif;
}

.about-content { 
  display: flex; 
  flex-direction: column;
  max-width: 1200px; 
  margin: 0 auto; 
  gap: 45px; 
}

.about-person { 
  display: flex;
  gap: 35px;
  align-items: flex-start;
  flex-direction: row;
}

.about-person img { 
  width: 160px; 
  height: 160px; 
  object-fit: cover; 
  border-radius: 0;
  flex-shrink: 0;
}

.about-person-content {
  flex: 1;
}

.about-person h3 { 
  font-size: 22px; 
  font-weight: 500; 
  margin: 0 0 15px 0;
  color: #000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.01em;
}

.about-person p { 
  font-size: 19px; 
  line-height: 1.7; 
  color: #000; 
  margin: 0;
}

/* ========================================
   FOOTER SECTION
   ======================================== */
.footer-section { 
  display: flex; 
  flex-wrap: wrap; 
  background: #dfd4c8; 
  min-height: 500px;
}

.footer-image { 
  flex: 1; 
  min-width: 300px; 
}

.footer-image img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  display: block;
}

.footer-content { 
  flex: 1.2; 
  min-width: 200px; 
  padding: 60px 70px; 
  background: #dfd4c8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-content h2 { 
  font-size: 54px; 
  font-weight: 500; 
  margin: 0 0 50px 0; 
  color: #000;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
}

.footer-content .info-block {
  margin-bottom: 30px;
}

.footer-content .info-label { 
  font-size: 13px; 
  font-weight: 700; 
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.footer-content .info-text {
  font-size: 19px; 
  line-height: 1.6; 
  color: #000; 
  margin: 0;
}

.footer-content .info-link {
  color: #000;
  text-decoration: none;
}

.footer-content .info-link:hover {
  text-decoration: underline;
}

/* ========================================
   HEADER (BUCHUNGSSEITE / LEGAL PAGES)
   ======================================== */
.header {
  background: #dfd4c8;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header.header-compact {
  padding: 20px 40px;
}

.header-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.header .logo-script {
  font-family: 'Brush Script MT', cursive;
  font-size: 32px;
  color: #000;
  text-decoration: none;
  margin: 0 0 -3px 0;
}

.header .logo-subtitle {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin: 0;
}

.back-link {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border: 2px solid #000;
  transition: all 0.3s;
  white-space: nowrap;
}

.back-link:hover {
  background: #000;
  color: #fff;
}

/* ========================================
   HERO (BUCHUNGSSEITE / LEGAL PAGES)
   ======================================== */
.hero.hero-booking {
  background: #dfd4c8;
  color: #000;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  min-height: auto;
}

.hero.hero-booking h1 { 
  font-size: 46px; 
  margin-bottom: 18px; 
  font-weight: 500; 
  color: #000;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-family: 'Raleway', sans-serif;
}

.hero.hero-booking p { 
  font-size: 19px; 
  max-width: 750px; 
  margin: 0 auto; 
  line-height: 1.8; 
  color: #2c2c2c;
  font-weight: 300;
}

/* ========================================
   CONTAINER
   ======================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
}

/* ========================================
   FOOTER (BUCHUNGSSEITE)
   ======================================== */
.footer {
  background: #dfd4c8;
  color: #000;
  padding: 60px 20px;
  text-align: center;
  margin-top: 80px;
}

.footer h2 {
  font-size: 2em;
  margin-bottom: 30px;
}

.footer-info {
  font-size: 1.1em;
  line-height: 2;
}

.footer-info a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid rgba(0,0,0,0.3);
  transition: border-color 0.3s;
}

.footer-info a:hover {
  border-bottom-color: #000;
}

/* ========================================
   KONTAKTFORMULAR STYLES
   ======================================== */

.booking-inline-section {
  background: #fff;
  padding: 45px 60px;
}

.booking-inline-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 35px auto;
}

.booking-inline-header h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  letter-spacing: -0.02em;
}

.booking-inline-header p {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.6;
}

.booking-inline-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.booking-form {
  background: #f9f9f9;
  padding: 35px;
  border: 1px solid #e0e0e0;
}

.form-header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dfd4c8;
}

.form-header h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group .required {
  color: #d4766a;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #ddd;
  background: #fff;
  font-size: 14px;
  color: #2c2c2c;
  font-family: 'Roboto', sans-serif;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #000;
}

.form-group select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
  padding-right: 40px;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}

.char-count {
  display: block;
  font-size: 11px;
  color: #666;
  margin-top: 4px;
  text-align: right;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: #e63946;
  background: #fff5f5;
}

.form-group .error-message {
  display: block;
  color: #e63946;
  font-size: 12px;
  margin-top: 5px;
}

.form-actions {
  margin-top: 25px;
  text-align: center;
}

.submit-btn {
  padding: 14px 50px;
  font-size: 15px;
  cursor: pointer;
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.spinner-small {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.form-info {
  margin-top: 15px;
  text-align: center;
}

.form-info p {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.form-info a {
  color: #000;
  text-decoration: underline;
}

.form-info a:hover {
  color: #d4766a;
}

.success-message,
.error-message-box {
  background: #f9f9f9;
  padding: 50px 35px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.success-message {
  border-left: 4px solid #4caf50;
}

.error-message-box {
  border-left: 4px solid #e63946;
}

.success-icon,
.error-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  font-weight: bold;
  border-radius: 50%;
}

.success-icon {
  background: #e8f5e9;
  color: #4caf50;
}

.error-icon {
  background: #ffebee;
  color: #e63946;
}

.success-message h3,
.error-message-box h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px 0;
  color: #000;
}

.success-message p,
.error-message-box p {
  font-size: 15px;
  color: #2c2c2c;
  margin: 0 0 25px 0;
  line-height: 1.6;
}

.animate-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-element.animate-in {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   LEGAL PAGES (datenschutz.html & impressum.html)
   ======================================== */

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px 80px 40px;
}

.legal-page h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 54px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.02em;
  margin: 0 0 12px 0;
  line-height: 1.15;
}

.legal-page .version-note {
  font-size: 13px;
  color: #888;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.legal-page h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 50px 0 16px 0;
  letter-spacing: -0.01em;
  border-bottom: 2px solid #dfd4c8;
  padding-bottom: 10px;
}

.legal-page h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  margin: 35px 0 10px 0;
}

.legal-page p {
  font-size: 17px;
  line-height: 1.8;
  color: #2c2c2c;
  margin-bottom: 14px;
}

.legal-page ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.legal-page ul li {
  font-size: 17px;
  line-height: 1.8;
  color: #2c2c2c;
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}

.legal-page ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}

.legal-page ul li ul {
  margin-top: 8px;
  margin-bottom: 0;
}

.legal-page ul li ul li::before {
  content: '–';
  color: #888;
}

.legal-page a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}

.legal-page a:hover {
  color: #666;
}

/* Highlighted info box */
.legal-highlight {
  background: #ebe3d9;
  padding: 20px 25px;
  margin: 20px 0;
  border-left: 3px solid #000;
  font-size: 17px;
  line-height: 1.7;
  color: #2c2c2c;
}

/* Beige contact block */
.contact-block {
  background: #dfd4c8;
  padding: 30px 35px;
  margin: 25px 0;
}

.contact-block p {
  margin: 0 0 4px 0;
}

/* Two-column grid for authorities / contacts */
.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}

.card {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 22px 25px;
}

.card h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px 0;
  color: #000;
}

.card p {
  font-size: 15px;
  margin: 0 0 4px 0;
  line-height: 1.6;
}

/* Info block with label */
.info-block-legal {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 22px 28px;
  margin: 15px 0;
}

.info-block-legal .label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 8px;
}

.info-block-legal p {
  margin: 0;
}

/* Contact cards (impressum) */
.contact-card-beige {
  background: #dfd4c8;
  padding: 28px 32px;
}

.contact-card-beige h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 14px 0;
}

.contact-card-beige p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 4px 0;
}

/* Footer note */
.legal-footer-note {
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  font-size: 13px;
  color: #999;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
  body {
    font-size: 19px;
  }

  .hero { 
    flex-direction: column; 
  }
  
  .hero-text { 
    padding: 40px 25px; 
  }
  
  .hero-text h1 { 
    font-size: 36px; 
  }
  
  .hero.hero-booking h1 {
    font-size: 28px;
  }
  
  .hero.hero-booking {
    padding: 35px 25px;
  }
  
  .hero.hero-booking p {
    font-size: 16px;
  }
  
  .section-title, 
  .logo-brand h2, 
  .process-section h2, 
  .image-section h2, 
  .footer-content h2 { 
    font-size: 28px; 
  }
  
  .header {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 20px 25px;
  }
  
  .header.header-compact {
    padding: 18px 25px;
  }
  
  .header .logo-script {
    font-size: 28px;
  }
  
  .back-link {
    font-size: 13px;
    padding: 8px 18px;
  }
  
  .footer-content { 
    padding: 40px 25px; 
  }
  
  .footer h2 {
    font-size: 1.6em;
  }
  
  .footer-info {
    font-size: 1em;
  }
  
  .container { 
    padding: 40px 20px; 
  }
  
  .three-cols, 
  .content-section, 
  .process-section { 
    padding: 40px 20px; 
  }
  
  .three-cols-wrapper { 
    padding: 60px 20px; 
  }
  
  .about-person { 
    flex-direction: column; 
    text-align: center;
  }
  
  .about-person img {
    margin: 0 auto 20px auto;
  }
  
  .three-cols { 
    gap: 25px; 
  }
  
  .cta-section .btn { 
    display: block; 
    margin: 10px auto; 
    width: 100%;
    max-width: 300px;
  }
  
  .logo-brand-img {
    max-width: 150px;
  }

  .booking-inline-wrapper {
    padding: 30px 20px;
  }

  .booking-inline-wrapper .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .event-details-inline {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .booking-inline-header h2 {
    font-size: 28px;
  }

  .event-info-inline h3 {
    font-size: 24px;
  }

  .booking-inline-section {
    padding: 35px 20px;
  }

  .booking-form {
    padding: 25px 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .submit-btn {
    width: 100%;
    min-width: auto;
  }

  .success-message,
  .error-message-box {
    padding: 35px 20px;
  }

  .success-icon,
  .error-icon {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }

  /* Legal pages responsive */
  .legal-page {
    padding: 40px 20px 60px 20px;
  }

  .legal-page h1 {
    font-size: 34px;
  }

  .legal-page h2 {
    font-size: 22px;
    margin-top: 35px;
  }

  .two-col-grid {
    grid-template-columns: 1fr;
  }
}