body {
  margin: 0px;
  padding: 0px;
  font-family: "Verdana", serif; 
  font-size: 12px;
  height:100%;
  background-color: rgb(250,250,250);
  background-image:url('../images/1.png');
  background-repeat:repeat;
  background-attachment: fixed;
}


.subheadAreaZwei p{
  font-family: "Verdana", serif; 
  font-size: 14px;
  line-height: 35px;
}

#intro {
  position: relative;
  width: 100%;
  /*background-image:url('images/startpage/1920_ohneLampe.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 5%;
  background-position:center top;
  background-size:cover;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; */
  padding-top: 2.5%;
  color: black;
  margin-bottom:45px;
  margin-top:30px;
}


.playerIntro{
  position:relative:
  bottom:0;
}

/*
@media (min-width: 1920px) {
  #intro {
    background-image:url('images/2560.jpg');
  }
}
*/

@media (-webkit-min-device-pixel-ratio: 1.1){ 
     #intro {
    background-image:none;
  }
}
/*################ PART 1 #########################*/
/*################## Headline Start ###########*/
p.headline_start{
 font-size:33px;
 padding-bottom:10px;
 padding-top:20px;
}

/*############## Startseite Start ##########*/
p.subtitel_video_start{
  text-align: center;
  color: #666666;
  font-size:15px;
  padding-top:20px;
}

/*############### PART 2 ##################*/
p.subhead_2_kursiv{
  font-style:italic;
  padding-top:50px;
}

.containerAreaEins{
   padding-top:80px;
   padding-bottom:50px;
   background-color: #f9f9f9;
   width:100%;
  -webkit-box-shadow: 0px 0px 33px 2px rgba(0,0,0,0.52);
  -moz-box-shadow: 0px 0px 33px 2px rgba(0,0,0,0.52);
  box-shadow: 0px 0px 33px 2px rgba(0,0,0,0.52);
}
/*############### PART 3 #####################*/
p.headline_mediengalerie{
  font-size:20px;
  color:#db0031;
  font-family: "Bitter", serif;
}