* { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

body {
  font-family: 'Georgia', serif;
  /* NUR Bild als Hintergrund */
  background: url('meer1.jpg') center/cover no-repeat fixed;
  color: #ffffff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  line-height: 1.6;
  font-size: 15px; /* KLEINER TEXT */
}

.main-wrapper {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Header */
.header {
  background color: #006D77!important;
  color:#FFFFFF;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);

  border: 5px solid rgba(255,255,255,0.3);
}

.header h1 {
color:#FFFFFF;
  font-size: 3.5rem;
  background: #006D77;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  letter-spacing: 2px;
   padding-left: 60px;
 padding-right: 60px;
}

.subtitle {
  font-size: 1.3rem;
  color: #064e3b;
  font-weight: 600;
}

/* Standard Section */
.section-box {
 
  background: linear-gradient(145deg, #3d91a3, #1f7d88) !important;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.6);
  backdrop-filter: blur(20px);
  border: 5px solid rgba(255,255,255,0.2);
   padding-left: 60px;
 padding-right: 60px;
}

.section-box:hover {
  transform: translateY(-8px);
}

/* WORKSHOP WEISS */
.workshop-box {
  background: linear-gradient(145deg, #e5f1f2, white) !important;
  backdrop-filter: blur(15px);
  color: #1e293b !important;
  padding-left: 60px;
   padding-right: 60px;
  text-left ;
  border-radius: 25px;
  border: 1px solid rgba(16, 185, 129, 0.5) !important;
  box-shadow: 0 25px 50px rgba(0,0,0,0.9);
  padding-bottom: 30px;
}

.workshop-box h2,
.workshop-box h3 {
  color: #047857 !important;
}




/* CHORLEITUNG HELLBRAUN */
.chorleitung-box {
  background: linear-gradient(145deg, #bab6ae, #e5d9b6) !important;
  color: #2d1b0f !important;
   padding-top: 25px;
  text-align: center;
 
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);

  border: 5px solid rgba(255,255,255,0.3);
  padding-bottom: 30px;
   padding-left: 60px;
    padding-right: 60px;

  
 
}

.chorleitung-box h2,
.chorleitung-box h3 {
  color: #8b4513 !important;
}

.section-box h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.section-box h3 {
  font-size: 1.4rem;
  margin: 25px 0 15px;
 
 
}

.section-box p {
  font-size: 20px;
  margin-bottom: 18px;
  text-align: left;
}
.section-box h4 {
  font-size: 9px;
  margin-bottom: 18px;
  text-align: left;
}

.section-box strong {
  font-weight: 700;
}






.contact {
  background: rgba(255,255,255,0.2);
  padding: 25px;
  border-radius: 18px;
  margin: 25px 0;
  backdrop-filter: blur(10px);
}

.contact a {
  color: #ecfdf5;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin: 10px 0;
  padding: 8px 15px;
  border-radius: 10px;
  transition: all 0.3s;
}

.contact a:hover {
  background: rgba(16,185,129,0.8);
}

.motto {
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 600;
  margin-top: 30px;
  text-align: center;
  color: #064e3b;
}

/* Responsive */
@media (max-width: 768px) {
  .header h1 { font-size: 2.5rem; }
  .section-box { padding: 30px 20px; }
  .section-box h2 { font-size: 1.8rem; }
  .workshop-image { height: 200px; }
}

.impressum,
section[class="impressum"],
section.impressum {
  background: #006D77 !important;
  color: #FFFFFF !important;
  padding: 40px !important;
  border-radius: 20px !important;
 font-size: 10px;
  text-align: left !important;
   padding-left: 60px;
 padding-right: 60px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);

  border: 5px solid rgba(255,255,255,0.3);
  font-weight: 700 !important;
}

