/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 14px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: soleil, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #080e3a;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html, button, input, select, textarea {}
small {
    font-size: small;
}
.grecaptcha-badge {
    visibility: hidden;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
textarea, input[type="submit"] {
    -webkit-appearance: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    clear: both;
    line-height: 1.2;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.5rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
h1 span,h2 span,h3 span {
    font-weight: 300;
}
.page-template-sub-content .entry-content h2, .page-template-sub-content .entry-content h3, .page-template-sub-content .entry-content h4, .page-template-sub-content .entry-content h5, .page-template-sub-content .entry-content h6, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.page-template-sub-content .entry-content h2+p, .page-template-sub-content .entry-content h2+ul, .page-template-sub-content .entry-content h2+ol, .page-template-sub-content .entry-content h3+p, .page-template-sub-content .entry-content h3+ul, .page-template-sub-content .entry-content h3+ol, .page-template-sub-content .entry-content h4+p, .page-template-sub-content .entry-content h4+ul, .page-template-sub-content .entry-content h4+ol, .page-template-sub-content .entry-content h5+p, .page-template-sub-content .entry-content h5+ul, .page-template-sub-content .entry-content h5+ol, .page-template-sub-content .entry-content h6+p, .page-template-sub-content .entry-content h6+ul, .page-template-sub-content .entry-content h6+ol, .single .entry-content h2+p, .single .entry-content h2+ul, .single .entry-content h2+ol, .single .entry-content h3+p, .single .entry-content h3+ul, .single .entry-content h3+ol, .single .entry-content h4+p, .single .entry-content h4+ul, .single .entry-content h4+ol, .single .entry-content h5+p, .single .entry-content h5+ul, .single .entry-content h5+ol, .single .entry-content h6+p, .single .entry-content h6+ul, .single .entry-content h6+ol {
    margin-top: 10px;
}
.page-template-sub-content .entry-content h2, .single .entry-content h2, .col.about h2 {
    font-size: 2rem;
}
.page-template-sub-content .entry-content h3, .single .entry-content h3 {
    font-size: 1.5rem;
}
b, strong {
    font-weight: 700;
}
p, li {
    margin: 15px 0;
}
p, li, a {
    line-height: 1.8;
}
a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}
.error404 .page-title {
    font-size: 3rem;
}
.home-link {
    position: relative;
    display: block;
    width:100%;
    max-width: 200px;
}
.home-link img {
    width: 100%;
    display:block;
}
.pum-theme-1081, .pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -15% !important;
    width: 500px !important;
}
.popup p, .popup h1 {
    text-align: center;
    color: black;
}
.pum-theme-1081 .pum-content+.pum-close, .pum-theme-default-theme .pum-content+.pum-close {
    background-color: #f0a31f !important;
}
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: 100%;
}
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;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}

section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.site-header .inner.flexbox-wrapper {
    justify-content: space-between;
}
.menu span:nth-of-type(3) {
    top: 20px;
}

.menu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.menu span:nth-of-type(1) {
    top: 6px;
}
.menu span {
    width: 70%;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .2s ease-in-out;
}
.menu {
    width: 30px;
    height: 30px;
    border: 1px solid #f0a31f;
    align-self: center;
    position: relative;
}
.menu.open span:nth-of-type(2) {
    right: -50px;
    opacity: 0;
}

.menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
}
.menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
}
.menu.open {
    background: #f0a31f;
}
div#navbar ul.nav-menu a {
    color: white;
    transition: .1s ease-in-out;
    font-size: 17px;
    display: table;
    padding: 5px 0px;
}
div#navbar ul.nav-menu a:hover {
    color: #f0a31f;
}
.page-id-51 section.tekst p {
    font-size: 18px;
}
section.tekst {
    padding-bottom: 40px;
    padding-top: 20px;
}
.page-id-74 section.tekst {
    text-align: center;
    padding-top: 40px;
}
div#navbar.open ul.nav-menu {
    max-height: 450px;
    padding-top: 15px;
}
header#masthead.open {
    background: rgba(8, 14, 58, 1);
}
.home-link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 140px;
    height: 50px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/prefab_volendam_logo.svg) no-repeat;
    align-self: center;
    background-size: contain;
    background-position: center center;
}
div#navbar ul.nav-menu {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    position: relative;
}

div#navbar ul.nav-menu li {
    margin: 0;
}
li#menu-item-1327 > a {
    pointer-events: none;
}
div#navbar {
    order: 3;
    flex-basis: 100%;
    width: 100%;
}
header#masthead {
    padding-top: 10px;
    position: fixed;
    top: 0;
    transition: .2s ease-in-out;
    width: 100%;
    z-index: 999;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
header#masthead.bg {
    background: rgba(8, 14, 58, 1);
}
.intro-text p {
    font-size: 18px;
}

.intro-text h1 {
    line-height: 1.2;
    letter-spacing: -.5px;
    font-size: 2.75rem;
    margin-bottom: 0;
}
section.duurzaam .c-btn {
    margin: 0 auto;
    margin-left: 0;
}

section.duurzaam .s-text {
    text-align: left;
}
section.duurzaam {
    padding: 40px 0px;
    background: #080e3a;
    position: relative;
    color: white;
    text-align: left;
}
.seo-landing .tekstwrap .flexbox-wrapper div.left > div h2 {
    font-size: 2rem;
}
section.header .inner {
    position: relative;
    z-index: 2;
    color: white;
}
.inner.flexbox-wrapper .intro-text p a:hover {
    text-decoration: underline;
}

.inner.flexbox-wrapper .intro-text p a {
    color: white !important;
}

section.header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #080e3acc;
    top: 0;
    visibility: visible;
    z-index: 1;
}
section.header {
    padding-top: 92px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/P2105835.jpeg) no-repeat;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.c-btn {
    border: 1px solid #f0a31f;
    padding: 20px;
    display: table;
    color: #f0a31f;
    line-height: 1;
    transition: .1s ease-in-out;
    padding-right: 20px;
    position: relative;
}
section.vacature-detail h1 {
    margin-bottom: 40px;
}

section.vacature-detail .inner {
    position: relative;
    z-index: 2;
    color: white;
}
section.vacature-detail:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #080e3acc;
    top: 0;
    visibility: visible;
    z-index: 1;
}
section.vacature-detail {
    position: relative;
    padding: 40px 0px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/P2105835.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section.vacature-content .left h2:after, section.vacature-content .right h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: white;
    margin-top: 20px;
}

section.vacature-content .down {
    flex-basis: 100%;
    width: 100%;
}
section.vacature-content .right {
    flex-basis: 100%;
    width: 100%;
    background: #080e3a;
    position: relative;
    padding: 20px;
    color: white;
    margin-bottom: 20px;
}
section.vacature-content .left {
    flex-basis: 100%;
    width: 100%;
    background: #f0a31f;
    position: relative;
    padding: 20px;
    color: white;
    margin-bottom: 20px;
}
section.vacature-content {
    position: relative;
    padding: 20px 0px;
    font-size: 15px;
}
p#breadcrumbs a {
    color: #080e3a;
}

p#breadcrumbs {
    margin-top: 0;
    width: 100%;
}
p#breadcrumbs a, p#breadcrumbs span {
    font-size: 16px !important;
}
.vacature-content .solliciteren a {
    color: #080e3a;
    text-decoration: underline;
    font-weight: 600;
    transition: .1s ease-in-out;
}
.vacature-content .solliciteren a:hover {
    color: #f0a31f;
}
.vacatures-wrapper .vacature br {
    display: none;
}

.vacatures-wrapper .vacature .c-btn {
    background: #080e3a;
    margin-top: 20px;
}
.vacatures-wrapper .vacature p {
    margin: 0;
}
.vacatures-wrapper .vacature a h2 {
    margin: 0;
}
.vacatures-wrapper .vacature a {
    color: white;
}
.vacatures-wrapper .vacature {
    flex-basis: 100%;
    width: 100%;
    background: #f0a31f;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    transition: .1s ease-in-out;
}
.vacatures-wrapper .vacature:hover .c-btn {
    background: #0e1a76;
}

.vacatures-wrapper .vacature:hover {
    background: #e3950f;
}
.vacatures-wrapper .vacature:last-of-type {
    margin-bottom: 0;       
}
.page-id-907 section.tekst h1 {
    font-size: 3rem;
    margin-bottom: 40px;
}
.vacatures-wrapper .vacature a h2 {
    width: 100%;
}
a.btn.btn-primary.btn-lg.modal-btn {
    align-self: center;
    color: white;
    border: 1px solid #f0a31f;
    padding: 10px;
    display: table;
    background: #f0a31f;
    line-height: 1;
    transition: .1s ease-in-out;
    position: relative;
}
#brochurePopup .modal-dialog {
    margin-top: 10vh;
}
#brochurePopup .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    height: 100%;
    margin: 0;
    background: #080e3a;
}
#brochurePopup .modal-header {
    background: #080e3a;
    color: white;
    position: relative;
}
#brochurePopup input {
    border: 1px solid #080e3a;
    color: #080e3a;
}
#brochurePopup p.consent a {
    color: #080e3a;
}
#brochurePopup input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #f0a31f;
    color: white;
    border: 0;
    padding:20px;
    font-size: 14px;
    line-height: 1;
}
.projectstart a.c-btn.brochure.btn.btn-primary.btn-lg.modal-btn {
    background: rgba(240, 163, 31, 0.8) !important;
    border: 1px solid orange !important;
    margin-left: 0 !important;
}
.projectstart a.c-btn.brochure.btn.btn-primary.btn-lg.modal-btn:hover {
    background: #f0a31f !important;
}
#brochurePopup input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #da9216;
}
#brochurePopup .modal-header .close:hover {
    color: white;
    background: #030622;
    opacity: 1;
}
#brochurePopup span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 30px;
}
.page-id-907 section.tekst .inner {
    max-width: 900px;
}
.page-id-907 .site-footer:after {
    display: none;
}

.vacatures-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.vacature-content .solliciteren h2 {
    color: #f0a31f;
}
.page-template-sub-landings .tekst .inner ul {
    list-style-type: disc;
}

.page-template-sub-landings .tekst .inner ul li {
    margin: 10px 0px;
    font-size: 15px;
}
.page-template-sub-landings .tekst .inner ul li a {
    text-decoration: underline;
    font-weight: bold;
}
.page-template-sub-landings .tekst .inner ul li a {
    color: #080e3a;
    font-size: 15px;
}
.vacature-content .solliciteren {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    border: 4px solid #f0a31f;
    padding: 20px;
}
.vacature-content .solliciteren p {
    margin-bottom: 0;
}
.c-btn {
    color: white;
    background: rgba(240, 163, 31, 0.8);
}
a.c-btn {
    overflow: hidden;
}
a.c-btn.blue:before, a.c-btn.blue:after {
    background: #080e3a;
}

a.c-btn.blue {
    border: 1px solid #080e3a;
    color: #080e3a;
    border-right: 0;
}
li.menu-item-has-children > ul {
    max-height: 0;
    overflow: hidden;
    transition: .1s ease-in-out;
    padding-left: 10px;
}

li.menu-item-has-children.open ul.sub-menu {
    max-height: 400px;
    overflow-y: scroll;
}
li.menu-item-has-children ul.sub-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
}
li.menu-item-has-children ul.sub-menu li.open ul.sub-menu {
    max-height: 500px;
}

li.menu-item-has-children > a i {
    margin-left: 10px;
    font-size: 14px;
    transition: .1s ease-in-out;
}
li.menu-item-has-children.open > a i {
    transform: rotate(
180deg
);
}
a.c-btn .pijl-g {
    transition: .1s ease-in-out;
}
.c-btn:hover .pijl-g {
    right: -30px;
}
.c-btn:hover {
    color: white;
    background: #f0a31f;
}
a.c-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #f0a31f;
    position: absolute;
    right: 0;
    bottom: 0;
}

a.c-btn:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #f0a31f;
    position: absolute;
    right: 0;
    top: 0;
}
a.c-btn {
    border-right: 0;
}
a.c-btn.btn.btn-primary.btn-lg:before, a.c-btn.btn.btn-primary.btn-lg:after {
    opacity: 0;
}

a.c-btn.btn.btn-primary.btn-lg {
    margin-top: 20px !important;
    background: #16269d;
    border: 1px solid #16269d;
}
a.c-btn.btn.btn-primary.btn-lg:hover {
    background: #0e1c82;
}
div#videoPopup .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    border: 0;
    background: #080e3a;
    margin: 0;
    transition: .1s ease-in-out;
    height: 100%;
}
div#videoPopup .modal-header .close:hover {
    color: white;
    opacity: 1;
    background: #f0a31f;
}

div#videoPopup .modal-header {
    position: relative;
    background: #080e3a;
    color: white;
}
#videoPopup .modal-dialog {
    margin-top: 60px;
}
a.c-btn.brochure {
    display: inline-block;
    margin-top: 20px !important;
}
.tekst a.c-btn.brochure {
    background: rgba(12, 17, 59, .9) !important;
    border: 1px solid #0a103a !important;
    border-right: 0;
    width: auto !important;
    display: inline-block !important;
    margin-top: 0 !important;
    padding: 20px !important;
}
a.c-btn.brochure:before, a.c-btn.brochure:after {
    background: #0c113b;
}
.tekst a.c-btn.brochure:hover {
    background: #0a1039;
}
.intro-text .afb-phone {
    display: block;
    height: 250px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/IMG_3345.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
       margin-bottom: 40px;
    margin-top: 40px;
}
.page-id-17 .intro-text .afb-phone {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/3C08E32C-A581-4B34-8B88-06A6C325E860_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-17 section.tekstwrap:nth-of-type(3) span.afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/wolk.png) no-repeat;
    background-size: contain;
    background-position: center center;
}
.page-id-17 section.tekstwrap:nth-of-type(4) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/2EF67E65-6A3D-4810-AA9C-E024DABC9A37_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-17 section.tekstwrap:nth-of-type(5) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/97E3FC35-7214-44F2-88E7-633BE21F027C_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-17 section.tekstwrap:nth-of-type(6) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/29F6D0AB-2114-414B-B4F6-A29FC26094D3_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-17 section.projectstart {
	margin-top: 40px;
}
section.voordelen h2 {
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -.5px;
} 
section.header .contact a {
    border: 1px solid #f0a31f;
}
.blogs-wrapper.flexbox-wrapper .blog-item a .c-btn {
    padding: 10px 24px;
}
.blogs-wrapper.flexbox-wrapper .blog-item a span {
    display: table;
    margin: 8px 0px;
}
.blogs-wrapper.flexbox-wrapper .blog-item a h3 {
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    flex-basis: 100%;
}
.blogs-wrapper.flexbox-wrapper .blog-item a {
    color: #080e3a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
}
.blogs-wrapper span.sub-header-img.fallback {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/prefab_volendam_logo.svg) no-repeat;
    background-size: 150px !important;
}
.blogs-wrapper.flexbox-wrapper .blog-item {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    background: rgb(8 14 58 / 10%);
    padding: 24px;
}
.blogs-wrapper.flexbox-wrapper .blog-item a {
    padding: 24px;
}

.blogs-wrapper.flexbox-wrapper .blog-item span.sub-header-img {
    margin-top: 0;
    height: 240px;
    margin-bottom: 0;
}
.blogs-wrapper.flexbox-wrapper .blog-item {
    padding: 0;
}
.blogs-wrapper.flexbox-wrapper {
    gap: 24px;
    margin-top: 40px;
}
section.header .contact a.btn.mail {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
}

section.header .contact a.btn.tel {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
}
section.header .contact a.btn.mail:hover {
    background: #f0a31f url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_wit_nieuw.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
}

section.header .contact a.btn.tel:hover {
    background: #f0a31f url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_wit.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
}

section.header .contact {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 10;
}
span.sub-header-img {
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 24px 0px;
}
section.voordelen {
    padding: 40px 0px;
}
.voordelen ul li p {
    flex-basis: calc(100% - 40px);
    width: calc(100% - 40px);
}

.pijl-r {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje_blauw.svg) no-repeat;
    background-size: 10px;
    background-position: center center;
}
.voordelen ul {
    margin-bottom: 20px;
    margin-top: 20px;
}
.voordelen ul li {
    margin: 10px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
a.c-btn.groen .pijl-g {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje_oranje.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
.bigger p {
    font-size: 1.25rem;
}
.seo-landing .tekst > div:not(.bigger) {
    margin-top: 40px;
}
.seo-landing div.tekst p a {
    text-decoration: underline;
    color: #686f9f;
}
.seo-landing div.tekst p a:hover {
    color: #f0a31f;
}
.seo-landing .right span.afbeelding {
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.startproject .contact {
    margin-top: 20px !important;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject h3 {
    font-size: 2rem;
}

.startproject .contact a.btn {
    border: 1px solid #f0a31f;
}
.startproject .contact a.btn.whatsapp {
    border: 1px solid #6ace4e;
    margin-left: 0;
}
a.btn.whatsapp i {
    font-size: 20px;
}

a.btn.whatsapp {
    color: #6ace4e;
    text-align: center;
    line-height: 44px;
}

section.duurzaam table > tbody td span {
    color: #f0a31f !important;
}

section.duurzaam table > tbody tr td:last-of-type {
    flex-basis: calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: left;
}
section.duurzaam table > tbody tr td:first-of-type {
    flex-basis: 60px;
    width: 60px;
    text-align: left;
}
section.duurzaam table > tbody tr:last-of-type {
    margin-bottom: 0;
}
section.duurzaam table > tbody tr {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1.6;
    align-items: center;
    font-size: 15px;
}
section.duurzaam table > tbody {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}
section.duurzaam table > tbody tr:first-of-type {
    margin-bottom: 20px !important;
    display: table;
    width: 100% !important;
    flex-basis: 100% !important;
}
section.duurzaam table > tbody tr:first-of-type td {
    background: none !important;
    color: white !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 2rem;
    text-align: left;
}

.startproject .contact a.btn.tel {
    background-size: 20px !important;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon.svg) no-repeat;
    background-position: center center;
}
.startproject .contact a.btn.tel:hover {
    background: #f0a31f url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_wit.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
}
.startproject .contact a.btn.mail {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}

.startproject .contact a.btn.mail:hover {
    background: #f0a31f url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_wit_nieuw.svg) no-repeat;
    background-position: center center;
    background-size: 20px;
}
.startproject .contact a.btn.whatsapp:hover {
    background: #6ace4e;
    color: white;
}
.right .voordelen ul.wrapper {
    margin-bottom: 0;
}

.right .voordelen ul li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}
.right .voordelen ul li:first-of-type {
    padding-top: 0;
}
.right .voordelen ul li {
    border-bottom: 1px solid orange;
    padding: 10px 0px;
}
.right .voordelen h2 {
    font-size: 1.75rem;
}
.tekst.startproject a.c-btn {
    color: white;
    text-decoration: none;
}

.tekst.startproject {
    background: #080e3a;
    color: white;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject {
    flex-basis: 100%;
    width: 100%;
}

.right .voordelen {
    position: relative;
    border: 5px solid #080e3a;
    padding: 20px;
    margin-bottom: 20px;
}
.voordelen ul li p, .voordelen ul li {
    margin: 0;
    line-height: 2;
}
.tekstwrap .right .duurzaam .c-btn {
    background: #080e3a;
    border-top: 1px solid #080e3a;
    border-left: 1px solid #080e3a;
    border-bottom: 1px solid #080e3a;
}
.tekstwrap .right .duurzaam .c-btn:hover {
    background: #141e6a;
}

.tekstwrap .right .duurzaam h3 {
    font-size: 2rem;
}
.tekstwrap .right .duurzaam {
    background: #f0a31f;
    color: white;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}
.page-template-sub-seo .left ul a {
    color: #080e3a;
}
.page-template-sub-seo .left ul li a:hover {
    color: #f0a31f;
}

.page-template-sub-seo .left ul li a {
    text-decoration: underline;
}

.page-template-sub-seo .left ul {
    list-style-type: disc;
}
.page-template-sub-landings section.tekst .inner p {
    line-height: 1.8;
    font-size: 15px;
}

.page-template-sub-landings section.tekst .inner {
    max-width: 900px;
}
.page-template-sub-landings section.tekst h2 {
    font-size: 2rem;
}
.page-template-sub-landings section.tekst .inner p a:hover {
    color: #f0a31f;
}

.page-template-sub-landings section.tekst .inner p a {
    font-weight: bold;
    color: #080e3a;
    text-decoration: underline;
}
.seo-landing .knoppen a.c-btn.groen {
    margin-left: 20px;
    border: 1px solid #6ace4e;
    color: #6ace4e;
    border-right: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
        background: #6ace4e;
    color: white;
}
.page-template-sub-waarom .tekst p a:hover {
    color: #f0a31f;
}

.page-template-sub-waarom .tekst p a {
    text-decoration: underline;
    color: #080e3a;
}
.seo-landing .knoppen a.c-btn.groen:hover {
    color: white;
    background: #5cbf41;
}

.seo-landing .knoppen a.c-btn.groen span.whatsapp {
    margin-right: 10px;
}

.seo-landing .knoppen a.c-btn.groen i {

}

.seo-landing .knoppen {
    display: flex;
    flex-wrap: wrap;
}
.seo-landing .header span.afb {
    display: none;
}
.seo-landing section.header .contact {
    display: none;
}
a.c-btn.groen:before, a.c-btn.groen:after {
    background: #6ace4e;
}
li.menu-item-has-children ul.sub-menu a {
    font-size: 15px !important;
}

li.menu-item-has-children ul.sub-menu {
    padding-left: 10px;
}

.projecten-wrapper .owl-dots .owl-dot.active {
    background: #080e3a;
}

.projecten-wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #080e3a;
    margin-right: 10px;
}
.projecten-wrapper .owl-dots {
    display: flex !important;
    flex-wrap: nowrap;
    margin-top: 40px;
}
section.projecten {
    padding: 40px 0px;
    background: #f0a31f;
}
.project-afb {
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.project .inner h3 {
    font-size: 1.5rem;
}

.project .inner {
    padding: 0;
}
.project span.btn {
    width: 40px;
    height: 40px;
    border: 1px solid #080e3a;
    display: block;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje_blauw_45g.svg) no-repeat;
    background-size: 15px;
    background-position: center center;
}
.project:hover span.btn {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje_wit_45g.svg) no-repeat;
    background-size: 15px;
    background-position: center center;
}
section h2 {
    font-size: 2.25rem;
}
a.n-btn span {
    margin-left: 10px;
}

a.n-btn {
    flex-basis: 100%;
    width: 100%;
    color: #080e3a;
    transition: .1s ease-in-out;
    display: flex;
    align-items: center;
    font-weight: 600;
}
a.n-btn {
    position: absolute;
    bottom: -5px;
    right: 20px;
    width: auto;
    flex-basis: auto;
    z-index: 999;
}

a.n-btn:hover {
    color: white;
}
body:not(.home) header#masthead {
    background: #080e3a;
}
body:not(.home) div#main .contactgegevens div li.small {
    font-size: 12px;
    margin-top: 10px;
}

body:not(.home) div#main .contactgegevens div a, body:not(.home) div#main .contactgegevens div li {
    font-size: 1.25rem;
    margin: 0;
    font-weight: bold;
    color: #080e3a;
}
body:not(.home) div#main .contactgegevens div a:hover {
    color: #f0a31f;
}
.project a {
    color: #080e3a;
}
section.project-detail h1 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.fotowrapper.flexbox-wrapper .project-img a {
    display: block;
    width: 100%;
    height: 100%;
}

section.project-detail h1 span {
    font-size: 1.5rem;
    display: table;
}
.fotowrapper.flexbox-wrapper {
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fotowrapper.flexbox-wrapper .project-img {
    height: 150px;
    display: block;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}
body:not(.home) div#main .contactgegevens div:last-of-type {
    margin-bottom: 0;
}
.fotowrapper.flexbox-wrapper .project-img:first-of-type {
    flex-basis: 100%;
    width: 100%;
    height: 200px;
}
body:not(.home) div#main .contactgegevens div h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #215ea8;
    padding-bottom: 10px;
    font-size: 1.25rem;
    border-bottom: 1px solid #080e3a;
}
body:not(.home) div#main .contactgegevens div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
}
body:not(.home) div#main {
    padding-top: 92px;
}
body:not(.home).page-id-13 div#main, body:not(.home).page-id-15 div#main, body:not(.home).page-template div#main {
    padding-top: 72px;
}
.page-id-13 section.header, .page-id-15 section.header, body:not(.home).page-template section.header {
    padding-top: 40px;
}
.page-id-13 .intro-text span.afb-phone {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/465B440A-D01F-4CC7-A12B-97B24110A4BE_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section.usps ul li {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #080e3a;
    padding-top: 10px;
}

section.usps ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.tekstwrap .inner {
    padding: 0;
}
.page-id-15 section.projectstart {
    margin-top: 40px;
}
section.usps ul {
    margin-bottom: -15px;
}
section.usps {
    padding-top: 40px;
}
section.usps ul li:nth-of-type(1), section.usps ul li:nth-of-type(2) {
    margin-top: 0;
}
section.tekstwrap {
    padding: 40px 20px;
    position: relative;
    padding-bottom: 0;
}
section.tekstwrap.pd-b {
    padding-bottom: 40px;
}
.error404 section.tekstwrap, .page-id-74 section.tekstwrap {
    text-align: center;
    padding-bottom: 60px;
}
.error404 section.tekstwrap p {
    font-size: 18px;
}
.error404 section.tekstwrap {
    padding-bottom: 100px;
}
.flexbox-wrapper.knoppen {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
p.bigger {
    font-size: 1.25rem;
    margin-bottom: 0;
}
section.tekstwrap.no-pb {
    padding-bottom: 0;
}
section.tekstwrap .afb {
    height: 250px;
    background: tomato;
    flex-basis: 100%;
    width: 100%;
}
section.tekstwrap:nth-of-type(3) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/6600AE45-9552-442C-A9DB-F1E199ACAAF9_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section.tekstwrap:nth-of-type(4) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/2048D2B9-BF8D-4B11-890E-BB45A2CF5AC5_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section.tekstwrap:nth-of-type(5) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/7AE9B9A6-0DC6-41AF-A8C5-97472A52A0D5_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section.tekstwrap:nth-of-type(6) .afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/18BCAA41-E634-41DB-BC35-7B4940DC2F1E_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-13 section.projectstart {
    margin-top: 40px;
}
section.formulier.inner {
    position: relative;
    margin-top: 40px;
    background: #080e3a;
    color: white;
    padding: 40px 20px;
}
section.contactgegevens {
    margin-top: 40px;
}
section.afbeeldingen.flexbox-wrapper span {
    height: 200px;
    flex-basis: 50%;
    width: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
input, textarea {
    font-family: soleil, sans-serif;
    resize: none;
    padding: 10px;
    width: 100%;
    border: 1px solid white;
    background: none;
    color: white;
}
::-webkit-input-placeholder { /* Edge */
  color: #215ea8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #215ea8;
}

::placeholder {
  color: #215ea8;
}
input.wpcf7-form-control.wpcf7-file {
    -webkit-appearance: none;
    border: 1px dashed white;
    padding: 30px;
}
p.consent a {
    color: white;
    text-decoration: underline;
}
p.consent {
    margin-bottom: 0;
}

p.verplicht, p.consent {
    font-size: 12px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 20px;
    display: table;
    color: white;
    line-height: 1;
    transition: .1s ease-in-out;
    position: relative;
}
span.ajax-loader {
    position: absolute;
}
textarea {
    height: 125px;
}
section.afbeeldingen.flexbox-wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 1280px;
}
section.overons {
    padding: 40px 0px;
}
section.overons h3 {
    line-height: 1.6;
}
.site-footer .inner div.flexbox-wrapper ul:last-of-type li {
    margin-right: 20px;
}

footer#contact div.inner:first-of-type > .flexbox-wrapper {
    width: 100%;
    flex-basis: 100%;
    margin: 0 auto;
}
.site-footer .inner div.flexbox-wrapper ul:last-of-type {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}
.site-footer .inner div.flexbox-wrapper ul {
    flex-basis: 50%;
    width: 50%;
}
.site-footer li {
    margin: 0;
    line-height: 2;
}
.site-footer a {
    color: white;
    margin: 0;
    transition: .1s ease-in-out;
}
.site-footer a:hover {
    color: #f0a31f;
}
footer#contact div.inner:first-of-type {
    background: #080e3a;
    color: white;
    padding: 40px 20px;
}
.site-footer a.c-btn {
    color: white;
    margin-bottom: 40px;
    margin-top: 40px;
}
.menu-toggle {
    display:none;
}
.contact {
    display: flex;
    flex-wrap: nowrap;
}

.contact a {
    width: 40px;
    height: 40px;
    border: 1px solid #080e3a;
    display: inline-block;
    margin-left: 10px;
    transition: .1s ease-in-out;
}
.overons .flexbox-wrapper .flexbox-wrapper {
    margin-top: 40px;
    align-items: center;
    justify-content: space-between;
}
section.overons > .flexbox-wrapper > .flexbox-wrapper {
    margin-top: 0;
}
a.btn.tel {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_blauw.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}

a.btn.mail {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_blauw.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
a.btn.mail:hover {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_wit_nieuw.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}

a.btn.tel:hover {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_wit.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
section.overons > .flexbox-wrapper div a.mail {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_blauw.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
section.overons > .flexbox-wrapper div a.mail:hover {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_wit_nieuw.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
section.overons > .flexbox-wrapper div a.tel {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_blauw.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
section.overons > .flexbox-wrapper div a.tel:hover {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_wit.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
.projectstart .contact a.mail span, .site-footer .contact a.mail span {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop_wit_nieuw.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: initial;
}
.projectstart .contact a.tel span, .site-footer .contact a.tel span {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon_wit.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
    background-color: transparent;
}
section.projectstart .inner {
    padding: 0;
}

section.projectstart .tekst {
    background: #080e3a;
    color: white;
    padding: 40px 20px;
}
.projectstart .contact a span, .site-footer .contact a span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: white;
    vertical-align: middle;
    margin-right: 10px;
}

.projectstart .contact, .site-footer .contact {
    flex-wrap: wrap;
    margin-top: 40px;
}
.site-footer .contact {
    margin-bottom: 20px;
}
.projectstart .contact a, .site-footer .contact a {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    display: table;
    flex-basis: 100%;
    transition: .1s ease-in-out;
    color: white;
    font-size: 15px;
}
.projectstart .contact a:hover, .site-footer .contact a:hover {
    color: #f0a31f;
}
a.c-btn .pijl-g {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje.svg) no-repeat;
    right: 0px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    background-size: 20px;
    background-position: center center;
}
.site-footer {
    background: #f0a31f;
}
.site-footer > .inner:nth-of-type(2) .logos {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
}

.logos span {
    display: inline-block;
    width: calc(50% - 10px);
    height: 50px;
    background: tomato;
    margin-top: 10px;
}
.site-footer > .inner:nth-of-type(2) > div:nth-of-type(2) span {
    height: 50px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/logo_aannemer_volendam.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: calc(50% - 10px);
    background-position: center center;
}

li.m-top {
    margin-top: 10px;
}
.site-footer > .inner:nth-of-type(2) > div:nth-of-type(2) p {
    margin: 0;
}
.site-footer > .inner:nth-of-type(2) > div:nth-of-type(2) {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
section.projectstart h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.projectstart .foto {
    height: 300px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/07/P2175891.jpeg) no-repeat;
    display: block;
    flex-basis: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
span.vca {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/VCA_logo_1000x569px_RGB_2.0.png) no-repeat;
    background-size: 70px;
    background-position: center left;
}
span.bouwgarant {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/bouwgarant.png) no-repeat;
    background-size: contain;
    background-position: center left;
}
span.bouwendnl {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/bouwend-nederland-logo.png) no-repeat;
    background-size: contain;
    background-position: center left;
}
span.mvo {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/mvo.png) no-repeat;
    background-size: contain;
    background-position: center left;
}
/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width:680px) {
}
@media (min-width:768px) {

.intro-text p {
    font-size: 20px;
}
section.duurzaam table > tbody tr:first-of-type td {
    text-align: center;
}
.blogs-wrapper.flexbox-wrapper .blog-item {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
}
.page-id-51 .tekst a.c-btn.blue {
    margin: 0 auto;
    margin-top: 40px;
}
section.duurzaam table > tbody tr {
    flex-basis: 30%;
    width: 30%;
    margin: 0;
}
.duurzaam table {
    margin: 0 auto;

}
#brochurePopup h4 {
    text-align: center;
    font-size: 20px;
}

#brochurePopup .wpcf7 form p, #brochurePopup .wpcf7 form p.consent, #brochurePopup .wpcf7 form div {
    width: 100% !important;
    flex-basis: 100%;
}
#brochurePopup .wpcf7 form {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.intro-text h1 {
    margin-bottom: 40px;
}
section.vacature-detail {
    padding: 60px 0px;
}
section.vacature-content {
    padding: 40px 0px;
}
div#videoPopup .modal-header {
    text-align: center;
    font-size: 22px;
    padding: 20px;
}
section.duurzaam .s-text {
    max-width: 600px;
    text-align: center;
    margin: 40px auto;
}

section.duurzaam h2, section.duurzaam .s-text, section.duurzaam .c-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
section.duurzaam {
    text-align: center;
}
section.duurzaam {
    padding: 40px 0px;
    background: #080e3a;
    position: relative;
    color: white;
    text-align: left;
}
section.vacature-content .flexbox-wrapper {
    justify-content: space-between;
}

section.vacature-content .left, section.vacature-content .right {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
section.vacature-detail .inner {
    padding: 0px 40px;
}
.page-id-17 .header span.afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/3C08E32C-A581-4B34-8B88-06A6C325E860_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.intro-text .c-btn {
    margin-top: 40px;
}
.intro-text .afb-phone {
    display: none;
}
.fotowrapper.flexbox-wrapper .project-img:first-of-type {
    height: 300px;
}
.fotowrapper.flexbox-wrapper .project-img {
    height: 200px;
}
section.project-detail h1 {
    font-size: 3rem;
}
section.project-detail h1 span {
    font-size: 1.75rem;
}
.intro-text {
    flex-basis: 50%;
    width: 50%;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject h2 {
    margin-bottom: 40px;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.startproject .contact {
    margin-top: 0px !important;
}
.seo-landing .right span.afbeelding {
    height: 350px;
}
section.usps ul li {
    padding-top: 20px;
    margin-bottom: 10px;
}
.page-id-15 section.projectstart {
	margin-top: 60px;
}
section.usps {
	padding-top: 60px;
}
body:not(.home) div#main .contactgegevens div.flexbox-wrapper > div {
    flex-basis: 30%;
    width: 30%;
    margin-bottom: 0;
}
.wpcf7 form p:nth-of-type(7), .wpcf7 form p:nth-of-type(8) {
    flex-basis: 100%;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
}
section.formulier.inner > .flexbox-wrapper h1 {
    font-size: 2.75rem;
}

section.formulier.inner > .flexbox-wrapper {
    justify-content: space-between;
}
section.formulier.inner > .flexbox-wrapper h1, section.formulier.inner > .flexbox-wrapper > p {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: 0;
    margin-bottom: 20px;
}
section.afbeeldingen.flexbox-wrapper span {
    height: 250px;
}

.wpcf7 form > p, .wpcf7 form > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
body:not(.home) div#main .contactgegevens div.flexbox-wrapper {
    justify-content: space-between;
}
body:not(.home) div#main, body:not(.home).page-template div#main {
    padding-top: 72px;
}
body.page-template-sub-waarom div#main {
    padding-top: 72px !important;
}
section.formulier.inner {
    padding: 60px 20px;
    margin-top: 60px;
}
body:not(.home) div#main .contactgegevens div a {
    word-break: break-all;
}
section.header {
    padding-top: 132px;
    padding-bottom: 60px;
}
.header .flexbox-wrapper {
    justify-content: space-between;
}
.page-id-13 .header span.afb, .page-id-15 .header span.afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/465B440A-D01F-4CC7-A12B-97B24110A4BE_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-id-13 section.header, .page-id-15 section.header, body:not(.home).page-template section.header {
    padding-top: 60px;
}
section.tekstwrap:nth-of-type(n+3) .inner {
    justify-content: space-between;
}

section.tekstwrap:nth-of-type(n+3) .inner span.afb, section.tekstwrap:nth-of-type(n+3) .inner div.tekst {
    flex-basis: 45%;
    width: 45%;
}
section.tekstwrap {
    padding-top: 60px;
}
section.tekstwrap.pd-b {
    padding-bottom: 60px;
}
.header span.afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/IMG_3345.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
    flex-basis: 45%;
    width: 45%;
    height: 300px;
}
.seo-landing .header span.afb {
    display: block;
}

.seo-landing .intro-text .knoppen {
    flex-wrap: wrap;
}
.seo-landing .intro-text .knoppen a.c-btn.groen, .seo-landing .intro-text .knoppen a.c-btn {
    margin-top: 0px;
    margin-left: 0;
}
.seo-landing .intro-text .knoppen a.c-btn.groen {
    margin-left: 10px;
}

.seo-landing .tekstwrap .flexbox-wrapper {
    justify-content: space-between;
}

.seo-landing .tekstwrap .flexbox-wrapper div.right {
    flex-basis: 45%;
    width: 45%;
    margin-top: 90px;
}
.seo-landing .tekstwrap .flexbox-wrapper div.left {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.seo-landing .tekstwrap .flexbox-wrapper div.left > div {
    flex-basis: 100%;
    width: 100%;
}
.seo-landing .intro-text .knoppen {
    margin-top: 40px;
}
section.voordelen .flexbox-wrapper {
    justify-content: space-between;
    align-items: flex-end;
}

section.voordelen .tekst {
    flex-basis: 45%;
    width: 45%;
}
section.voordelen .afbeelding {
    flex-basis: 45%;
    width: 45%;
    height: 450px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/07/P2175854.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section.voordelen h2 {
    margin-bottom: 40px;
}

section h2 {
    font-size: 2.5rem;
    width: 80%;
}
.voordelen ul li {
    margin-bottom: 5px;
}
.voordelen a.c-btn {
    margin-top: 40px;
}
section.voordelen {
    padding: 60px 0px;
}
section.overons {
    padding: 60px 0px;
}

section.overons > .flexbox-wrapper {
    justify-content: space-between;
}
section.overons > .flexbox-wrapper div {
    flex-basis: 45%;
    width: 45%;
}
section.projectstart .foto {
    flex-basis: 45%;
    width: 45%;
    height: 440px;
}
section.projectstart .tekst {
    flex-basis: 55%;
    width: 55%;
    padding: 60px 20px;
}
footer h2, footer#contact div.inner:first-of-type > .flexbox-wrapper div:first-of-type h4 {
    font-size: 2.5rem;
    margin-top: 0;
}
footer#contact div.inner:first-of-type {
    padding: 60px 20px;
}
.site-footer .inner > div:last-of-type {
    flex-basis: 45%;
    width: 45%;
}

.site-footer .inner > div:first-of-type {
    flex-basis: 55%;
    width: 55%;
}
footer#contact div.inner:first-of-type > .flexbox-wrapper div:last-of-type {
    flex-basis: 45%;
    width: 45%;
}
footer#contact div.inner:first-of-type > .flexbox-wrapper div:first-of-type {
    flex-basis: 55%;
    width: 55%;
}
.site-footer .contact {
        flex-basis: 100% !important;
    width: 100% !important;
}
.site-footer .inner div.flexbox-wrapper ul:last-of-type a {
    font-size: 12px;
}
.logos span {
    width: 25%;
    flex-basis: 25%;
}
.site-footer > .inner:nth-of-type(2) .logos span {
    margin-top: 0;
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}

.site-footer > .inner:nth-of-type(2) {
    padding-bottom: 20px;
    align-items: center;
    padding-top: 20px;
}
.site-footer > .inner:nth-of-type(2) > div:nth-of-type(2) {
    flex-basis: 30%;
    width: 30%;
    margin: 0;
}
.site-footer > .inner:nth-of-type(2) .logos {
    flex-basis: 70%;
    width: 70%;
}
section.overons > .flexbox-wrapper div.flexbox-wrapper {
    flex-basis: 100%;
    width: 100%;
}
.page-id-51 section.tekst {
    text-align: center;
}
section.tekst {
    padding-bottom: 80px;
}
.page-id-74 section.tekst {
    padding-top: 80px;
}
.page-id-13 section.projectstart, .page-id-17 section.projectstart  {
    margin-top: 60px;
}
}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {
.menu {
    display: none;
}
.fotowrapper.flexbox-wrapper {
    width: 80%;
    flex-basis: 80%;
}
.tekstwrap .right .duurzaam h3 {
    font-size: 2.5rem;
}
a.c-btn.btn.btn-primary.btn-lg {
    margin-top: 0 !important;
    margin-left: 10px !important;
}
li.menu-item-has-children > a i {
    display: none;
}
li.menu-item-has-children > a {
    pointer-events: all;        
}
.seo-landing .tekstwrap .flexbox-wrapper div.left > div h2 {
    font-size: 2.25rem;
}
a.btn.btn-primary.btn-lg.modal-btn {
    order: 3;
    font-size: 16px;
    text-align: center;
}
.duurzaam table {
    width: 900px;
}
.voordelen a.c-btn {
    margin-top: 20px;
    display: inline-block;
}
.page-template-sub-landings section.tekst a.c-btn {
    margin: 40px 0px;
}
.page-template-sub-seo .intro-text {
    min-height: 240px;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject h3 {
    font-size: 2.5rem;
}
li.menu-item-has-children ul.sub-menu {
    position: absolute;
    padding-left: 0;
    z-index: 10;
    opacity: 0;
    max-height: initial;
    pointer-events: none;
}
div#navbar li.menu-item-has-children ul.sub-menu li a {
    background: #080e3a;
    min-width: 200px;
}

div#navbar li.menu-item-has-children ul.sub-menu li:first-of-type {
    padding-top: 23px;
}
li.menu-item-has-children ul.sub-menu li a {
    font-size: 16px !important;
    padding: 10px 20px !important;
    line-height: 1;
}

li.menu-item-has-children ul.sub-menu li {
    margin: 0 !important;
}
li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: all;
}
a.c-btn.brochure {
    margin-left: 20px;
}
section.project-detail h1 {
    width: 80%;
    flex-basis: 80%;
}
section.header .contact {
    position: absolute;
    bottom: 80px;
    right: 50%;
    z-index: 10;
}
body:not(.home) div#main, body:not(.home).page-template div#main {
	padding-top: 98px;
}
body.page-template-sub-waarom div#main {
    padding-top: 82px !important;
}
section.tekst {
    padding-bottom: 60px;
    padding-top: 60px;
}
section.overons > .flexbox-wrapper > div.flexbox-wrapper {
    margin-top: 0;
    width: 80% !important;
    flex-basis: 80% !important;
    margin: 0 auto;
}
.tekstwrap .inner .tekst {
    flex-basis: 45%;
    width: 45%;
}
.page-id-17 section.tekstwrap:nth-of-type(3) div.tekst {
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.page-id-17 section.tekstwrap:nth-of-type(3) span.afb {
    height: 400px;
    position: absolute;
    flex-basis: 65%;
    width: 65%;
    top: 50%;
    transform: translateY(-50%);
}
section.usps {
    padding-top: 170px;
}
section.usps ul li {
    flex-basis: calc(25% - 20px);
    width: calc(25% - 20px);
}
section.usps ul li {
	font-size: 18px;
}
.usps .inner.flexbox-wrapper {
    padding: 0px 10px;
}
.page-id-15 p.bigger {
    width: 90%;
}
section.usps ul li:nth-of-type(3), section.usps ul li:nth-of-type(4) {
	margin-top: 0;
}
section.usps ul li {
    margin: 0px 10px;
    margin-bottom: 20px;
}
section.usps ul {
	justify-content: flex-start;
	width: 100%;
}
.tekstwrap:nth-of-type(2) .inner .tekst {
    flex-basis: 50%;
    width: 50%;
}
.page-id-13 .intro-text p {
    width: 60%;
}
section.tekstwrap:nth-of-type(3) .afb, section.tekstwrap:nth-of-type(5) .afb {
    order: -1;
}
section.tekstwrap .afb {
    height: 300px;
}
.site-footer:after {
    content: '';
    display: block;
    height: 300px;
    width: 100%;
    visibility: visible;
    position: absolute;
    top: -300px;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/07/P2175875_2-1.png) no-repeat;
    z-index: -1;
    background-size: cover;
    background-position: center bottom;
    opacity: .4;
}
.site-footer {
    position: relative;
}
section.projectstart {
    margin-bottom: 300px !important;
}
section.projectstart .foto {
    position: absolute;
    right: 0;
    height: 100%;
}
section.projectstart h2 {
    font-size: 2.75rem;
}
section.projectstart .tekst {
    flex-basis: 80%;
    width: 80%;
    margin: 0 auto;
    padding-right: 35%;
}
section.projectstart {
    background: #080e3a;
        max-width: 1280px;
    margin: 0 auto;
}
.home-link {
    max-width: 160px;
    height: 60px;
}
section.formulier.inner .flexbox-wrapper {
    width: 80%;
    margin: 0 auto;
}
footer#contact div.inner:first-of-type > .flexbox-wrapper {
    width: 80%;
    flex-basis: 80%;
    margin: 0 auto;
}
.site-footer > .inner:nth-of-type(2) {
    width: 80%;
}
.site-footer > .inner:nth-of-type(2) .logos {
    justify-content: flex-start;
}

.site-footer > .inner:nth-of-type(2) .logos span {
    height: 40px;
    flex-basis: calc(20% - 10px);
    width: calc(20% - 10px);
    margin-right: 20px;
}
div#navbar {
    flex-basis: auto;
    width: auto;
    align-self: center;
}
div#navbar ul.nav-menu li a {
    font-size: 16px;
}
li#menu-item-1327 > a {
    pointer-events: all;
}
li#menu-item-1430 {
    display: none;
}

div#navbar ul.nav-menu li {
    margin-left: 20px;
}
li#menu-item-712 {
    background: #f0a31f;
    padding: 0px 10px;
}
li#menu-item-712 a:hover {
    color: white !important;
}
li#menu-item-712:hover {
    background: #df9008;
}
div#navbar ul.nav-menu {
    max-height: 100px;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
}
.site-header .inner.flexbox-wrapper {
    flex-wrap: nowrap;
    max-width: 1380px;
}
div#navbar ul.nav-menu li#menu-item-26 {
    margin-left: 40px;
}
section.header {
    padding-top: 152px;
    padding-bottom: 80px;
}
.intro-text h1 {
    font-size: 3rem;
}
.header span.afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/07/IMG_3345.jpeg) no-repeat;
    flex-basis: calc(45% - 20px);
    width: calc(45% - 20px);
    height: 450px;
    position: absolute;
    right: 20px;
    background-size: cover;
    background-position: center center;
}
.page-id-17 .header span.afb {
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/2020/04/3C08E32C-A581-4B34-8B88-06A6C325E860_1_105_c.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section h2, section.voordelen h2 {
    font-size: 2.75rem;
}
.projectstart .contact a, .site-footer .contact a {
    flex-basis: auto;
}
.projectstart a.mail, .contact a.mail {
    margin-right: 0;
    margin-left: 20px;
}
footer h2, footer#contact div.inner:first-of-type > .flexbox-wrapper div:first-of-type h4 {
    font-size: 2.75rem;
    width: 80%;
}
section.afbeeldingen.flexbox-wrapper span {
    height: 250px;
    flex-basis: 25%;
    width: 25%;
}
.page-id-23 div#content:after {
    visibility: visible;
    content: '';
    display: block;
    width: 100%;
    height: 75vh;
    position: absolute;
    background: #f0a31f;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}
div#content {
    position: relative;
}
section.projectstart .inner {
	flex-wrap: nowrap;
}
section.vacature-detail {
    padding: 80px 0px;
}
section.vacature-content {
    padding: 60px 0px;
}
section.vacature-content .left, section.vacature-content .right {
    padding: 40px;
}
section.vacature-content .down {
    margin-top: 20px;
}
.nav-menu > li > ul.sub-menu {
    display: flex;
    max-height: 700px;
    background: #080e3a;
    padding: 20px;
    break-after: column;
}
.nav-menu > li > ul.sub-menu > li, .nav-menu > li > ul.sub-menu > li ul.sub-menu li {
    padding-top: 0 !important;
}
.nav-menu > li > ul.sub-menu > li ul.sub-menu {
    max-height: initial !important;
    position: relative;
}
div#navbar li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a {
    color: orange;
    font-size: 18px !important;
}
}
@media (min-width:1180px) {

section.header {
    padding-top: 192px;
    padding-bottom: 100px;
}
body:not(.home) div#main, body:not(.home).page-template div#main {
    padding-top: 82px;
}
.blogs-wrapper.flexbox-wrapper .blog-item {
    flex-basis: calc(33.33% - 16px);
    width: calc(33.33% - 16px);
}
span.sub-header-img {
    height: 400px;
}
.page-template-sub-blogs .site-footer:after {
    display: none;
}
.blogs-wrapper.flexbox-wrapper .blog-item a h3 {
    font-size: 22px;
    line-height: 30px;
}
.blogs-wrapper.flexbox-wrapper .blog-item a .c-btn {
    font-size: 16px;
    margin: 0;
}
.projecten .inner.flexbox-wrapper {
    margin-right: 0;
    padding-right: 0;
    max-width: 1600px;
}
.vacatures-wrapper .vacature a h2 {
    font-size: 2.25rem;
}
body:not(.home).page-id-907 div#main {
    padding-top: 82px;
}
a.c-btn.btn.btn-primary.btn-lg {
    margin-left: 0px !important;
    width: 45%;
    text-align: center;
    margin-top: 0px !important;
    flex-basis: 45%;
    margin-left: 20px !important;
}
.tekstwrap .right .duurzaam {
    padding: 40px;
}
section.duurzaam {
    padding: 60px 0px;
}
#videoPopup .modal-dialog {
    width: 850px;
}
#videoPopup .modal-body video {
    width: 800px;
    margin: 0 auto;
    display: block;
}
body.page-template-sub-landings div#main {
    padding-top: 82px !important;
    background: #f7f7f7;
}
body:not(.home).single-vacatures div#main {
    padding-top: 82px;
}
section.vacature-detail {
    padding: 100px 0px;
}
section.vacature-content h2 {
    font-size: 2.25rem;
}
.single-vacatures .site-footer:after {
    display: none;
}
section.vacature-content .solliciteren {
    flex-basis: 80%;
    width: 80%;
    margin: 0 auto;
    padding: 40px;
}

section.vacature-content .down {
    flex-basis: 80%;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.vacature-detail .inner {
    padding: 0px 20px;
}
section.contactgegevens {
    margin-top: 80px;
}
li#menu-item-712 {
    padding: 0px 20px;
}
.seo-landing .tekstwrap .flexbox-wrapper div.right {
    margin-top: 190px;
}
.right .voordelen ul li {
    font-size: 15px;
}
.right .voordelen h2 {
    font-size: 2.25rem;
}
.seo-landing .intro-text .knoppen a.c-btn.groen {
    margin-left: 20px;
}
.intro-text h1 {
    font-size: 3.25rem;
    width: 80%;
}
.seo-landing .tekstwrap .flexbox-wrapper {
    padding: 0px 20px;
}
.header span.afb {
    height: 550px;
}
.startproject .contact a.btn.tel {
    margin-left: 20px;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
}
.seo-landing .tekst h3 {
    font-size: 2rem;
}
.seo-landing section.header .contact {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 9999;
}
.seo-landing section.header .contact a.tel, .seo-landing section.header .contact a.mail {
    background: #080e3a;
    border: 0;
}
section.header .contact a.whatsapp:hover {
    background: #52b038;
}

section.header .contact a.whatsapp {
    margin-top: 10px;
    background: #6ace4e;
    border: 0;
    color: white;
    line-height: 44px;

}
.seo-landing section.header .contact a.tel {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/telefoon.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}
.seo-landing section.header .contact a.mail {
    background: #080e3a url(https://www.prefabvolendam.nl/wp-content/uploads/svg/envelop.svg) no-repeat;
    background-size: 20px;
    background-position: center center;
}

section.header .contact {
    position: absolute;
bottom: -97px;
    right: 13%;
    z-index: 10;
    flex-wrap: wrap;
    width: 40px;
}

span.btn-up:hover {
    background: white url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje_omhoog_blauw.svg) no-repeat;
    background-size: 11px;
    background-position: center center;
}
span.btn-up {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    left: 60px;
    top: 70px;
    cursor: pointer;
    background: url(https://www.prefabvolendam.nl/wp-content/uploads/svg/pijltje_omhoog.svg) no-repeat;
    background-size: 11px;
    background-position: center center;
}
section.header .contact a.tel {
    margin-bottom: 10px;
}

section.header .contact a {
    margin: 0;
}
section.voordelen h2 {
    width: 60%;
}
.projecten h2 {
    position: absolute;
    left: -50px;
    transform: rotate(-90deg);
    top: 80px;
    width: auto;
    line-height: 1;
}
.projecten-wrapper {
    width: calc(100% - 70px);
    margin-left: auto;
}
.project-afb {
    height: 450px;
}
section.afbeeldingen.flexbox-wrapper span {
    height: 300px;
}
.site-footer:after {
    height: 500px;
    top: -500px;
}
section.usps {
    padding-top: 190px;
}
.usps .inner.flexbox-wrapper {
    padding: 0px 0px;
    max-width: 1290px;
}
.page-id-15 p.bigger {
    width: 85%;
}
section.tekstwrap .afb {
    height: 400px;
}
.page-id-13 section.header, .page-id-15 section.header, body:not(.home).page-template section.header {
    padding-top: 100px;
}
section.afbeeldingen.flexbox-wrapper {
    margin-bottom: 80px;
}
.site-footer a, a.c-btn {
    font-size: 16px;
}
section h2, section.voordelen h2 {
    font-size: 3rem;
}
body:not(.home) div#main {
    padding-top: 152px;
}
section.formulier.inner {
    padding: 80px 20px;
    margin-top: 80px;
}
body:not(.home) div#main .contactgegevens div li, body:not(.home) div#main .contactgegevens div a {
    font-size: 1.4rem;
}

body:not(.home) div#main .contactgegevens div h4 {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
input, textarea {
    padding: 15px;
    font-size: 15px;
}
.wpcf7 form > p, .wpcf7 form > div {
    flex-basis: calc(50% - 40px);
    width: calc(50% - 40px);
    margin: 20px 0px;
}
textarea {
    height: 150px;
}
section.formulier.inner > .flexbox-wrapper h1, section.formulier.inner > .flexbox-wrapper > p {
    flex-basis: calc(50% - 50px);
    width: calc(50% - 50px);
    margin-top: 0;
    margin-bottom: 40px;
}
section.formulier.inner > .flexbox-wrapper h1 {
    font-size: 3.25rem;
    flex-basis: 40%;
}
section.voordelen .afbeelding {
    height: 500px;
}
section.overons {
    padding: 100px 0px;
}

.intro-text p {
    width: 60%;
}
div#navbar ul.nav-menu li {
    margin-left: 40px;
}
div#navbar ul.nav-menu li#menu-item-26 {
    margin-left: 80px;
}
a.n-btn {
    right: initial;
    left: 300px;
    bottom: -7px;
}
body.home section.projecten {
	margin-top: 80px;
}
body.home .projecten .inner.flexbox-wrapper {
	margin-top: -100px;
}
section.overons h3 {
	font-size: 1.6rem;
}
.tekstwrap:nth-of-type(2) .inner .tekst.startproject h3 {
    font-size: 2.75rem;
} 

}
@media (min-width:1440px) {
}

@media (max-width: 1024px) {
    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 (min-width: 1650px) {


.seo-landing section.header .contact {
    right: 5%;
}

}


@media (max-width: 500px) {

body.home .projecten a.n-btn {
    position: relative;
    bottom: initial;
    right: initial;
    margin-top: 20px;
}
ul.sub-menu::-webkit-scrollbar-track {
    background: #ffe3b3;
}

ul.sub-menu::-webkit-scrollbar {
    width: 10px;
}
ul.sub-menu::-webkit-scrollbar-thumb {
    background-color: #f0a31f;
}
body:not(.home) div.knoppen a.c-btn.btn.btn-primary.btn-lg {
    margin-top: 0 !important;
    margin-left: 20px !important;
}

}