@charset "UTF-8";
@font-face {
  font-family: 'OpenSans';
  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#DINOT") format("svg");
  font-weight: normal;
  font-style: normal;
  
}
@font-face{
  font-family: 'OpenSans-bold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#DINOT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  
}
html{
	height: 100%;
}
body {
    color: #052346;
    font-family: "OpenSans", Verdana, Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.6em;
    word-spacing: -1.3px;
    position: relative;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
div img{
	width: 100%; height: auto;
}
.main-row{
    margin: 0 auto;
	width: 100%;
	min-height: 90%;
    position: relative;
	background-color: #fff;
	margin: 0px auto;
	padding-bottom: 12rem;
}
.header{
    display: flex;
	flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
	background: #fff;
}
.toprow{
	background: #052346;
	width: 100%;
	padding: 8px 24px;
	color: #fff;
}
.logoholder{
	display: flex;
	height: 80px;
	padding-right: 18px;
	justify-content: flex-end;
}
.logoholder img{
	padding: 14px 0;
	height: 100%;
	display: block;
	width: auto;
    margin: auto;
}
.hero {
    position: relative;
    text-align: center;
    max-width: 1480px;
    height: 378px;
    margin: 0rem auto auto;
    border-radius: 20px;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #052346, #052346);
}
.hero img{
	max-width: 100px;
	padding-bottom: 10px;
}
.hero_card_content{
	width: 50%;
    padding-top: 4rem;
    margin: auto;
}
.hero_card_content h1{
    color: #ffffff;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.2em;
    padding-top: 13px;
    font-family: "OpenSans-bold", Verdana, Arial, sans-serif;
}
.hero_card_content p{
	font-family: "OpenSans-bold", Verdana, Arial, sans-serif;
	color: #fff;
	padding-right: 30px;
}
.card--hero-overlay {
	bottom: 0;
	display: inline-block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(50%);
	width: 50%;
	margin: 0px;
	background-color: #009f86;
	text-align: center;
}
::placeholder {
	font-size: 17px;
}
@media only screen and (max-width: 1300px){
	.card--hero-overlay {
		width: 75%;
		transform: translateX(-50%) translateY(70%);
	}
	.hero_card_content {
		width: 80%;
	}
}
.help-content{
    position: relative;
    text-align: left;
    margin: 1rem auto 3rem auto;
    border-radius: 20px;
    max-width: 1000px;
    padding-bottom: 2rem;
}

.contact-btn{
    display: inline-block;
    padding: 8px 18px;
    color: #052345;
    border-radius: 5px;
    border: 2px solid #052345;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}
.contact-btn:hover{
    background-color: #052345;
    color: #fff;
    text-decoration: none;

}

.subcontent{
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 1050px){
    .hero{
        height: 450px;
    }
    .help-content{
        margin: 1rem 1rem 3rem 1rem;
    }

	::placeholder {
		font-size: 14px;
	}
	.subcontent{
		min-height: 450px;
		padding-bottom: 2rem;
	}

}
.searcharea{
	padding: 32px;
	position: relative;
}
@media only screen and (max-width: 600px){
    .hero{
        height: 450px;
    }
    .help-content{
        margin: 1rem 1rem 3rem 1rem;
    }
	.searcharea{
		padding: 16px;
	}
	.hero_card_content h1{
		font-size: 2rem;
	}
	.homepage .footer_wrapper{
        position: relative;
    }
}
@media only screen and (max-width: 400px){
    .hero{
        height: 450px;
    }
    .help-content{
        margin: 1rem 1rem 3rem 1rem;
    }
	.hero_card_content h1{
		font-size: 1.6rem;
	}
	body{
		font-size: 0.9rem;
	}
}
.searchhead{
	color: #fff;
}
.suchfeld-container{
	position: relative;
    display: flex;
    height: 54px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
	margin-top: 15px;
}
.suchfeld-container input{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 23px;
    width: calc(100% - 260px);
    font-size: 18px !important;
    font-weight: 300 !important;
    height: unset;
    padding-top: 2px;
	padding: 0 18px;
	cursor: auto;
	appearance: none;
    outline: 0 !important;
	box-shadow: none!important;
	border: none;
}
.suchbutton{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: unset;
    overflow: hidden;
    text-indent: -99999px;
    width: 48px;
    border-radius: 0 4px 4px 0;
    background: #ededed url('../img/search-icon.png') center center no-repeat;
    background-size: 24px 24px;
    float: right;
    cursor: pointer;
	appearance: none;
    outline: 0 !important;
	box-shadow: none!important;
	border: none;
}
.suchbutton:hover{
	background-color: #ccc;
}
.font-700{
	font-weight: 700;
	letter-spacing: 0.5px;
}

b,
strong,
.font-bold{
	font-family: 'OpenSans-bold';
	word-spacing: 1.3px;
}
.searcharea_subtext{
    position: absolute;
    top: calc(100% + 15px);
    left: 0rem;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.footer_wrapper{
	padding: 16px 32px 24px 32px;
	display: flex;	
	flex-wrap: nowrap;
	justify-content: center;
	position: fixed;
	width: 100%;
	max-width: 1024px;
	margin: auto;
	bottom: 0px;
	left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	z-index: 200;
}
.menu-list_footer{
	flex-direction: row;
	justify-content: left;
    font-family: 'OpenSans-bold';
	max-width: 100%;
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
	color: #586e86;
	font-size: 0.75rem;
	letter-spacing: normal;
	line-height: 2em;
	margin-bottom: 0px;
	justify-content: space-evenly;
}
.menu-list_footer li{
	margin: 0 8px;
	list-style-type: none;
}
@media only screen and (min-width: 992px){
	.menu-list_footer li:not(:last-of-type) {
		margin: 0 12px 0 0;
	}
}
.menu-list_footer li:last-of-type {
	margin: 20px 0 0 0;
	white-space: nowrap;
}
@media only screen and (min-width: 992px){
	.menu-list_footer li:last-of-type {
		margin: 0 0 0 auto;
	}
}
.menu-list_footer li a{
	color: inherit;
	outline: 0;
	text-decoration: none;
}
.result_page .heroimage_holder{
	height: auto;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #052346, #052346);
}

.result_page .card_content{
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 32px 16px 84px 16px;
	color: #fff;
}

@media only screen and (min-width: 992px){
	.result_page .card_content{
	    padding: 25px 0 50px 0;
	}
}
.result_area{
    max-width: 836px;
    width: 90%;
    background-color: #fff;
    display: flex;
    margin: 5rem auto;
    position: relative;
    z-index: 9;
    padding: 15px;
    color: #0a2d44;
    border: 1px solid #0a2d44;
}
.result_area a{
    color: #009f86;
}

.result_area.followup,
.subcontent .result_area {
	margin-top: 42px;
}

.subcontent .result_area {
	box-shadow: none;
}

.result_wrapper {
	width: 100%;
}
.hero_icon{
    display: inline-block;
    height: 120px;
    width: 120px;
}
.mapfield{
	position: relative;
    padding:10px;
    margin: 15px auto auto;
}
.mapfield i{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 60px;
	transform: translate(-50%, -100%);
	color: #e60000;
}

.mapfield iframe {
	width: 100%;
	height: 400px;
	border: 1px solid #052346;
}
.result_area.loader{
	flex-direction: column;
}
.result_area.loader div{
	text-align: left;
}
.spinner_holder{
	margin: 20px;
}
.spinner-center{
	left: -100px;
    margin-left: 50%;
	position: relative;
}
.result_area .spinner-border {
	height: 200px;
	width: 200px;
	position: relative;
	color: #009f86;
}
#searchResults {
	position: absolute;
	padding: 0px;
	margin: 0;
	display: block;
	width: calc(100% - 64px);
	border: 1px solid #b3b3b3;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #fff;
	list-style: none;
	z-index: 100;
}
#searchResults li {
	padding: 5px 10px;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #b3b3b3;
	background-color: #fff;
	cursor: pointer;
	z-index: 101;
}

#searchResults li:hover {
	background-color: #f8f8f8;
}

#searchResults li.selected {
	background-color: #f8f8f8;
}

