.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after {
	clear: both;
}


*,body {
    font-family: 'Arial', sans-serif;
}

a {
    color: #223161;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #223161;
}

p {
    color: #444444;
    line-height: 1.5em
}

.wrapper {
    width: 100%;
}

.header {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.header .logo {
    display: inline-block;
    width: 340px;
    height: 125px;
    background: url(../img/logo-snd-vastgoed.png) no-repeat;
    background-size: contain;
}

.header .logos {
    position: absolute;
    right: 20px;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .logos .vastgoed-belang {
    width: 190px;
    height: 80px;
    background: url(../img/vastgoed-belang-logo.jpg) no-repeat;
    background-size: contain;
}


.header .logos .rabo-logo {
    width: 140px;
    height: 21px;
    background: url('../img/rabobank-snd-logo.png') no-repeat;
    background-size: contain;
}

.header .logos .vastgoedjournaal {
    width: 150px;
    height: 40px;
    margin-left: 2em;
    background: url('../img/vastgoedjournaal-logo.png') no-repeat;
    background-size: contain;
}

.header .logos .vastgoedmarkt {
    width: 150px;
    height: 40px;
    margin-left: 2em;
    background: url('../img/vastgoedmarkt-logo.png') no-repeat;
    background-size: contain;
}

.header .logos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Hero styling */

.hero {
    width: 100%;
}

.hero img {
    width: 100%;
    height: auto;
}


.text {
    margin: 100px auto;
    max-width: 700px;
}


.footer {
    border-top:1px solid #ccc;
    padding: 20px 50px;
}

.footer .copy {
    float: left;
}

.footer .contact {
    float: right;
}

.footer .contact .telefoon {
    float: left;
    margin: 0 40px;
    padding-left: 30px;
    background: url(../img/mobiel-icon.png) no-repeat left 12px;
    background-size: 16px;
}

.footer .contact .locatie {
    float: left;
    padding-left: 40px;
    background: url(../img/pin-icon.png) no-repeat left 12px;
    background-size: 20px;
}


@media only screen and (max-width : 770px) { 
    
    .text {
        margin: 50px;
    }

    h1 {
        font-size: 24px;
    }

    .footer .copy {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .contact {
        width: 100%;
        float: left;
    }
    
    .footer .contact .telefoon {
        margin: 0;
    }
    
    .footer .contact .locatie {
        margin: 0 0 0 40px;
    }
    
    
    .vastgoed-belang {
        position: relative;
        right: inherit;
        top: inherit;
        float: right;
        display: block;
        width: 110px;
        height: 55px;
    }

    .header .logo {
        float: left;
        width: 150px;
        height: 115px;
        margin-left: 20px;
    }
    
}





@media only screen and (max-width : 800px) { 

    .header .logos .vastgoed-belang {
        width: 100px;
        height: 40px;
    }

    .header .logos .vastgoedjournaal {
        width: 100px;
        height: 3§0px;
    }

    .header .logos .vastgoedmarkt {
        width: 100px;
        height: 30px;
    }
}


@media only screen and (max-width : 450px) { 
    .footer .contact .locatie {
        margin: 0;
    }

    .header .logos .vastgoed-belang {
        width:  40px;
        height: 40px;
    }

    .header .logos .vastgoedjournaal {
        width: 40px;
        height: 3§0px;
    }

    .header .logos .vastgoedmarkt {
        width: 40px;
        height: 30px;
    }

}
