.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
  /* make room for the toggle button (sub indicator) */
  //font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  //letter-spacing: 0.05em;
  color:#7C003E;
  padding: 13px 5px 13px 20px;
}
.sm-clean a.current, .sm-clean a:hover {
    color: #cb9a04;
}

.sm-clean > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean {
    background: #ffffff none repeat scroll 0% 0%;
}
nav {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0% 0% !Important;
    //pointer-events: auto;
}
.sm-clean a span.sub-arrow {
    font: bold 22px/34px monospace !Important;
    font-family: 'OpenNavigation' !Important;
}

.sm-clean a span.sub-arrow {
  position:relative;
  float:left;
  background: url(/) no-repeat center;
  height: 34px;
  width: 20px;
  height: auto;
  width: auto;
  //padding: 13px 0px 13px 0px;
  padding: 7px 5px 0px 0px;
  margin-left:-20px;
}
.sm-clean a span.sub-arrow:before {
  content: "\003e";
}
.sm-clean a.highlighted span.sub-arrow:before {
  content: "\25bc";
}

.sm-clean ul {
    background: transparent !Important;
}
.sm-clean ul a {
    padding-left: 37px;
    font-weight:normal;
}
.sm-clean ul a.current, .sm-clean ul a:hover {
    padding-left: 32px;
    font-weight:normal;
}
.sm-clean li ul {
    background-color: #FFF !important;
}
ul.sm-clean li ul li a {
    margin-left: 0px;
    padding-left: 21px !important;
    border-left: 0px solid transparent !important;
    //font-family: 'OpenNavigation';
    //font-size: 1.00em;
    //font-style: normal;
    //font-weight: normal;
    //line-height: 1.50em;
}

.main-nav {
  padding-right: 0px;
  padding-left: 0px;
  //background: #eee;
}

@media (min-width: 992px) {
  .main-nav {
    background: transparent;
    //-webkit-border-radius: 5px;
    //-moz-border-radius: 5px;
    //-ms-border-radius: 5px;
    //-o-border-radius: 5px;
    //border-radius: 5px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  padding-left: 55px;
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: left;
  margin: 4px 10px 8px 25px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  width: 90%;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  height: 4px;
  width: 25px;
  background: #555;
  background: #7c003e;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-radius:2px;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

.main-menu-btn-text {
  color:#7c003e;
  font-size: 16px;
  padding:5px 0px 0px 10px;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.main-menu-btn-text span::before {
  font-family: 'OpenNavigation' !Important;
  content: "\003e";
  font-weight:normal;
  padding:0px 2px 0px 2px;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 992px) {
}
@media (min-width: 992px) {
  /* hide the button in desktop view */
  #main-menu {
    padding-left: 3px;
    float: left;
    clear: both;
    background: transparent; 
  }
  .main-nav {
    padding-right: 0px;
    padding-left: 65px;
  }

  .main-menu-btn {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }

  .sm-clean > li:first-child {
    border-top: 0px solid rgba(0, 0, 0, 0.05);
  }
  .ssm-clean > li:nth-last-child(2) {
    /border-top: 0px solid rgba(0, 0, 0, 0.05);
  }

  ul#main-menu li:last-child > ul {
    //left: -181px !important;
    //left: -181px !important;
  }

ul.sm-clean li ul li a::before {
    content: "";
    margin-left: -11px;
}
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    font-size: 14.3px;
    letter-spacing: 0.0em;
    padding: 12px 20px;
  }

  .sm-clean ul a {
    padding-left: 11px !important;
    font-size:15px !important;
  }


  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }

  .main-menu-btn-title {
    padding-left: 11px;
    font-size:15px;
    color:#464646;
  }



}

/* Menue scrollbar fuer kleine Viewport-Höhen */
@media (max-height: 480px) {

  header.affix #main-menu {
    position:fixed;
    top: 41px;
    bottom: 0px;
    overflow:auto;
    border:0px solid #ff0000;
    background: #ffffff;
    //margin-bottom:0px;
    padding-bottom:30px;
    width:100%;
  }

}


