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

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: #000;
  font-family: Montserrat, sans-serif;
}

.typografie__section {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.heading__1 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 40px;
}

.subheading {
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.style-guide__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.typografie {
  padding-top: 10px;
  padding-bottom: 50px;
}

.heading__2 {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 25px;
}

.h1 {
  color: #000;
  font-size: 40px;
  line-height: 46px;
}

.navlink__main {
  display: inline-block;
  margin: 5px 5px 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

.navlink__main:hover {
  color: #00afcc;
}

.navlink__main:focus {
  color: #00afcc;
  text-decoration: underline;
}

.navlink__main.w--current {
  color: #00afcc;
  text-decoration: underline;
}

.couponplatz__logo {
  width: 250px;
  margin-top: 10px;
  padding-top: 0px;
}

.container__main {
  width: 100%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container__navbar {
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar__main {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #f1c761;
  background-color: #000;
}

.image-5 {
  display: inline-block;
  width: 100%;
  background-color: #e40046;
}

.image-5.desktop {
  display: block;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: rgba(184, 184, 184, 0.51);
}

.image-5.mobil {
  display: none;
  background-color: transparent;
}

.section-header {
  width: 100%;
  margin-bottom: 80px;
}

.banner {
  width: 100%;
}

.image-3 {
  display: none;
}

.image {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

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

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: aktiv-grotesk, sans-serif;
  color: #d19834;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.aktionszeitraum {
  margin-bottom: 10px;
}

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

.image-2 {
  position: absolute;
  left: auto;
  top: 37%;
  right: -29px;
  bottom: 0%;
  display: none;
  max-width: 60px;
}

.step-description-text {
  padding: 20px 20px 0px;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  text-transform: none;
}

.step-description-text.text1 {
  max-width: 230px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-steps {
  width: auto;
  max-width: 1200px;
  margin: 100px auto 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-span-5 {
  font-family: 'Open Sans', sans-serif;
}

.image-step {
  display: block;
  width: 50%;
  max-width: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.div-block-2 {
  position: relative;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.text-message-error {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.message-title-error {
  margin-top: 0px;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.bold-text-5 {
  color: #999;
}

.text-field-2 {
  position: static;
  height: 30px;
  padding-left: 5px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 11px;
}

.label {
  margin-bottom: 5px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
}

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

.message-title-success {
  margin-top: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
}

.link-6 {
  color: #1e214c;
}

.block-receipt {
  display: block;
  width: 100%;
  margin: 10px auto 15px;
  -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;
}

.error-message {
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
  border-radius: 5px;
  background-color: #d80914;
}

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

.div-block-3 {
  position: static;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.promotion-description-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
  padding: 5px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.select-field-3 {
  height: 30px;
  border-radius: 6px;
  background-color: #fff;
}

.checkbox-terms {
  margin-top: 10px;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  max-width: 350px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  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-radius: 8px;
  background-color: #d80715;
  font-size: 20px;
  line-height: 26px;
}

.checkbox-field-4 {
  font-size: 15px;
}

.form-description-text-3 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

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

.success-message {
  overflow: visible;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.form-description-text {
  display: block;
  padding-right: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
}

.text-span-4 {
  color: #999;
}

.receipt-button-4 {
  width: 100%;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 19px;
  line-height: 19px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.receipt-button-4:hover {
  background-color: rgba(15, 90, 9, 0.69);
  color: #fff;
}

.receipt-button-4.receipt-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  max-width: 350px;
  margin-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;
  background-color: #d80715;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 20px;
}

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

.text-form {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.form-block-2 {
  display: block;
  width: 1100px;
  margin: 60px auto 0px;
}

.text-message-success {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.column-8 {
  min-height: 40px;
}

.input-file-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 34px;
  margin-top: 0px;
  clear: none;
  border-radius: 0px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  opacity: 0.01;
  font-weight: 700;
  cursor: pointer;
}

.input-file-4.input-file {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 35px;
  max-width: 350px;
}

.container {
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.div_wrapper_50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div_wrapper_50._1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link_main {
  color: #024;
  text-decoration: none;
}

.link_main:hover {
  text-decoration: underline;
}

.link_main.footer {
  font-family: aktiv-grotesk, sans-serif;
  color: #d19834;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link_main.footer:hover {
  color: #fff;
}

.text_footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.image_50 {
  height: 30px;
}

.section__footer {
  width: 100%;
  height: auto;
  padding-top: 0px;
  border-top: 1px solid #d19834;
  background-color: transparent;
}

.form-3 {
  display: block;
  width: 100%;
  height: auto;
  margin: 16px auto 37px;
  padding-bottom: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text__main {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text__main.left-align {
  margin-left: 0px;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text__main.left-align {
  margin-left: 0px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  text-transform: none;
}

.text__main.left-align.headline {
  display: block;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.receipt-button-5 {
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1.3em;
  border: 1px none #000;
  border-radius: 40px;
  background-color: #408d3c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 20px;
  line-height: 26%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.receipt-button-5:hover {
  border-style: solid;
  border-color: #dc3642;
  border-radius: 0.25em;
  background-color: #fff;
  color: #408d3c;
}

.receipt-button-5.receipt-button {
  height: 42px;
  margin-bottom: 0px;
  padding: 9px 15px;
  border-style: none;
  border-color: #dd051a;
  border-radius: 20px;
  background-color: #dd051a;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.receipt-button-5.receipt-button:hover {
  border-style: solid;
  border-color: #aac9e3;
  border-radius: 0px;
  background-color: #aac9e3;
  color: #fff;
}

.text-message-error {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.text-field-3 {
  position: static;
  height: 42px;
  max-height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #d19834;
  border-radius: 0px;
  background-color: #000;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.text-field-3:hover {
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.text-field-3:active {
  background-color: transparent;
  color: #fff;
}

.text-field-3:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.text-field-3::-webkit-input-placeholder {
  background-color: #000;
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  background-color: #000;
  color: #fff;
}

.text-field-3::-ms-input-placeholder {
  background-color: #000;
  color: #fff;
}

.text-field-3::placeholder {
  background-color: #000;
  color: #fff;
}

.error-message-2 {
  margin-right: 10px;
  margin-bottom: 100px;
  margin-left: 10px;
  padding: 40px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff2828;
  border-radius: 0px;
  background-color: transparent;
}

.link_main-2 {
  color: #fff;
  text-decoration: underline;
}

.link_main-2:hover {
  text-decoration: underline;
}

.select-field-4 {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d19834;
  border-radius: 0px;
  background-color: #000;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.select-field-4:hover {
  border-color: #fff;
  background-color: transparent;
}

.select-field-4:active {
  border-color: #fff;
}

.select-field-4:focus {
  border-color: #fff;
}

.select-field-4:focus-visible {
  border-color: #fff;
  color: #fff;
}

.select-field-4[data-wf-focus-visible] {
  border-color: #fff;
  color: #fff;
}

.div-block-17 {
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

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

.submit-button-2.s-button {
  display: block;
  height: 42px;
  max-width: 200px;
  margin: 40px auto 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: aktiv-grotesk, sans-serif;
  color: #d19834;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button-2.s-button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #d19834;
  color: #fff;
}

.message-title-success {
  margin-top: 0px;
  font-family: aktiv-grotesk, sans-serif;
  color: #000;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.message-title-error {
  margin-top: 0px;
  font-family: aktiv-grotesk, sans-serif;
  color: #ff2828;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-block {
  display: block;
  max-width: 900px;
  margin: 40px auto 0px;
}

.form-description-text-4 {
  display: block;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 5px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkbox-terms-2 {
  margin-top: 30px;
}

.success-message-3 {
  overflow: visible;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, 0.69);
}

.success-message-3.success-message {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px 10px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/goldener__hintegrund_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-18 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.promotion-title {
  position: static;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.promotion-title.form-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.promotion-title.form-title:hover {
  color: #fff;
}

.block-name {
  display: block;
  font-family: aktiv-grotesk, sans-serif;
}

.input-file-3 {
  position: absolute;
  left: auto;
  top: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: 34px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0em;
  clear: none;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.01;
  font-weight: 700;
  cursor: pointer;
}

.input-file-3.input-file {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 42px;
  border-radius: 0px;
  letter-spacing: 0px;
}

.text-message-success {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: aktiv-grotesk, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.kassenboninformation {
  max-width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1500px;
  margin-right: auto;
  margin-left: 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;
  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;
}

.nav__content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-left: auto;
  -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;
}

.nav__link {
  position: static;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: aktiv-grotesk, sans-serif;
  color: #d19834;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav__link:hover {
  color: #fff;
}

.nav__link.w--current {
  color: #d19834;
}

.nav__content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__hero-logo {
  display: block;
  width: auto;
  max-height: 45px;
}

.nav__button {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #d19834;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav__button:hover {
  background-color: #d19834;
  color: #fff;
}

.nav__container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 70px;
  -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;
}

.content-container {
  margin-left: 20px;
}

.nav__link-social {
  overflow: hidden;
  width: 50px;
  height: 50px;
  max-height: none;
  max-width: none;
  margin-right: 0px;
  padding: 8px;
}

.nav__main-desktop {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.62);
}

.nav__container-content-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 70px;
  margin-right: auto;
  margin-left: 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;
}

.nav__content-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 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;
}

.video {
  position: relative;
  overflow: visible;
  height: auto;
}

.video__section {
  width: 60%;
  height: auto;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.video-2 {
  margin-top: 20px;
  margin-bottom: 70px;
}

.form__section {
  margin-top: 100px;
}

.image-6 {
  max-width: 50px;
  margin-left: 10px;
}

.checkbox-field-5 {
  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;
}

.form-description_text_robot {
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 15px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkbox {
  margin-top: 0px;
}

.checkbox-field-6 {
  margin-bottom: 0px;
}

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

.nav__main-mobile {
  display: 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;
}

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

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

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

.nav__link-r {
  font-size: 16px;
  line-height: 20px;
}

.intro__content-text {
  margin-bottom: 80px;
}

.heading__h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text__tnb-content {
  max-width: 1000px;
  margin: 40px auto 20px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.text__tnb-main {
  max-width: 1000px;
  margin: 40px auto 10px;
  font-family: aktiv-grotesk, sans-serif;
  color: #d19834;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.link-7 {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.link-8 {
  color: #fff;
  text-decoration: none;
}

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

.faq__section {
  display: block;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
}

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

.c-faq-a-text {
  padding: 20px 20px 10px;
  background-color: transparent;
  color: #2d2e87;
}

.c-faq-text {
  display: block;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #2d2e87;
}

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

.c-faq {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 10px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #d19834;
  border-radius: 0px;
  background-color: transparent;
}

.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: #fff;
  color: #fff;
  text-align: left;
}

.c-faq-icon {
  padding: 10px;
  color: #333;
}

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

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

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

._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;
  color: transparent;
}

.link-5 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.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;
  background-color: transparent;
}

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

.counter__section {
  overflow: visible;
  width: 100%;
  min-width: 1205px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/goldener__hintegrund_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.text-block-12 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: aktiv-grotesk, sans-serif;
  color: #000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text__counter__white {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: aktiv-grotesk, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div__decoration-item {
  margin-right: 10px;
}

.div__decoration-item.left {
  margin-right: 15px;
}

.div__decoration-item.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro__section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: url('../images/goldener__hintegrund.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div__50.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

.div__50.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.intro__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.image-12 {
  width: 80px;
}

.intro-text__description {
  max-width: 400px;
  margin-top: 10px;
  color: #67287c;
  font-size: 16px;
  font-weight: 400;
}

.intro-text__headline {
  color: #aa88b8;
  font-size: 22px;
}

.text-block-13 {
  margin-top: 60px;
  margin-bottom: 140px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-13-copy {
  margin-top: 60px;
  margin-bottom: 100px;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info__section {
  margin-bottom: 60px;
}

.text-block-14 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  font-family: aktiv-grotesk, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  text-transform: none;
}

.link-9 {
  color: #d19834;
}

.link-10 {
  color: #d19834;
  font-weight: 700;
  text-decoration: none;
}

.link-11 {
  color: #d19834;
  text-decoration: none;
}

.link-12 {
  color: #d19834;
  text-decoration: none;
}

.link-13 {
  color: #d19834;
  text-decoration: none;
}

.nav__link-cinema {
  position: static;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: aktiv-grotesk, sans-serif;
  color: #d19834;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav__link-cinema:hover {
  color: #fff;
}

.nav__link-cinema.w--current {
  color: #d19834;
}

.nav__button-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 243px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #d19834;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav__button-copy:hover {
  background-color: #d19834;
  color: #fff;
}

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

  .navlink__main {
    display: block;
    font-size: 20px;
  }

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

  .menu-button-4 {
    height: auto;
    margin-top: 0px;
    padding: 0px;
  }

  .menu-button-4.w--open {
    z-index: 2;
    background-color: #fff;
  }

  .link__logo-nav {
    margin-right: auto;
    padding: 10px 0px 0px;
  }

  .container__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie__animation-navbar {
    width: 56px;
    height: 65px;
    margin-left: auto;
  }

  .navbar__main {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu__navbar {
    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: #fff;
    font-size: 35px;
    line-height: 35px;
  }

  .image-5.desktop {
    display: none;
    background-color: transparent;
  }

  .image-5.mobil {
    display: block;
    background-color: transparent;
  }

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

  .heading {
    font-size: 35px;
  }

  .image-2 {
    right: -12%;
  }

  .step-description-text {
    padding: 10px;
    font-size: 20px;
  }

  .section-steps {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .promotion-description-text {
    width: 80%;
  }

  .form-description-text-3 {
    padding-top: 20px;
  }

  .form-description-text {
    padding-right: 0px;
  }

  .receipt-button-4 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    text-align: center;
  }

  .form-block-2 {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .input-file-4 {
    width: 100%;
    height: 42px;
    text-align: left;
  }

  .link_main.footer {
    font-size: 16px;
  }

  .text_footer {
    font-size: 25px;
  }

  .text__main {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .receipt-button-5 {
    width: 100%;
    height: 42px;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    font-weight: 900;
    text-align: center;
  }

  .select-field-4 {
    height: 42px;
    max-height: none;
    line-height: 16px;
  }

  .input-file-3 {
    width: auto;
    height: 42px;
    text-align: left;
  }

  .nav__main-desktop {
    display: none;
  }

  .video__section {
    width: 80%;
  }

  .video-2 {
    margin-top: 0px;
  }

  .form__section {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-23 {
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    padding-top: 60px;
    background-color: #000;
  }

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

  .nav__main-mobile {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d19834;
    background-color: #000;
  }

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

  .image-53 {
    max-width: none;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .nav__menu__button {
    position: absolute;
    left: auto;
    top: 14%;
    right: 3%;
    bottom: 0%;
    width: 48px;
    height: 48px;
    padding: 0px;
  }

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

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav__link-r {
    color: #fff;
    text-align: center;
  }

  .nav__link-r.text__navbar__mobil {
    font-family: aktiv-grotesk, sans-serif;
    color: #d19834;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .nav__link-r.text__navbar__mobil:hover {
    color: #fff;
  }

  .heading__h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .text__tnb-content {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text__tnb-main {
    margin-bottom: 20px;
    font-size: 18px;
  }

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

  .faq__section {
    margin-right: 20px;
    margin-left: 20px;
  }

  .counter__section {
    min-width: auto;
  }

  .div__decoration-item.left {
    margin-right: 15px;
  }

  .div__decoration-item.right {
    margin-left: 0px;
  }

  .intro__section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div__50.left {
    margin-right: 0px;
  }

  .div__50.right {
    margin-left: 40px;
  }

  .text-block-14 {
    max-width: 600px;
  }
}

@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%;
  }

  .menu-button-4 {
    display: block;
    -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;
  }

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

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

  .lottie__animation-navbar {
    width: 56px;
    height: 65px;
    margin-left: auto;
  }

  .navbar__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5.desktop {
    display: none;
  }

  .image-5.mobil {
    display: block;
  }

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

  .image-2 {
    display: none;
  }

  .step-description-text {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
  }

  .step-description-text.text1 {
    max-width: 400px;
  }

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

  .promotion-description-text {
    font-size: 14px;
  }

  .form-description-text-3 {
    padding-right: 10px;
    padding-left: 0px;
  }

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

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

  .receipt-button-4 {
    width: 100%;
  }

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

  .form-block-2 {
    width: 100%;
    margin-top: 10px;
  }

  .column-8 {
    display: none;
  }

  .input-file-4 {
    width: 100%;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div_wrapper_50._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .text__main {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .receipt-button-5 {
    width: 100%;
  }

  .form-description-text-4 {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .success-message-3.success-message {
    margin-right: 0px;
    margin-left: 0px;
  }

  .promotion-title {
    font-size: 22px;
    line-height: 20px;
  }

  .promotion-title.form-title {
    font-size: 20px;
  }

  .input-file-3 {
    width: 100%;
  }

  .input-file-3.input-file {
    font-size: 20px;
  }

  .form__section {
    max-width: 500px;
  }

  .form-description_text_robot {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .heading__h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .text__tnb-content {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .text__tnb-main {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  .image-12 {
    width: 120px;
  }

  .intro-text__description {
    max-width: 600px;
  }
}

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

  .navlink__main {
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .couponplatz__logo {
    width: 200px;
    padding-top: 0px;
  }

  .menu-button-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container__main {
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .lottie__animation-navbar {
    width: 50px;
    height: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: auto;
  }

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

  .menu__navbar {
    margin-top: 50px;
    padding-left: 20px;
  }

  .image-5.desktop {
    display: none;
  }

  .image-5.mobil {
    display: block;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .banner {
    width: auto;
  }

  .image-3 {
    display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image {
    display: none;
    margin-bottom: 20px;
  }

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

  .heading {
    display: block;
    width: auto;
    max-width: 250px;
    margin: 0px auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 30px;
    line-height: 35px;
  }

  .heading.aktionszeitraum {
    width: 80%;
    font-size: 25px;
  }

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

  .step-description-text {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .step-description-text.text1 {
    margin-top: 15px;
  }

  .section-steps {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
  }

  .image-step {
    margin-bottom: 10px;
  }

  .text-message-error {
    width: 90%;
  }

  .message-title-error {
    font-size: 30px;
    line-height: 30px;
  }

  .text-field-2 {
    padding: 5px;
  }

  .message-title-success {
    font-size: 30px;
    line-height: 30px;
  }

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

  .select-field-3 {
    padding: 5px;
  }

  .form-description-text-3 {
    font-size: 14px;
  }

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

  .form-description-text {
    font-size: 14px;
  }

  .receipt-button-4 {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #000;
    background-image: none;
    color: #fff;
  }

  .form-block-2 {
    margin-top: 0px;
  }

  .text-message-success {
    width: 90%;
  }

  .column-8 {
    display: none;
  }

  .input-file-4 {
    display: block;
    width: 100%;
    height: 42px;
    text-align: left;
  }

  .container {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text_footer {
    color: #000;
    font-size: 20px;
  }

  .section__footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .form-3 {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

  .text__main {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .text__main.left-align {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text__main.left-align {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text__main.left-align.headline {
    padding-right: 0px;
    padding-left: 0px;
  }

  .receipt-button-5 {
    display: block;
    width: 100%;
    height: auto;
    background-color: #dc3642;
    background-image: none;
    color: #fff;
  }

  .receipt-button-5.receipt-button {
    padding-top: 17px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    background-color: #dd051a;
    font-size: 16px;
    line-height: 24%;
  }

  .text-message-error {
    font-size: 16px;
  }

  .error-message-2 {
    margin-top: 0px;
  }

  .select-field-4 {
    padding: 0px;
    border-radius: 0px;
  }

  .submit-button-2.s-button {
    margin-bottom: 0px;
    color: #d19834;
    font-size: 16px;
  }

  .message-title-success-2 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  }

  .message-title-error-2 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  }

  .form-block {
    max-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-description-text-4 {
    font-size: 14px;
  }

  .promotion-title {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .promotion-title.form-title {
    font-size: 18px;
  }

  .input-file-3 {
    display: block;
    width: auto;
    height: 42px;
    padding-right: 1em;
    padding-left: 1em;
    text-align: left;
  }

  .input-file-3.input-file {
    margin-top: 0px;
    font-size: 19px;
  }

  .text-message-success-2 {
    font-size: 16px;
  }

  .kassenboninformation {
    font-size: 12px;
  }

  .video__section {
    width: 95%;
    margin-top: 40px;
  }

  .form__section {
    max-width: 350px;
    margin-top: 60px;
  }

  .checkbox-field-5 {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-description_text_robot {
    margin-bottom: 0px;
    margin-left: 5px;
    font-size: 14px;
  }

  .checkbox {
    margin-left: 0px;
  }

  .nav__menu__icon {
    background-color: transparent;
  }

  .nav__main-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }

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

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

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .nav__menu__line {
    background-color: #fff;
  }

  .nav__menu__button {
    top: 0%;
  }

  .container-4 {
    height: auto;
  }

  .nav__link-r.text__navbar__mobil {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .intro__content-text {
    border: 1px none #000;
  }

  .heading__h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    white-space: normal;
  }

  .text__tnb-content {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .text__tnb-main {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq__section {
    margin-right: 10px;
    margin-left: 10px;
  }

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

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

  .c-faq-q:active {
    color: #fff;
  }

  .counter__section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .div__decoration-item.left {
    display: none;
  }

  .div__decoration-item.right {
    display: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .intro__section {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .div__50.right {
    margin-top: 40px;
    margin-left: 0px;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .intro__content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .intro-text__headline {
    color: #966da7;
  }

  .info__section {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-24 {
    max-width: 300px;
  }
}

