﻿html {
    height: 100%;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.mainMenu a.active,
strong,
b,
label {
    font-weight: bold;
}

.cursief,
.italic {
    font-style: italic;
}

body {
    height: 100%;
    font-family: 'Open-Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    font-size: 1em;
    line-height: 1.5;
    background-color: #ffffff;
}

html,
body,
form,
h1,
h2,
h3,
h4,
p,
div {
    padding: 0;
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

a img {
    border: none;
}

.smallfont {
    font-size: .95em;
}

/*
.flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
*/

.contact-fotos,
.contact-fotos > div {
    max-height: 200px;
    max-width: 100%;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
}

.contact-fotos > div {
    min-width: fit-content;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.media {
    min-width: 0;
    margin: 5px;
}

    .media img {
        height: auto;
        max-width: 100%;
        max-height: 200px;
    }

.logos {
    width: 20em;
    padding-left: 3em;
    margin: auto;
}

.warning {
    color: #ee3333;
}

.mosaic {
    padding: .25em;
    max-width: 1090px;
    position: relative;
}

.tile, .tile * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .tile .caption {
        padding: 20px;
        background: #2c3f52;
        color: #ed4e6e;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.tile {
    margin: .25em;
    position: relative;
    width: 50%;
    overflow: hidden;
}

    .tile img {
        max-width: 100%;
        height: auto;
        position: relative;
        display: block;
    }

    .tile .caption {
        font-size: .85em;
        color: #eeeeee;
        padding: .5em;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(233, 92, 12, .75);
    }

        .tile .caption strong {
            font-weight: bold;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

.navs,
.center-text,
.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.projects > div {
    display: none;
}


.centerBox {
    text-align: left;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}

.centerUl {
    list-style: disc;
}

h1,
h2,
h3,
h4,
.project label,
.orange {
    font-weight: bold;
    font-style: normal;
    color: #e95c0c;
}

h1,
h2,
h3 {
    text-transform: uppercase;
}

.navs,
.navs a:link,
.navs a:visited,
.navs a:hover,
.navs a:active,
.h3,
.page-title,
.goldtext
.purpletext,
.gold {
    color: #C7B37F;
}

.bggray {
    background-color: #dddddd;
}

ul, ol {
    padding-left: 1em;
    text-align: left;
}
/*.home ul {list-style:none;padding:0;margin:0;}
.home ul li::before {content:"\002022";padding-right:0.4em;color:#004899;}*/

body.is-online .hide-offline,
body.is-offline .hide-online,
body.is-offline .show-offline,
body.is-online .show-online {
    display: block;
}

body.is-online .show-offline,
body.is-offline .show-online,
body.is-offline .hide-offline,
body.is-online .hide-online {
    display: none;
}

.rel,
.pr {
    position: relative;
}

.abs {
    position: absolute;
}

.bottom {
    width: 100%;
    bottom: 40px;
    bottom: 4vh;
}


img,
.autoscale {
    max-width: 100%;
    width: auto;
    height: auto;
}

    img.fullscale {
        width: 100%;
        height: auto;
    }

.makelaarlogo {
    max-width: 296px;
    width: auto;
}

.half {
    float: left;
    width: 50%;
}

    .half.rightside {
        float: right;
    }

.autoscale {
    display: block;
}

/*.hidebg-sm {background-size:cover;background-position:center bottom;height:auto;height: calc(100vh - 120px);}*/

.max-scale {
    max-height: calc(100vh - 120px);
}

.wrapper {
    padding-top: 120px;
}

.wrapper,
.container,
.header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    .header .container {
        width: 100%;
        max-width: 1140px;
    }

.header {
    position: fixed;
    min-height: 120px;
    z-index: 1002;
    margin-top: -120px;
}

.zoom .header {
    position: absolute;
}

.profiel .profiel-hide,
.default .header {
    display: none;
}

.default .wrapper {
    padding-top: 0;
}

.profiel h1 {
    font-size: 3em;
    margin: 0 .25em .25em;
}

.section {
    min-height: 240px;
    margin-top: 0;
    position: relative;
    padding: 30px 0 20px;
}
/*.section {min-height:768px;min-height:100vh;min-height: calc(100vh - 120px);}*/
#projecten,
#home {
    margin-top: 0;
}

.varmargin {
    margin-top: 1em;
    margin-top: 2vw;
    margin-bottom: 1em;
}

.text-shadow {
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

.debug {
    outline: 1px dashed red;
}

.menupos {
    padding: 80px 3px 0 20px;
}

.menu {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.0625em;
}

h1, .largeText {
    font-size: 1.25em;
}

h2 {
    font-size: 1.75em;
    letter-spacing: 0.0625em;
    text-align: center;
    background: url(/images/header_underline.gif) no-repeat center 2px;
    margin-top: 1em;
}

h3 {
    font-size: 1em;
    letter-spacing: 0.0625em;
    margin: 1.5em 0 .5em;
}

.centertext {
    text-align: center;
}

.pr-med {
    padding-right: 1em;
}

.faux {
    height: 50px;
}

a.nolink,
a.nolink:visited,
a.nolink:hover,
a.nolink:active,
a.nolink:active:hover {
    text-decoration: none;
    outline-style: none;
    color: inherit;
}

.islink {
    cursor: pointer;
}

.menu a {
    display: inline-block;
    padding: .15em 1em;
}

    .menu a:hover {
        text-decoration: none;
    }

.lb {
    bottom: 0;
    left: 0;
}

.rb {
    bottom: 0;
    right: 0;
}

.text-blok {
    padding: 1em;
    margin: 0 auto;
    max-width: 840px;
    font-size: .85em;
}

.adres-blok {
    text-align: left;
    padding-left: 2.5em;
}

.dropshadow {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
}

.bgblue a:link,
.bgblue a:visited,
.bgblue a:hover,
.bgblue a:active,
.bgblue a:active:visited,
.menu a:link,
.menu a:visited,
.menu a:hover,
.menu a:active,
.menu a:active:visited {
    color: #333;
}

.project h1,
.menu a span {
    padding: .25em .15em;
    border-bottom: solid 3px Transparent;
    text-transform: uppercase;
}

.menu a:hover span {
    background: url(/images/menu_underline.gif) no-repeat center 4px; /*border-bottom:solid 3px #e95c0c;*/
}

.menu a.active:active span,
.menu a.active span {
    color: #e95c0c;
    background: url(/images/menu_underline.gif) no-repeat center 4px;
}

/*.menu a.active:link,
.menu a.active:visited,
.menu a.active:hover,
.menu a.active:active,
.menu a.active:active:visited {color: #7BB9D5;}
.no-touch .menu a.active:hover {text-decoration:none;}*/

.apart {
    font-size: .85em;
    position: absolute;
    right: 2em;
}

.bar.largeText {
    line-height: 1.7;
}

.bar,
.bar a:link,
.bar a:visited,
.bar a:hover,
.bar a:active,
.bar a:active:visited {
    text-decoration: none;
    color: #ffffff;
}

.no-touch .bar a:hover {
    text-decoration: underline;
}

.bar a {
    padding: 1em 0;
}

.bar h1 {
    margin-bottom: .1em;
}

.bar h2 {
    color: #7BB9D5;
    margin: 0;
}

.downloads li a:link,
.downloads li a:visited {
    text-decoration: none;
}

.downloads li a:hover,
.downloads li a:active {
    text-decoration: underline;
}

h1,
.mt30 {
    margin-top: 30px;
}

.mt90 {
    margin-top: 90px;
}

.mt {
    margin-top: 1em;
}

.ml {
    margin-left: 50px;
}

.mb0 {
    margin-bottom: 0;
}

.mb {
    margin-bottom: 1em;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mw-text {
    max-width: 50em;
}

.mw {
    max-width: 80vw;
}

.mw0 {
    max-width: none;
}

.pb0 {
    padding-bottom: 0;
}

.pbWide {
    padding-bottom: 128px;
}


.padtop {
    padding-top: 1.5em;
}

.text {
    padding-left: 1em;
    padding-right: 1em;
    padding-left: 2vw;
    padding-right: 2vw;
}

.col {
    float: left;
}

.col-1-1 {
    float: left;
    width: 100%;
}

.col-1-3, .col-2-3,
.col-1-2 {
    float: left;
    width: 50%;
}
/*.col-1-3 {float:left;width:45%;}
.col-2-3 {float:left;width:55%;}*/
.col .text {
    max-width: 500px;
    padding: 30px;
}
/* padding:50px; */
.col.left .text,
.col.left .text h3,
.col.right .text,
.col.right .text h3,
.col.left .text {
    float: right;
}

.col.right .text {
    float: left;
}

.col.mh {
    min-height: 350px;
}

.menu {
    min-height: 30px;
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

img.center {
    display: block;
}

.maxwidth {
    max-width: 980px;
}

.filler {
    height: 100px;
    width: 90%;
    display: block;
}

.menu a.show-sm,
.show-sm,
.hideWide,
.hide {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p img.fr {
    margin-left: 1em;
}

p img.fl {
    margin-right: 1em;
}

.button,
.shiftbox,
.col1:first-child {
    width: 32%;
    margin-right: 1%;
    float: left;
}

.col2 {
    width: 49%;
}

    .col2:first-child {
        margin-right: 1%;
        float: left;
    }

    .col2:last-child {
        margin-left: 1%;
        float: right;
    }

.col3:last-child {
    width: 65%;
    margin-left: 1%;
    float: right;
}

.parallax-window {
    min-height: 480px;
    min-height: 64vh;
    background: transparent;
}

.logo {
    width: 25%;
    height: auto;
    max-width: 78px;
    background-color: #ffffff;
    float: left;
}

.stickymenu,
.bgwhite {
    background-color: #ffffff;
    color: #e95c0c;
}

.bgorange {
    background-color: #e95c0c;
    color: #ffffff;
}

.stickymenu {
    max-height: 52px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    text-align: center;
}

a:link,
a:visited,
a:active {
    color: #e95c0c;
    text-decoration: none;
}

a:hover {
    color: #e95c0c;
    text-decoration: underline;
}

.text a:link,
.text a:visited,
.text a:active {
    text-decoration: underline;
}

.impressies .container {
    padding-top: 25px;
}

.goldtext {
    padding: 8px 0;
}

.bggold b,
.bggold strong,
.bggold a,
.bggold a:link,
.bggold a:visited,
.bggold a:active {
    color: #ffffff;
    text-decoration: none;
}

    .bggold a:hover {
        text-decoration: underline;
    }

.purpletext {
    padding: 8px 0;
}

.bgpurple b,
.bgpurple strong,
.bgpurple a,
.bgpurple a:link,
.bgpurple a:visited,
.bgpurple a:active {
    color: #ffffff;
    text-decoration: none;
}

    .bgpurple a:hover {
        text-decoration: underline;
    }

.project {
    margin: 0 -50%;
    position: absolute;
    top: 121px;
    left: 50%;
    text-align: left;
    background-color: #ffffff;
    padding: 1em 1.5em 2em;
    width: 100%;
}

.closeproject {
    text-align: center;
    line-height: 1;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #e95c0c;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.project .close {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

.project h1 {
    padding: 0;
    border-bottom: solid 8px Transparent;
    background: url(/images/header_underline.gif) no-repeat left 4px;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 1em 0;
}


.factsheet {
    width: 300px;
    padding-right: 2em;
    margin-bottom: 2em;
    float: left;
    font-size: .85em;
}

    .factsheet label {
        float: left;
        display: inline-block;
        margin-right: .25em;
    }

        .factsheet label:after {
            content: "|";
            color: #999;
            padding-left: .25em;
        }

    .factsheet {
        color: #666;
    }

    .factsheet ul {
        margin-top: 0;
    }

.project .image {
    overflow: hidden;
}

.modaal-content-container h1 {
    max-width: 300px;
}

.bigsm {
    display: none;
}

.bigimg {
    top: 82px;
    margin-bottom: 20px;
    margin-left: 302px;
    background: url(/images/amstelkwartier/amstelkwartier_779P-F22.jpg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    bottom: 108px;
    right: 0;
}

.strip {
    margin: 0 0 20px 290px;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    max-height: 110px;
}

.imgrow {
    display: table;
    border-collapse: collapse;
    max-width: 100%;
}

.item {
    display: table-cell;
    vertical-align: top;
}

    .item img {
        display: block;
        max-width: 100%;
        max-height: 100px;
        height: auto;
        width: auto;
    }

    .item img {
        margin-right: 10px;
    }

        .item img:last-child {
            margin-right: 0;
        }

#x .thumb {
    height: 100px;
    float: left;
    margin: 10px 5px;
    border: 2px solid transparent;
}

.thumb {
    border: 2px solid transparent;
}

    .thumb.selected {
        border: 2px solid #e95c0c;
    }

footer,
.bar.bggold,
.bar.bgpurple {
    padding: 1em 0;
}

footer {
    font-size: .9em;
    text-align: center;
}

.footer,
.footer b,
.footer strong,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
    color: #25466A;
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: underline;
    }

    .footer .logos img {
        margin: 2px 16px;
        height: 66px;
        vertical-align: middle;
    }

#map_canvas {
    border: 0;
    width: 100%;
    height: 400px;
    max-height: 80vh;
    display: inherit;
}

.info_content h3 {
    margin-top: .5em;
}

#x .parallax {
    background: url(/images/wonen_plx.jpg) center center;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: 50% 40px;
}

.iconen {
    text-align: center;
    margin-top: .5em;
}

    .iconen span {
        font-size: .75em;
        margin: 5px;
        display: inline-block;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
    }

    .iconen img,
    .nlicon {
        width: 45px;
        height: 45px;
    }

.nlicon {
    margin: 1em 1em 0 0;
}

ul.nodisc,
ul.nodisc li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.label {
    font-weight: 400;
    min-width: 140px;
    display: inline-block;
}

input[type=text],
input[type=email] {
    width: 220px;
}

.nwsok {
    padding: 16px 8px;
}

.cursorpointer {
    cursor: pointer;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}


.header .menu {
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -ms-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
}

/* clearfix = row = group */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#device {
    height: 0px;
}

.bigmenu .header .menu {
    font-size: 1.5em;
    /*background-color: #ffffff;*/
    left: .5em;
    top: 88px;
    right: .5em;
    bottom: auto;
    overflow: auto;
}

    .bigmenu .header .menu a {
        display: block;
        padding: .5em;
    }

.bigmenu .menu a::before {
    top: 4px;
    left: -16px;
}

.bigmenu .apart {
    position: relative;
    right: 0;
}

.bigmenu .show-bm,
.bigmenu .hamburger {
    display: block;
}

.hamburger {
    display: none;
    width: 40px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .hamburger span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: #004899;
        border-radius: 7px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .hamburger span:nth-child(1) {
            top: 0;
        }

        .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
            top: 14px;
        }

        .hamburger span:nth-child(4) {
            top: 28px;
        }

.bigmenu .hamburger span:nth-child(1) {
    top: 14px;
    width: 0;
    left: 50%;
}

.bigmenu .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bigmenu .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bigmenu .hamburger span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}


/* Remove tap highlight on iOS */
input,
textarea,
button,
select,
label,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


#lightbox_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: 1003;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

#lightbox_content .closebutton {
    text-align: center;
    line-height: 1;
    cursor: pointer;
    color: #000;
    padding: 0 6px;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -11px;
    right: -11px;
    border: 2px solid #000;
}

#lightbox_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background-color: #ffffff;
    z-index: 1006;
    padding: 0;
    margin-left: -200px;
    margin-top: -220px;
    max-width: 400px;
    text-align: left;
}

#lightbox_content {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    background-color: #ffffff;
    z-index: 1006;
    padding: 0;
    margin-left: -200px;
    margin-top: -220px;
    max-width: 400px;
    text-align: left;
}

.round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fb {
    position: absolute;
    right: -208px;
    top: 0;
    margin: 4px;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
    transition: right .5s ease-in-out;
}

    .fb:hover {
        right: 0;
    }

.m0 {
    margin: 0;
}

@media screen and (max-width: 1196px) {
    body {
        font-size: 1em;
    }

    .overlay {
        font-size: .9em;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: .9em;
    }

    .half.below {
        float: none;
        width: 100%;
    }

    .strip {
        margin-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .overlay {
        background-color: #ffffff;
        position: relative;
        width: auto;
        max-width: none;
        padding: .5em 1em
    }

    .half {
        float: none;
        width: 100%;
    }

    .max-scale {
        max-height: none;
    }

    .hidebg-sm {
        background: none;
        height: auto;
    }

    .hideWide {
        display: block;
    }

    .showWide {
        display: none;
    }

    .pbWide {
        padding-bottom: 0;
    }

    .text-blok {
        padding: 1em .8em;
    }

    .adres-blok {
        padding-left: .8em;
    }

    .text-blok p {
        line-height: 2;
        margin-bottom: 0;
    }

    .overlay h2 {
        line-height: 1.25;
        font-size: 1.5em;
        margin: .25em 0 .25em 0;
    }

    .overlay p {
        line-height: 1.5;
    }

    .bigger {
        line-height: 1.5;
    }

    .balk .prev {
        margin-left: 1em;
    }

    .balk .next {
        margin-right: 1em;
    }

    .balk {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 800px) {
    .stickymenu .main-title {
        font-size: 36px;
        font-size: 5vw;
        max-height: 48px;
    }

    xspan.show-wide {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .menu a {
        font-size: .8em;
        padding: .15em .5em;
    }
    /*.menu a.active {font-size:.9em;}*/
    .overlay {
        padding: .5em .85em;
    }

    .text-blok {
        padding: 1em .85em;
    }

    .adres-blok {
        padding-left: .85em;
    }

    .center-sm {
        position: relative;
        margin: 0;
        display: block;
    }

    .makelaarlogo {
        max-width: 100%;
    }

    .strip {
        position: relative;
    }

    .big {
        display: none;
    }

    .bigsm {
        display: block;
    }

    html {
        overflow-y: inherit;
    }

    .factsheet {
        font-size: .85em;
        width: auto;
        padding-right: 0;
        float: none;
        margin-bottom: 1em;
    }

    #x .half {
        float: none;
        width: 100%;
    }

    .plattegrond {
        width: 50vw;
    }

    .zolder {
        width: 62.6vw;
    }

    .tuin {
        width: 37.3vw;
    }

    .mw {
        max-width: none;
    }

    .updateLarge,
    .largeText {
        font-size: 1.5em;
    }

    .vologo {
        width: 90px;
        margin-top: -49px;
        margin-left: -45px;
    }

    .bar.bgpurple {
        padding: 10px 0;
    }

    .hide-sm {
        display: none;
    }

    span.hide-med,
    .show-sm {
        display: inline;
    }

    body {
        font-size: 1em;
    }

    .col1 {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .col2,
    .col3 {
        width: 98%;
        margin: 1%;
        float: none;
    }
    /*.col-1-3,
.col-2-3 {width:100%;float:none;}*/
    footer.bar {
        line-height: 1.5;
    }
    /*
.header .menu a {display:none;}
.hamburger,
.header .menu a.active,
.bigmenu .header .menu a {display:block;}
.bigmenu .header .menu {max-height:360px;line-height:1.1;}
*/
    .nieuwsblok, .nieuwsblok:nth-child(2n) .nieuwstekst {
        min-height: 0;
    }

    .nieuwsblok {
        width: 100%;
        margin: 0;
        float: none;
    }

    .nieuwstekst,
    .nieuwsafbeelding {
        float: left;
        width: 50%;
    }

        .nieuwsafbeelding img {
            width: 100%;
            display: block;
        }

    .nieuwstekst {
        padding: 10px;
    }

    .fb {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .allesverkocht {
        top: -90px;
        min-width: 150px;
    }
}

@media screen and (max-width: 500px) {
    .home .menu .showWide {
        display: none;
    }

    .scrolling-up .header {
        position: absolute;
    }
    /* hide menu when scrolling down */

    .col-1-2 .text,
    .col .text {
        padding: 30px
    }

    .pr-med {
        padding-right: 0;
    }

    .col-1-3,
    .col-2-3,
    .col-1-2 {
        width: 100%;
        float: none;
    }

        .col.left .text,
        .col.right .text,
        .col-1-3 .fr,
        .col-2-3 .fr,
        .col-1-2 .fr {
            float: none;
        }

        .col-1-2 .ml {
            margin-left: 0;
        }

    .col.mh {
        min-height: 0;
    }

    .wtpreview {
        margin: 0;
        max-height: none;
    }

    .left .text {
        float: none;
        max-width: none;
        padding: 30px;
        margin-right: 0;
    }

    .variant {
        position: relative;
    }

    .updateLarge,
    .largeText {
        font-size: 1.25em;
    }

    .stickymenu .main-title {
        font-size: 24px;
        font-size: 4.5vw;
        max-height: 40px;
    }
}

@media screen and (max-width: 434px) {
    .menu a {
        font-size: .5em;
        padding: .15em .333em;
    }

        .menu a.active {
            font-size: .8em;
        }

    /* #lightbox_content { position:fixed; right: 5%; top: auto; left: 5%; bottom: 15px; margin-left:0; margin-top:0; } */
    #lightbox_content {
        position: absolute;
        right: 5%;
        top: 55px;
        left: 5%;
        margin-left: 0;
        margin-top: 0;
    }

    .label {
        display: block;
    }

    input[type=text],
    input[type=email] {
        width: 100%;
    }
}

@media screen and (max-height: 700px) {

    .main-title {
        line-height: 0.9;
        margin: 2vh 0;
    }

    .bar.bgpurple {
        padding: 10px 0;
    }
    /*#lightbox_content {
    position: absolute;
    right: 5%;
    top: 55px;
    left: 5%;
    margin-left: 0;
    margin-top: 0;
}*/
    .fb {
        display: none;
    }
}
