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

@font-face {
    font-family: 'OpenSans';
    src: url('./fonts/OpenSans-Regular.ttf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'FiraSans';
    src: url('./fonts/FiraSans-ExtraBold.otf') format('opentype');
    font-weight: 900;
}


* {
  overflow: hidden;
}

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

p, a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-family: 'FiraSans';
}

a:hover {
  color: #B7B7B7;
}

.footer_nav a:hover {
  color: #B7B7B7;
}

h2 {
  color: black;
  font-size: 40px;
  line-height: 48px;
  text-decoration: none;
  font-family: 'OpenSans';
}

h4 {
  color: black;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-family: 'OpenSans';
  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: 18vw;
  max-width: 280px;
  min-width: 180px;
  height: auto;
}

footer {
  width: 95vw;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 99;
  max-width: 300px;
  margin: 0 auto;
  transform: translate(-50%);
  z-index: 99;
  -webkit-transform: translate(-50%);
left: 50%;
}


}

.footer_nav, .footer_nav a {
  color: black;
  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;
}




.tracker img {
      width: 20vw;
      max-width: 500px;
    }

.tracker-2 img {
    width: 30vw;
    max-width: 400px;
  }

.tracker-3 img {
      width: 20vw;
      max-width: 300px;
    }

.tracker-4 img {
    width: 20vw;
    max-width: 400px;
      }

.tracker-5 img {
      width: 30vw;
        max-width: 500px;
}

.tracker-6 img {
      width: 20vw;
      max-width: 400px;
}

.tracker-7 img {
      width: 30vw;
      max-width: 400px;
}

.tracker-8 img {
      width: 30vw;
      max-width: 400px;
}

.tracker-9 img {
      width: 25vw;
      max-width: 300px;
}


.tracker {
  position: fixed;
  right: 0vw !important;
  top: 35vh !important;
	transform: translate(calc(-10vh + 10vw  * var(--x)), calc(-10vh + 10vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-2 {
  position: absolute;
  left: 63vw !important;
top: 0vh !important;
	transform: translate(calc(10vh + -15vw  * var(--x)), calc(10vh + -15vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-3 {
  position: absolute;
  left: 37vw !important;
top: 0vh !important;
	transform: translate(calc(-2vw  * var(--x)), calc( -2vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-4 {
  position: absolute;
  left: 0vw !important;
top: 0vh !important;
	transform: translate(calc(10vh + -8vw  * var(--x)), calc(10vh + -8vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-5 {
  position: absolute;
  left: 5vw !important;
  top: 17vh !important;
	transform: translate(calc(10vh + -10vw  * var(--x)), calc(10vh + -10vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-6 {
  position: absolute;
  left: 0vw !important;
  top: 50vh !important;
	transform: translate(calc(10vh + -1vw  * var(--x)), calc(-1vh + -10vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-7 {
  position: absolute;
  left: 0vw !important;
  top: 50vh !important;
	transform: translate(calc(10vh + -10vw  * var(--x)), calc(10vh + -10vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-8 {
  position: absolute;
  right: 0vw !important;
top: 70vh !important;
	transform: translate(calc(10vh + -10vw  * var(--x)), calc(10vh + -10vh * var(--y)));
  transition: transform 0.1s;
}

.tracker-9 {
  position: absolute;
  right: 0vw !important;
top: 50vh !important;
	transform: translate(calc(0vh + -15vw  * var(--x)), calc(10vh + 5vh * var(--y)));
  transition: transform 0.1s;
}

/* 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 1px #6F96A6;
}

/* RESPONSIVE */


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



.tracker-4 img {
      width: 50vw;
      max-width: 500px;
        }

.tracker-5 img {
        width: 70vw;
        max-width: 600px;
  }

.tracker-2 img {
        width: 30vw;
        max-width: 500px;
  }

.tracker-4 {
  position: absolute;
  left: 10vw !important;
  top: 5vh !important;
  transform: none;
}

.tracker-5 {
  position: absolute;
  left: 15vw !important;
  top: 18vh !important;
  transform: none;
}

.tracker-2 {
  position: absolute;
  right: 4vw !important;
  top: 46vh !important;
  transform: none;
}

.tracker {
display:none;
}

.tracker-9 {
display:none;
}

.tracker-3 {
display:none;
}

.tracker-6 {
  display:none;
}

.tracker-7 {
  display:none;
}

.tracker-8 {
  display:none;
}

}
