/* #### */
/*
@fontH4L: 16px e("/") 120% @secondaryFont;
@fontH4M: 12px e("/") 120% @secondaryFont;

@fontH5L: 16px e("/") 120% @secondaryFont;
@fontH5M: 12px e("/") 120% @secondaryFont;

@fontH6L: 16px e("/") 120% @secondaryFont;
@fontH6M: 12px e("/") 120% @secondaryFont;*/
@font-face {
  font-family: "brandon-grotesque-regular";
  src: url("../fonts/brandon-grotesque_regular.eot");
  src: url("../fonts/brandon-grotesque_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-grotesque_regular.otf") format("otf"), url("../fonts/brandon-grotesque_regular.woff") format("woff"), url("../fonts/brandon-grotesque_regular.woff2") format("woff2");
  font-display: block;
}
@font-face {
  font-family: "brandon-grotesque-bold";
  src: url("../fonts/brandon-grotesque_bold.eot");
  src: url("../fonts/brandon-grotesque_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon-grotesque_bold.otf") format("otf"), url("../fonts/brandon-grotesque_bold.woff") format("woff"), url("../fonts/brandon-grotesque_bold.woff2") format("woff2");
  font-display: block;
}
body {
  background: #fff;
  color: #00005F;
  font: 24px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  body {
    font: 32px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
  }
}
img,
picture {
  width: auto;
  max-width: 100%;
  display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
h1.blue,
.h1.blue,
h2.blue,
.h2.blue,
h3.blue,
.h3.blue {
  color: #00005F;
}
h1.low,
.h1.low,
h2.low,
.h2.low,
h3.low,
.h3.low {
  text-transform: unset;
}
h1 span.low,
.h1 span.low,
h2 span.low,
.h2 span.low,
h3 span.low,
.h3 span.low {
  text-transform: lowercase;
}
h1,
.h1 {
  font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  h1,
  .h1 {
    font: 32px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  }
}
h2,
.h2 {
  font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  h2,
  .h2 {
    font: 32px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  }
}
h2.blue,
.h2.blue {
  color: #00005F;
}
h3,
.h3 {
  font: 16px / 120% "brandon-grotesque-bold", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  h3,
  .h3 {
    font: 20px / 120% "brandon-grotesque-bold", "Arial", sans-serif;
  }
}
p.copy-bold,
ul.copy-bold {
  font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  p.copy-bold,
  ul.copy-bold {
    font: 32px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  }
}
p.copy-small,
ul.copy-small {
  font: 18px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  p.copy-small,
  ul.copy-small {
    font: 24px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
  }
}
p.copy-small-bold,
ul.copy-small-bold {
  font: 18px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
}
@media only screen and (min-width: 900px) {
  p.copy-small-bold,
  ul.copy-small-bold {
    font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  }
}
ul {
  margin-left: 32px;
}
ul + * {
  margin-top: 1rem;
}
ul li {
  list-style: disc;
}
ol + * {
  margin-top: 1rem;
}
ol li {
  list-style: decimal;
}
ol[type="a"] {
  list-style-type: lower-alpha !important;
  margin-top: 0;
}
ol[type="a"] ul li {
  list-style-type: disc;
}
ol[type="a"] li {
  list-style: lower-alpha;
  padding-left: 10px;
}
@media only screen and (min-width: 900px) {
  ol[type="a"] li {
    padding-left: 20px;
  }
}
ol[type="a"] li:not(:first-child) {
  padding-top: 10px;
}
@media only screen and (min-width: 900px) {
  ol[type="a"] li:not(:first-child) {
    padding-top: 20px;
  }
}
table {
  border-spacing: 0;
}
table th {
  background-color: #00005F;
  color: #ffffff;
  font: 18px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
  border-left: 1px solid #ffffff;
  padding: 8px;
}
table th:first-child {
  border-left: none;
}
@media print, screen and (min-width: 1400px) {
  table th {
    font: 24px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
  }
}
table td {
  font: 18px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
  border: 1px solid #00005F;
  padding: 8px;
}
@media print, screen and (min-width: 1400px) {
  table td {
    font: 24px / 140% "brandon-grotesque-regular", "Arial", sans-serif;
  }
}
.highlight {
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  background-color: #D70000;
  color: #ffffff;
  border-radius: 4px;
  white-space: nowrap;
}
@media only screen and (min-width: 900px) {
  .highlight {
    padding: 0 8px;
  }
}
.bg-blue-light {
  background-color: #0E99D8;
}
.bg-blue {
  background-color: #00005F;
}
.bg-red {
  background-color: #D70000;
}
.bg-orange {
  background-color: #EA5D0B;
}
.bg-gold {
  background-color: #CCA85C;
}
.bg-green {
  background-color: #679200;
}
.bg-stripe {
  background: url(../img/vectors/muster-wellen.svg) lightgray no-repeat center;
  background-size: cover;
  background-color: #CCA85C;
}
.text-white {
  color: #ffffff;
}
.text-blue {
  color: #00005F;
}
.text-center {
  text-align: center;
}
.btn,
button,
button#ot-sdk-btn.ot-sdk-show-settings {
  font: 16px / 100% "brandon-grotesque-bold", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  background-color: #00005F;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.btn:focus-visible,
button:focus-visible,
button#ot-sdk-btn.ot-sdk-show-settings:focus-visible {
  border: 2px dashed #ffffff;
}
.btn:hover,
button:hover,
button#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #D70000;
  border: 2px solid #ffffff;
}
@media print, screen and (min-width: 900px) {
  .btn,
  button,
  button#ot-sdk-btn.ot-sdk-show-settings {
    font: 20px / 100% "brandon-grotesque-bold", "Arial", sans-serif;
    border-radius: 8px;
    padding: 16px 20px;
  }
}
.button-container {
  text-align: center;
}
header.header {
  padding: 88px 0 24px;
  position: relative;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (min-width: 1024px) {
  header.header {
    padding: 50px 0;
  }
}
header.header.small {
  padding: 24px 0;
}
@media print, screen and (min-width: 1024px) {
  header.header.small {
    padding: 50px 0 0;
  }
}
header.header .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 54px;
  height: auto;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 900px) {
  header.header .logo {
    width: 128px;
  }
}
@media print, screen and (min-width: 1400px) {
  header.header .logo {
    left: 120px;
    top: 50px;
  }
}
header.header .logo.sticky {
  z-index: 1000;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 900px) {
  header.header .logo.sticky {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 54px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1400px) {
  header.header .logo.sticky {
    top: 20px;
    left: 120px;
    width: 128px;
  }
}
header.header .header-teaser > * {
  margin-top: 40px;
}
header.header .header-teaser .btn {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 1024px) {
  header.header .header-teaser .btn {
    margin-bottom: 30px;
  }
}
header.header .header-teaser h1 {
  margin-bottom: 32px;
}
@media print, screen and (min-width: 1024px) {
  header.header .header-teaser h1 {
    margin-bottom: 0;
  }
}
section {
  text-align: center;
  color: #ffffff;
  padding: 56px 0;
}
@media print, screen and (min-width: 1024px) {
  section {
    padding: 80px 0;
  }
}
section .section-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
section .section-flex.stretch {
  align-items: stretch;
}
@media print, screen and (min-width: 1024px) {
  section .section-flex {
    gap: 40px;
  }
}
section.default {
  text-align: left;
  color: #00005F;
}
section.default h1,
section.default .h1,
section.default h2,
section.default .h2,
section.default h3,
section.default .h3 {
  color: #00005F;
}
section.intro.left .section-flex p,
section.gaming.left .section-flex p,
section.intro.left .section-flex ul,
section.gaming.left .section-flex ul {
  align-self: flex-start;
  text-align: left;
}
section.intro .section-flex ul,
section.gaming .section-flex ul {
  margin-left: 40px;
}
@media print, screen and (min-width: 900px) {
  section.intro .section-flex ul,
  section.gaming .section-flex ul {
    margin-left: 45px;
  }
}
section.gaming .game-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
@media print, screen and (min-width: 900px) {
  section.gaming .game-container {
    max-height: 512px;
    height: 100%;
    flex-direction: row;
    gap: 22px;
  }
}
section.gaming .game-container--three-image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
@media print, screen and (min-width: 900px) {
  section.gaming .game-container--three-image {
    flex-direction: column;
    gap: 16px;
  }
}
section.gaming .game-container--three-image .game-image {
  cursor: pointer;
  position: relative;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
@media print, screen and (min-width: 900px) {
  section.gaming .game-container--three-image .game-image {
    border-radius: 12px;
    max-height: 160px;
    height: 100%;
  }
}
section.gaming .game-container--three-image .game-image.disabled {
  opacity: 0.3;
  pointer-events: none;
  touch-action: none;
}
section.gaming .game-container--three-image .game-image .rectangle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.4);
}
@media print, screen and (min-width: 900px) {
  section.gaming .game-container--three-image .game-image .rectangle {
    border-radius: 12px;
  }
}
section.gaming .game-container--one-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media print, screen and (min-width: 900px) {
  section.gaming .game-container--one-image {
    max-height: 512px;
    height: 100%;
  }
}
section.gaming .game-container--one-image .missed-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 32px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  z-index: 3;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
section.gaming .game-container--one-image.missed .missed-text {
  opacity: 1;
  visibility: visible;
}
section.gaming .game-container--one-image.missed .missed-text--title {
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
}
section.gaming .game-container--one-image.missed .missed-text--text {
  font-size: 24px;
  line-height: 28.8px;
}
@media print, screen and (min-width: 900px) {
  section.gaming .game-container--one-image.missed .missed-text--text {
    font-size: 32px;
    line-height: 38.4px;
  }
}
section.gaming .game-container--one-image.missed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}
section.gaming .game-container--one-image picture {
  height: 100%;
  width: 100%;
}
section.gaming .game-container--one-image picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #ffffff;
}
section.gaming .game-container #solution-image-clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
section.slider {
  transition: background-color 0.3s;
}
section.slider .swiper {
  height: auto;
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  section.slider .swiper {
    gap: 40px;
  }
}
section.slider .swiper .swiper-wrapper .swiper-slide img,
section.slider .swiper .swiper-wrapper .swiper-slide picture {
  display: inline-block;
}
section.slider .swiper .swiper-wrapper .swiper-slide h2 {
  margin-top: 32px;
}
@media print, screen and (min-width: 1024px) {
  section.slider .swiper .swiper-wrapper .swiper-slide h2 {
    margin-top: 40px;
  }
}
section.slider .swiper-button-next,
section.slider .swiper-button-prev {
  width: 24px;
  height: 24px;
  background-color: #00005F;
  border: 1px solid #ffffff;
  border-radius: 50%;
  outline: none;
}
section.slider .swiper-button-next:focus-visible,
section.slider .swiper-button-prev:focus-visible {
  border: 2px dashed #ffffff;
}
@media print, screen and (min-width: 900px) {
  section.slider .swiper-button-next,
  section.slider .swiper-button-prev {
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
  }
}
section.slider .swiper-button-next:after,
section.slider .swiper-button-prev:after {
  color: #ffffff;
  font-size: 10px;
  line-height: 24px;
}
@media print, screen and (min-width: 900px) {
  section.slider .swiper-button-next:after,
  section.slider .swiper-button-prev:after {
    font-size: 14px;
    line-height: 32px;
  }
}
section.steps .cards {
  font: 18px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media print, screen and (min-width: 900px) {
  section.steps .cards {
    font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
    flex-direction: row;
  }
}
section.steps .cards .card {
  display: flex;
  padding: 32px 8px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}
@media print, screen and (min-width: 900px) {
  section.steps .cards .card {
    align-items: flex-start;
    padding: 40px 16px;
    gap: 16px;
  }
}
section.steps .cards .card.bg-orange {
  color: #00005F;
}
section.steps .cards .card .copy {
  font-size: 18px;
  text-align: left;
}
@media print, screen and (min-width: 900px) {
  section.steps .cards .card .copy {
    font-size: 24px;
  }
}
section.recipe picture {
  max-width: 620px;
  width: 100%;
}
section.recipe picture img {
  border-radius: 12px;
  border: 2px solid #ffffff;
}
footer {
  padding: 24px 0;
}
@media print, screen and (min-width: 900px) {
  footer {
    padding: 80px 0;
  }
}
footer .cell {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 900px) {
  footer .cell {
    flex-direction: row;
  }
}
footer i {
  font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  color: #ffffff;
  display: none;
}
@media print, screen and (min-width: 900px) {
  footer i {
    display: inline-block;
  }
}
footer a {
  text-decoration: none;
  font: 18px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  margin-bottom: 16px;
}
footer a:hover {
  color: #00005F;
}
@media print, screen and (min-width: 900px) {
  footer a {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1400px) {
  footer a {
    font: 24px / 140% "brandon-grotesque-bold", "Arial", sans-serif;
  }
}
/*# sourceMappingURL=app.css.map */