 @font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}



body {
  background-color: #03778A;
  margin: 0;
  text-align: center;
}

p, a, li {
  color: white;
  font-size: 15px;
  line-height: 23px;
  text-decoration: none;
  font-weight: 300;
  font-family: 'Roboto';
  list-style-position: inside;
}

a:hover {
  color: white;
}

.footer_nav a:hover {
  color: black;
}

h2 {
  color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 19px;
      line-height: 24px;
      font-weight: 300;
      letter-spacing: 1px;

}

h4 {
  color: white;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  letter-spacing: 1px;
  font-family: 'Roboto';
  margin: 40px 0px 0px 0px;
  text-transform: uppercase;
  font-weight:400;
}

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

.logo {
  z-index: 99;
  max-width: 700px;
  padding-bottom: 60px;
  text-align: center;
  margin: 0 auto;
}

.logo-center {
  z-index: 99;
  max-width: 700px;
  padding-bottom: 60px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.logo-center img {
  width: 18vw;
  max-width: 440px;
  min-width: 420px;
  height: auto;
  margin-top: 0px;
}

.logo img {
  width: 18vw;
  max-width: 340px;
  min-width: 320px;
  height: auto;
  margin-top: 0px;
}

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

.footer_nav, .footer_nav a {
  color: white;
  font-size: 14px;
  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 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 0.5px white;
}

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


/* RESPONSIVE */

@media (max-width: 900px) {
  p, h1, h2, h3, h4, h5 {
    padding: 0px 24px;
  }
  body {
}

a, p {
  font-size: 14px;
  margin-bottom: 20px;
}

.imprint-footer {
  margin: auto;
  max-width: 700px;
  padding-top: 60px;
  margin-top: 60px;
  margin-bottom: 0px;
  position: relative;
  border-top: solid 0px white;
}

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

  .logo {
    z-index: 99;
    max-width: 700px;
    padding-bottom: 60px;
    text-align: center;
    margin: 0 auto;
  }

  .logo-center {
    z-index: 99;
    max-width: 2700px;
    padding-bottom: 60px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
  }

  .logo-center img {
    width: 18vw;
    max-width: 440px;
    min-width: 420px;
    height: auto;
    margin-top: 0px;
  }

  .logo img {
    width: 18vw;
    max-width: 340px;
    min-width: 320px;
    height: auto;
    margin-top: 0px;
  }



}

@media screen and ( max-width: 420px ) {

  .contact {
    display: none;
  }

  .logo-center img {
    width: 18vw;
    max-width: unset;
    min-width: 280px;
    height: auto;
    margin-top: 0px;
  }
}
