/* #### */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fira-sans-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/fira-sans-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  background-color: #273745;
  position: relative;
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #ffffff;
  font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  body {
    font: 400 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
body.bg {
  background-image: url("../img/background.jpg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
body.bg.color {
  background-image: none;
  background-color: #69B7B0;
}
a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
a:not(.btn):focus {
  outline: none;
}
a:not(.btn):focus-visible {
  border-radius: 4px;
  outline-offset: 2px;
  outline: 2px dashed #2D837A;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
img,
picture {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
h1,
.h1 {
  font: 700 24px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h1,
  .h1 {
    font: 700 50px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
h2,
.h2 {
  font: 700 24px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h2,
  .h2 {
    font: 700 50px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
h3,
.h3 {
  font: 700 16px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h3,
  .h3 {
    font: 700 24px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
h4,
.h4 {
  font: 700 12px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h4,
  .h4 {
    font: 700 16px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
h5,
.h5 {
  font: 700 12px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h5,
  .h5 {
    font: 700 16px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
h6,
.h6 {
  font: 700 12px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
@media print, screen and (min-width: 1024px) {
  h6,
  .h6 {
    font: 700 16px / 120% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
p {
  font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin: 0;
}
p + * {
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  p {
    font: 400 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
p strong,
p b,
p strong > *,
p b > *,
p .strong {
  font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  p strong,
  p b,
  p strong > *,
  p b > *,
  p .strong {
    font: 700 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
p small,
p small > * {
  font: 400 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  display: inline-block;
}
@media print, screen and (min-width: 1024px) {
  p small,
  p small > * {
    font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
p small strong,
p small > * strong,
p small b,
p small > * b,
p small strong > *,
p small > * strong > *,
p small b > *,
p small > * b > * {
  font: 700 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  p small strong,
  p small > * strong,
  p small b,
  p small > * b,
  p small strong > *,
  p small > * strong > *,
  p small b > *,
  p small > * b > * {
    font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
h1 + *,
.h1 + * {
  margin-top: 24px;
}
@media print, screen and (min-width: 1024px) {
  h1 + *,
  .h1 + * {
    margin-top: 32px;
  }
}
ul,
ol {
  margin-left: 32px;
  font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  ul,
  ol {
    font: 400 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
ul + *,
ol + * {
  margin-top: 1rem;
}
ul li,
ol li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
table {
  border-spacing: 0;
}
table th {
  background-color: #CD1619;
  color: #ffffff;
  font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  border: 1px solid #ffffff;
  padding: 8px;
}
@media print, screen and (min-width: 1024px) {
  table th {
    font: 400 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
table td {
  font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  border: 1px solid #ffffff;
  padding: 8px;
}
@media print, screen and (min-width: 1024px) {
  table td {
    font: 400 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
label,
.label-group {
  display: block;
  cursor: pointer;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  label,
  .label-group {
    margin-bottom: 32px;
  }
}
label .label,
.label-group .label {
  font: 400 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 1024px) {
  label .label,
  .label-group .label {
    font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
    margin-bottom: 8px;
  }
}
label .label a,
.label-group .label a {
  color: #ffffff;
}
label .label.message,
.label-group .label.message {
  cursor: default;
  margin: 32px auto;
}
label .label.mb-0,
.label-group .label.mb-0 {
  margin-bottom: 0;
}
.label-group .label-title {
  font: 400 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  color: #ffffff;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .label-group .label-title {
    font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
.label-group .title-group {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 360px) {
  .label-group .title-group {
    justify-content: flex-start;
    gap: 32px;
  }
}
.label-group .title-group label {
  margin-bottom: 16px;
}
input,
select,
textarea {
  font: 400 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  border: none;
  outline: none;
  padding: 8px;
  width: 100%;
  display: block;
  border-radius: 10px;
}
input ::placeholder,
select ::placeholder,
textarea ::placeholder {
  color: #C6C6C6;
  opacity: 1;
}
input ::-ms-input-placeholder,
select ::-ms-input-placeholder,
textarea ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #C6C6C6;
}
@media print, screen and (min-width: 1024px) {
  input,
  select,
  textarea {
    font: 400 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
input:focus,
select:focus,
textarea:focus {
  border: 4px solid #2D837A;
}
input.error,
select.error,
textarea.error {
  border: 3px solid #EF7D00;
  background-color: #ffe6e6;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
}
input[type="checkbox"]:checked + .label:before,
input[type="radio"]:checked + .label:before {
  border-color: #CD1619;
}
input[type="checkbox"]:checked + .label:after,
input[type="radio"]:checked + .label:after {
  opacity: 1;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: none;
}
input[type="checkbox"]:focus + .label:before,
input[type="radio"]:focus + .label:before,
input[type="checkbox"]:focus + .label:after,
input[type="radio"]:focus + .label:after {
  border: 3px solid #2D837A;
}
input[type="checkbox"] + .label,
input[type="radio"] + .label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
input[type="checkbox"] + .label:before,
input[type="radio"] + .label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #C6C6C6;
  transition: all 0.3s;
}
input[type="checkbox"] + .label:after,
input[type="radio"] + .label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 19px;
  width: 19px;
  padding: 1px;
  background-image: url("../img/check-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
}
input[type="checkbox"] + .label.error:before,
input[type="radio"] + .label.error:before {
  border: 2px solid #EF7D00;
  background-color: #ffe6e6;
}
input[type="radio"] + .label {
  padding-top: 2px;
}
@media print, screen and (min-width: 1024px) {
  input[type="radio"] + .label {
    padding-top: 0;
  }
}
input[type="radio"] + .label:before {
  border-radius: 50%;
}
input[type="radio"] + .label:after {
  border-radius: 50%;
  background-image: none;
  background-color: #CD1619;
  height: 10px;
  width: 10px;
  left: 5px;
  top: 5px;
}
.btn,
button,
button#ot-sdk-btn.ot-sdk-show-settings {
  font: 700 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  background-color: #CD1619;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.btn:hover,
button:hover,
button#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #2D837A;
  border: 1px solid #ffffff;
}
.btn:active,
button:active,
button#ot-sdk-btn.ot-sdk-show-settings:active {
  color: #CD1619;
  background-color: #ffffff;
  border: 1px solid #CD1619;
}
.btn:focus,
button:focus,
button#ot-sdk-btn.ot-sdk-show-settings:focus {
  outline: none;
}
.btn:focus-visible,
button:focus-visible,
button#ot-sdk-btn.ot-sdk-show-settings:focus-visible {
  outline-offset: 3px;
  outline: 2px dashed #2D837A;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 1024px) {
  .btn,
  button,
  button#ot-sdk-btn.ot-sdk-show-settings {
    font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
    padding: 9px 16px;
    border-radius: 12px;
  }
}
.button-container {
  text-align: center;
}
.icon-btn {
  all: unset;
  cursor: pointer;
  width: 53px;
  height: 53px;
  padding: 0;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media print, screen and (min-width: 700px) {
  .icon-btn {
    width: 85px;
    height: 85px;
  }
}
@media print, screen and (min-width: 1200px) {
  .icon-btn {
    width: 106px;
    height: 106px;
  }
}
.icon-btn .icon-btn img,
.icon-btn .icon-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.icon-btn:hover {
  background-color: unset;
  border: unset;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.icon-btn:active {
  color: unset;
  background-color: unset;
  border: unset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset;
  transform: translateY(0);
}
.icon-btn:focus {
  outline: none;
}
.icon-btn:focus-visible {
  border-radius: 50%;
  outline-offset: 3px;
  outline: 2px dashed #2D837A;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
form#kontaktformular {
  text-align: left;
}
form#kontaktformular label,
form#kontaktformular .label-group {
  margin-bottom: 16px;
}
form#kontaktformular label .title-group label,
form#kontaktformular .label-group .title-group label {
  margin-bottom: 0;
}
.accordions-container {
  margin-top: 32px;
  text-align: left;
}
.accordions-container .accordion {
  background-image: url("../img/icons/caretdown.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 0 center;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  transition: background-image 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .accordions-container .accordion {
    background-size: 16px;
    background-position: right 24px top 16px;
  }
}
.accordions-container .accordion:has(.content.expand) {
  background-image: url("../img/icons/caretup.svg");
}
.accordions-container .accordion:not(:first-of-type) {
  margin-top: 12px;
}
.accordions-container .accordion h3 {
  color: #ffffff;
  font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  padding-right: 24px;
}
@media only screen and (min-width: 1024px) {
  .accordions-container .accordion h3 {
    padding-right: 64px;
    font: 700 24px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
.accordions-container .accordion .content {
  padding-top: 5px;
  overflow: hidden;
  max-height: 0;
  color: #ffffff;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  transition: max-height 0.4s ease;
}
@media only screen and (min-width: 1024px) {
  .accordions-container .accordion .content {
    padding-top: 12px;
    font-size: 24px;
    line-height: 30px;
  }
}
.accordions-container .accordion .content.expand {
  max-height: 500px;
  padding-bottom: 12px;
  transition: max-height 0.4s ease-in-out, padding-bottom 0.1s ease-in-out 0s;
}
.header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 900px) {
  .header {
    margin-bottom: 40px;
  }
}
.header.inline {
  margin-top: -20px;
}
@media only screen and (min-width: 900px) {
  .header.inline {
    margin-top: -40px;
  }
}
.header .logo-section {
  background-color: #2D837A;
  position: relative;
}
.header .logo-section .logos {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  margin: 8px auto 6px;
}
@media print, screen and (min-width: 1024px) {
  .header .logo-section .logos {
    margin: 16px auto 16px;
    gap: 24px;
  }
}
.header .logo-section .logos .text {
  align-self: center;
}
.header .logo-section .logos .text p {
  font: 700 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  .header .logo-section .logos .text p {
    font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
.header .logo-section .logos picture {
  height: 43px;
}
@media print, screen and (min-width: 1024px) {
  .header .logo-section .logos picture {
    height: 64px;
  }
}
.header .logo-section .logos picture img {
  object-fit: contain;
}
.header .logo-section .logos picture img.rewe-logo {
  width: 42px;
  height: 38px;
}
.header .logo-section .logos picture img.kinder-logo {
  width: 49px;
  height: 43px;
}
@media only screen and (min-width: 1024px) {
  .header .logo-section .logos picture img.rewe-logo {
    width: 71px;
    height: 64px;
  }
  .header .logo-section .logos picture img.kinder-logo {
    width: 73px;
    height: 64px;
  }
}
.header .header-section {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  max-width: 1920px;
  width: 100%;
}
@media print, screen and (900px) {
  .header .header-section {
    border-radius: 0 0 80px 80px;
  }
}
.header .header-section picture,
.header .header-section img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.cookiepolicy h2 {
  text-align: center;
}
.terms {
  text-align: left;
  margin-top: 32px;
}
.terms h1 {
  text-align: center;
}
@media print, screen and (max-width: 400px) {
  .terms h1 {
    font-size: 20px;
  }
}
.terms h3 {
  margin-bottom: 20px;
}
.terms .h3 {
  margin: 20px 0;
}
.terms p small,
.terms p.listing {
  display: flex;
  gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .terms p small,
  .terms p.listing {
    gap: 15px;
  }
}
.terms .ul-term {
  margin-top: 0;
}
.terms--prize {
  padding-left: 17px;
}
@media print, screen and (min-width: 1024px) {
  .terms--prize {
    padding-left: 27px;
  }
}
.intro-text {
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  .intro-text {
    margin-top: 60px;
  }
}
.intro-text h1 {
  text-align: center;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .intro-text h1 {
    margin-bottom: 32px;
  }
}
.intro-text--static.cookiepolicy,
.intro-text--static.dse,
.intro-text--static.terms {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.intro-text--static.cookiepolicy > *,
.intro-text--static.dse > *,
.intro-text--static.terms > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 1024px) {
  .intro-text--static.cookiepolicy,
  .intro-text--static.dse,
  .intro-text--static.terms {
    row-gap: 32px;
  }
}
.dse,
.impress {
  text-align: left;
  margin-top: 32px;
}
.dse .ml-20,
.impress .ml-20 {
  margin-left: 20px;
}
@media print, screen and (min-width: 1024px) {
  .dse .ml-20,
  .impress .ml-20 {
    margin-left: 40px;
  }
}
.dse a,
.impress a {
  text-decoration: underline;
}
.table-container {
  overflow-x: auto;
  /* MOBILE */
}
.table-container .dse-table {
  width: 100%;
  border-collapse: collapse;
}
.table-container .dse-table th,
.table-container .dse-table td {
  border: 1px solid #ffffff;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.table-container .mobile-table {
  display: none;
}
@media (max-width: 676px) {
  .table-container .dse-table {
    display: none;
  }
  .table-container .mobile-table {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .table-container .mobile-table .column {
    border: 1px solid #ffffff;
  }
  .table-container .mobile-table .column h3 {
    background-color: red;
    padding: 10px;
  }
  .table-container .mobile-table .column .cell {
    padding: 10px;
    border-top: 1px solid #eee;
  }
  .table-container .mobile-table .column .cell:first-of-type {
    border-top: none;
  }
}
.footer-logos-container {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .footer-logos-container {
    margin-bottom: 80px;
  }
}
.footer-logos-container .footer-logos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
@media print, screen and (min-width: 1024px) {
  .footer-logos-container .footer-logos {
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
}
.footer-logos-container .footer-logos--images {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.footer-logos-container .footer-logos--images picture {
  flex-shrink: 0;
}
.footer-logos-container .footer-logos--images picture img.kinder-logo {
  width: 57px;
  height: 50px;
}
.footer-logos-container .footer-logos--images picture img.rewe-logo {
  width: 52px;
  height: 44px;
}
.footer-logos-container .footer-logos--images picture img.duplo-logo {
  width: 74px;
  height: 46px;
}
@media print, screen and (min-width: 1024px) {
  .footer-logos-container .footer-logos--images picture img.kinder-logo {
    width: 82px;
    height: 72px;
  }
  .footer-logos-container .footer-logos--images picture img.rewe-logo {
    width: 76px;
    height: 64px;
  }
  .footer-logos-container .footer-logos--images picture img.duplo-logo {
    width: 96px;
    height: 60px;
  }
}
footer {
  margin-top: 16px;
  background-color: #2D837A;
  padding: 40px 0 24px;
}
@media print, screen and (min-width: 1024px) {
  footer {
    margin-top: 40px;
    padding: 80px 0 48px;
  }
}
footer .footer-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1024px) {
  footer .footer-links {
    gap: 32px;
  }
}
footer .footer-links a {
  font: 700 12px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
@media print, screen and (min-width: 1024px) {
  footer .footer-links a {
    font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  }
}
footer.game-footer {
  margin-top: 0;
}
.center {
  text-align: center;
}
.rubble .area {
  text-align: center;
}
.rubble h1 {
  padding: 0 24px 32px;
}
section.game {
  position: relative;
}
section.game .cta {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 3;
}
section.game .video-box:after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 900px) {
  section.game .video-box:after {
    aspect-ratio: 16/9;
  }
}
section.game .video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
section.game .video-box .video.active {
  opacity: 1;
}
section.game .video-box .video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.game .video-box .video video:focus {
  outline: 0;
}
.rubbeln-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 24px;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .rubbeln-container {
    padding-bottom: 80px;
  }
}
.rubbeln-container:active {
  cursor: grabbing;
}
.rubbeln-container .rubbeln-result {
  position: absolute;
  width: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-touch-callout: none;
  z-index: 1;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .rubbeln-container .rubbeln-result {
    padding-bottom: 80px;
  }
}
.rubbeln-container .rubbeln-stage {
  position: relative;
  display: block;
  width: 300px;
  aspect-ratio: 638 / 756;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  -webkit-touch-callout: none;
}
.rubbeln-container .rubbeln-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  touch-action: none;
  -ms-touch-action: none;
  pointer-events: auto;
  -webkit-touch-callout: none;
  border-radius: 24px;
}
@media print, screen and (min-width: 1024px) {
  .rubbeln-container .rubbeln-result {
    width: 800px;
  }
  .rubbeln-container .rubbeln-stage {
    width: 800px;
  }
}
.rubbeln-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-touch-callout: none;
}
@media print, screen and (min-width: 1024px) {
  .rubbeln-bg {
    border-radius: 50px;
  }
}
.swiper .swiper-slide .inbox .img picture {
  padding: 0 35px;
}
.swiper-pagination {
  --swiper-theme-color: #CD1619;
  height: 18px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border: 1px solid #CD1619;
  opacity: 1;
  background: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #CD1619;
}
.swiper-button-prev,
.swiper-button-next {
  width: 41px;
  height: 41px;
  left: 0;
  top: var(--swiper-navigation-top-offset, 30%);
}
@media print, screen and (min-width: 420px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 40%);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  width: 41px;
  height: 41px;
  content: "";
  background-image: url("../img/prev.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
  border-radius: 50%;
  outline-offset: -2px;
  outline: 2px dashed #2D837A;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.swiper-button-next {
  right: 0;
  left: auto;
}
.swiper-button-next:after {
  background-image: url("../img/next.svg");
}
.grid-container {
  padding-right: 24px;
  padding-left: 24px;
}
@media print, screen and (min-width: 1024px) {
  .grid-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.error-message,
.errors {
  color: #CD1619;
  font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
  margin-top: 40px;
  background-color: wheat;
}
.error-message p + *,
.errors p + * {
  margin-top: 16px;
}
@media print, screen and (min-width: 1024px) {
  .error-message p + *,
  .errors p + * {
    margin-top: 24px;
  }
}
ul.errors {
  max-width: 622px;
  margin: 40px auto 0;
  list-style: none;
  background-color: wheat;
  font: 700 16px / 140% "Fira Sans", "Montserrat", "Arial", sans-serif;
}
ul.errors.hide {
  display: none;
}
ul.errors li {
  background-color: wheat;
  color: #CD1619;
  text-align: left;
  padding: 12px 20px;
  list-style: none;
}
.card {
  background: #CD1619;
  border-radius: 60px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 0;
}
.card + .card {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .card + .card {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .card {
    border-radius: 80px;
    padding: 80px 210px;
  }
}
.card.text-box {
  text-align: center;
}
.card.how-to-box {
  text-align: center;
}
.card.game {
  background-color: #D5F2F1;
  border-radius: 50px;
  padding-bottom: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  .card.game {
    padding-bottom: 80px;
    border-radius: 80px;
  }
}
.card.game > * {
  color: #2D837A;
}
.card.no-bg {
  background: none;
}
.card.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}
.card.card-prize {
  background-color: #ffffff;
}
.card.card-prize > * {
  color: #2D837A;
}
@media print, screen and (min-width: 1024px) {
  .card.card-prize {
    margin: 80px auto;
  }
}
.card.card-prize .contact-link {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2D837A;
}
@media print, screen and (min-width: 1024px) {
  .card.card-prize .contact-link {
    gap: 32px;
  }
}
.card-won-grid {
  position: relative;
}
.card-won-grid .lottie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.card-won-grid .lottie lottie-player {
  min-width: 300px;
  min-height: 300px;
  /*max-width: 600px;
            max-height: 600px;*/
  width: 100%;
  height: 100%;
}
.outro {
  padding: 24px 0;
}
@media print, screen and (min-width: 1024px) {
  .outro {
    padding: 40px 0;
  }
}
.outro .cell {
  text-align: center;
}
.price-slider {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  color: #2D837A;
}
.price-slider h2 {
  margin-bottom: 32px;
}
.price-slider .btn {
  margin-top: 32px;
}
.how-to-box .list {
  margin-top: 32px;
  text-align: left;
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}
@media print, screen and (min-width: 1024px) {
  .how-to-box .list {
    gap: 32px;
  }
}
.how-to-box .list .item {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}
@media print, screen and (min-width: 1024px) {
  .how-to-box .list .item {
    gap: 32px;
  }
}
.how-to-box .list .item:before {
  content: "";
  display: inline-block;
  height: 48px;
  width: 48px;
  min-width: 48px;
  background-size: 42px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.how-to-box .list .item.envelope:before {
  background-image: url("../img/icons/envelopesimple.svg");
}
.how-to-box .list .item.rubbellos:before {
  background-image: url("../img/icons/rubbellos.svg");
}
.how-to-box .list .item.gift:before {
  background-image: url("../img/icons/gift.svg");
}
.how-to-box .list .item.car:before {
  background-image: url("../img/icons/cabrio.svg");
}
.how-to-box .stars {
  margin: 32px 0;
  padding: 10px 0;
}
.how-to-box .form {
  row-gap: 32px;
}
.how-to-box label {
  text-align: left;
}
.flex-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}
@media print, screen and (min-width: 1024px) {
  .flex-list {
    gap: 32px;
  }
}
.flex-list a,
.flex-list .btn {
  align-self: center;
}
.flex-list p + *,
.flex-list h1 + *,
.flex-list .h1 + * {
  margin-top: 0;
}
.flex-list .prize {
  width: 940px;
  max-width: 100%;
  align-self: center;
  position: relative;
}
.flex-list .prize picture,
.flex-list .prize img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 940px;
  height: auto;
}
.flex-list .prize video {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
}
.flex-list .prize .win-code {
  position: relative;
}
.flex-list .prize .win-code:after {
  content: "";
  height: 10px;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  top: -12px;
  z-index: 1;
}
.mt2040 {
  margin-top: 20px;
}
@media print, screen and (min-width: 1024px) {
  .mt2040 {
    margin-top: 40px;
  }
}
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
}
.loading-spinner .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  padding: 0;
  margin: 0;
  float: none;
  width: auto;
  font: inherit;
  color: inherit;
}
.captcha-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.captcha-container .grecaptcha {
  max-width: 832px;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.no-break {
  white-space: nowrap;
}
@media print, screen and (max-width: 1024px) {
  .faq .card {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#mail-confirm {
  margin-bottom: 24px;
}
/*# sourceMappingURL=app.css.map */