/* Brand overrides — Sonnen Strom Info */
.anzeige-label {
  display: block;
  width: 100%;
  text-align: center;
  font-family: Ubuntu, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d2432;
  background: #f6c343;
  padding: 10px 16px;
  margin: 0;
  z-index: 10001;
  position: relative;
}

.site-logo {
  display: block;
  height: 44px;
  width: auto;
  max-width: 260px;
}

header .header-icon img.site-logo {
  height: 52px;
  width: auto;
  max-width: none;
}

.bigfoot--logo.site-logo,
img.bigfoot--logo {
  height: 48px !important;
  width: auto;
  max-width: 280px;
}

/* Testimonial banner — original composite artwork */
.testimonial-banner {
  display: block;
  width: 100%;
  line-height: 0;
  background: #8484f8;
}

.testimonial-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Legal / contact subpages */
.legal-page {
  background: #fff;
  min-height: 100vh;
}

.legal-page__header {
  background: #2c3775;
  padding: 1.25em 0;
  position: relative;
  display: block !important;
  text-align: center !important;
}

.legal-page__logo-link {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.legal-page__header .site-logo,
.legal-page__header img.site-logo {
  display: block;
  height: 72px !important;
  width: auto !important;
  max-width: none;
  margin: 0 auto;
  filter: none;
}

@media (max-width: 650px) {
  .legal-page__header .site-logo,
  .legal-page__header img.site-logo {
    height: 56px !important;
  }
}

.legal-page__main {
  padding: 3em 0 4em;
}

.legal-page__content {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25em;
  color: #1d2432;
  font-family: "Open Sans", Ubuntu, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.7;
}

.legal-page__content h1 {
  font-size: 2.35em;
  font-weight: 700;
  margin: 0 0 0.75em;
  color: #1d2432;
}

.legal-page__content--wide {
  max-width: 960px;
}

.legal-page__content h2 {
  font-size: 1.45em;
  font-weight: 600;
  margin: 1.75em 0 0.5em;
  color: #1d2432;
}

.legal-page__content h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.4em 0 0.45em;
  color: #1d2432;
}

.legal-page__content h4 {
  font-size: 1.15em;
  font-weight: 600;
  margin: 1.15em 0 0.35em;
  color: #1d2432;
}

.legal-page__content p {
  margin: 0 0 1em;
  font-size: 1.05em;
}

.legal-page__content ul {
  margin: 0 0 1em;
  padding-left: 1.35em;
  font-size: 1.05em;
}

.legal-page__content li {
  margin: 0 0 0.4em;
}

.legal-page__content a {
  color: #0a59eb;
  text-decoration: underline;
}

.legal-page__content a.nb--big-ass-button {
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
}

.legal-page__back {
  margin: 0.25em 0 0.5em;
  font-size: 1em;
}

.legal-page__table-wrap {
  overflow-x: auto;
  margin: 0 0 1.5em;
  -webkit-overflow-scrolling: touch;
}

.legal-page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
  line-height: 1.5;
}

.legal-page__table th,
.legal-page__table td {
  border: 1px solid #d5d9e2;
  padding: 0.65em 0.75em;
  text-align: left;
  vertical-align: top;
}

.legal-page__table th {
  background: #f3f5f9;
  font-weight: 600;
  white-space: nowrap;
}

.legal-page__table td:first-child {
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.9em;
  word-break: break-word;
}

footer.footer-dark ul {
  padding: 1.5em 0 0;
  text-align: center;
}

footer.footer-dark ul li {
  margin: 0 1em;
}

@media (max-width: 78em) {
  footer.footer-dark li {
    border-bottom: 1px solid rgba(29, 36, 50, 0.12) !important;
  }
}

.article--data {
  margin-top: 0.5em;
  margin-bottom: 1.25em;
}

.article.nb-hero-article .article--data-author p {
  color: #4a5155;
  font-size: 14px !important;
  font-weight: 600;
  margin: 0;
}

.article.nb-hero-article .article--data-author span,
.article.nb-hero-article .article--data-author time {
  color: #5c6570;
  font-size: 13px !important;
  font-weight: 400;
}
.leazard-cta button.lz-select-disabled,
.leazard-cta button:disabled {
  opacity: 0.45;
  cursor: not-allowed !important;
  box-shadow: none !important;
  transform: none !important;
  pointer-events: none;
}

.leazard-cta button.lz-select-disabled:hover,
.leazard-cta button:disabled:hover {
  background: #4eca22 !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.lz-accept-label {
  position: static !important;
  transform: none !important;
  display: inline !important;
  left: auto !important;
  top: auto !important;
  margin-left: 0.5em;
  font-size: 1.3em !important;
  line-height: 1.4;
  color: #4a5155;
  pointer-events: auto !important;
}

.lz-accept-label a {
  color: #2c3775;
  text-decoration: underline;
}

.lz-policy-note {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.45;
}

.lz-policy-note a {
  color: #fff;
  text-decoration: underline;
}

.lz-address-row {
  width: 100%;
}

.leazard-info-btn {
  cursor: pointer;
  text-align: center;
  margin-top: 1em;
}

.leazard-info-trigger {
  cursor: help;
}
