@font-face {font-family: 'LibreFranklin';src: url('../fonts/LibreFranklin-VariableFont_wght.ttf') format('truetype');}
body,h1, h2, h3, h4, h5,h6 { font-family: 'LibreFranklin', Arial; }

.sp-page-title {
    padding: 300px 0 300px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: initial;
    background-attachment: initial;
    position: relative;
    background-size: cover !important;
}


/*Slider Schriftart

.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text h1 {
    margin: 0 0 15px;
    color: #284d61;
    line-height: 1.06;
    display: none;
    font-weight: 200;
}

.sppb-slide-item-bg.sppb-slideshow-fullwidth-item-bg .sppb-slideshow-fullwidth-item-text p {
    color: #2a6f90;
    font-size: 24px;
    font-weight: 500;
    display: none;
}

*/



/*Menü Hintergrundfarbe und TopMargin - Statisch
#sp-header {
    background: #ffffff;
    height: 90px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
      box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height:155px
}


#sp-header.menu-fixed {
    background: #ffffff
    position: fixed;
    z-index: 9999;
    top: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height:155px
}


img {
    display: block;
    max-width: 100%;
    height: 140px;
    margin-top: 10px;
}
*/

/*Menüfarbe deaktiviert
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
    line-height: 90px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2F97CA;
    letter-spacing: -0.5px;
    margin: 0;
}
*/

/*Menüfarbe aktiviert
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color: #226C91;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  color: #2F97CA;
}
*/