/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	height: 100.00%;
	}
	
body {
	font-family: 'Open Sans', 'sans-serif';
	font-size: 95.00%;
	font-weight: 100;
	color: rgba(153,153,153,1);
	
	background-color: rgba(0,0,0,1);
	background-image: url(../grafx/stotz-holzbau_web.jpg);
	background-position: 50.00% 50.00%;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
/* ---------------------------------------------------------- */	

footer .gridwrap {
	border-top: 1px dotted rgba(153,153,153,0.50);
	}

footer .content-text {
	font-size: 0.90em;
	}
	
/* ---------------------------------------------------------- */

.clearfloat {
	clear: both;
	font-size: 0.001em;
	height: auto;
	}
	
.content-text {
	font-weight: 100;
	/*border: 1px solid red;*/
	margin: 0 25px;
	}
	
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4 {
	font-weight: 300;
	}
	
.content-text h1 {
	text-transform: uppercase;
	}
	
.contact-label {
	display: inline-block;
	width: 5.00em;
	}

/* ---------------------------------------------------------- */
	
.gridwrap {
	position: relative;
	margin: 0 auto;
	/*padding: 2.00em;*/
	width: 90.00%;
	max-width: 950px;
	}
	
.content-left,
.content-right {
	display: inline-block;
	width: 50.00%;
	min-width: 400px;
	float: left;
	}
	
.header-logo {
	text-align: center;
	padding: 2.50em;
	}
	
.header-logo img {
	width: 300px;
	height: auto;
	}