body{
    font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	line-height:28px;
}
h2,h3,h4{
	font-family: 'Source Sans Pro', sans-serif;
}
h2, h3{
    font-size: 20px;
	font-weight:400;
}
p{
	font-weight:300;
	color:#8d8d8d;
}
article{
	padding-top: 25px;
	padding-bottom: 15px;
}
.colLeft,
.colRight{
	padding: 0;
}

@media(min-width:768px)
{
	h3{
		font-size: 28px;
	}
	article{
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.colLeft{
		padding: 0 35px 0 0;
	}
	.colRight{
		padding: 0 0 0 35px;
	}
}
.jumbotron{
	background-color: #4c647b;
}
.jumbotron img{
	width:35px;
	margin-bottom: 10px;
}
.jumbotron p{
	color: white;
	font-size: 20px;
	font-weight: 400;
}
@media(min-width:992px){
	.jumbotron p{
	font-size: 30px;
}
}

.padding-0{
    padding:0;
}
.margin-0{
    margin:0;
}
.white{
	color: white;
}
/* ====== HR ======*/
.hr-middel{
    width: 160px;
    margin: 5px auto 50px auto;
	border-top: 3px solid #1e3d5a;
}
.hr-left{
    width: 160px;
    margin: 5px auto 50px -10px;
	border-top: 3px solid #1e3d5a;
}
.hr-middel-short{
    width: 60px;
    margin: 5px auto 10px auto;
	border-top: 3px solid #1e3d5a;
}
.hr-inner{
    width: 160px;
    margin: 5px auto 50px auto;
	border-top: 3px solid #1e3d5a;
}
.hr-white{
	border-top: 3px solid white;
}
.hr-maxWidth{
    width:90%;
    margin-top: 0;
}
/* ====== BG ====== */
.bgGray{
    background-color: #e8e8e8;
}
/* === Button ===== */
.btn-wegner,
.btn-wegner:visited{
    border-radius: 0;
    padding: 10px;
    background-color: #1e3d5a;
    color: white;
}
.btn-wegner:hover,
.btn-wegner:focus{
    background-color: #254c6f;
    color: white;
}

.point{
	margin-left: 50px
}
.point span{
	margin-left: -50px;
	font-size: 30px;
	padding-right:20px; 
	height: 40px;
	padding-top: 25px;
	color: #4c647b;
}

/*----------------- Navigation ----------------*/
.navbar-default {
    width: 100%;
    border: none;
    border-radius: 0;
	margin-bottom: 0;
}
/*.navbar-default .navbar-nav > li > a {
        height: 30px;
    }*/
	
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: white;
}

.navbar-default .navbar-nav >.dropdown > a:hover .caret,
.navbar-default .navbar-nav >.dropdown > a:focus .caret {
    border-top-color: white;
}
.navbar-default .navbar-brand{
	height: 61px;
	padding: 0;
}

.navbar-default .navbar-brand img{
	width: 94px;
}



@media(min-width:768px)
{
    .navbar-default {
        position: absolute;
        top: 0;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3ODM4MyIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg3ODM4MyIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    	background: -moz-linear-gradient(left, rgba(135, 131, 131, 0.7) 0%, rgba(135, 131, 131, 0.7) 100%); /* FF3.6+ */
    	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(135, 131, 131, 0.7)), color-stop(100%, rgba(135, 131, 131, 0.7))); /* Chrome,Safari4+ */
    	background: -webkit-linear-gradient(left, rgba(135, 131, 131, 0.7) 0%, rgba(135, 131, 131, 0.7) 100%); /* Chrome10+,Safari5.1+ */
    	background: -o-linear-gradient(left, rgba(135, 131, 131, 0.7) 0%, rgba(135, 131, 131, 0.7) 100%); /* Opera 11.10+ */
    	background: -ms-linear-gradient(left, rgba(135, 131, 131, 0.7) 0%, rgba(135, 131, 131, 0.7) 100%); /* IE10+ */
    	background: linear-gradient(to right, rgba(135, 131, 131, 0.7) 0%, rgba(135, 131, 131, 0.7) 100%); /* W3C */
    	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3878383', endColorstr='#b3878383', GradientType=1 ); /* IE6-8 */
    }
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover, 
	.navbar-default .navbar-brand:focus{
		background-color: white;
		height: 115px;
    	margin-bottom: -25px;
	}
	.navbar-default .navbar-brand img {
    	width: 110px;
    	margin-top: 10px;
	}
	.navbar-default .navbar-nav{
		margin-left: 20px;
		}
	.navbar-default .navbar-nav > li > a {
        height: 90px;
		padding-top:35px;
		color: white;
		font-size: 16px;
    }
	.navbar-default .navbar-nav > li.active > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjlmOSIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjlmOSIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    	background: -moz-linear-gradient(left,  rgba(255,249,249,0.2) 0%, rgba(255,249,249,0.2) 100%); /* FF3.6+ */
    	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,249,249,0.2)), color-stop(100%,rgba(255,249,249,0.2))); /* Chrome,Safari4+ */
    	background: -webkit-linear-gradient(left,  rgba(255,249,249,0.2) 0%,rgba(255,249,249,0.2) 100%); /* Chrome10+,Safari5.1+ */
    	background: -o-linear-gradient(left,  rgba(255,249,249,0.2) 0%,rgba(255,249,249,0.2) 100%); /* Opera 11.10+ */
    	background: -ms-linear-gradient(left,  rgba(255,249,249,0.2) 0%,rgba(255,249,249,0.2) 100%); /* IE10+ */
    	background: linear-gradient(to right,  rgba(255,249,249,0.2) 0%,rgba(255,249,249,0.2) 100%); /* W3C */
    	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33fff9f9', endColorstr='#33fff9f9',GradientType=1 ); /* IE6-8 */
    	color: white;
	}
	.navbar-default .navbar-nav > li.active > a{
		border-bottom: 5px solid white;
	}
}

@media(min-width:992px){
	.navbar-default .navbar-nav{
		margin-left: 90px;
		}
	.navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }
}


/*----------------- FOOTER ----------------*/
footer {
    position: relative;
    background: #1e3d5a;
    min-height: 55px;
    color: white;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
	line-height: 20px;

}

footer ul {
    list-style-type: square;
    padding-left: 15px;
}

footer ul > :first-child {
    list-style-type: none;
    margin-left: -20px;
}

footer a {
    color: white;
}


footer a:hover, footer a:focus {
    color: white;
    text-decoration: underline;
}

@media(min-width:768px)
{
    footer ul li {
        float: left;
        padding-left: 15px;
        margin-left: 40px;
    }
}

.goUp {
    color: #1e3d5a;
    background-color: white;
    width: 40px;
    height: 40px;
    font-size: 25px;
    position: absolute;
    top: -20px;
    right: 40px;
    border: 0;
}

/*------------- SLIDER TEXTBOX ------------*/
.slides{
	background-color: white;
}
.textBox h3{
	font-size: 20px;
	margin-top:0;
}
.textBox{
	position: relative;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 22px;
	margin: -5px 15px 5px 15px;
	background: rgba(206, 206, 206, 1);
}
.textBox:before{
	content: " ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-top: 0px solid transparent;
	border-left: 0px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 24px solid rgba(206, 206, 206, 1);
	position:absolute;
	top: -24px;
}

@media(min-width:768px)
{
	.slides{
	background-color: transparent;
	}
	.textBox{
		position: absolute;
		top: 160px;
		left: 80px;
		background: rgba(255, 255, 255, 0.5);
		font-size: 18px;
		line-height: 28px;
		
	}
	.textBoxRight{
		left: auto;
		right: 120px;
	}
	.textBox h3{
		font-size: 24px;
		margin-top:5px;
	}

	.textBox:before{
    	border-bottom: 24px solid rgba(255, 255, 255, 0.5);
	}
}

/*----------------- Infobox im Content ----------------*/
.panel-default{
	margin: 40px 0 0 0;
}
.panel-default p.text-right{
	margin-top: 20px;
}
.panel-default li{
	color:#8d8d8d;
	font-weight:300;
}
@media(min-width:768px)
{
	.panel-default{
		margin: 40px 10% 0 10%;
	}
}
/*----------------- BLOCK Start-Text ----------------*/
.startText{
	max-width: 620px;
}

.startText p,
.startText h3{
	text-align:center;
}
.startText p{
		font-size:16px;
	}
@media(min-width:768px)
{
	.startText p{
		font-size:20px;
		line-height:35px;
	}
}

/*----------------- BLOCK Noch Fragen? ----------------*/

.askUs {
	position: relative;
	height: 230px;
	padding: 0;
}
.askUs h2 {
    margin: 0;
    padding-top: 90px;
    font-size: 30px;
}

.askUs a {
    width: 270px;
    height: 50px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 25px;
	font-size: 16px;
}

@media(min-width:768px)
{
    .askUs a {
        margin-left: 40px;
        margin-top: 0;
    }
}

.askUs h2:before {
    pointer-events: none;
    content: '';
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent white transparent;
    position: absolute;
    top: -25px;
    left: 46%;
    z-index: 50;
}

@media(min-width:768px)
{
    .askUs h2:before {
        left: 49%;
    }
}

/*----------------- BLOCK  ----------------*/

.threeKatBoxes{
	background-color:#4c647b;
	padding: 20px 0 40px 0;
}
.threeKatBoxes h3{
	color: white;
}
.threeKatBoxes .katBox {
    background: white;
    padding-bottom: 10px;
    margin: 0 auto 30px auto;
    max-width: 360px;
	cursor: pointer;
}
.threeKatBoxes .katBox h4,
.threeKatBoxes .katBox p {
    text-align: center;
}
.threeKatBoxes .katBox h4{
    margin-bottom: 5px;
	margin-top: 15px;
}

.threeKatBoxes .katBox a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.threeKatBoxes .katBox hr {
    border-top: 2px solid #464d55;
	width: 160px;
    margin: 5px auto 5px auto;
}

/*----------------- ANSPRECHPARTNER  ----------------*/
.faceBoxes {
    background-image: url(../img/bg01.jpg);
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.faceBoxes img{
	margin: 40px auto 30px auto;
}
.faceBoxes hr{
    margin-bottom: 5px;
}
.faceBoxes p,
.faceBoxes h3,
.faceBoxes h4{
	text-align:center;
	color: white;
    font-size: 26px;
}
.faceBoxes p{
	font-size: 20px;
}
.faceBoxes span {
    display: block;
	margin: -20px 0 -10px 0;
    line-height: 20px;
	color: white;
    text-align: center;
}

/*----------------- KONTAKTBOX STARTSEITE  ----------------*/
.contactMap{
	position:relative;
	padding: 0;
}
.contactMap #map_canvas{
	height:470px;
}
#contactFormShowBtn{
	position: absolute;
	bottom: 50px;
	right: 0px;
}

.contactMap .contactDetail{
	position: absolute;
	top: 0px;
	width:100%; 
}

.contactDetail h3{
	text-align: center;
}

.contactDetail .companyInfo,
.contactDetail .telInfo,
.contactDetail .contactBox,
.contactDetail .headMarker {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-8 */
}
.contactDetail .companyInfo {
    height: 128px;
    margin-bottom: 18px;
    padding-top: 25px;
}
.contactDetail .telInfo {
    height: 88px;
    margin-bottom: 18px;
    padding-top: 25px;
}
.contactDetail .contactBox{
	height: 234px;
	padding: 15px 35px 0 35px;
}
.contactDetail .headMarker{
	font-size: 50px;
	width: 60px;
	height:60px;
	line-height: 73px;
	text-align:center;
	color: #1e3d5a;
	border-radius: 100px;
	margin: -60px 40% 0 40%;
}
@media(min-width:768px)
{
	.contactDetail .companyInfo p,
	.contactDetail .telInfo p{
		color: #333;
		font-size:14px;
		line-height: 20px;
		padding-left: 45px;
		font-weight: 400;
	}
	.contactDetail .companyInfo span,
	.contactDetail .telInfo span{
		font-size: 26px;
		color: #1e3d5a;
		width: 36px;
		margin-left: 10px;
	}
}
@media(min-width:992px)
{
	.contactDetail .companyInfo p,
	.contactDetail .telInfo p{
		padding-left: 90px;
		font-size:16px;
	}
	.contactDetail .companyInfo span,
	.contactDetail .telInfo span{
		font-size: 36px;
		width: 42px;
		margin-left: 20px;
	}
}
.contactDetail .contactBox p{
	color: #333;
	font-weight: 400;
	min-height: 120px;
}
.contactDetail .contactEmail span{
	font-size: 50px;
	color: #1e3d5a;
}
.blur {
	filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
/*----------------- KONTAKTINFO KONTAKTSEITE  ----------------*/
.contactInfo span{
	font-size: 38px;
	color: #1e3d5a;
}
.contactInfo p{
	margin-left: 60px;
}