* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-image: url("../img/background_black.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
}

a {
  color: white;
  text-decoration: none
}

a:hover {
  color: #9ec756;
}

#baustelle {
  position: relative;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
}

#baustelle .baustelle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.baustelle {
  max-width: 80%;
  width: 100%;
  line-height: 1.4;
}

.baustelle .baustelle-mix {
  padding-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
  text-align: center;
}

.baustelle h1 {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  font-size: 70px;
  color: white;
  text-transform: uppercase;
}

.baustelle .baustelle-mix h1>span {
  text-shadow: -8px 0px 0px #fff;
}

.baustelle h2 {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}

.baustelle h3 {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin-top: 0px;
  margin-left: 5%;
  margin-right: 5%;
}

.logo {
	left: 50%;
	right: 50%;
	text-align: center;
  padding-bottom: 2%;
}

@media (max-width: 1060px) {
  .baustelle h1 {
    font-size: 40px;
  }
  .baustelle h2 {
    font-size: 20px;
  }
  .baustelle h3 {
    font-size: 15px;
  }
}

@media (max-width: 870px){
  .baustelle .baustelle-mix{
  	margin-left: 5%;
  	margin-right: 5%;
  }
}

@media (max-width: 750px){
	.baustelle .baustelle-mix{
  	margin-left: 0;
  	margin-right: 0;
  }
}

@media (max-width: 480px){
  .logo img{
  	width: 50%;
  }
}

@media (max-width: 380px){
  .baustelle h1{
  	font-size: 30px;
  }
}

