:root {
  --felh-grau: #d6ced0;
  --felh-hellblau: #7fa0b7;
  --black: black;
  --felh-dunkelblau: #004371;
  --white: white;
}

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

.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;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #004371;
}

.body {
  background-color: var(--felh-grau);
  color: #272727;
  letter-spacing: 1px;
  max-width: 1920px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.content {
  margin-top: 150px;
}

.container {
  max-width: none;
}

.container.full-with {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-top: 0;
  display: flex;
}

.block {
  aspect-ratio: auto;
  background-color: var(--felh-grau);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 284px;
  height: auto;
  padding: 10px 20px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block {
  object-fit: fill;
  width: auto;
  display: flex;
}

.container-content {
  flex-direction: column;
  max-width: 1400px;
  display: flex;
}

.section {
  width: 100vw;
  max-width: none;
  padding: 40px 20px 80px;
  display: block;
  overflow: visible;
}

.section.blue {
  background-image: linear-gradient(to bottom, var(--felh-hellblau), var(--felh-hellblau));
  padding-top: 40px;
}

.heading-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

.heading-2 {
  color: #f4f4f4;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

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

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

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

.paragraph.white.footer.impressum {
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.paragraph.white.small {
  margin-top: 30px;
  font-size: 22px;
}

.paragraph.white.small.aquarell {
  font-size: 22px;
}

.paragraph.extra-small {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph.small {
  margin-bottom: 40px;
  font-size: 28px;
  text-decoration: none;
}

.top-margin {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.top-margin._60-pixel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-right: 0;
}

.top-margin._20-pixel {
  margin-top: 0;
  margin-bottom: 60px;
}

.top-margin._40-pixel {
  margin-top: 40px;
  margin-bottom: 0;
}

.top-margin._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.top-margin._1 {
  flex-wrap: wrap;
}

.image {
  border-radius: 20px;
  width: 50%;
}

.image.full-with {
  width: 100%;
}

.image._100-prozent {
  width: 100%;
  max-width: 50%;
}

.image._70-prozent {
  width: 30%;
}

.image.aquarell {
  border-radius: 0;
  width: 100%;
  max-width: 70%;
}

.heading-4 {
  color: #f4f4f4;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.heading-4.black {
  color: #272727;
}

.heading-4.black._40-pixel {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 44px;
  font-style: normal;
  line-height: 1.2em;
  text-decoration: none;
}

.heading {
  margin-top: 60px;
}

.heading.white {
  color: #f4f4f4;
  text-transform: none;
  margin-bottom: 40px;
  font-weight: 500;
}

.heading.white._40-pixel {
  color: #f4f4f4;
  text-transform: none;
  margin-top: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading.white._40-pixel._1-5-em {
  line-height: 1.4em;
}

.heading.white._10-pixel {
  text-transform: none;
  margin-top: 10px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading.white.footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading.small {
  margin-top: 40px;
  font-size: 28px;
}

.div-block {
  width: 50%;
  display: block;
}

.button {
  text-align: center;
  background-color: #004371;
  border-radius: 10px;
}

.container-adress {
  max-width: 1400px;
  margin-top: 60px;
  display: flex;
}

.text-block-start {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1400px;
  margin-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 10% 0% auto;
}

.text-aquarell {
  font-size: 22px;
  line-height: 1.4em;
}

.link {
  color: #272727;
  font-family: Montserrat Variablefont Wght, sans-serif;
  text-decoration: none;
}

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

.div-block-main-image {
  text-align: left;
  background-image: url('../images/Absatz-01.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 1920px;
  width: 100vw;
  height: 960px;
  position: relative;
  top: auto;
}

.vertical-line {
  outline-offset: 0px;
  -webkit-text-stroke-color: #004371;
  background-color: #004371;
  outline: 1px #004371;
  width: 2px;
  max-width: none;
  height: 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.language-selector {
  color: #004371;
  font-size: 16px;
  text-decoration: none;
}

.language-selector.w--current {
  color: #004371;
}

.sprachumschalter {
  justify-content: space-around;
  align-self: auto;
  width: 60px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 70%;
}

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

.header-nav-list-item.hamburger-desktop {
  color: #ae9ea1;
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 22px;
}

.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-direction: column;
  align-items: flex-start;
}

.header-nav-link {
  color: #004371;
  padding: 0;
}

.header-nav-link:hover, .header-nav-link:active {
  color: #ae9ea1;
}

.header-nav-link:visited {
  color: #004371;
}

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

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

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

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

.header-nav-menu-wrapper.hamburger-desktop {
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  border-bottom: 1px solid #eff0f6;
  justify-content: flex-start;
  padding: 24px;
  display: block;
  position: absolute;
  inset: 0% 0% auto 50%;
}

.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: #004371;
  width: 60px;
  height: 3px;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-default {
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-logo {
  width: 800px;
  max-width: none;
}

.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;
}

.container-footer {
  align-items: center;
  max-width: none;
  max-height: none;
  margin-left: auto;
  display: block;
}

.block-footer {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #004371;
  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: 100vw;
  max-width: none;
  height: auto;
  padding: 40px 20px 60px 240px;
  display: flex;
}

.content-datenschutz {
  width: auto;
  max-width: 1400px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header-content {
  z-index: 999;
  background-color: #f4f4f4;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  left: auto;
}

.de-language {
  color: #004371;
  font-size: 16px;
  text-decoration: none;
}

.container-2 {
  max-width: 1400px;
}

.header-container {
  justify-content: space-between;
  max-width: 1400px;
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.header {
  z-index: 990;
  background-color: #f4f4f4;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #f4f4f4;
  height: auto;
  position: relative;
}

.icon {
  width: 60px;
}

.menu-button {
  color: #272727;
  padding: 0;
}

.menu-button.w--open {
  color: #f4f4f4;
  background-color: #f4f4f4;
  padding: 0;
}

.nav-menu {
  background-color: #f4f4f4;
  left: 50%;
}

.nav-link {
  color: #004371;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link:hover {
  color: #d6ced0;
}

.nav-link:visited {
  color: #004371;
}

.nav-link.w--current {
  color: #d6ced0;
  -webkit-text-stroke-color: #d6ced0;
  text-decoration: none;
}

.language {
  justify-content: flex-start;
  align-self: auto;
  width: 60px;
  display: flex;
}

.button-and-language {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-end;
  height: 110px;
  display: flex;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 700;
}

.tab-link-impressum {
  padding-left: 0;
}

.tab-link-impressum.w--current {
  color: #f4f4f4;
  background-color: #004371;
  padding-left: 10px;
}

.icon-2 {
  color: #f4f4f4;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.dropdown-link {
  color: #f4f4f4;
}

.dropdown-toggle-impressum {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 22px;
  display: flex;
  overflow: visible;
}

.dropdown-titel {
  color: #f4f4f4;
  letter-spacing: 1px;
  width: auto;
  height: auto;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.icon-3 {
  color: #f4f4f4;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-right: 0;
  font-size: 18px;
  display: flex;
}

.dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: 20px 0 60px;
  display: block;
  overflow: hidden;
}

.dropdown-list {
  flex-wrap: nowrap;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

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

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

.accordion__title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px 0 0;
  font-size: 18px;
  display: flex;
}

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

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

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

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

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

.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_overlay {
  z-index: -1;
  background-color: #12121299;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.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-banner_button {
  border: 2px solid var(--felh-dunkelblau);
  background-color: var(--felh-dunkelblau);
  color: #f6f6f6;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75em;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-size: 18px;
}

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

.fs-cc-banner_close-icon {
  color: var(--felh-grau);
  border: 1px #323d4f;
  border-left-width: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.fs-cc-banner_container {
  grid-row-gap: 2rem;
  background-color: var(--felh-grau);
  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-prefs_space-medium {
  grid-column-gap: 1rem;
  margin-bottom: 2.5rem;
  display: flex;
}

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

.fs-cc-prefs_checkbox-field {
  background-color: var(--felh-hellblau);
  background-image: none;
  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-manager_trigger, .fs-cc-prefs_submit-hide {
  display: none;
}

.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-banner_text-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--felh-dunkelblau) var(--felh-dunkelblau) var(--felh-dunkelblau) var(--black);
  color: var(--black);
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

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

.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-prefs_toggle-wrapper {
  color: #323d4f;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

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

.bold-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
}

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

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

.fs-cc-prefs_text {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.fs-cc-banner_text {
  color: var(--black);
  width: auto;
  font-size: 18px;
  line-height: 1.4em;
}

.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-banner_close {
  border: 1px solid var(--felh-dunkelblau);
  background-color: var(--felh-dunkelblau);
  opacity: 1;
  cursor: pointer;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  position: absolute;
  inset: -20px -20px auto auto;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #121212;
  background-color: #fff;
  border-style: solid;
  border-color: #323d4f;
  font-size: 18px;
}

.fs-cc-prefs_title {
  color: #323d4f;
  -webkit-text-stroke-color: var(--black);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.link-2.datenschutzbestimmung {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-left: 0;
}

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

.link-1.datenschutz {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 24px;
  }

  .content {
    margin-top: 120px;
  }

  .container.full-with {
    max-width: none;
    margin-top: 0;
  }

  .block {
    width: 250px;
  }

  .text-block {
    font-size: 20px;
    line-height: 1.5em;
  }

  .container-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section {
    padding: 30px 20px 50px;
    display: block;
  }

  .section.blue {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 20px;
  }

  .heading-1, .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

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

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

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

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

  .paragraph.extra-small {
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph.small {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph.datenschutz {
    font-size: 16px;
  }

  .top-margin {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    place-content: space-between;
    width: auto;
    max-width: none;
  }

  .top-margin._60-pixel {
    margin-bottom: 40px;
  }

  .top-margin._20-pixel {
    margin-bottom: 20px;
  }

  .top-margin._2 {
    justify-content: space-between;
  }

  .top-margin._1 {
    flex-flow: row;
    width: 100%;
  }

  .image {
    width: 30%;
    max-width: none;
  }

  .image._100-prozent {
    width: 100%;
    max-width: 70%;
  }

  .image.forms {
    width: 45%;
  }

  .image._70-prozent {
    border-radius: 16px;
    width: 29%;
  }

  .image.aquarell {
    border-radius: 0;
    width: 100%;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 24px;
    display: block;
  }

  .heading-4.black._40-pixel {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.4em;
  }

  .heading {
    font-size: 34px;
    line-height: 1.4em;
  }

  .heading.white._40-pixel {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.4em;
  }

  .heading.white._10-pixel {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .heading.white.footer {
    font-size: 16px;
  }

  .heading.small {
    font-size: 22px;
  }

  .button {
    font-size: 20px;
    line-height: 1.4em;
  }

  .container-adress {
    margin-top: 40px;
  }

  .text-block-start {
    margin-top: 275px;
    padding-left: 20px;
    padding-right: 20px;
    top: 26%;
    bottom: auto;
  }

  .adress {
    margin-bottom: 0;
    font-size: 20px;
  }

  .link {
    cursor: pointer;
  }

  .div-block-main-image {
    object-fit: fill;
    background-position: 70%;
    background-size: cover;
    width: 100vw;
    height: 640px;
    right: auto;
  }

  .sprachumschalter {
    margin-top: 0;
    top: 65%;
  }

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

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

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

  .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 {
    position: absolute;
    inset: 0% 0% auto 50%;
  }

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

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

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

  .header-logo {
    width: 800px;
    max-width: 420px;
  }

  .container-footer {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
  }

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

  .content-datenschutz {
    margin-top: 160px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-container {
    align-items: center;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .header {
    z-index: 990;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    font-size: 20px;
  }

  .logo {
    max-width: 70%;
  }

  .dropdown-toggle-impressum {
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    width: 18%;
    font-size: 18px;
  }

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

  .icon-3 {
    justify-content: space-between;
    font-size: 16px;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 0;
  }

  .dropdown-list {
    display: block;
  }

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

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

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

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

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

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

  .fs-cc-prefs_space-medium {
    display: flex;
  }

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

  .fs-cc-prefs_component {
    display: flex;
  }

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

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

@media screen and (max-width: 767px) {
  .content {
    margin-top: 120px;
  }

  .block {
    width: 200px;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.5em;
  }

  .heading-1, .heading-1._20-pixel, .heading-2, .paragraph, .paragraph.white {
    font-size: 18px;
  }

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

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

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

  .paragraph.extra-small {
    font-size: 14px;
  }

  .paragraph.small {
    font-size: 16px;
  }

  .top-margin {
    justify-content: center;
  }

  .top-margin._60-pixel {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .top-margin._40-pixel {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .top-margin._40-pixel.mobile {
    flex-direction: column-reverse;
    margin-top: 60px;
  }

  .top-margin._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .top-margin._1 {
    flex-wrap: wrap;
  }

  .image.forms {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 70%;
    max-width: 100%;
    position: static;
  }

  .image._70-prozent {
    width: 30%;
  }

  .image.aquarell {
    border-radius: 0;
    width: 80%;
  }

  .heading-4 {
    font-size: 24px;
  }

  .heading, .heading.white._40-pixel {
    font-size: 28px;
  }

  .heading.white._10-pixel {
    font-size: 24px;
  }

  .heading.white.footer {
    padding-top: 40px;
  }

  .heading.small {
    font-size: 20px;
  }

  .div-block {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .text-block-start {
    margin-top: 0;
    padding-top: 0;
    inset: 37% auto auto 0%;
  }

  .adress {
    font-size: 16px;
    line-height: 1.5em;
  }

  .text-aquarell {
    font-size: 18px;
    line-height: 1.5em;
  }

  .div-block-main-image {
    background-position: 75%;
    background-size: cover;
    height: 480px;
  }

  .language-selector {
    font-size: 16px;
  }

  .sprachumschalter {
    justify-content: flex-start;
    align-self: auto;
    width: 60px;
    margin-top: 0;
    top: 66%;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    z-index: 999;
    inset: 0% 0% auto 50%;
  }

  .header-logo {
    width: 800px;
    max-width: 340px;
  }

  .content-datenschutz {
    margin-top: 160px;
  }

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

  .header {
    z-index: 990;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .logo {
    max-width: 90%;
  }

  .dropdown-toggle-impressum {
    width: 26%;
  }

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

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

  .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;
  }

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

  .fs-cc-prefs_form {
    margin-top: 0;
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .content {
    margin-top: 100px;
  }

  .container.full-with {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: block;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .block {
    border-radius: 15px;
    width: auto;
  }

  .text-block {
    font-size: 16px;
  }

  .container-content {
    margin-bottom: 0;
  }

  .section, .section.blue {
    padding-top: 20px;
  }

  .heading-1, .heading-2 {
    margin-bottom: 10px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

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

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

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

  .paragraph.white.small.aquarell {
    font-size: 16px;
  }

  .paragraph.small {
    margin-bottom: 10px;
  }

  .top-margin {
    justify-content: center;
    padding-bottom: 0;
  }

  .top-margin._60-pixel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .top-margin._2 {
    justify-content: center;
  }

  .image {
    border-radius: 15px;
    width: 100%;
  }

  .image._100-prozent {
    max-width: 100%;
  }

  .image.forms {
    width: 100%;
  }

  .image._70-prozent {
    width: 70%;
  }

  .image.aquarell {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-4.black._40-pixel {
    font-size: 26px;
  }

  .heading {
    font-size: 28px;
    line-height: 1.4em;
  }

  .heading.white._40-pixel {
    font-size: 26px;
  }

  .heading.white._10-pixel {
    font-size: 22px;
  }

  .heading.white.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.small {
    font-size: 20px;
    line-height: 1.4em;
  }

  .div-block {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .button {
    font-size: 16px;
  }

  .container-adress {
    flex-direction: column;
    max-width: 100%;
    margin-top: 20px;
  }

  .text-block-start {
    margin-top: 0;
    padding-top: 0;
    top: 260px;
    bottom: auto;
  }

  .adress {
    margin-bottom: 20px;
  }

  .div-block-main-image {
    background-position: 65%;
    width: 100%;
    height: 360px;
    margin-left: 0;
  }

  .sprachumschalter {
    align-self: center;
    width: 60px;
    margin-top: 10px;
    margin-left: 0;
    top: 95px;
  }

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

  .header-nav-link {
    font-size: 20px;
  }

  .hamburger-menu-wrapper {
    align-self: flex-end;
  }

  .header-nav-menu-wrapper.hamburger-desktop {
    inset: 0% 0% auto;
  }

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

  .hamburger-menu-bar.bottom {
    width: 40px;
    margin-top: 6px;
    margin-bottom: 12px;
    padding-top: 0;
  }

  .header-wrapper {
    padding-bottom: 10px;
  }

  .header-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .header-logo {
    width: 300px;
    max-width: none;
  }

  .header-menu {
    align-self: center;
  }

  .block-footer {
    width: auto;
  }

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

  .content-datenschutz {
    margin-top: 160px;
  }

  .header-content {
    position: sticky;
  }

  .div-block-2 {
    flex-flow: row-reverse;
    place-content: flex-start;
    align-self: stretch;
    display: flex;
  }

  .header-container {
    border-bottom: .25px solid #d6ced0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 120px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .header {
    z-index: 990;
    height: 120px;
  }

  .menu-button.w--open {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .nav-menu {
    left: 0%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .brand {
    padding-left: 0;
  }

  .language {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    width: 60px;
    margin-left: 0;
    display: flex;
  }

  .button-and-language {
    flex-flow: row;
    place-content: space-around space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .logo {
    max-width: 100%;
  }

  .dropdown-toggle-impressum {
    width: 44%;
  }

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

  .dropdown {
    width: 100%;
    margin-right: 0;
    padding-right: 20px;
  }

  .dropdown-list {
    width: 100%;
    overflow: visible;
  }

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

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

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

  .fs-cc-prefs_label {
    margin-right: 0;
    font-size: 14px;
    font-weight: 700;
  }

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

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

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

  .fs-cc-banner_container {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 20px;
    display: flex;
  }

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

  .fs-cc-banner_text-link {
    font-size: 16px;
  }

  .fs-cc-banner_component {
    z-index: 999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .fs-cc-prefs_toggle-wrapper {
    justify-content: space-between;
  }

  .bold-text {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }

  .fs-cc-prefs_form {
    margin-top: 0;
    display: flex;
  }

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

  .fs-cc-prefs_text {
    font-size: 13px;
  }

  .fs-cc-banner_text {
    font-size: 14px;
  }

  .fs-cc-prefs_component {
    z-index: 999;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    display: none;
  }

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

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

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

  .fs-cc-prefs_button.fs-cc-button-alt {
    margin-bottom: 0;
    font-size: 14px;
  }

  .fs-cc-prefs_title {
    font-size: .9rem;
    font-weight: 700;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}