/* ******************************  Allgemeine Menüeinstellungen ****************************** */
#menu {
    font-size: 16px;
    white-space: nowrap;
    z-index: 30;
}

#menu a:hover {
    font-weight: inherit;
}

#menu li {
    list-style-type: none;
    height: 85px;
    line-height: 85px;
    padding: 0;
    margin: 0;
}

#menu li a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
}

#menu ul {
    padding: 0;
    margin: 0;
    z-index: 30;
}

/* ******************************  Desktop Menü links ****************************** */
#menu.type_topLeft {
    text-align: left;
}

/* ******************************  Desktop Menü rechts ****************************** */
#menu.type_topRight {
    text-align: right;
}

#menu > ul > li {
    float: left;
}

/* #menu > ul > li:after {
	content:'•';
	color:white;	
	position:relative;
	left:-33px;
} */

#menu > ul > li:last-child:after {
    content: '';
}

#menu > ul > li:hover {
    background-color: #325cb3;
    background-image: url('../images/menu/pfeil_top.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#menu > ul > li.single:hover {
    background-image: none;
}

/* 2. Ebene anzeigen */
#menu > ul > li:hover > ul {
    display: block;
}

/* 2. Ebene */
#menu ul li ul {
    position: absolute;
    background-color: #b2b4b2;
    display: none;

}

#menu ul li ul a {
    display: inline-block;
    color: black;
    width: 100%;
    padding-left: 20px;
}

#menu ul li ul li:first-child {
    height: 40px;
    line-height: 40px;
    padding-top: 20px;
}

#menu ul li ul li {
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}

#menu ul li ul li:hover {
    background-color: #5d5e5f;
}

#menu ul li ul li a:hover {
    color: white;
}

/* 3. Ebene anzeigen */
#menu ul li ul li:hover > ul {
    display: block;
}

/* 3. Ebene */
#menu ul li ul li ul {
    position: absolute;
    margin-left: 100%;
    margin-top: -40px;
}

#menu ul li ul li ul li:first-child {
    padding-top: 0;
}

#menu ul li ul li ul li {
    background-color: #5f6061;
}

#menu ul li ul li ul li a {
    color: white;
}

#menu ul li ul li ul li:hover {
    background-color: #b2b3b1;
}

#menu ul li ul li ul li a:hover {
    color: black;
}

/* ******************************   Smartphone-Menü das von rechts reinfährt ****************************** */
#sm_menu.type_vonRechts {
    position: fixed;
    right: 0;
    width: 0;
    float: right;
    padding-bottom: 10%;
    height: 100%;
    background-color: #0676b3;
    z-index: 30;
    transition: width 0.7s linear;
    overflow-x: none;
    /* display:none; */
}

#sm_menu.type_vonRechts {
    text-align: left;
}

#outer.show_vonRechts {
    left: -60%;
    transition: left 0.7s linear;
}

#sm_menu.show_vonRechts {
    width: 60%;
    transition: width 0.7s linear;
}

/* ******************************  Smartphone-Menü das von oben kommt und die ganze Seite nach unten schiebt ****************************** */
#sm_menu.type_vonOben {
    position: relative;
    width: 100%;
    text-align: left;
    z-index: 30;
    display: none;
}

#outer, #sm_menu {
    display: block;
}

#sm_menu.show_vonOben {
    display: block;
}

#sm_menu {
}

#sm_menu ul {
    padding: 0;
    margin: 0;
}

#sm_menu li {
    background-color: #00499c;
    list-style-type: none;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 2.7em;
}

#sm_menu a.level_1 {
    background-color: #bfbfbf;
    color: black;
}

#sm_menu a.level_2 {
    background-color: #737373;
    color: white;
}

#sm_menu a {
    border-bottom: 1px solid white;
    width: 100%;
    display: block;
    font-size: 1.2em;
}

#sm_menu a.parent {
    width: 90%;
    float: left;
}

#menu .subOpener {
    display: none;
}

#sm_menu .subOpener {
    font-weight: bold;
    width: 10%;
    text-align: center;
    background-color: #00499c;
    float: right;
}

#sm_menu .subOpener.level_0 {
    background-color: #0064C8;
}

#sm_menu .subOpener.level_1 {
    background-color: #a6a6a6;
}

#sm_menu .BereichBtn {
    background-color: #e2e3e4;
    color: black;
    display: none;
}

/* #sm_menu > ul ul {
	 display:none; 
} */
/* *************************************************************************************************** */
/* ******************************  Änderungen am Menü ab hier vornehmen ****************************** */
/* *************************************************************************************************** */
#menu a, #sm_menu a {
    color: white;
    box-sizing: border-box;
    padding-left: 10px;
}

#menu,
.header_left {
    background-color: #224ea6;
    height: 85px;
}

#sm_menu ul li ul li ul li ul li {
    background-color: #86B4DB;
}

.bc {
    position: absolute;
    height: 30px;
    margin-top: 8px;
    line-height: 30px;
    font-size: 13px;
    white-space: nowrap;
}

.bc > .item {
    background-image: url('../images/menu/bc_back_opa40.png');
    background-size: 7px 30px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
}

.bc > div.item:before {
    position: absolute;
    width: 7px;
    height: 30px;
    margin-left: -22px;
    content: '';
    background-image: url('../images/menu/bc_backLeft_opa40.png');
    background-size: 7px 30px;
    background-repeat: no-repeat;
}

.bc > div.item:first-child:before, .bc > div.item:first-child:after {
    background-image: none;
}

.bc > div.item.last:first-child:before {
    background-image: none;
}

.bc > div.item:after {
    position: absolute;
    width: 7px;
    height: 30px;
    margin-left: 15px;
    content: '';
    background-image: url('../images/menu/bc_backRight_opa40.png');
    background-size: 7px 30px;
    background-repeat: no-repeat;
}

.bc > div.item.last {
    background-image: url('../images/menu/bc_back_blue_opa40.png');
    background-size: 7px 30px;
    color: white;
}

.bc > div.item.last:before {
    background-image: url('../images/menu/bc_backLeft_blue_opa40.png');
    background-size: 7px 30px;
}

.bc > div.item.last:after {
    content: '';
    background-image: none;
}

.bc a {
    color: inherit;
}
