.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: #fff7ed;
}

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

.image-5.desktop {
  display: block;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

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

.hero-img__desktop {
  width: 100%;
}

.hero-img__mobil {
  display: none;
}

.hero-img__section {
  max-width: 100%;
}

.intro__section {
  margin-bottom: 60px;
  padding-top: 20px;
}

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

.intro__content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading__h1 {
  display: inline;
  margin: 0px auto 20px;
  padding: 2px 15px 5px;
  background-color: #6e032e;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading__h1.agegate {
  display: block;
  margin-bottom: 0px;
  font-size: 40px;
}

.text-span {
  text-decoration: line-through;
}

.text__main {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: trade-gothic-next, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.text__main.small {
  font-size: 14px;
}

.text__main.left-align {
  margin-left: 0px;
  font-size: 14px;
  text-align: left;
}

.text_steps {
  padding: 20px 20px 0px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.steps-block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

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

.tutorial__section {
  margin-top: 0px;
  padding-top: 40px;
}

.text-field-2 {
  position: static;
  height: 42px;
  max-height: 42px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  border-radius: 0px;
  background-color: transparent;
  font-family: trade-gothic-next, sans-serif;
  color: #6e032e;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

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

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

.text-field-2:focus {
  border-color: #dd051a;
  background-color: transparent;
  color: #6e032e;
}

.text-field-2::-webkit-input-placeholder {
  background-color: transparent;
  color: #6e032e;
}

.text-field-2:-ms-input-placeholder {
  background-color: transparent;
  color: #6e032e;
}

.text-field-2::-ms-input-placeholder {
  background-color: transparent;
  color: #6e032e;
}

.text-field-2::placeholder {
  background-color: transparent;
  color: #6e032e;
}

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

.form-description-text {
  display: block;
  margin-bottom: 10px;
  font-family: trade-gothic-next, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.form-block {
  display: block;
  margin: 15px auto 0px;
}

.form-block.form-block {
  background-color: transparent;
}

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

.submit-button.s-button {
  display: block;
  height: 42px;
  max-width: 140px;
  margin: 40px auto 20px;
  padding-top: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  border-radius: 0px;
  background-color: transparent;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #6e032e;
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button.s-button:hover {
  border-style: none;
  border-width: 1px;
  border-color: #e30613;
  background-color: #6e032e;
  color: #fff;
}

.heading__h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

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

.success-message-2.success-message {
  max-width: 600px;
  margin: 60px auto 40px;
  border-radius: 0px;
  background-color: #1c7015;
}

.message-title-error {
  margin-top: 0px;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.receipt-button-4 {
  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-4:hover {
  border-style: solid;
  border-color: #dc3642;
  border-radius: 0.25em;
  background-color: #fff;
  color: #408d3c;
}

.receipt-button-4.receipt-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 9px 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-style: none;
  border-color: #dd051a;
  border-radius: 0px;
  background-color: #6e032e;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

.message-title-success {
  margin-top: 0px;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-message-success {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: trade-gothic-next, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

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

.block-name {
  display: block;
}

.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;
  font-family: trade-gothic-next-compressed, sans-serif;
  letter-spacing: 0px;
}

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

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

.kassenboninformation {
  max-width: 800px;
  margin: 40px auto 10px;
  font-family: trade-gothic-next, sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.select-field-3 {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  border-radius: 0px;
  background-color: transparent;
  font-family: trade-gothic-next, sans-serif;
  color: #6e032e;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.select-field-3:hover {
  border-color: #dd051a;
  background-color: transparent;
}

.select-field-3:active {
  border-color: #dd051a;
}

.select-field-3:focus {
  border-color: #dd051a;
}

.select-field-3:focus-visible {
  color: #6e032e;
}

.select-field-3[data-wf-focus-visible] {
  color: #6e032e;
}

.div-block-17 {
  position: relative;
  overflow: hidden;
  max-width: 400px;
  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: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.error-message {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 15px;
  border-radius: 0px;
  background-color: #e20000;
}

.gewinnspiel__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-field-3 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.text-field-3::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.text-field-3:-ms-input-placeholder {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.text-field-3::-ms-input-placeholder {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.text-field-3::placeholder {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.number-field {
  max-width: 120px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.gewinnspiel-bestaetigen__button {
  max-width: 120px;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  background-color: #6e032e;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.text-block-2 {
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
}

.products__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  -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;
}

.heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.bold-text {
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 45px;
  letter-spacing: 1px;
}

.image-6 {
  max-width: 30%;
  margin-right: 5px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -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;
}

.text-block-3 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

.text-span-2 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.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: #b3d27f;
}

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

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

.link-22 {
  color: #539a45;
  text-decoration: none;
}

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

.image-34 {
  display: inline;
  height: 120px;
  max-width: 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: transparent;
}

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

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

.link-10 {
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  text-decoration: none;
}

.section-footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin: 40px auto 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #000;
  background-color: transparent;
  font-weight: 400;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  padding-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  text-align: left;
}

.link-11 {
  width: auto;
  color: #000;
  text-decoration: none;
}

.footer__text {
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-bottom: 0px;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
}

.footer-text {
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  color: #000;
}

.div-block-21 {
  max-width: none;
}

.image-35 {
  display: none;
  max-width: 70%;
}

.primary__button {
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  background-color: #6e032e;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary__button:hover {
  border: 2px solid #000;
  background-color: transparent;
  color: #6e032e;
}

.body-2 {
  background-color: #fff7ed;
}

.text-block-33 {
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.section {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-56 {
  max-width: 35%;
  margin-right: auto;
  margin-left: auto;
}

.section_altersbeschraenkung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.subheadline_altersbeschraenkung {
  max-width: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.headline_altersbeschraenkung {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button__abbrechen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  padding-top: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  background-color: transparent;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #6e032e;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button__abbrechen:hover {
  background-color: #6e032e;
  color: #fff;
}

.grid__buttons_altersbeschraenkung {
  max-width: 150px;
  margin: 30px auto 20px;
  justify-items: center;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button__best-tigen {
  display: block;
  max-width: 150px;
  padding-top: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #6e032e;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button__best-tigen:hover {
  background-color: #1b8115;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 550px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  background-color: transparent;
}

.grid__altersbeschraenkung {
  margin-top: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.text-block-34 {
  margin-top: 10px;
  font-family: trade-gothic-next, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.bold-text-2 {
  font-family: trade-gothic-next, sans-serif;
  font-size: 16px;
}

.bold-text-3 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 16px;
}

.image-57 {
  max-width: 40%;
  margin: 30px auto 40px;
}

.image-58 {
  display: block;
  max-width: 80%;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.textarea {
  background-color: transparent;
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.text-block-35 {
  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: trade-gothic-next, sans-serif;
  color: #adadad;
  font-size: 25px;
  text-align: center;
}

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

.div-block-24 {
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
}

.image-59 {
  position: absolute;
  left: auto;
  z-index: 0;
  width: 120px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 864px;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

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

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

.text-block-36 {
  position: static;
  max-width: 1000px;
  margin: 20px auto 30px;
  padding: 0px 20px;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.paragraph-tnb-head {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 22px;
  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: trade-gothic-next, sans-serif;
  font-weight: 400;
  text-align: left;
}

.link-19 {
  color: #539b45;
}

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

.bold-text-4 {
  font-family: trade-gothic-next-compressed, sans-serif;
  color: #000;
  font-size: 18px;
}

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

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

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

.c-faq-text {
  padding: 5px 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: trade-gothic-next-compressed, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

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

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

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

.faq-a-text {
  margin-right: 40px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: trade-gothic-next, sans-serif;
  color: #fff;
  font-size: 1em;
  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-radius: 0px;
  background-color: #6e032e;
}

.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: #fff;
  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: #fff;
}

._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-36 {
  font-family: trade-gothic-next-compressed, sans-serif;
  font-size: 16px;
}

.navbar {
  background-color: #fff7ed;
  font-family: trade-gothic-next, sans-serif;
  font-size: 18px;
}

.image-60 {
  margin-top: 13px;
}

.nav-link {
  text-transform: uppercase;
}

.link-block-17 {
  margin-top: 12px;
  margin-bottom: 0px;
}

.link-30 {
  color: #000;
}

.text-field-4 {
  width: 100px;
  height: 42px;
  margin-bottom: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #6e032e;
  background-color: transparent;
  font-family: trade-gothic-next, sans-serif;
  color: #6e032e;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-field-4::-webkit-input-placeholder {
  color: #6e032e;
}

.text-field-4:-ms-input-placeholder {
  color: #6e032e;
}

.text-field-4::-ms-input-placeholder {
  color: #6e032e;
}

.text-field-4::placeholder {
  color: #6e032e;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; 
}

input[type=number] {
  -moz-appearance: textfield !important; /* Firefox */
}

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

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

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

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

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

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

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

  .text_steps {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
  }

  .image-step {
    width: 170px;
    height: 170px;
  }

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

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

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

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

  .bold-text {
    font-size: 35px;
  }

  .text-span-2 {
    font-size: 30px;
  }

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

  .div-block-20 {
    width: 30%;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
  }

  .footer-text {
    max-width: 40%;
  }

  .image-35 {
    max-width: 60%;
  }

  .section_altersbeschraenkung {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .image-57 {
    max-width: 80%;
  }

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

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

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

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

  .text-block-36 {
    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;
  }
}

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

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

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

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

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

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

  .text_steps {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

  .heading__h2 {
    font-size: 20px;
  }

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

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

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

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

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

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

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

  .footer {
    margin-top: 40px;
  }

  .link-10 {
    max-width: 100%;
  }

  .section-footer {
    height: auto;
    text-align: center;
  }

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

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-text {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .image-59 {
    display: none;
  }

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

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

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

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

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

  .hero-img__desktop {
    display: none;
  }

  .hero-img__mobil {
    display: block;
  }

  .container {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
  }

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

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

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

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

  .text_steps {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 25px;
  }

  .image-step {
    display: inline-block;
    width: 150px;
    height: 150px;
    max-height: none;
    max-width: none;
    padding-top: 0px;
  }

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

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

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

  .submit-button.s-button {
    margin-bottom: 0px;
    color: #6e032e;
    font-size: 18px;
  }

  .heading__h2 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 1.3;
  }

  .form__section {
    border: 1px none #000;
  }

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

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

  .receipt-button-4.receipt-button {
    padding-top: 10px;
    padding-right: 0.25em;
    padding-left: 0.25em;
    background-color: #6e032e;
    font-size: 18px;
    line-height: 24%;
  }

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

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

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

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

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

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

  .kassenboninformation {
    font-size: 12px;
  }

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

  .div-block-17 {
    margin-top: 20px;
  }

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

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

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

  .gewinnspiel__section {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .text-block {
    line-height: 28px;
    text-align: center;
  }

  .products__section {
    margin-right: 5px;
    margin-left: 5px;
  }

  .bold-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-span-2 {
    line-height: 30px;
  }

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

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

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

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

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

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

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

  .image-34 {
    width: 60%;
    height: auto;
  }

  .footer {
    margin-top: 40px;
  }

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

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

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

  .section-footer {
    height: auto;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-image: none;
    text-align: center;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .div-block-20 {
    width: 60%;
  }

  .link-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;
    text-align: center;
  }

  .columns-5 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .footer__text {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
  }

  .footer-text {
    max-width: 100%;
  }

  .image-35 {
    display: none;
  }

  .section_altersbeschraenkung {
    height: 100vh;
    background-image: none;
  }

  .subheadline_altersbeschraenkung {
    margin-bottom: 40px;
  }

  .div-block-22 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .image-58 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-9 {
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-59 {
    display: none;
  }

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

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

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

  .text-block-36 {
    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 {
    color: #fff;
    font-size: 20px;
  }

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

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

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

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

#w-node-e8747f55-9065-a7e0-ef80-68b000410efb-b8719112 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8137ae37-4c15-de91-f032-f0723cbe31bb-b8719112 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f5df116-bb10-aba1-73ca-337996934f37-b8719112 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8f5df116-bb10-aba1-73ca-337996934f39-b8719112 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}