/*Eigene Klasse im Addon Titel vergeben, damit die Überschrift H2 kein Padding nach unten hat und Mittig in der Zeile ist */
.own_ueberschrift h2 {				
  padding:0; margin:0;
  position: relative;
  top: -1px;
}

/* Burger Icon Farbe ändern */
.burger-icon > span {background-color: white !important;}

/* Hover Effekt für die Navigation */
.sp-megamenu-parent .sp-menu-item a:hover ,
.sp-megamenu-parent .sp-menu-item a:active {
color: #85A4B9;
}
.sp-megamenu-parent .sp-menu-item a:before {
content: "";
width: 0;
height: 2px;
background-color: #85A4B9;
display: inline-block;
position: absolute;
bottom: 32px;
opacity: 0;
visibility: hidden;
transition:all .3s ease
}
.sp-megamenu-parent .sp-menu-item a:hover:before {
width: 20px;
opacity: 1;
visibility:visible
}
.sp-megamenu-parent .sp-menu-item.current-item a:before {
width: 20px;
opacity: 1;
visibility: visible;
}
.sp-dropdown .sp-menu-item a:before {
width: 20px;
bottom: 5px;
left: 0;
background-color: 	#85A4B9;
}


/* */
