.section__login {
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  background-image: url('../images/acardo-desktop.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login__content {
  width: 300px;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.section__404 {
  width: 100vw;
  height: 100vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  background-image: url('../images/acardo-desktop.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

._404__content {
  width: 300px;
  height: auto;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

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

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

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

.content__div {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.content__link {
  margin-bottom: 40px;
}

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

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

.content__heading {
  max-width: 90%;
  color: #fff;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

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

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

.body {
  font-family: Montserrat, sans-serif;
}

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

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

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

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

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

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

.homepage {
  background-color: #f1f1f1;
  font-family: Opensans;
  font-weight: 400;
}

.loader {
  z-index: 9999;
  background-color: rgba(255, 255, 255, .76);
  justify-content: center;
  align-items: center;
  display: none;
  position: static;
}

.error-message {
  background-color: rgba(255, 168, 168, .76);
  border-radius: 5px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
}

.receipt-button {
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px #37424b;
  border-radius: 0;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
  transition: background-color .2s;
}

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

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

.success-message {
  background-color: #539b45;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.submit-button.s-button {
  height: 42px;
  max-width: 200px;
  color: #fff;
  text-transform: uppercase;
  background-color: #dd051a;
  border: 1px #dd051a;
  border-radius: 20px;
  margin: 40px auto 20px;
  font-family: Tccc unitytext;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

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

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

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

.text-message-success-2 {
  color: #fff;
  font-family: Tccc unitytext;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.text-message-error-2 {
  text-align: center;
  font-family: Tccc unitytext;
  font-size: 18px;
  line-height: 1.5;
}

.message-title-error {
  text-align: center;
  margin-top: 0;
  font-family: Tccc unitytext;
  font-size: 24px;
  font-weight: 600;
}

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

.form-description-text {
  color: #fff;
  margin-bottom: 10px;
  font-family: Tccc unitytext;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

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

.promotion-title.form-title {
  color: #fff;
  text-align: left;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tccc unitytext;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.link_main.footer {
  color: #fff;
  text-transform: none;
  border-bottom: 2px #000;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link_main.footer:hover {
  color: #fff;
  border-bottom-color: #dd051a;
  text-decoration: none;
}

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

.block-name {
  display: block;
}

.message-title-success {
  color: #fff;
  margin-top: 0;
  font-family: Tccc unitytext;
  font-size: 31px;
  font-weight: 400;
}

.select-field-3 {
  height: 42px;
  max-height: 42px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  padding-left: 10px;
  font-family: Tccc unitytext;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: block;
  position: static;
}

.select-field-3:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #dd051a;
}

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

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

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

.section__footer {
  width: 100%;
  height: auto;
  background-color: #129a2f;
  border: 1px #fff;
  border-radius: 0;
  padding-top: 0;
}

.text_footer {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Helvetica neue lt 45";
  font-size: 16px;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-field-2 {
  height: 42px;
  max-height: 42px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  position: static;
}

.text-field-2:hover {
  color: #dd051a;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #dd051a;
}

.text-field-2:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.text-field-2:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #dd051a;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
  background-color: #000;
  font-family: Tccc unitytext;
}

.text-field-2::placeholder {
  color: #fff;
  background-color: #000;
  font-family: Tccc unitytext;
}

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

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

.success-message-2.success-message {
  background-color: rgba(48, 207, 35, .69);
  margin-top: 60px;
  margin-bottom: 40px;
}

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

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

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

.image-5.mobil {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

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

.input-file-3.input-file {
  width: 30%;
  height: auto;
  max-width: 500px;
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 42px;
  letter-spacing: 0;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Helvetica neue lt 65";
  font-size: 15px;
  line-height: 24px;
  display: block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.image-44 {
  height: auto;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

.heading__h1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}

.heading__h1.app {
  max-width: 800px;
  color: #129a2f;
  text-align: left;
  text-transform: none;
  border: 1px #000;
  border-radius: 0;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

.c-faq-a {
  background-color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

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

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

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

._w-faq-icon {
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.c-faq {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.c-faq-q {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

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

.c-faq-a-text {
  color: #2d2e87;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.faq-container {
  min-height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.4em;
}

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

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

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

.container.footer {
  max-width: none;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  padding: 10px 20px;
  display: flex;
}

.intro__section {
  background-color: #fff;
  border-top: 2px solid #fff;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.intro__content-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.text__main.left-align.headline {
  color: #fff;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

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

.text__main.app {
  color: #000;
  text-align: left;
}

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

.products__hover-mobile {
  padding-top: 10px;
  display: none;
}

.div__wrapper_3 {
  width: 33%;
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.products__first-row, .products__second-row {
  max-width: 800px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form__section {
  padding-top: 40px;
}

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

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

.image-49 {
  height: 200px;
}

.text_steps_products {
  color: #fff;
  text-align: center;
  padding: 20px 30px 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

.products__hover-desktop {
  padding-top: 10px;
  display: block;
}

.navlink__main {
  color: #fff;
  text-transform: none;
  border: 1px #000;
  margin: 0 5px;
  padding-bottom: 20px;
  font-family: Tccc unitytext;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.navlink__main:hover {
  color: #fff;
}

.navlink__main:focus {
  color: #129a2f;
  text-decoration: underline;
}

.navlink__main.w--current {
  color: #fff;
  text-decoration: none;
}

.menu__navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
}

.navbar__main {
  z-index: 11;
  width: 100%;
  height: 60px;
  max-width: none;
  background-color: #fff;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
}

.container__main {
  width: 100%;
  max-width: 2000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.coca-cola__logo {
  width: auto;
  height: 35px;
  margin-top: -9px;
  padding-top: 0;
  transition: all .4s;
}

.coca-cola__logo:hover {
  transform: scale(1.07);
}

.container__navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: block;
}

.link__logo-nav {
  margin-right: auto;
}

.div__wrapper_1 {
  width: 33%;
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.div_wrapper_50 {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div_wrapper_50._2 {
  font-family: Aktivgrotesk, sans-serif;
}

.div_wrapper_50._1 {
  justify-content: flex-start;
}

.image_50 {
  height: 40px;
}

.link_website {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_social {
  height: 42px;
  max-width: 350px;
  text-align: center;
  background-color: #024;
  margin: 20px auto 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.button_social:hover {
  background-color: #e30613;
}

.image__social-2, .image__social-3 {
  height: auto;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.add2wallet_section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.container-2 {
  max-width: 1200px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Tccc unitytext;
}

.div-block-19 {
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
}

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

.text__main-copy-copy.content_box {
  margin-top: 15px;
  font-weight: 300;
}

.primary__button {
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
  background-color: #dd051a;
  border-radius: 20px;
  justify-content: center;
  margin: 40px auto 0;
  font-family: Tccc unitytext;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

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

.primary__button.coupon, .primary__button.cashback {
  max-width: 300px;
}

.primary__button.primary__button__off {
  color: #dd051a;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dd051a;
  font-weight: 500;
  transition: all .3s;
  display: block;
}

.primary__button.primary__button__off:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-color: #fff;
}

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

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

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

.add2wallet_section-copy, .printathome_section, .couponplatz_section {
  margin-top: 120px;
  margin-bottom: 50px;
}

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

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

.nav__menu__content {
  width: 48px;
  height: 48px;
  border-left: 1px solid #d4d4d4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav__menu__icon {
  width: 26px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

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

.coke_hover_effekt {
  color: #129a2f;
  border: 2px #000;
  padding-bottom: 5px;
  font-family: Aktivgrotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.coke_hover_effekt:hover {
  color: #000;
  -webkit-text-stroke-width: 0px;
  border-style: none;
  border-color: #000;
}

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

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

.link_main-2.footer {
  color: #fff;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.link_main-2.footer:hover {
  color: #aac9e3;
}

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

.container-3.footer {
  max-width: 2000px;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  display: flex;
}

.section__footer-2 {
  width: 100%;
  height: 60px;
  background-color: #000;
  border: 1px #fff;
  border-top-style: solid;
  border-radius: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image_50-2 {
  height: 40px;
}

.text_footer-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-4, .link-5, .link-6 {
  color: #fff;
  text-decoration: none;
}

.app__section {
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 0;
  display: flex;
}

.text__div {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: block;
}

.img__div {
  margin-top: auto;
  margin-left: 100px;
}

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

.div-block-21 {
  max-width: 300px;
  margin-top: 50px;
  display: flex;
}

.link-block {
  max-width: 150px;
  margin-right: 0;
}

.img__app {
  transition: all .4s;
}

.img__app:hover {
  transform: scale(1.07);
}

.hero__section {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.img__flasche {
  max-width: 250px;
}

.link-block-2 {
  max-width: 150px;
}

.image-51 {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.button {
  color: #fff;
  -webkit-text-stroke-color: #129a2f;
  background-color: #129a2f;
  margin-left: auto;
  margin-right: auto;
  font-family: Aktivgrotesk, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.section {
  display: none;
}

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

  ._404__content {
    width: 350px;
    padding-top: 100px;
  }

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

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

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

  .content__key {
    max-width: 80%;
  }

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

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

  .text_footer {
    font-size: 25px;
  }

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

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

  .image-5.desktop {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .image-5.mobil {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

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

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

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

  .heading__h1.app {
    max-width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .text__main.app {
    text-align: center;
  }

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

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

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

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

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

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

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

  .container__main {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .coca-cola__logo {
    margin-top: 0;
    display: block;
  }

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

  .image__social-2 {
    height: auto;
    max-height: 500px;
    max-width: 100%;
  }

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

  .text-block {
    font-family: Tccc unitytext;
  }

  .container-2 {
    justify-content: center;
  }

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

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

  .text__main-copy-copy.content_box {
    font-size: 16px;
  }

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

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

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

  .nav__menu__content {
    width: 48px;
    height: 48px;
    background-color: #000;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav__menu__icon {
    width: 26px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .bold-text-2, .link-3 {
    color: #fff;
    text-decoration: none;
  }

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

  .text_footer-2 {
    font-size: 25px;
  }

  .app__section {
    max-width: 700px;
    flex-direction: column;
    padding-top: 40px;
  }

  .text__div {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .img__div {
    margin-left: 20px;
  }

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

  .image-51 {
    max-width: 550px;
  }
}

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

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

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

  .link__acardo {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container.footer {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .products__hover-mobile {
    display: block;
  }

  .heading__h2 {
    font-size: 20px;
  }

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

  .text_steps_products {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .products__hover-desktop {
    display: none;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .container__main {
    align-items: center;
    display: flex;
  }

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

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

  .div_wrapper_50._1 {
    justify-content: center;
  }

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

  .text__main-copy-copy.content_box {
    font-size: 14px;
  }

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

  .container-3.footer {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-51 {
    max-width: 450px;
  }
}

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

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

  ._404__error {
    width: 150px;
  }

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

  ._404__subhead {
    width: 90%;
    color: #fff;
    margin-top: 20px;
    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 {
    width: 150px;
    height: 150px;
    max-width: none;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .content__password {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .homepage {
    padding-left: 0;
    padding-right: 0;
  }

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

  .receipt-button {
    font-size: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section__footer {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    margin-bottom: 3px;
    padding-bottom: 0;
  }

  .text_footer {
    color: #fff;
    font-size: 16px;
  }

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

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

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

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

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

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

  .kassenboninformation {
    font-size: 12px;
  }

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

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

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

  .heading__h1.faqs {
    max-width: none;
    font-size: 22px;
  }

  .heading__h1.app {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

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

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

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

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

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

  .container.footer {
    padding-top: 40px;
  }

  .intro__section {
    border-top-width: 2px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

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

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

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

  .text__main.app {
    max-width: none;
    text-align: center;
  }

  .form__section {
    border: 1px #000;
  }

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

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

  .image-49 {
    height: 200px;
  }

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

  .menu-button-4 {
    align-self: center;
  }

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

  .menu__navbar {
    background-color: #000;
    margin-top: 0;
    padding-top: 80px;
    padding-left: 20px;
  }

  .navbar__main {
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .coca-cola__logo {
    z-index: 50;
    width: auto;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 0;
    position: relative;
  }

  .div__wrapper_1 {
    width: 50%;
  }

  .button_social {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .image__social-3 {
    height: auto;
    max-height: 500px;
  }

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

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

  .add2wallet_section {
    margin-top: 80px;
  }

  .container-2 {
    flex-direction: column;
  }

  .container-2.reverse {
    flex-direction: column-reverse;
  }

  .div-block-19 {
    max-width: none;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

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

  .primary__button {
    max-width: 280px;
    margin-top: 20px;
    font-size: 18px;
  }

  .primary__button.coupon, .primary__button.cashback {
    font-size: 18px;
  }

  .primary__button.subpage {
    margin-top: 40px;
    margin-bottom: 60px;
  }

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

  .printathome_section {
    margin-top: 70px;
  }

  .couponplatz_section {
    margin-top: 50px;
  }

  .bold-text {
    width: auto;
    max-width: none;
  }

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

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

  .nav__menu__icon {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav__menu__line {
    background-color: #fff;
  }

  .coke_hover_effekt {
    text-align: center;
    font-size: 25px;
  }

  .coke_hover_effekt:hover {
    border-bottom-style: none;
  }

  .container-3 {
    max-width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px 1px;
    display: flex;
  }

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

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

  .app__section {
    max-width: 400px;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text__div {
    margin-bottom: 0;
    margin-right: 0;
  }

  .img__div {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-21 {
    flex-wrap: nowrap;
    margin-top: 20px;
  }

  .hero__section {
    padding-left: 0;
    padding-right: 0;
  }

  .image-51 {
    max-width: 250px;
  }

  .button {
    padding-top: 12px;
  }

  .section {
    display: block;
  }

  .section-2 {
    display: none;
  }
}


@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Bold.ttf') format('truetype'), url('../fonts/AktivGrotesk-XBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-BoldItalic.ttf') format('truetype'), url('../fonts/AktivGrotesk-XBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}