html {
background-color: transparent;
}
html p {
  color: black;
  background-color: white;
}
article {
  width: 80%;
  margin: auto;
}



.image-container img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.musictxt, .abouttxt {
  background-color: white;
  padding: 5%;
  margin-bottom: 10%;
  box-shadow: 10px 10px 5px grey;

}
.afterimage img {
  margin-bottom: 10%;

}
.stern {
  background-color: white;
  color: black;
  left: 45%;
  position: relative;
  width: 60%;
  margin-bottom: 10%;
  box-shadow: 10px 10px 5px grey;
}
.download {
  display: block;
  margin: 60px;
  background-color: white;
}
.download div {
  margin: 5%;
}
.duzz {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.tracklist {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#backtotop {
  width: 30px;
  height: 30px;
}
#protected-pages-enter-password {
  left: 5%;
  position: relative;
}

#field-language-display {
  display: none;
}
.banner-container li img {
  height: 130%;
  position: fixed;
  top: -40px;
  left: -50px;
  z-index: -3000;
}
.front .image-container img {
  width: 70%;
  min-width: 270px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.image-container img {
  width: 40%;
}
ul {
  list-style: none;
  list-style-type: none;
}

form {
  position: relative;
  left: 300px;
  z-index: 3000;
  color: black;
  width: 60%;
}

.inhalt {
  z-index: 3000;
  left: -50px;
}



@media all and (orientation: landscape) {
.banner-container li img {
  width: 130%;
}
}
@media all and (orientation: portrait) {
.banner-container li img {
  width: 115%;
  position: fixed;
  top: -10px;
  left: -50px
}	
.front .image-container img {
  width: 90%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.image-container img {
  width: 90%;
}
video {
  width: 90%; 
  height: auto;
}

@media all and (min-width: 800px) and (orientation: portrait) {
#backtotop {
  width: 70px;
  height: 70px;
}


@media all and (min-width: 1000px) and (orientation: portrait) {

	
}


@media all and (min-width: 1400px) and (orientation: portrait) {

	
}

@media all and (min-width: 1800px) and (orientation: portrait) {

	
	
}

@media all and (orientation: landscape) {

	
	
}


@media all and (min-width: 599px) and (orientation: landscape) {

	
	
}


@media all and (min-width: 800px) and (orientation: landscape) {
.duzz {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.tracklist {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}
#backtotop {
  width: 70px;
  height: 70px;
}

@media all and (min-width: 1200px) and (orientation: landscape) {

	
	
}


