/* lato-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: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - 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: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v24-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

.container {
  overflow: hidden;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 2s fadeInUp;
}

body {
  background-color: #E7F7FD;
  margin: 0;
  overflow: hidden;
}

p, a {
  color: #747787;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  font-family: 'Lato';
}

a:hover {
  color: #00ADEE;
}

.footer_nav a:hover {
  color: #00ADEE;
}

h2 {
  color: #747787;
  font-size: 24px;
  line-height: 48px;
  text-decoration: none;
  font-family: 'Lato';
}

h4 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #747787;
  text-decoration: none;
  font-family: 'Lato';
  margin: 40px 0px 0px 0px;
}

header {
  text-align: center;
  width: 92%;
  padding: 0% 4%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.logo {
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.logo img {
  width: 24vw;
  max-width: 600px;
  min-width: 280px;
  height: auto;
}

.imprint .logo img {
  width: 24vw;
  max-width: 350px;
  min-width: 250px;
  height: auto;
  margin-top: 50px;
}

footer {
  width: 92%;
  padding: 0% 4%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 99;
}

.footer_nav, .footer_nav a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.container, .tracker {
	position: absolute;
}

.container {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}


/* IMPRESSUM */

.imprint {
  overflow: auto;
}

.imprint footer {
  position: unset;
  margin:;
  margin-top: 60px;
}

.imprint header {
  margin-top: 80px;
  position: relative;
}

.imprint_text {
  max-width: 800px;
  margin: auto;
  width: 92%;
  padding: 0% 4%;
}

.imprint_text a {
  text-decoration: underline;
}

.imprint-footer {
  margin: auto;
  max-width: 800px;
  padding-top: 60px;
  margin-top: 60px;
  position: relative;
  border-top: solid 1px #3D72D1;
}

/* RESPONSIVE */

@media (max-width: 900px) {


@media screen and ( max-height: 420px ) {
  .contact {
    display: none;
  }
}
