
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*! #######################################################################

        MeanMenu 2.0.7
        --------

        To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
#mob #aktiv{color:#fff;text-decoration:none;text-transform: uppercase;}

#nav_mobil{color:#fff;}

#aktiv{text-decoration:underline;font-weight:bold;}
#aktiv-sub{text-decoration:underline;}


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
        display: none;

}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
        float: none;
        width: 100%;
        position: absolute;
        background:rgba(41,153,43,1.0);

        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
        border-bottom:0px solid #fff;
        color:#fff;

}

@media all and (max-width: 300px) {
.mean-container .mean-bar {width: 100%;}
}

@media all and (min-width: 550px)and (max-width: 800px) {
.mean-container .mean-bar {width: 100%;}
}

/*
@media all and (min-width: 600px) and (max-width: 1100px)and (orientation: landscape) {
.mean-container .mean-bar {display:none;}
}
*/

/*Farbe close-Button*/
.mean-container a.meanmenu-reveal {
        width: 20px;
        height: 20px;
        padding: 13px 13px 11px 13px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background:rgba(41,153,43,1.0);
        color: #fff;
        text-decoration: none;
        font-size: 10px;
        text-indent: -9999em;
        line-height: 22px;
        display: block;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px;

}

.mean-container .mean-nav {
        float: right;
        width: 100%;
        /*background:#105d85;*/
        background:rgba(41,153,43,0.95);
        margin-top: 40px;
        margin-left:0px;


}

.mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
}

.mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
}


.mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 80%;
        padding: 1em 17.5% 1em 2.5%;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255,255,255,0.5);
        text-decoration: none;
        /*text-transform: uppercase;*/
        line-height:1.5em;
        font-size:0.9em;
}

.mean-container .mean-nav ul li li a {
        width: 80%;
        padding: 1em 10%;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255,255,255,0.4);
        opacity: 0.9;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible;
        font-size:0.9em;
}





.mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
        width: 70%;
        padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
        width: 60%;
        padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
        width: 50%;
        padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
        background: #252525;
        background: rgba(255,255,255,0.15);
}

.mean-container .mean-nav ul li a.mean-expand {
        margin:5px 4px 0 0;
        width: 19px;
        height: 19px;
        padding: 8px 8px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-weight: 700;
        background: rgba(255,255,255,0.1);
        border: none !important;
        border: 1px solid rgba(255,255,255,0.4) !important;
        border-radius:50px;

}

.mean-container .mean-nav ul li a.mean-expand:hover {
        background: rgba(0,0,0,0.1);
        color:#fff;
}


.mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
}

.mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;

}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
}


.mean-remove {
        display: none !important;
}