/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype'); /* Legacy iOS */
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	margin: 0;
	padding: 0;
	font-family:'Open Sans', sans-serif;
}
a, a:link, a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

small {
	font-size: 9px;
}

#main ul{
	padding-left: 20px;
	list-style-type: none;
}

#main ul li:before {
    color: #D3E1E2;
    content: "■";
    position: relative; 
    left: -7px;
    font-size: 18px;
    margin-left: -7px;
}

.wrapper {
	margin: 0 auto;
	width: 800px;
	max-width: 95%;
}

#header {
	width: 100%;
	Xheight: 210px;
	background: #247880;
	color: #fff;
	font-size: 21px;
}

#header .logo {
	margin: 30px 30px 30px 0;
}

.spacer {
	width: 100%;
	height: 50px;
}

#main {
	display:block;
	width: 100%;
	height: auto;
	min-height: 250px;
}

#footer {
	display:block;
	width: 100%;
	height: auto;
	background: #D3E1E2;
	border-bottom: 15px solid #ccc;
}

#footer .footer-logo {
	width: 160px;
	margin: 5px 0;
}

nav {
	display: inline-block;
	margin-bottom: 30px;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav li {
	display: inline;
	float: left;
	padding: 0 15px 0 0;
}

nav a, nav a:link, nav a:visited {
	text-decoration: none;
	color: #fff;
}

nav a:hover {
	text-decoration: underline;
}

nav a.active {
	text-decoration: underline;
}

.topper {
	width: 100%;
	text-align: center;
	background: #E7E4EB;	
}

#index.topper{
	height: 400px;
	background: url(../images/bg-image.jpg) no-repeat #E7E4EB;
	background-position: center;
}

#team.topper {
	height: 400px;
	background: url(../images/team.jpg) no-repeat #E7E4EB;
	background-position: center;
}	

#leistung.topper {
	height: 400px;
	background: url(../images/leistung-topper.jpg) no-repeat #E7E4EB;
	background-position: center;
}

#kontakt.topper {
	
}

.topper .wrapper {
	padding: 35px 0;
}

#infobar {
	background: url(../images/infobar-bg.png);	
	color: #247880;
	padding: 15px 45px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#infobar .info-left{
	float: left;
}

#infobar .info-right {
	float: right;
}

#infobar td {
	vertical-align: top;
}

#infobar .capicon {
	width: 25px;
	margin-right: 5px;
}

#img_team {
	width: 100%;
}

#img_map {
	margin: 5px auto;
}
	
a.lnk_mail:link, a.lnk_mail:visited {
	color: inherit;
	text-decoration:none;
}

a.lnk_mail:hover {
	color: #247880;
	text-decoration:underline;
}

.colums { 
	width: 100%;
}

.colums .colum{
	width: 33%;
	box-sizing: border-box;
	padding: 15px 10px;
	float:left;
	margin: 25px 0;
	color: #333;
}

#main .colums .colum{
	min-height: 300px;
	border-left: solid #D3E1E2 2px;
}

#main .colums .colum:first-child {
	border-left: none;
}

.colums .right-col-team {
	width: 66%
}

#main .colums .colum p:first-child {
	margin-top: 5px;
	padding-top: 0;
}

#main .colums .right-col-leistung{
	width: 55%;
}
#main .colums .left-col-leistung{
	width: 45%;
}



#footer .colums .right-col {
	text-align: right;
}



.headline {
	color: #247880;
	font-size: 24px;
	margin-bottom: 10px;
}

.subheadline {
	color: #8E8E8E;
	font-size: 21px;
	margin-bottom: 5px;
}

.slogan {
	text-align: center;
}

.slogan img {
	width: 100%;
}

.qrcode {
	width: 80%;
	max-width: 250px;
}

#com_form { }

#com_form .honeypot {
	display:none;
}

#com_form input[type="text"], #com_form textarea {
	width: 100%;
	border: 0;
	border-bottom: #999 solid 3px;
	background: #E7E4EB;
	margin-bottom: 10px;
	transition: all .3s ease-out;
	font-family:'Open Sans', sans-serif;
	font-size: 18px;
}

#com_form .error{
	background-color: #EFC2C4 !important;
}

#com_form input[type="text"]:hover, #com_form input[type="text"]:focus, #com_form textarea:hover, #com_form textarea:focus {
 	background: #F7F7F7;
	border-bottom: #247880 solid 3px;
}

#com_form input[type="text"] {
	height: 35px;	
}

#com_form textarea {
	height: 130px;
}

#com_form .submit-button {
	height: 45px;
	width: 190px;
	color: #999;
	background: #fff;
	border: solid 3px  #999;
	font-size: 18px;
	transition: all .3s ease-out;
}

#com_form .submit-button:hover {
	cursor: pointer;
	border: #247880 3px solid;	
}



@media all and (max-width: 810px) {
	.colums .colum{
		width: 100% !important;
		border: none !important;
		float: none;
		display: block;
	}
	
	
	#index.topper .wrapper{
		padding: 5px;
	}
	
	#index.topper{
		height: 420px;
		background: #E7E4EB;
	}
	
	#infobar .info{
		float: none !important;
	}
	
	.topper{
		display: none;
	}
	
	#index.topper{
		display: inherit;
	}


}

@media all and (max-width: 370px) {
	nav li {
		display: block;
		float: none;
		margin-left: 15px;
	}
	
	#index.topper{
		height: 380px;
		background: #E7E4EB;
	}
	
	#infobar .info{
		font-size: 14px;
	}
	
	
	#footer .colum {
		text-align: center !important;
	}
	
	.qrcode {
		display: none;
	}
	
	
}