
/* PN101 D-Control V0.4.36 */
.dc436-legal{
  width:min(1180px,calc(100% - 44px));
  margin:0 auto;
  padding:58px 0 70px;
}
.dc436-legal-head{
  text-align:center;
  padding:0 0 14px;
  border-bottom:1px solid #171717;
}
.dc436-legal-head>div{
  color:#606060;
  font-size:9px;
  letter-spacing:.22em;
}
.dc436-legal-head h1{
  margin:7px 0 5px;
  color:#c1c1c1;
  font-size:28px;
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.02em;
}
.dc436-legal-head p{
  margin:0 auto;
  color:#727272;
  font-size:10px;
  line-height:1.45;
}
.dc436-legal-body{
  width:100%;
}
.dc436-lr{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:22px;
  align-items:start;
  margin:0!important;
  padding:9px 0!important;
  border-bottom:1px solid #151515!important;
}
.dc436-lr h2{
  margin:0!important;
  color:#adadad!important;
  font-size:12px!important;
  line-height:1.45!important;
  font-weight:500!important;
  letter-spacing:0!important;
}
.dc436-lr>div{
  min-width:0;
}
.dc436-lr p{
  margin:0!important;
  max-width:none!important;
  color:#858585!important;
  font-size:10px!important;
  line-height:1.5!important;
  text-align:left!important;
}
.dc436-lr strong{color:#a7a7a7;font-weight:500}
.dc436-lr a{color:#929292;text-decoration:none}
.dc436-back{
  display:inline-block;
  margin-top:18px;
  color:#5e5e5e;
  font-size:9px;
  text-decoration:none;
}

/* AGB: number and text immediately next to each other, all left aligned */
.dc436-agb{
  border-top:0;
}
.dc436-agb-row{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:10px;
  align-items:center;
  min-height:38px;
  padding:4px 0;
  border-bottom:1px solid #151515;
}
.dc436-agb-row b{
  color:#5f5f5f;
  font-size:9px;
  font-weight:500;
  letter-spacing:.06em;
  text-align:left;
}
.dc436-agb-row span{
  color:#929292;
  font-size:10px;
  line-height:1.4;
  text-align:left;
}

@media(max-width:700px){
  .dc436-legal{width:calc(100% - 22px);padding-top:34px}
  .dc436-legal-head h1{font-size:24px}
  .dc436-lr{grid-template-columns:1fr;gap:4px;padding:10px 0!important}
  .dc436-lr h2{font-size:11px!important}
}

/* V0.4.39 – exakte zwei senkrechte Fluchten für Impressum + Datenschutz.
   Linke Begriffe enden exakt auf einer Linie.
   Rechte Inhalte beginnen exakt auf einer zweiten Linie.
   Abstand dazwischen ca. 1 cm. Kein sichtbarer Strich. */
.dc436-lr{
  grid-template-columns:215px minmax(0,1fr)!important;
  column-gap:38px!important;
}
.dc436-lr h2{
  position:static!important;
  left:auto!important;
  text-align:right!important;
  white-space:nowrap;
}
.dc436-lr>div,
.dc436-lr p{
  text-align:left!important;
}
@media(max-width:700px){
  .dc436-lr{
    grid-template-columns:1fr!important;
    gap:4px!important;
  }
  .dc436-lr h2{
    text-align:left!important;
    white-space:normal;
  }
}
