/** abstände im menue **/

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -130px;
    z-index: 99;
    display: block;
    float: right;
    position: relative;
}
#sp-header .sp-megamenu-parent > li > a {
    padding: 0 15px;
    margin: 0 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
}

/** transp hg der menuezeile in template.css zeile 113**//
.transparent-header #sp-header:not(.header-sticky) {
    height: 85px;
    box-shadow: none;
    background-color: #fdf9f3c4;
    position: fixed;
}

#sp-bottom .sp-module .sp-module-content {
    color: 
    rgba(255, 255, 255, .8);
}

#sp-footer a, #sp-bottom a {
    color: 
    rgba(255, 255, 255, .8);
}

.sppb-addon-tab.about-tab .sppb-tab-tabs-content .sppb-addon-content ul li {
    margin-top: 0px;
}
