@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfontd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue-webfont.woff2') format('woff2'),
    url('../fonts/BebasNeue-webfont.woff') format('woff'),
    url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
    url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 21px;
}

h2 {
    font-family: 'BebasNeue';
    color: #E98341;
    font-size: 37px;
    margin-bottom: 14px;
}

.btn {
    border-radius: 18px;
    padding: 4px 30px;
    transition: all 0.5s ease;
}

.btn:hover {
    color: #FFF;
    background-color: #E98341;
}

.form-control {
    height: 46px !important;
}

textarea.form-control {
    height: auto !important;
}

.btn-vv {
    background-color: #E98341;
    color: #FFF;
}

.btn-blue {
    background-color: #317CBA;
    color: #FFF;
}

.btn-brown {
    background-color: #916037;
    color: #FFF;
}
.readmore { margin-top: 5px; display:none; }

.subsearchbox .more .col-lg {
    flex: 0 0 25%;
    max-width: 25%;
}


.navbar {
    z-index: 1000;
}

.navbar-nav {
    margin-right: 10px;
    z-index: 2000;
    /* position: absolute; */
    margin-top: 10px;
    padding-bottom: 14px;
}

.navbar-nav a {
    color: #FFF;
    margin-left: 38px;
    font-size: 17px;
    line-height: 40px;
}


.requestbar {
    line-height:50px;
    margin-left:20px;

}


.requestbar a {
    color:#E98341;

}

.homeblock {
    /* height: 100vh; */
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
    padding: 0;
    overflow: hidden;
}

.homeblock:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; /* background:#000; */
    opacity: 0.6;
    position: absolute; /* border-top: 100px solid #000; */
    border-right: 110vw solid #000;
    border-bottom: 116vh solid transparent; /* border-bottom: 0; */
    border-left: 0;
}

.homeblock h1 {
    font-family: 'BebasNeue';
    display: none;
    color: #FFF;
    font-size: 62px;
    line-height: 76px;
    left: 50%;
    margin-left: -566px;
    width: 300px;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 50%;
    margin-top: -179px;
}

.homeblock h2 {
    font-family: 'BebasNeue';
    color: #FFF;
    font-size: 141px; /* line-height: 76px; *//* left:50%; */
    opacity: 0.2;
    right: 26px;
    width: 300px;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    bottom: -17px;
    margin-top: -141px;
}

.homeblock h3 {
    font-family: 'BebasNeue';
    color: #FFF;
    font-size: 49px;
    line-height: 76px;
    right: 10px;
    /* margin-left: -566px; */
    /* width: 300px; */
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    opacity: 0.2;
    bottom: 60px;
    /* margin-top: -141px; */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin-x:100%;
    -webkit-transform-origin-y:0;
}

.homeblock .scroll {
    position: absolute;
    left: 0;
    bottom: 51px;
    display: none;
    padding-left: 74px;
    color: #FFF;
    opacity: 0.8;
    font-family: 'BebasNeue';
    font-size: 23px;
    text-transform: uppercase;
}

.homeblock .scroll:hover {
    text-decoration: none;
}

.homeblock .scroll:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 58px;
    background-color: #FFF;
    left: 0;
    top: 16px;
}

.homeblock .scroll i {
    display: block;
    font-size: 51px;
    line-height: 30px; /* float: right; */
    text-align: right;
    margin-right: 12px;
}

.homeblock .makelaars {
    border-left: 1px solid white;
    border-right: 1px solid white;
    /* position: absolute; */
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 93px;
    /* left: 50%; */
    /* margin-left: -200px; */
    /* height: 127px; */
    padding: 0 38px;
    /* bottom: 0; */
    color: #FFF;
    cursor:pointer;
}

.homeblock .makelaars:before {
    content: '';
    height: 1px;
    width: 75px;
    left: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    background-color: #FFF;
}

.homeblock .makelaars:after {
    content: '';
    height: 1px;
    width: 75px;
    right: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    background-color: #FFF;
}

.homeblock .makelaars h4 {
    text-align: center;
    margin-top: -19px;
    margin-bottom: 18px;
    font-size: 38px;
    font-family: 'BebasNeue';
    text-transform: uppercase;
}

.homeblock .makelaars a {
    background-color: #2677BC;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    left: -20px;
    top: -20px;
    z-index: 20;
    color:#FFF;
}

.agent .image {
    height:200px;
    margin-bottom:5px;
    width:100%;
    text-align:center;
}

.agent .image img {
    max-height:100%;
    max-width:100%;
}

.searchBox {
    width: 90%;
    z-index: 1;
    margin: 0 auto;
    /* left: 50%; */
    /* position: absolute; */
    /* margin-left: -250px; */
    margin-top: calc(50vh - 275px);
    margin-top: 50px;
}

.searchBox ul {
    margin-bottom: 0;
    height: 39px;
    list-style: none;
    padding: 0;
}

.searchBox ul li {
    float: left;
}

.searchBox ul li a {
    padding: 5px 45px;
    display: block;
    margin-right: 3px;
    font-size: 20px;
    line-height: 29px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 0 0;
    color: #393939;

}

.searchBox.vraagsearch ul li:last-child a {
    color: #393939;
    background-color: rgba(255, 255, 255, 0.8);
}

.searchBox.vraagsearch ul li:first-child a {
    color: #FFF;
    background-color: rgba(38, 119, 188, 0.8);
}

.searchBox ul li:last-child a {
    color: #FFF;
    background-color: rgba(233, 131, 65, 0.8);
}

.searchBox .inner {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 50px 32px 50px;
    z-index: 1000;
}

.searchBox .btn {
    width: 100%;
    border-radius: 24px;
}

.searchBox .form-group {
    margin-bottom: 29px;
}

.slider.slider-horizontal {
    width: 100% !important;
    margin-top: 13px;
}

.slider .tooltip.top {
    opacity: 1;
}

.slider-selection {
    background-color: #2677BC !important;
    background-image: none !important;
}

.slider-handle {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 1) !important;;
    -moz-box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 1) !important;
    box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 1) !important;;
}

.homeaanbod {
    margin-top: 3rem;
    margin-bottom: 0rem;
}

.homeaanbod h2 {
    font-family: 'BebasNeue';
    border-bottom: 1px solid white;
    float: left;
    margin-left: -15px;
    padding-left: 15px;
    margin-top: 0px;
}

.homeaanbod .aanbod:first-child h2 {
    float: right;
    color: #317CBA;
    border-bottom: 1px solid #F8D7C2;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 0;
    margin-left: 0;
}

.homeaanbod .aanbod:first-child {
    border: 1px solid #F8D7C2;
    background-color: #FFF;
}

.homeaanbod .aanbod { /* border:1px solid #FFF; */
    background-color: #f2f2f2;
}

.homeaanbod .aanbod:first-child {
    background-color: #FFF;
}

.homeaanbod .row .aanbodblock {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 1);
    box-shadow: 0px 2px 5px 0px rgba(230, 230, 230, 1);
}

.aanbodblock .swap {
    position: absolute;
    right: -20px;
    width: 40px;
    top: 60px;
    z-index: 500;
}

.aanbodblock .swap img {
    width: 100%;
}

.truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height:61px;
}

.aanbod img {
    margin: 20px 0;
    max-width: 104px;
}

.aanbod h3 {
    font-weight: normal;
    font-size: 22px;
}

.aanbod h4 {
    text-align: left;
    font-family: 'Bebasneue';
    color: #317CBA;
    font-size:25px;
}

.aanbod .reverse h4 {
    color: #E98341;
}

.aanbod .reverse .back h4 {
    color: #317CBA;
}

.aanbod .back h4 {

    color: #E98341;

}

.aanbod .price {
    margin-bottom: 20px;
    font-size: 20px;
}

.aanbod .btn {
    margin-bottom: 30px;
}

.aanbodsection {
    margin-top: -48px;
}

.aanbodsection .aanbod .inner {
    /* margin-right: 10px; */
    background-color: #FFF;
    padding: 15px 20px;
    margin-bottom: 20px;
    height: 425px;
    -webkit-box-shadow: 0px 5px 50px 0px rgba(199, 199, 199, 1);
    position: relative;
    -moz-box-shadow: 0px 5px 50px 0px rgba(199, 199, 199, 1);
    box-shadow: 0px 5px 20px 0px rgba(199, 199, 199, 1);
}

.aanbodsection .aanbod .inner .slide
{
    height:285.88px;
}

.card-container {

    /* height: 150px; */
    perspective: 600px;
    position: relative;
    width: 150px;
}

.card-container .swap {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 100;
    transition: opacity 0.6s;

}

.card-container .swap img {
    width: 100%;
    margin: 0;
}

.homeaanbod .swap-icon
{
    width: 30px;
    position: absolute;
    left: CALC(50% - 15px);
    top:110px;
    z-index: 20;
}

.card {
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.aanbodsection .aanbod .inner.card {
    padding: 0px;
    background-color:transparent;
}

.card.open {
    transform: rotateY(180deg);
}

.card .side {
    border-radius: 6px;
    /* height: 100%; */
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 15px 20px;
}

.card .side:not(.back) {
    -webkit-transform: translateZ(1px);
}

.card:not(.open) .side.back
{
    pointer-events: none;
}

.card.open .side:not(.back) {
    pointer-events: none;
}

.card.open .side.back { z-index:1; }
.card:not(.open) .side:not(.back) { z-index:1 }


.card .back {
    /* background: #eaeaed; */
    /* color: #0087cc; */
    /* line-height: 150px; */
    text-align: center;
    transform: rotateY(180deg);
}

.card .back .btn { margin-bottom: 0px; }

.sold-label
{
    position: absolute;
    background-color: #317CBA;
    color: #FFFFFF;
    left: -17px;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Bebasneue;
    font-size: 25px;
    line-height: 1.2;
}

.sold img
{
    opacity: 0.5;
}



.detailsection .detailcolumn {
    padding: 24px 25px 56px 25px;
}

.detailsection .detailcolumn.vraag {
    background-color: #f2f2f2;
}

.detailsection .detailcolumn.vraag .cycle-pager {
    margin:0 auto;
    text-align:center;
    margin-top:200px;
}


.detailsection .detailcolumn h2 {
    font-family: 'Bebasneue';
    color: #317CBA;
    /* margin-left: -20px; */
    font-size: 26px;
    margin-top: 0px;
}

.detailsection .detailcolumn h3 {
    font-size: 26px;
    font-weight: 300;
    margin-top: 25px;
}

.detailsection .detailcolumn h4 {
    font-size: 16px;
    margin-bottom: 14px;
    font-weight:bold;
}

.detailsection .detailcolumn label {
    margin-top: 0px;
    font-weight:bold;
    margin-bottom: 1px;
}

.detailsection .detailcolumn.vraag h2 {
    color: #E98341;
}

.detailsection .detailcolumn .icon {
    margin-top: 0px;
}

.detailsection .detailcolumn .text {
    margin-bottom:0px;

    height:100px;
    overflow:hidden;
}

.detailsection .detailcolumn a {
    color: #E78140;
}

.detailsection .offeredby {
    margin-top: 52px;
    font-size: 24px;
    line-height: 49px; /* border-top: 1px solid #DDD; */
}

.detailsection .offeredby .makelaar {
    padding: 50px 15%;
}

.detailsection .offeredby .address {
    padding-top: 50px;
}

.detailsection .offeredby h5 {
    font-family: 'BebasNeue';
    color: #C6C6C6;
    padding-top: 20px;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    margin: 0px 50px;
    border-top: 1px solid #DDD;
}

.detailsection .offeredby .makelaar a {
    color: #E78140
}

.detailsection .offeredby .address a {
    color: #212529;
    font-size:14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
}

.detailsection .offeredby .back a {
    color: #E78140;
    margin-left: 50px;
    margin-top: 40px;
    margin-bottom: 28px;
    font-size: 20px;
    font-family: 'Bebasneue';
    display: inline-block;
}

.detailsection .infocol {
    background-color: #F8D7C2;
    padding: 39px 25px 56px 50px;
}

.detailsection .infocol h4 {
    font-size: 30px;
    margin-bottom: 32px;
}

.btn-large {
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 20px;
}

.defaultsection {
    margin-top: -55px;
    padding: 0 20px;
}

.defaultsection {
    margin-top: -35px;
    padding: 0 20px;
}

.defaultsection .inner {
    -webkit-box-shadow: 0px 5px 50px 0px rgba(100, 100, 100, 1);
    -moz-box-shadow: 0px 5px 50px 0px rgba(100, 100, 100, 1);
    box-shadow: 0px 5px 20px 0px rgba(100, 100, 100, 1);
    background-color: #FFF;
}

.pagesection .detailcolumn h2:first-child {
    margin-top: 0;
}

.pagesection .detailcolumn h1 {
    font-family: 'Bebasneue';
    color: #E98341;
    margin-left: -20px;
    font-size: 32px;
    border-bottom: 1px solid #E98341;
    margin-bottom: 27px;
    margin-top: 0;
}

.pagesection .detailcolumn .offered h1 {
    border-bottom: 1px solid #317CBA;
}

.pagesection .detailcolumn .searched h1 {
    border-bottom: 1px solid #916037;
}

.pagesection .detailcolumn .offered h1, .pagesection .detailcolumn .offered h2 {
    color: #317CBA;
}

.pagesection .detailcolumn .searched h1, .pagesection .detailcolumn .searched h2 {
    color: #916037;
}

.pagesection .detailcolumn h2 {
    font-family: 'Bebasneue';
    color: #E98341;
    margin-left: -20px;
    font-size: 26px;
    margin-top: 47px;
}

.pagesection .detailcolumn {
    padding: 32px 50px 56px 50px;
}

.pagesection .infocol .checks li {
    color: #212529;
}

.pagesection .infocol {
    background-color: #F8D7C2;
}

.pagesection .infocol h4 {
    font-size: 31px;
    margin-bottom: 25px;
}

.pageblock {
    padding: 24px 30px 56px 30px;
}

.pageblock h2 {
    font-family: 'Bebasneue';
    color: #E98341;
    margin-left: -20px;
    margin-bottom: 18px;
    font-size: 30px;
    margin-top: 0px;
}

.inlogbox {
    padding: 40px;
}

.uitleg {
    margin-top: 0rem;
    margin-bottom: 4rem;
}

.infoblock {
    padding: 0 30px 0 30px;
}

.infoblock h4 {
    font-size: 34px !important;
    margin-bottom: 40px !important;
    margin-top: 33px;
}

.infoblock img {
    margin: 0 0 43px 0;
}

.infoblock .block:first-child {
    border-right: 1px solid #CEC9C9;
}

.checks {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.checks li {
    color: #3D84BE;
    list-style: none;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 26px;
}

.checks li i {
    font-size: 24px;
    margin-right: 20px; /* margin-top: 2px; */
}

.pagesection .accountmenu {
    background-color: #F8D7C2;
    padding: 25px;
}

.pagesection .accountmenu h2 { /* color: #212529; */
}

.pagesection .accountmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagesection .accountmenu ul li {
    line-height: 52px;
    border-bottom: 1px solid white;
    margin-left: -25px;

    margin-right: -25px;

}

.pagesection .accountmenu ul li:first-child {
    border-top: 1px solid white;
}

.pagesection .accountmenu ul li a {
    padding-left: 25px;
    color: #212529;
    display: block;
}

.pagesection .accountmenu ul li a.active {
    font-weight: bold;
}

.pagesection .accountcolumn {

    padding: 30px;
}

.pagesection .accountcolumn h2 {
    font-size: 28px;
}

.table a {
    margin-left: 10px;
    color: #212529;
}

.add {
    color: #212529;
    font-family: 'Nunito';
    margin-top: 8px;
}

.social {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: right;
}

.social .fab {
    color: #FFF;
    margin-left: 2px;
    background-color: #C4DDF2;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s ease;
}

.social .fab:hover {
    background-color: #317CBA;
    text-decoration: none;
}

footer {
    /* height:200px; */
    padding-top: 38px;
    background: #b7cfe2; /* Old browsers */
    background: -moz-linear-gradient(top, #b7cfe2 0%, #c4ddf2 32%, #c4ddf2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b7cfe2 0%, #c4ddf2 32%, #c4ddf2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b7cfe2 0%, #c4ddf2 32%, #c4ddf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7cfe2', endColorstr='#c4ddf2', GradientType=0); /* IE6-9 */
}

footer h5 {
    font-size: 18px;
    margin-bottom: 12px;
}

footer .newsletter {
    background-color: #FFF;
    border-radius: 14px 14px 0 0;
    padding: 39px 39px 20px 39px;
    margin-top: -17px;
}

footer .newsletter input {
    border-radius: 20px 0 0 20px;
    height: 44px;
}

footer .newsletter .btn {
    height: 45px;
    border-radius: 0 20px 20px 0;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
    padding-bottom: 40px;
}

footer ul li {
}

footer ul li a {
    color: #3F3F3F;
}

footer ul li a:hover {
    color: #3F3F3F;
}

.subbanner {
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 120px;
    position: relative;
    /* z-index: 0; */
}

.subbanner:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background:#000; */
    width: 70%;
    right: 0;
    opacity: 0.6;
    position: absolute;
    background: linear-gradient(-127deg, #000 73%, transparent 72%);
}

.navbar-brand {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 4000;
    width:70%;
}

.subbanner .navbar {
    margin-right: 0px;
    padding: 0;
    right: 0;
    width: 100%;
    /* height: 100px; */
    /* width: 100px; */
    z-index: 3000;
}

.subbanner .container {
    position: relative;
}

.subsearchbox {
    background-color: #E98341;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.subsearchbox.layoutoffer {
    background-color: #317CBA;
}

.subsearchbox.layoutoffer .slider-handle {
    background-color: #E98341;
    background-image: none;
}



.subsearchbox.layoutoffer .slider-selection {
    background-color: #E98341 !important;
    background-image: none;
}

.subsearchbox .btn {
    width: 100%;
    background-color: #E98341;
    border: 1px solid white;
    height: 45px;
}

.subsearchbox .btn.btn-blue {
    background-color:#337ab7;
}

.subsearchbox .btn
.subsearchbox .btn:hover {
    background-color: #317CBA;
}

.subsearchbox a {
    color: #FFF;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    margin-bottom: 26px;
}

.subsearchbox a i {
    font-size: 23px;
    margin-right: 8px;
}

.subsearchbox h1 {
    color: #FFF;
    font-family: 'BebasNeue';
    font-size: 54px;
    position: relative;
    float: left;
    margin-bottom: 3px;
}

.subsearchbox h1:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 150%;
    left: 0;
    bottom: 0;
    background-color: #FFF;
}

.searchBox img {
    width: 100%;
}

.navbar-toggler {
    right: 10px;
    top: 10px;
    position: absolute;
}

.navbar-collapse {
    width: 100%;
    position: relative;
    z-index: 3000;
    margin-top: 42px;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #317CBA;
}

.subbanner .navbar-collapse {
    margin-top: 120px;
    margin-left: 0;
    margin-right: 0;
}

.navbar-toggler-icon i {
    color: #FFF;
    font-size: 33px;
}

.subsearchbox a.lessbutton {
    display: none;
}

.subsearchbox .more {
    height: 0;
    overflow: hidden;
    color:#FFF;

    margin-top:15px;


}

.cycle-slideshow .slide { width:100%; }

.cycle-pager span {
    font-size:32px;
    color:#E98341;
    opacity:0.3;
    transition:0.5s all;
    cursor:pointer;
}

.cycle-pager span.cycle-pager-active {

    opacity:1;

}

.top-message{
    position: fixed;
    top: 115px;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index:999;
}

@media (min-width: 576px) {
    .addthis_inline_share_toolbox {
        margin-top:-59px;
    }

    .searchBox {
        width: 500px; /* margin-top: calc(50vh - 275px); */
        left: 50%;
        margin-top: 44px;
        margin-left: -250px;
        position: absolute;
    }

    .homeblock .makelaars {
        width: 400px;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -200px;
    }

    .homeblock {
        min-height: 750px;
        height:100vh;
    }

    .subbanner {
        height: 200px;

    }

    .defaultsection {
        padding: 0 45px;
    }

    .detailsection .detailcolumn {
        padding: 24px 25px 56px 50px;

    }

    .detailsection .detailcolumn h2 {
        margin-left: -20px;
        margin-bottom: -15px;
    }

}

@media (min-width: 768px) {
    .detailsection .offeredby .address a { font-size:24px;}
    .navbar-brand { width:auto; }

    .navbar-collapse {
        background: none;
        margin-top: 0 !important;
    }


    .pageblock {
        padding: 24px 50px 56px 65px;
    }

    .homeblock .scroll {
        display: block;
    }

    .searchBox {
        margin-top: calc(50vh - 275px);
    }

    .searchBox img {
        width: 50%;
    }

    .infoblock {
        padding: 0 64px 0 92px;
    }

    .homeaanbod {
        margin-bottom: 3rem;
    }

    .uitleg {
        margin-top: 4rem;
    }
}

@media (min-width: 992px) {
    .homeblock h1 {
        display: block;
    }

    .searchBox .inner {
        padding: 40px 50px 32px 50px
    }

    .homeaanbod .swap-icon
    {
        left: CALC(50% - 19px);
    }

}

@media (max-height: 712px) and (min-width: 576px)
{
    .searchBox { margin-top:80px; }
}

@media (min-width: 1200px) {
}
