@font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-Bold.eot");
    src:url("https://static.bvr.de/font/GenosGFG-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-Bold.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-Bold.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-Bold.svg#GenosGFG-Bold") format("svg");
        font-weight:700;
     font-style:normal;
     font-display: swap;
    }
    @font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-Regular.eot");
    src:url("https://static.bvr.de/font/GenosGFG-Regular.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-Regular.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-Regular.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-Regular.svg#GenosGFG-Regular") format("svg");
    font-weight:400;
     font-style:normal;
     font-display: swap;
    }
    @font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-RegularItalic.eot");
    src:url("https://static.bvr.de/font/GenosGFG-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-RegularItalic.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-RegularItalic.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-RegularItalic.svg#GenosGFG-RegularItalic") format("svg");
     font-weight:400;
     font-style:italic;
     font-display: swap;
    }
    @font-face {
    font-family:'GenosGFG';
    src:url("https://static.bvr.de/font/GenosGFG-BoldItalic.eot");
    src:url("https://static.bvr.de/font/GenosGFG-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://static.bvr.de/font/GenosGFG-BoldItalic.woff") format("woff"), url("https://static.bvr.de/font/GenosGFG-BoldItalic.ttf") format("truetype"), url("https://static.bvr.de/font/GenosGFG-BoldItalic.svg#GenosGFG-Bold_italic") format("svg");
    font-weight:600;
     font-style:italic;
     font-display: swap;
    }


@media all{	
	.form-control,.btn{
		border-radius:0px;
	}
}

body, body.xsp {
    font-size: 100%;
    background: #fff;
    color: #707070;
    text-align: left;
    position: relative;
    font-family: "GenosGFG", Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    /* overflow-x: hidden; */
    opacity: 1;
    font-size: 14px;
}

*[class*="glyphicon-"] {
    font-weight: normal;
    font-family: 'Glyphicons Halflings' !important;;
}
.form-control-feedback {
     top: 22px;
}

.mainDiv{
    background: #fff;
    line-height: 20px;
    margin-top: 4px;
    padding-bottom: 30px;
}

.head {
    line-height: 42px;
    height: 80px;
}

.full-width {
    margin: 0 auto;
    width: 100%;
}

.menubg {
    	height: 80px;
    	line-height: 80px;
	}

.parent {
    display: table;
    table-layout: fixed;
}

.child {
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}

@media (min-width: 940px){
	.container {
	    width: 940px;
	}
	
}


@media (max-width: 767px){
	
	.head {
    	line-height: 77px;
    	height: 80px;
    	width: 100%;
	}
	.head > div {width: 100%; }
	
}

nav {
  margin:0 auto;
  width:940px;
  padding-left:5px;
  
  padding-right:4px;
  max-width:100%;
  overflow:hidden;
   list-style:none !important;
  height:80px;
  line-height:80px!important;
     
}
div.mobileMenu {
	display: none;
}
	
	
nav ul {
    padding: 0px;
    margin: 0px;
 	display:block;
}
nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
    nav ul,nav ul li{
    
   /* border-right:1px solid #cecece;
    border-left:1px solid #fff;
    */
    
}

nav ul li {
    list-style: none;
    float:left;
    line-height: 80px;    
}

	nav > ul > li:first-child {
	border-left:1px solid #cecece;		
	}
	
nav ul li {
	border-right:1px solid #cecece;		
	}
nav ul li:hover {
	border-right:0;		
	}
	
nav > ul > li:last-child {
	border-right:1px solid #cecece;	
	}
	
nav ul li > a {
	border-left:1px solid #fff;	
	}	
nav ul li:last-child > a {
	border-right:1px solid #fff;	
	}	
			
	
nav ul li a {
    text-decoration: none;
    display: block;
    color: #575757;
    width:auto;
    padding:0px 35px 0px 34px;
    text-align:left;
   
    
    
}
nav ul li a:hover,nav ul li a.active {	
	background: #fff;
	-webkit-box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:     0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow:          0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	color: #575757;
	text-decoration:none;  
	
}			
nav ul li a img{	
	margin-left:20px;
	border:0;
	}
	
nav ul li:hover > ul, nav ul li.active >  ul {
    visibility: visible;
    
}
nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:20px 0px 20px 0px;
    border:0;    
    background: #fff;
	-webkit-box-shadow:  0px 4px 9px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:     0px 4px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.4);
	color: #0066b3;
	text-decoration:none;
	border-top:1px solid #cecece;  
	z-index:100;
	

}
	
nav ul li.onlymobile,nav ul li.onlymobile a{
	display:none;
}
	
nav ul li ul li{
    float: none;
    border:0;
}
nav ul li ul li a{
	background:#fff;
	line-height:40px;
	padding-right:40px;
	}
nav ul li ul li a:hover{
    color: #0066b3;
    background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;	
}		
 

nav ul li:hover > a,nav ul li > a.active  {
    background: #fff;
	-webkit-box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:     0px 0px 9px 0px rgba(0, 0, 0, 0.4);
	box-shadow:          0px 0px 9px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff !important;   
}
nav ul li > a.active {
	
	background: -webkit-linear-gradient(#F1F1F1, #DFDFDF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F1F1F1, #FDFDF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F1F1F1, #FDFDF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F1F1F1, #FDFDF); /* Standard syntax */	    
	-webkit-box-shadow: inset 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0px 5px 13px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 0px 5px 13px 0px rgba(0, 0, 0, 0.15);           
}		
		
nav ul li > a.noSub {
	color: #ff6600;
	padding-left:44px;
	padding-right:45px;
}		
/* breadcrump */






.head .headerHomeLink IMG {
    margin: 19px 0px 20px 0px;
}

.bg_darkblue {
    background-color: #0066b3;
}

.menubg {
    background: #E3E3E3;
    height: 80px;
    line-height: 80px;
    background: -webkit-linear-gradient(#E3E3E3, #F3F3F3);
    background: -o-linear-gradient(#E3E3E3, #F3F3F3);
    background: -moz-linear-gradient(#E3E3E3, #F3F3F3);
    background: linear-gradient(#E3E3E3, #F3F3F3);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.19);
}

a.hellblau, section div a.hellblau h1 {
    background-color: #4e9fd5;
    color: #fff !important;
}

h1 {
	color:#0066b3;
	font-size:36px;
	line-height:36px;	
	margin:30px 0px 30px 0px;
	display:block;
	}		
	
h2 {	
	color:#2360ad;
	font-size:18px;
	font-weight:bold;
	display:block;	
}
h3 {	
	color:#2360ad;
	font-size:18px;
	font-weight:normal;
	display:block;	


}

h3.bold{
	font-family: "GenosGFG", Arial, sans-serif;
	font-weight:bold;
    margin-bottom: 20px;
    margin-top: 20px;
}	


.orangeBtn,.orangeBtn:hover{
		height:33px;
		font-size:14px;
		font-family: "GenosGFG", Arial, sans-serif;
		background:#ff7b00;
		color:white;
		line-height:33px;
	
		padding-left:20px;
		padding-right:20px;
		cursor: pointer;
	}
	

A {
	color:#ff6600;	
	font-size:14px;
	text-decoration:none;
	}
A:hover {
	color:#B84A01;
}

.middle{
 	display: table-cell;
    vertical-align: middle	
}

.footerbg {
    background: #0066b3;
    height: auto;
    display: block;
    clear: both;
    /* height:200px; */
}


.labelspan{
	font-size: 14px;
	margin-bottom:2px!important;
    font-family: "GenosGFG", Arial, sans-serif;
    display: block;
    margin-bottom: 7px;
 }
 
.teilbereichHrLine{
		display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        clear:both;
	}
	 .teilbereichHrLine > h2 {
        position: relative;
        display: inline-block;
    }
	
	.teilbereichHrLine > h2:before,
    .teilbereichHrLine > h2:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 1px;
        background: #dddddd;
    }

    .teilbereichHrLine > h2:before {
        right: 100%;
        margin-right: 15px;
    }

    .teilbereichHrLine > h2:after {
        left: 100%;
        margin-left: 15px;
    }
    
    .teilbereichHrLine > h2 {
		color: #0066b3;
		font-size: 32px;
		line-height: 32px;
		margin: 30px 0px 30px 0px;
    }
 
 .kontaktForm:first-child {
 	padding-top: 20px;
 }
 .kontaktForm:last-child{
    
    background-color: #fff;
    
    color: #707070;
    padding-bottom: 40px;
}

div.footerbg div.asidecard {
    clear: left;
}

footer h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #fff;
}

div.radio table[role=presentation] td{
	height:25px;
} 

footer {
    margin: 0 auto;
    width: 940px;
    max-width: 100%;
    list-style: none !important;
    height: auto;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 40px;
    line-height: 20px;
}

footer .footerMail, footer .footerMail:hover {
    background-image: url(footer_mail.png);
    background-repeat: no-repeat;
    background-position: 3px;
    padding-left: 35px;
    display: block;
    line-height: 20px;
    margin-top: 0px;
}

footer .footerPhone, footer .footerPhone:hover {
    background-image: url(footer_phone.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    display: block;
    line-height: 25px;
    margin-top: 20px;
}
footer a, footer a:hover {
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.bvrbtnright,.bvrbtnright:hover,.bvrbtnright:active,.bvrbtnright:focus,.bvrbtnright:active:focus  {
    background: url(bvrlink_arrow_right.png) no-repeat right center;
    border-right: 10px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    background-color: #fe7c04;
    color: #FFF!important;
    padding: 5px 25px 5px 14px;
    font-size: 14px;
    line-height: 18px;
    font-family: "GenosGFG", Arial, sans-serif;
    cursor: pointer;
    float: right;
    border-color:#fe7c04;
}

/* big checkbox */
	label {
		display: inline;
		}
		.regular-checkbox {
		display: none;
		}
		.regular-checkbox + label {
		background-color: #fafafa;
		border: 1px solid #707070;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
		padding: 9px;
		/*border-radius: 3px; */
		display: inline-block;
		position: relative;
		}
		.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
		}
		.regular-checkbox:checked + label {
		background-color: #e9ecee;
		border: 1px solid #adb8c0;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
		color: #99a1a7;
		}
		.regular-checkbox:checked + label:after {
		content: '\2714';
		font-size: 14px;
		position: absolute;
		top: 0px;
		left: 3px;
		color: #0086d0;
		}
		.big-checkbox + label {
		padding: 18px;
		}
	
		.tag {
		font-family: Arial, sans-serif;
		width: 200px;
		position: relative;
		top: 5px;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		float: left;
		}
			
		.big-checkbox + label {
		padding: 13px;
		float: left;
		}
		.big-checkbox:checked + label:after {
		font-size: 28px;
		left: 3px;
		top: -5px;
		
		}
	
	/* big checkbox ende */

@media (min-width: 768px) {

	.col-sm-2-5 {
	    width: 20%;
	}

}

@media (max-width: 767px) {

	.languageFirstIcon {
	    line-height: 40px!important;
	}

}

@media (max-width: 480px){
	.labelspan{
		font-size: 14px;
		margin-bottom:0px;
	    font-family: "GenosGFG", Arial, sans-serif;
	    display: inline;
	    margin-bottom: 7px;
	 }
	 
	 h1{ font-size: 24px;   line-height: 24px; }

}