/*  OK  Menu Maus Hover Effekt angepass */
.nav > li > a:hover,
.nav > li > a:focus {
        text-decoration: none;
        background-color: #FCC902;
}

body.site.fluid {max-width: 1600px;margin: 0 auto;}



ul.nav-****s {
float: left;
}


/*  OK  Sub-Menu Maus Hover Effekt */

.navigation .nav-child {
        position: absolute;
        top: 95%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        background-color: #FCC902;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.2);
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
}


.header {
    margin-bottom: 0px;
/* HINZUGEFÜGT*/ background-color: #FCC902
/* margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px; */
  
}


/*  OK  Footerfarbe auf Gelb eingestellt */

.footer {
background-color: #FCC902;
margin: 0 auto;
max-width: 100%
}

/*  OK  Brand "We Serve" in Form setzen */

.brand {
        color: #001a27;
        -webkit-transition: color .5s linear;
        -moz-transition: color .5s linear;
        -o-transition: color .5s linear;
        transition: color .5s linear;
        font-weight: bold;
        font-size: 15px;
/*        margin-left: 80px;    */

  @media print{
    a[href]:after{content:none;}
  }
