*{
  box-sizing: border-box;
}
html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow: hidden;
}
body{
  background: rgb(169, 190, 194);
}
.titel{
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  }
.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;
}
.content{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 490px;
  margin-bottom: 0;
}
.content1{
  width: 100%;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
.logo{
  float: left;
  margin-left: 150px;
  margin-top: 30px;
  width: 10%;
}
figcaption {
  text-align: center;
  font-size: 10pt;
  font-family: 'Raleway', sans-serif;
  color: black;
  margin-top: 0px;
}
figure{
  margin-left: 0;
  margin-right: 0;
}
li{
  display: inline-block;
  list-style-type: none;
  padding: 20px;
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
ul{
  padding:0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 100px;
}
a:link{
  color: black;
  text-decoration: none;
}
a:visited{
  color: black;
}
a:hover{
  color: white;
}
a:active{
  color: white;
}
.text{
  margin-bottom: 120px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.text p{
  color: black;
  font-size: 12pt;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Raleway', sans-serif;
}
.text1{
  margin-bottom: 0px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.text1 p{
  color: black;
  font-size: 12pt;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Raleway', sans-serif;
}
.text7{
  margin-bottom: 80px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.text7 p{
  color: black;
  font-size: 12pt;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Raleway', sans-serif;
}
.charaktere{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.einzel1{
  width: 200px;
}
.einzel3{
  width: 200px;
}
.einzel6{
  width: 260px;
}
.cover{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.cover li{
  padding-top: 0px;
  padding-bottom: 0px;
}
.cover ul{
  margin-top: 0px;
}
.einzel{
  width: 600px;
}
.einzel7{
  width: 80%;
}
.scrollbereich{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 2;
}
.wtf{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.wtf2{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.wtf ul{
  margin-top: 0px;
}
.wtf li{
  padding: 10px;
  padding-top: 10px;
}
.wtf2 li{
  padding: 40px;
  padding-top: 40px;
}
.freiaylen{
  display:inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 40px;
}
.freiaylen li{
  margin-bottom: 50px;
}
/* Slideshow container */
.slideshow-container2 {
  max-width: 450px;
  position: relative;
  margin: auto;
}
.slideshow-container {
  max-width: 450px;
  position: relative;
  margin: auto;
}
.slideshow-container1 {
  max-width: 450px;
  position: relative;
  margin: auto;
}
.slideshow-container3 {
  max-width: 450px;
  position: relative;
  margin: auto;
}
.slideshow-container9 {
  max-width: 950px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  display: block;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(50, 50, 50,0.5);
}
/* Caption text */
.captiontext {
  color: white;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  padding: 8px 12px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  background-color: rgb(0,0,0,0.5)
}
/* The dots/bullets/indicators */
.dot6 {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot6:hover {
  background-color: grey;
}
.dot7 {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot7:hover {
  background-color: grey;
}
.dot3 {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot3:hover {
  background-color: grey;
}
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: grey;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Breiteres Tablet */
@media only screen and (max-width: 1246px) {
  .logo{
    margin-left: 150px;
    margin-top: 28px;
  }
  h1{
    font-size: 45pt;
  }
}
/* Schmaleres Tablet */
@media only screen and (max-width: 1105px) {
  h1{
    font-size: 40pt;
  }
  .einzel2{
    width: 55%;
  }
}
/* 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;
  }
  h1{
    font-size: 37pt;
  }
  .content1{
    width: 100%;
  }
  .einzel2{
    width: 66%;
  }
  .einzel1{
    width: 100%;
  }
  .prouebersicht{
    padding-top: 100px;
  }
  .content{
    margin-top: 350px;
    width: 90%
  }
  .text{
    width: 100%;
  }
  .text1{
    width: 100%;
  }
  .text7{
    width: 100%;
  }
}
/* Tablet */
@media only screen and (max-width: 858px) {
  .logo{
    margin-left: 100px;
    margin-top: 20px;
  }
  .einzel2{
    width: 72%;
  }
  .einzel{
    width: 500px;
  }
  .einzel7{
    width: 500px;
  }
}
/* Tablet */
@media only screen and (max-width: 750px) {
  .logo{
    margin-left: 80px;
    margin-top: 15px;
  }
  .content{
    margin-top: 350px;
  }
  h1{
    font-size: 34pt;
  }
}
/* Tablet */
@media only screen and (max-width: 655px) {
  .logo{
    margin-left: 70px;
    margin-top: 15px;
  }
  .content{
    margin-top: 300px;
  }
  .einzel2{
    width: 85%;
  }
  .einzel{
    width: 400px;
  }
  .einzel7{
    width: 400px;
  }
}
/* Tablet */
@media only screen and (max-width: 559px) {
  .logo{
    margin-left: 65px;
    margin-top: 15px;
  }
  .protitel{
    height: 500px;
  }
}
/* Tablet */
@media only screen and (max-width: 493px) {
  .logo{
    margin-left: 50px;
    margin-top: 15px;
  }
  .text {
    width: 100%;
  }
  .titelbild{
    margin-bottom: 250px
  }
  .protitel{
    height: 450px;
  }
  .text p{
    width: 90%;
    font-size: 11pt;
  }
  .text1 p{
    width: 90%;
    font-size: 11pt;
  }
  .text7 p{
    width: 90%;
    font-size: 11pt;
  }
  .content{
    margin-top: 250px;
  }
  .einzel{
    width: 350px;
  }
  .einzel7{
    width: 350px;
  }
}
/* Tablet */
@media only screen and (max-width: 469px) {
  .titelbild{
    margin-bottom: 150px
  }
  .protitel{
    height: 400px;
  }
}
/* Tablet */
@media only screen and (max-width: 413px) {
  .logo{
    margin-left: 40px;
    margin-top: 10px;
  }
  h1{
    font-size: 20pt;
  }
  .titelbild{
    margin-bottom: 100px
  }
  .protitel{
    height: 300px;
  }
  .prouebersicht{
    padding-top: 45px;
  }

}
/* Tablet */
@media only screen and (max-width: 385px) {
  .titelbild{
    margin-bottom: 0px
  }
  .protitel{
    height: 250px;
  }
  li{
    padding-top: 50px;
  }
  h1{
    margin-bottom: 0;
    font-size: 15pt;
  }
  .content1{
    margin-top: 0;
  }
}
/* Tablet */
@media only screen and (max-width: 349px) {
  .logo{
    margin-left: 35px;
    margin-top: 6px;
  }
  .einzel{
    width: 300px;
  }
  .einzel7{
    width: 300px;
  }
}
