@charset "utf-8";

/* ===
theme: LAYOUT
datum: august 2015
autor: sun
=== */



/* ===
			LAYOUT ALLGEMEIN ========================================
=== */

* { margin: 0px; padding: 0px; }
 
html { height: 100%; }

body { height: 100%; }

#wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	background-color: #f8f7f7;
}

#header {
	position: fixed;
	width: 100%;
	min-width: 980px;
	height: 80px;
	z-index: 10;
}

#content {
	position: relative;
	width: 980px;
	height: auto;
	margin-top: 140px;
}

#footer {
	position: relative;
	width: 980px;
	height: 80px;
}



/* ===
			LAYOUT AUSWAHL ========================================
=== */

#auswahl {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 65px;
}

/* projektinfo / liste */
#auswahl ul {
	position: relative;
	width: 600px;
	height: auto;
	padding: 10px 0px 20px 15px;
	clear: both;
}

#auswahl li { padding-top: 10px; }

/* roll_over_kachel start ===== */

.box-auswahl {
	float: left;
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-left: 15px;
	background-color: rgba(255,255,255,1); /* Hintergrundfarbe */
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.box-auswahl a {
	position: relative;
	display: block;
}

.box-auswahl a img {
	display: block; /* shrink to fit */
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	z-index: 8;
}

.box-auswahl a:hover img { opacity: 0.7; }

/* kacheltext */
.box-auswahl a span { 
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 30px;
	font-weight: 600;
	color: rgba(129,131,135,0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	z-index: 9;
}

.box-auswahl a:hover span { color: rgba(129,131,135,1); }

/* roll_over_kachel ende ===== */



/* ===
			LAYOUT BLOG ========================================
=== */

#blog {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 65px;
}

/* aufzaehlung */
#blog ul {
	position: relative;
	margin-top: -60px;
	padding: 0px 60px 0px 60px;
}

#blog li {
	margin-top: 60px;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%; 
}

/* links */
#blog a { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

#blog a:hover { 
	color: rgba(86,206,231,1);
	font-weight: 600; 
}

#blog a:visited { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

/* grosse kachel */
.box-blog {
	float: left;
	width: 915px;
	height: 610px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.a { background-image: url(../01_grafik/box-a.jpg); }

.b { background-image: url(../01_grafik/box-b.jpg); }

.c { background-image: url(../01_grafik/box-c.jpg); }

.d { background-image: url(../01_grafik/box-d.jpg); }

/* tabelle zum zentrieren */
.box-blog table, .box-blog tr, .box-blog td {
	position: relative;
	width: 915px;
	height: 100%;
	border: 0;
	border-collapse: collapse;
	vertical-align: middle;
}

/* image */
.blog-pic { 
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}



/* ===
			LAYOUT PROJEKT ========================================
=== */

#projekt {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 65px;
}

#projekt a { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

#projekt a:hover { 
	color: rgba(86,206,231,1);
	font-weight: 600; 
}

#projekt a:visited { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

/* image */
#projekt img {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

/* projektinfo / liste */
#projekt ul {
	position: relative;
	width: 600px;
	height: auto;
	padding: 10px 0px 20px 15px;
	clear: both;
}

#projekt li { padding-top: 10px; }



/* ===
			LAYOUT PRODUKT ========================================
=== */

#produkt {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 65px;
}

#produkt a { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

#produkt a:hover { 
	color: rgba(86,206,231,1);
	font-weight: 600; 
}

#produkt a:visited { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

#produkt img {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

/* bulletpoints (hidden) */

/* infobox start ===== */

#infobox {
	position: relative;
	clear: both;
	width: 885px;
	height: auto;
	margin: 15px 0px 0px 15px;
	background-color: rgba(255,255,255,0.6);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

#infobox table {
	position: relative;
    width: 100%;
    table-layout: fixed; /* spalte passt sich nicht an inhalt an */
	border: 0;
	border-collapse: collapse;
}

#infobox td { vertical-align: top; }

#infobox p {
	padding: 10px 15px 10px 15px;
	color: rgba(129,131,135,0.8);
	font-size: 15px;
}

#infobox p strong {
	font-weight: 600;
	margin-right: 15px;
}

/* infobox ende ===== */



/* ===
			LAYOUT SINGLEPAGE ========================================
=== */

/* geänderte parameter für content über gesamte höhe */
#content-singlepage {
	position: absolute;
	width: 980px;
	height: auto;
	top: 140px;
	bottom: 80px;
}

/* tabelle zum zentrieren */
#content-singlepage table, #content-singlepage tr, #content-singlepage td {
	position: relative;
	width: 915px;
	height: 100%;
	margin-left: 65px;
	border: 0;
	border-collapse: collapse;
	vertical-align: middle;
}

#singlepage {
	position: relative;
	width: 915px;
	height: auto;
	background-color: rgba(255,255,255,0.6);
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

/* aufzaehlung */
#singlepage ul {
	position: relative;
	margin-top: -30px;
	padding: 0px 60px 0px 60px;
}

#singlepage li {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%; 
}

/* links */
#singlepage a { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

#singlepage a:hover { 
	color: rgba(86,206,231,1);
	font-weight: 600; 
}

#singlepage a:visited { 
	color: rgba(129,131,135,1);
	font-weight: 600; 
}

/* image */
#singlepage img {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

.datenschutz { 
	font-size: 15px;
	font-weight: 400;
	line-height: 150%; 
}