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

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

.link-block-invert {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.link-block-invert.w--current {
  padding-left: 12px;
  background-image: url('../images/circle-4x4.svg');
  background-position: 0% 50%;
  background-size: 6px;
  background-repeat: no-repeat;
}

.trigger {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2rem 0rem;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger.insta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -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;
}

.hamburger {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -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;
  border-radius: 100px;
  cursor: pointer;
}

.hamburger.w--open {
  z-index: 102;
  background-color: transparent;
}

.hero__section__tablet {
  display: none;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Header__desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer_links-content {
  padding: 15px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.nav__container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

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

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

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

.heading__h1.footer {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading__h1.thin {
  font-size: 20px;
  font-weight: 400;
}

.div__elements {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 40px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.hero__section__desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Header__desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.div__text {
  position: absolute;
  top: 0px;
  z-index: 5;
  width: auto;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: auto;
}

.nav__mobile {
  display: none;
}

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

.bottle {
  display: block;
  margin-top: auto;
}

.secondary__button {
  margin-right: 10px;
  margin-left: 0px;
  padding: 25px 20px 15px;
  background-color: #000;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Tradegothicltstd, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.secondary__button:hover {
  background-color: #fff;
  color: #000;
}

.text-block-3 {
  margin-top: 15px;
  margin-right: 40px;
  margin-bottom: 15px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: right;
  text-transform: uppercase;
}

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

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

.image-43 {
  display: block;
  width: 150px;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: auto;
  padding: 10px;
}

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

.hero_text__element {
  margin-bottom: 10px;
}

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

.image-51 {
  display: block;
  width: auto;
  max-width: 180px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 35px;
  padding-left: 0px;
}

.text__tnb-main {
  max-width: 1000px;
  margin: 40px auto 10px;
  color: #e80b23;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

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

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

.footer__link-div {
  text-decoration: none;
}

.nav__link {
  position: static;
  padding-bottom: 15px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav__link:hover {
  color: #e80b23;
}

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

.div__content__text__elements {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  max-width: 1500px;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.img__element__bottle {
  display: block;
  width: auto;
  max-width: 114px;
  margin-bottom: 30px;
}

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

.logos__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.grass__element {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 10vh;
  background-image: url('../images/grass__element__header.png');
  background-position: 0px 0px;
  background-size: contain;
}

.subheadline_header {
  padding: 30px 20px 20px;
  background-color: #000;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nav__link-r {
  font-family: Tradegothicltstd, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.hero__section__mobil {
  display: none;
  height: 95vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Header__desktop.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.headline_header {
  margin-top: 10px;
  padding: 40px 20px 20px;
  background-color: #000;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 20px;
  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;
}

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

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

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

.footer__information__text {
  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;
  border-top: 1px none #fff;
}

.pokal {
  display: block;
  margin-top: auto;
  margin-left: 40px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.hero__text {
  width: auto;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.primary__button {
  margin-right: 0px;
  padding: 25px 20px 15px;
  border-style: none;
  border-width: 1px;
  border-color: #e80b23;
  background-color: #dd151c;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Tradegothicltstd, sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}

.primary__button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #e80b23;
}

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

.section-footer {
  height: auto;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: #000;
}

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

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

.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: Tradegothicltstd, sans-serif;
  line-height: 1.6;
  text-align: left;
}

.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__main.left-align {
  margin-left: 0px;
  font-family: Tradegothicltstd, sans-serif;
  font-size: 14px;
  text-align: left;
}

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

.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-weight: 700;
}

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

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

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

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

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

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

.intro__headline {
  margin-top: 20px;
}

.faq__section {
  min-height: auto;
  margin-top: 60px;
  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;
}

.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-icon {
  padding: 10px;
  color: #333;
}

.button__abbrechen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 15px;
  -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: #fff;
  background-color: #000;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 650px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 100px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.27);
}

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

.image-56 {
  max-width: 40%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.button__best-tigen {
  display: block;
  max-width: 150px;
  margin-right: 0px;
  margin-left: 10px;
  padding-top: 15px;
  -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: #e80b23;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Tradegothicltstd, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.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: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
}

.headline_altersbeschraenkung {
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.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;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

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

.flip__box__back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 30px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e80b23;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.gewinne__content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gewinne__content__container.reverse {
  margin-top: 40px;
  margin-bottom: 100px;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.76);
}

.div-block-25 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.heading__h1__flip {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.checkbox {
  margin-top: 0px;
}

.form__link-details {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.form__link-details:hover {
  color: #e80b23;
  text-decoration: underline;
}

.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: 50px;
  border-radius: 0px;
  font-family: Tradegothicltstd, sans-serif;
  letter-spacing: 0px;
}

.steps__content__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps__content__container.reverse {
  margin-top: 40px;
  margin-bottom: 100px;
}

.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 {
  height: 42px;
  margin-bottom: 0px;
  padding: 20px 15px 30px;
  border-style: none;
  border-color: #dd051a;
  border-radius: 0px;
  background-color: #fff;
  font-family: Tradegothicltstd, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.steps_section {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0d2116;
}

.image-18 {
  max-width: 120px;
  margin-bottom: 60px;
  margin-left: 10px;
}

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

.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: 200px;
  margin: 40px auto 20px;
  border-style: none;
  border-width: 1px;
  border-color: #dd051a;
  border-radius: 0px;
  background-color: #e80b23;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

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

.kassenboninformation-2 {
  max-width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.div-block-22 {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  text-align: center;
}

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

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gewinne__section {
  display: block;
  height: 90vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../images/BG_cheering_people_green.png');
  background-position: 50% 100%;
  background-size: cover;
  color: #000;
}

.text__tutorial {
  display: block;
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-message-success {
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.error-message {
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 30px;
  border-radius: 0px;
  background-color: #e80b23;
}

.message-title-success {
  margin-top: 0px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
}

.flip__box__front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 30px 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.container-2 {
  max-width: 1000px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.div__gewinne__mobil {
  display: none;
}

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

.grid__gewinne__desktop {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flip__box {
  position: relative;
  max-width: none;
  min-height: 400px;
  min-width: auto;
}

.image-50 {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  min-height: 100px;
  min-width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.text-message-error {
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.message-title-error {
  margin-top: 0px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.form__field-head {
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.block-name {
  display: block;
}

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

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

.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 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #154734;
}

.form__field {
  position: static;
  height: 42px;
  max-height: 42px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.form__field:hover {
  border-style: solid;
  border-color: #dd051a;
  background-color: transparent;
  color: #fff;
}

.form__field:active {
  background-color: #e80b23;
  color: #fff;
}

.form__field:focus {
  border-color: #dd051a;
  background-color: #e80b23;
  color: #fff;
}

.form__field::-webkit-input-placeholder {
  background-color: transparent;
  color: #fff;
}

.form__field:-ms-input-placeholder {
  background-color: transparent;
  color: #fff;
}

.form__field::-ms-input-placeholder {
  background-color: transparent;
  color: #fff;
}

.form__field::placeholder {
  background-color: transparent;
  color: #fff;
}

.heading__h2 {
  margin-top: 0px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.flip__img {
  width: 250px;
  margin-bottom: 0px;
}

.flip__img.tickets {
  width: 300px;
  max-width: 100%;
  margin-left: 0px;
}

.divider__div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form__section {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.heading__h1__flip__thin {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.heading__h1__flip__thin.tickets {
  margin-top: 0px;
  font-size: 18px;
  text-align: left;
}

.div__tm {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 6%;
  z-index: 15;
  max-width: 25px;
  margin-right: 10px;
}

.select-field-3 {
  position: static;
  display: block;
  height: 42px;
  max-height: 42px;
  padding-top: 14px;
  padding-left: 10px;
  border-radius: 0px;
  background-color: #000;
  font-family: Tradegothicltstd, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.select-field-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #e80b23;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

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

.div-block-27 {
  max-width: 30px;
  margin-right: 10px;
  margin-left: 0px;
}

.ticket__icons__text {
  margin-top: 20px;
}

.faq-container {
  min-height: auto;
  margin-top: 60px;
  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;
}

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

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

@media screen and (min-width: 1280px) {
  .image-51 {
    max-width: 200px;
  }

  .img__element__bottle {
    max-width: 130px;
  }

  .flip__box__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .div__tm {
    max-width: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .image-51 {
    max-width: 280px;
  }

  .img__element__bottle {
    max-width: 180px;
  }

  .text__main.left-align.headline {
    text-transform: uppercase;
  }

  .flip__box__back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .link-10 {
    color: #fff;
  }

  .c-faq-2 {
    border-radius: 0px;
  }
}

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

  .hamburger {
    width: 100px;
    height: 100px;
  }

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

  .hero__section__tablet {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0px;
    background-image: none;
  }

  .buttons__tablet {
    position: absolute;
    bottom: 0px;
    z-index: 14;
  }

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

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

  .div__elements {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero__section__desktop {
    display: none;
    height: 100vh;
  }

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

  .div__text {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav__mobile {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    width: 100%;
    background-color: #000;
  }

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

  .secondary__button {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #fff;
    color: #000;
  }

  .secondary__button:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #000;
    color: #fff;
  }

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

  .hero_text__element.last__one {
    margin-bottom: 0px;
  }

  .image-51 {
    height: 500px;
    max-width: none;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

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

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

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

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

  .div__content__text__elements {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: auto;
    max-width: none;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .img__element__bottle {
    height: 520px;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-bottom: 50px;
  }

  .grass__element {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/grass__element__header.png');
    background-size: cover;
  }

  .subheadline_header {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 37px;
    line-height: 50px;
  }

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

  .nav__link-r.text__navbar__mobil {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }

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

  .headline_header {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 35px;
  }

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

  .pokal {
    display: block;
  }

  .hero__text {
    max-width: none;
    margin-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .steps_section {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .div-block-22 {
    padding-right: 20px;
  }

  .gewinne__section {
    height: auto;
  }

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

  .container-2 {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div__gewinne__mobil {
    display: block;
    max-width: 600px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid__gewinne__desktop {
    display: none;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .image-50.qr-code {
    max-width: 80%;
  }

  .divider__div {
    display: none;
  }

  .img__background {
    width: 100%;
    max-width: none;
  }

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

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

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

  .hamburger {
    left: auto;
    top: 0%;
    right: 2%;
    bottom: auto;
    width: 64px;
    height: 64px;
  }

  .hero__section__tablet {
    position: relative;
    height: auto;
  }

  .footer_links-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .div__text {
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .image-51 {
    height: 400px;
    max-width: 200px;
  }

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

  .div__content__text__elements {
    height: auto;
  }

  .img__element__bottle {
    height: 400px;
    max-width: 130px;
  }

  .subheadline_header {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 25px;
  }

  .headline_header {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 25px;
  }

  .footer__links {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero__text {
    max-width: 520px;
  }

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

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

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

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

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

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

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

  .steps_section {
    padding-top: 60px;
  }

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

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

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

  .heading__h2-2 {
    font-size: 20px;
  }

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

  .heading__h2 {
    font-size: 20px;
  }

  .img__background {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

  .hamburger {
    width: 40px;
    height: 40px;
  }

  .container-4 {
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__section__tablet {
    display: none;
  }

  .buttons {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -20px;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

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

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

  .heading__h1.footer {
    font-size: 18px;
  }

  .div__elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .link-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero__section__desktop {
    display: none;
  }

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

  .div__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav__mobile {
    display: block;
    height: 80px;
    -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;
  }

  .nav__menu__line {
    background-color: #fff;
  }

  .secondary__button {
    display: inline-block;
    width: 225px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    font-size: 20px;
  }

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

  .text-block-3 {
    margin-right: 0px;
  }

  .image-43 {
    width: 120px;
  }

  .nav__menu__icon {
    background-color: transparent;
  }

  .hero_text__element {
    width: 100%;
  }

  .hero_text__element.last__one {
    margin-bottom: 10px;
  }

  .image-51 {
    height: 300px;
    max-width: none;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

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

  .image-53 {
    display: block;
    width: auto;
    height: 80px;
    max-width: none;
  }

  .div__content__text__elements {
    position: relative;
    display: block;
    height: auto;
    max-width: none;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img__element__bottle {
    height: 300px;
    max-width: none;
    margin-bottom: 40px;
  }

  .grass__element {
    bottom: 0%;
    height: 80px;
    background-image: url('../images/grass__element__header.png');
    background-size: cover;
  }

  .subheadline_header {
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.2;
  }

  .nav__link-r.text__navbar__mobil {
    color: #fff;
    font-size: 24px;
  }

  .hero__section__mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }

  .headline_header {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .nav__menu__button {
    position: absolute;
    top: 0%;
  }

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

  .hero__text {
    position: static;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .primary__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 225px;
    max-width: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }

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

  .nav__menu__content {
    margin-top: 16px;
    border-left-style: none;
    background-color: #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.headline {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

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

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

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

  .div-block-24 {
    width: 100%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 40px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-56 {
    max-width: 45%;
  }

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

  .subheadline_altersbeschraenkung {
    margin-bottom: 40px;
  }

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

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

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

  .gewinne__content__container {
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gewinne__content__container.reverse {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-25 {
    margin-top: 0px;
  }

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

  .form__link-details:hover {
    color: #fff;
  }

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

  .input-file-3.input-file {
    width: 80%;
    height: 58px;
    margin-top: 0px;
    padding-right: 0em;
    padding-left: 0em;
    font-size: 19px;
    line-height: 19px;
  }

  .steps__content__container {
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps__content__container.reverse {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .receipt-button-4.receipt-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 30px 0em 25px;
    -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: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
  }

  .steps_section {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .form-description-text-2 {
    margin-left: 5px;
    font-size: 14px;
  }

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

  .kassenboninformation-2 {
    font-size: 14px;
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gewinne__section {
    margin-top: 0px;
    background-image: url('../images/BG__cheering-people__mobil.jpg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .text__tutorial {
    margin: 20px auto 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    white-space: normal;
  }

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

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

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

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

  .div__gewinne__mobil {
    margin-top: 30px;
  }

  .grid__gewinne__desktop {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-50 {
    max-width: 70%;
  }

  .image-50.qr-code {
    max-width: 70%;
  }

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

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

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

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

  .form__field {
    margin-bottom: 10px;
    font-family: Tradegothicltstd, sans-serif;
  }

  .heading__h2 {
    max-width: 200px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .form__section {
    margin-top: 40px;
    padding-top: 0px;
    border: 1px none #000;
  }

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

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

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

#w-node-a5097091-7b1e-051d-a68f-0240f717c281-0b81e265 {
  -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;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a5097091-7b1e-051d-a68f-0240f717c28d-0b81e265 {
  -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;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a5097091-7b1e-051d-a68f-0240f717c299-0b81e265 {
  -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;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3ca56393-70d0-1a28-6802-43d23b371ad1-ce8c566d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3ca56393-70d0-1a28-6802-43d23b371ad3-ce8c566d {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Tradegothicltstd';
  src: url('../fonts/TradeGothicLTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tradegothicltstd';
  src: url('../fonts/TradeGothicLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}