@font-face {
  font-family: NeueFrutiger;
  font-weight: 300;
  src: url(/fonts/FrutigerNeueLTW06-Light.eot?#iefix);
  src: url(/fonts/FrutigerNeueLTW06-Light.eot?#iefix) format("eot"), url(/fonts/FrutigerNeueLTW06-Light.woff2) format("woff2"), url(/fonts/FrutigerNeueLTW06-Light.woff) format("woff"), url(/fonts/FrutigerNeueLTW06-Light.ttf) format("truetype");
}
@font-face {
  font-family: NeueFrutiger;
  font-weight: 700;
  src: url(/fonts/FrutigerNeueLTW05-Bold.eot?#iefix);
  src: url(/fonts/FrutigerNeueLTW05-Bold.eot?#iefix) format("eot"), url(/fonts/FrutigerNeueLTW05-Bold.woff2) format("woff2"), url(/fonts/FrutigerNeueLTW05-Bold.woff) format("woff"), url(/fonts/FrutigerNeueLTW05-Bold.ttf) format("truetype");
}
/* caveat-brush-regular - 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: "Caveat Brush";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/caveat-brush-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --scale: 1vh;
}
@media (max-aspect-ratio: 3/4) {
  :root {
    --scale: 1.35vw;
  }
}
@media (max-width: 767px), (max-height: 767px) {
  :root {
    --scale: 2.5vh;
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 3/4), (max-height: 767px) and (max-aspect-ratio: 3/4) {
  :root {
    --scale: 3.2vw;
  }
}

* {
  box-sizing: border-box;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html[lang=de] .lang a[hreflang=de],
html[lang=fr] .lang a[hreflang=fr],
html[lang=it] .lang a[hreflang=it] {
  font-weight: bold;
}

body {
  background-color: white;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  font-family: NeueFrutiger, sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
}
body a {
  color: #000;
  text-decoration: none;
}
body a:hover {
  font-weight: bold;
}
body header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F4F4;
}
body header .logo {
  flex-grow: 0;
}
body header .logo img {
  height: 100px;
  width: 100px;
  display: block;
}
body header .title {
  padding-left: 25px;
  flex-grow: 1;
  font-weight: bold;
}
body header .lang {
  flex-grow: 0;
  padding-right: 25px;
}
body header .lang ul {
  display: flex;
}
body header .lang li a {
  padding: 10px;
  display: inline-block;
  min-width: 45px;
  text-align: center;
}
body header .lang li:after {
  content: "|";
}
body header .lang li:last-child:after {
  display: none;
}
body main {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .bg {
  aspect-ratio: 1/1;
  max-height: 80%;
  max-width: 80%;
  background-image: url("/img/start_bg.png");
  background-repeat: no-repeat;
  background-size: 150% auto;
  background-position: bottom 25% center;
}
body main .banner {
  font-family: "Caveat Brush";
  position: absolute;
}
body main .start-btn {
  position: absolute;
}
body footer {
  background-color: white;
  flex-grow: 0;
}
body footer .terms ul {
  display: flex;
}
body footer .terms li a {
  padding: 10px;
  display: inline-block;
  min-width: 45px;
}

.orientationMessage {
  display: none;
}/*# sourceMappingURL=style.css.map */