.module-events .paragraphs .img-responsive {
    object-fit: contain !important;
}



 /* menu niet mobiel*/
@media screen and (min-width: 992px) {
  
.sf-menu{
    text-align:center;
    margin-bottom: 0;
    font-family: 'Raleway', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
}

.sf-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
}



.sf-menu>li>a:before, .sf-menu>li>a:after {
    height: 14px;
    width: 14px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease;
    opacity: 0;
}

.sf-menu>li>a:before {
    left: 0;
    top: 0;
    border-left: 3px solid #FF5755;
    border-top: 3px solid #FF5755;
    -webkit-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
}

.sf-menu>li>a:after {
    right: 0;
    bottom: 0;
    border-right: 3px solid #FF5755;
    border-bottom: 3px solid #FF5755;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.sf-menu>li>a:hover {
    color: #009245;
}

.sf-menu>li:hover{
    border-color:transparent;
}

.sf-menu>li>a:hover:before, .sf-menu>li>a:hover:after {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}



section#content .content-header.content-header-background{
    height:350px;
}
section#content .content-header.content-header-background .breadcrumb{
    padding-top: 240px;
}

}


 /* Header scoll*/
header{
    border-bottom: solid;
    border-bottom-width: 4px;
    border-bottom-color: #009245;
    background-color: transparent;
}

header.scroll-navbar{
    background-color: white;
}
header.scroll-navbar .sf-menu>li>a{
    color: black;
}
header.scroll-navbar .container .header-nav-top .login p a {
    color: black;
}
header.scroll-navbar .container .header-nav-top .login p {
    color: black;
}

@media screen and (max-width: 991px) {
header{
    background-color: white;
}
header .sf-menu>li>a{
    color: black;
}
header .container .header-nav-top .login p a {
    color: black;
}
header .container .header-nav-top .login p {
    color: black;
}

.sf-menu{
    margin-bottom: 0;
    font-family: 'Raleway', Arial, sans-serif;
}
}


/* Tekst algemen pagina*/
@media screen and (max-width: 991px) {
    section#content .content-header.content-header-background{
        height: 450px;
    }   
    section#content .content-header.content-header-background .breadcrumb{
        padding-top: 150px;
    }
    section#content .content-header.content-header-background .container{
        position:absolute;                 
        bottom:0;                         
        right:0; 
    }

}







 /* Algemeen*/
.sf-menu>li>a{
    color: #fff;
}

.no-template .sf-menu>li>a{
    color: black;
}
.no-template header .container .header-nav-top .login p {
    color: black;
}

.sf-menu>li>ul {
    border-top: 2px solid transparent;
    border-bottom: 2px solid #E5E7EB;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 500;
}

dl.headlines dt.date a {
    
}

a:hover, a:focus {
    color: #FF5755;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    color: #FF5755;
}

@media screen and (min-width: 992px) {
#carousel-homepage.carousel .carousel-inner .item {
    height: 750px;
}
}

#carousel-homepage.carousel .carousel-inner .item:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent 60%);
}

.carousel-control:hover {
    color: #FF5755;
}

.carousel-inner{
    overflow: initial;
}

#carousel-homepage.carousel .carousel-inner{
    overflow: initial;
}

header .container .header-nav-top .login p a {
    color: #fff;
}


header .container .header-nav-top .login p a:hover {
    color: #009245;
}

header .container .header-nav-top .login p {
    color: #fff;
}



@media screen and (max-width: 1536px) {
.container {
   width:100%;
}
}

@media screen and (min-width: 992px) {
section#content{
    margin-top: -200px;
}
}

.no-template section#content{
    margin-top: 0px;
}

section#content .content-header.content-header-background h2, section#content .content-header.content-header-background h3{
    font-weight: 600;
}


.row.webshop-products.webshop-products-grid .webshop-product:first-child{
    display: none;
}

.row.webshop-products.webshop-products-grid .webshop-product:last-child{
    display: none;
}