/* Wrapper */
.content-wrapper {
  max-width: 850px;
  margin: 50px auto;
  padding: 40px;
  font-family: 'Inter', Arial, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  line-height: 1.7;
}

/* Hauptüberschrift */
h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #0d47a1;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

/* Sekundärüberschriften */
h2 {
  font-size: 3rem;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #0d47a1;
  border-left: 4px solid #0d47a1;
  padding-left: 12px;
}

/* Unterüberschriften */
h3.section {
  font-size: 2.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
}

/* Absätze */
p {
  font-size: 2rem;
  margin-bottom: 18px;
}

/* Links */
a {
  color: #0d47a1;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

/* Section Cards */
.section {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 800px) {
  .content-wrapper {
      margin: 20px;
      padding: 20px;
  }

  h1 {
      font-size: 5rem;
  }

  h2 {
      font-size: 4rem;
  }

  h3 {
      font-size: 3.7rem;
  }

  p {
    font-size: 3.2rem;
}
}


  #hero {
    min-height: 20vh !important;
    padding: 20rem 0 2rem !important;
    background: linear-gradient(rgba(255,255,255,0.05), var(--primarycolor-support)),
    url('https://www.hypersites.de/ekuwerbung/images/datenschutz/datenschutz.webp') no-repeat center center / cover;
    justify-content: center !important;
}

  .hero {
    padding: 0 0 !important;
  }


.hero-content {
  max-width: 100% !important;
  width: 100%;
  justify-content: center;
}

.hero-content h1.sufix {
  color: var(--tertiarycolor-support);
  flex-wrap: nowrap;
  text-align: center;
}

@media (max-width: 728px) {
  #hero {
    min-height: 20vh !important;
    padding: 20rem 0 2rem !important;
    background: linear-gradient(rgba(255,255,255,0.05), var(--primarycolor-support)),
    url('https://www.hypersites.de/ekuwerbung/images/datenschutz/datenschutz.webp') no-repeat center center / cover;
    justify-content: center !important;
}

  .hero {
    padding: 0 0 !important;
  }


.hero-content {
  max-width: 100% !important;
  width: 100%;
  justify-content: center;
}
  .hero-content h1.sufix {
    flex-wrap: nowrap;
    font-size: var(--master-mobile-font-size);
  }
}