html {
	height: 100%;
}

body {
	min-height: 100%;

	background-image: url("../img/verlaufsstreifen_blau_2.jpg");
	background-repeat: repeat-y;
	background-position: center;
	background-size: contain;

	color:white;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section {
	min-height:300px;

	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;

	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

#header {
	/*min-height: 300px;*/

	background-image: url("../img/foto_aufmacher.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;

	margin-bottom: 40px;
}

.header-box {
	position: relative;
	min-height: 600px;
}

.header-box img {
	margin-left: -50px;
	width:100%;
}

#header-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*background-color: rgba(16,78,139,0.3);*/
}

#section-quote {

	background-color: white;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;

	margin-bottom: 40px;	
	color: grey;
}

.quote {
	color:grey;
}

.quote-name {
	font-weight: bold;
	font-size: xx-large;
	color:#104e8b;
}

.quote-img-box {
	width: 100%;
	min-height:200px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.quote-img {
	max-height:100%;
}

#section-clients {
	background-image: url("../img/foto_scyline.jpg");
	/*height: 700px;*/	
}


.kunden-logo {
	width:100%
}

.kunden-logo-box {
	background-color:rgba(255,255,255,0.49);
}


#section-examples {
	background-image: url("../img/foto_team.jpg");
	/*height: 700px;*/
}

#section-examples h4 {
	display: block;
	background-color: rgba(150,150,150,0.3);
	padding:10px;
}

.manyBox {
	background-color:rgba(255,255,255,0.9);;
	border: solid 0.1em #104e8b;
	box-shadow: 5px 5px 3px 3px rgba(0,0,0,0.3);
	margin:0px 0 0 0;
	height: 100%;
	color: #104e8b;
}


#section-cv {
	background-image: url("../img/foto_werdegang.jpg");
	color:#104e8b;		
	/*height: 700px;*/
}

.werdegang-box {
	color: grey;
	background-color: rgba(255,255,255,0.8);
	border: solid 0.1em black;
	box-shadow: 5px 5px 3px 3px rgba(0,0,0,0.3);
	margin:20px 5px 5px 5px;
	height: 90%;
}

.werdegang-box h5 {
	margin-top:20px;
	margin-bottom: 60px;
}

.werdegang-box h6 {
	margin-top:20px;
	margin-bottom: 30px;
}

.werdegang-logo {
	width: 100%;
	margin:20px 0 0px 0;
}

#footer {
	position: relative;
	color: #104e8b;
	min-height:300px;
}

#footer .col-md-4 {
	margin-top:10px;
}

#footer h3 {
	display: block;
	background-color: rgba(150,150,150,0.2);
	padding:10px;
}

.footer-box {
	min-height: 100%;
	background-color: rgba(255,255,255,1);
	border: solid 0.1em black;
	box-shadow: 5px 5px 3px 3px rgba(0,0,0,0.3);
	padding-bottom: 10px;

}

.footer-box a {
	color: #104e8b;
}

.impressum-name {
	color: #104e8b;
}

.last-line {
	color: white;
	margin-top: 50px;
}

.last-line a {
	color: white;
}