@layer reset, tokens, base, layout, components, sections, utilities, overrides;
@layer tokens {
  :root {
    --fs-small: 1.2rem;
    --fs-default: 1.6rem;
    --fs-boost: 2rem;
    --fs-headline: 3rem;
    --space-default: 2rem;
    --space-boost: 3rem;
    --space-double: 4rem;
    --space-big: 5rem;
  }
}
/* /css/components/_colors.scss */
@layer tokens {
  :root {
    --clr-primary: #272561;
    --clr-secondary: #5eb5e8;
    --clr-tertiary: #dae9f3;
    --clr-icon-light: #cbe9fc;
    --clr-icon-dark: #95d3fa;
    --clr-link: #1eaedb;
    --clr-link-action: #0fa0ce;
    --clr-button-primary: #33c3f0;
    --clr-blue-bg: #2569b6;
    --clr-gray-light: #eee;
    --clr-gray-light-2: #bbb;
    --clr-gray: #999;
    --clr-gray-blue: #6c757d;
    --clr-gray-dark: #444;
    --clr-gray-dark-2: #333;
    --clr-accent-primary: #dcff50;
    --clr-accent-light: rgba(220, 255, 80, 0.75);
    --clr-accent-secondary: #243642;
    --clr-accent-attention: rgba(255, 97, 79, 0.75);
    --clr-error: #d60000;
    --clr-error-bg: #ffcccc;
    --clr-green: #46b946;
    --clr-dark: black;
    --clr-font-base: #222;
    --clr-dark-teint: rgba(241, 241, 241, 0.1);
    --clr-light: white;
    --clr-yellow-star: rgb(251, 196, 46);
    --clr-mark: #ff0;
    --clr-mark-bg: black;
  }
  .font-primary {
    color: var(--clr-primary);
  }
}
@layer reset {
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  [hidden],
  template {
    display: none;
  }
  a {
    background-color: transparent;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  abbr[title] {
    border-bottom: 1px dotted;
  }
  b,
  strong {
    font-weight: bold;
  }
  dfn {
    font-style: italic;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  mark {
    background: var(--clr-mark);
    color: var(--clr-mark-bg);
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  figure {
    margin: 1em 40px;
  }
  hr {
    box-sizing: content-box;
    height: 0;
  }
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  input {
    line-height: normal;
  }
  input[type=checkbox],
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  fieldset {
    border: 1px solid var(--clr-gray-light);
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  legend {
    border: 0;
    padding: 0;
  }
  textarea {
    overflow: auto;
  }
  optgroup {
    font-weight: bold;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
}
layer tokens {
  /* quicksand-300 - latin */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/quicksand-v30-latin-300.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
layer tokens {
  /* quicksand-regular - latin */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/quicksand-v30-latin-regular.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
layer tokens {
  /* quicksand-500 - latin */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/quicksand-v30-latin-500.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
layer tokens {
  /* quicksand-600 - latin */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/quicksand-v30-latin-600.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
layer tokens {
  /* quicksand-700 - latin */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/quicksand-v30-latin-700.woff2") format("woff2"), url("../assets/fonts/quicksand-v30-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@layer components {
  button {
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .button {
    padding: 15px;
    border: 2px solid var(--clr-accent-secondary);
    border-radius: 50px;
    color: var(--clr-dark);
    font-weight: 800;
    background-color: var(--clr-accent-primary);
    text-align: center;
    display: block;
  }
  .button-wrapper {
    margin-top: 25px;
    display: block;
    width: 100%;
  }
  @media only screen and (min-width: 768px) {
    .button-wrapper {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}
@layer tokens {
  :root {
    --shadow: 0 5px 10px rgb(0 0 0 / 0.2);
    --shadow-primary: 0 0 0.5rem var(--clr-primary);
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    font-family: "Quicksand", sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  body {
    font-family: "Quicksand", sans-serif;
  }
  p,
  a,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    -o-hyphens: auto;
    hyphens: auto;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  ul,
  ol {
    list-style: none;
    text-decoration: none;
    padding: 0px;
  }
  .underline {
    text-decoration: underline;
  }
  p,
  a,
  li {
    color: inherit;
    font-weight: 400;
    margin: 0px;
    font-size: 1em;
    line-height: 1.6em;
  }
  body {
    color: var(--clr-dark);
  }
  a {
    text-decoration: none;
    color: var(--clr-dark);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.5em;
    letter-spacing: 1px;
    color: black;
    text-align: center;
    line-height: 1.25em;
    font-weight: 800;
  }
  h2 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.25em;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h2 strong {
    display: block;
    margin-bottom: 0px;
  }
  h3 {
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: left;
  }
  .pheadline {
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .headline-subline h1 {
    margin-bottom: 0px;
  }
  .headline-subline p {
    font-size: 1.2em;
    text-align: center;
  }
  .mini {
    font-size: 0.7em;
  }
  .small {
    font-size: 0.8em;
  }
  p.bildquelle {
    font-size: 0.8em;
    color: var(--clr-gray-blue);
  }
  .big {
    font-size: 1.8em;
    font-weight: 800;
  }
  .error {
    color: var(--clr-error);
  }
  .left {
    text-align: left;
  }
  .center {
    text-align: center;
  }
  .bold {
    font-weight: 800;
  }
  .light {
    font-weight: 400;
  }
  .lightblue {
    color: var(--clr-secondary);
  }
  .noscript-message {
    background-color: var(--clr-error-bg);
    color: var(--clr-error);
    padding: 2rem 4rem;
    text-align: center;
    border: 1px solid var(--clr-error);
  }
}
@layer components {
  .plz-form {
    border: 2px solid var(--clr-accent-secondary);
    border-radius: 50px;
    width: 90%;
    margin: 10px auto 0px auto;
    padding: 2px;
  }
  input {
    border: 0px;
    border-radius: 50px;
  }
  input:focus {
    outline: none;
  }
  input::-moz-placeholder {
    color: var(--clr-dark);
  }
  input::placeholder {
    color: var(--clr-dark);
  }
}
@layer layout {
  .flex {
    display: flex;
    justify-content: space-around;
  }
  .flex-space-between {
    display: flex;
    justify-content: space-between;
  }
  .container {
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    padding: 25px 0px;
  }
  .row {
    flex-direction: row;
    justify-content: space-between;
  }
  .column {
    flex-direction: column;
    justify-content: space-between;
  }
  .start {
    align-self: start;
  }
  @media only screen and (min-width: 1024px) {
    .container {
      width: 95%;
      max-width: 1090px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}
@layer utilities {
  .pt-0 {
    padding-top: 0px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-top: 0px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
}
@layer utilities {
  .bg-primary {
    background-color: var(--clr-primary);
  }
  .bg-primary p, .bg-primary h1, .bg-primary h2, .bg-primary h3 {
    color: var(--clr-light);
  }
  .bg-secondary {
    background-color: var(--clr-secondary);
  }
  .bg-tertiary {
    background-color: var(--clr-tertiary);
  }
  .bg-accent {
    background-color: var(--clr-accent-primary);
  }
  .bg-accent-secondary {
    background-color: var(--clr-accent-secondary);
  }
  .background-gardient-primary {
    background-image: linear-gradient(to bottom, var(--clr-primary), #2b2869, #2e2c70, #322f78, #363380);
  }
  .bg-white {
    background-color: white;
  }
}
@layer components {
  .box {
    box-shadow: var(--shadow);
    padding: 30px 25px 40px;
    border-radius: 5px;
  }
  .box img {
    width: 100%;
  }
  .plz-box {
    width: 95%;
    max-width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .plz-box .container {
    margin-top: -64px;
    box-shadow: var(--shadow);
    padding: 10px 0px 0px 0px;
    border-radius: 5px;
  }
  .plz-box .plz-form.flex {
    justify-content: space-between;
  }
  .plz-beratung {
    display: none;
  }
  .plz-form-img {
    display: none;
  }
  .plz-top-deal {
    width: 120px;
    height: 24px;
    padding: 18px 20px 18px 10px;
  }
  .plz-top-deal {
    width: 90px;
    padding: 10px 20px;
  }
  .submit-top-deal {
    background-color: var(--clr-accent-primary);
    border-radius: 50px;
    color: #000;
    padding: 12px 20px;
    font-size: 0.8em;
    font-weight: 800;
    border: 2px solid var(--clr-accent-secondary);
    float: right;
  }
  .benefits-box {
    background-color: var(--clr-primary);
    margin: 10px 0px 0px 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
  }
  .benefits-box .fa-check {
    color: var(--clr-accent-primary);
  }
  .cta-fachfirma {
    margin-bottom: 50px;
  }
  .box-cta.flex {
    background-color: var(--clr-tertiary);
    box-shadow: var(--shadow);
    border-radius: 5px;
    line-height: 0;
    flex-direction: column;
  }
  .box-cta-img {
    display: none;
  }
  .box-cta-content .button-wrapper {
    margin-left: 0px;
  }
  .box-cta-content {
    padding: 15px;
  }
  .box-cta-content h3 {
    font-weight: 800;
    font-size: 1.2em;
  }
  .box-artikel,
  .box-themen {
    box-shadow: var(--shadow);
    border-radius: 5px;
    line-height: 0;
  }
  .box-artikel-img {
    width: 100%;
  }
  .box-artikel-img img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0px 0px;
  }
  .box-artikel-content h3 {
    color: var(--clr-primary);
  }
  .box-artikel-content {
    padding: 25px 15px;
  }
  .box-artikel-content p {
    text-wrap: balance;
    word-wrap: normal;
    hyphens: auto;
    color: var(--clr-dark);
  }
  .box-themen {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
  }
  .box-themen .img-themen-box {
    margin-right: 25px;
  }
  .box-themen .img-themen-box img {
    border-radius: 5px 0px 0px 5px;
  }
  .box-themen .themen-box-sign {
    background-color: var(--clr-primary);
    display: inline;
    padding: 5px;
    border-radius: 5px;
    color: var(--clr-bright);
    font-size: 0.8em;
  }
  .box-themen .themen-box-headline {
    margin-top: 5px;
    font-weight: 800;
    font-size: 1em;
  }
  .box-themen .themen-box-headline {
    color: var(--clr-dark);
  }
  .box-themen .themen-box-sign {
    color: var(--clr-light);
  }
  .color-box {
    background-color: var(--clr-accent-light);
    padding: 25px;
    border-radius: 5px;
  }
  .color-box-blue {
    background-color: var(--clr-primary);
    padding: 25px;
    border-radius: 5px;
  }
  .color-box-blue h2 {
    color: var(--clr-light);
  }
  .color-box-blue p {
    color: var(--clr-light);
  }
  .color-box-blue .fa-solid {
    color: var(--clr-light);
  }
  .color-box-attention {
    background-color: var(--clr-accent-light);
    padding: 25px;
    border-radius: 5px;
  }
  .color-box-attention h2 {
    color: var(--clr-dark);
  }
  .color-box-attention p {
    color: var(--clr-dark);
  }
  .color-box-attention .fa-solid {
    color: var(--clr-dark);
  }
  @media only screen and (min-width: 380px) {
    .plz-beratung {
      display: inline-block;
      color: var(--clr-secondary);
    }
  }
  @media only screen and (min-width: 600px) {
    .box-cta.flex {
      box-shadow: var(--shadow);
      border-radius: 5px;
      flex-direction: row;
      justify-content: start;
      align-items: center;
    }
    .box-cta-img {
      display: block;
      margin-right: 25px;
    }
    .box-cta-img img {
      width: 100%;
      height: 50%;
      border-radius: 5px 0px 0px 5px;
    }
    .box-themen .img-themen-box {
      margin-right: 25px;
    }
  }
  @media only screen and (min-width: 650px) {
    .box-artikel {
      display: flex;
      justify-content: baseline;
    }
    .box-artikel-content {
      padding: 10px 15px;
    }
    .box-artikel-img {
      max-width: 200px;
    }
    .box-artikel-img img {
      border-radius: 5px 0px 0px 5px;
    }
  }
  @media only screen and (min-width: 768px) {
    .box-artikel-content {
      padding: 20px 10px;
    }
    .box {
      width: 250px;
      margin-left: auto;
      margin-right: auto;
    }
    .plz-box {
      max-width: 600px;
    }
    .plz-box .container {
      width: 100%;
    }
    .plz-box p {
      font-size: 1em;
    }
    .plz-box .form-wrapper .plz-form {
      width: 450px;
    }
    .plz-box .form-wrapper {
      justify-content: space-around;
    }
    .plz-box .plz-form-img {
      display: block;
      width: 100px;
      height: auto;
      margin-right: 10px;
    }
    .plz-box .submit-top-deal {
      width: 50%;
      padding: 18px 20px;
      font-size: 1em;
    }
    .plz-box .plz-top-deal {
      width: 120px;
      height: 24px;
      padding: 17px 20px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .box-artikel-img {
      max-width: none;
    }
    .box-artikel-img img {
      border-radius: 5px 0px 0px 5px;
    }
    .box-artikel-img img {
      border-radius: 5px 5px 0px 0px;
    }
    .box-artikel {
      display: block;
    }
  }
  @media only screen and (min-width: 1366px) {
    .box {
      width: 20%;
    }
    .mid {
      width: 40%;
    }
  }
}
@layer components {
  .logo {
    height: 50px;
  }
  .logo a {
    height: 50px;
    width: 50px;
    margin: 0px;
    padding: 0px;
  }
}
@layer components {
  .fa-phone {
    font-size: 30px;
    margin-bottom: 4px;
    color: var(--clr-primary);
  }
  .hamburger-menu {
    display: inline-block;
    margin-top: 13px;
    margin-left: 20px;
  }
  .line {
    width: 35px;
    height: 2.5px;
    background-color: var(--clr-primary);
  }
  .line2 {
    height: 1.5px;
    margin: 10px 0px;
    background-color: var(--clr-primary);
  }
  .close-button {
    display: inline-block;
    margin-left: 20px;
  }
  .close-button-img {
    margin-top: 5px;
  }
  .mobile-menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translateX(0%);
    color: var(--clr-light);
    z-index: 9999;
  }
  .mobile-menu .fa-phone {
    color: var(--clr-light);
  }
  .mobile-menu .fa-phone {
    margin-bottom: 6px;
  }
  .mobile-cta.container {
    display: block;
  }
  .mobile-menu-headline {
    font-weight: 800;
    font-size: 1.4em;
    color: var(--clr-light);
  }
  .mobile-menu-header {
    border-bottom: 1px solid var(--clr-light);
  }
  .mobile-menu-header .container {
    align-items: center;
  }
  .mobile-menu-hide {
    display: show;
    transform: translateX(100%);
    animation: hide 0.25s 1;
  }
  .mobile-menu-show {
    display: block;
    animation: show 0.25s 1;
  }
  @keyframes show {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0%);
    }
  }
  @keyframes hide {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(100%);
    }
  }
  ul.mobile-menu-links {
    width: 100%;
  }
  ul.mobile-menu-links li {
    padding: 10px 0px;
    color: var(--clr-light);
    border-bottom: 1px solid var(--clr-dark-teint);
  }
  ul.mobile-menu-links li a {
    color: var(--clr-light);
  }
  ul.mobile-menu-links .fa-angle-left {
    float: right;
  }
  .inner-menu {
    padding: 5px 0px 0px 20px;
  }
  .inner-menu li {
    border-bottom: 0px solid;
  }
  .inner-menu .last-elment {
    padding-bottom: 0px;
  }
  @media only screen and (min-width: 1024px) {
    .menu-icon {
      display: none;
    }
    .mobile-menu {
      display: none;
    }
  }
}
@layer components {
  #bundeslaender h2 {
    margin-bottom: 25px;
  }
  #bundeslaender .container {
    background-color: var(--clr-tertiary);
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  #bundeslaender .bundeslsand.flex {
    margin: 10px 10px;
    align-items: center;
    justify-content: start;
    border: 1px solid var(--clr-primary);
    border-radius: 50px;
    padding: 10px 25px;
    transition: all 0.2s;
  }
  #bundeslaender .bundeslsand.flex img {
    margin-right: 10px;
  }
  #bundeslaender .bundeslsand.flex:hover {
    background-color: white;
    transition: all 0.2s;
  }
  @media only screen and (min-width: 350px) {
    #bundeslaender .bundeslsand.flex {
      width: 250px;
      margin-left: 0px;
      margin-right: 0px;
    }
  }
  @media only screen and (min-width: 900px) {
    #bundeslaender .container {
      max-width: 1090px;
      justify-content: space-between;
    }
    #bundeslaender .flex {
      flex-direction: row;
      justify-content: space-around;
    }
    #bundeslaender .bundeslsand.flex {
      width: 300px;
    }
  }
}
@layer sections {
  .advertorial-header,
  .advertorial-footer {
    width: 90%;
    max-width: 800px;
    margin: 10px auto;
    max-width: 800px;
  }
  .advertorial-logo {
    margin-bottom: 25px;
  }
  .advertorial-hinweis p {
    color: var(--clr-gray);
  }
  .advertorial-hinweis hr {
    background-color: var(--clr-gray);
    height: 1px;
    border: none;
  }
  .advertorial-wrapper {
    width: 95%;
    max-width: 800px;
    margin: 25px auto;
  }
  .advertorial-wrapper h1,
  .advertorial-wrapper h2,
  .advertorial-wrapper h3 {
    text-align: left;
    font-size: 2em;
  }
  .advertorial-wrapper h2 {
    margin: 25px 0px;
    font-size: 1.5em;
    font-weight: 800;
  }
  .advertorial-wrapper h3 {
    text-align: center;
  }
  .advertorial-wrapper p.big {
    font-weight: 400;
    font-size: 1.4em;
  }
  .advertorial-wrapper p.small {
    font-weight: 400;
    font-size: 1em;
  }
  .advertorial-wrapper p {
    margin-bottom: 25px;
    font-size: 1.2em;
  }
  .advertorial-wrapper a.advertorial-link {
    text-decoration: underline;
    color: #19478c;
    font-weight: bold;
  }
  .advertorial-wrapper .advertorial-cta h3 {
    margin-top: 50px;
    text-align: center;
  }
  .advertorial-wrapper .advertorial-cta p.big {
    text-align: center;
  }
  .advertorial-img {
    margin-top: 25px;
  }
  .advertorial-img img {
    width: 100%;
  }
  .advertorial-bundesland {
    background-color: var(--clr-light-2);
  }
  #bundeslaender .container {
    width: 100%;
  }
  #bundeslaender p {
    margin-bottom: 0px;
    font-size: 1em;
  }
  #bundeslaender .bundeslsand.flex {
    box-sizing: border-box;
  }
  .advertorial-footer {
    text-align: center;
    margin-bottom: 25px;
  }
  .advertorial-footer a,
  .advertorial-footer p {
    font-size: 0.9em;
    color: var(--clr-gray);
  }
  @media only screen and (min-width: 640px) {
    #bundeslaender .container {
      max-width: 1090px;
      justify-content: space-between;
    }
    #bundeslaender .flex {
      flex-direction: row;
      justify-content: space-around;
    }
    #bundeslaender .bundeslsand.flex {
      width: 300px;
    }
  }
}/*# sourceMappingURL=advertorial.style.css.map */