div.blog-content-author{
    display: none;
}

div.blog-teaser-image-badge{
    display: none;
}

.blog-teaser-image{
    display: none !important;
}

.blog-image-inline-complete img.portrait{
    max-width: 600px;
    max-height: 600px;
}

.module-news .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}
 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}
/* Toegevoegd op 20 maart door Folmer van Congressus */
#carousel-homepage.carousel .carousel-inner .item {
    height: 45vh;
    min-height: 350px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    object-position: top;
}

body.template-home.webpage-5701 {
section#content h1, section#content h2, section#content h3 {
    border-bottom: 3px solid #731d1d;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 35px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 20px;
}}

@media (min-width: 992px) {
    #menu.sf-menu > li:last-child > a {
        color: #fff;
        background-color: #731d1d;
        font-weight: 600;
        border-bottom-color: #731d1d;
        border-bottom: 2px solid #731d1d;
    }
}