*{
  box-sizing: border-box;
}
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}
body{
  background: rgb(169, 190, 194);
}
.hintergrund{
  display: block;
  position: absolute;
  z-index: -10;
  margin-top: 0;
  width: 100%;
  height: auto;
  }
header{
  margin-top: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
h1{
  font-family: 'Poiret One',sans-serif;
  text-align: center;
  font-size: 40pt;
  color: black;
}
h2{
  font-family: 'Poiret One',sans-serif;
  text-align: center;
  font-size: 25pt;
  color: black;
  margin-top: 70px;
}
.english{
  height: 30px;
  width: 110px;
  margin-top: 100px;
  margin-left: 0px;
  z-index: 2;
  position: absolute;
  display: block;
}
.english a{
  opacity: 1;
  font-size: 20pt;
  text-align: right;
  padding-right: 5px;
  text-decoration: none;
  color: black;
  font-family: 'Raleway', sans-serif;
}
.logo{
  float: left;
  margin-left: 150px;
  margin-top: 30px;
  width: 10%;
}
.content{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  margin-top: 300px;
  margin-bottom: 20px;
}
.spalten{
  margin-top: 90px;
}
.column-left{
  float: left;
  width: 33.333%;
}
.column-right{
  float: right;
  width: 33.333%;
}
.column-center{
  display: inline-block;
  width: 33.333%;
}
.einzel{
  width: 80%;
}
.kunst{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
li{
  display: inline-block;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  overflow:hidden;
  padding-bottom: 30px;
}
ul{
  padding:0;
  margin-left: auto;
  margin-right: auto;
}
a:link{
  color: black;
  text-decoration: none;
}
a:visited{
  color: black;
}
a:hover{
  color: white;
}
a:active{
  color: white;
}
.scrollbereich{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 2;
}
p{
  color: black;
  font-size: 12pt;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Raleway', sans-serif;
  margin-top: 30px;
}

/* Breiteres Tablet */
@media only screen and (max-width: 1246px) {
  h3{
    margin-top: 85px;
    margin-right: 50px;
  }
  .logo{
    margin-left: 150px;
    margin-top: 28px;
  }
  h2{
    font-size: 24pt;
    margin-top: 65px;
  }
}

/* Schmaleres Tablet */
@media only screen and (max-width: 1005px) {
  .logo{
    margin-left: 120px;
    margin-top: 25px;
  }
}
/* Tablet */
@media only screen and (max-width: 963px) {
  .logo{
    margin-left: 110px;
    margin-top: 20px;
  }
}
/* Tablet */
@media only screen and (max-width: 858px) {
  .logo{
    margin-left: 100px;
    margin-top: 20px;
  }
  .content1{
    width: 100%;
  }
  .content{
    width: 100%;
  }
  h2{
    font-size: 20pt;
    margin-top: 55px;
  }
  .kunst{
    margin-top: 30px;
  }
  .spalten{
    margin-top: 80px;
  }
}
/* Tablet */
@media only screen and (max-width: 750px) {
  .logo{
    margin-left: 80px;
    margin-top: 15px;
  }
  .content1{
    margin-top: 250px;
  }
  .content{
    margin-top: 250px;
  }
  h2{
    font-size: 24pt;
    margin-top: 70px;
  }
  .spalten{
    margin-top: 120px;
  }
  .column-left{
    float: inline-block;
    width: 100%;
  }
  .column-right{
    float: inline-block;
    width: 100%;
  }
  .column-center{
    display: inline-block;
    width: 100%;
  }
  .einzel{
    width: 60%;
  }
  .kunst{
    margin-top: 20px;
  }
}
/* Tablet */
@media only screen and (max-width: 655px) {
  .logo{
    margin-left: 70px;
    margin-top: 15px;
  }
  .content1{
    margin-top: 200px;
  }
  .content{
    margin-top: 200px;
  }
}
/* Tablet */
@media only screen and (max-width: 559px) {
  .logo{
    margin-left: 65px;
    margin-top: 15px;
  }
}
/* Tablet */
@media only screen and (max-width: 493px) {
  .logo{
    margin-left: 50px;
    margin-top: 15px;
  }
  .content1{
    margin-top: 170px;
  }
  .content{
    margin-top: 170px;
  }
}
/* Tablet */
@media only screen and (max-width: 413px) {
  .logo{
    margin-left: 40px;
    margin-top: 10px;
  }
  .content1{
    margin-top: 150px;
  }
  .content{
    margin-top: 150px;
  }
}
/* Tablet */
@media only screen and (max-width: 385px) {
  .einzel{
    width: 90%;
  }
}
/* Tablet */
@media only screen and (max-width: 349px) {
  .logo{
    margin-left: 35px;
    margin-top: 6px;
  }
}
