@import url("fonts.css");

h1, h2, h3, h4, h5{
    font-family: 'Roboto Condensed';
    font-style: normal;
}

h1{
    font-weight: 800 !important;
    font-size: 50px !important;
    line-height: 55px !important;
    text-transform: uppercase;
}

h2{
    text-transform: uppercase;
    font-size: 40px !important;
    font-weight: 800;
}

h3{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}

h4{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 800;
}


/* Theme */
.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem;
    display: none !important;
}

#sp-main-body {
    padding: 5px 0;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    line-height: 5px !important;
    font-size: 19px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
}

.sppb-btn{
 background-color: #c61622 !important;
 padding: 18px 42px 14px 42px !important;
}

.antrag-button{
    background-color: #c61622;
    padding: 20px !important;
    font-size: 17px !important;
    color: #fff !important;
}