@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
        vertical-align: baseline;
}

img, object, embed, video, background-image {
	max-width: 100%;
	margin: 0;
	border: none;
	
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	max-width:100%;
}

body, div, label, textarea, td, th {
        font-family: 'Roboto',Helvetica Neue,Helvetica,Arial;
        font-size: 15px;
		line-height:1.3;
}

body {margin: 0; padding: 0; background: url(Bilder/white_brick_wall.png) top; font-family: 'Roboto',Verdana, sans-serif; font-weight: 300; font-style: normal; color: #000;}


a, p, a:hover {
	text-decoration: none;
	font-family:'Roboto', Helvetica, Arial, Sans-serif;
}

a {
	color: #026149;
}

a:hover {
	font-weight:500;
}

#header {
	background-color: #FFF;
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	box-shadow: 0 -10px 30px #ccc;
	background: url(Bilder/white_brick_wall-bg.jpg) top center;
}

#logo {
	width: 500px;
	height:auto;
	margin-left: auto;
	margin-right:auto;
	background: url(Bilder/white_brick_wall-bg.jpg) top center;
}

#menu {
	width: 100%;
	height: 50px;
	background-color: #026149;
	position:relative;
	z-index: 1000;
}

#menu-labels {
	padding-left: 30px;
	width: 1100px;
	margin-left: auto;
	margin-right:auto;
	height:auto;
}

.menupunkt {
	height: 50px;
	width:auto;
	float: left;
	display: inline;
	margin-right: 40px;
	text-align:center;
}
.menupunkt ul {
	text-decoration:none;
	margin:0;
}

.menupunkt li {
	text-decoration: none;

}

.menupunkt a {
	color: #fff;
	font-size:18px;
	height: 50px;
	padding-top: 15px;
	display: block;
	font-weight: 300 !important;

}

.menupunkt a:hover {
	background:url(Bilder/hover-pfeil.png) top center no-repeat;
	margin-top: -3px;
	}
	
#content {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	clear:left;

}

.content-box, #slider-box {
	width: auto;
	height: auto;
	clear:left;
	
}

#slider-box {
	margin-top: 20px;	

}

.content-box, #footer {
	position:relative;
	background-color:#fff;
	box-shadow: 0 -10px 20px #CCC;
	background: url(Bilder/white_brick_wall-bg.jpg) top center;
	padding: 0px 20px 30px 20px;
	margin-bottom: 30px;
	margin-top: 5px;

}

#flexslider-box {
	width: 70%;
	overflow:hidden;
	float: left;
	clear:left;

}

#flexslider-box img {
	width: 100%;
}
#leistungen-box {
	width:25%;
	height:auto;
	display:inline;
	float: left;
	background-color:#FFF;
	background: url(Bilder/white_brick_wall-bg.jpg) top center;
	margin-left: 10px;
	padding:20px;
	line-height:1.4;
	box-shadow: 0 -10px 20px #CCC;
}

.one-third-first, .one-third-last {
	width: 30.5%;
	float: left;	
	box-sizing: border-box;
	margin-bottom: 10px;
	opacity: 1 !important;
	
}

.one-third-first {
	margin-right: 4%;
}

.one-third-last {
	margin-right: 0 !important;
	clear:right;
}

.one-third-last::after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.platzhalter {
	width: 100%;
	margin-bottom: -30px;
	clear:both;
}

#footer {
	padding-top: 20px !important;
	margin:0;
}

#subfooter, #subfooter a {
	width: 100%;
	background-color: #026149;
	height: auto;
	text-align:center;
	padding: 5px 0px 5px 0px;
	color:#fff;
	font-size: 12px;
}
	


/****Überschriften******/

h1 {
	font-size: 23px;
	text-transform:uppercase;
	font-weight: 300;
	color: #026149;
	
}

h2 {
	background-color: #026149;
	text-align:center;
	font-size: 30px;
	color:#FFF;
	padding: 5px;
	font-weight:100;
	margin-left: -20px;
	margin-right: -20px;
	
}

h3 {
	background-color: #026149;
	text-align:center;
	font-size: 20px;
	color:#FFF;
	padding: 5px;
	font-weight:100;
}
	
	
.p1 {
	font-weight: 500;
}
	
		
	