.as-recht-page {
  float:none !important;
  width:auto !important;
  max-width:1160px;
  margin:0 auto !important;
  padding:26px 10px 46px;
  font-family:Arial,Helvetica,sans-serif;
  color:#1f2933;
  line-height:1.58;
}
.as-recht-page * { box-sizing:border-box; }
.as-privacy-page {
  border:1px solid #d9e2ec;
  border-radius:8px;
  background:#ffffff;
}
.as-recht-page > h3 {
  margin:0 0 20px;
  padding:26px 30px;
  border:1px solid #bfd5eb;
  border-radius:8px;
  background:#eaf2fb;
  color:#153f73;
  font-size:30px;
}
.as-recht-page p,
.as-recht-page .Inhalt,
.as-recht-page .inhalt { font-size:15px; }
.as-recht-page strong { color:#153f73; }
.as-recht-page table { width:100% !important; border-collapse:collapse; }
.as-recht-page td { vertical-align:top; }
.as-recht-page td.mittel { color:#153f73; font-size:18px; font-weight:bold; text-align:left; }
.as-recht-page td[rowspan] { position:sticky; top:16px; }
.as-recht-page a { color:#2f4377; }
.as-privacy-cookie-nav {
  display:flex;
  justify-content:flex-end;
  margin:0 0 14px;
}
.as-privacy-cookie-nav a {
  display:inline-block;
  padding:9px 13px;
  border:1px solid #b9cbd9;
  border-radius:7px;
  background:#f4f8fb;
  color:#164f79;
  font-weight:bold;
  text-decoration:none;
}
.as-privacy-seals {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin:0 0 24px;
  padding:14px;
  border:1px solid #d9e2ec;
  border-radius:8px;
  background:#f7fafc;
}
.as-privacy-seal {
  display:flex;
  min-width:90px;
  min-height:70px;
  flex:1 1 90px;
  align-items:center;
  justify-content:center;
}
.as-privacy-seal form {
  margin:0;
}
.as-privacy-seal img,
.as-privacy-seal input[type="image"] {
  display:block;
  max-width:100%;
  height:auto;
}
@media (max-width:860px) {
  .as-recht-page { padding:146px 7px 28px; }
  .as-privacy-page {
    min-width:0;
    max-width:100%;
    overflow-x:hidden;
    border-radius:6px;
  }
  .as-privacy-page * {
    min-width:0;
    max-width:100%;
  }
  .as-privacy-page a {
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .as-privacy-page table {
    display:block;
    width:100% !important;
    max-width:100%;
    overflow-x:auto;
  }
  .as-privacy-page img {
    max-width:100%;
    height:auto;
  }
  .as-privacy-cookie-nav {
    justify-content:flex-start;
    padding:0 8px;
  }
  .as-privacy-seals {
    gap:10px;
    margin-right:8px;
    margin-left:8px;
    padding:10px;
  }
  .as-recht-page > h3 { padding:18px; font-size:24px; }
  .as-recht-page td[rowspan] { position:static; }
}
