body {
    background: url(../img/hintergrund.jpg) no-repeat center center fixed; 
    background-size: cover;
	text-align: center;
}

a:link     {  color: white; text-decoration: none;     }
a:active   {  color: white; text-decoration: none;     }
a:visited  {  color: white; text-decoration: none;     }
a:hover    {  color: white; text-decoration: underline; }

#hintergrund1 {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 35%;
    min-width: 440px;
    max-width: 680px;
    height: 155px;
    z-index: 1;
    background: grey;
    opacity: 0.8;
    filter: alpha(opacity=60);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
}

#hintergrund2 {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 35%;
    min-width: 440px;
    max-width: 680px;
    height: 60%;
    min-height: 295px;
    margin-top: 195px;
    z-index: 1;
    background: grey;
    opacity: 0.8;
    filter: alpha(opacity=60);
    padding-right: 50px;
    padding-bottom: 20px;
}

#box1 {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 35%;
    min-width: 440px;
    max-width: 680px;
    height: 155px;
    z-index: 9;
    padding: 20px;
	text-align: center;
}

#box1 p1 {
    margin-top: 0;
    font-size: 18px;
    color: white;
    font-family: Arial;
    font-weight: normal;
    line-height: 1.5em;
}

#box2 {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 35%;
    min-width: 440px;
    max-width: 680px;
    height: 60%;
    min-height: 300px;
    margin-top: 195px;
    z-index: 9;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

#box2 p1 {
    margin-top: 0;
    font-size: 16px;
    color: white;
    font-family: Arial;
    font-weight: normal;
    line-height: 1.5em;
}

#box2 p2 {
    margin-top: 0;
    font-size: 12px;
    color: white;
    font-family: Arial;
    font-weight: normal;
    line-height: 1.5em;
}

#hintergrund_nav {
    position: absolute;
    width: 75px;
    height: 100%;
    min-height: 562px;
    left: 0px;
    top: 0px;
    background: grey;
    opacity: 0.8;
    filter: alpha(opacity=60);
    z-index: 1;
}

#QRinstagram {
	position: absolute;
	top: 75px;
	left: 80px;	
}
	
#QRfacebook {
	position: absolute;
	top: 155px;
	left: 80px;	
}	
	
#QRWhatsapp {
	position: absolute;
	top: 236px;
	left: 80px;	
}	
	
#einblenden {
    position: absolute;
	top: 100px;
	z-index: 2;
	left: -22px;	
}

#instagram {
    position: absolute;
	top: 100px;
	z-index: 2;
	left: 17px;	
}

#facebook {
    position: absolute;
	top: 180px;
	z-index: 2;
	left: 17px;	
}

#WhatsApp {
    position: absolute;
	top: 261px;
	z-index: 2;
	left: 17px;	
}