@import url('https://fonts.verwaltungsportal.de/css/?family=Lato:400,300,600');

body {
    font-family: Lato, sans-serif;
    color: #2e2e2e;
    background: #fff;
}

a {
    color: #217cb0;
}

a:hover {
    color: #217cb0;
}

#maindiv {
    width: 100%;
    line-height: 1.3em;
    text-align: left;
}

#content {
    line-height: 1.3em;
    text-align: left;
    min-height: 400px;
    padding-bottom: 50px;
}

.info_content {
    top: 120px;
}

/* ----------------------------------------------- footer ----------------------------------------------- */

/* change to #footer for inner-containment */
#footer-wrapper {
    background-color: #217cb0;
    position: relative;
    z-index: 10;
}

#footer {
    min-height: 100px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*  xs  */
@media (max-width: 767px) {
    /* xs-footer-separator (lines) */
    #footer .row > .col-xs-12:not(:first-child)::before{
        background: #ffffff;
        content: " ";
        height: 1px;
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    #footer .row > .col-xs-12.hidden-xs ~ .col-xs-12::before,
    #footer .row > .col-xs-12.hidden-sm ~ .col-xs-12::before{
        display: none;
    }
}

/* xs, sm */
@media (max-width: 991px) {
    #footer {
        padding: 5px 15px;
    }
}

/* md, lg */
@media (min-width: 768px) {
    /* footer-spacer-top */
    #footer > .row{
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

#innerfooter {
    line-height: 30px;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    padding: 10px 0;
    background: #217cb0;
}

#innerfooter a {
    color: #fff;
    text-decoration: none;
    background: #217cb0;
}

#innerfooter a:hover {
    color: #fff;
    font-weight: 400;
    background: #217cb0;
}

#counter {
    display: block;
    border: 1px solid #ffffff;
    padding: 4px 12px;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    #counter {
        display: inline-block;
        float: right;
        margin-top: 0;
    }
}

/* ########################################### custom-section ########################################### */

/*#topbar {
    min-height: 37px;
    line-height: 37px;
    background-color: #ffffff;
}

 xs, sm 
@media (max-width: 991px) {
     spacing 
    #topbar .row > div{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}*/

#menu-wrapper{
    background-color: rgba(33, 124, 176, 0.8);
    pointer-events: all;
}

#logo {
    min-height: 10px;
    padding: 6px 15px;
    position: relative;
    background-color: #fff;
    display: inline-block;
    left: -15px;
}

#logo a {
    max-width: 100%;
    display: inline-block;
}

#logo img {
    margin: 0 auto;
}

/* small logo */
#navbar-logo{
    max-width: 45%;
    display: inline-block;
    padding: 10px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    #navbar-logo {
        max-width: 30%;
    }
}

#navbar-logo img{
    max-width: 100%;
}

#content_buttons_div {
    top: 45%;
}

/* xs, sm */
@media (max-width: 991px) {
    /*  custom stuff here  */

    /* hide side-labels */
    #content_buttons_div {
        display: none;
    }

    /* hide slider-mask */
    .slider-mask {
        display: none;
    }
}

.theme-default a.nivo-nextNav {
    right: 65px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 1002;
}

#banner-texts-teaser {
    top: 200px;
    position: absolute;
    bottom: auto;
}


@media (min-width: 560px) {
    #banner-texts-teaser {
        top: 200px;
    }
    }

@media (min-width: 768px) {
    #banner-texts-teaser {
        top: 200px;
    }
    }

@media (min-width: 992px) {
    #banner-texts-teaser {
        top: 360px;
    }
    }

@media (min-width: 1200px) {
#banner-texts-teaser {
    top: 360px;
}
}

@media (min-width: 1800px) {
    #banner-texts-teaser {
        top: 360px;
    }
    }

#headerpic {
    max-height: 501px;
    min-height: 500px;    
    margin: 0 auto;
}

#headerpic .container {
    position: relative;
    z-index: 10;  
}

#slider{
    height: 100%;
}

#maske ,
#maske_intro {
    position: relative;
    z-index: 1002;
    pointer-events: none;
    height: 501px;
    width: 100%;
}

@media (max-width: 991px) {
    #maske,
    #maske_intro {
        height: 301px;
    }
}

@media (max-width: 400px) {
    #maske,
    #maske_intro {
        height: 301px;
    }
}

.slider-wrapper {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#footerpic {
    height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    pointer-events: none;
}

#footerpic_transparent {
    width: 100%;
    background: rgba(15, 139, 210, 0.4);
    height: 70px;
}

@media (max-width: 991px) {
    #headerpic {
        max-height: 301px;
        min-height: 300px; 
    }
    
    #footerpic {
        height: 300px;
    }
}


#content_spacer {
    height: 45px;
    line-height: 1px;
    font-size: 1px;
}

/* ie-fix btgrid images */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btgrid .row img {
        width: auto;
    }
}

#contentBG {
    background: #ffffff;
    position: relative;
    z-index: 499;
}

#newsticker {
    height: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    background: #f3f3f3;
    overflow: hidden;
    text-overflow: ellipsis;
}

#newsticker a {
    color: #217cb0;
    overflow: hidden;
    text-overflow: ellipsis;
}

#nach_oben {
    text-align: right;
    margin-right: 20px;
    padding-bottom: 10px;
    opacity: 0.75;
}

#nach_oben:hover {
    opacity: 1;
    transition: all 0.5s ease;
}

/* --------------------------------------------- organigramm -------------------------------------------- */

#organigramm{
    width: 1200px;
    margin: auto;
    font-size: 15px;
}

.topcenter a{
    padding: 20px;
    background-color: #007e9a;
    display: inline-block;
    padding: 20px 120px;
    color: #fff !important;
    font-weight: 700;
    word-wrap: anywhere;
}

.border{
    border-right: 2px solid #808080;
    width: 50%;
    height: 50px;
}

.bordertwo {
  border-bottom: 2px solid #808080;
  width: 300px;
  height: 2px;
  display: block;
  margin: 0 auto;
}

.borderfloatleft {
  border-left: 2px solid #808080;
  width: 148px;
  margin-left: 450px;
  height: 30px;
  float: left;
}

.borderfloatlefttwo {
  border-left: 2px solid #808080;
  width: 146px;
  height: 30px;
  float: left;
}

.borderfloatleftthree{
    border-left: 2px solid #808080;
    width: 108px;
    height: 30px;
    float: left;
}

.lefttabs{
	display: block;
	margin-top: 0;
	width: 180px;
  float: left;
  margin-left: 390px;
}

.lefttabs + .lefttabs{
    margin-left: 20px;
}

.lefttabs a {
	background-color: #ebebeb;
	color: #000;
	display: inline-block;
	width: 100%;
  min-height: 100px;
	padding: 14px;
	line-height: 1.1;
    word-wrap: anywhere;
}

.lefttabs a strong{
    font-weight: 700;
    color: #007e9a;

}

#firstwrapper{
  position: relative;
}

.middleLine {
	width: 2px;
	position: absolute;
	left: calc(60% - -1px);
	transform: translate(-50%);
	background: #808080;
	bottom: 0;
	top: 0;
}

.righttabs{
	display: block;
	margin-top: 0;
	width: 180px;
   min-height: 100px;
    float: left;
}

.righttabs{
    margin-left: 38px;
}

#firstwrapper > div:nth-last-child(1){
  margin-left: 57px;
}

.righttabs a{
    background-color: #ebebeb;
    color: #000;
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 10px;
}

.righttabs a strong{
    font-weight: 700;
    color: #007e9a;

}

#firstwrapper {
	max-width: 1000px;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding-bottom: 24px;
}

#secwrappertab{
	display: flex;
	width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
}

.bordersecondwrapper {
	border-bottom: 2px solid #808080;
	height: 2px;
	width: 800px;
	margin: auto;
	position: relative;
  top: 0;
  margin: 0 auto;
}

.bordersecondwrapperone{
    float: left;
	border-left: 2px solid #808080;
    width: 260px;
    position: relative;
    top: 0;
    margin-left: 200px;
}

.bordersecondwrappertwo{
    float: left;
	border-left: 2px solid #808080;
    width: 140px;
    position: relative;
    top: 0;
}

.bordersecondwrapperthree{
  float: left;
border-right: 2px solid #808080;
  width: 140px;
  position: relative;
  top: 0;
}

.bordersecondwrapperfour{
  float: left;
border-right: 2px solid #808080;
  width: 252px;
  margin-right: 200px;
  position: relative;
  top: 0;
}

.secwrappertab{
    float: left;
    color: #fff;
}

/* .borderWrapper{
  float: left;
} */
.secwrappertab:nth-child(4){
    margin-left: 70px;
}

.firstdroptab a{
    color: #fff !important;
    padding: 20px;
    background: #007e9a;
    width: 260px;
    height: auto;
    display: inline-block;
    word-wrap: anywhere;
}

.secwrappertab + .secwrappertab {
	margin-left: 40px;

}

.droptab a{
    color: #000;
    background-color: #b1d8e0;
    padding: 15px;
    width: 260px;
    display: inline-block;
    margin-top: 10px;
    word-wrap: anywhere;
}

.droptab a strong{
    font-weight: 700;
    color: #007e9a;
}

.thirdroptab a{
    width: 260px;
    height: auto;
    color: #000;
    padding: 8px 10px 10px 40px;
    background: #d9ecf0;
    display: inline-block;
    margin-top: 2px;
    word-wrap: anywhere;
}

.lastdroptab a{
    width: 260px;
    color: #000;
    padding: 10px 10px 10px 40px;
    background: #fff;
    display: inline-block;
    margin-top: 10px;
    border: 2px dotted #007e9a;
    word-wrap: anywhere;
}





/* --------------------------------------------- tab-section -------------------------------------------- */
.box {
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.box1 {
    width: 100%;
    margin-bottom: 30px;
    background: #217cb0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.boxtop1 {
    background: #217cb0;
    height: 55px;
    color: #ffffff;
    text-indent: 20px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 18px;
}

.boxindent1 {
    width: 88%;
    margin: auto;
    color: #ffffff;
    line-height: 18px;
}

.boxindent1 a {
    color: #ffffff;
}

.boxtop {
    background: #217cb0;
    height: 55px;
    color: #ffffff;
    text-indent: 20px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 18px;
    border: #ffffff 2px solid;
}

.boxindent {
    width: 88%;
    margin: auto;
    color: #515a5f;
    line-height: 18px;
}

#more-albums, #more-galleries {
    padding-bottom: 8px;
}




#sg_footer {
    min-height: 140px;
    margin-top: 25px;
    margin-left: 15px;
}

#sg_footer img {
    vertical-align: middle;
    border: 6px solid rgba(255, 255, 255, 0.5);
    margin-right: 20px;
}

#sg_footer img:hover {
    border: 6px solid rgba(255, 255, 255, 1);
}

/* ----------------------------------------------- styler ----------------------------------------------- */

#style{
    display: flex;
    justify-content: flex-end;
}

#styler {
    color: #515a5f;
    line-height: 28px;
    text-align: left;
    font-size: 15px;
    font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
    margin-right: 25px;
}


@media (min-width: 992px) {
    #style button {
        border: none;
        color: #fff;
        display: inline-block;
        width: 28px;
        height: 28px;
        font-weight: 400;
        text-align: center;
        background-color: #217cb0;
        position: relative;
        line-height: 1;
        -webkit-transition: transform 150ms linear;
        -moz-transition: transform 150ms linear;
        -ms-transition: transform 150ms linear;
        -o-transition: transform 150ms linear;
        transition: transform 150ms linear;
    }
    #style button+button {
        margin-left: 8px;
    }
    #style button:hover {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
}
/* ----------------------------------------------- search ----------------------------------------------- */

#search {
    height: 28px;
    width: 100%;
    margin-bottom: 30px;
}

#search_form{
    height: 28px;
    background: #217cb0;
    width: 100%;
}

#search_input {
    width: 86%;
    float: left;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    background: transparent;
    vertical-align: top;
    padding: 0;
    border: 0;
    line-height: 28px;
    padding-left: 10px;
    height: 28px;
}

#search_submit {
    width: 12%;
    float: right;
    background: transparent;
    vertical-align: top;
    margin: 0 0 0 2px;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: url('../img/search_submit.png') center no-repeat, #217cb0;
    line-height: 28px;
    color: #fff;
}

@media(max-width:991px){
}

@media(max-width:768px){
    #search{
        margin-bottom: 15px;
    }

    #search_text {
        text-align: left;
        width: 100%;
    }

    #search_form {
        width: 100%;
    }
}

#search_input::-ms-input-placeholder,#newsletter_input::-ms-input-placeholder {
    color: #ffffff !important;
}
#search_input::-webkit-input-placeholder,#newsletter_input::-webkit-input-placeholder {
    color: #ffffff !important;
}

#search_input::-moz-placeholder,#newsletter_input::-moz-placeholder {
    opacity: 1;
}
#search_input:-moz-placeholder,#newsletter_input:-moz-placeholder {
    opacity: 1;
}

/* ------------------------------------------ h1, #content .legacy_h1, .legacy_h1 - h6, #content .legacy_h6, .legacy_h6, newslink ----------------------------------------- */

.h4link a:link, .h4link a:hover, .h4link a:visited, h6, #content .legacy_h6, .legacy_h6, h5, #content .legacy_h5, .legacy_h5, h4, #content .legacy_h4, .legacy_h4, h3, #content .legacy_h3, .legacy_h3, h2, #content .legacy_h2, .legacy_h2, h1, #content .legacy_h1, .legacy_h1 {
    color: #2e2e2e;
    font-weight: normal;
    line-height: 1.2em;
    font-family: Lato, sans-serif;
}

/*
h1, #content .legacy_h1, .legacy_h1 {

}
*/

#newslinks, #newsmandate {
    border: 1px solid #2e2e2e;
}


/* ------------------------------------------------ dark ------------------------------------------------ */

/* use if page is dark
.vorschau, .description{
    color: #FFFFFF;
}

.immo-tab{
    color: #000000;
}
*/

/* for white background */
#startseite_news ul a {
    font-size: 12px;
    color: #7c7c7c;
    font-weight: normal;
}


/* ---------------------------------------------- tab-fonts --------------------------------------------- */

.tab_link_title a {
    color: #217cb0;
    font-weight: bold;
}

.tab_link {
    color: #2e2e2e;
}

.tab_link_mehr {
    color: #2e2e2e;
}

.tab_link_mehr a {
    color: #217cb0;
}

.tab_link_mandat a {
    color: #217cb0;
}



/* -------------------------------- optimized events for white background ------------------------------- */

.weekdays, .weekdays a:link a:visited a:active a:hover, .weekdays_active {
    color: #cccccc;
}

.weekdays_active a:link a:visited a:active a:hover {
    color: #f7911e;
}

.events-header-heute {
    color: #ffffff;
    background-color: #4c4c4c;
}

.events-header {
    color: #5b5b5b;
    background-color: #e3e3e3;
}

.event-ort, .event-info {
    color: #4c4c4c;
}


/* ------------------------------------------------ menu ------------------------------------------------ */



/* --------------------------------------- navigation bar (13774) --------------------------------------- */

.navbar-default ul.navbar-nav{
    height: 90px;
}

.navbar {
    min-height: 90px;
    margin-bottom: 0px;
    border: none;
}

/* burgermenu - background */
.navbar-default .navbar-toggle {
    background-color: #fff;
    border-color: transparent;
}

/* burgermenu - mouseover */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, .8);
}

/* burgermenu for tablet */
@media (max-width: 991px) {
    .navbar-default ul.navbar-nav{
        height: auto;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header, .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        float: none;
        margin: 7.5px -15px;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-nav li .dropdown-menu {
        position: static;
        float: none;
        width: auto;
    }

    /* fixed burgermenu-height */
    /*
    #menu-wrapper-sticky-wrapper{
        max-height: 84px !important;
    }
    */

    /* burgermenu - centre text */
    .navbar-default .navbar-nav a{
        text-align: center !important;
    }
}

/* menu fixed top (tablet) */
@media (max-width: 991px) {
    /* fixed burgermenu - scrollable */
    #myNavbar {
        height: auto;
        width: 100%;
        max-height: 350px;
        overflow-y: scroll !important;
        border-bottom: 1px solid #ccc;
    }
}

/*** Menü über komplette Breite (1200px) ***/
@media (min-width: 992px) {
    .navbar-default .navbar-nav {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .navbar-default .navbar-nav > li {
        display: table-cell !important;
        width: 100%;
        float: none;
        vertical-align: middle;
    }
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav > li {
    background: url('../img/toplevel.jpg') top right no-repeat;
}



.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus,
.navbar-default .navbar-nav > li.open,
.navbar-default .navbar-nav > li.menue_point_toplevel_13774_over{
    /*
    background: url('../img/toplevel_over.jpg') top right no-repeat;
    */
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a,.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > li.menue_point_toplevel_13774_over > a,
.navbar-default .navbar-nav > li.menue_point_toplevel_13774_over > a:hover,
.navbar-default .navbar-nav > li.menue_point_toplevel_13774_over > a:focus {
    color: #217cb0;
    font-weight: bold;
}

/* ---------------------------------------- secondlevel - bigbox ---------------------------------------- */

@media(min-width:992px){
    .menue_group_13774{
        width: 120%;
        margin: 0 auto;
        height: auto;
        padding: 20px;
        position: absolute;
        top: 100%;
        left: inherit;
        right: 0px;
        z-index: 9999;
        text-align: left;
        display: none !important;
        background-color: #fff !important;
        max-height: 700px;
        overflow-y: scroll !important;
    }

    .menue_group_13774 ul {
        position: relative !important;
    }

    /* SHOW BIG BOX */
    .menue_list_toplevel_13774 > li:hover .dropdown-menu{
        display: block !important;
    }

    /* SECOND LEVEL 4 COLS */
    .menue_point_secondlevel_13774,
    .menue_point_secondlevel_13774_over {
        list-style: outside none none;
        width: 23%;
        margin-right: 2%;
        margin-bottom: 35px;
        float: left;
    }

    .menue_group_13774 li:nth-child(4n+6) {
        clear: both;
    }
}
@media(min-width:992px){
.nav > li {
    position: static !important;
}
}

/* -------------------------------------- secondlevel dropdown-box -------------------------------------- */

@media(min-width:992px){
    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin-top: 0px;
    }
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    margin: 0;
    background-color: #fff;
    /* min-width: px; */
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.menue_group_13774_start{
    height: 5px;
    font-size: 1px;
    line-height: 1px;
    /*
        background: url('../') top left no-repeat;
    */
}

.menue_group_13774_end{
    height: 5px;
    font-size: 1px;
    line-height: 1px;
    /*
        background: url('../') top left no-repeat;
    */
}

/* --------------------------------------------- secondlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    background-color: transparent; /* override bootstrap */
    color: #217cb0;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
}

/* ------------------------------------------ secondlevel-over ------------------------------------------ */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_13774_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_13774_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li.menue_point_secondlevel_13774_over > a:focus {
    color: #217cb0;
    font-weight: normal;
}

/* --------------------------------------- thirdlevel dropdown-box -------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    padding: 0px;
    margin: 0;
    background-color: #fff;
    width: 100%;
}

.menue_list_thirdlevel_13774_start {
    height: 5px;
    font-size: 1px;
    line-height: 1px;
}

.menue_list_thirdlevel_13774_end {
    height: 5px;
    font-size: 1px;
    line-height: 1px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        position: relative;
        margin-left: 0px;
    }

    /* Thirdlevel - right dropdown */
    .navbar-default .navbar-nav > li > .dropdown-menu > li {
        position: relative;
    }

    .navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
        position: absolute;
        top: 0;
    }
}

/* --------------------------------------------- thirdlevel --------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
    background-color: transparent; /*override bootstrap*/
    color: #515a5f;
    font-weight: normal;
    line-height: 20px;
}

/* ------------------------------------------- thirdlevel-over ------------------------------------------ */

.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_13774_over > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_13774_over > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.menue_point_thirdlevel_13774_over > a:focus {
    color: #515a5f;
    font-weight: normal;
    background: url('../img/thirdlevel_over.png') left no-repeat;
    background-color: transparent; /* override bootstrap transparent */
}

.dropdown-menu > li > a {
    padding: 3px 32px;
    white-space: normal;
}