/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Webflow condition invisible — hidden elements */
.w-condition-invisible {
  display: none !important;
}


html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  min-height: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  pointer-events: none;
}

a {
  color: #00e;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

/* =============================================
   NAVBAR
   ============================================= */
.adv-navbar {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  position: relative;
  z-index: 1000;
}

.adv-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.adv-logo-2 {
  max-height: 32px;
}

.adv-logo-caption {
  color: #262626;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

/* =============================================
   MAIN SECTION
   ============================================= */
.adv-section-old {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 32px 80px;
}

.adv-container-old {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1120px;
  gap: 24px;
}

/* =============================================
   LEFT COLUMN
   ============================================= */
.adv-left-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 760px;
}

.adv-wrapper-24 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Headline */
.adv-heading-6 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

/* Author wrapper */
.adv-author-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.adv-author-image-33 {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.adv-author-separator {
  background-color: #1264e8;
  width: 2px;
  min-height: 40px;
}

.adv-author-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.body-text-34 {
  color: #00183a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.body-text-34.xl {
  font-size: 20px;
  line-height: 26px;
}

.body-text-34.xl.bold {
  font-weight: 700;
}

.body-text-34.xl.centered {
  text-align: center;
}

.body-text-34.xl.centered.bold.blue {
  color: #1264e8;
}

.body-text-34.s {
  font-size: 14px;
  line-height: 20px;
}

.body-text-34.s.grey {
  color: #767779;
}

.body-text-34.italic {
  font-style: italic;
}

.body-text-34.l {
  font-size: 18px;
  line-height: 24px;
}

.body-text-34.bold {
  font-weight: 700;
}

.body-text-34.bold.centered {
  text-align: center;
}

/* =============================================
   RICH TEXT AREA
   ============================================= */
.adv-rte {
  width: 100%;
}

.adv-rte img {
  border-radius: 8px;
  width: 100%;
}

.adv-rte figure {
  width: 100%;
  margin-bottom: 0;
}

.adv-rte p {
  color: #00183a;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.adv-rte h1 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.adv-rte h2 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  line-height: 38px;
}

.adv-rte h3 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.adv-rte h4 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.adv-rte h5 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.adv-rte h6 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.adv-rte ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #edf3fd;
  margin-bottom: 9px;
  padding: 16px 16px 16px 48px;
}

.adv-rte ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: #edf3fd;
  margin-bottom: 0;
  padding: 16px 16px 16px 40px;
  font-size: 20px;
  line-height: 24px;
}

.adv-rte li {
  color: #00183a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.adv-rte blockquote {
  color: #00183a;
  background-color: #edf3fd;
  border-left-color: #1264e8;
  margin-bottom: 0;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.adv-rte a {
  color: #1264e8;
  word-break: break-all;
  font-weight: 700;
}

/* Richtext figure alignment */
.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext-align-fullwidth > div {
  display: inline-block;
}

.w-richtext-align-fullwidth > a {
  display: block;
  width: 100%;
}

.w-richtext-align-fullwidth > a > div {
  display: block;
  width: 100%;
}

.w-richtext-figure-type-image {
  display: table;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

/* Make figure images full width */
.adv-rte figure .w-inline-block {
  width: 100%;
  display: block;
}

.adv-rte figure .w-inline-block > div {
  width: 100%;
}

.adv-rte figure .w-inline-block img {
  width: 100%;
  border-radius: 8px;
}

.adv-rte figure > div > img {
  width: 100%;
  border-radius: 8px;
}

/* W-embed (video container) */
.w-embed {
  width: 100%;
  display: block;
}

.w-embed::before,
.w-embed::after {
  content: ' ';
  display: table;
}

.w-embed::after {
  clear: both;
}

/* Video links */
.responsive-video-link {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-decoration: none;
}

.responsive-video-link video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* =============================================
   SEPARATOR
   ============================================= */
.separator-2 {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
}

/* =============================================
   CTA WRAPPER
   ============================================= */
.cta-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 8px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.button-banner-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  gap: 8px;
}

/* =============================================
   BUTTONS
   ============================================= */
.button-7 {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #00c249;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: background-color 0.2s;
}

.button-7:hover {
  background-color: #06a341;
  color: #fff;
}

.button-6 {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  background-color: #00c249;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: background-color 0.2s, transform 0.2s;
}

.button-6:hover {
  background-color: #05a843;
  transform: scale(1.03);
}

/* =============================================
   TESTIMONIALS (LEFT COLUMN)
   ============================================= */
.adv-heading-3 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 34px;
}

.adv-testimonials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.adv-testimonial {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 24px;
}

.adv-testimonial-a-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.adv-testimonial-author {
  max-height: 48px;
  border-radius: 50%;
}

.adv-testimonial-a-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.adv-testimonial-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.adv-body-text {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.adv-body-text.italic {
  color: #00183a;
  font-style: italic;
}

.adv-body-text-5 {
  color: #00183a;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* =============================================
   PRODUCT BLOCK
   ============================================= */
.adv-product-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 32px;
}

.product-image-lb {
  display: inline-block;
  max-width: 100%;
}

.product-block-image-2 {
  width: 100%;
  max-width: 524px;
}

.product-block-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 524px;
}

/* =============================================
   RIGHT COLUMN
   ============================================= */
.adv-right-column {
  width: 100%;
  max-width: 352px;
  display: block;
}

.adv-heading-7 {
  color: #02122e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
}

.space-81 {
  width: 100%;
  height: 20px;
}

.adv-right-testimonial {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.adv-stars {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 20px;
  position: static;
}

/* Sticky sidebar banner */
.adv-sticky-banner-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 32px;
}

.sticky-image-lb-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sticky-image-lb-2 img {
  width: 100%;
}

.wrapper-34 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wrapper-34.centered {
  justify-content: flex-start;
  align-items: center;
}

/* =============================================
   FOOTER
   ============================================= */
.footer-advertorial {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 32px;
  background-color: #cce0eb;
  gap: 24px;
}

.footer-links-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.adv-footer-span {
  color: #337ab7;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.adv-footer-span.impressum {
  display: none;
}

.footer-text-3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.footer-text-3.disclaimer {
  color: rgba(0, 0, 0, 0.5);
  max-width: 1100px;
}

/* =============================================
   MOBILE STICKY BUTTON
   ============================================= */
.mobile-sticky-button {
  display: none;
}

/* =============================================
   RESPONSIVE VIDEO CONTAINERS
   ============================================= */
.responsive-video-link.mobile-height-200 {
  height: 400px; /* desktop */
}

.responsive-video-link.mobile-height-250 {
  height: 400px; /* desktop */
}

/* =============================================
   RESPONSIVE — TABLET (≤991px)
   ============================================= */
@media screen and (max-width: 991px) {
  /* Stack columns on tablet */
  .adv-container-old {
    flex-direction: column;
    align-items: center;
  }

  .adv-left-column {
    max-width: 100%;
  }

  /* Right column goes below on tablet */
  .adv-right-column {
    max-width: 100%;
    width: 100%;
    display: block;
  }

  .adv-sticky-banner-wrapper-2 {
    position: static;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .sticky-image-lb-2 {
    max-width: 200px;
  }

  /* Mobile sticky button on tablet - show */
  .mobile-sticky-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    position: sticky;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 9999;
  }

  .mobile-sticky-button .button-6 {
    display: block;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
  }
}

/* =============================================
   RESPONSIVE — SMALL (≤767px)
   ============================================= */
@media screen and (max-width: 767px) {
  /* Right column hidden on small mobile */
  .adv-right-column {
    display: none;
  }

  .adv-navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .adv-section-old {
    padding: 24px 16px 80px;
  }

  /* Match reference: h1/h2/h3 become 24px/32px on mobile */
  .adv-heading-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .adv-rte h1,
  .adv-rte h2,
  .adv-rte h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .adv-rte h4 {
    line-height: 32px;
  }

  .adv-rte p {
    font-size: 16px;
    line-height: 24px;
  }

  .adv-rte ul,
  .adv-rte ol {
    font-size: 16px;
  }

  .adv-rte li {
    font-size: 15px;
  }

  .adv-rte blockquote {
    font-size: 15px;
    padding: 12px;
  }

  .adv-body-text {
    font-size: 16px;
    line-height: 22px;
  }

  .adv-heading-3 {
    font-size: 22px;
    line-height: 28px;
  }

  /* Mobile video heights */
  .responsive-video-link.mobile-height-200 {
    height: 200px;
  }

  .responsive-video-link.mobile-height-250 {
    height: 250px;
  }

  /* Footer */
  .footer-advertorial {
    padding: 40px 16px;
  }

  .footer-links-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }

  /* Mobile sticky button: sticky at bottom with semi-transparent background */
  .mobile-sticky-button {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    position: sticky;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 9999;
  }

  .mobile-sticky-button .button-6 {
    display: block;
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    font-size: 18px;
    padding: 16px;
  }

  .adv-product-block {
    padding: 16px;
    gap: 24px;
  }
}

/* =============================================
   RESPONSIVE — TINY (≤479px)
   ============================================= */
@media screen and (max-width: 479px) {
  .adv-section-old {
    padding: 16px 12px 90px;
  }

  .adv-heading-6 {
    font-size: 22px;
    line-height: 28px;
  }

  .adv-rte h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .adv-rte p {
    font-size: 15px;
    line-height: 22px;
  }

  .adv-rte blockquote {
    font-size: 15px;
    padding: 12px;
  }

  .adv-testimonial {
    padding: 16px;
  }

  .adv-product-block {
    padding: 12px;
    gap: 16px;
  }

  .button-7 {
    font-size: 16px;
    padding: 14px;
  }

  .footer-advertorial {
    padding: 32px 12px;
  }

  .footer-text-3.disclaimer {
    font-size: 12px;
    line-height: 18px;
  }
}
