*{margin: 0; padding: 0;}
img {border: 0 none ;}	
body{
	background:#fff;
	font-family: 'Titillium Web', sans-serif;
}

.header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:94px;
	z-index:9999;
	background:#fff;
}

.logo img{
	margin:10px 0px;
}
.top_menu {
	text-align:right;
	margin-top:31px;
	float:left;
	width:calc(100% - 160px);
}
.top_menu ul{
	padding-left:0px;
	margin-bottom:10px;
	list-style:none;
}

.top_menu ul li{
	display:inline-block;
	margin-left:60px;
}

.top_menu ul li a{
	font-size:18px;
	color:#3e3e3e;
	text-transform:uppercase;
}

.top_menu ul li a.active{
	text-decoration:none;
	color:#394e87;
}

.top_menu ul li a:hover,
.top_menu ul li a:focus,
.top_menu ul li a:active{
	text-decoration:none;
	color:#394e87;
}

.faq{
	float:right;
	width:100px;
	height:35px;
	margin-top:24px;
	margin-left:60px;
}
.faq a{
	display:block;
	width:150%;
	height:35px;
	text-align:center;
	line-height:20px;
	background:#394e87;
	color:#fff;
	font-size:18px;
	box-shadow:2px 2px 1px #0f1a38;
}

/*Media für Button Termin buchen*/
@media (max-width: 767px){
	.faq{
		margin-right: 60px;
	}}



.faq a:after{
	font-size:14px;
	color:#fff;
	font: normal normal normal 14px/1 FontAwesome;
	margin-left:5px;
}

.faq a:hover,
.faq a:focus,
.faq a:active{
	background:#29375f;
	text-decoration:none;
}


.block_1{
	/*height:563px;*/
	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
	position:relative;
	margin-top:94px;
}
/*
 * Ab hier beginnt ausblenden von weisser Balken
 */
.block_1:after{
	content:"";
	position:absolute;
	bottom:0px;
	width:100%;
	height:70px;
	background:url(../img/bg_2.png) center top no-repeat;
	display: none
}

.block_1_text_all{
	position:relative;
	height:20px;
}
.block_1_text{
	position:absolute;
	top:50%;
	left:0px;
	transform: translateY(-66%);
	width:550px;
	text-shadow: 1px 1px 1px #aaa;
}
.block_1_text h2{
	margin-top:0px;
	font-size:36px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}

.block_1_text p{
	font-size:16px;
	color:#fff;
	font-weight:400;
	line-height:1.5em;
}

.block_2 h2{
	margin-top:25px;
	text-align:center;
	font-size:36px;
	text-transform:uppercase;
}

.b2_sub_title{
	text-align:center;
	color:#979696;
	font-size:16px;
	line-height:1.5em;
}

.b2_block {
	margin-top:30px;
	border:1px solid #f7f7f7;
	box-shadow:0px 0px 2px #e3dfdf;
}

.b2_block img{
	width:100%;
}

.b2_block_title{
	position:relative;
	text-align:left;
	margin:15px 0px 10px;
}
.b2_block_title span {
	color:#3e3e3e;
	font-size:24px;
	text-transform:uppercase;
	width:100%;
} 
.b2_block_texet {
	    color: #a5a5a5;
    font-size: 16px;
	margin-bottom:15px;
}
.b2_block_text{
	margin:0px 20px 20px 0px;
}

.b2_block_text span{
	position:relative;
	color:#a5a5a5;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	display:block;
	margin-bottom:8px;
}
.b2_block_text span:before{
	content:"";
	width:10px;
	height:10px;
	background:#394e87;
	position:absolute;
	top:8px;
	left:0px;
}

.b2_block_text_sub{
	margin-left:20px;
	padding-left:16px;
}

.b2_block_text .b2_block_text_sub:before{
	content:"";
	width:6px;
	height:6px;
	background:#394e87;
	position:absolute;
	top:8px;
	left:0px;
}

.pdf_text a{
	color: #a5a5a5;
	font-size: 16px;
}

.block_3 h2{
	margin-top:65px;
	font-size:36px;
	text-transform:uppercase;
	color:#3e3e3e;
	font-weight:400;
	text-align:center;
}

.b3_sub_title{
	margin-top:30px;
	font-size:24px;
	color:#3e3e3e;
	font-weight:600;
	text-align:center;
	margin-bottom:15px;
}
.b3_sub_text {
	text-align:center;
	max-width:900px;
	display:block;
	margin:auto;
}
.b3_sub_text span{
	display:inline-block;
	font-size:16px;
	color:#979797;
	padding-left:15px;
	position:relative;
	margin:0px 30px 10px;
}
.b3_sub_text span:before{
	content:"";
	position:absolute;
	left:0px;
	top:7px;
	width:10px;
	height:10px;
	background:#394e87;
}

.block_3 h3{
	margin-left:185px;
	color:#3e3e3e;
	font-size:24px;
	font-weight:600;
	margin-bottom:15px;
}

.b3_team{
	border:1px solid #f7f7f7;
	box-shadow:0px 0px 2px #e3dfdf;
}
.b3_team_thumb {
	width:165px;
	display: inline-block;
}
.b3_team_thumb img{
	width:100%;
}
.b3_team_text{
	display: inline-block;
	vertical-align: middle;
	width:calc(100% - 170px);
}
.b3_team_text span{
	display:block;
	margin-left:15px;
	position:relative;
	color:#a5a5a5;
	font-size:16px;
	font-weight:300;
	padding-left:20px;
	display:block;
	margin-bottom:10px;
}

.b3_team_text span:before{
	content:"";
	width:10px;
	height:10px;
	background:#394e87;
	position:absolute;
	top:7px;
	left:0px;
}

.unser_text{
	text-align:center;
	margin-top:30px;
    color: #979696;
    font-size: 16px;
    line-height: 1.5em;
}
.unser_text a{
	text-align:center;
    color: #979696;
    font-size: 16px;
    line-height: 1.5em;
}

.block_4 {
	margin-top:90px;
}

.block_4 h2{
	text-transform:uppercase;
	font-size:36px;
	color:#3e3e3e;
	margin-top:0px;
	margin-bottom:30px;
}
.block_4 p{
	font-size:24px;
	color:#3e3e3e;
	font-weight:600;
}
.block_4 .b4_text{
	font-size:17px;
	color:#979797;
	margin:0px 0px 10px;
}

.block_4 span{
	font-size:17px;
	color:#979797;
	padding-left:25px;
	display:block;
	margin:0px 0px 10px;
	background-position:0px 6px;
	background-repeat:no-repeat;
}

/*
 * Ab hier beginnt der Teil von Tim
 */


.containerHinLabel{
width:100%;
height:300px;
background-color:#ffff;
}
.contentHinLabel{
float:left;
height:150px;
}
.contentHinLogo{
background-color:red;
width:350px;
margin-top: auto;
text-align: center;
}
.contentHinText{
width:350px;
background-color:green;
margin-top: auto;
text-align: center;
}

/*
 * Teil Tim fertig
 */

.footer {
	margin-top:30px;
}


.acf-map {
	width: 100%;
	height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.box_menu{
	width:26px;
	height:26px;
	float:left;
	margin: 24px 0;
}
.box_menu_line{
	width:100%;
	height:2px;
	background:#cf4037;
	margin:5px 0px;
}

.footer_end{
	text-align:right;
	padding:15px 0px;
}
.footer_end a{
	font-size: 18px;
    color: #3e3e3e;
    text-transform: uppercase;
} 

.imresium h2 {
	margin-top: 10px;
    font-size: 36px;
    text-transform: uppercase;
}

.imresium p{
    font-size: 17px;
    color: #979797;
}

.faqf a {
    display: block;
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #394e87;
    color: #fff !important;
    font-size: 18px;
    box-shadow: 2px 2px 1px #0f1a38;
	float:left;
	margin-right:30px;
}
.faqf a:after {
    content: "\f019";
    font-size: 14px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
}
.faqf a:hover, 
.faqf a:focus, 
.faqf a:active {
    background: #29375f;
    text-decoration: none;
}
.imprs{
	padding-top:8px;
	display:block;
}
div.pdflink{
	padding-top:16px;
	font-size:16px;
}

.teamimage{
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

/*FORMULAR GESTALTUNG*/

div.wpforms-container-full {
	background-color: #394e87 !important;
	color: white;
	padding: 7vh !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label{
	font-size: 1.05rem;
	letter-spacing: .05em;
}
div.wpforms-container-full .wpforms-form textarea{
	font-size: 1.1rem;
}

div.wpforms-container-full .wpforms-form input[type=text]{
	font-size: 1rem;
	height: 48px;
}

div.wpforms-container-full .wpforms-form input[type=email]{
	font-size: 1rem;
	height: 48px;
}

div.wpforms-container-full .wpforms-form input[type='tel']{
	font-size: 1rem;
	height: 48px;
}

.wpforms-form button[type=submit] {
    background-color: white !important;
    border-color: white !important;
    color: rgb(57, 78, 135)!important;
	font-size: 1.8rem !important;
	padding: 0.5em 3em !important;
}

.wpforms-form button[type=submit]:hover {
    background-color: rgb(57, 78, 135) !important;
	color: white !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
	color: white !important;
}

.wpforms-field-label-inline a {
	text-decoration: underline !important;
	color: white;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
	margin-right: 10px !important;}

li.daten{
	margin-left: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	color:#979797;
}

/*Button FAQ*/
div.pdflinkblue a{
	color: #979797;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: none;
}

div.pdflinkblue{
	margin: 25px 0 35px 0;
	color: #333;
}