//.logo-image {
//    height: 80px;
//    padding: 10px;
//}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 18px;
        font-weight: bold;
}


.cust_nav {
  padding-right: 50px;
      
}

.cust_logo {
  padding-left: 20px;
}

.sp-megamenu-parent a:hover {
  text-decoration:underline;
  }

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #9aeafc;
//  border-style: unset;
    
  }


// HVR Effekte

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}