:root {
  --background-color: #323d4f;
  --text-color: #f6f6f6;
  --h1-h2: Unicaone, sans-serif;
  --light-yellow: #fff1d6;
  --white: white;
  --black: black;
  --color: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: #f6f6f6;
  margin-left: 220px;
  text-decoration: none;
}

.body {
  background-color: var(--background-color);
  color: #f6f6f6;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.heading {
  color: var(--text-color);
  font-family: Unicaone, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

.heading.grey {
  color: var(--background-color);
  font-weight: 400;
}

.heading.white {
  font-weight: 400;
}

.container-grey {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-grey._1 {
  background-color: var(--background-color);
  margin-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-grey.footer {
  border-top: 1px solid var(--text-color);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-2 {
  margin-top: auto;
  font-family: Unicaone, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

.heading-2.menu {
  font-size: 40px;
  line-height: 66px;
}

.paragraph {
  aspect-ratio: auto;
  color: var(--text-color);
  text-align: left;
  object-fit: fill;
  width: auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.4em;
  position: static;
  inset: auto 0;
}

.paragraph.grey {
  color: var(--background-color);
  margin-bottom: 10px;
  padding-left: 220px;
  font-size: 20px;
  line-height: 1.4em;
}

.paragraph.grey.link {
  margin-bottom: 0;
}

.paragraph.grey.card {
  text-align: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph.white {
  padding-left: 220px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 300;
}

.paragraph.white._1 {
  font-weight: 300;
}

.paragraph._1 {
  padding-left: 0;
}

.paragraph._2 {
  text-align: left;
  padding-left: 0;
}

.paragraph.datenschutz {
  font-size: 18px;
  line-height: 25.2px;
}

.top-margin-60 {
  margin-top: 60px;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.top-margin {
  display: block;
}

.top-margin._60 {
  margin-top: 60px;
}

.top-margin._40 {
  margin-top: 40px;
}

.top-margin._120 {
  margin-top: 0;
}

.heading-3 {
  font-family: var(--h1-h2);
  padding-left: 220px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.heading-3.white {
  font-weight: 400;
}

.heading-3.grey {
  color: var(--background-color);
  font-size: 28px;
  font-weight: 400;
}

.heading-3.grey.card {
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3.grey.kontakt {
  color: var(--text-color);
}

.heading-3.datenschutz {
  margin-top: 60px;
  padding-left: 0;
  font-weight: 400;
}

.card {
  background-color: var(--light-yellow);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  width: 120px;
  height: 120px;
  margin-top: 0;
}

.section {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1400px;
  margin: 60px auto;
  display: block;
}

.section._1.footer {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  display: block;
}

.container-yellow._1 {
  background-color: var(--light-yellow);
  background-color: #fff1d6;
  max-width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
}

.list {
  column-count: auto;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 240px;
  line-height: 40px;
}

.list.grey {
  color: var(--background-color);
}

.button-yellow {
  border: 3px solid var(--background-color);
  background-color: var(--light-yellow);
  color: var(--background-color);
  text-align: center;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
  font-family: Unicaone, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
}

.button-yellow:hover {
  border: 3px solid var(--light-yellow);
  background-color: var(--background-color);
  color: var(--light-yellow);
  -webkit-text-stroke-color: var(--background-color);
}

.link.inhalt {
  margin-left: 0;
}

.link.inhalt.grey {
  color: var(--background-color);
  column-count: auto;
}

.link.datenschutzbestimmung {
  color: var(--background-color);
  margin-left: 0;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  width: 100%;
}

.form-field {
  border-radius: 5px;
  height: 50px;
  min-height: auto;
  margin-bottom: 30px;
}

.list-item {
  font-size: 20px;
}

.nav-link-3 {
  margin-left: 0;
  text-decoration: none;
}

.nav-link-3:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

.drop-link {
  z-index: 999;
  color: #212e2e80;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  font-size: 32px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hamburger-link {
  color: var(--background-color);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hamburger-link:hover {
  opacity: 1;
  border-bottom-width: 2px;
  border-bottom-color: #ff2020;
}

.wrap-link-drop {
  margin-bottom: 25px;
  overflow: hidden;
}

.menu {
  display: block;
}

.navbar {
  z-index: 99;
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.logo {
  width: 100%;
}

.navbar-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  margin-left: 0;
}

.hamburger {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.text-block {
  letter-spacing: 1px;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: static;
  inset: 30px auto 0%;
}

.menuwrapper {
  z-index: 98;
  background-color: var(--background-color);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menucontainer {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.menucontent {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.menulinks {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 30px;
  display: flex;
}

.nummerlink {
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.nummer {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ziffern {
  margin-top: 0;
  margin-right: 30px;
  font-size: 16px;
}

.menulink {
  display: flex;
  position: relative;
}

.go-up-button {
  z-index: 20;
  -webkit-text-stroke-color: white;
  background-color: #d6ced0;
  background-image: url('../images/To-Top-Button-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-right: 0;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.link-block-5 {
  background-color: var(--text-color);
  color: var(--light-yellow);
  margin-bottom: 20px;
}

.link-block-5.w--current {
  z-index: 999;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-color);
  color: var(--text-color);
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  padding: 40px 20px 60px;
  display: flex;
}

.dropdown-titel {
  color: #f4f4f4;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  padding-right: 0;
  font-family: Unicaone, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.paragraph-2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 1.5em;
}

.paragraph-2.white {
  color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.paragraph-2.white.copyright {
  font-size: 16px;
  font-weight: 300;
}

.paragraph-2.white.footer {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.paragraph-2.white.footer.impressum {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 300;
  display: block;
}

.accordion-item {
  max-width: 500px;
}

.accordion__bar-vert {
  background-color: #ababab;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 0 0;
  font-family: Syne Variablefont Wght, sans-serif;
  font-size: 18px;
  display: flex;
}

.accordion__content {
  margin: 15px 20px 20px;
}

.link-2 {
  color: #272727;
  text-decoration: none;
}

.link-2.white {
  color: #f4f4f4;
  display: inline;
}

.link-2.white.fr {
  margin-left: 0;
}

.accordion__bar-hor {
  background-color: #ababab;
  width: 100%;
  height: 2px;
}

.link-3 {
  margin-left: 0;
}

.go-up-button-2 {
  z-index: 20;
  -webkit-text-stroke-color: white;
  background-color: #c4c4c4;
  background-image: url('../images/To-Top-Button-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-right: 0;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.header-nav-menu-wrapper.hamburger-desktop {
  border: 4px solid var(--background-color);
  background-color: var(--light-yellow);
  border-radius: 20px;
  height: auto;
  padding: 24px;
  display: none;
  position: absolute;
  inset: auto 2%;
}

.header-logo {
  width: 240px;
  max-width: 240px;
}

.header-wrapper {
  background-color: var(--background-color);
  height: 120px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.container-default {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header-nav-link {
  color: var(--background-color);
  margin-left: 0;
  padding: 0;
  font-family: Unicaone, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.header-nav-link:hover, .header-nav-link.w--current {
  color: var(--background-color);
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-left: 0;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-list.hamburger-desktop {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.hamburger-desktop {
  margin-bottom: 0;
  padding-left: 0;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
  background-color: var(--text-color);
}

.image-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.text-block-nav {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-tools {
  margin-left: 0;
}

.html-embed, .html-embed-3, .html-embed-4 {
  width: 50px;
  height: 50px;
}

.paragraph-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 5px;
}

.paragraph-3.datenschutz {
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
}

.container {
  max-width: 1400px;
}

.heading-4 {
  padding-left: 220px;
  font-family: Unicaone, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.heading-4.grey {
  color: #323d4f;
  font-size: 28px;
  font-weight: 400;
}

.paragraph-4 {
  aspect-ratio: auto;
  color: #f6f6f6;
  text-align: left;
  object-fit: fill;
  width: auto;
  padding-left: 0;
  position: static;
  inset: auto 0;
}

.paragraph-4.grey {
  color: #323d4f;
  margin-bottom: 10px;
  padding-left: 220px;
}

.paragraph-4.grey.link {
  margin-bottom: 0;
}

.heading-5 {
  color: #f6f6f6;
  font-family: Unicaone, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 76px;
}

.heading-5.grey {
  color: #323d4f;
  font-weight: 400;
}

.link-4.inhalt {
  margin-left: 0;
}

.link-4.inhalt.grey {
  color: #323d4f;
  column-count: auto;
}

.top-margin-61 {
  display: block;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #19191999;
  border-top: 1px solid #4353ff29;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  width: auto;
  font-size: 18px;
  line-height: 1.4em;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--background-color);
  color: var(--background-color);
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_title {
  color: var(--background-color);
  font-family: Unicaone, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_button {
  border: 2px solid var(--background-color);
  background-color: var(--background-color);
  color: var(--text-color);
  border-radius: 999rem;
  margin-left: 0;
  padding: .625rem 1.5rem;
  font-size: 16px;
  line-height: 1.5em;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-style: solid;
  border-color: var(--background-color);
  color: #121212;
  background-color: #fff;
  font-size: 1rem;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_content {
  background-color: var(--light-yellow);
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.underline {
  text-decoration: underline;
  display: none;
}

.fs-cc-banner_button {
  border: 2px solid var(--background-color);
  background-color: var(--background-color);
  color: var(--text-color);
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-manager_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_close {
  border: 1px solid var(--background-color);
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  position: absolute;
  inset: -20px -20px auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_component {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-manager_component {
  z-index: 999;
  cursor: pointer;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_toggle-wrapper {
  color: var(--background-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Unicaone, sans-serif;
  display: flex;
}

.fs-cc-prefs_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_container {
  grid-row-gap: 2rem;
  background-color: var(--light-yellow);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
  display: flex;
  position: relative;
}

.fs-cc-manager_button {
  background-color: var(--text-color);
  color: #121212;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-banner_close-icon {
  border: 1px none var(--background-color);
  color: var(--background-color);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #12121299;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_text {
  color: var(--background-color);
  font-size: 16px;
  line-height: 1.4em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.link-5 {
  color: var(--background-color);
  margin-left: 0;
}

.bold-text {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 70px;
  }

  .container-grey._1 {
    position: static;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 70px;
  }

  .heading-2.menu {
    font-size: 32px;
  }

  .paragraph, .paragraph.grey {
    padding-left: 0;
    font-weight: 300;
  }

  .paragraph.white {
    padding-left: 0;
  }

  .paragraph._2 {
    font-weight: 300;
  }

  .top-margin, .top-margin._60 {
    margin-top: 40px;
  }

  .top-margin._120 {
    margin-top: 0;
  }

  .heading-3.white {
    padding-left: 0;
  }

  .heading-3.grey {
    padding-left: 0;
    font-size: 28px;
  }

  .heading-3.grey.card {
    text-align: center;
    font-size: 32px;
  }

  .card {
    width: 40%;
  }

  .image {
    max-width: none;
  }

  .list {
    margin-top: 0;
    padding-left: 26px;
  }

  .list.grey {
    margin-top: 0;
  }

  .button-yellow {
    margin-left: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .list-item {
    font-weight: 300;
  }

  .nav-link-3 {
    display: block;
  }

  .drop-link {
    justify-content: flex-start;
    width: 100%;
    font-size: 25px;
  }

  .hamburger-link {
    display: block;
  }

  .wrap-link-drop {
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
    position: relative;
  }

  .navbar, .menulinks {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-3 {
    z-index: 100;
  }

  .link-block-4 {
    z-index: 9990;
  }

  .link-block-5 {
    z-index: 999;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .dropdown-titel {
    font-size: 16px;
  }

  .paragraph-2, .paragraph-2.white {
    font-size: 20px;
  }

  .paragraph-2.white.copyright {
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph-2.white.footer.impressum {
    padding-bottom: 0;
    font-size: 15px;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .link-2 {
    cursor: pointer;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    height: 100vh;
    left: 20px;
    right: 20px;
    overflow: auto;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    position: fixed;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-link {
    font-weight: 400;
  }

  .header-nav-link:hover {
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    white-space: normal;
    border-bottom: 0 #b80f0f;
    text-decoration: underline;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-menu-list.hamburger-desktop {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.hamburger-desktop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .image-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .paragraph-3.datenschutz {
    font-size: 18px;
  }

  .heading-4.grey {
    padding-left: 0;
    font-size: 28px;
  }

  .paragraph-4 {
    padding-left: 0;
    font-weight: 300;
  }

  .paragraph-4.grey {
    padding-left: 0;
    font-weight: 400;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 70px;
  }

  .top-margin-61 {
    margin-top: 40px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_close {
    top: -14px;
    right: -14px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .heading, .heading-2 {
    text-align: left;
    font-size: 40px;
    line-height: 54px;
  }

  .heading-2.menu {
    margin-top: 5px;
    font-size: 28px;
    line-height: 46px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.grey {
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph.white {
    margin-top: 20px;
    padding-left: 0;
  }

  .top-margin-60, .top-margin {
    margin-top: 0;
  }

  .top-margin._60 {
    text-align: center;
    margin-top: 0;
  }

  .top-margin._40, .top-margin._120 {
    margin-top: 0;
  }

  .heading-3.white {
    text-align: left;
    margin-top: 40px;
  }

  .heading-3.grey {
    text-align: left;
    margin-top: 40px;
    font-size: 28px;
  }

  .heading-3.grey.card {
    margin-bottom: 0;
    font-size: 32px;
  }

  .card {
    flex-flow: wrap;
    width: 60%;
    display: flex;
  }

  .image {
    margin-top: 0;
  }

  .flex-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .list-item {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .drop-link {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .navbar {
    padding-left: 0;
  }

  .navbar-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-5 {
    margin-bottom: 20px;
  }

  .dropdown-titel {
    font-size: 16px;
  }

  .paragraph-2, .paragraph-2.white {
    font-size: 18px;
  }

  .paragraph-2.white.copyright {
    line-height: 1.6em;
  }

  .paragraph-2.white.footer.impressum {
    font-size: 15px;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    height: 100vh;
  }

  .header-logo {
    max-width: 220px;
  }

  .image-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .link-tools {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .paragraph-3 {
    padding-top: 10px;
    font-size: 13px;
  }

  .heading-4.grey {
    text-align: left;
    margin-top: 40px;
    font-size: 28px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-4.grey {
    padding-left: 0;
    font-weight: 300;
  }

  .heading-5 {
    text-align: left;
    font-size: 40px;
    line-height: 54px;
  }

  .top-margin-61 {
    margin-top: 0;
  }

  .fs-cc-banner_text-link {
    align-self: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_space-medium {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    max-width: none;
    margin-top: 20px;
    font-size: 40px;
    line-height: 54px;
  }

  .heading.grey {
    margin-top: 10px;
    font-weight: 400;
  }

  .heading.white {
    margin-top: 10px;
  }

  .container-grey._1 {
    margin-top: 120px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 54px;
  }

  .heading-2.menu {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.grey {
    margin-top: 10px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .paragraph.grey.card {
    text-align: center;
    padding-top: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph.white {
    margin-top: 10px;
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph._2 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph.datenschutz {
    flex-flow: column;
    width: auto;
    max-width: none;
    padding-right: 0;
    font-size: 16px;
    display: block;
    overflow: visible;
  }

  .top-margin._60 {
    text-align: left;
  }

  .top-margin._120 {
    margin-top: 0;
  }

  .heading-3.white {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-3.grey {
    max-width: none;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-3.grey.kontakt {
    margin-top: 20px;
  }

  .heading-3.datenschutz {
    font-size: 26px;
    line-height: 1.4em;
  }

  .card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-content: space-between;
    width: 100%;
    display: flex;
  }

  .section._1 {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: visible;
  }

  .button-yellow {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .list-item {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .drop-link {
    margin-bottom: 10px;
  }

  .navbar {
    padding-right: 20px;
  }

  .logo {
    width: 90%;
    display: inline-block;
  }

  .navbar-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .text-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
    place-content: space-between center;
    align-items: center;
    width: auto;
    font-size: 16px;
    display: block;
  }

  .menuwrapper {
    display: block;
  }

  .menulinks {
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
  }

  .nummer {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .menulink {
    align-items: center;
  }

  .link-block-5 {
    margin-bottom: 20px;
  }

  .link-block-5.w--current {
    background-color: var(--text-color);
  }

  .footer {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-titel {
    font-size: 16px;
  }

  .paragraph-2 {
    margin-bottom: 40px;
  }

  .paragraph-2.white.copyright {
    justify-content: space-between;
    width: auto;
    font-size: 14px;
    font-weight: 200;
    display: block;
  }

  .paragraph-2.white.footer {
    letter-spacing: .5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .paragraph-2.white.footer.impressum {
    font-size: 12.2px;
    overflow: visible;
  }

  .accordion__plus-wrapper {
    margin-top: 0;
    margin-left: 20px;
  }

  .accordion__content {
    margin-left: 0;
    margin-right: 0;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    height: 100vh;
    display: block;
    overflow: auto;
  }

  .header-logo {
    max-width: 170px;
  }

  .header-wrapper {
    height: 90px;
    position: fixed;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.hamburger-desktop {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    place-content: space-between space-around;
    align-items: stretch;
  }

  .text-block-nav {
    width: auto;
    max-width: none;
  }

  .paragraph-3 {
    max-width: 28ch;
    line-height: 1.5em;
  }

  .paragraph-3.datenschutz {
    max-width: none;
    font-size: 16px;
  }

  .heading-4.grey {
    max-width: none;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph-4 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-4.grey {
    margin-top: 10px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
  }

  .heading-5 {
    max-width: none;
    margin-top: 20px;
    font-size: 40px;
    line-height: 54px;
  }

  .heading-5.grey {
    margin-top: 10px;
    font-weight: 400;
  }

  .top-margin-61._60 {
    text-align: left;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_button {
    text-align: center;
    flex: 1;
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    margin-bottom: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-manager_component {
    display: block;
    top: auto;
  }

  .fs-cc-banner_trigger {
    display: block;
  }

  .fs-cc-banner_container {
    grid-row-gap: 1rem;
    display: flex;
  }

  .fs-cc-prefs_space-medium {
    align-items: stretch;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne Variablefont Wght';
  src: url('../fonts/Syne-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unicaone';
  src: url('../fonts/UnicaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}