body {
    background-color: #FFF;
    margin: 0;
    font-size: 14px;
    color: #2a313b;
    font-family: 'Lato', sans-serif;
}

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}

div {
    font-family: 'Lato', sans-serif;
}

img {
    border: 0px;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

.content a, .footer a, .sponsors a {
    text-decoration: none;
    color: #575756;
}

h4 {
    font-weight: normal;
}

.wrapper {
    background-color: #red;
    background-position: center 80%;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*------------------ALGEMEEN ----------------*/
.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-l-r {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-auto {
    margin: auto !important;
}

.no-margin-l-r {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.padding-left-35 {
    padding-left: 35px !important;
}

.padding-left-45 {
    padding-left: 45px !important;
}

.color-yellow {
    color: #ebc500;
}

.font-size-11px {
    font-size: 11px;
}

.font-size-12px {
    font-size: 12px;
}

.font-size-14px {
    font-size: 14px;
}

.img-res {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase !important;
}

.pointer {
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    font-family: "Lato", sans-serif !important;
}

h1 {
    font-size: 35px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal !important;
}

h2 {
    font-size: 18px !important;
    text-align: center;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 14px;
}

/* ------------------ HEADER ----------------- */
#header {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#header #bovenheader {
    position: relative;
    z-index: 999;
    background-color: #ffffff;
    height: 100px;
}

#header #onderheader {
    position: relative;
    z-index: 10000;
}

#header #onderheader .container {
    padding: 0;
    text-align: center;
}

#header #onderheader .container img {
    display: inline;
    vertical-align: top;
}

#header #hoofd-menu .container {
    position: relative;
}

#header #hoofd-menu .container #menu-container-id ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #2a313b;
    padding-bottom: 0px;
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Lato", sans-serif;
    border-bottom: 1px dotted #ff0000;
}

#header #hoofd-menu .container #menu-container-id ul li a:hover {
    background: none;
    border-bottom: 1px dotted #FFF;
}

#header #hoofd-menu .container #header-logo img {
    margin-left: 20px;
}



/*------------------- CONTENT  ----------------- */



h1, h2{
    padding: 0 10px 0 10px;
}

.referentie{
    margin-top: 20px;
    padding-left: 20px;
    text-align: center;
}

.referentie h2 {
    text-align: center;
}

.referentie h3 {
    text-align: center;
    font-size: 14px !important;
    font-weight: bold !important;
}

.referentie_header {
    color: #ff0000;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

.referentie_subtitel {
    text-align: center;
    margin: 0;
    padding: 0;

}

.knoppenlijn {
    text-align: center;
    margin: 20px 0 40px 0;
}

.referentie_link {
    padding: 10px 15px 10px 15px;
    border: 1px solid #000;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    line-height: 25px;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
}

.referentie_link:hover {
    text-decoration: none;
    color: #000;
}

.naarcontact {
    margin-top: 25px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #000;
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    line-height: 25px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    background-color: #000;
}

.naarcontact:hover {
    text-decoration: none;
    color: #000;
}

#gelijkaardigknopdiv{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    text-align: center;
}

.gelijkaardigknop{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: inline-block;
    background-color: #333333;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    vertical-align: middle;
}


.andereref {
    margin: 10px 10px 10px 10px;
    padding: 0px;
}

.andererefdetail {
    display: table-cell;
    background-position: 50% 50%;
    background-size: cover;
    border: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
    line-height: 225px;
    height: 225px;
}

#andererefs a {
    color: #FFF;
}

.andereref img{
    width: 100%;
    min-height: 225px;
}

.andereref .anderereftitel{
    display: inline-block;
    color: #FFF;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}


/* ------------------ FOOTER ----------------- */
#footer {
    background-color: #FFFFFF;
    color: #000000;
}

.footerrij{
    min-height: 430px !important;
    padding-bottom: 30px;
}

#footer-logo a{
    color: #000;
    text-decoration: none;
}

#footer-logo a:hover{
    color: #000;
    text-decoration: none;
}

#footer .footerrefs h2{
    text-align: left;
}

#footer .footerrefs a{
    color: #000;
    text-decoration: none;
}


#footer .container {
    padding-top: 30px;
}

#footer .container ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    padding-bottom: 30px;
    font-family: "Lato", sans-serif;
}

#copyfooter{
    line-height: 90px;
    background-color: #666666;
    color: #FFFFFF;
    min-height: 90px !important;
    vertical-align: middle;
}

#copyfooter a:hover, #copyfooter a{
    color: #FFF;
    text-decoration: none;
}

.content_row {
    padding: 10px;
    min-height: 500px;
    padding-top: 20px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.fullheight {
    min-height: 100vh;
    padding-top: 150px;
    position: relative;
}

#home-flexslider {
    background-color: #FFF;
    color: #000;
}

#wijluisteren {
    background-color: #000;
    color: #FFF;
}

#detailref {
    background-color: #FFF;
    color: #000;
}

#andererefs {
    background-color: #333333;
    color: #FFF;
}

.contactformulier{
    padding: 80px 0 30px 0;
}


.contactformulier .wpcf7-submit, .contactformulier .wpcf7-text, .contactformulier .wpcf7-textarea {
    background-color: #000;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 20px;
}

.contactformulier .wpcf7-submit, .contactformulier .wpcf7-text{
    height: 50px;
}

.contactformulier .wpcf7-textarea {
    height: 195px;
}

.contactformulier .wpcf7-submit{
    padding-top: 7px;
}

.contactformulier .wpcf7-mail-sent-ok, .contactformulier .wpcf7-validation-errors{
    border:0px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url("images/ui.totop.png") no-repeat left top;
}

.carousel li {
    margin-right: 0px;
}

.flexslider {
    border: 0;
    box-shadow: none;
}

.loading {min-height: 300px; background: url('scripts/img/loading.gif') no-repeat center center !important;}

.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
    padding: 2px 0 0 10px;
}

.flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
    padding: 2px 10px 0 0 ;
}

.flex-direction-nav a:before{
    font-size: 30px;
}


.flex-direction-nav a {
    background-color: #ff0000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    .fullheight {
        height: auto;
        padding-top: 100px;
        min-height: 768px;
    }
}


@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

}

.flexslider li {
    background-position: 50% 50%;
    background-size: cover;
}

.flexslider li img {
    width: 100%;
    height: 100%;
}

@media (min-width: 2000px) {
    .flexslider li img {
        height: auto;
    }
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.left {
    float: left;
    width: 480px;
}

.left h4 {
    text-transform: none;
    padding: 0px;
}

.right {
    font-size: 10pt;
    float: right;
    width: 420px;
}

.right ul {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    width: 440px;
    list-style: none;
    float: left;
}

.right ul li {
    line-height: 1.5em;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.right ul li:nth-child(odd) {
    width: 260px;
}

.right ul li:nth-child(even) {
    width: 180px;
}

.wpcf7-validation-errors, .wpcf7-response-output {
    display: none;
}

#menu-container-id {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.navbar {
    padding: 0px;
    margin-top: 5px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
}

.navbar-toggle{
    background-color: #ff0000;
}

@media (min-width: 1025px) {
    #header #hoofd-menu .container {
        position: relative;
    }

    #header #hoofd-menu .container #menu-container-id {
        /*position: absolute;
        bottom: 0px;
        right: 0;*/
    }

    #header #hoofd-menu .container #menu-container-id ul li a {
        font-size: 14px;
    }

    .contact #map_wrapper {
        display: block;
        margin-top: 40px;
        margin-left: -55px;
        margin-right: -55px;
    }

    .content_row {
        padding: 40px;
    }
}

@media (max-width: 1025px) {
    .content_row {
        padding: 10px;
    }

    .portfolio .p-element {
        width: 17%;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        float: left;
        margin: 10px;
    }
}

@media (min-width: 992px) {
    .container {
        min-width: 1024px !important;
    }
}

@media (max-width: 768px) {
    #header #bovenheader {
        height: 160px;
    }
}

@media (max-width: 320px) {
    #header #hoofd-menu .container #header-logo img{
        margin-left: 0;
    }
    #header-logo img {
        width: 120px;
    }

    .navbar{
        margin-top: 30px;
    }
}

/*# sourceMappingURL=style.css.map */
