@font-face {
	font-family: 'font-one';
	src: url('../fonts/sourcesanspro/regular.woff2') format('woff2'),
		url('../fonts/sourcesanspro/regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font-one';
	src: url('../fonts/sourcesanspro/bold.woff2') format('woff2'),
		url('../fonts/sourcesanspro/bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

:root {}

*, *:before, *:after {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/** /
*, *:before, *:after {
  outline: 1px dotted rgba( 0, 0, 0, .2 );
}
/**/

html {
	font-size: 62.5%;
	line-height: 1.333em;
	height: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
    /*
	background: url(../img/hintergrund.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
    */
	color: #101112;
	font-family: 'font-one', arial, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	height: 100%;
	line-height: 2.8rem;
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}

body#home h2 {
	font-size: 3.2rem;
	text-align: center;
	text-transform: uppercase;
}

#background {
  background: url(../img/hintergrund.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

img {
    max-width: 100%;
}

h1,
h2,
ul,
p {
	margin-bottom: 2rem;
}

ol {
  /* outline: 1px dotted pink; */
	list-style-type: decimal;
  list-style-position: inside;
  margin-left: -1.6rem;
}

ul {
	list-style-type: none;
}

body:not(#home) li {
	padding-left: 1.6rem;
	position: relative;
}

body:not(#home) ul li:before {
	content: '–';
	left: 0;
	position: absolute;
}

main {
	margin: 0 1rem;
	padding: 0;
}

section {}

.hide {
  display: none;
}

#head-wrapper {
    -webkit-backdrop-filter: blur(5rem);
    backdrop-filter: blur(5rem);
    display: flex;
	  height: 13rem;
    justify-content: flex-end;
    left: 0;
    padding: 2rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    @media( width < 768px ) {
      height: 9rem;
      padding: .5rem 1rem;
    }
}

#logo {
  align-items: center;
  display: flex;
  gap: 2rem;
  width: 40rem;
  position: absolute;
  left: 2rem;
  @media( width < 768px ) {
    gap: 1rem;
    height: 8rem;
    width: 32rem;
  }
  & > img:first-of-type {
    height: 9.7rem;
    @media( width < 768px ) {
      height: 7rem;
    }
  }
}

#schriftzug {
  align-items: center;
  aspect-ratio: 400/156;
  display: block;
  width: 16rem;
  @media( width < 768px ) {
    width: 12rem;
  }
}

#spiel {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 2rem;
  /* margin-right: 4rem; */
  height: 8rem;
  position: absolute;
  right: calc( 50vw - 9rem );
  width: 18rem;
  @media ( width < 768px ) {
    display: none;
  }
  a {
    display: block;
    width: 100%;
    img {
      max-width: 100%;
      max-height: 8rem;
      object-fit: contain;
    }
  }
}

#social-media {
    display: block;
    margin: 2rem .4rem 0;
    position: relative;
    transition: transform .2s ease-in-out;
    width: 6rem;
}

#social-media:hover {
  transform: scale(1.2);
}

@media ( max-width: 767px ) {
  #social-media {
    
  }
}

#video-wrapper {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

#video-wrapper video {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
}

#games-wrapper {
  display: flex;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  @media ( width < 600px ) {
      flex-wrap: wrap;
  }
  a {
    display: flex;
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
    position: relative;
    @media ( width < 600px ) {
      height: 50%;
      width: 100%;
    }
    &#groundhopper-game {
      background-image: url(../img/groundhopper-bild.jpg);
    }
    &#hopping-game {
      background-image: url(../img/hopping-bild.jpg);
    }
    &:hover:after {
      backdrop-filter: blur(5px);
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
    img {
      margin: auto;
      height: 20rem;
      position: relative;
      z-index: 10;
      @media( width < 1024px ) {
        height: 15rem;
      }
      @media( width < 768px ) {
        height: 10rem;
      }
    }
  }
}



#countdown-wrapper,
#newsletter-wrapper {
	background-color: #fff1;
	border-radius: 1.6rem;
	box-shadow: 0 0 1rem #0009;
	padding: 1.6rem;
}

#shop:target {
  display: block;
  max-width: 100rem;
  margin: 0 auto;
  padding: 15rem 0 2rem;
  position: relative;
  z-index: 1;
}

#shop-wrapper {
	background-color: #fff1;
	border-radius: 1.6rem;
	box-shadow: 0 0 1rem #0009;
  display: block;
  padding: 1.6rem;
}

iframe {
  background-color: #fff;
  border-radius: 10px;
  /* height: calc( 100vh - 25rem ); */
  height: calc( 100vh - 34rem );
  width: 100%;
}

#preorder-wrapper {
  background-color: #fff1;
  border-radius: 1.6rem;
  box-shadow: 0 0 1rem #0009;
  left: calc( 50vw - 12rem );
  margin: 0 auto 0;
  padding: 1rem;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: calc( 50vh - 5.5rem );
  width: 24rem;
  z-index: 0;
}

.inner-wrapper {
	background-color: #fff;
	border-radius: .8rem;
	padding: 2.4rem;
	/* min-height: 20rem; */
}

a#preorder-wrapper .inner-wrapper span {
  color: #101112;
  font-weight: bold;
}

nav {
  padding: 0;
  text-align: center;
  width: 100%;
}

body nav {
  bottom: 0;
  position: fixed;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: .5rem;
  width: calc( 100% - 2rem );
}

nav li {
  line-height: 1.4;
	padding: 0 .5rem !important;
}

nav li:before {
	content: '' !important;
}

nav a {
	color: #fff;
	text-decoration: none;
}

.sib-form p {
	font-family: 'font-one', arial, sans-serif !important;
	font-size: 1.5rem !important;
	line-height: 2.1rem !important;
}

input[type=text] {
	background-color: #d9d9d9 !important;
	color: #333 !important;
	font-family: 'font-one', arial, sans-serif !important;
	font-size: 2.1rem !important;
	padding: 1rem !important;
}

input[type=text]::placeholder {
	color: #999 !important;
	font-family: 'font-one', arial, sans-serif !important;
}

#content {
  background-color: #fff;
	border-radius: .8rem;
  bottom: 8rem;
  left: 1rem;
  margin: 0 auto;
  overflow-y: scroll;
  /* padding: 15rem 0 2rem; */
  position: fixed;
  right: 1rem;
  top: 16rem;
}

@media (min-width: 400px) {
  #content {
    bottom: 6rem;
  }
}

@media (min-width: 768px) {
  #content {
    bottom: 4rem;
  }
}

@media ( min-width: 1020px ) {
  #content {
    left: calc( 50vw - 50rem);
    right: calc( 50vw - 50rem);
  }
}

.close {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  height: 2.4rem;
  line-height: 2.4rem;
  position: fixed;
  text-align: center;
  text-decoration: none;
  right: 2.2rem;
  top: 17.2rem;
  width: 2.4rem;
  z-index: 20;
}

@media ( min-width: 1020px ) {
  .close {
    right: calc( 50vw - 48.8rem);
  }
}

/* BEGIN COOKIEBANNER */

#cookiebannerbg {
  background-color: rgba( 0, 0, 0, .5 );
  bottom: 0;
  display: block;
  left: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

@supports ( ( -webkit-backdrop-filter: blur(10px) ) or ( backdrop-filter: blur(10px) ) ) {
  #cookiebannerbg {
/*    background-color: rgba( 255, 255, 255, .8 );*/
    backdrop-filter: saturate(180%) blur(1px);
    -webkit-backdrop-filter: saturate(180%) blur(1px);
  }
}

#cookiebanner {
  color: #fff;
  background-color: #002c58;
  border-radius: .4rem;
  box-shadow: 0 0 .5rem rgba( 0, 0, 0, .33 );
  display: block;
  font-size: 1.8rem;
  left: 2rem;
  padding: 2rem;
  position: fixed;
  bottom: 2rem;
  width: 30rem;
  z-index: 10000;
}

@media screen and ( max-width: 639px ) {
  #cookiebanner {
    left: 1rem;
  }
}

#cookiebanner a {
  color: #fff;
/*  text-decoration: underline;*/
}

#cookiebanner > div {
	max-width: 96rem;
	margin: 0 auto;
	text-align: center;
}

.cookiebanner fieldset {
  border: .1rem solid #fff;
  border-radius: .4rem;
  margin: 2rem 0;
  padding: 0 1rem 1rem 1rem;
}

.cookiebanner fieldset label {
  cursor: pointer;
  display: block;
  padding-left: 2rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.cookiebanner fieldset label input[type=checkbox] {
  left: 0;
  position: absolute;
  top: .8rem;
}

.cookiebanner fieldset label small {
  display: block;
  line-height: 1.8rem;
}

body.cookiebanner {
/*  margin-top: 44px;*/
}

.disallowed-external-content button,
a#cookieaccept {
  background-color: #fff;
  color: #b00835 !important;
  display: block;
	font-family: 'font-one', arial, sans-serif;
  font-size: 1.8rem;
  border-radius: .4rem;
	line-height: 1.8rem;
/*  margin-top: 2rem;*/
  padding: .6rem 1rem;
	text-decoration: none;
}

.disallowed-external-content button {
  margin-bottom: 0;
  margin-top: 1rem;
}

.disallowed-external-content button:hover,
a#cookieaccept:hover {
  color: #333;
}

.disallowed-external-content {
  background-color: #002c58;
	border-radius: .4rem;
  color: #fff;
  display: block;
  padding: 2rem;
}

.manage-privacy-settings {
	cursor: pointer;
}

/* END COOKIEBANNER */
