*{
	padding: 0;
	margin: 0;
	font-family: arial;
}
body{
	overflow: hidden;	

}
body::after {
  content: "";
background: url('../bilder/it1.jpg');
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
#ganzeSeite{
	width: 100%;
	height: 100%;
}
#links{
    width: 55%;
    height: 1050px;
    float: left;
    padding: 50px 0 0 100px;
}
#linksHead{
	font-weight: bold;
	color: #333;
	width: 100%;
    margin-top: 30px;
}
#logo{
	float: left;
}
#logo img{
	height: 200px;
	margin-bottom: 15px;
}
#leftTitel{
	float: left;
	font-size: 46pt;
	margin-left: 50px;
}
#inhalt{
	margin-top: 50px;
    font-size:35px;
}

/* nur Demo*/

.inhaltLinks{
	width: 47%;
	float: left;
	font-size: 16pt;
}
.inhaltLinks h1{
	font-weight: normal;
	margin-bottom: 25px;
}
.inhaltRechts{
	float: left;
	margin-left: 75px;
	margin-top: -75px;
}

/* nur Demo*/

#rechts{
	width: 35%;
	height:	970px;
    margin-top: 30px;
	float: right;
    opacity: 0.8;
}
.wrapperInfo{
	width: 100%;
	//box-shadow: 5px 5px 8px 1px black;
}
.leftInfo{
	text-align: right;
	height:	154px;
	width: 10%;
	float: left;
	color: white;
	background-image: url('../bilder/infoBackground.jpg');
	box-shadow: 3px 0px 8px 1px black;
}
.rotateText{
	font-size: 28pt;
	width: 110px;
        -webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 50px;
	margin-left: -25px;
}
.rightInfo{
	border-left: 1px solid white;
	width: 88%;
	height:	154px;
	background-image: url('../bilder/infoBackground.jpg');
	float: right;
}
.zeileInfo{
	font-size: 28pt;
	width: 100%;
        height: 45px;
        padding: 6px 10px 0px 20px;
	color: white;
}
.zeileInfoMid{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}

#txt{
	margin-bottom: 70px;
}