body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-family: Helvetica, Arial;
	color: #33333f;
}

.description {
	font-size: 15px;
	font-family: Helvetica, Arial;
	color: #59595a;
	font-weight: bold;
}

#GridHeader {
	font-size: 20px;
	font-family: Helvetica, Arial;
	color: #8a8a8a;
	font-weight: bold;
}

#GridHeader i {
	font-size: 60px;
	color: #3498db;
}

#Header {
	width: 100%;
	height: 110px;
	background-color: white;
	background: rgba(255,255,255,0.9);
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
	position: fixed;
	z-index: 100;
}

#HeaderContent {
	width: 70%;
	height: 100%;
	margin: 0 auto;
}

#HeaderContentLeft {
	width: 30%;
	height: 100%;
	float:left;
}

#HeaderContentRight {
	width: 70%;
	height: 100%;
	float:right;
}

#HeaderContentRight ul {
	margin-top: 15px;
}

#HeaderContentRight ul li {
	list-style: none;
	margin: 0 30px 0 0;
	display: inline;
}

#HeaderContentRight ul li a {
	text-decoration: none;
	-webkit-transition : border 150ms ease-out;
	-moz-transition : border 150ms ease-out;
	-o-transition : border 150ms ease-out;
	transition : border 150ms ease-out;	
	padding-bottom: 5px;
	color: black;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}

#HeaderContentRight ul li a:hover {
	-webkit-transition : color 150ms ease-out;
	-moz-transition : color 150ms ease-out;
	-o-transition : color 150ms ease-out;
	transition : color 150ms ease-out;
	color: #3498db;
}

.active {
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	border-bottom: 3px solid #3498db;
}

/*
Allgemeine Elemente
*/
#ShadowedBox {
	width: 70%;
	padding: 30px;
	/*
	background-color: rgba(0,0,0,.8);
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.68);
	-moz-box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.68);
	box-shadow: 3px 3px 10px 2px rgba(0,0,0,0.68);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	*/
}

#hrheader {
	width: 40px;
	border-bottom: 2px solid #3498db;
	margin: 0 auto;
}

hr.standart{
	border-top: 1px solid rgba(0, 0, 0, 0.3); 
	width: 100%;
	margin-top: 0px;
}

/*
Content 
*/
.col-md-4 {
	z-index: 0;
}

#loader {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: white;
	z-index: 200;
	font-size: 150%;
	font-family: sans-serif;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.zentriert {
	text-align: center;
	width: 100%;
}


/* Fenster */
#weisseflaeche {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: black;
	background-color: rgba(0,0,0,.5);
	filter: alpha(opacity=50);
	z-index: 200;
	display: none;
}

#xbutton {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 50%;
	margin-right: -32%;
	display: none;
	z-index:400;
	
}

.fenster {
	width: 60%;
	border: 3px solid #cccccc;
	position: absolute;
	left: 50%;
	margin-left: -30%;
	background: white;
	z-index:300;
	display: none;
	opacity: 0; 
	transition: opacity 500ms; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 20px;
	font-size: 17px;
	text-align: justify;
}

.fenster.open {
	opacity: 1;
}

#home {
	background-color: #3498db;
	height: 100%;
	width: 100%;
	min-width: 600px;
	overflow: hidden;
	background-image: url(Bilder/office.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 0;
}

#Leistungen {
	background-image: url(images/portfolio-bg.png);
	min-height: 100%;
	width: 100%;
	z-index: 0;
}

#GridHeader a {
	color: #3498DB;
	-moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
}

#GridHeader a:hover {
	color: #333333;
	text-decoration: none;
}

#GridHeader a i {
	-moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
	color: #3498DB;
}

#GridHeader a:hover i {
	color: #333333;
	/*transform: scale(1.1);*/
}


#Referenzen {
	min-height: 100%;
	width: 100%;
	z-index: 0;
}

#contact {
	height: 100%;
	width: 100%;
	min-width: 600px;
	z-index: 0;
	overflow: hidden;
	background-image: url(Bilder/kontakt.jpg);
	background-repeat: no-repeat;
	background-size: 100% 110%;
}

.kontaktlinks {
    width:75%;
}

.kontaktrechts {
	width:25%;
}

#footertop {
	width: 100%;
	height: 40%;
}

#footermiddle {
	width: 100%;
	height: 50%;
	background-color: rgba(123,198,230,.8);
	color: #1c1c1c;
}

#footermiddle table tr td {
	color: #1c1c1c;
}

#footerbottom {
	width: 100%;
	height: 10%;
	background-color: rgba(70,70,70,.8);
}

#footerbottom table tr td {
	color: white;
	font-size: 14px;
}

#footerbottom table tr td  a{
	color: white;
}

#footerbottom table tr td  a:hover{
	color: #3498db;
	text-decoration: none;
}

#footerbottomcontent {
	margin: 0 auto;
	width: 70%;
}

/* WideScreen */
@media screen and (min-width:2000px) {
	#home {
		background-size: 100% 120%;
	}
	
	#contact {
		background-size: 100% 140%;
	}
}

/* Mobile Screens */
@media screen and (max-width:1055px) {
	#HeaderContentLeft {
		width: 100%;
		height: 100%;
		float:center;
	}
	
	.logo {
		width: 100%;
	}
	
	.logo tr td {
		text-align: center;
	}

	#HeaderContentRight {
		display: none;
	}
	
	#footerbottomcontent {
		width:85%;
	}
	
	#home {
		background-size: 120% 100%;
	}
	
	#contact {
		background-size: 120% 100%;
	}
	
	.kontaktlinks {
		width:70%;
	}

	.kontaktrechts {
		width:30%;
	}
}

@media screen and (max-width:900px) {
	.row {
		width: 90% !important;
	}
	
	#home {
		background-size: 150% 100%;
	}
	
	#contact {
		background-size: 150% 100%;
	}
}

/* Optimiere HandyFormat */
@media screen and (min-height:1200px) {
	#home {
		background-size: 200% 100%;
		background-position: 50% 0px;
	}
	
	#contact {
		background-size: 200% 100%;
		background-position: 50% 0px;
	}
}

@media screen and (max-height:700px) {
	#footertop {
		height: 30%;
	}

	#footermiddle {
		height: 60%;
	}
}

@media screen and (max-width:600px) {
	.kontaktlinks {
		width:60%;
	}

	.kontaktrechts {
		width:40%;
	}
}
