#cssmenu {
  min-height: 55px;
  /*position: fixed;*/
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu #menu-button {
  margin: 0px 0 0 0;
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 100;
}

#cssmenu > ul:before {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 10px;
  background: transparent;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  text-align: left;
  width: auto;
  margin: 0px 0px 0px 0px;
  padding-right: 0px;
}


#cssmenu ul {
  /* height: 5000px; */
  position: absolute;
  top: 0px;
  right: 0px;
  height: auto;
  -webkit-overflow-scrolling:touch;
  background: #fff;
  float: right;
}

#cssmenu ul ul {
  height: auto;
  top: 90px;
  left: 0px;
  background: #fff;
  padding-bottom: 0px;
  box-shadow: 0px;
  border-radius: 0;
  text-align: left;
  margin-right: -90px;
}

#cssmenu > ul > li {
  float: left;
  padding: 0px 0px 0px 0px;
  position: relative;
}

#cssmenu > ul > li:last-of-type:after {
  display: none;
}

#cssmenu > ul > li > a {
  padding: 0px;
  font-weight: 500;
  text-decoration: none;
  font-size: 23px;
  line-height: 55px;
  color: #4D4D4D;
  font-family: 'Josefin Sans', Arial;
  text-transform: uppercase;
  padding: 0px 20px 35px 20px;
}

#cssmenu > ul > li > a:hover {
  color: #30CEFF;
}

#cssmenu > ul > li > .act {
  color: #30CEFF;
  background: rgba(48, 206, 255, .15)
  /* border-top: 5px solid #2e4936; */
}

#cssmenu > ul > li:hover > a {
  color: #30CEFF;
}

#cssmenu > ul > li:hover > .act {
  color: #30CEFF;
  /* border-top: 5px solid #2e4936; */
}

#cssmenu > ul > li.has-sub > ul {
  margin-left: 50px;
}

#cssmenu > ul > li.has-sub > a {
  padding: 0px 20px 35px 20px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: left;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
  margin-left: 0px;

}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  min-height: 35px;
  height: auto;
  background: #E0F8FF;
}

#cssmenu ul ul li a {
  padding: 8px 20px;
  width: 280px;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  font-family: 'Inter 18pt', Arial;
}

#cssmenu ul ul li:first-child > a,
#cssmenu ul ul li:first-child > a:hover {
  padding-top: 30px;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li:last-child > a:hover {
  padding-bottom: 30px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  padding: 8px 20px;
  color: #30CEFF;
}

@media only screen and (max-width: 1350px) {
  
#cssmenu > ul > li > a {
  font-size: 20px;
}
  
#cssmenu ul ul li a {
  font-size: 18px;
}  
  
}  

#cssmenu.small-screen {
  width: 100%;
  min-height: 55px; position: fixed; top: 15px; left: 0px; z-index: 100000000000000000000;
}
#cssmenu.small-screen ul {
  width: 100%;
  min-height: 100px;
  display: none;
  background: rgba(224, 248, 255, .95);
  top: 75px;
  left: 0px;
  padding-bottom: 20px;
}
#cssmenu.small-screen.align-center > ul {
  text-align: left;
}
#cssmenu.small-screen ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

#cssmenu.small-screen ul ul li {
  width: 100%;
  border-bottom: 1px solid transparent;
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
  height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  font-size:18px;
  line-height:45px;
  text-decoration: none;
  padding: 5px 5%;
}

#cssmenu.small-screen ul li a:hover,
#cssmenu.small-screen ul ul li a:hover {
  line-height:45px;
  text-decoration: none;
}

#cssmenu.small-screen ul li .act {
  color: #30CEFF;
  background: none;
}

#cssmenu.small-screen ul li a:hover {
}

#cssmenu.small-screen > ul > li {
  float: left;
}
#cssmenu.small-screen ul ul li a {
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 80px;
}
#cssmenu.small-screen ul ul ul ul li a {
  padding-left: 120px;
}

#cssmenu.small-screen ul ul li a {
  color:#707070;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
  color:#707070;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}

#cssmenu.small-screen ul ul {
  top: 0px;
  background: transparent;
}

#cssmenu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #4D4D4D;
  cursor: pointer;
  font-size: 12px;
  z-index: 99999;
  position: fixed; top: 22px; right: 20px;
}
#cssmenu.small-screen #menu-button:after {
  position: absolute;
  top: 24px;
  right: 12px;
  display: block;
  height: 6px;
  width: 30px;
  border-top: 2px solid #4D4D4D;
  border-bottom: 2px solid #4D4D4D;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button:before {
  position: absolute;
  top: 16px;
  right: 12px;
  display: block;
  height: 2px;
  width: 30px;
  background: #4D4D4D;
  content: '';
  box-sizing: content-box;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 20px;
  background: #4D4D4D;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  top: 23px;
  background: #4D4D4D;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 5px;
  display: block;
  content: url(../images/Icons/menu-icon-pfeil.png);
  height: 38px;
  width: 38px;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
  background: transparent;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#cssmenu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #3B2F41;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  background: #3B2F41;
}
#cssmenu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #3B2F41;
  content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}


@media only screen and (max-width: 767px) {
  
#cssmenu.small-screen #menu-button {
  right: 10px;
}
  
}  
