.about-us-container .column-right__image{
		height: 300px!important;
                background-color: transparent;
                background-blend-mode: normal;
                opacity: initial;
	}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
.about-us-container .column-right__image{
		height: 230px!important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.about-us-container .column-right__image{
		height: 170px!important;
	}
}


/** tijd blok bij datum **/
.single-event .single-event-content .event-sidebar__info--time {
    margin-top: 0px !important;
}

/** Custom settings accordeon **/

.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 16px;
    background-color: #FFFFFF;
    line-height: 1.2em;
    padding: 1px 10px 10px 10px !important;
}

.event-content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    background: -webkit-linear-gradient(45deg, #e52140, #f49a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    margin-top: 50px;
}

.event-content h3 {
    max-width: 1920px !important;
}

#sprekers{
margin-top:50px;
margin-bottom: 25px;
}

.event-content h4 {
    font-size: 22px !important;
    color: #e52140;
    line-height: 1.2em !important;
    margin: 0px 0px 10px !important;
}

.ea-card.sp-ea-single {
    border: 0px !important;
    border-bottom: 1px solid #f49a00 !important;
}

.ea-body ul {
    padding-left: 20px !important;
    margin-bottom: 20px;
}

.sp-easy-accordion {
    margin: 25px 0px 70px;
}

.ea-body p {
    margin-bottom: 15px !important;
}

.ea-body hr {
    height: 0px;
    border-top: 2px dotted #CCC;
    background-color: #FFF;
    margin: 30px 0px 25px;
}

.ea-body {
    background: #f6f6f6 !important;
    border-top: 40px solid #f6f6f6 !important;
    margin-top: -40px;
    overflow: visible !important;
    padding: 15px 45px !important;
}

.event-content h5 {
    font-size: 26px;
    line-height: 1.6em !important;
    font-weight: 300;
    color: #000000 !important;
    margin: 25px 0px 40px;
}

img.spreker {
    border-radius: 50%;
    float: left;
    max-width: 150px;
}

@media only screen and (max-width: 1000px) {
.sprekers, .sprekers td, .sprekers tr {width:100%; float:left; padding-bottom:20px;}
}