/* THEME LESS */
*{	margin: 0; padding: 0; -webkit-text-size-adjust: none;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  box-sizing: border-box;  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; -webkit-touch-callout: none; }
*:focus, *:active{	outline:none; }
*::after, *::before,*:after, *:before { box-sizing: border-box; }
.hidden{	position: absolute;	display: block;	overflow: hidden;	left: -1px !important; top: -1px !important;	width: 1px !important; height: 1px !important; }

body,html {	position: relative;	height: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html{ -webkit-text-size-adjust: 100%; }
body{
	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 						14px;
	text-align:						center;
	background-color:				#fff /* #e7eef6 */;
	overflow-x: 					hidden;
	overflow-y: 					scroll;
}
#scrolltop{
	position: fixed;
	top: 50%; right: 0; z-index: 999;
	background-color: #0b3e7f;
	color: #fff;
	height: 114px;
	width: 32px;
	margin-top: -57px;
	display: none;
	cursor: pointer;
}

#sidebar #social ul{
	letter-spacing: 0;
	font-size: 0;
	border: 1px solid rgba(0,0,0,0.2);
}
#sidebar #social ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100%/5);
	margin: 0;
	letter-spacing: normal;
	font-size: 19px;
}
#sidebar #social:before{
	position: relative;
	display: block;
	content: "";
	height: 25px;
	background-image: url(share.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	top: 15px;
}
#zertifikat {
	text-align: center;
}
#zertifikat img{
	max-width: 140px;
	height: auto !important;
	margin: 0 auto;
}
#sidebar #social ul li a{
	padding: 0;
	width: 100%; text-align: center;
}
#sidebar #social ul li a.fb{
	background-color: #3b5998;
}
#sidebar #social ul li a.fb:hover{
	background-color: #324d82;
}
#sidebar #social ul li a.tw{	background-color: #55acee;}
#sidebar #social ul li a.tw:hover{	background-color: #1f90e8; }

#sidebar #social ul li a.go{	background-color: #dd4b39;}
#sidebar #social ul li a.go:hover{	background-color: #c13020; }

#sidebar #social ul li a.pin{	background-color: #cb2027;}
#sidebar #social ul li a.pin:hover{	background-color: #a21920; }

#sidebar #social ul li a.mail{	background-color: #fff; color: #0b3e7f;}
#sidebar #social ul li a.mail:hover{	background-color: #ddd; }

#scrolltop .material-icons{
	position: relative;
	display: block;
	width: 32px;
	text-align: center;
	margin-top: 7px;
	font-size: 16px;
}
#scrolltop span{
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	display: block;
	top: 20px;
	white-space: nowrap;
}
img{
	max-width: 100%;
	height: auto;
	border: 0;
}
a{ color: #0b3e7f; cursor: pointer; text-decoration:none; border-bottom:1px solid rgba(0,0,0,0.16); }
a:hover{ color: #000; cursor: pointer; text-decoration:none; border-bottom:1px solid #0b3e7f; }
[data-role="menu"] a,[data-role="menu"] a:hover, #sidebar a, #sidebar a:hover,breadcumb a, breadcumba:hover{ border-bottom: none !important; }
div[data-role="container"]{
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	max-width: 990px;
	text-align: left;
	margin: 0 auto;
}

div[data-role="bg"]{
position: absolute;
	display: block;
	left:0;
	right: 0;
	top: 0;
	z-index: 1;
	
	background: rgb(250,251,255); 
	background: -moz-linear-gradient(top, rgba(250,251,255,1) 0%, rgba(120,150,200,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(250,251,255,1) 0%,rgba(120,150,200,1) 100%); 
	background: linear-gradient(to bottom, rgba(250,251,255,1) 0%,rgba(120,150,200,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafbff', endColorstr='#7896c8',GradientType=0 ); 
	
	height: 300px;	
}
table{
	background-color:rgba(0,0,0,0);
	width: 100%;
	
}
table td{ 
	
	padding: 3px 6px;
	font-size:13px;
	font-weight:500;
}
header {
	position: relative;
	display: block;
	padding-top: 40px;
	
	z-index: 2;
}

header div[data-role="logo"]{
	position: relative;
	display: block;
	float: left;
	max-height: 74px;
	height: 100%;
}
header div[data-role="logo"] a,
header div[data-role="logo"] img{
	position: relative;
	display: block;
	border: 0; 
	text-decoration: 0;
	cursor: pointer
	height: 100%;	
	max-height: 74px;
	width: auto !important;
	
}
div[data-role="tel"]{
	background-color: #0b3e7f;
	color: #fff;
	position: absolute;
	display: block;
	right:0;
	line-height: 45px;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 300;
	width:32%;
	max-width: 750px;
	top: 60px;
	z-index: 2;
	text-align: left;
	-o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
div[data-role="mobile-btn"]{
	display: none;
}
div[data-role="tel"] a{
	color: #fff;
	text-decoration: none;
	cursor: default;
}

div[data-role="menu"]{
	position: relative;
	display: block;
	background-color: #fff;
	color: #0b3e7f;
	/* margin-top: 40px; */
	line-height: 45px;
	height: 45px;
	
}
div[data-role="menu"] div[data-role="search"]{
	position: relative;
	display: block;
	float: right;
	padding: 0 0;
	
	z-index: 5;
}
div[data-role="menu"] div[data-role="search"] input{
	background-color: white;
	border:1px solid #D3E1FC;
	background-image: none;
	color: #0b3e7f;
	font-family: 					'Conv_MyriadPro-Light';
	font-size: 15px;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 30px;
	padding: 0 10px;
	    -webkit-appearance: textfield;
		    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
	width: 160px;	
	-webkit-transition: all 0.3s ease-in-out;
  		-moz-transition: all 0.3s ease-in-out;
  		-o-transition: all 0.3s ease-in-out;
  		transition: all 0.3s ease-in-out;
}

div[data-role="menu"] ul{
	position: relative;
	display: block;
	z-index: 2;
}
div[data-role="menu"] ul li.level--0{
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}
div[data-role="menu"] ul li.level--0 a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #0b3e7f;
	font-size: 17px;
	font-weight: 600;
	padding: 0 20px;
	padding-left: 27px;
	border-right: 1px solid #eee;
}
div[data-role="menu"] ul li.level--1 a,
div[data-role="menu"] ul li.level--0:last-child a{
	border-right: none;
	
}
div[data-role="menu"] ul li.level--0:hover a{
	background-color: #0b3e7f;
	color: #FFF;
	opacity: 0.95;
}
div[data-role="menu"] .level--0 ul{
	position: absolute;
	display: none;
	background-color: #0b3e7f;
	opacity: 0.95;
	line-height: normal;
	padding:15px 10px;
	/* min-width: 270px; */
	z-index: 99;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
div[data-role="menu"] .level--1 ul {
	padding: 0 5px;
	position: relative;
	display: none;
	min-height: auto;
	box-shadow: none;
}
div[data-role="menu"] .level--0:hover .level--1.hasMenu a:after{
	position: absolute;
	display: block;
	top: 0; right: 0;
	font-family: "Material Icons";
	display: block;
	content: "\E315";
	line-height: 32px;
}
div[data-role="menu"] .level--0:hover .level--1.hasMenu ul li a:after{
	display: none;
}
div[data-role="menu"] .level--0:hover .level--1 ul{
	display: none;
}
div[data-role="menu"] .level--0:hover .level--1:hover ul {
	display: block;
	position: absolute;
	top: 0; left: 100%;
}
div[data-role="menu"] .level--0 ul li{
	position: relative;
	display: block;
	list-style: none;
}
div[data-role="menu"] .level--0 ul li a,
div[data-role="menu"] .level--0:hover ul li a{
	padding: 6px 15px;
	font-size: 16px;
	white-space: nowrap;
	font-weight: 500;
	color: #d3e1fc;
}
div[data-role="menu"] .level--0:hover ul li a:hover{
	color: #fff;
}

div[data-role="menu"] li.level--2  a
{
	font-size: 15px !important;
	
	white-space: nowrap;
	
}
div[data-role="menu"] .level--1 ul li a:before,
aside li.level--2 a:before{
	content: "\E5C8";
	font-family: "Material Icons";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 7px;
}
div[data-role="menu"] .level--0:hover ul{
	display: block;
}

#sidebar .level--1 ul{
	display: none;
	margin: 0 !important;
}
#sidebar .level--1 ul.show{
	display: block;
	margin: 0 !important;
}
#sidebar .level--1 ul a{
	font-weight: 300;
	padding-left: 40px;
}
content {
	position: relative;
	display: block;
	z-index: 1;
	margin-top: 10px;
	
}
#co{
	position: relative;
	display: block;
	
}
#mdv-slider .slide-1{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#sidebar,
#content {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#sidebar{
	width: 23%;
}
#content{
	width: 77%;
}
h1{
	font-size: 24px;
	font-weight: 500;
}
p{
	padding: 8px 0;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: 400;
}
p .material-icons{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	font-size: 16px;
	margin-right: 5px;
}
#sidebar ul{
	position: relative;
	display: block;
	margin: 20px 0;
}
#sidebar ul li{
	background-color: #0b3e7f;
	list-style: none;
	position: relative;
	display: block;
	margin-bottom: 1px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
#sidebar #asm ul li{
	background-color: #85a0cf;
}
#sidebar ul li a{
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	line-height: 33px;
	font-size: 15px;
}
#sidebar #asm ul li a{
	
}
#sidebar ul li:hover{
	background-color: #082d5e;
}
#sidebar #asm ul li:hover{
	background-color: #6e8ec6;
}
.hell,.download{
	position: relative;
	display: block;
	background-color: #e7eef6;
	padding: 12px 20px;
	color: #0d3d7b;
	margin: 20px;
	margin-right: 0;
}
.download a:before{
	content: "\E2C4";
	font-family: "Material Icons";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top:-2px;
	margin-right: 4px;
	font-size: 19px;
	color: #0b3e7f;
}
.download.url a:before{
	content: "\E157";
}
.faq p{
	display:none;
	padding: 8px 12px;
	font-size: 14px;
}
.faq p.show{
	display: block;	
}
.faq strong{
	background-color: #fff;
	position: relative;
	display: block;
	padding:4px 8px;
	border:1px solid rgba(0,0,0,0.16);
	margin-bottom: 2px;
	cursor: pointer;
}
.dark{
	position: relative;
	display: block;
	background-color: #0d3d7b;
	padding: 12px 20px;
	color: #FFF;
	margin: 20px;
	margin-right: 0;
}
.dark p a{
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}
.responsive{
	position: relative;
	display: block;
	margin-left: 20px;
}
.responsive img{
	width: 100%;
	height: auto;
	border: 0;
}
#sidebar .hell{
	margin-left: 0;
}
.img--right{
	position: relative;
	float: right;
	border: 0;
	max-width: 80%;
	height: auto;
	margin: 20px;
	margin-right: 0;
}

bread{
	display: none;
}
breadcumb{
	position: relative;
	display: block;
	padding: 10px 0;
	padding-bottom: 15px;
}
breadcumb a{
	color: #0b3e7f;
	font-size: 15px;
	cursor: pointer;
	font-weight: 700;
}
breadcumb a:hover{
	text-decoration: none !important;
	color: #000;
}
breadcumb a:after{
	content: "\E315";
	font-family: "Material Icons";
	text-decoration: none;
	color: rgba(0,0,0,0.5);
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -1px;
	font-size: 14px;
	padding: 0 5px;
}
breadcumb #breadcrumb div:last-child a:after{
	display: none;	
}
breadcumb #breadcrumb div:last-child a{
	font-weight: 500;
}

footer{
	background-color: #e7eef6;
	color: #0b3e7f;
	position: relative;
	display: block;
	margin-top: 20px;
	padding: 40px 0;
	font-size: 0;
	letter-spacing: 0;
	
}
footer .col{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: 400;
	width: 33.33333333333333%;
}
footer .copy{
	position: relative;
	display: block;
	font-size: 12px;
	letter-spacing: normal;
	font-weight: 400;
	text-align: right;
	padding-top: 20px;
}
footer .copy .material-icons{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	font-size: 12px;
	top: -2px;
}
footer h3{
	font-size: 17px;
	font-weight: 600;
	padding: 5px 8px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	background-color: transparent;
	border-bottom:1px solid #d1dfed;
	margin-bottom: 1px;
	margin-right: 3px;
	text-transform: uppercase;
	color: #000;
}
footer ul{
	position: relative;
	display: block;
	padding: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
}
footer ul li {
	list-style: none;
	position: relative;
	display: block;
}
footer li a{
	color: #0b3e7f;
	font-size: 16px;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	display: block;
	padding: 5px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	border-bottom: 1px solid #e7eef6;
	
}
footer li a:hover{
	border-bottom: 1px solid #e7eef6;
	background-color: #d1dfed;
}
footer li:last-child a{
	border-bottom: none;
}
footer li a:before{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "\E315";
	color: #000;
	padding-right: 5px;
	font-size: 14px;
	top:-2px;
	font-family: "Material Icons";
}
div[data-role="menu"] ul li.level--0 a:after{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	content: "\E313";
	
	padding-left: 7px;
	font-size: 14px;
	top:0px;
	font-family: "Material Icons";
}
div[data-role="menu"] ul li.level--1 a:after{
	display:none;	
}
#sidebar #asm ul li a{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#nivoSlider,#ninja-slider{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background-size:  cover;*/
	
	overflow: hidden;
}


input[type="text"],
textarea,
select,
aside input{
	width: 100%;
	position: relative;
	display: block;
	background-color: transparent;
	background-image: none;
	border:0;
	border-bottom: 1px solid #749cca; 
	font-family: 'Source Sans Pro', sans-serif;
	height: 27px; z-index: 2;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
}
.page_form_cell{
	padding-top:5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-top: 0 !important;
}
.page_form_cell h3{
	padding-bottom: 10px;
}
.page_form_cell.full{
	width: 100%;
}
input[value=""] + label,
textarea[value=""] + label,
select[value=""] + label,
aside div[data-role="search"] input[value=""] + label{
	font-size: 15px;
	top: 10px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
aside div[data-role="search"] input[value=""] + label{
	top: 0;
}
input + label,
textarea + label,
select + label,
input:focus + label,
textarea:focus + label,
select:focus + label,
aside div[data-role="search"] input:focus + label
aside div[data-role="search"] input + label{
	position: absolute;
	display: block;
	z-index: 1;
	font-size: 11px;
	font-weight: 700;
	top: -5px;
	left: 0;
	color: #0b3e7f;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside div[data-role="search"] input:focus + label,
aside div[data-role="search"] input + label{
	top: -10px;
	font-size: 11px;
	color: #0b3e7f;
}
textarea{
	height: auto;
}

input + label + span,
textarea + label + span,
select + label + span,
aside div[data-role="search"] input + label + span{
	position: absolute;
	display: block;
	left: 0;
	bottom: 9px;
	right: auto;
	width: 0;
	background-color: #1d324b;
	height: 3px;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside div[data-role="search"] input + label + span{
	bottom: -1px;
}
input:focus + label + span,
textarea:focus + label + span,
select:focus + label + span,
aside div[data-role="search"] input:focus + label + span{
	width: 100%;
}
input#f_plz{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
input#f_plz:focus + label + span{
	width: 20%;
}
input#i_ort{
	width: 79%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
}
input#i_ort + label + span{
	left:21%;
}
input#i_ort:focus + label + span{
	width: 79%;
}
input#i_ort + label{
	left: 21%; 
}
.checkbox input +  label{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	padding-left: 10px;
	left:auto;
	font-weight: 400;
	font-size: 13px;
}
textarea{
	padding: 10px 0;
}


.captcha div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 7px 10px;
	padding-top: 10px;
	border:1px solid rgba(0,0,0,0.6);
	margin-right: 15px;
	background-color: #fff;
	margin-bottom: 15px;
}
.captcha p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size:13px;
}
.captcha p a,
.captcha p a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #0b3e7f;
}


form button{
	border-radius: 0;
	background-color: #0b3e7f;
	color: #fff;
	height: 36px;
	padding: 0 20px;
	cursor: pointer;
	background-image: none;
	border:0;
	box-shadow: none;
	border-radius: 0;
	margin-left: 7px;
	float: right;
}
form button[type="button"]{
	background-color: #fff;
	color: #0b3e7f;
	margin-left: 0;
	float: none;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	left: 0;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,0.5);
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-controls{
	z-index:99;
	left:0;
	right:0;
	bottom:50px;
	position:absolute;
	display: block;
}



#browser{
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 0;
}
#browser  a{
	background-color:#fff;
	color:  #0b3e7f;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	cursor: default;
}
#browser .page_switcher_active a{
	background-color: #0b3e7f;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	cursor: default;
}
#content ul{
	font-size: 16px;
	padding: 10px 30px;
}
#content ul li{
	font-size: 16px;
	list-style: disc; 
}
#content .white img{
	position: relative;
	float:right;
	width: 100%;
	max-width: 300px;
	margin: 0 20px;
	height: auto;
	margin-bottom: 10px;
}
#content .white h1 {
	color:#0b3e7f;
	position: relative;
	display: block;
	padding: 8px 20px;
	padding-top: 0;
}
#content .white  p{
	position: relative;
	display: block;
	padding: 8px 20px;
	font-size: 16px;
}
#content .dl{
	position: relative;
	display: block;
	font-size:0;
	letter-spacing: 0;
	
}
#content .dl .dd, #content .dl .dt{
	position: relative;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 16px;
	background-color: #C9D8FF;
	padding: 10px 15px;
}
#content .dl .dd{
	width: 25%;	
	box-shadow: -1px 0 0 #e7eef6 inset;
	font-weight: bold;
}
#content .dl .dt{
	width: 75%;	
}
table td{
	vertical-align: top;
	font-size: 16px;
	background-color: #FFF;
	padding: 10px;
}
.no-white table td{
	vertical-align: top;
	font-size: 16px;
	background-color: transparent;
	padding: 10px;
}
.table{
	padding:10px 0;
	overflow: auto;
}
.table tr, .table td{
	white-space: no-wrap;
}
#content h4{
	color: #000;
		padding: 10px 0;
		font-size: 21px;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 500;
}
#content .img.right{
		float:right;
		margin-left: 20px;
	
}
img.passbild{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: auto;
	max-height: 100px;
	float:left;
}
img.passfoto-big{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 20px;
	width: auto;
	max-height: 260px;
	float:right;
}

header [data-role="search"] button .material-icons{
	padding-top:2px;	
}
header [data-role="search"] button{
	background-color: transparent;
	width: 45px;
	text-align: center;
	height: 45px;
	background-image: none;
	cursor: pointer;
	color: #999;
	border:0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -mstransition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header [data-role="search"] button:hover{
	background-color:#0b3e7f;
	color: #fff;
}



#mdvSearch {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: rgba(255,255,255,0.9);
	/* max-height: 0px; 
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
  height: 0px;
  margin-top:-7px;
  -o-box-shadow: 0 1px 0 #eee inset;
  -moz-box-shadow: 0 1px 0 #eee inset;
  -webkit-box-shadow: 0 1px 0 #eee inset;
  -ms-box-shadow: 0 1px 0 #eee inset;
  box-shadow: 0 1px 0 #eee inset;
}
#mdvSearch.see{
	/* max-height: 46px; */
	height: 46px;
}
#mdvSearch  form{
	position: absolute;
	display: block;
	left:0;
	right: 0;
	top: 0;
	height: 46px;
}
#mdvSearch input{
	position: relative;
	display: block;
	width: 100%;
	font-size: 21px;
	height:46px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
	padding: 0 15px;
	
	background-color: transparent;
}
/* all */
::-webkit-input-placeholder { color:#0b3e7f; }
::-moz-placeholder { color:#0b3e7f; } /* firefox 19+ */
:-ms-input-placeholder { color:#0b3e7f; } /* ie */
input:-moz-placeholder { color:#0b3e7f; }

#mdvSearch button[type="button"]{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
	background-color: transparent;
	height: 52px;
	width: 52px;
	text-align: center;
	cursor: pointer;
	color: #0b3e7f;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
div[data-role="flex"].gal {
    padding: 8px 30px;
}
div[data-role="flex"] {
    display: block;
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding: 0 20px;
}
div[data-role="flex"].gal div {
    margin: 1%;
}
div[data-role="flex"].gal div {
    width: 14%;
    max-width: 14%;
}
div[data-role="flex"] div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 14px;
    width: 31% !important;
    max-width: 31% !important;
    margin: 1.5%;
}
div[data-role="flex"].gal div a {
    position: relative;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 150px;
    border: 5px solid #fff;
    outline: 1px solid rgba(0, 0, 0, 0.16);
}
























/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  text-decoration: none !important;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  text-decoration: none !important;
  opacity: 1;
}