.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

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

a {
  text-decoration: underline;
}

.hero {
  position: relative;
  height: auto;
  background-color: #2f605a;
}

.hero__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.hero__image {
  width: 50%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-left: 0vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #e7e8ea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 96, 90, 0.25)), to(rgba(47, 96, 90, 0.25))), url('../images/plantur29-produkttest-creative.jpg');
  background-image: linear-gradient(180deg, rgba(47, 96, 90, 0.25), rgba(47, 96, 90, 0.25)), url('../images/plantur29-produkttest-creative.jpg');
  background-position: 0px 0px, -280px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.image {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 12vw 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__content-inner {
  width: 100%;
}

.hero__headline {
  margin-top: 0px;
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
}

.hero__subline {
  display: block;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2vw;
  line-height: 120%;
  font-weight: 300;
  text-transform: none;
}

.text {
  margin-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 200%;
  font-weight: 300;
  text-align: left;
}

.text.hero__text {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.text.text--white {
  margin-bottom: 10px;
  color: #707070;
}

.text.text--white-form {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.btn-ghost {
  display: inline-block;
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.btn-ghost.btn--hero {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

.btn-ghost.btn--hero:hover {
  border-color: #2f605a;
  background-color: #fff;
  color: #2f605a;
}

.btn-ghost.btn--hero:visited {
  border-color: #193c90;
  background-color: #fff;
  color: #193c90;
}

.section-content__headline {
  margin: 0px auto 20px;
  color: #2f605a;
  font-size: 50px;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  padding: 15px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #00305d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.programm__headline {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #00305d;
  font-size: 50px;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  white-space: normal;
}

.programm__table {
  color: #00305d;
}

.programm__subline {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #00305d;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.form__submit {
  margin-top: 0px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #2f605a;
  border-radius: 0px;
  background-color: #2f605a;
  font-size: 18px;
  font-weight: 700;
}

.form__submit:hover {
  border-width: 2px;
  border-color: #2f605a;
  background-color: #fff;
  color: #2f605a;
}

.form__input {
  padding: 15px;
}

.list {
  padding-left: 20px;
  color: #707070;
}

.checkbox-label {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-4 {
  position: absolute;
  left: 30px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 120px;
}

.section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  color: #2f605a;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-2 {
  font-size: 26px;
}

.link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.section-form {
  display: block;
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 6vw 30px;
  font-weight: 300;
}

.section-form__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-form__inner.section--reverse {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 94.1%, 0.75);
}

.section-form__form {
  position: relative;
  display: block;
  width: 90%;
  min-height: 50vh;
  padding: 3vw;
}

.section-form__content {
  display: block;
  width: 100%;
  min-height: 10vh;
  padding: 4vw 3vw 3vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #2f605a;
  background-color: transparent;
}

.section-form__form-inner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-form__content-inner {
  margin-right: auto;
  margin-left: auto;
}

.div-block-40 {
  display: block;
}

.image-5 {
  position: absolute;
  left: 35%;
  top: auto;
  right: 0%;
  bottom: 40%;
  max-width: 220px;
}

.footer {
  padding: 30px;
  text-align: center;
}

.section__content {
  display: block;
  width: 100%;
  min-height: 50vh;
  margin-right: auto;
  margin-left: auto;
  padding: 5vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 200%;
  font-weight: 300;
  text-align: left;
}

.icon {
  color: #fff;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(159, 191, 68, 0);
  color: #6b1a45;
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.container-title-background-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: rgba(240, 133, 157, 0);
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  background-color: transparent;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.icon-3 {
  color: #fff;
}

.dropdown {
  z-index: 50;
  display: block;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.icon-2 {
  background-color: transparent;
  color: #fff;
}

.dropdown-list {
  position: relative;
  display: none;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #00a3d4;
  border-radius: 0px;
  background-color: transparent;
  color: #6b6b6b;
}

.text-block-2 {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.dropdown-toggle {
  display: block;
  margin-bottom: 7px;
  padding-right: 55px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #193c90;
}

.image-6 {
  height: 550px;
  max-width: 60%;
}

.success-message {
  background-color: #2f605a;
}

.success-message-headline {
  color: #fff;
}

.success-message-text {
  color: #fff;
}

.bold-text-3 {
  font-size: 20px;
  line-height: 200%;
}

.link-faqs {
  color: #00a3d4;
}

.text-faqs {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #707070;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  list-style-type: disc;
}

.text-faqs.hero__text {
  margin-bottom: 40px;
  color: #fff;
}

.text-faqs.text--white {
  color: #707070;
}

.text-faqs.text--white-form {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 12px;
  line-height: 20px;
}

.image-7 {
  max-width: 100%;
}

.form-field-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 10px 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label-question {
  margin-bottom: 10px;
  color: #2f605a;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
}

.radio-button-field {
  margin-left: 20px;
}

.radio-button-label {
  margin-bottom: 5px;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

.grid {
  margin-top: 40px;
  padding: 20px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 10px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  background-color: hsla(0, 0%, 94%, 0);
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-subtitle {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #193c90;
  font-weight: 300;
}

.field-label-9 {
  margin-bottom: 3px;
  color: #2f605a;
  font-size: 16px;
}

.list-item {
  color: #707070;
  font-size: 18px;
  line-height: 200%;
}

.bold-text-4 {
  color: #2f605a;
}

.link-3 {
  color: #2f605a;
}

.link-4 {
  color: #2f605a;
}

.select-field {
  background-color: #fff;
}

.hero__content_inner_text-block {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero__inner {
    display: block;
  }

  .hero__image {
    width: 100%;
    height: 60vh;
    padding-top: 6vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 96, 90, 0.25)), to(rgba(47, 96, 90, 0.25))), url('../images/plantur29-produkttest-creative.jpg');
    background-image: linear-gradient(180deg, rgba(47, 96, 90, 0.25), rgba(47, 96, 90, 0.25)), url('../images/plantur29-produkttest-creative.jpg');
    background-position: 0px 0px, 50% 0px;
  }

  .image {
    display: none;
  }

  .hero__content {
    position: relative;
    width: 90%;
    margin-top: -90px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5vw;
    padding-bottom: 6vw;
    background-color: #2f605a;
  }

  .hero__content-inner {
    text-align: center;
  }

  .hero__headline {
    font-size: 8vw;
    text-align: center;
  }

  .hero__subline {
    display: block;
    font-size: 4vw;
    text-align: center;
  }

  .text {
    line-height: 180%;
  }

  .text.hero__text {
    text-align: center;
  }

  .btn-ghost.btn--hero {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .section-content__headline {
    font-size: 40px;
    text-align: center;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 20px;
  }

  .checkbox-field {
    margin-top: 0px;
  }

  .bold-text-2 {
    text-align: center;
  }

  .section-form {
    width: auto;
    padding: 5vw 10px;
  }

  .section-form__inner {
    display: block;
  }

  .section-form__inner.section--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-form__form {
    width: 100%;
  }

  .section-form__content {
    width: 100%;
    min-height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-form__form-inner {
    position: static;
  }

  .image-5 {
    left: auto;
    top: 15%;
    right: 3%;
    bottom: auto;
  }

  .section__content {
    width: 100%;
    min-height: auto;
    padding: 0vw;
  }

  .section__content-inner {
    padding: 5vw 1vw;
  }

  .paragraph {
    font-size: 16px;
    line-height: 180%;
  }

  .icon {
    display: block;
  }

  .heading-2 {
    background-image: none;
    font-size: 2em;
  }

  .container-title-background-copy {
    width: 80%;
  }

  .container {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list {
    display: none;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .dropdown-toggle {
    display: block;
  }

  .image-6 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-7 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-8 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid {
    grid-row-gap: 20px;
  }

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

  .bold-text-4 {
    font-size: 17px;
  }

  .grid-2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .hero__image {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 96, 90, 0.25)), to(rgba(47, 96, 90, 0.25))), url('../images/plantur29-produkttest-creative.jpg');
    background-image: linear-gradient(180deg, rgba(47, 96, 90, 0.25), rgba(47, 96, 90, 0.25)), url('../images/plantur29-produkttest-creative.jpg');
    background-position: 0px 0px, 50% 0px;
  }

  .hero__content {
    width: 95%;
    margin-top: -80px;
    padding: 6vw 4vw 10vw;
  }

  .hero__headline {
    font-size: 8vw;
  }

  .hero__subline {
    font-size: 4vw;
  }

  .text {
    margin-bottom: 10px;
  }

  .text.text--white {
    margin-bottom: 10px;
  }

  .section-content__headline {
    font-size: 40px;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .section-form__inner.section--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-form__form {
    padding-right: 1vw;
    padding-left: 1vw;
  }

  .section-form__content {
    padding: 5vw 2vw;
  }

  .section__content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
    font-size: 1.8em;
  }

  .dropdown {
    z-index: 0;
  }

  .dropdown-list {
    z-index: 0;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .dropdown-toggle {
    z-index: 0;
  }

  .text-faqs {
    margin-bottom: 10px;
  }

  .text-faqs.text--white {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero__image {
    height: 50vh;
    padding-top: 6vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 96, 90, 0.25)), to(rgba(47, 96, 90, 0.25))), url('../images/plantur29-produkttest-creative.jpg');
    background-image: linear-gradient(180deg, rgba(47, 96, 90, 0.25), rgba(47, 96, 90, 0.25)), url('../images/plantur29-produkttest-creative.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero__content {
    width: 95%;
    margin-top: -85px;
    padding-right: 2vw;
    padding-left: 2vw;
    background-color: #2f605a;
  }

  .hero__headline {
    font-size: 9vw;
  }

  .hero__subline {
    font-size: 7vw;
  }

  .text {
    margin-bottom: 10px;
    text-align: left;
  }

  .text.hero__text {
    line-height: 160%;
  }

  .text.text--white {
    margin-bottom: 10px;
  }

  .text.text--white-form {
    font-size: 13px;
  }

  .btn-ghost.btn--hero {
    display: inline-block;
    margin-bottom: 40px;
    border-color: #fff;
  }

  .btn-ghost.btn--hero:hover {
    border-color: #2f605a;
    color: #2f605a;
  }

  .btn-ghost.btn--hero:focus {
    border-style: solid;
    border-color: #fff;
  }

  .section-content__headline {
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
  }

  .programm__headline {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .programm__subline {
    font-size: 16px;
  }

  .form__submit {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .checkbox-field {
    margin-top: 0px;
  }

  .image-4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .section-form {
    width: auto;
    padding: 6vw 10px;
  }

  .section-form__inner.section--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-form__form {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .section-form__content {
    padding-top: 10vw;
  }

  .image-5 {
    max-width: 150px;
  }

  .paragraph {
    font-size: 15px;
    text-align: left;
  }

  .heading-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
  }

  .container-title-background-copy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .container {
    max-width: 99%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .dropdown-list {
    display: none;
    padding: 10px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 1.3em;
  }

  .dropdown-toggle {
    padding-right: 40px;
    padding-left: 10px;
  }

  .image-6 {
    height: auto;
    max-width: 90%;
  }

  .text-faqs {
    margin-bottom: 10px;
  }

  .text-faqs.text--white {
    margin-bottom: 10px;
  }

  .image-7 {
    max-width: 90%;
  }

  .image-8 {
    max-width: 90%;
  }

  .form-field-question {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .field-label-question {
    text-align: left;
  }

  .radio-button-field {
    margin-left: 0px;
  }

  .grid {
    width: 100%;
  }

  .field-label-subtitle {
    width: auto;
    margin-right: 10px;
  }

  .field-label-9 {
    margin-bottom: 1px;
  }

  .bold-text-4 {
    text-align: left;
  }

  .list-2 {
    padding-left: 20px;
  }

  .grid-2 {
    padding-left: 20px;
  }

  .hero__content_inner_text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#w-node-_8d14be52-a8fb-4465-8562-c4b90a94e4a7-18fd1abd {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-18fd1abd {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-18fd1abd {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2c00119c-81c5-7125-b98c-c0a296c02451-18fd1abd {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71389ee7-6a00-a0bf-de41-4b0d1a032e08-18fd1abd {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8765bd4-7cdb-c844-fb73-860d82b40964-18fd1abd {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a5db1f9-6a9a-6e14-2539-3b44338ee737-18fd1abd {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bfba5def-bb64-dc89-2264-caa7a010b3b1-18fd1abd {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bfba5def-bb64-dc89-2264-caa7a010b3be-18fd1abd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8765bd4-7cdb-c844-fb73-860d82b40964-02f7a88c {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-02f7a88c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-02f7a88c {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a5db1f9-6a9a-6e14-2539-3b44338ee737-02f7a88c {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bfba5def-bb64-dc89-2264-caa7a010b3b1-02f7a88c {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bfba5def-bb64-dc89-2264-caa7a010b3be-02f7a88c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ec429e3-4e97-cbb2-50f9-96e9d8cac7be-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_451d3d6c-7116-7de3-1277-98a13a1d36ee-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-af3cd2d6-a6f8-5c09-6a66-d26fa150b303-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e09af33-5e66-b647-7c6f-315ecc5b009e-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c00119c-81c5-7125-b98c-c0a296c02451-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_612956c9-9082-e956-8e48-2483daf92eb0-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0007961-1418-3e99-6a5b-07e9676b8029-18fd1abd {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ec429e3-4e97-cbb2-50f9-96e9d8cac7be-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_451d3d6c-7116-7de3-1277-98a13a1d36ee-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-af3cd2d6-a6f8-5c09-6a66-d26fa150b303-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6e09af33-5e66-b647-7c6f-315ecc5b009e-18fd1abd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_94eb8b31-6896-2f79-f495-60be0a21cd89-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_2c00119c-81c5-7125-b98c-c0a296c02451-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_612956c9-9082-e956-8e48-2483daf92eb0-18fd1abd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d0007961-1418-3e99-6a5b-07e9676b8029-18fd1abd {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_71389ee7-6a00-a0bf-de41-4b0d1a032e08-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-e8765bd4-7cdb-c844-fb73-860d82b40964-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-bfba5def-bb64-dc89-2264-caa7a010b3be-18fd1abd {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-e8765bd4-7cdb-c844-fb73-860d82b40964-02f7a88c {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_94eb8b31-6896-2f79-f495-60be0a21cd89-02f7a88c {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-02f7a88c {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-02f7a88c {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-bfba5def-bb64-dc89-2264-caa7a010b3be-02f7a88c {
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }
}

