.best4u-im-faq {
    text-align: left;
}

.s_content {
    overflow: hidden;
}
.button {
    background-color: #ee7c1b !important;
}

.buttonsecond { 
background-color: #ee7c1b !important;
	color:white;
}

.s_left {
    width: 65%;
    float: left;
    text-align: left;
}

.s_right {
    width: 27%;
    float: left;
    margin-right: 2%;
    padding-top: 22px;
}

.s_left h1 {
    color: #000;
    font-size: 39px;
}

.s_right .two-column_wrapper ul.gform_column.s2 {
    width: 90%;
    margin-left: 0 !important;
}

.s_right .gform_wrapper ul li.gfield {
    margin-top: -10px;
}

.s_right .two-column_wrapper ul.gform_column.s1 {
    width: 73.718%;
    float: left;
}

.s_right .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px;
}

.s_right .gform_wrapper li {
    margin-bottom: -10px !important;
}

@media screen and (max-width: 689px) {
    .s_right {
        width: 95%;
        float: left;
        margin-right: 0%;
        margin-left: 1%;
        padding-top: 22px;
    }
}

.galery-text {
    max-width: 1200px;
    margin: auto;
    padding: 25px;
}

.siteLogo a {
    float: left;
}

.contactInfo {
    float: left;
    margin-left: 15px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;
}

@media all and (max-width:480px) {
    .contactInfo {
        display: none;
    }
}

a {
    color: #212121;
}

blockquote {
    color: #626262;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    font-style: italic;
    padding: 0;
  	border: none;
  	margin: 10px;
}

blockquote:after {
    display: block;
    content: "";
    width: 33%;
    height: 1px;
    background-color: #dee0e1;
  	margin: 0 auto;
}

.imageContent img{
	height:360px !important;
}

.page-template-geen-header #grid .owl-item img {
	max-width: initial !important;
	width: 100%;
}

.mobileLink a {
   font-size: 2em;
   margin-top: 6px;
}

.sliderHomeS .owl-controls {
    display: none;
}

/* Landingspagina optimalisaties */
.heading-image > img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.heading-image {
    height: 400px;
}

.heading-image .caption {
    top: 50%;
    transform: translateY(-50%);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery * {
    display: flex;
}

.gallery > figure {
    padding: 0 15px;
}

.gallery img {
    object-fit: cover;
}
/* END Landingspagina optimalisaties */