/* li.menu-item a {
    color: #333333 !important;
}
*/

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: normal !important;
}


div.post-inner {
    
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    
}

a.rb_button, 
.pagination span,
.pagination a
{
    -webkit-border-radius: 0 !important; 
    border-radius: 0 !important;
}

.post:not(.format-chat) .post-content-inner > p:first-child::first-letter {
    font-size: 24px;
    font-weight: 700;
    float: left; 
    display: inline-block;
    padding: 0px 7px;
    margin-right: 3px;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: none;
}



/* Individuelle Buttons für den Tutorial Bereich */
p.page-button-right {
    display: flex;
    justify-content: flex-end;
}

p.page-button-right a {
    padding: 0.4rem 1rem;
    margin-top: 1rem;
    color: #ffffff;
    background-color: #990d1d;
    border-color: #990d1d;
}


.efi-footer,
.efi-footer a,
.efi-footer h2 {
    color: #ffffff !important;
}