body {
  margin: 0px;
  padding: 0px;
  color: white;
  font-size: 12pt;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  font-weight: 600;
  background-color: #222;
  overflow-x: hidden !important;
}
* { box-sizing: border-box; }
a { color: #CACA66; text-decoration: none; }
a:hover { color: yellow; text-decoration: none; }
p { padding: 0; margin: 3px; }
big { font-size: 2em; }
small { font-size: 0.85em; }
h1 { font-size: 2em; margin: 5px; }
h2 { font-size: 1.2em; margin: 5px; }
blockquote { margin: 6px 6% 6px 6%; }

@media (min-width:961px) {
  body {
    background-image: url(images/background.jpg); 
    background-repeat:no-repeat;
    background-position:50% 0px;
  }
  .inhalt { 
    position:relative; 
    top:20px; 
    margin-left: calc(50vw - 480px);
    width: 960px;
    background-color:#222;
    border-radius: 20px;
  }
  .topinfo iframe {
    height: 315px;
    width: 59%;
  }
}
@media (max-width: 960px) {
  body {
    background-image: none; 
    background-color:#222;
    font-size: 10pt;
  }
  .report {
    margin: 0px;
  }
  .inhalt { 
    position:relative; 
    margin: 0;
    /* min-width: 560px; */
    background-color:#222;
  }
  .topinfo iframe {
    height: 315px;
    width: 100%;
    max-width: 560px;
  }
}
.schriftzug {
  display: block;
  margin: 0 auto;
  max-width: 70%;
  z-index: 2;
}
@media (max-width: 960px) {
  .inhalt {
    margin: 0;
    padding: 0;
  }
}

.home {
  position: absolute; 
  top: 10px; 
  left: 10px;
  width: 15%;
  max-width: 90px;
}
.hand {
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  width: 100%;
}
.hand:hover{
  -webkit-transform: rotate(-110deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-110deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-110deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-110deg) scale(1) skew(0deg) translate(0px);
}

.dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15%;
  max-width: 90px;
}
.dropbtn {
  cursor: pointer;
}
.dropbtn img {
  width: 100%;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #191919;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  border: 1px solid white;
  border-radius: 5px;
  font-size: 2em;
  color: white;
  margin-right: 10px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #444
}
.dropdown:hover .dropdown-content {
  display: block;
}

.topinfo {
  clear: left;
  text-align:center;
  margin: 5px;
  min-height: 315px;
}

.report {
  background-color: #222a;
  margin: 0px 3%;
  clear: left;
  text-align:center;
  text-shadow: 1px 1px 0 #7A7A7A;
}
@media (max-width: 960px) {
  .report {
  margin: 0px 1%;
  }
}

.info {
  clear: left;
  text-align:center;
  margin: 5px;
}
.info img {
  max-width: 100%;
}

.media {
  max-height: 315px;
  border: 1px solid #ffa;
  height: 45vh;
  max-width: 100%;
}

.headline {
  margin: 5px;
  text-align:center;
  font-size:3em;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-duration: 3s;
  -moz-animation-delay: 2s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-duration: 3s;
  -ms-animation-delay: 2s;
  -ms-animation-iteration-count: infinite;
  -o-animation-duration: 3s;
  -o-animation-delay: 2s;
  -o-animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}

.claim {
  margin: 5px;
  text-align:center;
  font-size:2em;
}

.knopf {
  opacity: 0.8;
}
.knopf img {
  width: 35%;
  height: auto;
  max-width: 220px;
}
.knopf:hover {
  opacity: 1;
}
.miniknopf {
  opacity: 0.7;
}
.miniknopf:hover {
  opacity: 1;
}

.footer {
  clear: left;
  font-family:Arial,sans-serif; 
  font-size:0.7em;
  text-align:center;
  vertical-align:bottom;
}

.artist {
  width: 100%;
  padding: 0px 5px 5px 10px;
  text-shadow:1px 2px 2px #000000;
  text-align: right;
  min-height: calc(100vh - 160px);
}
.artpic {
  width: 100%;
  height: auto;
}
.artbio {
  margin-top: -260px;
  padding-right: 10px;
}
@media (max-width: 960px) {
  .artbio {
    margin-top: 20px;
    padding-right: 0;
    font-size: 0.9em;
  }
}
.artbio img {
  border: 2px solid white;
}
.artlnk {
  padding: 0px 0.5% 0px 0.5%;
}

.kapitel {
  background-repeat: no-repeat;
  background-position: center 0px;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 2em;
  margin-top: -15px;
  padding-top: 80px;
  text-shadow: 0 0 5px black;
}

.tour {
  clear: left;
  vertical-align: top;
  padding-left: 20px;
}
.tour img, .tour p {
  width: 100%;
  font-size: 1.2em;
  float: left;
  margin: 0px;
  margin-bottom: 12px;
  padding-left: 30px;
}
.tour img {
  max-width: 200px;
}
.tour p {
  max-width: 50%;
}
.tour h1 {
  margin-bottom: 0px;
  padding-top: 12px;
}

.list {
  vertical-align: top;
  padding-left: 1%;
}
.list h2 {
  clear: left;
}
.list img, .list p {
  float: left;
  margin: 0px;
  margin-bottom: 12px;
  padding-left: 2%;
}
.list img {
  max-width: 230px;
  width: 25%;
}
.list p {
  max-width: 75%;
}

.bilder {
  text-align:center;
  padding: 20px 20px 40px 20px;
}
.bilder img {
  width: 150px;
  height: 112px;
}

.bild {
  text-align:center;
}
.bild img {
  width: 95%;
  padding-bottom: 20px;
}
.bild h2 {
  margin-top: 0px;
  padding-top: 0px;
}
.bnext {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 60px;
  right: 10px;
  padding: 0px;
  margin: 0px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.bback {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 60px;
  left: 10px;
  padding: 0px;
  margin: 0px;
  -webkit-transform: rotate(-100deg);
  -moz-transform: rotate(-100deg);
  -o-transform: rotate(-100deg);
  transform: rotate(-100deg);
}
.bnext img {
  height: 100%;
  width: 100%;
  opacity: .8;
  padding: 0px;
}
.bback img {
  height: 100%;
  width: 100%;
  opacity: .8;
  padding: 0px;
}

.lyrics {
  margin: 0px 3em 0px 3em;
  padding: 0px;
  min-height: calc(100vh - 160px);
}
.lyrics h1 {
  text-align: center;
  margin: 0px 2em 1em 0px;
  padding: 0px;
}
