﻿/* Landingpages + Startseite (index.php) */

.seite-landing #headline {
  margin-bottom: 0;
}

.seite-landing #headline + br,
.seite-landing #headline + br + br {
  display: none;
}

.seite-landing .inhalt_top {
  margin-top: 16px;
  margin-bottom: 16px;
  height: auto;
  min-height: 0;
  padding: 18px 16px;
}

.seite-landing .inhalt_body {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

.seite-landing .inhalt_body_text.ow-artikel {
  padding: 28px 28px 12px;
  max-width: 920px;
  margin: 0 auto;
}

.seite-landing .ow-breadcrumb {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.85);
}

.seite-landing .ow-breadcrumb a {
  color: #39f704;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seite-landing .ow-breadcrumb a:hover {
  color: #fff;
}

.seite-landing .ow-breadcrumb span[aria-hidden="true"] {
  padding: 0 6px;
  color: rgba(255, 255, 255, 0.55);
}

.seite-landing .inhalt_body_text.ow-artikel h2 {
  color: #39f704;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.seite-landing .ow-abschnitt + .ow-abschnitt {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.seite-landing .inhalt_body_text.ow-artikel p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.65;
  padding: 0 0 14px;
  margin: 0;
  border-bottom: 0;
}

.seite-landing .inhalt_body_text.ow-artikel p:last-child {
  padding-bottom: 0;
}

.seite-landing .ow-lead {
  font-size: 1.05rem;
}

.seite-landing .inhalt_body_text.ow-artikel ins {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
  text-decoration: none;
  background: rgba(57, 247, 4, 0.12);
  border-left: 4px solid #39f704;
  padding: 12px 14px;
  margin: 0 0 16px;
  border-radius: 0 6px 6px 0;
}

.seite-landing .inhalt_body_text.ow-artikel ul {
  margin: 0 0 16px;
  padding: 0 0 0 6px;
  list-style: none;
}

.seite-landing .inhalt_body_text.ow-artikel ul li {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  padding: 0 0 10px 22px;
  margin: 0;
}

.seite-landing .inhalt_body_text.ow-artikel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #39f704;
}

.seite-landing .inhalt_body_text.ow-artikel ul li strong {
  color: #39f704;
  font-weight: 600;
}

.seite-landing .inhalt_body_text.ow-artikel a {
  color: #39f704;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: inherit;
}

.seite-landing .inhalt_body_text.ow-artikel a:hover {
  color: #fff;
}

.seite-landing .ow-faq .ow-faq-item {
  margin-bottom: 16px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.seite-landing .ow-faq .ow-faq-item:last-child {
  margin-bottom: 0;
}

.seite-landing .ow-faq .ow-faq-item strong {
  display: block;
  color: #39f704;
  font-size: 1rem;
  margin-bottom: 6px;
}

.seite-landing .ow-faq .ow-faq-item p {
  padding-bottom: 0;
}

.seite-landing #testsieger_gesund.ow-cta {
  clear: both;
  margin: 0;
  padding: 22px 28px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.seite-landing #testsieger_gesund.ow-cta ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.seite-landing #testsieger_gesund.ow-cta ul li {
  display: block;
  padding: 0;
}

.seite-landing #testsieger_gesund.ow-cta h2 {
  color: #39f704;
  font-size: 1.2rem;
  margin: 0;
  display: inline;
  font-weight: 600;
}

.seite-landing #testsieger_gesund.ow-cta p,
.seite-landing #testsieger_gesund.ow-cta {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.seite-landing #testsieger_gesund.ow-cta a#gruen {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .seite-landing .inhalt_top {
    padding: 14px 12px;
  }

  .seite-landing .inhalt_top_text h2 {
    padding: 0 0 12px;
    font-size: 1.15rem;
  }

  .seite-landing .inhalt_top_bild {
    display: block;
    padding: 8px 0 0;
  }

  .seite-landing .inhalt_top_bild img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }

  .seite-landing .inhalt_top_bild_rechts {
    float: none;
    display: block;
    padding: 12px 0 0;
  }

  .seite-landing .inhalt_top_bild_rechts ul li {
    font-size: 0.95rem;
    line-height: 1.45;
    padding: 8px 0 0;
  }

  .seite-landing .inhalt_body_text.ow-artikel {
    padding: 20px 16px 8px;
  }

  .seite-landing .inhalt_body_text.ow-artikel h2 {
    font-size: 1.2rem;
  }

  .seite-landing .ow-abschnitt + .ow-abschnitt {
    margin-top: 22px;
    padding-top: 18px;
  }

  .seite-landing #testsieger_gesund.ow-cta {
    padding: 18px 16px 22px;
  }
}

/* Startseite (index.php) */
.startseite.seite-landing .inhalt_body {
  padding: 0;
}

.startseite.seite-landing .ow-startseite-intro {
  padding-bottom: 8px;
}

.startseite.seite-landing .ow-themen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 12px 0 0;
  width: 100%;
  clear: both;
}

.startseite.seite-landing .inhalt_body_text.ow-artikel a.ow-themen-karte,
.startseite.seite-landing .inhalt_body_text.ow-artikel a.ow-themen-karte:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  line-height: 1.45;
  color: #fff;
  float: none;
  width: 100%;
  max-width: none;
  height: auto;
  box-sizing: border-box;
  padding: 16px 12px 14px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 8px;
}

.startseite.seite-landing .inhalt_body_text.ow-artikel a.ow-themen-karte:hover {
  border-color: rgba(57, 247, 4, 0.45);
  background: rgba(0, 0, 0, 0.24);
}

.startseite.seite-landing .ow-themen-karte .ow-themen-bild {
  display: block;
  width: 170px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
  border: 0;
  float: none;
}

.startseite.seite-landing .ow-themen-karte .ow-themen-titel {
  display: block;
  width: 100%;
  color: #39f704;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.startseite.seite-landing .ow-themen-karte .ow-themen-text {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.startseite.seite-landing .ow-themen-karte:hover .ow-themen-titel,
.startseite.seite-landing .ow-themen-karte:hover .ow-themen-text {
  color: #fff;
}

.startseite.seite-landing .ow-themen-karte:hover .ow-themen-titel {
  color: #39f704;
}

.startseite.seite-landing .startseite-mehr-heading {
  color: #39f704;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 8px 0 12px;
  padding: 0 28px;
}

.startseite.seite-landing #startseiteLangtext.ow-artikel {
  max-width: 920px;
  margin: 0 auto;
  padding: 8px 28px 12px;
}

.startseite.seite-landing #startseiteLangtext {
  max-height: 520px;
  overflow: hidden;
  position: relative;
}

.startseite.seite-landing #startseiteLangtext .ow-abschnitt h3 {
  color: #39f704;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 16px 0 10px;
  padding: 0;
  border: 0;
}

.startseite.seite-landing .ow-video {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 8px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.startseite.seite-landing .ow-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.startseite.seite-landing .ow-kinder #bild_kind_zahnspange {
  display: block;
  margin: 12px auto 16px;
}

.startseite.seite-landing #startseiteLangtext::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 94, 168, 0), rgba(0, 94, 168, 1));
  pointer-events: none;
}

.startseite.seite-landing #startseiteLangtext.is-open {
  max-height: none;
}

.startseite.seite-landing #startseiteLangtext.is-open::after {
  display: none;
}

.startseite.seite-landing .startseite-mehr-btn {
  display: block;
  margin: 4px auto 16px;
  padding: 10px 20px;
  border: 1px solid #39f704;
  border-radius: 999px;
  background: rgba(57, 247, 4, 0.12);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.startseite.seite-landing .startseite-mehr-btn:hover {
  background: rgba(57, 247, 4, 0.22);
}

/* Ratgeber nutzt .ow-artikel / .ow-abschnitt wie Landingpages */
.startseite.seite-landing #startseiteLangtext.ow-artikel h2 {
  display: block;
}

.startseite.seite-landing .footer_gesund {
  clear: both;
  margin: 0 28px 20px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.startseite.seite-landing .footer_gesund .zahnzusatz-ohne img {
  max-width: 100%;
  height: auto;
}

.startseite.seite-landing #testsieger.ow-cta {
  clear: both;
  margin: 0;
  padding: 22px 28px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.startseite.seite-landing #testsieger.ow-cta ul {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.startseite.seite-landing #testsieger.ow-cta ul li {
  display: block;
  padding: 0;
}

.startseite.seite-landing #testsieger.ow-cta h2 {
  color: #39f704;
  font-size: 1.2rem;
  margin: 0;
  display: inline;
  font-weight: 600;
}

.startseite.seite-landing #testsieger.ow-cta p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .startseite.seite-landing .ow-themen-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .startseite.seite-landing .startseite-mehr-heading {
    padding: 0 16px;
    font-size: 1.1rem;
  }

  .startseite.seite-landing #startseiteLangtext.ow-artikel {
    padding: 4px 16px 8px;
  }

  .startseite.seite-landing #startseiteLangtext {
    max-height: 420px;
  }

  .startseite.seite-landing .footer_gesund {
    margin: 0 16px 16px;
  }

  .startseite.seite-landing #testsieger.ow-cta {
    padding: 18px 16px 16px;
  }
}

