/* =========================================
   LEGAL – Impressum & Datenschutz
´   ========================================= */


body.impressum p,
body.datenschutz p,
body.impressum li,
body.datenschutz li {
  font-size: 14px;
  line-height: 1.55;
}

@media (min-width: 1400px) {
  body.impressum p,
  body.datenschutz p,
  body.impressum li,
  body.datenschutz li {
    font-size: 16px;   /* bleibt auch auf großen Screens angenehm lesbar */
  }
}



body.impressum h1,
body.datenschutz h1 {
  font-size: 35px;          /* kleiner als global */
  line-height: 1.3;
  margin-top: 60px;
  margin-bottom: 24px;
}

body.impressum h2,
body.datenschutz h2 {
  font-size: 30px;          /* kleiner als global */
  line-height: 1.3;
  margin-top: 60px;
  margin-bottom: 24px;
}

body.impressum .section h2:first-of-type,
body.datenschutz .section h2:first-of-type {
  margin-top: 0;
}

body.impressum h3,
body.datenschutz h3 {
  font-size: 24px;          /* kleiner als global */
  line-height: 1.35;
  margin-top: 40px;
  margin-bottom: 16px;
}

/* Absätze direkt nach Überschriften */
body.impressum h2 + p,
body.datenschutz h2 + p,
body.impressum h3 + p,
body.datenschutz h3 + p {
  margin-top: 0;
}


/* -------------------------
   Responsive Feinjustierung
   ------------------------- */

@media (max-width: 900px) {

  body.impressum h1,
  body.datenschutz h1 {
    font-size: 24px;
  }
	
	body.impressum h2,
  body.datenschutz h2 {
    font-size: 20px;
  }

  body.impressum h3,
  body.datenschutz h3 {
    font-size: 18px;
  }

}


/* -------------------------
   Hintergrund zweite Section
   ------------------------- */

body.impressum .section:not(.section-intro),
body.datenschutz .section:not(.section-intro) {
  position: relative;
  z-index: 1;
}

body.impressum .section:not(.section-intro)::before,
body.datenschutz .section:not(.section-intro)::before {
  content: ""
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #e6e4e0;
  z-index: -1;
}
