
html {
    overflow-x: hidden;
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Poppins';
    color: #444444;
     height: 100%;
}

 h1, h2, h3, h4, h5, h6 {
     margin: 0px;
     font-weight: bold;
     padding: 0px;
     font-family: 'Teko';
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Bold.eot');
    src: url('../fonts/Teko-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Teko-Bold.woff2') format('woff2'),
        url('../fonts/Teko-Bold.woff') format('woff'),
        url('../fonts/Teko-Bold.ttf') format('truetype'),
        url('../fonts/Teko-Bold.svg#Teko-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-Medium.eot');
    src: url('../fonts/Teko-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Teko-Medium.woff2') format('woff2'),
        url('../fonts/Teko-Medium.woff') format('woff'),
        url('../fonts/Teko-Medium.ttf') format('truetype'),
        url('../fonts/Teko-Medium.svg#Teko-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko';
    src: url('../fonts/Teko-SemiBold.eot');
    src: url('../fonts/Teko-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Teko-SemiBold.woff2') format('woff2'),
        url('../fonts/Teko-SemiBold.woff') format('woff'),
        url('../fonts/Teko-SemiBold.ttf') format('truetype'),
        url('../fonts/Teko-SemiBold.svg#Teko-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



img {
     border: none;
}
 ul {
     margin: 0px;
     padding: 0px;
}
 ul li {
     list-style-type: none;
}
 a, a:hover {
     text-decoration: none;
     transition: all 0.5s ease;
}
/* a:hover, */
a:focus,
a:focus-visiblScratch Adventure App Datenschutzerklärung e {
    outline: none !important;
    box-shadow: none !important;
}
::-moz-selection {
     color: #fff;
     background: #30337B;
}
::selection {
     color: #fff;
     background: #30337B;
}
input:focus, input:focus-visible, button:focus, button:focus-visible {
     outline: none !important;
     box-shadow: none !important;
}
img {
    width: auto;
    height: auto;
}

p {
    margin:0;
    padding:0;
    color:rgba(18,18,18,.75);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 2;
}
main ol,
main ul {
    margin-bottom: 30px;
}
main ol li,
main ul li {
    color:rgba(18,18,18,.75);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
main ol li:last-child,
main ul li:last-child {
    margin-bottom: 0;
}

h2 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
}
p b {
    font-weight: bold;
}

.wrapper {
    display: flex;
  flex-direction: column;
  /* min-height: 100dvh; */
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
main {
    flex-grow: 1;
    /* background-color: #181818; */
}
.contain-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100dvh - 240px);
    /* height: 100dvh; */
    background-color: #181818;
    flex-direction: column;
}
.logo img {
    width: 450px;
}
.contain-top h1 {
    color:#fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.download-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.download-icon a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.download-icon img {
    width: 200px;
}

footer {
    background-color: #242424;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-menu {
    display: flex;
    justify-content: center;
}
.footer-menu li {
    margin-left: 7px;
    margin-right: 7px;
}
.footer-menu li a {
    color:#fff;
    font-size: 14px;
    font-weight: 500;
}
footer p {
    color: #929292;
    margin-bottom: 16px;
    font-size: 12px;
    text-align: center;
}
.social-icon {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 45px;
}
.social-icon li {
    margin-left: 8px;
    margin-right: 8px;
}
.social-icon li a {
  color: #929292;
  font-size: 24px;
}
.social-icon li a:hover {
    color:#fff;
}

.container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.policy-contain {
    padding-top: 50px;
    padding-bottom: 75px;
}
.policy-contain a {
color:rgba(18,18,18,.75);
}

.policy-contain a:hover {
color:rgba(18,18,18,1);
}
.inner-logo {
    max-width: 124px;
    margin-bottom: 15px;
}
.coming-text {
	width: 50%;
	text-align:center;
	float:right;
}

.download-icon a {
    position: relative;
}
.download-icon a span {
    width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

@media(max-width:1365px){
    .logo img {
        width: 380px;
    }
    .contain-top h1 {
  font-size: 22px;
    }
    .download-icon img {
  width: 180px;
}
.social-icon {
    margin-top: 35px;
  margin-bottom: 35px;
}
h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
p,
ol,
ul {
    margin-bottom: 20px;
}
}

@media(max-width:767px){
    .logo img {
        width: 340px;
    }
    .contain-top h1 {
  font-size: 22px;
  margin-bottom: 30px;
    }
    .download-icon img {
  width: 180px;
}
.social-icon {
    margin-top: 35px;
  margin-bottom: 35px;
}
.download-icon img {
    width: 150px;
  }
   .contain-top h1 {
    font-size: 22px;
   }
   h2 {
  font-size: 34px;
}
}


@media(max-width:479px){
      .logo img {
    width: 270px;
  }
   .contain-top h1 {
    font-size: 19px;
  }
    .download-icon img {
    width: 130px;
  }
  .download-icon a {
  margin-left: 5px;
  margin-right: 5px;
}
.footer-menu li {
  margin-left: 5px;
  margin-right: 5px;
}
.footer-menu {
  flex-wrap: wrap;
}
 .social-icon {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
