body {
  background: #222;
font-family: ff-tisa-web-pro, serif;
font-style: normal;
font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
      background: url(https://subtlepatterns.com/patterns/binding_dark.png);
}
header.banner {
  text-align: center;
      max-width: 1240px;
    margin: auto;

}
main {
  max-width: 1100px;
  margin: auto;
  background: rgba(255,255,255,0.0);
  height: 1%;
  overflow: hidden;
}

h1, h2, h3 {

}
h1 {
  font-weight: 500;
  font-size: 50px;
  color: #fff;
}
h2 {
  font-weight: 500;
  font-size: 35px;
  color: #fff;
}
a {
  color: #AB1D18;
}
.logo {
	width: 600px;

}
footer {
    background: #111111;
    text-align: center;
    line-height: 1.6em;
    margin-top: 37px;
    color: #fff;
    padding: 30px;
}
footer .inhalt {
  max-width: 75%;
  margin:auto;
}
.download, .email {
  padding-top:20px;
  display: block;
  margin:auto;
}
.links {
  width: calc((100% / 3) - 40px);
  margin-right: 20px;
  float: left;
  margin-top: 40px;
}
.personal {
  background: #fff;
}
.personal h2 {
	    background: #111;
    text-align: center;
    padding: 10px;
}
.rechts {
  width: calc((100% / 1.5) - 40px);
  margin-left: 20px;
  float: right;

}
.viertel {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #999;
}

.leute {
  padding: 40px;
  text-align: right;
  color: #333;
  min-height: 300px;
  border: solid 3px #111;
}
.instrument {
  width: 25%;
  float: left;
}
.leute img {
  max-width: 100%;
}

.person {
  margin-top: 20px;
  float: left: 
}
.person span {
  display: block;
}
span.name {
  font-size: 22px;
}
span.spielt {
  font-size: 18px;
}
span.funktion {
  font-size: 14px;
  font-style: italic;
}

.above:after, .musik:after {
        clear: both;
    content: "";
    display: block;
}
.text {
    max-width: 640px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    padding: 40px;
    background-color: #ab1d18;
    color: #fff;
    margin-top: 40px;
}
.text p {
	max-width: 80%;
	margin: auto;
}



.youtube_videos{
  list-style:none;
  margin:0 auto;
  display:block;
  padding:0;
}
.youtube_videos .youtube{
    display: block;
    margin: auto;
    margin-bottom: 33px;
  
}
.youtube,.thumb{
  width:320px;
  height:220px;
  cursor:pointer;
  position:relative;
}
.youtube_video{
  width:320px;
  height:220px;
      display: block;
    margin: auto;
    margin-bottom: 33px;
}
.thumb,.youtube_video{
  background:#34495e;
  border:0;
  outline:0;
}
.youtube:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 220px;
    padding: 0;
    margin: 0;
    padding: 5px;
    background: rgb(171, 29, 24);
    background-image: url(/svg/play.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center 150px;

}
.musik h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 50px;
  margin-top: 40px;
}
.youtube span {
    position: absolute;
    font-size: 30px;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 120px;
}
.col-6 {
  float: left;
  width: 50%;
}



footer.mobil {
  display: none;
}


/* = Responsive comming soon :)
---------------------------------*/
/* Desktop */
@media (max-width: 991px) {
  .col-6 {
    width: 50%;
  }
  main {
    max-width: 90%;
    margin: auto;
  }
  .links {
    width: 100%;
    margin: auto;
  }
  .viertel {
    width: 25%;
    float: left;
  }
  .viertel .instrument {
    width: 100%;
    margin-bottom: 20px;
  }
  .leute img {
    max-width: 100px;
}
.leute {
  text-align: center;
      min-height: 170px;
          margin-top: 40px;
}
.musik {
    width: 100%;
    float: left;
}

.text {
    margin: auto;
    margin-top: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rechts {
    width: 100%;
    margin: auto;
    float: left;
}
footer {
  display: none;
}
footer.mobil {
  display: block;
}

.youtube_videos .youtube {
    max-width: 100%;
    font-size: 20px;
    max-height: 150px;
    margin-bottom: 40px;
}

img.thumb {
    max-width: 100%;
    font-size: 20px;
    max-height: 150px;
    margin-bottom: 40px;
}

.youtube:after {
        max-width: 100%;
        font-size: 20px;
        max-height: 150px;
        margin-bottom: 40px;
        background-position: center 100px;
        background-size: 30px;
}

.youtube span {
    line-height: 40px;
    font-size: 28px;
}
}
/* Mobile */
@media (max-width:480px) {}
/* Tablet */
@media (max-width:767px) {}
@media (min-width:768px) and (max-width:979px) {}