@font-face {
    font-family: "LuloCleanW01-OneBold";
    src: url("../fonts/Lulo_Clean_W01_One_Bold.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "LuloCleanW01-OneBold", sans-serif;
}

h1 {
    font-size: 5.5rem;
}

h2 {
    font-size: 3.0rem;
}

h3 {
    font-size: 2.0rem;
}

h4 {
    font-size: 1.5rem;
}


@font-face {
    font-family: "DINNextW01-Light";
    src: url("../fonts/DINNextW01-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "DINNextW01-Light", sans-serif;
}

.tgg-price-wrapper {
    padding: 0;
    margin: 2rem 0 0;
}

.tgg-price-wrapper .tgg-price-intro {
    padding: 0;
    margin: 0;
}

.tgg-price-wrapper .tgg-price-intro p {
    padding: 0;
    margin: 0;
    text-align: right;
    color: var(--sppb-tgg_secondary);
}

.tgg-price-wrapper .tgg-price {
    padding: 0;
    margin: 0;
    background-color: var(--sppb-tgg_secondary);
    text-align: right;
}

.tgg-price-wrapper .tgg-price h1 {
    padding: 0;
    margin: 0;
    color: white;
    text-align: right;
}

.tgg-price-wrapper .tgg-price-currency {
    padding: 0;
    margin: 0;
}

.tgg-price-wrapper .tgg-price-currency p {
    padding: 0;
    margin: 0;
    color: var(--sppb-tgg_secondary);
    text-align: right;
}

.article-details h4 {
  margin: 3rem 0 1rem 0;
}

.article-details h5 {
  margin: 2rem 0 1rem 0;
}

/* HEADLINE SPECIAL */
.article-details h1 {
  position: relative;
  display: block;
  max-width: 720px;
  padding-bottom: 38px;
  margin-bottom: 30px;

  font-size: clamp(38px, 7vw, 82px);
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.article-details h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e600a8;
}

.article-details h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(440px, 62%);
  height: 18px;
  background: #e600a8;
  z-index: 1;
}

@media (max-width: 600px) {
  .article-details h1 {
    letter-spacing: 0.08em;
    padding-bottom: 24px;
  }

  .article-details h1::before {
    height: 10px;
  }

  .article-details h1::after {
    height: 1px;
  }
}
