<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 15px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}
* {
    -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;
    width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}

/* 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;
    list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
    font-family: 'Saira', sans-serif;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.75rem;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.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, a {
    line-height: 1.8;
}
p {
    margin: 15px 0px;
}
a {
    text-decoration: none;
}
li {
    line-height: 2;
}

.home-link {
    position: relative;
    display: block;
    width:100%;
    max-width: 200px;
}

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;
    resize: none;
    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: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.c-btn {
    display: table;
    padding: 10px 20px;
    text-decoration: none;
    transition: .1s ease-in-out;
    margin-top: 20px;
}
.homeHeader .c-btn {
    background: #ff6200;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 20px;
    transition: .1s ease-in-out;
}

.menu-toggle {
    display:none;
}

.menu {
    width: 30px;
    height: 25px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: auto;
}
.menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: black;
    transition: .3s ease-in-out;
}
.menu span:nth-of-type(2) {
    top: 50%;
}
.menu span:nth-of-type(3) {
    bottom: 0;
}

.menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
}
.menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
}
.menu.open span:nth-of-type(2) {
    right: -50px;
    opacity: 0;
}
 /**
 * 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;
}
.klantbeoordelingen:before {
    content: 'Klantbeoordelingen';
    text-align: center;
    display: block;
    font-weight: 300;
}
form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
}
form input, form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 15px;
    padding: 10px;
}
form textarea {
    height: 130px;
}
.ajax-loader {
    position: absolute;
}
form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
    border: 1px solid #FF6200;
    border-radius: 30px;
    background: #FF6200;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: bold;
    margin-left: auto;
}
form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #d95807;
}
section.usp div {
    text-align: center;
}

section.usp {
    padding: 15px 0px;
    border-top: 1px solid whitesmoke;
}
div.navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.navbar ul a {
    color: black;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}

.navbar.open ul {
    max-height: 600px;
    margin-top: 20px;
}

div.navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
a.home-link {
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/Logo_Wietplantage_Opgerold.svg) no-repeat;
    background-size: contain;
    height: 40px;
    max-width: initial;
    width: 210px;
}
section.eerste-laag {
    position: relative;
    padding: 15px 0px;
    border-bottom: 1px solid #F5F5F5;
}

ul.usp-flex strong {
    color: #FF6200;
}
ul.usp-flex a {
    text-decoration: underline;
    color: black;
    transition: .1s ease-in-out;
}
ul.usp-flex a:hover {
    color: #ff6200;
}

ul.usp-flex {
    font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    display: block;
    border: none !important;
    font-weight: bold;
    color: #a90000;
    font-size: 17px;
}
.page-template-sub-advocaat .subHeader a.c-btn:hover {
    background: #d45100;
}
.page-template-sub-content section.sub-content {
    background: #F5F5F5;
}
.page-template-sub-alles .left.filter form &gt; ul li ul li:hover label {
    color: white;
    padding-left: 10px;
}

.page-template-sub-alles .left.filter form &gt; ul li ul li:hover {
    background: #8cc63e;
}

section.info-laag .left h3 {
    background: #8CC63E;
    color: #4D9021;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 1.5rem;
    flex-basis: auto;
    display: table;
    margin-bottom: 0;
    position: relative;
}
section.info-laag .left h2 {
    background: #4D9021;
    color: white;
    text-transform: uppercase;
    padding: 20px;
    font-size: 2.25rem;
    margin: 0;
    position: relative;
}
section.info-laag .left {
    flex-basis: calc(100% - 40px);
    width: calc(100% - 40px);
    margin-bottom: 20px;
    margin-left: 20px;
}
section.info-laag {
    position: relative;
    padding: 20px 0px;
    background: white;
}
section.subHeader.bgimg {
    position: relative;
    padding: 40px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.error404 section.subHeader.bgimg, .single-blogs section.subHeader.bgimg {
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/header-slider.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.single-blogs .content-detail p a:hover {
    color: #4d9021;
}

.single-blogs .content-detail p a {
    color: black;
    font-weight: bold;
}
.error404 section.sub-content .inner p {
    margin-bottom: 0;
    font-size: 18px;
}

.error404 section.sub-content .inner {
    max-width: 900px;
}
section.overmij-laag .left p a:hover {
    color: #8cc63e;
}

section.overmij-laag .left p a {
    color: white;
    text-decoration: underline;
}
.single-blogs .content-detail .left.tekst p:first-of-type {
    margin-top: 0;
}

.single-blogs .content-detail h1 {
    margin-bottom: 20px;
}
.single-blogs .content-detail h2 {
    text-transform: uppercase;
    color: #4d9021;
    font-size: 2rem;
    margin-bottom: 15px;
}
body.error404 section.sub-content {
    text-align: center;
    background: #F5F5F5;
    padding: 60px 0px;
}
.sub-content p a:hover {
    color: #8cc63e;
}

.sub-content p a {
    color: black;
    font-weight: bold;
}
.page-template-sub-advocaat .left.tekst a.c-btn {
    margin-top: 0;
    margin-bottom: 20px;
    display: none;
}
.page-template-sub-advocaat .subHeader a.c-btn {
    background: #ff6200;
    border-radius: 30px;
    color: white;
    font-weight: bold;
}
.page-template-sub-contentsmall .sub-content ul li {
    font-weight: 600;
}
.page-template-sub-contentsmall .sub-content ul {
    list-style: disc;
    padding-left: 20px;
}
.single-krantenartikelen .subHeader.bgimg, .single-ontwikkelingen .subHeader.bgimg, .single-wat_u_moet_weten .subHeader.bgimg, .single-wat_u_moet_doen section.subHeader.bgimg, .page-template-sub-alles .subHeader.bgimg {
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/subHeader.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-carousel .owl-stage:after {
    display: none;
}
.page-template-sub-alles .left.filter form &gt; ul li ul li label {
       padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: .1s ease-in-out;
}
section.groeneVingers p {
    font-size: 14px;
}

section.groeneVingers .c-btn {
    background: #ff6200;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    margin: 0 auto;
}
.groeneVingers .c-btn:hover {
    background: #d95807;
}
section.groeneVingers h2 {
    text-transform: uppercase;
    text-align: left;
}
.help-box ul.opsomming li a:hover {
    text-decoration: underline;
}

.help-box ul.opsomming li a {
    color: #4d9021;
}
section.groeneVingers {
    position: relative;
    padding: 40px 0px;
    background: whitesmoke;
}
body.home section.groeneVingers {
position: relative;
    padding: 40px 0px;
    background: whitesmoke;
    margin-top: -40px;
    padding-top: 80px;
    z-index: 0;
}
.left.filter form ul li.sf-option-active label:before {
    content: '';
    display: block;
    width: 15px;
    height: 11px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/pijl_links.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(
180deg
);
    background-position: 100% 0%;
    margin-right: 5px;
}
.page-template-sub-alles .left.filter form &gt; ul li ul li label:before {
    content: '';
    display: block;
    width: 15px;
    height: 11px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/pijl_links.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate( 
180deg
 );
    background-position: 100% 0%;
    margin-right: 5px;
}
.right.results .search-filter-results div.content-item:last-of-type {
    margin-bottom: 0;
}
span.blog-thumb {
    display: block;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
span.blog-thumb.fallback {
    background: whitesmoke url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/Logo_Wietplantage_Opgerold.svg) no-repeat;
    background-size: 260px !important;
}
.right.results .search-filter-results div.content-item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
    background: #8cc63e;
}
.right.results .search-filter-results {
    display: flex;
    flex-wrap: wrap;
}
.help-box .c-btn {
    background: #ff6200;
    color: white;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
    transition: .1s ease-in-out;
}
.help-box .c-btn:hover {
    background: #e05c0a;
}
.help-box p {
    margin: 0;
    font-weight: bold;
}
.help-box h3 {
    background: #4d9021;
    display: table;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 0;
}
.help-box ul.opsomming li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #4d9021;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.help-box ul.opsomming li {
    line-height: 1.6;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-left: 16px;
    position: relative;
}
.help-box ul.opsomming {
    list-style-type: none;
    font-weight: 600;
    color: #4d9021;
    margin-top: 10px;
    margin-bottom: 20px;
}
.help-box {
   display: block !important;
    position: relative;
    margin-top: 24px;
        word-break: break-word;
    background: white;
    padding: 24px;
}
.right.results .search-filter-results div.pagination {
    flex-basis: 100%;
    width: 100%;
}
.right.results {
    flex-basis: 100%;
    width: 100%;
}
.right.results .search-filter-results div.content-item a span.content-thumb {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right.results .search-filter-results div.content-item a {
    display: block;
    width: 100%;
    height: 100%;
}
body section.sub-content.extra-tekst h3:nth-of-type(n+2) {
    margin-top: 20px;
}

body section.sub-content.extra-tekst h3 {
    text-transform: uppercase;
    color: #8cc63e;
    font-size: 2rem;
    margin: 0;
}
body:not(.home) section.sub-content.extra-tekst {
    padding: 40px 0px;
    padding-top: 80px;
}


.page-template-sub-alles .left.filter form &gt; ul li ul li input {
    appearance: none;
    margin: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.page-template-sub-alles .left.filter form &gt; ul li ul li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    padding-top: 10px;
    cursor: pointer;
    padding-bottom: 10px;
}
.page-template-sub-alles .left.filter form &gt; ul li {
    padding: 0;
}
.page-template-sub-alles .left.filter form ul {
    width: 100%;
}
.page-template-sub-alles .left.filter {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.page-template-sub-alles form &gt; ul li label {
    line-height: 1.2;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d9021;
}
.page-template-sub-alles form &gt; ul li.sf-option-active label {
    color: white;
}

.page-template-sub-alles form &gt; ul li.sf-option-active {
    background: #8cc63e;
    padding-left: 10px !important;
}
.klantbeoordelingen {
    display: none;
}
.page-template-sub-alles .left.filter form {
    margin-top: 20px;
}
header#masthead {
    position: fixed;
    top: 0;
    z-index: 999;
    background: white;
    padding: 0px;
    width: 100%;
}
div#navbar ul a:hover {
    color: #4d9021;
}
header#masthead .inner {
    padding: 10px 20px;
}
section.subHeader.bgimg h3 {
    background: white;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 10px;
    color: #4D9021;
    display: table;
    margin-bottom: 0;
}
section.subHeader.bgimg h1 {
    background: #4D9021;
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 0;
    display: table;
}
section.subHeader.bgimg h2 {
    background: #4D9021;
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 0;
    display: table;
}
body.page-template-sub-contact a.c-btn.fixed {
    display: none !important;
}
body:not(.home) section.usp {
    border-top: 0;
    border-bottom: 1px solid #F5F5F5;
}
.page-template-sub-layouttwee section.usp {
    position: fixed;
    top: 60px;
    color: white;
    z-index: 1000;
    padding: 5px 0px;
    background: #8cc63e;
    text-align: center;
}
.page-template-sub-layouttwee .usp {
    justify-content: center;
}
.page-template-sub-layouttwee .usp span.check {
    background: white url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/check.svg) no-repeat;
    background-size: 10px;
    background-position: center center;
    border-radius: 100%;
    width: 18px;
    height: 18px;
}
.page-template-sub-layouttwee section.subHeader.bgimg {
    margin-top: 97px;
}
.info-laag .right.tekst a {
    font-weight: bold;
}
.knoppen .c-btn:first-of-type {
    background: #FF6200;
    color: white;
}
.knoppen .c-btn:nth-of-type(2):hover {
    background: #ff6200;
    color: white;
}
.sub-content .knoppen .c-btn:nth-of-type(2):hover {
    background: #d95807;
    color: white;
}
.usp {
    display: flex;
    align-items: center;
}

.usp span.check {
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/check.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
}
li.sf-level-0.sf-item-1 {
    display: none !important;
}
.left.filter a.c-btn {
	margin-bottom: 10px;
}
.single-ontwikkelingen .content-detail .left.tekst h1 {
    font-size: 2rem;
}
section.sub-content.extra-tekst .left h2 {
    text-transform: uppercase;
    color: #8cc63e;
    font-size: 2rem;
}
.vragenWrapper .vraag .antwoord {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
    padding-left: 10px;
}

.vragenWrapper .vraag h3 {
    background: white;
    position: relative;
    color: #8cc63e;
    margin-bottom: 0;
    padding: 10px;
    cursor: pointer;
    border-bottom: 2px solid #4d9021;
    font-size: 1.25rem;
    transition: .1s ease-in-out;
}
.vragenWrapper .vraag h3:hover {
    background: #4d9021;
    color: white;
}

.vraag .antwoord {
    position: relative;
}
.vraag.active .antwoord {
    max-height: 500px;
    margin-bottom: 10px;
}
.vraag.active .antwoord p:last-of-type {
    margin-bottom: 0;
}
.vraag.active h3 {
    background: #4d9021;
    color: white;
}
.vragenWrapper {
    max-width: 900px;
    margin: 0 auto;
}
.informatie-laag .flexbox-wrapper a.informatie-blok:nth-of-type(2) .c-btn:hover {
    background: white;
    color: #4d9021;
}

.informatie-laag .flexbox-wrapper a.informatie-blok .c-btn:hover {
    background: transparent;
    color: white;
}

.knoppen .c-btn {
    border: 1px solid #FF6200;
    border-radius: 30px;
    color: #FF6200;
}
.page-template-sub-layouttwee .knoppen .c-btn:nth-of-type(2):hover {
    background: #ffebde;
    color: #FF6200;
}
.page-template-sub-layouttwee .knoppen .c-btn:nth-of-type(2) {
    border: 1px solid white;
    background: white;
    font-weight: bold;
}
.knoppen .c-btn:hover, section.overmij-laag .c-btn:hover {
    background: #d95807;
}
section.informatie-laag h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    color: #8CC63E;
}

section.informatie-laag {
    position: relative;
    padding: 40px 0px;
    background: #F5F5F5;
}

.informatie-laag .flexbox-wrapper a.informatie-blok h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
div.box-wrapper form div.col {
    flex-basis: 100%;
    width: 100%;
}

div.box-wrapper form p {
    border-bottom: 1px solid whitesmoke;
    flex-basis: 100%;
    width: 100%;
}
div.box-wrapper form input {
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
div.box-wrapper form h4 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 16px;
}
.box-wrapper form p:nth-of-type(4) textarea {
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.box-wrapper form p:nth-of-type(4) {
    display: block;
    margin-bottom: 0;
}
.box-wrapper form p, .box-wrapper form &gt; div {
    display: none;
}
.right.results .search-filter-results div.content-item .content-wrapper span.c-btn {
    background: white;
    color: #8CC63E;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 30px;
}

.col-formulier-wrapper {
    flex-basis: 100%;
    width: 100%;
}
.col-formulier-wrapper.active .col-formulier {
    max-height: 2000px;
}
.col-formulier-wrapper .col-formulier p {
    font-size: 14px;
}

.col-formulier-wrapper .col-formulier {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.slide.bgimg .box-wrapper p.flexbox-wrapper .c-btn:hover {
    background: #e05c0a;
}

.slide.bgimg .box-wrapper p:not(.flexbox-wrapper) a:hover {
    color: #4d9021;
}
.slide.bgimg .box-wrapper p:not(.flexbox-wrapper) a {
    color: #8cc63e;
    font-weight: 600;
    text-decoration: underline;
    transition: .1s ease-in-out;
}
.slide.bgimg .box-wrapper p:not(.flexbox-wrapper) {
    margin: 0;
    font-size: 14px;
}
.slide.bgimg .box-wrapper p.flexbox-wrapper span {
    font-weight: bold;
}
.slide.bgimg .box-wrapper p.flexbox-wrapper .c-btn {
    margin-top: 0;
    background: #ff6200;
    color: white;
    border-radius: 30px;
    font-weight: 600;
}
.slide.bgimg .box-wrapper p.flexbox-wrapper {
    margin: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: #8cc63e;
    height: 100%;
}

.modal-header h4 {
    text-align: center;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.modal-header {
    position: relative;
    background: #8cc63e;
    color: white;
}
.modal-body form .consent a {
    color: #8cc63e;
    text-decoration: underline;
}

.modal-body form .consent {
    font-size: 14px;
}
.modal-body form textarea {
    border-radius: 15px;
}
.modal-body form input, .modal-body form textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #ececec;
    border-radius: 30px;
}
.progress-bar {
    height: 5px;
    background: #5fc52e;
    width: 0%;
}

.progress-container {
    display: none;
    position: absolute;
    max-width: 1360px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
    background: white;
}
.single-krantenartikelen .progress-container, .single-blogs .progress-container, .single-ontwikkelingen .progress-container, .single-wat_u_moet_weten .progress-container, .single-wat_u_moet_doen .progress-container, .page-template-sub-alles .progress-container {
    display: block;
}
.col-formulier-wrapper h3:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/arrow-circle-left-previous-1.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
.col-formulier-wrapper.active h3:after {
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/arrow-circle-left-previous.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}

.col-formulier-wrapper h3 {
    color: #4d9021;
    text-transform: uppercase;
    border-bottom: 2px solid #8cc63e;
    padding-bottom: 5px;
    display: flex;
    transition: .1s ease-in-out;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

body.page-template-sub-contactuitgebreid .formulier .uitgebreid form h3:hover:hover {
    color: #8cc63e;
}
.right.results .search-filter-results div.content-item .content-wrapper h4 {
    margin: 0;
    text-transform: uppercase;
    color: white;
    font-size: 1.25rem;
}
.right.results .search-filter-results div.content-item .content-wrapper {
    position: relative;
    padding: 20px;
    transition: .1s ease-in-out;
}
.right.results .search-filter-results div.content-item .content-wrapper:hover {
    background: #4d9021;
}
.right.results .search-filter-results div.content-item:hover .content-wrapper span.c-btn {
    background: #ff6200;
    color: white;
}
.niets-gevonden div.knoppen a {
    margin-top: 0;
    margin-right: 10px;
}

.niets-gevonden div.knoppen {
    flex-wrap: nowrap;
    display: flex;
}
.niets-gevonden h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
    text-shadow: 1px 1px 2px #838383;
}
.niets-gevonden h2 {
    text-transform: uppercase;
    color: #4d9021;
    font-size: 2rem;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #838383;
}
.niets-gevonden {
    position: relative;
    padding: 20px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/header-slider.png) no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    margin-top: 20px;
    flex-basis: 100%;
    width: 100%;
}
.left.filter .niets-gevonden {
    display: none;
}
.informatie-laag .flexbox-wrapper a.informatie-blok .c-btn {
    background: white;
    color: #8cc63e;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    border: 2px solid white;
}
.informatie-laag a.informatie-blok:nth-of-type(2) .c-btn, .informatie-laag a.informatie-blok:nth-of-type(4) .c-btn {
    background: none;
    border: 2px solid white;
    color: white;
}


.informatie-laag .flexbox-wrapper a.informatie-blok {
    background: #8CC63E;
    flex-basis: 100%;
    width: 100%;
    position: relative;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: white;
}
.informatie-laag a.informatie-blok:nth-of-type(2), .informatie-laag a.informatie-blok:nth-of-type(4) {
    background: #4D9021;
}
.informatie-blok span.icon.bgimg {
    display: block;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.informatie-laag .flexbox-wrapper a.informatie-blok:last-of-type:hover .c-btn {
    background: white;
    color: #4d9021;
}
.informatie-laag .flexbox-wrapper a.informatie-blok:last-of-type {
    margin-bottom: 0;
}
body:not(.home) section.sub-content h1 {
    color: #8CC63E;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.sub-content a.c-btn:hover, .page-template-sub-contact .left.tekst div.groenBlok .c-btn:hover {
    background: #d95807;
}
.page-template-sub-contactuitgebreid section.sub-content h2 {
    color: #8CC63E;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 0;
}
.wpcf7-list-item input:checked {
    background: #8cc63e;
}

.wpcf7-list-item input {
    width: auto;
    margin: 0;
    margin-right: 10px;
    appearance: none;
    padding: 7.5px;
    background: white;
}
.wpcf7-list-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 0;
}

.sub-content a.c-btn {
    background: #ff6200;
    border-radius: 30px;
    color: white;
    font-weight: bold;
}
body:not(.home) section.sub-content {
    padding: 20px 0px;
}
.page-template-sub-contact .left.tekst div:nth-of-type(3) {
    font-size: 13px;
    border-top: 2px solid #8CC63E;
    padding-top: 20px;
}
.page-template-sub-contentsmall section.sub-content .inner p:last-of-type {
    margin-bottom: 0;
}

.page-template-sub-contentsmall section.sub-content .inner p:first-of-type {
    margin-top: 0;
}
.page-template-sub-contentsmall section.sub-content .inner {
    max-width: 900px;
    margin: 0 auto;
}

.page-template-sub-contact .left.tekst div a:hover {
    color: #8CC63E;
}
.page-template-sub-contact .left.tekst div a {
    color: black;
    font-weight: bold;
}
.page-template-sub-contact .left.tekst div {
    margin: 10px 0px;
}
.page-template-sub-contact .left.tekst div p {
    margin: 0;
}
.page-template-sub-contact .left.tekst div.groenBlok p:last-of-type {
    margin-bottom: 0;
}

.page-template-sub-contact .left.tekst div.groenBlok p {
    margin: 15px 0px;
}
.page-template-sub-contact .left.tekst div.groenBlok .c-btn {
    background: #FF6200;
    color: white;
    border-radius: 30px;
    font-size: 15px;
}
.page-template-sub-contact .left.tekst div.groenBlok h3 {
    color: #8cc63e;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page-template-sub-contact .left.tekst div.groenBlok {
    background: #4D9021;
    position: relative;
    padding: 20px;
    color: white;
    font-size: 13px;
}
.page-template-sub-contact .left.tekst div:nth-of-type(3) p:last-of-type {
    margin-bottom: 0;
}

.page-template-sub-contact .left.tekst div:nth-of-type(3) p:first-of-type {
    margin-top: 0;
}
.page-template-sub-contact .left.tekst div:nth-of-type(3) p {
    margin: 15px 0px;
}
.right.contactformulier .consent label a {
    color: #8cc63e;
    text-decoration: underline;
    font-weight: bold;
}
.right.contactformulier .consent label a:hover {
    color: black;
}

.right.contactformulier .consent span {
    margin: 0;
}
.right.contactformulier .consent label input {
    width: auto;
    margin-right: 10px;
    appearance: none;
    padding: 7.5px;
    background: white;
}
.right.contactformulier .consent label {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}
.right.contactformulier textarea {
    border-radius: 15px;
}
.right.contactformulier input, .right.contactformulier textarea {
    font-family: 'Open Sans', sans-serif;
    color: #8cc63e;
    border-radius: 30px;
    font-size: 14px;
}
.right.contactformulier h2 {
    text-transform: uppercase;
    font-size: 2rem;
    color: #8cc63e;
}
form .col &gt; p {
    margin: 0;
}
span.ajax-loader {
    position: absolute !important;
}
.right.contactformulier {
    position: relative;
    padding: 20px;
    background: #F5F5F5;
}
.right.contactformulier .consent label input:checked {
    background: #ff6200;
}
form p.uitgebreid a {
    color: #8cc63e;
    text-decoration: underline;
    font-weight: bold;
    transition: .1s ease-in-out;
}
form p.uitgebreid a:hover {
    color: #4d9021;
}

form p.uitgebreid {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 20px;
}
.content-detail .bottom .flexbox-wrapper &gt; a {
    color: #8cc63e;
    font-weight: 600;
    text-decoration: underline;
    transition: .1s ease-in-out;
}
.content-detail .bottom .flexbox-wrapper &gt; a:hover {
    color: #4d9021;
}

.content-detail .bottom h2 {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #8cc63e;
}
.content-detail .bottom {
    flex-basis: 100%;
    width: 100%;
    margin-top: 40px;
}
.content-detail .left.tekst &gt; a span.arrow-left {
    display: block;
    width: 15px;
    height: 15px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/03/pijl_links.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
}
.content-afbeelding.bgimg {
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.content-detail .left.tekst {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
}
span.ajax-loader {
    position: absolute;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: .7;
}
.content-detail .left.tekst &gt; a {
    margin: 20px 0px;
    text-transform: uppercase;
    display: flex;
    font-weight: bold;
    transition: .1s ease-in-out;
    align-items: center;
    color: #4D9021;
    line-height: 1.2;
    font-family: 'Saira', sans-serif;
}
.content-detail .left.tekst &gt; a:hover {
    color: #8cc63e;
}
.content-detail h1 {
    text-transform: uppercase;
    color: #8cc63e;
    font-size: 2.25rem;
    margin-bottom: 0;
}
section.overmij-laag .c-btn {
    background: #ff6200;
    border-radius: 30px;
    color: white;
    font-weight: bold;
}

section.overmij-laag .left h2 {
    text-transform: uppercase;
    font-size: 2rem;
    color: #8cc63e;
}
section.overmij-laag {
    position: relative;
    background: #4D9021;
    color: white;
    padding: 40px 0px;
}
.overmij-laag .right.bgimg {
    display: block;
    width: 100%;
    height: 350px;
    margin-top: 20px;
    background-size: cover;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -80px;
    position: relative;
}
.slide.bgimg .box-wrapper {
    position: relative;
    padding: 20px;
    display: table;
    background: white;
    max-width: 400px;
}

.slide.bgimg h1 {
    text-transform: uppercase;
    color: #4d9021;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}
.slide.bgimg {
    position: relative;
    padding: 60px 0px;
    background-size: cover;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}
div#main {
    margin-top: 60px;
}
footer#contact span.footer-logo {
    display: block;
    width: 100%;
    height: 60px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/Logo_Wietplantage_Opgerold.svg) no-repeat;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center left;
}
ul li.message a {
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/Feedback-Company-logo-circle_wit.png) no-repeat;
    background-size: 23px;
    background-position: center center;
}

ul.socials li a {
    color: white;
    text-align: center;
    line-height: 40px;
}

footer#contact {
    position: relative;
    padding: 40px 0px;
    padding-top: 40px;
}
section.footer-wrapper {
    position: relative;
    padding-top: 40px;
}
.footer-wrapper li a {
    color: black;
    text-decoration: underline;
    transition: .1s ease-in-out;
}
p.small:last-of-type a:hover, .footer-wrapper li a:hover {
    color: #4d9021;
}
ul.socials li {
    width: 40px;
    height: 40px;
    display: block;
    background: #8cc63e;
    margin-right: 10px;
    transition: .1s ease-in-out;
}
ul.socials li:hover {
    background: #4d9021;
}

ul.socials li a:hover {
    color: white;
}
ul.socials li a {
    display: block;
    width: 100%;
    transition: .1s ease-in-out;
    height: 100%;
}
ul.socials {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
p.small:last-of-type a {
    color: black;
    text-decoration: underline;
    transition: .1s ease-in-out;
}

p.small:last-of-type {
    margin: 0;
    margin-top: -15px;
}
p.small {
    font-size: 13px;
}
.footer-wrapper .inner li.m-top {
    margin-top: 20px;
}

.footer-wrapper .inner &gt; ul {
    margin-top: 20px;
}
.site-footer li h4 {
    color: #8CC63E;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    margin-bottom: 10px;
}
section.footer-wrapper .inner &gt; div &gt; ul:not(.socials) li:last-of-type:after {
    display: none;
}
.overmij-laag .left.tekst:after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    margin-left: auto;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2021/02/Group-2567-e1613033571795.png) no-repeat;
    background-size: cover;
    background-position: center center;
    transform: rotate(
65deg
);
    z-index: 0;
    position: relative;
    margin-bottom: -80px;
    margin-top: -70px;
}

section.footer-wrapper .inner &gt; div &gt; ul:not(.socials) li:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: black;
    margin-left: 10px;
}
section.footer-wrapper .inner &gt; div &gt; ul:not(.socials) li {
    margin-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
section.footer-wrapper .inner &gt; div &gt; ul:not(.socials) {
    display: flex;
    flex-wrap: nowrap;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
 section.reviews-laag .reviews-slider {
    margin: 40px 0px;
}

section.reviews-laag .c-btn {
    background: #ff6200;
    border-radius: 30px;
    color: white;
    transition: .1s ease-in-out;
    font-weight: 600;
}
section.reviews-laag .c-btn:hover {
    background-color: #d95807;
}
section.reviews-laag .review h3 {
    margin: 0;
    font-size: 18px;
}
section.reviews-laag .review {
    background: rgb(140 199 63 / 14%);
    position: relative;
    padding: 20px;
}
section.reviews-laag h2 {
    text-transform: uppercase;
}
section.reviews-laag {
    background: white;
    position: relative;
    padding: 40px 0px;
    padding-top: 80px;
}
.review .flexbox-wrapper span.sterren {
    display: block;
    width: 100%;
    height: 20px;
    background: url(https://www.wietplantage-opgerold.nl/wp-content/uploads/2024/03/sterren-1.svg) no-repeat;
    background-size: contain;
    background-position: center left;
    margin-bottom: 10px;
    
}
.review-content p:last-of-type {
    margin-bottom: 0;
}

 .sub-content.extra-tekst .usps h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.sub-content.extra-tekst .usps div {
    text-align: left;
    display: block;
    font-weight: bold;
    border-top: 1px solid #e2eed2;
    padding: 10px 0px;
}
.sub-content.extra-tekst .usps {
    border: 2px solid #8cc63e;
    background: white;
    position: relative;
    padding: 20px;
    text-align: left;
    margin: 20px 0px;
    max-width: 400px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right {
    background-color: white !important;
}
body.page-id-59 section.sub-content .right.contactformulier {
    background-color: whitesmoke !important;
}
section.sub-content.extra-tekst .flexbox-wrapper .right.down.contactformulier {
    background: #F5F5F5 !important;
}
 section.sub-content.extra-tekst .flexbox-wrapper .right div.wpcf7 {
    padding: 0px 20px;
    padding-bottom: 20px !important;
}
.page-template-sub-layouttwee section.eerste-laag {
    background: #8cc63e;
    color: white;
}
.page-template-sub-layouttwee section.eerste-laag * {
    color: white;
}
section.sub-content.extra-tekst .flexbox-wrapper .right {
    flex-basis: 100%;
    width: 100%;
}
section.sub-content.extra-tekst .flexbox-wrapper .right h2 {
    padding: 20px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right {
    padding: 0;
}
section.sub-content.extra-tekst .flexbox-wrapper .right span.afbeelding-box {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

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

header#masthead .inner {
    padding: 20px 20px;
}
.page-template-sub-layouttwee section.usp {
    top: 102px;
}
.page-template-sub-layouttwee section.subHeader.bgimg {
    margin-top: 140px;
}
section.reviews-laag h2 {
    text-align: center;
    font-size: 34px;
}
section.reviews-laag .c-btn {
    margin: 0 auto;
}
.page-template-sub-layouttwee .subHeader .knoppen {
    display: flex;
    gap: 20px;
}
a.home-link {
    height: 50px;
    width: 280px;
}
.site-header .inner {
    align-items: center;
}
a.c-btn.fixed:not(.call-btn) {
    display: block !important;
    position: fixed;
    bottom: 20px;
    width: auto;
    z-index: 9999;
    background: #ff6200;
    color: white;
    text-align: center;
    font-weight: bold;
    left: 20px;
    border-radius: 30px;
    padding: 10px 60px;
}

.klantbeoordelingen {
    display: block;
    font-weight: bold;
    margin-left: 20px;
}
section.groeneVingers {
    padding-top: 40px !important;
}

section.groeneVingers .inner h2 {
    text-align: center;
    font-size: 2.25rem;
}
section.groeneVingers .inner {
    max-width: 800px;
    text-align: center;
}
div#main {
    margin-top: 90px;
}
body:not(.home) section.sub-content.extra-tekst {
    padding: 60px 0px;
    padding-top: 60px;
}
body:not(.home).page-template-sub-faq section.sub-content {
    padding: 40px 0px;
}
.slide.bgimg .box-wrapper p.flexbox-wrapper span {
    font-size: 16px;
}
.right.results .search-filter-results {
    justify-content: space-between;
}
a.c-btn.fixed:not(.call-btn) {
    display: none !important;
}
.right.results .search-filter-results div.content-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    background: #8cc63e;
    transition: .1s ease-in-out;
}
.right.results .search-filter-results div.content-item:hover {
    background: #4d9021;
}
.niets-gevonden .knoppen a.c-btn {
    margin-right: 20px;
}
.right.results .search-filter-results div.content-item:last-of-type {
    margin-bottom: 20px;
}
.vragenWrapper .vraag h3 {
    padding: 20px 10px;
    font-size: 1.5rem;
}

.niets-gevonden .knoppen {
    margin-top: 40px;
}
.niets-gevonden h3 {
    font-size: 2rem;
    width: 50%;
}
.niets-gevonden h2 {
    font-size: 2.75rem;
    width: 60%;
}
.niets-gevonden {
    padding: 60px 40px;
    background-position: 0% 50%;
}
body:not(.home) section.sub-content h1 {
    font-size: 2.75rem;
}
body:not(.home).page-template-sub-contactuitgebreid section.sub-content .center .text-small h2 {
    text-align: center;
}

body:not(.home).page-template-sub-contactuitgebreid section.sub-content .center .text-small {
    margin-bottom: 40px;
}
body:not(.home).page-template-sub-contactuitgebreid section.sub-content .center h2 {
    font-size: 2.5rem;
}
body:not(.home).page-template-sub-contactuitgebreid section.sub-content .center {
    max-width: 900px;
    margin: 0 auto;
}
body:not(.home).page-template-sub-contactuitgebreid section.sub-content {
    padding: 40px 0px;
}

.slide.bgimg h1 {
    font-size: 3rem;
}
ul.usp-flex li {
    text-align: center;
}
section.info-laag .inner .left h3 {
    font-size: 1.75rem;
    padding: 15px;
}
.content-detail .left.tekst h1 {
    font-size: 3rem;
}

.content-detail .left.tekst {
    margin-top: 20px;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.right.contactformulier h2 {
    font-size: 2.5rem;
}
.content-detail .inner {
    justify-content: space-between;
    align-items: flex-start;
}
.content-detail .bottom h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.content-detail .bottom .flexbox-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.content-detail .right.contactformulier {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    padding-top: 40px;
    padding-bottom: 40px;
}

section.info-laag .inner .left h2 {
    font-size: 2.5rem;
}
section.info-laag .inner .left, section.info-laag .inner .right {
    flex-basis: calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0;
}
section.info-laag .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
section.info-laag .left:before {
    margin-left: -40px;
    margin-bottom: -40px;
}

section.info-laag {
    padding: 60px 0px;
}
section.info-laag .inner .right p:first-of-type {
    margin-top: 0;
}
section.usp div.usp {
    text-align: center;
}

section.usp {
    padding: 15px 0px;
    border-top: 1px solid #F5F5F5;
}
section.informatie-laag {
    padding: 60px 0px;
}
section.informatie-laag h2 {
    font-size: 3rem;
    margin-bottom: 40px;
}
.informatie-laag .flexbox-wrapper a.informatie-blok {
    margin: initial;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

.informatie-laag .flexbox-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.informatie-blok span.icon.bgimg {
    width: 80px;
    height: 80px;
    margin: 40px auto;
}
section.overmij-laag {
    padding: 60px 0px;
}
section.overmij-laag .left h2 {
    font-size: 3rem;
}
section.overmij-laag .inner .right {
    height: 500px;
    margin: 0;
}

section.overmij-laag .inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
section.overmij-laag .left, section.overmij-laag .right {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.overmij-laag .left.tekst:after {
    display: none;
}
section.footer-wrapper .inner &gt; ul:first-of-type {
    flex-basis: 25%;
    width: 25%;
}

section.footer-wrapper .inner &gt; ul {
    flex-basis: 37.5%;
    width: 37.5%;
}
section.footer-wrapper .inner &gt; div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.uitgebreid form h3:nth-of-type(n+2) {
    margin-top: 20px !important;
}

body.page-template-sub-contactuitgebreid .formulier .uitgebreid form h3 {
    margin-bottom: 10px !important;
    color: #4d9021;
}
body.page-template-sub-contactuitgebreid .formulier .uitgebreid form h3 {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
}
.uitgebreid form {
    justify-content: center;
}
}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

.slide.bgimg {
    padding: 80px 0px;
}
.slide.bgimg h1 {
    font-size: 3.5rem;
}
span.blog-thumb {
    height: 320px;
}
span.blog-thumb.fallback {
    background-size: 300px !important;
}

section.eerste-laag {
    padding: 20px 0px;
}
section.info-laag .inner .left h2 {
    font-size: 3rem;
}
.slide .inner .help-box {
    width: 50%;
    flex-basis: 50%;
    padding: 32px;
}
.slide .inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.left.filter .niets-gevonden div.knoppen {
    margin-top: 0;
}

.left.filter .niets-gevonden h3 {
    font-size: 1.75rem;
}
.left.filter .niets-gevonden h2 {
    font-size: 2rem;
}
.left.filter {
    align-self: flex-start;
}
.left.filter .niets-gevonden {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
body:not(.home).page-template-sub-alles section.sub-content {
    padding: 40px 0px;
}
.page-template-sub-alles .inner {
    justify-content: space-between;
}
body:not(.home) section.sub-content {
    padding: 40px 0px;
}

.page-template-sub-alles .right.results {
    flex-basis: calc(65% - 10px);
    width: calc(65% - 10px);
}
.page-template-sub-alles .left.filter {
    flex-basis: calc(35% - 10px);
    margin-bottom: 0;
    width: calc(35% - 10px);
}
.page-template-sub-alles .left.filter form {
    margin-top: 40px;
}
.page-template-sub-alles .left.filter form &gt; ul li ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.right.results .search-filter-results div.content-item .content-wrapper h4 {
    font-size: 1.5rem;
}
.right.results .search-filter-results div.content-item a span.content-thumb {
    height: 200px;
}
.niets-gevonden {
    padding: 60px 40px;
    background-position: 0% 50%;
    flex-basis: calc(65% - 10px);
    width: calc(65% - 10px);
    margin-left: auto;
}
.niets-gevonden h2 {
    font-size: 3rem;
    width: 75%;
}
.niets-gevonden h3 {
    font-size: 2.25rem;
    width: 80%;
}
body.page-template-sub-content section.sub-content {
    padding: 40px 0px;
}
section.overmij-laag .left h2 {
    font-size: 3.5rem;
}
section.info-laag .inner .left {
    flex-basis: 40%;
    width: 40%;
}

.page-template-sub-contactuitgebreid .right.contactformulier {
    padding: 40px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right {
    padding: 40px;
    margin-top: -60px;
    padding-top: 60px;

}
.page-template-sub-contact section.sub-content .inner {
    justify-content: space-between;
    align-items: flex-start;
}

.page-template-sub-contact section.sub-content .right {
    flex-basis: calc(45% - 10px);
    width: calc(45% - 10px);
    margin-top: -20px;
    padding: 40px 20px;
}
.page-template-sub-contact section.sub-content .left {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: 20px;
}
body:not(.home) section.sub-content h1 {
    font-size: 3rem;
}

section.sub-content.extra-tekst .flexbox-wrapper {
    justify-content: space-between;
    align-items: flex-start;
}
section.sub-content.extra-tekst .left, section.sub-content.extra-tekst .right {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.knoppen .c-btn:first-of-type {
    margin-right: 10px;
}
.content-detail .right.contactformulier {
    flex-basis: calc(45% - 10px);
    width: calc(45% - 10px);
}
.content-afbeelding.bgimg {
    height: 300px;
    margin-top: 40px;
}
.content-detail .left.tekst h1 {
    margin-bottom: 30px;
}
.content-detail .left.tekst &gt; span {
    margin-bottom: 40px;
}
.box-wrapper form {
    flex-wrap: nowrap;
    align-items: flex-end;
    min-width: 520px;
}
div.box-wrapper form div.col:nth-of-type(2) p:last-of-type {
    margin-bottom: 0;
}

div.box-wrapper form div.col:nth-of-type(2) {
    flex-basis: calc(100% - 150px);
    width: calc(100% - 150px);
}
div.box-wrapper form div.col:nth-of-type(3) {
    flex-basis: 150px;
    width: 150px;
}
div.box-wrapper form h4 {
    font-size: 18px;
}
.knoppen {
    display: flex;
    flex-wrap: wrap;
}
section.usp {
    padding: 20px 0px;
}
section.informatie-laag h2 {
    font-size: 3.5rem;
}
.informatie-laag .flexbox-wrapper a.informatie-blok {
    padding: 40px;
}
.page-template-sub-alles .left.filter form ul li ul li {
    margin: 0px 10px;
    padding: 16px 24px;
    border-radius: 30px;
}

.page-template-sub-alles .left.filter form ul li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-template-sub-alles .left.filter {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
}
.page-template-sub-alles .left.filter div.niets-gevonden {
    display: none;
}
.page-template-sub-alles .right.results {
    flex-basis: 100%;
    width: 100%;
    margin-top: 40px;
}
.left.filter a.c-btn {
    display: none;
}

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

.homeHeader .slide {
    padding-top: 170px;
    padding-bottom: 30px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right.down.contactformulier {
    margin-top: 20px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.single-blogs .content-detail .left.tekst p, .single-blogs .content-detail .left.tekst li, .single-blogs .content-detail .left.tekst a {
    font-size: 18px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right div.wpcf7 {
    padding: 40px;
    padding-top: 0;
}
.page-template-sub-layouttwee section.usp {
    top: 0;
    width: 100%;
    border: 0 !important;
    padding: 7px 0px;
    max-width: 1360px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.page-template-sub-layouttwee section.subHeader.bgimg {
    margin-top: 0;
}
section.sub-content.extra-tekst .flexbox-wrapper .right h2 {
    padding: 40px;
    padding-bottom: 20px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right span.afbeelding-box {
    height: 400px;
    margin-top: -60px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right {
    padding: 0;
}
body.page-template-sub-contactuitgebreid .formulier .uitgebreid form h3 {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    font-size: 1.75rem;
    margin-top: 10px;
}
a.c-btn.fixed:not(.call-btn) {
    left: 10vw;
    bottom: 40px;
}
a.c-btn.fixed:not(.call-btn):hover {
    background: #f05c00;
}
.page-template-sub-alles .left.filter {
    flex-basis: 100%;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.page-template-sub-alles .right.results {

    margin-top: 40px;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.right.results .search-filter-results div.content-item {
    flex-basis: calc(33.3% - 10px);
    width: calc(33.3% - 10px);
}
.left.filter .niets-gevonden {
    padding: 40px;
    margin-top: 30px;
}

.help-box h3 {
    font-size: 28px;
}
.help-box p, .help-box a.c-btn {
    margin-left: 16px;
}
.left.filter .niets-gevonden h3 {
    font-size: 2rem;
    width: 100%;
}
.left.filter .niets-gevonden h2 {
    font-size: 2.5rem;
    width: 100%;
}
.informatie-laag .flexbox-wrapper a.informatie-blok  {
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}
.slide .inner .help-box {
    width: 50%;
    flex-basis: 50%;
    padding: 40px;
    max-width: 695px;
    margin-top: 0;
}
header#masthead .inner {
    background: white;
    padding: 20px;
    max-width: 1360px;
    box-shadow: 0px 0px 6px #00000029;
}

body.home .overmij .right.bgimg:before {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
}
body .site-main {
    margin-top: 0 !important;
}
.niets-gevonden {
    margin-top: 0;
}
.page-template-sub-alles .left.filter {
    flex-basis: 400px;
    margin-bottom: 0;
    width: 400px;
}
section.maps &gt; div {
    height: 600px !important;
}
.niets-gevonden {
    padding: 80px 40px;
    background-position: 0% 0%;
}
.niets-gevonden h2 {
    font-size: 3.5rem;
    width: 70%;
}
.page-template-sub-alles .left.filter {
    flex-basis: 100%;
    margin-bottom: 0;
    width: 100%;
}
.page-template-sub-alles .left.filter form ul li ul li {
    margin-top: 10px;
}
.niets-gevonden {
    flex-basis: 100%;
    width: 100%;
    max-width: 1240px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.niets-gevonden h3 {
    font-size: 2.5rem;
    width: 50%;
}
header#masthead {
    background: transparent;
    top: 40px;
}
body:not(.home) section.sub-content h1 {
    font-size: 3.5rem;
}
.page-template-sub-contact section.sub-content .left {
    flex-basis: calc(45% - 10px);
    width: calc(45% - 10px);
    margin-top: 20px;
}
.page-template-sub-contact section.sub-content .right {
    padding: 40px;
}
.page-template-sub-contact .left.tekst .flexbox-wrapper &gt; div:nth-of-type(1) {
    margin-right: 20px;
}
.page-template-sub-contact .left.tekst .flexbox-wrapper &gt; div:nth-of-type(1), .page-template-sub-contact .left.tekst .flexbox-wrapper &gt; div:nth-of-type(2) {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
body:not(.home) section.overmij-laag {
    overflow: hidden;
}
body:not(.home) section.overmij-laag .inner .right {
    height: 550px;
    z-index: 2;
}
body:not(.home) section.overmij-laag .inner .right {
    height: 600px;
    z-index: 2;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: -70px;
    margin-bottom: -70px;
}
body:not(.home) section.overmij-laag .left h2 {
    font-size: 2.75rem;
}
section.overmij-laag .left, section.sub-content.extra-tekst .left {
    flex-basis: calc(45% - 10px);
    width: calc(45% - 10px);
}
.menu {
    display: none;
}
div#navbar ul li {
    margin: 0px 15px;
}
li.current_page_item a {
    font-weight: bold;
}
section.subHeader.bgimg h3 {
    padding: 15px;
}
section.subHeader.bgimg h2, section.subHeader.bgimg h1 {
    padding: 15px;
    font-size: 2.75rem;
}
.content-detail .left.tekst h1 {
    font-size: 3rem;
}
.right.contactformulier h2, .content-detail .bottom h2 {
    font-size: 2.75rem;
}
.content-detail .left.tekst {
    flex-basis: calc(45% - 10px);
    width: calc(45% - 10px);
}
.content-afbeelding.bgimg {
    height: 350px;
}
.content-detail .right.contactformulier {
    padding: 40px;
}
section.subHeader.bgimg {
    padding-top: 190px;
    padding-bottom: 60px;
}       
.slide.bgimg .box-wrapper {
    padding: 40px;
    max-width: 500px;
}
.slide.bgimg .box-wrapper p.flexbox-wrapper span {
    font-size: 18px;
}
.slide.bgimg .box-wrapper p:not(.flexbox-wrapper) {
    width: 100%;
}
form input.wpcf7-form-control.wpcf7-submit {
    padding: 12.5px 30px;
}

div#navbar ul a {
    color: black;
}
.site-header .inner {
    align-items: center;
    justify-content: space-between;
}
div#navbar {
    order: initial;
    flex-basis: auto;
    width: auto;
}
div#navbar ul {
    max-height: 50px;
    display: flex;
    flex-wrap: nowrap;
}
.slide.bgimg h1 {
    font-size: 4.5rem;
}
section.info-laag .inner .left {
    flex-basis: 30%;
    width: 30%;
}
section.info-laag .left:before {
    margin-left: -80px;
    margin-bottom: -80px;
    width: 170px;
    height: 170px;
}
section.info-laag .left:after {
    width: 250px;
    height: 250px;
    margin-right: -90px;
    margin-top: -150px;
}
section.info-laag .inner .right p a {
    color: black;
}

section.info-laag .inner .right {
    flex-basis: 50%;
    width: 50%;
    padding-right: 10%;
}
.informatie-blok span.icon.bgimg {
    width: 90px;
    height: 90px;
}
section.overmij-laag .left h2 {
    font-size: 4rem;
}
section.informatie-laag h2 {
    font-size: 4rem;
}
section.overmij-laag .inner .right {
    height: 700px;
    margin: 0;
    margin-top: -100px;
    margin-bottom: -100px;
}
section.informatie-laag {
    padding-bottom: 100px;
}
section.footer-wrapper .inner &gt; div {
    flex-basis: 30%;
    width: 30%;
    margin-bottom: 0;
}
.footer-wrapper .inner.flexbox-wrapper {
    justify-content: space-between;
}
section.footer-wrapper .inner &gt; div {
    flex-basis: 30%;
    width: 30%;
    margin-bottom: 0;
}
section.footer-wrapper .inner &gt; ul, section.footer-wrapper .inner &gt; ul:first-of-type {
    flex-basis: 20%;
    width: 20%;
    margin: 0;
}
footer#contact {
    padding-top: 0px;
}
body.home section.groeneVingers {
    padding-top: 40px !important;
    margin-top: 0;
}
section.reviews-laag {
    padding: 80px 0px;
}

body:not(.home) footer#contact {
    padding: 60px 0px;
    padding-top: 0;
}
footer#contact span.footer-logo {
    height: 70px;
    margin-bottom: 40px;
}
ul.socials {
    margin-bottom: 40px;
}
.footer-wrapper div &gt; p.small:nth-of-type(1) {
    width: 80%;
}
.c-btn {
    padding: 12.5px 25px;
}
div#navbar li.c-btn {
    padding: 0;
    margin: 0;
}
.knoppen .c-btn:first-of-type {
    margin-right: 20px;
}
a.home-link {
    height: 50px;
    width: 240px;
    background-position: center center;
}
div#navbar ul a {
    font-size: 15px;
}

div#navbar li.c-btn a {
    color: white;
}
div#navbar ul {
    align-items: center;
    max-height: initial;
}
div#navbar li.c-btn:hover {
    background-color: #e05c0a;
}
div#navbar li.c-btn {
    background: #ff6200;
    color: white;
    padding: 12.5px 25px;
    border-radius: 30px;
    transition: .1s ease-in-out;
}
div#navbar li.c-btn {
    padding: 0;
}

div#navbar li.c-btn a {
    padding: 12.5px 25px;
    display: block;
}
body.single-blogs .content-detail .inner div.left.tekst {
    margin-top: 40px !important;
}

.single-blogs .content-detail .right.contactformulier {
    max-width: 700px;
    margin-bottom: 40px;
}
.single-blogs contact-detail .inner {
    display: block;
}
.sub-content.extra-tekst .usps div {
    font-size: 18px;
}
.sub-content.extra-tekst .usps h3 {
    font-size: 28px;
}
.sub-content.extra-tekst .usps {
    margin-left: auto;
    max-width: initial;
    padding: 40px;
}
section.sub-content.extra-tekst .flexbox-wrapper .right:not(.down) {
    flex-basis: 40%;
    width: 40%;
}
section.sub-content.extra-tekst .flexbox-wrapper .right.down, section.sub-content.extra-tekst .left {
    flex-basis: calc(55% - 10px);
    width: calc(55% - 10px);
}
.single-blogs .content-detail .left.tekst, .single-blogs .content-detail .right.contactformulier {
    flex-basis: 100%;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

}
@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 (max-width: 500px) {

.page-template-sub-advocaat .left.tekst a.c-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0;
    z-index: 100;
    display: block;
}
.homeHeader a.c-btn {
    display: none;
}
.homeHeader a.c-btn.mobile {
    display: table !important;
}
.navbar li#menu-item-67 a {
    color: white;
}

.navbar li#menu-item-67 {
    background: #ff6200;
    border-radius: 30px;
    color: white;
}
.page-template-sub-layouttwee a.tel-mobile {
    border-radius: 30px;
    display: block !important;
    background: #ff6200;
    width: fit-content;
    padding: 8px 20px;
    color: white;
    margin-top: 20px;
    font-weight: bold;
}
.page-template-sub-layouttwee .knoppen {
    display: none;
}
body:not(.home).page-template-sub-layouttwee section.sub-content.extra-tekst {
    padding-top: 40px;
}

a.c-btn.fixed:not(.call-btn) {
    display: none !important;
}
a.call-btn.c-btn.fixed {
    display: none !important;
}
a.bellen {
    display: block !important;
    color: #ff6200;
    text-decoration: underline;
    font-weight: bold;
    align-self: center;
    margin-left: 10px;
}
a.home-link {
    width: 190px;
    align-self: center;
    background-position: center left;
}

header &gt; a.c-btn.fixed {
    display: block !important;
    position: fixed;
    bottom: 20px;
    width: auto;
    z-index: 9999;
    background: #ff6200;
    color: white;
    text-align: center;
    font-weight: bold;
    left: 20px;
    border-radius: 30px;
    padding: 10px 60px;
}

}</pre></body></html>