html, body {
  height:100%;
  width:100%;
  padding:0;
  margin:0;
  
}

img {border-style:none;}

#social-media-box
{
width:216px;
height:600px;
position:absolute;
left:50px;
top:200px;

} 


#footer
{

  width: 100%;
  height:50px;
  position:fixed;
  bottom:0px;
  background-color:#151515;
/* background-color:#01041a; Design vor 25.01.17*/
  
}

#likebox{
width:480px;
height:40px;

margin-top:15px;
font-family:verdana, sans-serif;
color:white;
font-size:12px;
padding-left:30px;

}



#likebox p{
height:10px;
float:left;
margin-top:4px;
padding-right:10px;
}

#copyright{
position:absolute;
width:600px;
/* width:350px; Design vor 16.12.20*/
height:22px;
margin-top:5px;
right:0px;
}



#full-screen-background-image {
  z-index: -999;
  min-height: 1280px;
  min-width: 1920px;
  width: 1920px;
  height: 1280px;
  position: absolute;
  top: 0;
  left: 0;
}

#full-screen-background-image2 {
  z-index: -999;
  min-height: 100%;
  min-width: 900px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;

}

#wrapper {
  position: relative;
  width: 800px;
  min-height: 400px;
  margin: 100px auto;
  color: #333;
}