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

/*
body { font-size: 14px; font-weight: regular; }
h1 { font-size: 120px; font-weight: 700;}
h2 { font-size: 64px; font-weight: 700;}
h3 { font-size: 36px; font-weight: 700;}
h4 { font-size: 24px; font-weight: regular; }
h5 { font-size: 18px; font-weight: regular;}
h6 { font-size: 16px; font-weight: regular;}
*/

/* <br> wird sonst nicht dargestellt im content */
.sppb-title-subheading br,
  .sppb-addon-title br,
  .sppb-addon-content br {
    display: inline;
  }


.offcanvas-menu {
    background-color: rgba(0,106,179,0.9);
    color: #fff;
}

.fa-bars:before {
    color: #000000;
}


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

#sp-header {
    background: rgba(255, 255, 255, 0.5);
    height: 90px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
}

/* Social Media Icons im Beitrag ausblenden*/
.article-details .article-ratings-social-share {display: none !important;}

.view-article .article-footer-top .helix-social-share {
  float: left;
  margin: 15px 0 30px;
  display:none
}

.view-article .entry-header .helix-social-share-wrap {
    display: inline-block;
    margin-left: 15px;
    display: none;
}

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

/* Titel in Menübanner ausblenden */
.sp-page-title h2 {
    display: none;
}



.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #d50021;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #fff;
}


select.sppb-form-control:not([size]):not([multiple]) {
    height: calc(4.25rem + 2px);
}

.form-builder-checkbox-item input:checked + label::before, .form-builder-radio-item input:checked + label::before, .sppb-addon-form-builder .sppb-form-check-input:checked + label::before {
    background: #d50021;
}

.form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
    border: 2px solid #d50021
}


