@charset "UTF-8";
/* RESET */
/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.4;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/*
    9. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}

/* FONTS */
@font-face {
  font-family: "SangBleuKingdom";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SangBleuKingdom-Bold-WebM.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SangBleuKingdom";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SangBleuKingdom-Medium-WebM.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SangBleuKingdom";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SangBleuKingdom-Regular-WebM.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SuisseIntl-Medium-WebM.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SuisseIntl-Bold-WebM.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SuisseIntl-Regular-WebM.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SuisseIntl-Light-WebM.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "SuisseIntlCond";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SuisseIntlCond-Regular-WebXL.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "SuisseIntlCond";
  src: url("/wp-content/themes/appsfaznet/assets/fonts/SuisseIntlCond-Bold-WebXL.woff") format("woff");
  font-weight: 700;
}
/* VARIABLES */
/* COLORS*/
/* FAZ-BLAU */
/* FAZ-GRAU */
/* FAZ-GOLD */
/* FAZ-GELB */
/* FAZ-HOOVER-BLAU */
/* FAZ-HOOVER-GRAU */
/* FAZ-HOOVER-GOLD */
/* FAZ-SCHWARZ */
/* FAZ-GRAU 400 */
/* FAZ-GRAU 500 */
/* FAZ-GRAU 700 */
/* FONTS */
/* TRANSITION */
/* BREAKPOINTS */
/* min / max — default is min (mobile first) */
/* GLOBALS */
body {
  color: #110A35;
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
  background-color: #FFF !important;
}
body.home {
  overflow: inherit;
}

main {
  min-height: 100svh;
  background-color: white;
}
.home main {
  min-height: auto;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif;
  line-height: 1.3;
}

h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}

p {
  font-size: 14px;
}
@media only screen and (min-width: 400px) {
  p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (min-height: 800px) {
  .home p {
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

button {
  background: none;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

/* HEADER */
/* LOGO */
.logo_container {
  position: relative;
  margin: 0 auto;
}
.logo_container .logo {
  width: 50px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 100;
  filter: drop-shadow(1.092px 1.092px 4.368px rgba(0, 0, 0, 0.3));
}
@media (min-width: 768px) {
  .logo_container .logo {
    width: 60px;
  }
}
.admin-bar .logo_container .logo {
  top: 60px;
}

/* BUTTON */
.btn {
  padding: 8px 16px;
  border-radius: 2px;
  border-radius: 2px;
  background: #110A35;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 450;
}
.btn:hover {
  background: rgba(17, 10, 53, 0.75);
}

.check_list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .check_list li {
    font-size: 16px;
  }
}
.check_list li:before {
  content: "";
  background: url("/wp-content/uploads/check_icon.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* CONTAINER */
.container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 480px) {
  .container {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 80px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
  }
}

/* TAGS */
.tag_gold {
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 25px;
  background-color: #8C7421;
  color: white;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tag_gold {
    font-size: 14px;
  }
}

.tag_blau {
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 25px;
  background-color: #110A35;
  color: white;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 20px;
}

/* EXTRAS */
.bold {
  font-weight: 700;
}

/* NAV */
.open_nav_container {
  margin: 0 auto;
  position: relative;
}

#open_nav {
  z-index: 100;
  position: fixed;
  right: 20px;
  top: 16px;
  padding: 0;
  background: none;
  border: none;
}
.home #open_nav svg {
  fill: #110A35;
}
.admin-bar #open_nav {
  top: 60px;
}

/* HIDDEN NAV */
#hidden_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 101;
  top: 0;
  right: 0;
  transform: translateX(100%);
  visibility: hidden;
}
@media (min-width: 480px) {
  #hidden_nav {
    width: 375px;
    box-shadow: 0px 24px 74px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  #hidden_nav {
    width: 420px;
  }
}
#hidden_nav.open {
  transform: translateX(0%);
  visibility: visible;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 480px) {
  #hidden_nav.open:before {
    content: "";
    position: fixed;
    top: 0;
    right: 375px;
    width: calc(100vw - 375px);
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    animation: fade_in 0.5s ease-in-out forwards;
    animation-delay: 0.2s;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  #hidden_nav.open:before {
    right: 420px;
    width: calc(100vw - 420px);
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#hidden_nav #hidden_nav_close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: white;
}
#hidden_nav #hidden_nav_close:hover {
  opacity: 1;
}
#hidden_nav #hidden_nav_close:hover svg {
  opacity: 0.7;
}
#hidden_nav #hidden_nav_close svg {
  z-index: 2;
  position: relative;
}
#hidden_nav .hidden_nav_flex_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 84px;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#hidden_nav .hidden_nav_flex_container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  #hidden_nav .hidden_nav_flex_container {
    padding-top: 86px;
  }
}
#hidden_nav .hidden_nav_flex_container > ul {
  margin-bottom: 64px;
  position: relative;
}
#hidden_nav .hidden_nav_flex_container > ul > li {
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif;
  font-size: 19px;
  font-weight: 700;
}
#hidden_nav .hidden_nav_flex_container > ul > li:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
#hidden_nav .hidden_nav_flex_container > ul > li:last-child:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
#hidden_nav .hidden_nav_flex_container > ul > li > a {
  position: relative;
  padding-left: 50px;
  display: inline-flex;
  align-items: center;
}
#hidden_nav .hidden_nav_flex_container > ul > li:nth-child(1) > a:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  background: url("/wp-content/uploads/start_logo.svg") no-repeat;
  background-size: contain;
}
#hidden_nav .hidden_nav_flex_container > ul > li:nth-child(2) > a:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  background: url("/wp-content/uploads/app_logo.png") no-repeat;
  background-size: contain;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
#hidden_nav .hidden_nav_flex_container > ul > li:nth-child(3) > a:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  background: url("/wp-content/uploads/kiosk_logo.png") no-repeat;
  background-size: contain;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
#hidden_nav .hidden_nav_flex_container > ul > li:nth-child(4) > a:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  background: url("/wp-content/uploads/tag_logo.png") no-repeat;
  background-size: contain;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
#hidden_nav ul li a {
  margin: 22px 24px;
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}
#hidden_nav ul li a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #hidden_nav ul li a {
    margin: 28px 48px;
  }
}
#hidden_nav ul li.menu-item-has-children {
  position: relative;
  width: 100%;
  display: block;
}
#hidden_nav ul li .menu-item-has-children-button {
  position: absolute;
  right: 4px;
  top: 12px;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  #hidden_nav ul li .menu-item-has-children-button {
    right: 24px;
    padding: 24px;
    top: 16px;
  }
}
#hidden_nav ul.sub-menu {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: content-box;
  transition: max-height 0.2s ease-in-out;
  visibility: hidden;
  padding-left: 50px;
}
#hidden_nav ul.sub-menu li {
  margin-bottom: 16px;
  padding: 0 24px;
  font-family: "SuisseIntl", "Suisse Intl", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #hidden_nav ul.sub-menu li {
    padding: 0 48px;
  }
}
#hidden_nav ul.sub-menu li:first-child {
  padding: 16px 24px 0;
}
@media (min-width: 768px) {
  #hidden_nav ul.sub-menu li:first-child {
    padding: 20px 48px 0;
  }
}
#hidden_nav ul.sub-menu li:last-child {
  margin: 0;
  padding: 0 24px 36px;
}
@media (min-width: 768px) {
  #hidden_nav ul.sub-menu li:last-child {
    padding: 0 48px 56px;
  }
}
#hidden_nav ul.sub-menu li a {
  margin: 0;
}
#hidden_nav ul .sub-menu-active .sub-menu {
  visibility: visible;
}
#hidden_nav ul .sub-menu-active .menu-item-has-children-button {
  transform: rotate(180deg);
}
#hidden_nav .hidden_nav_bottom {
  position: relative;
}
#hidden_nav .hidden_nav_bottom:before {
  content: "";
  width: 100%;
  height: 0.75px;
  background-color: #212529;
  position: absolute;
  top: 0;
  left: 0;
}
#hidden_nav .hidden_nav_bottom ul {
  padding: 24px;
}
@media (min-width: 768px) {
  #hidden_nav .hidden_nav_bottom ul {
    padding: 48px;
  }
}
#hidden_nav .hidden_nav_bottom ul li a {
  margin: 0 0 20px 0;
}
#hidden_nav .hidden_nav_bottom ul li:last-child a {
  margin: 0;
}

/* HOMEPAGE */
.home_header {
  background-color: #E8EDEE;
}
.home_header .home_logo {
  width: 170px;
  padding: 20px 0 30px;
  margin: 0 auto;
}
.home_header h1 {
  text-align: center;
}
.home_header .mobile {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .home_header .mobile {
    display: none;
  }
}
.home_header .home_header_img {
  display: none;
}
@media (min-width: 768px) {
  .home_header .home_header_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.home_header .home_header_img img {
  width: 30%;
}

.home_teaser {
  padding: 64px 0 120px;
  position: relative;
}
.home_teaser:after {
  content: "";
  width: 100%;
  height: 25px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 95.18%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.05;
}
@media (min-width: 768px) {
  .home_teaser .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.home_teaser .container div {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .home_teaser .container div {
    margin: 0;
    width: 30%;
    min-height: 280px;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home_teaser .container div:last-child {
  margin-bottom: 0;
}
.home_teaser .container div img {
  width: 60px;
  margin: 0 auto 24px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
}
.home_teaser .container div h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.home_teaser .container div p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .home_teaser .container div .btn {
    position: absolute;
    bottom: 0;
  }
}

.home_kontakt {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .home_kontakt {
    padding: 60px 0;
  }
}
.home_kontakt h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .home_kontakt h3 {
    margin-bottom: 16px;
  }
}
.home_kontakt .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column;
  max-width: 1160px;
  align-items: center;
}
@media (min-width: 1024px) {
  .home_kontakt .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home_kontakt .container p {
  text-align: center;
}
@media (min-width: 1024px) {
  .home_kontakt .container p {
    font-size: 16px;
    text-align: left;
  }
}
.home_kontakt .container div {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .home_kontakt .container div {
    flex-direction: row;
    gap: 10px;
  }
}
.home_kontakt .container div a {
  display: block;
  text-decoration: underline;
}
/* SUBPAGE */
header.subpage .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  header.subpage .container {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}
header.subpage .headline {
  height: 40%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header.subpage .headline {
    height: 60%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  header.subpage .headline {
    margin-bottom: 40px;
  }
}
header.subpage .headline .header {
  height: 100%;
}
header.subpage .headline .header .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
header.subpage .headline h1 {
  display: none;
}
@media (min-width: 768px) {
  header.subpage .headline h1 {
    display: block;
    color: white;
    position: absolute;
    font-size: 40px;
    max-width: 420px;
    bottom: 60px;
    font-size: 20px;
    font-family: "SuisseIntl", "Suisse Intl", sans-serif;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  header.subpage .headline h1 {
    max-width: 500px;
  }
}
header.subpage .headline h1 span {
  display: block;
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif;
  margin-top: 20px;
}
@media (min-width: 768px) {
  header.subpage .headline h1 span {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  header.subpage .headline h1 span {
    font-size: 50px;
  }
}
header.subpage .check_list {
  display: none;
}
@media (min-width: 768px) {
  header.subpage .check_list {
    display: inline-block;
    width: 50%;
    max-width: 390px;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  header.subpage .check_list {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  header.subpage .check_list {
    max-width: 520px;
  }
}
header.subpage .check_list .sub-headline {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
header.subpage .mobile {
  max-width: 316px;
  margin: 0 auto;
}
header.subpage .mobile h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}
header.subpage .mobile h1 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0 20px;
}
@media (min-width: 768px) {
  header.subpage .mobile {
    display: none;
  }
}
header.subpage .links {
  padding: 14px;
  padding-top: 26px;
  background: #E8EDEE;
  border-radius: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px auto;
  position: relative;
  max-width: 342px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  header.subpage .links {
    max-width: 350px;
    width: 50%;
    background: transparent;
    padding-top: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  header.subpage .links {
    max-width: 420px;
  }
}
header.subpage .links:before {
  content: "";
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  margin: auto;
  background-color: white;
}
@media (min-width: 768px) {
  header.subpage .links:before {
    display: none;
  }
}
header.subpage .links .bagded {
  width: calc(50% - 7px);
  max-width: 150px;
  position: relative;
}
@media (min-width: 768px) {
  header.subpage .links .bagded {
    background: #E8EDEE;
    padding: 16px;
    border-radius: 15px;
  }
  header.subpage .links .bagded:before {
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    margin: auto;
    background-color: white;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  header.subpage .links .bagded:before {
    width: 22px;
    height: 22px;
    top: -11px;
  }
}
@media (min-width: 1024px) {
  header.subpage .links .bagded {
    width: calc(50% - 15px);
    max-width: 195px;
    padding: 28px;
  }
}
header.subpage .links p {
  font-size: 20px;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 6px;
  width: 100%;
}
@media (min-width: 768px) {
  header.subpage .links p {
    margin-bottom: 16px;
  }
}
header.subpage .links .qr_code {
  display: none;
}
@media (min-width: 768px) {
  header.subpage .links .qr_code {
    display: inline-block;
    grid-area: qr;
    margin-bottom: 12px;
  }
}
header.subpage .links a img {
  width: 100%;
}
header.subpage .tag_blau {
  position: absolute;
  z-index: 1;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: fit-content;
}
@media (min-width: 768px) {
  header.subpage .tag_blau {
    bottom: 64px;
  }
}

.next_section {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: fit-content;
  animation: hoover 3s infinite ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .next_section {
    bottom: 40px;
  }
}
.next_section:hover {
  opacity: 0.8;
}

@keyframes hoover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
.section {
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
@media (min-width: 768px) {
  .section {
    text-align: left;
  }
}
.section h1 {
  transition: none;
}
.section .header {
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  margin-bottom: 50px;
  margin-top: -40px;
  z-index: 10;
  overflow: hidden;
  position: relative;
  height: 40%;
}
@media (min-width: 768px) {
  .section .header {
    height: 60%;
  }
}
.section .header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  position: relative;
  min-height: 300px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .section .header img {
    min-height: 480px;
  }
}
@media (min-width: 1024px) {
  .section .header img {
    min-height: 600px;
  }
}
.section .header:after {
  content: "";
  height: 320px;
  width: 320px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(46deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0 0 0 110%;
}
.section .packshot {
  position: relative;
  right: 0;
  width: 55%;
  min-width: 190px;
  max-width: 300px;
  margin: -200px auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
@media only screen and (min-height: 800px) {
  .section .packshot {
    width: 65%;
    margin: -230px auto 8px;
  }
}
@media (min-width: 768px) {
  .section .packshot {
    position: absolute;
    right: 60px;
    bottom: -340px;
  }
}
@media (min-width: 1024px) {
  .section .packshot {
    right: 80px;
    max-width: 380px;
  }
}
@media (min-width: 1440px) {
  .section .packshot {
    right: 0;
  }
}
.section .packshot img {
  z-index: 2;
  position: relative;
}
.section .packshot .video_container {
  position: absolute;
  border-radius: 16%;
  overflow: hidden;
  top: 6.5%;
  width: 79.2%;
  height: 87%;
  padding-top: 7%;
  background: #110A35;
}
.section .packshot .video_container video {
  transform: scale(1.17);
  object-fit: cover;
  pointer-events: none;
}
@media (min-width: 768px) {
  .section .packshot .video_container video {
    transform: scale(1.2);
  }
}
@media (min-width: 1024px) {
  .section .packshot .video_container video {
    transform: scale(1.17);
  }
}
.section .text-block {
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section .text-block {
    width: 50%;
    max-width: 500px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .section .text-block {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .section .text-block {
    max-width: 640px;
  }
}
.section.darkmode {
  color: #E8EDEE;
}
.section.last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.section.last .container {
  max-width: 600px;
  margin-top: 100px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .section.last .container {
    margin-top: 120px;
  }
}
@media (min-width: 1024px) {
  .section.last .container {
    margin-top: 160px;
  }
}
.section.last .container h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section.last .container h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .section.last .container .packshot_last {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.section.last .container .packshot_last > img {
  width: 60%;
  margin: 0 auto 14px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .section.last .container .packshot_last > img {
    width: 280px;
  }
}
.section.last .container .packshot_last > img.kiosk_packshot {
  max-width: 110px;
}
@media (min-width: 768px) {
  .section.last .container .packshot_last > img.kiosk_packshot {
    width: 180px;
    max-width: 180px;
  }
}
.section.last .container .packshot_last .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
@media (min-width: 768px) {
  .section.last .container .packshot_last .links {
    display: grid;
    grid-template-areas: "headline headline" "qr content" "qr content_2";
    gap: 10px 20px;
    margin: 0;
    grid-template-columns: 110px 156px;
  }
}
@media (min-width: 1024px) {
  .section.last .container .packshot_last .links {
    grid-template-columns: 130px 180px;
  }
}
.section.last .container .packshot_last .links p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  grid-area: headline;
}
@media (min-width: 768px) {
  .section.last .container .packshot_last .links p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .section.last .container .packshot_last .links p {
    text-align: left;
    margin-bottom: 10px;
  }
}
.section.last .container .packshot_last .links .qr_code {
  display: none;
  grid-area: qr;
}
@media (min-width: 768px) {
  .section.last .container .packshot_last .links .qr_code {
    display: inline-block;
  }
}
.section.last .container .packshot_last .links a {
  grid-area: content;
}
.section.last .container .packshot_last .links a:last-child {
  grid-area: content_2;
}
.section.last .container .packshot_last .links a img {
  width: 100%;
}
.section.last .more_apps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section.last .more_apps {
    gap: 32px 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .section.last .more_apps {
    gap: 40px 60px;
  }
}
.section.last .more_apps p {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .section.last .more_apps p {
    font-size: 16px;
  }
}
.section.last .more_apps figure {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section.last .more_apps figure img {
  width: 30px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .section.last .more_apps figure img {
    width: 50px;
  }
}
.section.last .more_apps figure figcaption {
  font-family: "SangBleuKingdom", "SangBleu Kingdom", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section.last .more_apps figure figcaption {
    font-size: 25px;
  }
}

.section_nav {
  visibility: none;
  opacity: 0;
}
.section_nav ul {
  position: fixed;
  right: 14px;
  top: 40%;
  z-index: 1;
  line-height: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .section_nav ul {
    top: 60%;
  }
}
@media (min-width: 1024px) {
  .section_nav ul {
    right: 20px;
  }
}
.section_nav ul button {
  font-size: 0;
  border: none;
  background: #110A35;
  opacity: 0.5;
  width: 7px;
  height: 7px;
  margin-bottom: 8px;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.section_nav ul button.active {
  opacity: 1;
}

/* FOOTER */
footer {
  background: #110A35;
  color: #E8EDEE;
  padding: 56px 0;
}
footer .container {
  display: flex;
  gap: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .footer_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer_nav {
    flex-direction: row;
  }
}
footer .footer_nav li {
  margin-bottom: 10px;
}
footer .footer_nav li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer_nav li {
    margin-bottom: 0;
  }
}
footer .footer_nav a {
  transition: all 0.2s ease-in-out;
}
footer .footer_nav a:hover {
  opacity: 0.5;
}
footer .footer_socials {
  display: flex;
  gap: 24px;
}
footer .footer_socials a {
  transition: all 0.2s ease-in-out;
}
footer .footer_socials a:hover {
  opacity: 0.5;
}
footer .footer_credits {
  font-size: 10px;
}

/*# sourceMappingURL=main.css.map */
