<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: 400;
	text-decoration: none;
	line-height:130%;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;	
	color:#000;
}
#cssmenu a {
  line-height: 1.5;
}
#cssmenu {
	width: 100%;
	z-index: 9999;

}
#cssmenu &gt; ul {	}
#cssmenu &gt; ul:after {
  clear: both;
  content: '';
  display: table;
}

.fa-bars {display:none; }

@media all and (max-width: 999px) {
  #cssmenu &gt; ul {
    max-height: 62px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
	z-index: 99999;
	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#fff;
	background-color: #000;
	
  }
  
  #cssmenu &gt; ul a{
   padding:0;
  
  
  }
  
  .fa-bars {color:#fff; position:relative; top:-5px; display:block; }
  
  #cssmenu.expand ul {
    max-height: 900px;
	z-index: 99999;
	color:#000;
  }
}

#cssmenu &gt; ul &gt; li {
	float: left;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 33px;
	background-image: url(../../media/menu.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
#cssmenu &gt; ul &gt; li.mobile {
  display: none;
}
#cssmenu &gt; ul &gt; li.active {
	color:#000;
}

#cssmenu &gt; ul &gt; li &gt; a {
	color:#000;
}


@media all and (max-width: 999px) {


#cssmenu &gt; ul &gt; li.mobile a strong{
	position:relative;
	font-size: 20px;
	font-weight: 400;
  	color:#000;
 	left:-10px;
}

#cssmenu &gt; ul &gt; li.mobile {
	  background-color:#000;
	  border-color:#333333;
	  background-image: none;
}

  #cssmenu &gt; ul &gt; li {
    border-right: 0 none;
    display: block;
    float: none;
	padding-left:50px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;
	background-color:#fff; /*Color 1 Ebene*/
	color:#000;
  }
  
  
  
  #cssmenu &gt; ul &gt; li.mobile, #cssmenu &gt; ul &gt; li.mobile.active {
    display: block;
	background-color: #000;
	
  }
  
    #cssmenu &gt; ul &gt; li.mobile span.active {
    border: none;
	
  }
  
  
  #cssmenu &gt; ul &gt; li.mobile i {
    float: right;
    font-style: normal;
  }
  
  #cssmenu &gt; ul &gt; li.active {
	background-color: #fff;
}

  #cssmenu &gt; ul &gt; li a.active {
	background-color: #fff;
	/*border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;*/
}

#cssmenu &gt; ul &gt; ul &gt; li &gt; a {
  color: #000;
  background-color: #fff;
}
  
}
#cssmenu &gt; ul &gt; li:last-child {
  border-right: 0 none;

}
#cssmenu &gt; ul &gt; li:last-child ul {
  left: auto;
  right: 0;
}
#cssmenu &gt; ul &gt; li.mobile {
  border-right: 0 none;
}

#cssmenu &gt; ul &gt; li &gt; a &gt; span {
  display: block;
  padding: 6px 10px;
  font-weight: 400;
}
#cssmenu &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
}
#cssmenu &gt; ul &gt; li.active {
  border: none;
}
#cssmenu &gt; ul &gt; li.active &gt; a {
  color: #000; border: none;
}
/* Sub menu */
#cssmenu ul ul {
	padding: 10px 15px;
	display: none;
	position: absolute;
	top: 38px;
	left: -1px;
	z-index: 1;
	background-color: rgba(255,255,255,0.9);
}
@media all and (max-width: 999px) {
  #cssmenu ul ul {
    position: relative;
    top: 0;
    width: 100%;
	z-index: 99;
	left:-20px;
  }
  #cssmenu ul ul a {
  padding:0 0 0 20px;
  	/*border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;*/

}


  
}
#cssmenu ul ul li {
	width: 250px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 6px;
	border-bottom-style:solid;
	border-bottom-color:#F3BB01;
	border-bottom-width:1px;
	
}
#cssmenu ul ul a {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}
#cssmenu ul ul a:hover {
  color: #000;
 
}

#cssmenu ul ul li:hover {
  
  background-color: #fff;
}

@media all and (max-width: 999px) {


#cssmenu &gt; ul &gt; li &gt; a {
  margin: 0 0 2px 0;
  font-size: 16px;
  display: block;
  color: #000;
  
}

#cssmenu ul ul li {
	width: 100%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 6px;
	
	
}

  
}

/* logo + menu */

@media all and (min-width: 300px) {

.header {width:100%; margin: 0 auto 0 auto;}

.menu-top {display:none; font-size:14px;}

.header .reframe {
	width: 100%;
}

.menu {
	min-width: 100%;
	margin-top: 0;
	
}


.logo {
	width: 100%;
	background: rgba(255,255,255,0);
	margin:5px 0 0 0;
	text-align:center;
}
}


@media all and (min-width: 1000px) {

.header {width:90%; margin: 0 auto 0 auto; padding-top:5px;}

.header .reframe {
	width: 90%; margin:auto;
}

.menu-top {float:left; padding:37px 10px 30px 0; width:100%; text-align:right; float: right; display:block;  font-size:16px; font-weight: 400; color:#333333; z-index:99999;}

.menu {
	min-width: 500px;
	float: right;
	margin-top: 0px;
	
}

.logo {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0 20px 0 0px;
}

.clear {
	clear: both;
}
}

@media (min-width: 1200px) {

.header {width:1140px; margin: 0 auto 0 auto;}

}

@media (min-width: 1400px) {

.header {width:1240px; margin: 0 auto 0 auto;}

}</pre></body></html>