.cbp-hrmenu {
	width: 100%;
	position:absolute;
	z-index:99999;
	padding-top:10px;
	/* border-bottom: 4px solid #003366; */
}
@supports (-ms-ime-align:auto) { /* EDGE */
	.cbp-hrmenu {
		padding-top:12px;
	}
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 920px;
	/*max-width: 70em; */
	margin: 0 auto;
	/* padding-left:260px; */
	/* padding: 0 1.875em; */
}
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner2 {
	width: 668px;
	margin: 0 auto;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a, .cbp-hrmenu > ul > li > span > a {
	font-weight: 700;
	padding: 2.5em 2em;
	color: #333;
	display: inline-block;
	text-decoration:none;
}

.cbp-hrmenu > ul > li > a:hover, .cbp-hrmenu > ul > li > span > a:hover {
	color: #003366;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #003366;
	text-decoration:none;
	transition: all 200ms ease 0s;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #003366;
	width: 100%;
	left: 0;
	min-height:276px;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-playropen {
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	/* width: 33%; */
	float: left;
	margin-top:33px;
	margin-bottom:33px;
	padding: 0 24px 0;
	text-align:left;
	border-right:1px solid #999;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}



.cbp-hrmenu .cbp-hrsub-inner2 > div {
	/* width: 33%; */
	float: left;
	margin-top:33px;
	margin-bottom:33px;
	padding: 0 24px 0;
	text-align:left;
	border-right:1px solid #999;
}

.cbp-hrmenu .cbp-hrsub-inner2 > div:last-child {
	border-right:none;
	margin-bottom:0px;
}

.cbp-hrmenu .cbp-hrsub-inner2:before,
.cbp-hrmenu .cbp-hrsub-inner2:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner2:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner2 > div a {
	font-weight:normal;
	line-height: 33px;
}
.cbp-hrmenu .cbp-hrsub-inner2 > div a:first-line {
	font-weight:normal;
	line-height: 10px;
}
.cbp-hrmenu .cbp-hrsub-inner2 > div a:hover {
	text-shadow: 0 0.1px #fff, 0 -0.1px #fff, 0.1px 0 #fff, -0.1px 0 #fff;
}
.cbp-hrmenu .cbp-hrsub-inner2 > div a.aktiv {
	font-weight:bold;
}


.cbp-hrsub h4 {
	color: #fff;
	/*padding: 2em 0 0.6em; */
	margin: 0;
	font-size: 120%;
	font-weight: bold;
}

.flag {	height:10px; width:auto; }

.width275 {	width:275px !important; }
.width345 {	width:345px !important; }
.width380 {	width:385px !important; }
.width400 {	width:400px !important; }
.width500 {	width:500px !important; }
.width530 {	width:530px !important; }
.width930 {	width:930px !important; }
.width1000 {	width:1000px !important; }

.maxwidth180 {	max-width:180px !important; }
.maxwidth155 {	max-width:155px !important; }
.maxwidth300 {	max-width:300px !important; }
