@charset "UTF-8";
/*! #######################################################################

    MeanMenu 2.0.7
    --------

    To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
    @media only screen and (max-width: 1024px)
####################################################################### */
/* Basic CSS */
/*@media only screen and (min-width: 320px) and (max-width: 1024px)*/
@font-face {
     font-family: 'OpenSans-Light';
     src: url('/fileadmin/Fonts/OpenSans-Light');
     src: url('/fileadmin/Fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype');
     src: url('/fileadmin/Fonts/OpenSans-Light.woff') format('woff');
     src: url('/fileadmin/Fonts/OpenSans-Light.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

@font-face {
     font-family: 'OpenSans-Regular-webfont';
     src: url('/fileadmin/Fonts/OpenSans-Regular-webfont');
     src: url('/fileadmin/Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype');
     src: url('/fileadmin/Fonts/OpenSans-Regular-webfont.woff') format('woff');
     src: url('/fileadmin/Fonts/OpenSans-Regular-webfont.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }
    
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
}
.mean-container {
    /*display: block;*/
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
wrapper {
    text-align: left;
}
nav {
    text-align: left;
}
wrapper ul {
    margin: 0;
    padding: 1em;
    list-style-type: none;
}
nav ul {
    margin: 0;
    padding: 1em;
    list-style-type: none;
}
wrapper ul li {
    /*display: inline;*/
    display: block;
    margin-left: 1em;
}
nav ul li {
    /*display: inline;*/
    display: block;
    margin-left: 0em;
}
wrapper ul li:first-child {
    margin-left: 0;
}
nav ul li:first-child {
    margin-left: 0;
}
wrapper ul li ul {
    /*display: none;*/
    display: block;
}
ul#nav li ul {
    /*display: none;*/
    display: block;
}
a {
    /*color: #fff;*/
    /*color:#fff;*/ 
}
a:hover {
    /*color: #333;*/
    color: #ff8400;
}
a, a:hover {
    /*-o-transition: color 0.25s ease-in;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in;*/
}
section, article, wrapper {
    display: block;
    float: left;
    width: 100%;
	height:auto;
}
article {
    width: 96%;
    padding: 3em 2%;
}


/* 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 {
    font-weight: normal;
    font-style: normal;
    color: #fff;
    float: left;
    width: 380px;
    position: fixed;
    top: 80px;
    right:15%;
    margin-bottom: 20px;
    /* Die alte Syntax, veraltet und mit Präfix versehen, für alte Browser */
    /*background: -prefix-linear-gradient(top, #e7e4e0, #c6c5c2, #e7e4e0);*/
   /* Die neue Syntax, die von Browsern benötigt wird, die dem Standard folgen (Opera 12.1,
    IE 10, Firefox 16, Chrome 26, Safari 6.1), ohne Präfix */
    /*background: linear-gradient(to bottom , #e7e4e0, #c6c5c2, #e7e4e0);*/
    /*background-color: rgba(0,20,10,0.9);*/
    background-color: transparent;
    padding: 0;
    min-height: 42px;
    /*min-height: 50px;*/
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
    padding: 10px 30px 10px 150px;
	float: right;
    /*position: absolute;
    top: 0px;
    right: 0;0*/
    cursor: pointer;
    /*color: #ff00ff;*/
    /*background-color: rgba(55,94,46,0.75);*/
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    /*letter-spacing: 5px;*/
    text-indent: -9999em;
    line-height: 22px;
    /*font-size: 1px;*/
    display: block;
    /*background-color: #ff00ff;*/
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #2b5b20;
    height: 7px;
    width:40px;
    margin-top: 4px;
}

.mean-container .mean-nav {
    float: left;
    width: 98%;
    /*background-image: url(fileadmin/user_uploads/icon-button.png);*/
    /*background-color: rgba(231,228,224,0.25);*/
    background-color: transparent;
    margin-top: 20px;
    padding-left: 10px;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 96%;
    /*background-color: rgba(110,116,120,0.5);*/
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 94%;
    background-color: #183f10;
    opacity: 0.9;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 70%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #ffffff;
    /*border-top: 1px solid #383838;*/
    border-top: 1px solid rgba(255,255,255,0.5);
    font-size: 12px;
    letter-spacing: 0.25em;
    text-decoration: none;
    text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
    width: 98%;
    padding: 1em 5%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.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: 70%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #f7f7f8;
    /*background: rgba(255,255,255,0.1);*/
    color: #ff8400;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    width: 20px;
    height: 20px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 2px;
    top: 0px;
    z-index: 2;
    /*font-weight: 700;*/
    font-weight: normal;
    /*background-color: #183f10;
    opacity: 1;*/
    background-color:rgba(255,255,255,0.1) !important;
    border: none !important;
    /*border-left: 1px solid rgba(255,255,255,0.4) !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;*/
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: #183f10;
    opacity: 1;
}

.mean-container .mean-push {
    float: left;
    width: 98%;
    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;
}
@media screen and (max-width:460px) {
.mean-container .mean-bar {
  top: 40px;
  right: 5% !important;
}
}