/*
Theme Name: Van Nierop
Author URI: https://qstylez.nl
Author: QStylez
Version: 1.0
*/

html {
    font-size:16px
}

body {
    margin:0;
    font-family: 'Open Sans', sans-serif;
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.screen-reader-text {
    clip:rect(1px,1px,1px,1px);
    position:absolute!important
}

:focus {
    outline:0
}

a.post-edit-link {
    display:none
}

textarea, input[type="submit"] {
    -webkit-appearance:none;
}

ul {
    padding: 0;
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    line-height: 1.3;
}

h1,h2,h3 {
    font-size: 1.5rem;
}

h1 {
    margin-top: 0;
}

h2 {
    margin-top: 0;
}

h3 {
    margin-top: 0;
}

b,strong {
    font-weight: 700;
}

p, li, a {
    font-size: 15px;
    color: #565656;
    line-height: 1.6;
}

.error404 .page-title {
    font-size:1.8rem
}

#inner-header {
    margin: 0em auto;
}

.home-link {
position: relative;
    display: inline-block;
    width: 175px;
}

.home-link img {
    width:100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}


section:after,.inner:after,.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
header#masthead {
    height: 80vh;
    /*background: #f7da8c;
    background: -moz-linear-gradient(-45deg, #f7da8c 0%, #719cc4 47%, #0065c6 100%);
    background: -webkit-linear-gradient(-45deg, #f7da8c 0%,#719cc4 47%,#0065c6 100%);
    background: linear-gradient(135deg, #f7da8c 0%,#719cc4 47%,#0065c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7da8c', endColorstr='#0065c6',GradientType=1 );*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0065c6+0,70c2e0+55,f7df9e+100 */
background: #0065c6; /* Old browsers */
background: -moz-linear-gradient(-45deg, #0065c6 0%, #70c2e0 55%, #f7df9e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #0065c6 0%,#70c2e0 55%,#f7df9e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #0065c6 0%,#70c2e0 55%,#f7df9e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065c6', endColorstr='#f7df9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position: relative;
overflow: hidden;
}

body:not(.home) header#masthead {
    height: 60vh;
    position: relative;
}
.wrapper {
    padding: 30px;
    position: relative;
}
nav#site-navigation, .navbar > button {
    display: inline-block;
    vertical-align: middle;
}
.navbar > button {
    background: white;
    margin-left: 30px;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #8ac8d3;
    font-size: 15px;
    transition: .1s ease-in-out;
    border: 2px solid white;
}
.navbar > button:hover {
    background: transparent;
    color: white;
}
.navbar > button:hover svg {
    color: white;
}
.navbar > button svg {
    margin-right: 10px;
    color: #7ec5d9;
}
.introtekst {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
header#masthead:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    background: url(https://www.vannieropmontage.nl/wp-content/uploads/2018/04/xblinds.png.pagespeed.ic.ZFDy844kvP.png) no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: .15;
}
.introtekst h1 span {
    font-weight: bold;
}
.modal-body input, .modal-body textarea {
    border: 0;
    padding: 15px;
    width: 100%;
    border-radius: 30px;
    resize: none;
    background: rgb(247, 247, 247);
    margin-top: 10px;
    font-size: 14px;
    color: #565656;
    font-family: 'Open Sans', sans-serif;
}
.modal-body .wpcf7 .col {
float: initial;
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
.modal-body input.wpcf7-form-control.wpcf7-submit {
    background: #0065c6;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
.modal-body textarea {
    height: 100px;
}
h4.modal-title {
    text-align: center;
    font-size: 2rem;
    color: #464646;
}
.modal-header .close {
    float: right;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0065c6;
    border: 0px;
    z-index: 10;
    filter: alpha(opacity=20);
    opacity: 1;
}
.modal-header {
    border-bottom: 0px;
}
.modal-body label {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #565656;
    padding: 0px 20px;
}
.introtekst h1 {
    display: block;
    color: white;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.introtekst p {
    color: white;
    font-size: 2rem;
    font-weight: 300;
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
.introtekst .knoppen a {
    background: white;
    margin: 0px 15px;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #5fb4dc;
    display: inline-block;
    font-size: 15px;
    transition: .1s ease-in-out;
    border: 2px solid white;
}
.introtekst .knoppen a:nth-of-type(1):hover {
    background: transparent;
    color: white;
}
.introtekst .knoppen {
    margin-top: 30px;
    display: block;
    position: relative;
    text-align: center;
}
.introtekst .knoppen a:nth-of-type(1) {
    color: #565656;
    font-weight: 600;
}
.introtekst .knoppen a:nth-of-type(2) {
    background: transparent;
    border: 2px solid white;
    color: white;
    font-weight: 600;
}
.introtekst .knoppen a:nth-of-type(2):hover {
    background: white;
    color: #565656;
}
.inner {
    max-width: 1300px;
    margin: 0 auto;
}
.productenwrapper a p {
    font-size: 16px;
}
.productenwrapper a {
    width: 20%;
    float: left;
    text-align: center;
    background: #f7f7f7;
    color: #565656;
    font-weight: 600;
    border-left: 2px solid white;
    border-right: 2px solid white;
    transition: .1s ease-in-out;
    padding: 20px;
}
.productenwrapper a:hover {
    background: #e8e8e8;
}
.productenwrapper {
    position: relative;
    overflow: hidden;
    padding: 5% 30px;
    margin-top: -114px;
}
.productenwrapper a:nth-of-type(1) {
    border-radius: 50px 0px 0px 50px;
    border-left: 0;
}
.productenwrapper a:last-of-type {
    border-radius: 0px 50px 50px 0px;
    border-right: 0;
}
.overons .inner {
    padding: 0px 30px;
    position: relative;
}
.overons .inner h2 {
    font-size: 2rem;
    color: #0065c6;
}
.overons .inner > div p {
    line-height: 2;
    font-size: 16px;
}

.overons .inner > .left {
    width: 50%;
    float: left;
    padding-right: 3em;
}
.overons .right {
    float: right;
    width: 50%;
}
.productenslider .owl-item div {
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.overons .knoppen {
    margin-top: 30px;
    display: block;
    position: relative;
}
.overons .knoppen a {
    background: white;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #5fb4dc;
    display: inline-block;
    font-size: 15px;
    transition: .1s ease-in-out;
    border: 2px solid white;
    font-weight: 600;
}
.overons .knoppen a:nth-of-type(1):hover {
    background: white;
    color: #0065c6;
    border: 2px solid #0065c6;
}
.overons .knoppen a:nth-of-type(2):hover {
    background: white;
    border: 2px solid #f7f7f7;
}
.overons .knoppen a:nth-of-type(1) {
    background: #0065c6;
    color: white;
    border: 2px solid #0065c6;
    margin-right: 30px;
}
.overons .knoppen a:nth-of-type(2) {
    background: #f7f7f7;
    color: #565656;
    border: 2px solid #f7f7f7;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #c60000;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    left: initial;
    z-index: 100;
    border: 0px;
    background: transparent;
    padding: 0;
    right: 10px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #c60000;
}
span.overonsimg {
    position: absolute;
    width: 400px;
    height: 400px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://www.vannieropmontage.nl/wp-content/uploads/2018/04/Overons.png.pagespeed.ce.ExtLKh2uTi.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
section.merken .inner {
    padding: 5% 30px;
    text-align: center;
}
section.merken {
    background: #f7f7f7;
    margin-top: 5%;
}
footer#contact .inner {
    padding: 5% 30px;
    text-align: left;
    max-width: 900px;
}

footer#contact {
    background: #0065c6;
    background: -moz-linear-gradient(-45deg, #0065c6 0%, #70c2e0 55%, #f7df9e 100%);
    background: -webkit-linear-gradient(-45deg, #0065c6 0%,#70c2e0 55%,#f7df9e 100%);
    background: linear-gradient(135deg, rgba(0, 101, 198, 0.42) 45%,rgba(112, 194, 224, 0.80) 75%,#f7df9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065c6', endColorstr='#f7df9e',GradientType=1 );
    position: relative;
}
.site-footer iframe {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
}
.site-footer h2 {
    font-size: 2rem;
    color: white;
}
.site-footer .inner > p {
    font-size: 17px;
    color: white;
    font-weight: 300;
}
.site-footer p a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.site-footer input, .site-footer textarea {
    border: 0;
    padding: 15px;
    width: 100%;
    border-radius: 30px;
    resize: none;
    background: rgb(247, 247, 247);
    margin-top: 10px;
    font-size: 14px;
    color: #565656;
    font-family: 'Open Sans', sans-serif;
}
.merken h2 {
    font-size: 2rem;
    color: #565656;
}
.merken .owl-carousel .owl-item img {
        width: 150px;
    height: auto;
    margin: 0 auto;
}
.site-footer input.wpcf7-form-control.wpcf7-submit {
    background: white;
    font-weight: 600;
    font-size: 16px;
    transition: .1s ease-in-out;
    color: #565656;
    border: 2px solid white;
    padding: 12px;
}
.site-footer input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}
.site-footer input.wpcf7-form-control.wpcf7-submit:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}
.wpcf7 {
    position: relative;
    overflow: hidden;
    max-width: 900px;
}
.wpcf7 .col {
    float: left;
    width: 50%;
}
.site-footer label {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left: 20px;
}
.wpcf7 div:nth-of-type(3) {
    padding-left: 1em;
}

.wpcf7 div:nth-of-type(2) {
    padding-right: 1em;
}
.site-footer textarea {
    height: 171px;
}
section.footer ul {
    list-style-type: none;
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
section.footer .inner > div {
    display: inline-block;
    width: 34%;
    vertical-align: middle;
}
section.footer a:hover, section.footer a:hover p {
    color: black;
}
section.footer .inner > div ul {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
}
section.footer .inner > div ul:nth-of-type(2) li {
    display: inline-block;
    width: auto;
    float: right;
    margin-left: 30px;
}
section.footer .inner > div ul li {
    float: right;
    display: inline-block;
    width: 25%;
}
section.footer ul:nth-of-type(1) li {
    float: left;
    width: 40%;
}
section.footer a {
    text-decoration: none;
}
section.footer ul:nth-of-type(1) li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: #0065c6;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    position: relative;
}
section.footer ul:nth-of-type(1) li p {
    display: inline-block;
    font-size: 14px;
    margin: 0;
}
section.footer ul:nth-of-type(1) li:nth-of-type(1), section.footer ul:nth-of-type(1) li:nth-of-type(2) {
    margin-bottom: 10px;
}
.footer .inner {
    padding: 30px;
}
section.footer ul:nth-of-type(1) li span svg {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
}
section.footer ul li, section.footer ul li a {
    font-size: 14px;
}

section.sub.producten .inner {
    padding: 5% 30px;
}
.sub h1 {
    font-size: 2rem;
    color: #565656;
    text-align: center;
}
.sub .inner p {
    font-size: 17px;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 300;
}
body:not(.home) header#masthead:before {
    height: 80vh;
}
button.filter-button {
    /* width: 14.28%; */
    float: left;
    text-align: center;
    background: #f7f7f7;
    color: #565656;
    font-weight: 600;
    border: 0;
    border-left: 2px solid white;
    border-right: 2px solid white;
    transition: .1s ease-in-out;
    padding: 35px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	flex: 1 1 0;
	text-wrap: nowrap;
}
.project-filter-buttons {
    position: relative;
    overflow: hidden;
    margin: 5% 30px;
	display: flex;
}
button.filter-button:first-of-type {
    border-radius: 50px 0px 0px 50px;
    border-left: 0;
}
button.filter-button:last-of-type {
        border-radius: 0px 50px 50px 0px;
    border-right: 0;
}
button.filter-button:hover {
    background: #e8e8e8;
}
button.filter-button.active-filter {
    background: #e8e8e8;
}
.project-container .project {
    width: 25%;
    padding: 1em;
    overflow: hidden;
    height: 400px;
}

.project .proj-image {
    width: 100%;
    overflow: hidden;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.project .project-meta {
    background: #f7f7f7;
    border-radius: 0px 0px 10px 10px;

}
.project .project-meta span {
    display: block;
    width: 100%;
    background: #e8e8e8;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    position: relative;
    border-radius: 0px 0px 10px 10px;
}
.project h2.project-title {
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 55px;
    padding: 0px 10px;
    padding-top: 10px;
}
.project .project-meta span:after {
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    background: #d2d2d2;
    top: 0;
    right: 0;
    border-radius: 0px 0px 10px 0px;
}
.project .project-meta span svg {
    position: absolute;
    right: 11px;
    display: block;
    z-index: 10;
    color: white;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.project span.meta-tag {
    position: absolute;
    top: 2em;
    right: 5px;
    background: rgba(0, 101, 198, 1);
    color: white;
    padding: 5px 20px;
}
.project.tuinmeubelen span.meta-tag {
    background: #7bb59e;
}
.project.screens span.meta-tag {
    background: #9a7bb5;
}
.project.screens .project-meta span:after {
    background: #9a7bb5;
}
.project.tuinmeubelen span.meta-tag:after {
    border-top: 10px solid #326b54;
}
.project.rolluiken span.meta-tag {
    background: #ffc526;
}
.project.loungeset span.meta-tag, .project.loungeset .project-meta span:after {
    background: #ef3030;
}
.project.verwarming span.meta-tag, .project.verwarming .project-meta span:after {
    background: orange;
}
.project.rolluiken span.meta-tag:after {
    border-top: 10px solid #a77e0f;
}
.project span.meta-tag:after {
    width: 0;
    height: 0;
    border-top: 10px solid #003c75;
    border-right: 10px solid transparent;
    content: '';
    position: absolute;
    right: 1px;
    bottom: -10px;
}
.project.screens span.meta-tag:after {
    border-top: 10px solid #7f6596;
}
.project.loungeset span.meta-tag:after {
    border-top: 10px solid #b72626;
}
.project.verwarming span.meta-tag:after {
    border-top: 10px solid #bd8112;
}
.project h2.project-title {
    margin-bottom: 10px;
    font-size: 17px;
    min-height: 55px;
}
.project.tuinmeubelen .project-meta span:after {
    background: #7bb59e;
}

.project.rolluiken .project-meta span:after {
    background: #ffc526;
}
.project.zonwering .project-meta span:after {
    background: #0065c6;
}
h1.entry-title-project {
    font-size: 2rem;
    text-align: center;
    color: #565656;
}
.category-producten .inner {
    padding: 5% 30px;
}
figure.gallery-item {
    width: 50%;
    overflow: hidden;
    height: 400px;
    float: left;
    margin: 0;
    padding: 1em;
}
.category-producten .gallery-icon {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav-links {
    text-align: center;
    display: block;
    margin-bottom: 5%;
}

.nav-links a {
    background: #0065c6;
    margin: 0px 15px;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 15px;
    transition: .1s ease-in-out;
    border: 2px solid white;
}

.error404 .inner {
    text-align: center;
    padding: 5% 30px;
}
.error404 .page-header h1 {
    font-size: 2rem;
    color: #565656;
    margin-bottom: 5%;
}
.error404 .page-wrapper p {
    font-size: 20px;
    font-weight: 300;
}

/*
Thermofol laag
*/

section#thermofol {
    padding: 5% 30px;
    text-align: left;
    position: relative;
}
#thermofol h2 {
    font-size: 2rem;
    color: #e5251e;
    text-align: center;
}
section#thermofol .inner p, section#thermofol .inner li {
    line-height: 2;
    font-size: 16px;
}
section#thermofol .inner {
    max-width: 800px;
}
section#thermofol .inner ul li {
    background: #f7f7f7;
    flex-basis: 48%;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    margin: 1%;
}
section#thermofol .inner ul li svg {
    font-size: 20px;
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
}

section#thermofol .inner ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
#thermofol .afbeelding {
    display: block;
    width: 300px;
    height: 100px;
    background: url(https://www.vannieropmontage.nl/wp-content/uploads/2018/12/xtermofol-volendam.png.pagespeed.ic.7lnvsIW4_D.png) no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto;
}


div.wpcf7-response-output {
    margin: 0;
    padding: 15px;
    border: 0;
    overflow: hidden;
    background: #c60000;
    color: #fff;
}



div.wpcf7-mail-sent-ok {
    border: 0;
    background: #398f14;
    color: #fff;
}

.grecaptcha-badge {
    display: none;
}

.cc-window {
    font-family: 'Open Sans', sans-serif !important;
}


/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

.entry-content a {

}

.entry-content a:hover {
    
}

.entry-content a, .entry-title a {
    text-decoration:none;
}

.entry-title a:hover {

}

/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */
div#navbar {
    float: right;
}
.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}

.nav-menu li a {
    display: block;
    line-height: 1;
    margin: 15px 30px;
    text-decoration: none;
    text-transform: none;
    transition: .1s ease-in-out;
    color: white;
    font-size: 15px;
}
.nav-menu li a:hover {
    color: #efefef;
}


.nav-menu li:first-of-type a{
    margin-left:0px;
}

.nav-menu li:last-of-type a{
    margin-right:0px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {

}

.nav-menu .sub-menu,
.nav-menu .children {
    border-top: 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {

}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {

}

.menu-toggle {
    display: none;
}



@media (max-width: 960px) {

    input[type="text"],input[type="email"],input[type="tel"],input[type="submit"],textarea {
    -webkit-appearance: none;
    border-radius: 0;
    }

    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }
}


@media (max-width: 1024px) {

section.footer ul:nth-of-type(1) li p {
    display: none;
}

section.footer ul:nth-of-type(1) li {
    float: initial;
    width: auto;
    display: inline-block;
}
.productenwrapper {
    text-align: center;
}

.productenwrapper a {
    width: 30%;
    float: initial;
    display: inline-block;
}

.productenwrapper a:nth-of-type(1), .productenwrapper a:nth-of-type(2), .productenwrapper a:nth-of-type(3) {
    margin-bottom: 10px;
}

.productenwrapper a:nth-of-type(1), .productenwrapper a:last-of-type {
    border-radius: 0;
}

span.overonsimg {
    display: none;
}

.overons .inner {
    text-align: center;
}
.overons .inner > div {
    margin: 0 auto;
    margin-bottom: 30px;
}
.overons .inner > .left {
    width: 70%;
    float: initial;
}
.site-footer textarea, .site-footer input {
    border-radius: 0;
}
.overons .inner > div.right {
    max-width: initial;
    width: 80%;
    float: initial;
}
button.filter-button {
    padding: 35px 10px;
    font-size: 16px;
}
}

@media (max-width: 768px) {

button.filter-button {
        width: 30%;
    float: initial;
    display: inline-block;

}
.project-filter-buttons {
    text-align: center;
	flex-direction: column;
}
button.filter-button:first-of-type, button.filter-button:last-of-type {
    border-radius: 0;
}
button.filter-button:nth-of-type(1), button.filter-button:nth-of-type(2), button.filter-button:nth-of-type(3) {
    margin-bottom: 10px;
}
.overons .inner > .left {
    width: 90%;
    padding-right: 0;
}
.project-container .project {
    width: 50%;
    height: 350px;
}
div#navbar {
    text-align: center;
}
.nav-menu li a {
    margin: 15px;
}
}

@media (max-width: 600px) {

.home-link {
    position: relative;
    display: block;
    width: 150px;
    margin: 0 auto;
}
.introtekst {
    top: 60%;
}
section#thermofol .inner ul li {
    flex-basis: 100%;
}
.navbar > button {
    margin-left: 0;
    margin-top: 10px;
}
header#masthead:before {
    display: none;
}
.wrapper {
    padding: 15px;
}
.introtekst h1 {
    display: none;
}
.introtekst p {
    font-size: 1.15rem;
    width: 75%;
    margin: 0 auto;
}
.modal-body textarea {
    border-radius: 0;
}
.modal-body .wpcf7 .col {
    width: 90%;
}
.introtekst .knoppen a {
    margin: 0 auto;
    display: block;
    width: 80%;
    margin-bottom: 20px;
}
.productenwrapper, footer#contact .inner {
    padding: 30px;
}
.productenwrapper a {
    width: 100%;
    float: initial;
    display: block;
}
.productenwrapper a {
    padding: 10px !important;
    border: 0px !important;
}
.productenwrapper {
    margin-top: 0;
}
div.wpcf7 .ajax-loader {
    display: none;
}
section.footer ul:nth-of-type(1) li span {
    margin: 0px 10px;
}
section.footer .inner > div ul li {
    float: initial;
}
.productenwrapper a:nth-of-type(4) {
    margin-bottom: 10px;
}
.overons .inner {
    padding: 0px 15px;
    position: relative;
    text-align: left;
}
.overons .inner > div p {
    font-size: 14px;
}
.overons .inner h2, .merken h2, .site-footer h2 {
    font-size: 1.5rem;
}
.overons .knoppen a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.overons .knoppen a:nth-of-type(1) {
    margin-right: 0;
}
.overons .inner > div.right {
    width: 90%;
}
.productenslider .owl-item div {
    height: 300px;
}
.wpcf7 .col {
    float: initial;
    width: 100%;
}
.wpcf7 div:nth-of-type(2) {
    padding-right: 0;
}
.wpcf7 div:nth-of-type(3) {
    padding-left: 0;
}
body:not(.home) .introtekst {
    display: none;
}
body:not(.home) header#masthead {
    height: 200px;
}
.sub h1, h1.entry-title-project {
    font-size: 1.5rem;
}
.nav-links a:nth-of-type(1) {
    margin-bottom: 15px;
}
.sub .inner p {
    font-size: 15px;
}
figure.gallery-item {
    width: 100%;
    overflow: hidden;
    height: 300px;
    float: left;
    margin: 0;
    padding: 10px 0px;
}
.footer .inner {
    padding: 30px 15px;
}
section.footer ul {
    list-style-type: none;
    display: block;
    width: 100%;
    text-align: center;
}
section.footer .inner > div {
    display: block;
    float: initial;
    width: 100%;
    text-align: center;
}
section.footer .inner > div ul {
    text-align: center;
    margin-top: 10px;
}
section.footer .inner > div ul:nth-of-type(2) li {
    float: initial;
    margin: 0px 10px;
}

button.filter-button {
    display: block;
    width: 100%;
    float: initial;
    padding: 20px;
    margin-bottom: 10px;
}

button.filter-button:last-of-type {
    margin-bottom: 0;
}
.project-container .project {
    width: 100%;
}

}


}