/* CSS-Sheet - Stand: 21.06.2013 */

/* Allgemeines */

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans Semi';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}




* { padding: 0; 
	margin: 0;
	outline: none;
	}
	
body {
	font-size: 93.75%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333; 
	}
	
.clear {
	clear: both;
	}

.left {
	float: left;
	}

.right {
	float: right; 
	}

strong {
	font-family: 'Open Sans Semi', Helvetica, Arial, sans-serif;
	font-weight: normal;
	 }
	
a, a:visited {
	color: #000000;
	text-decoration: none;
	}

/* Typografie */

h1, h2, h3 {
	font-weight: 400;
	color: #067fd7;
	margin: 0;
	padding: 0;
	}
h1 {
	font-size: 2.0em;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	}
	h1 span {
	color: #067fd7;
	}
h2 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	}
	#text h2 {
	margin-top: 50px;
	}
	#text h2:first-child {
	margin-top: 0;}
	
	
	
h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #333;
	}
p {
	line-height: 1.5em;
	margin-bottom: 0.75em;
	font-size: 0.95em;
	}
	#text p a, #text li a {
	border-bottom: 1px dotted #ccc;
	color: #067fd7;
	}
	p a:hover, p a:focus, p a:active {
	border-bottom: 1px solid #ccc;
	}
	p.em {
	font-size: 0.8em;
	}
	
a img, #text a img, #logo a {
	border: none !important;
	text-decoration: none;
	}
	
#content ul {
	margin-left: 20px;
	margin-bottom: 0.75em;
	font-size: 0.95em;
	}
	#text ul li {
	line-height: 1.5em;
	padding-bottom: 4px;}
	#text ul ul {
	margin-top: 7px;}
	
/* Layout-Bereiche */

#wrapper {
	margin: 0 auto;
	text-align: left;
	}
#header-wrapper {
	border-bottom: 1px solid #ccc;
	}
#header {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	height: 100px;
	}
#logo {
	width: 18%;
	float: left;
	margin-top: 0px;
	margin-right: 7%;
	}
	#logo img {
	width: 100%;
	margin-top: 22px;}
	
#menu {
	height: 100px;
	float: left;
	width: 57.5%;
	}
	#menu li {
	float: left;
	text-align: center;
	list-style-type: none;	
	width: 19.13%;
	}
	#menu li a {
	display: block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 0.85em;
	border-right: 1px solid #ccc;
	border-bottom: none;
	height: 58px;
	padding-top: 42px;
	}
	#menu li:first-child a {
	border-left: 1px solid #ccc;
	}
	#menu li a:hover,
	#menu li a:active,
	#menu li a:focus {
	background: #f2f2f2;
	}
	#menu li.active {
	background: #f2f2f2;
	}
	
#telefon {
	float: right;
	width: 17%;
	color: #067fd7;
	font-size: 1.1em;
	margin-top: 38px;
	text-align: right;
	}
	#telefon a {
	border-bottom: none;
	text-decoration: none;
	}
		
#headline {
	max-width: 1000px;
	margin: 0 auto;
	padding: 45px 25px;
	}
	/*#headline-wrapper {
	border-bottom: 1px solid #ccc;
	}
	*/
	
#content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;

	}
	
#submenu {
	float: left;
	width: 17.5%;
	background: #e8f7fe;
	padding: 25px 2.5% 17px 2.5%;
	}
	#submenu ul {
	margin-left: 0;
	margin-bottom: 0;
	}
	#submenu li {
	list-style-type: none;
	padding: 5px 0;
	font-size: 0.9em;
	}
	#submenu li.current a {
	color: #067fd7;
	font-weight: 600;
	}
	#submenu li a:hover,
	#submenu li a:focus,
	#submenu li a:active {
	color: #067fd7;
	}
	#submenu h3 {
	margin-top: 0;
	color: #067fd7;
	text-transform: uppercase;
	}
	
#text {
	float: right;
	width: 72.5%;
	padding: 0 0 2.5% 25px;
	}
	
	
#text #col-right {
	width: 31%;
	margin-left: 5.3%;
	float: right;
	min-height: 600px;
	}	
	#text #col-right img {
	margin-bottom: 50px;
	width: 100%;
	}
	

#footer-wrapper {
	width: 100%;
	text-align: center;
	clear: both;
	background: #484c51;
	}

#footer {
	text-align: left;
	max-width: 1000px;
	padding: 50px 20px;
	margin: 0 auto;
	background: #484c51;
	}
	#footer p {
	float: none;
	color: #fff;
	font-size: 0.85em;
	}
	#footer p a {
	color: #fff;
	}




div.item-page {
	display: inline;
	}
	
	
/* Leistungen Boxen */


div.lbox {
	float: left;
	width: 27.74%;
	margin-right: 6.66%;
	background: #e8f7fe;
	margin-top: 50px;
	}
	div.lbox:nth-child(3n+2) {
	margin-right: 0;
	}
	div.lbox img {
	width: 100%;
	height: auto;
	}
	div.lbox h3 {
	font-size: 0.9em;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px 15px 11px 15px;
	font-size: 0.85em;
	}
	#text div.lbox a {
	color: #333;
	border-bottom: none;}
	
table#fotolia {
	font-size: 0.9em;
	}
table#fotolia img {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 10px;
	}

/* ------------ RESPONSIVE ------------ */

@media screen and (max-width: 1050px) {

#footer p {
	color: #fff;
	float: none;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 0.85em;
	}
	#footer p:last-of-type {
	padding-bottom: 15px;
	}
}


@media screen and (max-width: 800px) {

#submenu {
	width: 22.5%;
	}
	#text {
	width: 67.5%;
	}
	#text #col-right {
	width: 30%;
	margin-left: 3%;
	}
}
	
	
@media screen and (max-width: 890px) {

#logo {
	width: 22%;
	margin-right: 8%;
	}
#menu {
	width: 70%;
	}
	#menu li {
	width: 20%;
	}
	#menu li a {
	border-bottom: 1px solid #ccc;
	}#header-wrapper {
	border-bottom: none;
	}
#telefon {
	clear: both;
	float: left;
	width: 100%;
	color: #333;
	background: #e7f7fe;
	font-size: 1.4em;
	padding: 25px 0;
	margin-top: 25px !important;
	margin-bottom: 25px;
	text-align: center;
	}
	

}

@media screen and (max-width: 690px) {

#logo {
	width: 100%;
	height: 100px;
	text-align: center;
	}
	#logo img {
	width: 180px;
	height: 49px;
	margin: 20px auto;
	}
#menu {
	width: 100%;
	height: 50px;
	}
	#menu li a {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	line-height: 50px;
	padding-top: 0;
	height: auto;
	}
	

}

@media screen and (max-width: 650px) {

#submenu {
	display: block;
	float: none;
	width: 95%;
	padding: 10px 2.5%;
	}
	#submenu ul.nav {
	padding: 20px 0;
	}
	#submenu h3 {
	display: none;
	}
	#submenu a.nav-toggle {
	padding: 20px 0;
	}
#text {
	float: left;
	width: 100%;
	padding: 25px 0;
	margin: 0;
	}
	#text #col-right {
	width: 35%;
	margin-left: 3%;
	}


}

@media screen and (max-width: 490px) {

#menu {
	height: 100px;
	}
	#menu li {
	width: 33.3%;
	}
	#menu li:nth-child(4) a,
	#menu li:nth-child(5) a {
	border-top: none;
	}
	#menu li:nth-child(4) a {
	border-left: 1px solid #ccc;
	}
#headline {
	padding: 25px 25px;
	}
	#headline h1 {
	font-size: 1.4em;
	}
#text #col-right img {
	margin-bottom: 20px;
	}
	
div.lbox {
	float: left;
	width: 45%;
	margin-right: 0%;
	background: #e8f7fe;
	margin-top: 25px;
	}
	div.lbox:nth-child(2n+2) {
	margin-right: 5%;
	clear: both;
	}
	div.lbox h3 {
	font-size: 0.8em;
	padding: 8px 10px 11px 10px;
	}
	
#text #col-right {
	min-height: 300px;
	}
#telefon a {
	border-bottom: 1px dotted #ccc;
	}
	
}


/* Sticky Footer */

@media screen and (min-width: 1050px) {


html, body, #wrapper {height: 100%;}

body > #wrapper {
    height: auto;
    min-height: 100%;
}
#content {
	padding-bottom: 75px;
	}  /* Muss genau so hoch sein wie der Footer */
#footer {
	clear:both;
}
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */

}



div.boxed {
	border: 4px solid #f2f2f2;
	padding: 25px;
	}
	div.boxed h3 {
	margin-top: 0;
	}
	div.boxed img {
	width: 20%;
	margin-left: 35px;
	margin-bottom: 10px;
	}
	div.boxed:after {
	content: '';
	display: block;
	clear: both;
	}
	
.boxed p i {
	font-style: italic;
	font-size: 0.85em;
	}
	
div.padding-bottom {
	padding-bottom: 35px;
	}
	
/* Cookie Hint */

#redim-cookiehint a {
	color: #fff;
}