#respmenue {
  display: none;
}

#respmenue-toggle {
  display: none;
}

#respmenue {
  /*display: block;*/
}

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-bottom: 1em;
}
.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
} 
.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}
.slinky-theme-default {
  /*background: #f1f8fa;*/
  background: #d0e4ef;
}
.slinky-menu a span {  
  font-family:"NotoSans Regular";
  color: #3e96be;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.slinky-menu a span.subtitle {  
  font-family:"NotoSans Regular";
  color: #3e96be;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: initial;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.slinky-menu ul { width: 100%; }

.slinky-menu a {
  font-size: 1.25rem; /** 20px**/
  display: block; 
  padding: 1em 0;
}

@media screen and (min-width: 769px) {
/** Old Hamburger
#respmenue-toggle {
  display: block;
  float: none;
  position: absolute;
  right: 0;
  margin-left: 25px;
  margin-right: 40px;
  padding-top: 15px;
  cursor: pointer;
  z-index: 1000;
}
#respmenue-toggle div {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
}
Old Hamburger **/

/** Animation Hamburger **/
#respmenue-toggle {
  display: block;
  float: none;
  position: absolute;
  width: 35px;
  height: 50px;
  top: 20px;
  right: 20px;
  margin-left: 25px;
  margin-right: 40px;
  padding-top: 15px;
  cursor: pointer;
  z-index: 1000;
}
#respmenue-toggle > div {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 4px;
  transform: translate (-50%, -50%);
  /*box-shadow: 0 2px 5px rgba(0,0,0, .2);*/
  transition: .5s;
}
#respmenue-toggle > div:nth-of-type(1) {
  top: 0px;
  }
#respmenue-toggle > div:nth-of-type(2) {
  top: 10px;  
  }
#respmenue-toggle > div:nth-of-type(3) {
  top: 20px;  
  }
header.logo.active #respmenue-toggle {
  width: 50px;
  top: 35px;
  right: 15px;
}
header.logo.active #respmenue-toggle > div {
  background: #fff;  
  }
header.logo.active #respmenue-toggle > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg);
}
header.logo.active #respmenue-toggle > div:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  box-shadow: 0 2px 5px rgba(0,0,0,0);
  transition: .5s;
}
header.logo.active #respmenue-toggle > div:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(135deg);
}
/** Animation Hamburger **/

.slinky-menu a {
  display: block;
  padding: 10px 0 0 0;
}
#respmenue > ul > li {
  width: 22%;
  margin-right: 3%;
  padding: 0 0 0 40px;
  box-sizing: border-box;
  line-height: 1;
}
#respmenue > ul > li a span {
  font-family:"NotoSans Regular";
  font-size: 18px;
  color: #b5152b;
  line-height: 1.8;
  padding: 0; 
  border-bottom: 2px solid transparent;
}
#respmenue > ul > li a:hover{
  border-bottom: 2px solid transparent;
}
#respmenue > ul > li a:hover span {
 border-bottom: 2px solid #b5152b;
  line-height: 1.8;
}
#respmenue > ul > li > ul {
  width: 100%;
  margin: 0;
}
#respmenue > ul > li > ul li {
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  text-indent: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  line-height: 1;
  height: auto;
}
#respmenue > ul > li > ul li:hover {
  background: transparent;
  line-height: 1;
  }
#respmenue > ul > li > ul li a {
  font: 19px "NotoSans Regular", sans-serif;
  color: #b5152b;
}
#respmenue > ul > li > ul li a span {
  font: 30px "Avance W04 Italic";
  color: #b5152b;
  line-height: 1;
  border-bottom: none;
}
#respmenue > ul > li > ul li a span span {
    border-bottom: 2px solid transparent;
  }
#respmenue > ul > li > ul li a:hover span {
  font: 30px "Avance W04 Italic";
  color: #b5152b;
  line-height: 1;
  border-bottom: none;
}
#respmenue > ul > li > ul li a:hover span span {
  border-bottom: 2px solid #b5152b;
  }

/** Subtitles **/
#respmenue > ul > li > ul li a span.subtitle,
#respmenue > ul > li > ul li a:hover span.subtitle {
  text-transform: none;
  font: 19px "NotoSans Regular", sans-serif;
}



#respmenue > ul > li > ul li.header {
  display: none;
}
#respmenue {
  /*height: 100vh;*/
  height: 100%;
  padding-top: 135px;
}
}

@media screen and (min-width: 769px) and (max-width: 1360px)  {
  
  #respmenue > ul > li > ul li a span, #respmenue > ul > li > ul li a:hover span {
    font-size: 18px;
  }
  
  #respmenue > ul > li > ul li a span.subtitle, #respmenue > ul > li > ul li a:hover span.subtitle {
    font-size: 16px;
  }
  
}

@media screen and (min-width: 769px) and (max-width: 800px)  {
  
  #respmenue > ul > li > ul li a span, #respmenue > ul > li > ul li a:hover span {
    font-size: 17px;
  }
  
  #respmenue > ul > li > ul li a span.subtitle, #respmenue > ul > li > ul li a:hover span.subtitle {
    font-size: 15px;
  }
  
}

@media screen and (max-width: 768px) {
.menu-wrapper {
  display: none;
}
header.logo {
  position: absolute;
 }
.header-logo {
  float: left;
  width: 70%;
}
#respnav {
clear: both;
}
#respmenue-toggle {
  display: block;
  float: left;
  margin-left: 25px;
  margin-right: 15px;
  padding-top: 15px;
  cursor: pointer;
}
#respmenue-toggle div {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
}

.slinky-theme-default li {  
  line-height: 1;
  margin: 0 25px;  
} 
.slinky-menu ul>li a {
border-bottom: 1px solid #3e96be;
}
.slinky-menu ul>li:last-of-type a {
border-bottom: none;
}
.slinky-menu ul>li:last-of-type > ul > li a {
border-bottom: 1px solid #3e96be;
}
.slinky-menu ul>li:last-of-type > ul > li:last-of-type a {
//border-bottom: none;
}

.slinky-theme-default .next {
  background: url(https://raphael.alexianer-verbund.de/fileadmin/admin/img/angle_right2_big-blue.svg) right center no-repeat;
  background-size: 55px 33px;
  content: '';
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.slinky-theme-default .back {
  background: transparent;
  background-size: 2em;
  content: '';
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.slinky-menu li.suche a {
  border-bottom: 5px solid #3e96be;
  }

.slinky-menu li.verbund a {
  border-bottom: none;
  }
/** ZurückButton weniger hoch **/
.slinky-theme-default .back {
  background: url(/fileadmin/admin/img/angle_left2_big-blue.svg) left center no-repeat;
  background-size: 25px 65px;
  content: '';
  opacity: 1;
  -webkit-transition: 200ms;
  transition: 200ms;
  padding: 30px 0;
}
.slinky-theme-default .title {
  color: #3e96be;
  padding: 1em;
}

/** Unterpunkte **/
.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; } 
}

@media screen and (max-width: 480px) {
#respmenue-toggle {
    padding-top: 10px;
  }
}

@media screen and (min-width: 769px) and  (max-width: 1023px) {
  #respmenue > ul > li {
  width: 47%;
  margin-right: 3%;
  }
}