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

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

.section__login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  -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-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.login__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section__404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  -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-image: url('../images/acardo-desktop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

._404__content {
  display: block;
  width: auto;
  height: auto;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._404__error {
  width: auto;
  max-width: 300px;
}

._404__heading {
  margin-top: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

._404__subhead {
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 1.5;
}

.content__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content__link {
  margin-bottom: 40px;
}

.link__acardo {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: auto;
  padding: 5px;
}

.content__key {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.content__heading {
  max-width: 95%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.content__button {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  color: #00afcc;
  font-weight: 600;
}

.content__button:hover {
  background-color: #fdbf00;
  color: #fff;
}

.content__subhead {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.content__password {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #00afcc;
  color: #fff;
}

.content__password:active {
  border-color: #fff;
}

.content__password:focus {
  border-color: #fff;
}

.content__password::-webkit-input-placeholder {
  color: #fff;
}

.content__password:-ms-input-placeholder {
  color: #fff;
}

.content__password::-ms-input-placeholder {
  color: #fff;
}

.content__password::placeholder {
  color: #fff;
}

.error__message {
  margin-top: 20px;
  border-radius: 20px;
  background-color: #cc1467;
  color: #fff;
}

.body {
  background-color: #f9f4ea;
}

.div-block-13 {
  width: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.nav__menu__line {
  height: 4px;
  border-radius: 50px;
  background-color: #c1a367;
}

.navlink {
  display: inline-block;
  margin: 0px;
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 1px none #fff;
  color: #b10032;
  text-decoration: underline;
}

.navlink:focus {
  color: #b10032;
  text-decoration: underline;
}

.navlink.w--current {
  margin: 0px;
  color: #e40343;
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.navlink.w--current:hover {
  color: #b10032;
}

.nav__menu__button {
  width: 48px;
  height: 48px;
  padding: 0px;
}

.nav__menu__button.w--open {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #fff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.nav__menu__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-12 {
  display: inline-block;
  float: left;
}

.container-3 {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.img__couponplatz__mobil {
  display: none;
  width: 250px;
  margin-top: 10px;
  padding-top: 0px;
  float: none;
  clear: none;
}

.nav__menu__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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;
  border-left: 1px solid #d4d4d4;
}

.img__couponplatz__desktop {
  display: inline-block;
  width: 220px;
  margin-top: 10px;
  padding-top: 0px;
  float: none;
  clear: none;
}

.section__banner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.img__banner__desktop {
  width: 100%;
  max-width: 100%;
}

.img__banner__mobil {
  display: none;
}

.sternchentext {
  width: 50%;
}

.div-block-16 {
  width: 100%;
  height: auto;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: transparent;
}

.sternchen__text {
  max-width: none;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.div-block-15 {
  max-height: none;
}

.subhead {
  max-width: 1000px;
  margin: 0px auto 50px;
  padding-right: 20px;
  padding-left: 20px;
  color: #e40343;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.img__icons {
  display: block;
  width: 180px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.grid__products {
  max-width: 1200px;
  margin: 20px auto 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading__h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'My creative land lumios marker', sans-serif;
  color: #e40343;
  font-size: 55px;
  line-height: 70px;
  font-weight: 600;
  text-transform: none;
}

.heading__h1.white {
  color: #fff;
  text-align: center;
  text-transform: none;
}

.grid__icons {
  max-width: 1200px;
  margin: 40px auto 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-4 {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #e40343;
  border-radius: 0px;
  background-color: #e40343;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #e40343;
  background-color: #fff;
  color: #e40023;
}

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

.img__product {
  display: block;
  width: auto;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.img__product:hover {
  -webkit-transform: translate(0px, -29px);
  -ms-transform: translate(0px, -29px);
  transform: translate(0px, -29px);
}

.section__produkte {
  max-width: none;
  margin: 20px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
}

.product__text {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.vorteil-text {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  color: #539b45;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.steps {
  margin-top: 0px;
  background-color: transparent;
}

.heading-4 {
  max-width: 1200px;
  margin: 0px auto 30px;
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.section-tutorial {
  max-width: 100%;
  margin: 60px auto 50px;
  padding: 0px;
  background-color: #e40343;
}

.steps-block {
  max-width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.step-block {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.image-step {
  display: block;
  width: 250px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
}

.tutorial-head {
  padding: 0px 20px 20px;
  font-family: '16020 futuram', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.checkbox-label-2 {
  margin-left: 10px;
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 400;
}

.error-message {
  max-width: 600px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 0px;
  background-color: rgba(255, 168, 168, 0.3);
}

.text-block {
  position: static;
  max-width: none;
  margin: 0px auto 30px;
  padding: 0px 20px;
  font-family: '16020 futuram', sans-serif;
  color: #e40a24;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.form {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.bold-text-7 {
  font-family: Futurastd, sans-serif;
  color: #e40343;
}

.text-field {
  padding-left: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #e40343;
  border-radius: 5px;
  background-color: #fff;
  color: #e40343;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 400;
}

.text-field::placeholder {
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-3 {
  background-color: rgba(9, 163, 228, 0.1);
}

.text-block-3 {
  margin-bottom: 30px;
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.heading-message {
  margin-top: 0px;
  font-family: Futurastd, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-message-error {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: '16020 futuram', sans-serif;
  font-size: 16px;
}

.fieldcolums {
  display: block;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5px;
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.heading {
  max-width: 1200px;
  margin: 0px auto 30px;
  background-color: transparent;
  color: #b3d27f;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.column-12 {
  color: #444;
  font-size: 14px;
  line-height: 14px;
}

.text-span-3 {
  color: #fff;
}

.text-span-3:hover {
  color: #fff;
}

.section__form {
  position: relative;
  z-index: 5;
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  background-color: transparent;
  color: #e40a24;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.receipt-button {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  border: 1px none #37424b;
  border-radius: 0px;
  background-color: #e40343;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.receipt-button:hover {
  background-color: #336ea2;
  color: #333;
}

.receipt-button:active {
  color: #000;
}

.terms-of-participation {
  color: #539b45;
  font-weight: 700;
  text-decoration: none;
}

.terms-of-participation:hover {
  color: #539b45;
}

.select-field-2 {
  margin-right: 0px;
  padding-right: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #e40343;
  border-radius: 5px;
  background-color: #fff;
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  line-height: 10px;
  font-weight: 400;
}

.text-block-33 {
  margin-top: 30px;
  margin-left: 10px;
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 14px;
  font-weight: 300;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.submit-button.button {
  display: block;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #e40343;
  border-radius: 0px;
  background-color: #e40343;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button.button:hover {
  background-color: #fff;
  color: #e40a24;
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
  clear: none;
  border-radius: 0px;
  opacity: 0.01;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  cursor: pointer;
}

.input-file:hover {
  color: #333;
}

.block-information {
  display: block;
}

.text-message-success {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: '16020 futuram', sans-serif;
  color: #fff;
  font-size: 16px;
}

.bold-text-3 {
  font-family: Futurastd, sans-serif;
  font-weight: 700;
}

.column-11 {
  padding-top: 20px;
  padding-left: 0px;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -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: hsla(0, 0%, 100%, 0.76);
}

.div-block {
  position: relative;
  overflow: hidden;
}

.data-protection {
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-weight: 400;
  text-decoration: none;
}

.column-3 {
  padding-top: 10px;
  padding-left: 69px;
}

.text-span-36 {
  color: #e40a24;
  font-size: 25px;
}

.column-23 {
  color: #961a3d;
}

.terms-of-use {
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-weight: 700;
  text-decoration: none;
}

.heading-3 {
  margin-top: 0px;
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
}

.success-message {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #0d581d;
}

.link-block-16 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  height: 180px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-row-gap: 0px;
  grid-template-areas: "Area-3 Area-4 Area-2"
    "Area-3 Area Area-2";
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.columns {
  display: block;
  padding-top: 0px;
  -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;
}

.column-7 {
  margin-right: auto;
  margin-left: auto;
}

.image-33 {
  height: 120px;
  max-width: none;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.text-block-32 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.link-22 {
  font-family: Futurastd, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.link-22:hover {
  color: #fff;
}

.image-34 {
  display: inline;
  height: 120px;
  max-width: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-34:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-12 {
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-10 {
  width: auto;
  height: auto;
  max-height: 30px;
  max-width: 100%;
  padding: 0px;
}

.footer {
  margin-top: 60px;
  background-color: #e40343;
}

.image-11 {
  display: block;
  max-width: 250px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.sternchen-text__tutorial {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: '16020 futuram', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.bold-text-8 {
  line-height: 25px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
}

.image-35 {
  width: 100%;
}

.img__decoration {
  display: block;
  width: 100%;
  margin-top: auto;
}

.img__decoration-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-36 {
  max-width: 80%;
  margin-top: 30px;
}

.nav__menu__button-2 {
  width: 48px;
  height: 48px;
  padding: 0px;
}

.nav__menu__button-2.w--open {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #fff;
}

.section-introtext {
  max-width: 1200px;
  margin: 20px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  text-align: center;
}

.text-block-34 {
  position: static;
  max-width: 1000px;
  margin: 20px auto 0px;
  padding: 0px 20px 30px;
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-tnb-head {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-size: 16px;
  font-weight: 700;
}

.text-span-35 {
  color: #539b45;
}

.paragraph-tnb {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: '16020 futuram', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.link-19 {
  color: #e40343;
}

.div-block-10 {
  padding-top: 20px;
  clear: right;
}

.bold-text-2 {
  color: #e40343;
}

.text-span-22 {
  font-weight: 700;
}

.text-span-26 {
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link-18 {
  color: #e40343;
  text-decoration: underline;
}

.bold-text-9 {
  color: #e40343;
}

.c-faq-text {
  padding: 20px 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2px;
}

.c-faq-text:hover {
  color: #333;
}

.c-faq-a {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-block-8 {
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.text-block-8:hover {
  color: #e40343;
}

.faq-stripe-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e40343;
}

.c-faq-icon {
  padding: 20px;
}

.faq-a-text {
  margin-right: 40px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 20px;
  font-family: '16020 futuram', sans-serif;
  color: #e40343;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.c-faq-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.c-faq {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #e40343;
  border-radius: 20px;
  background-color: #fff;
}

.faq-divider {
  height: 0px;
  border: 1px none #000;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #e40343;
  text-align: left;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-faq-q:hover {
  color: #333;
}

.section-faq {
  margin-top: 0px;
  padding: 20px;
}

.c-faq-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  cursor: pointer;
}

.link-25 {
  color: #e40343;
}

._w-faq-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
}

.faq-container {
  min-height: auto;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

.text-span-37 {
  font-family: Futurastd, sans-serif;
}

.link-26 {
  color: #e40343;
}

.text-block-35 {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
.text-block-36 {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Futurastd, sans-serif;
  color: #e40343;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  border-style: solid;
  display: inline-block;
  padding: 20px;
}

.image-41 {
  position: relative;
  z-index: 15;
  max-width: 100%;
  margin: 0px auto 10px;
}

.image-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4;
  max-width: 12%;
  -webkit-transform: rotate(97deg);
  -ms-transform: rotate(97deg);
  transform: rotate(97deg);
}

.image-43 {
  position: absolute;
  right: 0px;
  max-width: 10%;
}

.image-44 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: 7;
  max-width: 10%;
}

.image-45 {
  position: absolute;
  left: auto;
  top: 220px;
  right: 0%;
  bottom: auto;
  z-index: 5;
  max-width: 12%;
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
}

.image43 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 12%;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

@media screen and (max-width: 991px) {
  .section__404 {
    max-width: none;
    background-image: url('../images/acardo-mobile.jpeg');
    background-size: cover;
  }

  ._404__content {
    width: auto;
    max-width: 400px;
    padding-top: 100px;
  }

  ._404__error {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  ._404__heading {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
  }

  ._404__subhead {
    width: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-weight: 500;
  }

  .content__key {
    max-width: 80%;
  }

  .content__heading {
    font-size: 25px;
  }

  .div-block-13 {
    background-color: transparent;
  }

  .nav__menu__line {
    height: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 50px;
    background-color: #fff;
  }

  .navlink {
    display: block;
    color: #fff;
    font-size: 30px;
  }

  .nav__menu__button {
    width: 48px;
    height: 48px;
    padding: 0px;
  }

  .nav__menu__button.w--open {
    z-index: 500;
    background-color: #e40343;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 0px;
    padding-left: 20px;
    background-color: #e40343;
  }

  .nav__menu__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .link-block-12 {
    padding: 5px 10px;
  }

  .img__couponplatz__mobil {
    display: block;
    margin-top: 0px;
  }

  .nav__menu__links {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 20px;
    background-color: #e40343;
    color: transparent;
    font-size: 35px;
    line-height: 35px;
  }

  .nav__menu__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    border: 1px none #000;
    background-color: transparent;
  }

  .img__couponplatz__desktop {
    display: none;
    margin-top: 0px;
  }

  .img__banner__desktop {
    display: block;
  }

  .img__banner__mobil {
    display: none;
    overflow: visible;
    width: 100%;
  }

  .div-block-16 {
    height: auto;
    padding-top: 20px;
  }

  .subhead {
    display: block;
    max-width: 650px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

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

  .heading__h1 {
    line-height: 50px;
  }

  .grid__icons {
    display: none;
  }

  .div-block-17 {
    display: none;
  }

  .img__product {
    padding-top: 20px;
  }

  .img__product:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section__produkte {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .steps {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-4 {
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .section-tutorial {
    margin-bottom: 60px;
  }

  .steps-block {
    margin-left: 10px;
    padding-right: 10px;
  }

  .step-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-step {
    width: 200px;
    height: 200px;
    max-width: none;
  }

  .tutorial-head {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block {
    margin: 10px 60px 0px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading {
    margin-right: 40px;
    margin-bottom: 15px;
    margin-left: 40px;
    font-size: 35px;
    line-height: 40px;
  }

  .section__form {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
  }

  .submit-button.button {
    margin-right: 10px;
  }

  .column-3 {
    padding-left: 40px;
  }

  .text-span-36 {
    font-size: 25px;
  }

  .image-11 {
    padding-right: 0px;
  }

  .nav__menu__button-2 {
    width: 48px;
    height: 48px;
    padding: 0px;
  }

  .nav__menu__button-2.w--open {
    z-index: 500;
    background-color: #e40343;
  }

  .section-introtext {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-34 {
    margin-right: 60px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 1.5em;
  }

  .paragraph-tnb-head {
    font-size: 20px;
  }

  .text-block-8 {
    color: #fff;
    font-size: 22px;
  }

  .c-faq-item {
    color: #fff;
  }

  .faq-container {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-41 {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 25px;
  }

  .image-45 {
    top: 60px;
  }

  .image43 {
    left: 5%;
  }
}

@media screen and (max-width: 767px) {
  ._404__error {
    width: auto;
    max-width: 250px;
  }

  ._404__heading {
    margin-top: 60px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
  }

  ._404__subhead {
    margin-top: 20px;
    color: #fff;
  }

  .link__acardo {
    width: 100%;
  }

  .div-block-16 {
    height: 350px;
  }

  .sternchen__text {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .section__produkte {
    margin-top: 10px;
  }

  .product__text {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .vorteil-text {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .step-block {
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .image-step {
    max-width: 180px;
  }

  .tutorial-head {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .checkbox-label-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .checkbox-3 {
    margin-top: 24px;
  }

  .column-5 {
    display: none;
  }

  .fieldcolums {
    margin-right: auto;
    margin-left: auto;
  }

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

  .section__form {
    padding-right: 0px;
  }

  .submit-button.button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-field-3 {
    margin-left: 10px;
  }

  .column-11 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-4 {
    display: none;
    height: 10px;
  }

  .column-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-12 {
    margin-right: auto;
    margin-left: auto;
  }

  .footer {
    margin-top: 40px;
  }

  .text-block-34 {
    margin-bottom: 10px;
  }

  .text-block-8 {
    color: #fff;
  }

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

  .image-42 {
    top: 5%;
  }

  .link-block-17 {
    margin-right: auto;
    margin-left: auto;
  }

  .link-block-18 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .section__404 {
    background-size: cover;
  }

  ._404__content {
    width: auto;
    max-width: 90%;
    margin-top: 0px;
    padding: 0px;
  }

  ._404__error {
    width: auto;
    max-width: 60%;
  }

  ._404__heading {
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
  }

  ._404__subhead {
    width: 90%;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
  }

  .content__link {
    margin-bottom: 40px;
  }

  .link__acardo {
    width: 100%;
    max-width: 80%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px;
    font-size: 20px;
  }

  .content__key {
    display: block;
    width: 150px;
    height: 150px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .content__heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .content__button {
    width: 180px;
    max-width: none;
  }

  .content__password {
    width: auto;
    max-width: 90%;
    min-width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-13 {
    background-color: #e40343;
  }

  .nav__menu__line {
    background-color: #fff;
  }

  .navlink {
    margin-right: 20px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .navlink.w--current {
    font-size: 20px;
    line-height: 25px;
  }

  .nav__menu__button {
    background-color: transparent;
  }

  .navbar {
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .nav__menu__icon {
    background-color: transparent;
  }

  .container-3 {
    margin-right: auto;
  }

  .img__couponplatz__mobil {
    width: 180px;
    padding-top: 0px;
  }

  .nav__menu__links {
    margin-top: 45px;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #e40343;
  }

  .nav__menu__content {
    border-left-style: none;
    background-color: #e40343;
  }

  .img__couponplatz__desktop {
    display: none;
    width: 180px;
    padding-top: 0px;
  }

  .img__banner__desktop {
    display: none;
  }

  .img__banner__mobil {
    display: block;
  }

  .div-block-16 {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
  }

  .sternchen__text {
    max-width: 400px;
  }

  .subhead {
    display: block;
    max-width: 650px;
    margin: 10px auto 40px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 25px;
  }

  .grid__products {
    display: block;
  }

  .heading__h1 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 34px;
  }

  .button-4 {
    width: 280px;
    background-color: #e40343;
    color: #fff;
    font-size: 18px;
  }

  .button-4:hover {
    background-color: #fff;
    color: #e40023;
  }

  .img__product {
    width: 220px;
    margin-top: 40px;
  }

  .img__product:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section__produkte {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product__text {
    max-width: 250px;
    font-size: 20px;
  }

  .vorteil-text {
    max-width: 250px;
  }

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

  .heading-4 {
    width: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .step-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-step {
    height: auto;
    max-width: none;
    padding-bottom: 0px;
  }

  .tutorial-head {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 25px;
  }

  .checkbox-label-2 {
    margin-left: 0px;
    font-weight: 400;
  }

  .text-block {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

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

  .field-label {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    font-size: 18px;
    text-align: left;
  }

  .heading {
    width: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .heading.tnbs {
    font-size: 25px;
  }

  .text-span-3 {
    font-size: 15px;
  }

  .section__form {
    margin-top: 40px;
    margin-right: 10px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .receipt-button {
    padding-top: 5px;
    font-size: 18px;
  }

  .text-block-33 {
    margin-top: 10px;
  }

  .submit-button.button {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .checkbox-field-3 {
    padding-left: 0px;
  }

  .input-file {
    font-size: 22px;
  }

  .div-block {
    margin-top: 10px;
  }

  .column-3 {
    padding-right: 0px;
  }

  .text-span-36 {
    font-size: 20px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-3 {
    height: 130px;
    grid-column-gap: 0px;
    grid-template-areas: "Area-3 Area-4 Area-2"
      "Area-3 Area Area-2";
    -ms-grid-columns: 0.25fr 0px 1fr 0px 0.25fr;
    grid-template-columns: 0.25fr 1fr 0.25fr;
  }

  .column-8 {
    padding-right: 5px;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-7 {
    padding-left: 5px;
  }

  .image-33 {
    display: none;
    overflow: visible;
    width: 60%;
    height: auto;
  }

  .text-block-32 {
    font-size: 18px;
  }

  .link-22 {
    font-size: 11px;
  }

  .image-34 {
    display: none;
    width: 60%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    max-height: 30px;
  }

  .footer {
    margin-top: 40px;
  }

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

  .sternchen-text__tutorial {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
  }

  .image-36 {
    max-width: 95%;
    margin-top: 0px;
  }

  .nav__menu__button-2 {
    background-color: transparent;
  }

  .column-24 {
    padding-left: 0px;
  }

  .section-introtext {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-34 {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .paragraph-tnb-head {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-tnb {
    padding-right: 30px;
    padding-left: 30px;
  }

  .c-faq-text {
    padding-right: 0px;
    padding-left: 20px;
  }

  .text-block-8 {
    font-family: Futurastd, sans-serif;
    color: #e40343;
    font-size: 15px;
    line-height: 22px;
  }

  .c-faq-icon {
    padding: 10px 20px 10px 10px;
  }

  .faq-a-text {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .c-faq-a-text {
    padding-top: 10px;
  }

  .section-faq {
    padding-top: 0px;
  }

  .faq-container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .text-block-35 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 1.5;
  }

  .image-41 {
    max-width: 100%;
    margin: 0px auto 20px;
  }
}

#w-node-_08d323b7-c073-fa34-5130-cc7920c0427c-20c0427a {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Area;
}

#w-node-_08d323b7-c073-fa34-5130-cc7920c04282-20c0427a {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-4;
}

@media screen and (max-width: 479px) {
  #w-node-_08d323b7-c073-fa34-5130-cc7920c0427c-20c0427a {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  #w-node-_08d323b7-c073-fa34-5130-cc7920c04282-20c0427a {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@font-face {
  font-family: '16020 futuram';
  src: url('../fonts/16020_FUTURAM.ttf') format('truetype'), url('../fonts/16020_FUTURAM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'My creative land lumios marker';
  src: url('../fonts/My-Creative-Land---Lumios-Marker.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura std condensed';
  src: url('../fonts/Futura-Std-Light-Condensed.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}