@media only screen and (max-width: 1200px) {
    #projects .item .title {
        font-size: 10pt;
        line-height: 1.5em;
        padding: 10px;
    }
}
@media only screen and (max-width: 950px) {
    #projects .item {
        width: 50%;
    }
    #projects .item .title {
        padding: 20px;
    }
    #pull {
        display: block;
    }
    #mainmenu {
        display: none;
        width: 100%;
        transition: none;
    }
    #mainmenu ul {
        float: left;
        width: 100%;
    }
    #header {
        position: relative;
    }
    #header.sticky .wrapper ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
  
    #header.sticky .wrapper {
        display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        justify-content: center;
    }
    #header.sticky #logo {
        max-width: 250px;
        float: none;
        margin-top: 10px;
    }
    #header.sticky .contactgegevens a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header.sticky .contactgegevens a img {
        width: 32px;
    }
    #header {
        padding-bottom: 20px;
        float: left;
        width: 100%;
    }
    #header .wrapper ul {
        margin-top: 15px;
    }
    #header .wrapper ul li {
        float: left;
        width: 100%;
    }
    #header .wrapper ul li a {
        float: left;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #content {
        margin-top: 0px;
    }
    .owl-carousel .item {
        padding: 20px;
    }
    .owl-carousel .item .image:before {
        background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    }
    #homeitems .homeitem {
        width: calc(50% - 40px);
    }
    #footer .content {
        max-width: 100%;
        width: 100%;
        order: 1;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #footer #google-maps {
        width: calc(100% - 0px);
        margin-right: 0px;
        height: 350px;
        order: 2;
    }
    #footer .top {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    #contact .text {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }
    /* #content .cols2 .col {
        float: left;
        width: calc(100% - 40px);
    } */
}

@media only screen and (max-width: 800px) {
    #pull {
        float: left;
        width: 100%;
    }
    #header {
        padding-bottom: 20px;
        border-bottom: none;
    }
    .owl-carousel {
        margin-top: 0;
    }
    #header #logo {
        text-align: center;
        margin-bottom: -50px;
        width: 100%;
        max-width: 100%;
    }
    #header #logo img {
        float: none;
        display: inline-block;
        max-width: 250px;
    }
    #header .contactgegevens {
        width: 100%;
        text-align: center;
    }
    .contactgegevens a {
        float: none;
        display: inline-block;
    }
    #footer {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 600px) {
    #contact .text {
        font-size: 18pt;
    }
    #projects .item .title {
        font-size: 8pt;
        line-height: 1.5em;
        padding: 10px;
    }
    #homeitems {
        width: calc(100% + 20px);
        margin-left: -20px;
    }
    #homeitems .homeitem {
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-bottom: 20px;
    }
    #footer .cols2 {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
    }
    #footer .cols2 .item {
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 500px) {
    #projects .item {
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    .privacy-policy {
        float: left;
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 400px) {
    #contact .text {
        font-size: 16pt;
    }
}
