/* teko-regular - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/teko-v15-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/teko-v15-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
}

#bildContainer {
  position: relative;
}

img {
  width: 100%;
}

#logo {
  position: absolute;
  width: 35%;
  bottom: 30%;
  left: 50%;
}

.player {
  position: relative;
  background: black;
  width: 60%;
  margin: auto;
  padding-bottom: 60px;
}

#impressum {
  text-align: center;
  color: #fff;
  font-family: 'Teko';
  font-style: normal;
  font-weight: 10;
  padding-bottom: 40px;
  letter-spacing: 1px;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  color: #fff;
}

#impressumContainer {
  margin: auto;
  width: 50%;
  font-family: 'Teko';
  font-style: normal;
  font-weight: 10;

}

.impressumLink {
  color: crimson;
}

h1,
h2,
h3 {
  color: #fff;
}

@media only screen and (max-width: 600px) {


  .player {

    width: 95%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 140px;
  }

  #logo {
    position: absolute;
    width: 50%;
    bottom: 7%;
    left: 40%;
  }

  #impressum {

    font-size: 20px;
  }


  a {
    color: #fff;
    text-decoration: none;
  }
}