html { 
	min-height: 100%;
	height: 100%;

}

a:visited, a:link {text-decoration: none; color: white;}


#spinner {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/loading.gif) 50% 50% no-repeat #ede9df;
}

body {
	
	background-color: #791f37;
	color: white;
	height: 100%;
	background-image: url("../pix/top.jpg");
	background-size: cover;
}


.titel {
	padding: 50px 50px 100px 50px;
}

.gross {	
	
	font-size: 40px;
	display: block;
	padding-bottom: 15px;
		
}

.logo { padding: 10px 0px 10px 0px;}



x#navitop {
	
     background: rgba(255, 255, 255, 0.5);

	
}

.navbox{
	background-color: #650e25;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px 20px 10px;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	

	
	}
.navbox:hover, .navboxaktiv ,.navbox:visited, .navbox:active {
	
	background-color: #8f2e49;
	text-decoration: none;
}

.navtext, .navtext:hover, .navtext:visited, .navtext:active {
	
	text-decoration: none; 
	color: white;
}


.navbox2 {

	display: block;
	height: 100%;
		
}

.projekte {
	background-image: url("../pix/42content.jpg");
	background-size: cover;
	background-position: center;
	padding: 50px 10px 50px 10px;
	text-align: center;
	vertical-align: middle;
	
}

.referenzen {
	background-image: url("../pix/42content.jpg");
	background-size: cover;
	background-position: center;
	padding: 50px 10px 50px 10px;
	text-align: center;
	vertical-align: middle;
}

.rotate {
	-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
-o-transform: rotate(-5deg);
-webkit-transform: rotate(-5deg);
}

.rotate:hover {
	-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}