/* Browserreset!!!! */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Browserreset Ende */

#bodyBackground{
	height: 100%;
	overflow: auto;
	background-color: #eeeeee;
}

body{
	margin: 0 auto;
	max-width: 960px;
	background-color: #c8c8c8 ;/*#dfdcda;*/
	font-family: "Arial";
	font-size: 93.75%; /* 15 / 16 *100 = 93.75% */
	height: 100%;
	overflow-y: scroll;
/*	border: 1px solid red;*/
}

#header{
	
	
	max-width: 100%;
	height: 80px;
	padding: 50px 0 0;
	text-align: center;
	color: grey;
	border-bottom: 5px solid #354779;
	background-color: white;
	position: relative;
	font-size: 1em;
	text-decoration: none;
}

#header a{
	text-decoration: none;
	color: grey;
}

#header_headlines{
/*	width: 100%;
	max-width: 960px;*/
	font-size: 1em;
}

#header_headlines h1{
	font-size: 2.666666666666667em;/* 40px; */
	font-family: "New Times Roman";
	
}

.left_side_buttons{
	clear: both;
	float: left;
	width: 15.625%;		/* 150px */
	margin: 75px 60px 0 50px;
	/*margin-left: 50px;*/
	line-height: 2em;
	font-size: larger;
	
}
.links{
	border-bottom:2px solid #384673;
	width: 140px; /* 14.58333333333333%; */
	font-size: 0.8em ; /*12px*/
        line-height: 1.2em ; /*12px*/
        padding: 10px 0;
}
.links a {
	text-decoration: none;
	color: grey;
        line-height: 1.2em ; /*12px*/
}
.links a.selected{
	color:#55C1AA
}

.links a.selected{
	color:#55C1AA
}
.linkAufzaehlung{
	color: #55C1B8;
	width: 15px;
	height: auto;
	float: left;
}

#logo img{
	height: auto;  /* 90px 9.375%; */
	max-width: 100%;  /* 100px */
	width: 107px; /* 100px; 10.41666666666667%*/
	
	position: absolute;
	bottom:  -35px;/*-3.645833333333333%;*/
	right: 10.41666666666667%; /* 100px; */
	/*background: url(images/logo.png);*/
	
	
}

#hidden_welcome{
	visibility: hidden;
	height: 5px;
	width: 100%;
}
#welcome{
	height: 100px;
	width: 100%;
	visibility: visible;
}

.contentFooterWrapper{
	width: 56.25%; /* 960px */
	float: left;
	margin-top: 75px;
	position: relative;
}

.cb{
	clear: both;
}

.content h2{
	font-size: 1.2em; 
	margin-bottom: 15px;
	color: #384673;
/*	font-weight: bold;
	font-family: 'New Times Roman';*/
}
.content p{
	margin-bottom: 15px;
	font-size:  0.8em; /*12px;*/
	color: grey;
}


#pics_wrapper {
	text-align: center;
	font-size: 0.8em;
}

.nameHeadline{
	color: #384673;
	font-weight: bold;
}

.pics.nameHeadline{
	color: #384673;
	text-align: center;
	margin-left: 10px;
	width: 50%;
	font-weight: bold;
}

.pics.active .nameHeadline {
	margin-left: 10px;
	width: 50%;
	text-align: left;
	color: #384673;
	font-weight: bold;
}

.pics{
	width: 150px;
	max-width: 100%;
	height: auto;
	background-color: white;
	margin: 0 8% 40px 0;
	padding-top: 5px;
	float: left;
	box-shadow: 2px 3px 4px 0 #B8B8B8;
	cursor: pointer;

}

.pics.active {
	width: 100%;
	height:auto;
	text-align: left;
	float:left;
	padding-bottom: 10px;
	padding-top: 10px;

}

.pics img {
	width: 130px;
	margin: 7px auto -7px;
}

.pics.active img{
	text-align: left;
	margin-left: 10px;
	float: left;

}

.pics .closeDetails{
	display: none;
}
.pics.active .closeDetails{
	display: block;
	cursor: pointer;
	width: 11px;
	height: 11px;
	position: absolute;
	right: 9px;
	top: 2px;
	margin: 0;
}
#oneLineHeadImage{
	position: relative;
}
.picstext{
	
	display: none;
}
.pics.active .picstext{
	display: block;
	float: left;
	margin-left: 10px;
}

.pics:nth-child(3){
	margin: 0 0 40px 0;
}

.curriculum{
	/*list-style-image: url('images/arrowRight.png');*/
	width: 31em;
	font-size: 1em;
	line-height: 20px;
	color: grey;
	margin:2px 0 10px 10px;
}

.curriculumHeadlines{
	
	text-decoration: underline;
	font-weight: bold;
	
}

#insideImageLink{
	height: 20px;
	width: 20px;
	background-color: white;
	/*margin: -30px 0 0 15px;*/
	bottom: 20px;
	clear: both;
	left: 15px;
	position: relative;
	background: url('images/imageLinkInside.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.pics.active #insideImageLink{

	display: none;
}

.pics.active .listSign{
	color: #54c0a9;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
}

.footer{
	border-top: 2px solid grey;
	float: left;
	text-align: right;
	width: 100% ; /*540px ;*/
	margin-top: 94px;
	margin-bottom: 70px;

	font-size: 0.5333333333333333em;/*8px;*/
	padding-top: 0.7291666666666667%; /*7px;*/
	position: relative;

}
.footer a{
	margin-top:5px;
	padding-right: 13.88888888888889%;	 
	text-decoration: none;
	color: grey;
}

.footer a:nth-child(4){
	padding-right: 0;
}

#workImg{
	height: auto;
	width: 100%;

}

.frontImage{
	display: block;
}

.detailImage{
	display: none;
	
}


/* CONTACT-SEITE */

.contact{
	background: white;
	padding: 10px 0;
	box-shadow: 2px 3px 4px 0 #B8B8B8;
	height: auto;	
	width: 540px;
/*	float: bottom;*/
	/*clear: both;*/
	position: relative;
	
	
	
}
.adress{
	/*font-size: 0.8em; 12px;*/
	font-family: 'Arial';
	margin: 10px 0 40px 20px;
	color: grey;
	
}
.adress li h2{
	font-size: 20px;
	
}
.adress li {
	font-size: 0.8em;
}

#phone{
	margin: 10px 0;
}

.map{
	margin-left: 20px;
	
}

.image{
	width: 100%;
	height: 307px;
	background-image:url(images/Anfahrt.png); 
    background-repeat:no-repeat;

    background-position:center center;


}

.map h2{
	font-size: 1.333333333333333em;/*20px;*/
	
}

#anfahrtBeschreibung{
	margin: 20px 0 20px 20px;
}

#routenplaner{
	margin: 40px 0 0 20px;
	float: left;
	
}

#routenplaner h2{
	font-size: 20px;
	margin-top: 15px;
}

#infoText{
	float:left;
	font-size: 13px;
	width: 50%;
	font-family: 'Arial';
	color: grey;
}




#street{
	float: bottom;
	width: 194px;
	display: block;
	/*margin-right: 20px;*/
	
}
#zip{
	float:left;
	width: 40px;
	margin: 5px 0 5px 0;
}


#location{
	margin: 5px 0 5px 5px;
	width: 128px;
	float: right;
}


#inputContact{
	max-width: 200px;
	float: left;
}


#country{
	width: 200px;
}
#submit{
	color: white;
	background: #39568E;
	margin: 10px 0 10px 40px; 
	border: 2px solid #39568E;
	border-radius: 3px;
	cursor: pointer;
}

.imgBuilding{
	width: 90%;
	height: auto;
	margin: 10px 5%;
	
}

/* Leistungen */



.kacheln {
	background-color: white;
	float: left;
	font-size: 0.76em;/*10px;*/
	width: 155px;
	margin: 0 7px 16px 0;
	height: 136px;
	word-wrap: break-word;
	box-shadow:2px 3px 4px 0 #B8B8B8;
	position: relative;
	z-index: 0;
	padding: 10px;
	
}

.kacheln.active {
	background: none;
	box-shadow: none;
	z-index: 1;
	padding: 5px 15px 5px 5px;
}

.kacheln img {
	padding: 0;
   margin: 0;
}

.detailWrapper.active{
	

	position: absolute;
	width: 165px;
	min-height: 136px;
	/*padding-top: 5px;*/
	padding-left: 10px;
	background: white;
	box-shadow: 2px 3px 4px 0 #B8B8B8;
	z-index: 1;
	margin-left: -5px;
	margin-top: -5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.lastInRow{
	margin: 0 0 16px 0;
}
.kacheln ul{
	list-style-image: url('images/smallArrowRight.png');
	/*padding-right: 5px;*/
}

.kacheln ul li{
	margin-left: 15px;
	margin-bottom: 3px;
	color: grey;
}

.kacheln ul img{
	margin-top:20px;
	margin-left: 17px;
}

.kacheln ul h3{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 0.92em;
	color: #354779;
	
}


.more{
	cursor: pointer;
	color: #54c0a9;
	font-size: 1.1em;/*14px;*/
/*	text-align: right;*/
	bottom: 7px;
	left: 110px;
	position: absolute;
	height: 23px;
	width: 45px;
	/*font-size: 12px;*/
	z-index: 3;
}


.obligationDetail{
	visibility: hidden;
}

.obligationDetail.active {
	
	visibility: visible;
	width: 145px;
}
.contentImage{
	background: white;
	padding: 20px;
	float: left;
	box-shadow: 2px 3px 4px 0 #B8B8B8;
}

/*IMPRESSUM*/


.impressDistanceHeadlines{
	
	margin-bottom: 30px;
}

.contentImp{
	background: white;
    box-shadow: 2px 3px 4px 0 #B8B8B8;
    padding: 20px;
	
}

.contentImp h2{
	font-size: 1.333333333333333em;/*20px;*/
	margin-bottom: 15px;
	/*margin-top: 10px;*/
/*	margin-top: 20px;*/
	color: #384673;
	/*font-weight: bold;*/
	
}
.contentImp h3 {
	font-size: 13px;
	margin-bottom: 15px;
        color: grey;
	font-weight: bold;
	
}
.contentImp h4 {
	font-size: 13px;
	margin-bottom: 5px;
	color: grey;
	font-weight: bold;
}
.contentImp p a {
	font-size: 13px;
	margin-bottom: 15px;
	font-weight: bold;
        display: block;
}
.contentImp ul {
	margin-bottom: 25px;
}
.contentImp ul li {
	margin-bottom: 5px;
	font-size: 13px;
	color: grey;
	line-height: 1.3;
	
}
.contentImp p{
	margin-bottom: 25px;
	font-size: 13px;
	color: grey;
	line-height: 1.3;
}


/* WIR ÜBER UNS */

.contentAbout{
	background: white;
    box-shadow: 2px 3px 4px 0 #B8B8B8;
    padding: 20px;
	
}
.contentAbout h2{
	font-size: 1.333333333333333em;/*20px;*/
	margin-bottom: 15px;
	/*margin-top: 10px;*/
/*	margin-top: 20px;*/
	color: #384673;
	/*font-weight: bold;*/
	
}

.contentAbout p{
	margin-bottom: 15px;
	font-size: 13px;
	color: grey;
	font-family: 'Arial';
	line-height: 1.3;
}