/*
Theme Name: rvl
Theme URI: http://www.rvlmakelaars.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Nebian Vos
Author URI: http://www.iclicks.nl
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.mobilemenuBox {
    position: relative;
    width: 100%;
}

.mobile {
    display: block;
    cursor: pointer;
    background-color: #0073e6;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.openmenu {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.openmenu.active {
    visibility: visible;
    opacity: 1;
    height: 100%; /* Zorg voor genoeg ruimte voor het menu */
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

ul.menu li a {
    text-decoration: none;
    color: #ffe400;
}

.menuBox ul#mainmenu li a {
    text-decoration: none;
    color: #000000;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0!important;
}

select, input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
}

body {
    line-height: 1;
}

p {
    margin: 0 0 1.75em 0;
    line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6, .slide-title {
    clear: both;
    margin-bottom: 0.4em;
    line-height: 1.3em;
}
h1
{
	text-transform: uppercase;
}

footer h2, footer h3 {
    color: #353535;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 0.9em;
}
.clear
{
	clear: both;
}
blockquote {
    position: relative;
    margin: 32px 0 !important;
    padding: 16px;
    border-top: 1px solid rgba(221, 221, 221, 0.4);
    font-size: 1.25em;
    text-align: center;
    background-color: #e7e7e7;
}

blockquote p {
    margin-bottom: 0.75em;
    padding: 0 25px;
    word-break: break-word;
}

.dathuis__bottomRight___JpEqU{
	background-color:black!important;
}
/* 
blockquote:before {
    position: absolute;
    content: '“';
    top: 0;
    left: 50%;
    width: 70px;
    height: 35px;
    margin-top: -30px;
    margin-left: -35px;
    background-color: #fff;
    color: inherit;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3em;
    line-height: 1;
    text-align: center;
} */ 


.marginbutton {
    margin-top:19px!important;
}

#widgetBar-1 .widget
{
	margin-bottom: 2.0em;
}
#widgetBar-1 .social-icons
{
	font-size: 1.55em;
	
}
#widgetBar-1 .social-icons span
{
	margin-right: 7px;
	
}
.cols2,
.cols3,
.cols4
{
	display:inline-block;
	width:100%	
}
.cols2
{
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.cols3
{
	-webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
.cols4
{
	-webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

/*
.cols2 > li,
.cols3 > li,
.cols4 > li
{
	float: left;	
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.cols3 > li
{
	-webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}
.cols4 > li
{
	-webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
} */
.text-lt,
.text-lt *,
.text-lt a:link,
.text-lt a:visited,
.text-lt a:active
{
	color:#fff !important;	
}
.information
{
	margin-bottom:2.0em;
	width: 100%;
	display: inline-block;
}

a.button,
a.button:link,
a.button:visited,
a.button:active,
.button,
span.button,
a.button-outline,
a.button-outline:link,
a.button-outline:visited,
a.button-outline:active,
.button-outline,
span.button-outline
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;	
	background:#ffe400;
	line-height:1.65em;
	display:inline-block;
	padding:10px 20px 9px 20px;
	color: #060606 !important;
	text-decoration:none;
	cursor: pointer;
	margin-bottom:0.4em;
	border: 2px solid #ffe400;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none !important;
	box-sizing:border-box;
	font-size:17px;
	position:relative;
	margin-right:10px;
	-webkit-appearance: none;
}
a.button-outline,
.button-outline,
span.button-outline
{
	background: none;
	color: #060606 !important;
	border: 2px solid #060606;
}
.home a.button-outline,
.home .button-outline,
.home span.button-outline
{
	background: none;
	color: #ffe400 !important;
	border: 2px solid #ffe400;
}
.slider a.button-outline,
.slider .button-outline,
.slider span.button-outline
{
    text-shadow: 2px 2px 12px rgba(255,255,255,0.9) !important;
}

a.button:hover,
.button:hover,
span.button:hover,
a.button-outline:hover,
.button-outline:hover,
span.button-outline:hover,
a.button-pink:hover,
.button-pink:hover,
span.button-pink:hover
{
	background-color: #363636;
	border: 2px solid #363636;
	color:#fff !important;
	text-decoration: none;
}

.button-phone:before,
.button-mail:before,
.button-pdf:before
{
	font-family: fontAwesome;
	content:'\f095';
	margin-right:10px;
	font-weight:400;
}
.button-mail:before
{
    content: '\f2b7';
}
.button-pdf:before
{
    content: '\f1c1';
}

.bannerBox ul.slides ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.bannerBox ul.slides ul li:before {
    position: absolute;
    font-family: FontAwesome;
    top:-1px;
    left: 0;
    font-weight: 700;
    margin-right: 7px;
    content: "✓";
    color: #FFF;
    font-size: 1.0em;
    width: 20px;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s {
    float: left;
	min-height: 1px;
	box-sizing:border-box;
	
	position:relative;
}
.col12{
    width: 100%
}
.col11{
    width: 91.66666667%
}
.col10{
    width: 83.33333333%
}
.col9{
    width: 75%
}
.col8{
    width: 66.66666667%
}
.col7{
    width: 58.33333333%
}
.col6{
    width: 50%
}
.col5{
    width: 41.66666667%
}
.col4{
    width: 33.33333333%
}
.col3{
    width: 25%
}
.col2{
    width: 16.66666667%
}
.col1
{
    width: 8.33333333%
}
/* 
.bg ul {
    list-style-type: disc;
    padding-left:15px;
}
.bg li {
    padding-bottom:5px;
    width:100%;
}
.bg ul ul {
    padding-left:30px;
}
.bg ul.no-list {
    list-style-type: none;
}
*/
/* paddingS */
.p-xxs {
    padding: 2px 4px;
}
.p-xs {
    padding: 5px;
}
.p-sm {
    padding: 10px;
}
.p {
    padding: 15px;
}
.p-md {
    padding: 20px;
}
.p-lg {
    padding: 35px;
}
.p-xl {
    padding: 50px;
}
.p-n {
    padding: 0!important;
}
.p-l-none {
    padding-left: 0!important;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l {
    padding-left: 15px;
}
.p-l-md {
    padding-left: 20px;
}
.p-l-lg {
    padding-left: 60px;
}
.p-l-xl {
    padding-left: 80px;
}
.p-l-xxl {
    padding-left: 100px;
}
.p-l-xxxl
{
    padding-left: 25%;  
}
.p-l-n-xxs {
    padding-left: -1px;
}
.p-l-n-xs {
    padding-left: -5px;
}
.p-l-n-sm {
    padding-left: -10px;
}
.p-l-n {
    padding-left: -15px;
}
.p-l-n-md {
    padding-left: -20px;
}
.p-l-n-lg {
    padding-left: -30px;
}
.p-l-n-xl {
    padding-left: -40px;
}
.p-l-n-xxl {
    padding-left: -50px;
}
.p-t-none {
    padding-top: 0!important;
}
.p-t-xxs {
    padding-top: 1px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t {
    padding-top: 15px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-lg {
    padding-top: 40px;
}
.p-t-xl {
    padding-top: 80px;
}
.p-t-xxl {
    padding-top: 100px;
}
.counters  .col3 .p-t-xxl
{
    padding-top:125px;  
}
.p-t-n-xxs {
    padding-top: -1px;
}
.p-t-n-xs {
    padding-top: -5px;
}
.p-t-n-sm {
    padding-top: -10px;
}
.p-t-n {
    padding-top: -15px;
}
.p-t-n-md {
    padding-top: -20px;
}
.p-t-n-lg {
    padding-top: -30px;
}
.p-t-n-xl {
    padding-top: -40px;
}
.p-t-n-xxl {
    padding-top: -50px;
}
.p-r-none {
    padding-right: 0!important;
}
.p-r-xxs {
    padding-right: 1px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r {
    padding-right: 15px;
}
.p-r-md {
    padding-right: 20px;
}
.p-r-lg {
    padding-right: 60px !important;
}
.p-r-xl {
    padding-right: 80px;
}
.p-r-xxl {
    padding-right: 100px;
}
.p-l-xxxl
{
    padding-right: 25%; 
}
.p-r-n-xxs {
    padding-right: -1px;
}
.p-r-n-xs {
    padding-right: -5px;
}
.p-r-n-sm {
    padding-right: -10px;
}
.p-r-n {
    padding-right: -15px;
}
.p-r-n-md {
    padding-right: -20px;
}
.p-r-n-lg {
    padding-right: -30px;
}
.p-r-n-xl {
    padding-right: -40px;
}
.p-r-n-xxl {
    padding-right: -50px;
}
.p-b-none {
    padding-bottom: 0!important;
}
.p-b-xxs {
    padding-bottom: 1px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b {
    padding-bottom: 20px;
}
.p-b-md {
    padding-bottom: 30px;
}
.p-b-md-import {
    padding-bottom: 30px !important;
}
.p-b-lg {
    padding-bottom: 60px;
}
.p-b-lg-import {
    padding-bottom: 60px !important;
}
.p-b-xl {
    padding-bottom: 80px;
}
.p-b-xxl {
    padding-bottom: 50px;
}
.p-b-n-xxs {
    padding-bottom: -1px;
}
.p-b-n-xs {
    padding-bottom: -5px;
}
.p-b-n-sm {
    padding-bottom: -10px;
}
.p-b-n {
    padding-bottom: -15px;
}
.p-b-n-md {
    padding-bottom: -20px;
}
.p-b-n-lg {
    padding-bottom: -30px;
}
.p-b-n-xl {
    padding-bottom: -40px;
}
.p-b-n-xxl {
    padding-bottom: -50px;
}


/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0!important;
}
.m-l-none {
    margin-left: 0!important;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-l-n-xxl {
    margin-left: -50px;
}
.m-t-none {
    margin-top: 0!important;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-t-n-xxl {
    margin-top: -50px;
}
.m-r-none {
    margin-right: 0!important;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-r-n-xxl {
    margin-right: -50px;
}
.m-b-none {
    margin-bottom: 0!important;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.m-b-n-xxl {
    margin-bottom: -50px;
}

.text-gray,
.text-gray *,
.text-gray a:link,
.text-gray a:visited,
.text-gray a:active
{
	color:#ddd;	
}
.text-shadow-dark
{
    text-shadow: 1px 1px 12px rgba(0,0,0,0.5);	
}
.text-shadow-lt
{
    text-shadow: 1px 1px 12px rgba(255,255,255,0.5);	
}
table 
{
	margin-bottom: 1.0em;
}
.scrolling_makelaars {
    overflow:hidden;
    height:250px;
    transition: all 1s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.choiceBrokerBox .gap {
    width:250px;
    overflow:hidden;
}

.scrolling_makelaar_single {
    display: inline-block;
    float:left;
}

.scrolling_makelaar_single img {
    height:100%;
    width: 250px !important;
}
/* 
[class~="template_object.php"] .bannerBox .slides .overlaybg,
[class~="template_object.php"] .bannerBox .slide .overlaybg {
    background: none;
}
*/
ul.nolist {
	list-style-type: none;
}
.footerBox
{
	color: #ddd;
}
.footerBox .contact ul
{
	margin-bottom: 1em;
}
.footerBox h6.m-b-sm
{
	margin-bottom: 10px;
}
.footerBox li span
{
	font-family: 'Roboto', sans-serif;
	
}
.icon-RVLM-icons-01:before,.icon-RVLM-icons-02:before
{
	margin-right: 5px;
	
}
.teamBox {
    padding-bottom: 0 !important;
    margin-bottom:20px;
    margin-top:50px;
}
.teamBox .team
{
	overflow: inherit !important;
}
.teamBox img {
	margin-top: -1px;
    line-height: 0;
}
.teamBox .vid img {
    background-size: cover;
    height: 100vh;
    max-height: 250px;
}

.contentBox
{
	background-image: url('images/6d276b70f3e7d2c47eb4729b249535c8f7678336.jpg');
	background-repeat:  no-repeat;
	background-size: cover;
	background-position:  center center;
	padding: 4.0em 0;
	position: relative;
	overflow: hidden;
}
.contentBox:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 1200px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.contentBox .col6
{
	z-index: 1;
}
.contentBoxExtra
{
	background-image: url('images/c91735f0c207af32da646655ca36a9a69ebd14a4.jpg');
}
.teamMemberBox.bg {
}
.teamMemberBox h3 {
    padding-bottom: 37px !important;
}
.teamMemberBox .row
{
	margin-bottom: 2.0em;
}
.bg.teamMemberBox .container h1
{
    line-height: 31px;
	ffont-size: 38px;
	font-size:30px;
}
.teamBoxWidget
{
	
}
.teamBoxWidget h3
{
	margin: 0 !important;
	padding-top: 50px;
}
.quiter:before
{
	display: none !important;

}

.col4.recensiefp {
	padding: 20px;
	box-sizing: border-box;
	background-color: #eee;
	margin-bottom: 15px;
	min-height: 246px;
	position: relative;
	z-index: 1;
}
.col4.recensiefp:before {
	font-family: 'FontAwesome';
	content: '\f10d';
	position: absolute;
	top: 25px;
	left: 10px;
	color: rgba(255,255,255,0.9);
	font-size: 60px;
	z-index: -1;
}
.openingstijden span, span.openingstijden{
	display: inline-block;
	width: 100px;
    text-align: left;
}

p.open{
    wwidth: 50%;
    text-align: left;
    width:100%;
    margin: 0 auto;
}
iframe.fp-fullwidth {
	width: 100%;
	height: 200px;
}
.smallh3 h3 {
	font-size: 25px;
	text-align: left;
	margin-bottom: 25px;
}

h2.smallh2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 100;
    color: #000;
}



h2.fs32,
.receiveBox h2.fs32 {
  font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 100;
    color: #000;
}
ul.list {
	list-style: disc;
	margin-left: 15px;
}

.slimScrollDiv,
#testDiv {
    height: auto !important;
}

.row.customBlock {
    margin: 10px 0 30px 0;
}
.customBlock {
    margin-bottom: 30px;
}
.customBlock h3 {
    font-size: 24px;
    margin-bottom: -40px !important;
    text-align: left !important;
    line-height: initial;
}
.customBlock img {
    vertical-align: initial;
    width: 100%;
    height: auto;
}

.imageRow {
    width: 100%;
    overflow: auto;
    position: absolute;
    bottom: -55%;
}
.imageRow.new {
    bottom: 4% !important;
    z-index: 3 !important;
    width: 1030px !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
}

.imageRow .singleImg {
    width: 16.66%;
    float: left;
    margin: 0 auto;
    text-align: center;
}
.imageRow .singleImg .imgBlock,
.iconRow .singleIcon {
    display: block;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.imageRow .singleImg .imgBlock {
    height: 125px;
}
.iconRow .singleIcon {
    display: block;
    width: 16.66%;
    float: left;
}
.iconRow {
    width: 55%;
    overflow: auto;
    display: block;
    margin: 10px auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 3;
}

#bannerCntr {
    position: relative;
}

.phoneNumber {
    background-color: #fff;
    width: 325px;
    margin-bottom: 25px;
    display: block;
    margin: 0 auto 25px auto;
}

#slider-79 .text h3 {
    font-size: 60px;
    margin-top: 50px;
    line-height: 1.2;
}

#page-105 .iconRow {
	bottom: 15px;
}

.houseImg {
    width: 25%;
    height: 25%;
}

/* Responsive */
/*@media screen and (max-width: 1400px) {
    .imageRow {
        bottom: -50%;
    }
    .iconRow {
         width: 70%;
    }
}*/
@media screen and (max-width: 1024px) {
    .imageRow {
        /*bottom: -35%;*/
        bottom: 4%;
    }
    .imageRow.new {
        bottom: 8% !important;
    }
    .iconRow {
         width: 100%;
    }

	#slider-79 .text h3 {
		font-size: 46px;
	}
	.imageRow .singleImg .imgBlock,
	.iconRow .singleIcon {
		height: 85px;
	}
}
@media screen and (max-width: 800px) {
    .imageRow.new {
        /*bottom: -140%;*/
        width: 100% !important;
    }
    #slider-79 .text h3 {
		font-size: 46px;
		margin-top: 80px;
	}

    .splachmenuBox li {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 670px) {
    .recensiefp {
        min-height: initial !important;
    }

    p.open{
        text-align:center!important;
    }
}
@media screen and (max-width: 600px) {
    ul.cols2.respmob {
        columns: 1;
    }
    ul.cols2.respmob li {
        width: 100%;
        float: none;
    }
    #page-1518 .bannerBox .overlaybg.top {
    	background: linear-gradient(to top, rgba(0,0,0,0.4) 100%,rgba(0,0,0,0) 100%);
    }
}
@media screen and (max-width: 425px) {
    .phoneNumber {
        width: auto;
        max-width: 100%;
    }
    .phoneNumber img {
        max-width: 95%;
    }
    #slider-79 .text h3 {
    	font-size: 2em;
		margin-top: 50px;
    }
    .imageRow .singleImg {
        width: 32%;
        padding: 10px;
        box-sizing: border-box;
    }
    .imageRow {
        bottom: -90%;
    }
    .iconRow {
        width: 100%;
    }
    .iconRow .singleIcon {
        width: 32%;
        height: 70px;
        margin: 14px 0px;
    }
    #splachCntr .splachtop {
		margin: 0 !important;
    }

    #page-105 .bannerBox .slide,
	#page-105 .bannerBox {
		height: 275px !important;
	}

    .phoneNumber {
        max-width: 75%;
    }
    .splachlogoBox,
    .splachlogoBox img {
        width: 225px !important;
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 320px) {
    #splachCntr .splashContent    {
        top: 2% !important;
    }
    .phoneNumber {
        width: 200px;
    }
    .phoneNumber img {
        max-width: 90%;
    }
    .imageRow {
        /*bottom: -56%;*/
        bottom: -80%;
    }
    .imageRow .singleImg .imgBlock {
        height: 70px;
    }
}


/* Macbook */
@media screen and (max-width: 1440px) and (max-height: 900px) {
    .splashContentin {
        zoom: 80%;
    }
}
@media screen and (max-width: 1280px) and (max-height: 800px) {
    .splashContentin {
        zoom: 80%;
    }
}

.col-xs-12.col-sm-3.col-md-3.col-lg-3.gap .house {
    aspect-ratio: 1/1;
}

.propertyBox .house > a {
    height: 100%;
}

.propertyBox .house a img {
    height: 100%;
    object-fit: cover;
}