@charset "UTF-8";
/* CSS Document */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

html, *{
	margin: 0;
	padding: 0;
	font-family: "Droid Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

body{
	width: 60em;
	max-width: 60%;
	margin: 0.5em auto;
	font-size: 1em;
	color: #333;
}

#content section p{
	font-family: "Droid Sans", "Helvetica Neue", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 0.75em;
}

input[type="button"] { cursor: pointer; }

::selection {
	background: #ccc; /* Safari */
	}
::-moz-selection {
	background: #ccc; /* Firefox */
}

h1{
	font-size: 1.5em;
	font-weight: 200;
	color: #103b6a;
	margin: 0 0 0.5em -0.05em;
}

h2{
	color: #a61f2c;
	font-weight: normal;
	text-shadow: 0 2px 2px #fff;
	padding: 0.25em;
	font-family: "Droid Serif";
}

h3{
	font-size: 0.75em;
	font-style: oblique;
	color: #444;
}

h4{
	color: #103b6a;
	padding: 0.5em 0;
	font-weight: bold;
}

a{
	color: #103b6a;
}

a:visited{
	color: #103b6a;
}

p{
	margin: 1em 0 0.5em 0;
}

li, ul, ol{
	list-style: square;
}

ul, ol{
	margin: 1em;
}

li{
	margin: 0.5em 0;
}

abbr{
	border-bottom: dotted thin #999;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.strike{
	text-decoration: line-through;
}

div.browserupdatebar{
	position: absolute;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 50px;
	border: 1px solid red;
	background: #F66;
	filter:Alpha(opacity=80, finishopacity=60, style=0);
}
div.browserupdatebar a{
	display: block;
	width: 99%;
	height: 48px;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
	font-size: 18px;
}
/* Header */

header img{
	margin-right: 6%;
	margin-bottom: 5%;
}

img#logotype{
	margin-top: 1em;
}

div#logo{
	clear: left;
}

nav{
	float: right;
}
nav ul li{
	float: left;
	width: 6em;
	margin: 0em 0 0 0;
	list-style: none;
	text-align: center;
	padding-bottom: 3px;
}
nav ul li a{
	font-size: 0.80em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #103b6a;
	padding-bottom: 0.3em;
	text-shadow: 1px 1px 3px #ddd;
}
nav ul li:hover a{
	border-bottom: 1px #000 solid;
	color: #666;
}
nav ul li.active a{
	border-bottom: 1px #000 solid;
	color: #000;
}

section#slogan{
	font-family: Times, "Droid Serif", "Times New Roman";
	font-style: italic;
	float: left;
	font-size: 0.85em;
	font-weight: 200;
	color: #103b6a;
	margin-top: 1em;
	text-shadow: 1px 1px 3px #ccc;
}


/* Content */

div#content{
	clear: both;
	margin: 2em 0;
	top: 1em;
	border-top: thin solid #ddd;
	padding-top: 1em;
	padding-bottom: 3em !important;
}

article{
	float: left;
	width: 45%;
	min-height: 24em;
	padding: 1%;
	color: #333;
	font-size: 0.8em; 
	line-height: 1.4;
	border: 1px solid #f6f6f6;
	border-radius: 5px;
	margin-right: 1%;
	margin-bottom: 1%;
}

article:last-child{
	padding-right: 0;
	margin-right: 0;
}

article img{
	width: 18em;
	height: 11em;
}
article time{
	font-size: 0.9em;
	color: #ddd;
}
article h2{
	font-family: "Droid Serif";
	font-size: 1.5em;
	margin-left: -0.25em;
}
article strong{
	color: #eee;
	font-size: 5em;
	position: absolute;
	margin: 0.1em 0 0 -0.25em;
	z-index: -999;
	text-shadow: 1px 1px 3px #ccc;
}

article a.readmore{
	font-size: 2.5em;
	color: #ddd;
	text-decoration: none;
	float: right;
	margin: -1.05em 0;
}

section#leistungen{
	clear: both;
	width: auto;
	margin-right: 1em;
}

section#leistungen p:first-child{
	margin-top: 0.75em;
}
section#leistungen p{
	padding-bottom: 1.1em;
	font-style: normal;
	font-size: 0.75em;
	text-shadow: 1px 1px 0px #eee;
	border: 0 !important;
	color: #103b6a; /* a61f2c */
}


/* Kontaktformular */


section:first-child{
	width: 15em;
	clear: right;
}

h2#ontop{
	margin-left: 36%;
	margin-top: -1.5em;
	padding-bottom: 0.35em;
}

#kontaktform{
	width: 20em;
	height: auto;
	float: left;
	margin-right: 2em;
	background: #f9f9f9;
	box-shadow: 1px 1px 3px #eee;
	-webkit-box-shadow: 1px 1px 3px #eee;
	padding: 1px;
}
#kontaktform fieldset{
	border: thin solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2em 0.75em;
}

section.impressum{
	float: left;
	border: thin solid #eee;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 1em 0.75em;
	width: 30%;
	display: inline-block;
	margin-right: 4%;
	color: #666;
	opacity: 0.5;
}
section.impressum:hover{ opacity: 1;}
section.impressum a{
	color: #000;
}

#kontaktform legend{
	border: 0;
	color: #999;
}

small{
	font-size: x-small;
}

#kontaktform label{
	color: #103b6a;
	text-shadow: 2px 2px 0px #fff;
	font-size: 0.9em;
}

#kontaktform input, textarea{
	margin-top: 0.25em;
	width: 13em;
	min-height: 1.5em;
	border: thin solid #999;
	font-style: italic;
	padding: 0 0.5em;
	text-align: left;
}
#kontaktform input:active, textarea:active{
	font-style: normal !important;
}
#kontaktform textarea{ min-height: 10em; width: 19.5em; }
#kontaktform input#rueckruf{
	width: auto;
	margin-left: 1em;
}

input#submit,input#reset{ width: auto; padding: 0 1.95em; font-size: smaller !important; }
#kontaktform input{ font-size: 1em;}

input:focus{
	background: #eee;
	font-style: normal !important;
}

div.curFocus {
	background: #fdecb2;
}

#floatright{
	width: 15%;
	height: auto;
	float: right;
	border: thin solid #eee;
	margin: 0em 0;
	color: #444;
	padding-left: 0.5em;
}

#floatright li{ margin-top: 1.4em; font-size: small; }

#floatright em{
	color: #999;
}


/* Wir */
section.name{
	float: right;
	width: 46%;
	padding-right: 2%;
}
section.name h2, section.we h2, section.history h2{
	clear: both;
	padding-top: 1em;
	line-height: 1.4;
}
section.we h2{
	padding-bottom: 1.5em;
}
section.name h3, section.we h3, section.history h3{
	padding-bottom: 1em;
	margin-left: 0.35em;
}
section.name img{
	float: left;
	width: 8em;
	height: auto;
	min-height: 8em;
	border: medium solid #eee;
	margin-right: 0.75em;
}

section.name div.faehigkeiten{
	visibility: hidden;
	position: absolute;
	width: 20em;
	min-height: 7em;
	padding: 1em;
	border: thin solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	background: rgba(250, 250, 250, 0.9);
	margin: 0.2em 9.2em;
	z-index: 9999;
}
.name img:hover div.faehigkeiten{
	visibility: visible;
}

section.name p{
	margin-left: 3em;
	min-height: 7em;
	line-height: 1.4;
	margin-bottom: 2em;
}
section.name hr{
	clear: left;
	padding-top: 1em;
	border: none;
	border-bottom: thin solid #eee;	
}
section.we p, section.history p{
	padding-bottom: 1em;
	line-height: 1.4;
}
section.we li{
	list-style: square;
	margin-left: 1.15em;
}
section.we{
	width: 44%;
	float: left;
	margin-bottom: 0.5em;
}

section.history{
	border-top: thin solid #eee;
}

.img_idug{
	max-width: 300px;
	height: auto;
	max-height: 180px;
}

.borderright{
	padding: 5px 15px 5px 0;
}
.borderleft{
	padding: 5px 0 5px 15px;
}

/* Arbeitsproben */

.teaser{
	border: thin solid #f6f6f6;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 1.5em 0 3em 0;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	opacity: 0.85;
	position: relative;
	z-index: 1;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
}

.ref{
	border: thin solid #f6f6f6;
	width: 28%;
	height: 18.48%;
	float: left;
	overflow: hidden;
	text-align: center;
	margin:  1em 2.7%;
	-webkit-box-shadow: 1px 1px 4px #aaa;
	opacity: 0.6;
	position: relative;
	z-index: 1;
	transition: opacity 0.5s linear;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
}
.ref:last-child{
	margin-bottom: 3em;
}
.ref:hover, .teaser:hover{
	opacity: 1.0;
	border: thin solid #fff;
	box-shadow: 1px 1px 4px #aaa;
	-moz-box-shadow: 1px 1px 4px #aaa;
	-webkit-box-shadow: 1px 1px 4px #aaa;
}

.ref a, .teaser a{
	text-decoration: none;
}

.teaser img{
	border: 0;
	float: left;
	min-height: 10em;
	width: 100%;
}

.ref img{
	border: 0;
	float: left;
	height: 10em;
	width: 100%;
}

.ref p{
	float: left;
	position: absolute;
	margin-top: 8em;
	height: 4em;
	background: url(../images/footer.png);
	background-color: rgba(119, 119, 119, 0.8);
	display: block;
	width: 100%;
	z-index: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.teaser p{
	float: left;
	position: absolute;
	margin: 9em -8px;
	height: auto;
	background-color: rgba(68, 68, 68, 1);
	display: block;
	width: auto;
	z-index: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	padding: 0.5em 1em 0.5em 4em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div#projects img{
	float: left;
	width: 800px;
	height: auto;
}

div#descr{
	font-family: "Droid Serif", "Times New Roman", Times, serif;
	font-style: italic;
	margin: 2em 0;
	padding-left: 0.5em;
	line-height: 1.4;
	border-left: #a61f2c solid medium;
}
div#descr em{
	font-family: "Droid Sans", "Times New Roman", Times, serif;
	font-style: bolditalic;
	font-style: oblique;
	font-weight: bold;
	color: #999;
}


/* Footer*/
footer{
	clear: both;
	width: 60em;
	max-width: 60%;
	height: 8%;
	background: url(../images/footer.png) repeat-x;
	/* background: rgba(255, 255, 255, 0.75); */
	position: fixed;
	margin: 0 auto;
	bottom: 0;
	margin-bottom: 0;
	border-bottom: 0.5em solid #a61f2c;
	z-index: 9999;
	display: block;
}
footer div{ float: left; width: 35%; height: 100%; }
footer h3, footer p{
	margin-top: 0.5em;
	display: none;
	height: auto;
	line-height: 1.25;
}

footer:hover{
	display: block;
	background: #a61f2c;
	background: rgba(166, 31, 44, 0.95);
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	height: 8%;
}
footer:hover h3,footer:hover p{
	display: block;
	margin-left: 3em;
	font-size: 0.8em;
	color: #fff;
}
footer p span{
	display: inline-block;
	width: 10em;	
	color: #f3f3f3;
	opacity: 0.7;
}

/* Browserupdate */
a.browserupdate{
	display: none;
}


/* case studies */
#case-study-logo{
	margin-top: -5em;
}
#case-study-nav ul li{
	margin-top: 2em;
	margin-bottom: 0;
}

.case-study-slogan, .case-study-slogan p{
	margin: 0em !important;
	padding: 0;
}

.studygallery{
	width: 99%;
	height: auto;
	max-height: 550px;
	overflow: hidden;
	background: #ddd;
}

#gallery_ctrl{
	position: absolute;
	margin-top: 2em;
	margin-left: 49%;
	width: 5%;
	height:40px;
	min-width: 110px;
	z-index: 9999999999999;
}

#gallery_ctrl a{
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background: rgba(200, 200, 200, 0.6);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 2em;
	padding: 10px;
	margin-left: 5px;
	box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 0px 0px 5px #fff;
}

.studygallery img{
	display: none;
	border: 0;
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 0 auto;
	z-index: 99;
}

.studygallery img:first-child{
	display: block !important;
}

.invisible{
	display: none;
}

.studytext{
	width: 38em;
	float: left;
	padding-bottom: 5em;
}

.studytext h1{
	margin-top: 0.75em;
	font-family: Times, "Droid Serif", serif;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 3px #eee;
}

.studytext h2{
	font-style: italic;
	font-family: Times, "Droid Serif", serif;
	color: #103b6a;
	font-size: 1.3em;
	margin-left: -0.25em;
	text-shadow: 1px 1px 3px #eee;
}

.studytext h3, .studyinfo h3{
	margin: 1.25em 0 0.5em 0;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-size: 1em;
}

.studytext p{
	font-family: Times, "Droid Serif", "Times New Roman", serif;
	color: #444;
	line-height: 1.4;
}

.studyinfo{
	float: right;
	width: 13em;
	margin-top: 2em;
	margin-right: 1%;
	padding: 1em;
	background: #000;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	padding-bottom: 2em;
}
.studyinfo *{
	color: #fff !important;	
}

video{
	margin-top: 2em;
	float: left;
	width: 720px;	
}

/*--- SCHULUNGEN START ---*/

.schulungen{
	font-size: 0.8em;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	border: 1px solid #f6f6f6;
	border-radius: 7px;
	text-shadow: -1px -1px 0px #fff;
}

.schulungen img{
	border: 5px solid #eee;
	border-radius: 7px;
	padding: 0;
	margin: 0;
	column-span: all;
	max-width: 445px;
	height: auto;
}

/*--- SCHULUNGEN END ---*/


/*--- ESSAYS START ---*/

div.essayoverview{
	width: 28%;
	margin-right: 3%;
	margin-bottom: 3em;
	text-align: justify;
	font-size: 0.8em;
	background: #f6f6f6;
	padding: 1%;
	border: thin solid #eee;
}
.essayoverview h1 a{
	text-decoration: none;
	text-align: left;
}
