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

html {
    font-size: 16px;
    line-height: 24px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #010101;
    font-size: 16px;
    font-style: normal;
    line-height: 22px; /* 137.5% */
    letter-spacing: 0.5px;
}
* {
    -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;
}
/* 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"], input {
    -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;
    margin-top: 0;
    margin-bottom: 16px;
}
h1 {
    font-size: 32px;
    line-height: 40px;
}
h2 {
    font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
}
b, strong {
    font-weight: 700;
}
p, li, a {
    line-height: 24px;
    font-size: 16px;
}
p {
    margin: 16px 0px;
}
a {
    text-decoration: none;
    transition: .1s ease-in-out;
}
.home-link {
    position: relative;
    display: block;
    width:100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !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;
    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;
}

div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
div#navbar ul {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}


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

/* 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: 1448px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.c-btn {
    display: table;
    padding: 8px 16px;
    text-decoration: none;
    transition: .1s ease-in-out;
    margin-top: 16px;
}
.text-box > *:last-child {
    margin-bottom: 0;
}
.text-box > *:first-child {
    margin-top: 0;
}

/**
 * Start - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */

 .menu span {
    background: #132628;
    height: 2px;
}
.menu {
    width: 39px;
    height: 26px;
    order: 2;
    position: relative;
    z-index: 2;
    align-self: center;
    margin-left: auto;
}
section.nav-header ul {
    list-style-type: none;
}
.mobile-menu-btns ul.knoppen li:nth-of-type(1) a {
    margin-top: 0;
    background: none;
    color: black;
    border: 1px solid #D7D7D7;
}
.mobile-menu-btns ul.knoppen li a {
    margin-top: 8px;
}
.mobile-menu-btns ul.knoppen li, .mobile-menu-btns ul.knoppen li a {
    width: 100%;
    display: block;
    text-align: center;
}
.mobile-menu-btns ul.flexbox-wrapper a {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
}
.mobile-menu-btns ul.flexbox-wrapper {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 16px;
}
div#navbar ul.knoppen {
    margin-top: 32px;
}
.menu-menu-container a {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.menu-menu-container {
    padding: 0;
    margin-top: 32px;
}
div#navbar.open ul.sub-menu {
    max-height: 0;
}
li.menu-item-has-children > a:after {
    content: '';
    display: block;
    transition: .2s ease-in-out;
    width: 10px;
    height: 6px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/menu-chevron-down.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
li.menu-item-has-children.open > a:after {
    transform: rotate(180deg);
}
div#navbar.open ul.sub-menu > li:nth-of-type(1) {
    margin-top: 16px;
}
div#navbar.open ul.sub-menu li a {
    line-height: 32px;
}

li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    gap: 8px;
}
div#navbar ul.nav-menu > li {
    flex-basis: 100%;
    width: 100%;
}
div#navbar ul.nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-35deg);
    top: 50%;
}
header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(35deg);
    top: 50%;
}

header.site-header div.menu {
    overflow: hidden;
    height: 40px;
}

header.site-header div.menu.open .close-btn {
   top: 0;
}

header.site-header div.menu .close-btn {
    position: absolute;
    height: 26px;
    width: 39px;
    transition: .1s ease-in-out;
    top: 41px;
}
div#navbar.open ul {
    max-height: 1000px;
}
header.site-header div.menu.open .open-btn {
    top: -26px;
}
.header-options ul {
    display: none;
}
header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 39px;
    height: 26px;
    transition: .1s ease-in-out;
}

div.menu:after {
    content: 'menu';
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    line-height: 12px;
    text-transform: uppercase;
    color: #010101;
    font-family: 'Inter';
}
.menu span {
    position: absolute !important;
    width: 100%;
    transition: .3s ease-in-out;
}
.menu span:nth-of-type(1) {
    top: 2px;
}
.menu span:nth-of-type(2) {
    top: 12px;
}
.menu span:nth-of-type(3) {
    bottom: 2px;
}
.navbar li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children > a {
    pointer-events: none;
}
ul#primary-menu > li.menu-item-has-children > ul.sub-menu {
    padding-left: 20px;
    pointer-events: all;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}
ul#primary-menu li.menu-item-has-children.open > span.toggle-menu {
    width: 200px;
}
ul#primary-menu > li.menu-item-has-children.open > a {
    pointer-events: all;
}
ul#primary-menu > li.menu-item-has-children.open > ul.sub-menu, .hoofd-menu > ul#primary-menu ul.sub-menu li.menu-item-has-children.open ul.sub-menu {
    max-height: 500px;
    opacity: 1;
    pointer-events: all;
}
.navbar li.menu-item-has-children span.toggle-menu {
    position: absolute;
    width: 100%;
    height: 37px;
    top: 0;
    right: 0;
    z-index: 100000;
}

/**
 * Einde - Menu button - telefoon/ipad
 * ----------------------------------------------------------------------------
 */
 /**
 * 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;
}
form {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}
form input, form textarea, form select {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
    color: rgba(1, 1, 1, 0.50);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    letter-spacing: 0.5px;
}
form textarea {
    height: 130px;
}
.ajax-loader {
    position: absolute;
}
form input.wpcf7-form-control.wpcf7-submit {
    display: table;
    text-decoration: none;
    font-size: 16px;
    transition: .1s ease-in-out;
    width: auto;
    line-height: 2;
    margin-top: 0;
}
div#navbar {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
div#navbar.open {
    max-height: 600px;
}
section.top-header ul.flexbox-wrapper {
    display: none;
}
section.top-header a {
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-decoration: underline;
}
section.top-header {
    background: black;
    position: relative;
    padding: 14px 0px;
    text-align: center;
    color: white;
    z-index: 100000;
}
.top-header a.email:before {
    content: '';
    display: block;
    width: 20px;
    height: 16px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/mail-icon.svg) no-repeat;
    background-size: contain;
    background-position: center center;
}
a.home-link {
    width: 236px;
    height: 51px;
    background-size: contain !important;
}
section.nav-header {
    background: white;
    position: relative;
    padding: 18px 0px;
    box-shadow: 0px 3px 4px 0px rgba(202, 202, 202, 0.25);
}
section.nav-header .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header#masthead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 99999;
}
.download-brochure-float {
    display: none;
}
section.header-laag span.header-img {
    position: absolute;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    top: 0;
    left: 0;
    background: #d75204;
    z-index: -1;
}
section.header-laag {
    position: relative;
    padding: 122px 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0.25%, rgba(44, 44, 44, 0.50) 99.83%);
    color: white;
}
.header-laag ul li:last-of-type {
    margin-bottom: 0;
}
.header-laag ul {
    margin-top: 24px;
}
.header-laag ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: #d75204;
    left: 0;
    top: 4px;
}
.header-laag ul li {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}
.header-laag h1 {
    color: #FFF;
    font-family: Inter;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.5px;
}
.header-laag .c-btn {
    margin-top: 32px;
}
.c-btn {
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #d75204;
    width: fit-content;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.c-btn:hover {
    background: #b34707;
}
section.cta-laag .cta-item {
    flex-basis: 100%;
    width: 100%;
}
section.cta-laag {
    position: relative;
    padding: 40px 0px;
    background: #F6F6F7;
}
.cta-item.tegeltest:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
}
.cta-item.tegeltest a {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    z-index: 2;
    position: relative;
}
.cta-item.tegeltest {
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.cta-laag .flexbox-wrapper .cta-afb {
    display: block;
    width: 100%;
    height: 191px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.cta-laag .flexbox-wrapper {
    gap: 8px;
}
.cta-laag .cta-content .c-btn {
    background: none;
    border: 1px solid #D7D7D7;
    color: black;
    width: 100%;
    line-height: 22px;
}
.cta-laag .cta-content .c-btn:hover {
    background-color: #D7D7D7;
}

.cta-laag .cta-content p {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 0;
}
.cta-laag .cta-content h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.cta-laag .cta-content {
    background: white;
    padding: 16px 20px;
    padding-bottom: 24px;
}
section.voor-wie-laag {
    position: relative;
    background: white;
    padding: 80px 0px;
}
section.voor-wie-laag h2 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.voor-wie-teksten h3 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
section.werkwijze-laag h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
section.werkwijze-laag {
    background: black;
    color: white;
    position: relative;
    padding: 80px 0px;
}
section.werkwijze-laag .text-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

section.werkwijze-laag .text-box p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
section.werkwijze-laag {
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
    padding: 80px 0px;
}
.flexbox-wrapper div.hoogtepunt {
    margin-top: 32px;
}

.flexbox-wrapper div.hoogtepunt p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.flexbox-wrapper div.hoogtepunt p.big {
    margin: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.flexbox-wrapper div.hoogtepunt {
    flex-basis: 100%;
    width: 100%;
}
section.binnenkijken-bij-laag {
    position: relative;
    padding: 80px 0px;
    background: white;
}
section.binnenkijken-bij-laag h2 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.binnenkijken-bij-laag .inner p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.binnenkijken-bij-laag a.c-btn {
    background: none;
    border: 1px solid #D7D7D7;
    color: black;
    width: fit-content;
    line-height: 22px;
    margin-top: 32px;
}
.binnenkijken-bij-laag a.c-btn:hover {
    background-color: #D7D7D7;
}
.brochure-laag span.left.image-box {
    width: 100%;
    height: 204px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.brochure-laag .content-box h3 {
    color: #323232;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.brochure-laag .content-box h3 br {
    display: none;
}
.brochure-laag .content-box {
    background: #F2F2F3;
    position: relative;
    padding: 16px 24px;
    padding-bottom: 32px;
}
.brochure-laag a.c-btn {
    background: black;
    margin-top: 24px;
}
.brochure-laag a.c-btn:hover {
    background-color: #3f3f3f;
}
.top-header a.email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.brochure-laag .content-box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.brochure-laag .content-box ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: #d75204;
    left: 0;
    top: 6px;
}
section.reviews-laag .c-btn {
    border: 1px solid #D7D7D7;
    background: none;
    color: black;
    line-height: 22px;
    margin-top: 32px;
}
section.reviews-laag .c-btn:hover {
    background-color: #D7D7D7;
}
section.reviews-laag h2 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
section.reviews-laag {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
section.footer-cta-laag .flexbox-wrapper > div.afspraak-box a:hover {
    text-decoration: underline;
}
section.footer-cta-laag .afspraak-box a {
    height: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    transition: .1s ease-in-out;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    z-index: 2;
}
section.footer-cta-laag .afspraak-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
}
.right.tegeltest-box h3 {
    color: #323232;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
}
.right.tegeltest-box ul.opsomming li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.right.tegeltest-box ul.opsomming li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: #d75204;
    left: 0;
    top: 6px;
}
.right.tegeltest-box .c-btn {
    background: black;
    margin-top: 24px;
}
.right.tegeltest-box .c-btn:hover {
    background: #3f3f3f;
}
.right.tegeltest-box p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    margin-top: 0;
}

.right.tegeltest-box {
    background: #F2F2F3 url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond.svg) no-repeat;
    position: relative;
    background-position: center center;
    padding: 16px 24px;
    padding-bottom: 32px;
    margin-top: 16px;
}
.page-id-104 .right.tegeltest-box {
    background: white url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-tegeltest-contact.svg) no-repeat;
    background-position: 100% 0%;
}
.nieuws-detail .right.tegeltest-box {
    background: #F2F2F3 url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-klein.svg) no-repeat;
    background-position: 100% 50%;
}
section.footer-cta-laag .afspraak-box {
    width: 100%;
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
}
section.footer-laag * {
    color: white;
}

section.footer-laag {
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/footer-bg.png) no-repeat;
    position: relative;
    padding: 32px 0px;
    padding-top: 60px;
    color: white;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
body.home section.footer-laag {
    padding-top: 141px;
    margin-top: -84px;
}
section.footer-cta-laag {
    position: relative;
    z-index: 2;
}
span.footer-logo {
    display: block;
    width: 250px;
    height: 54px;
    flex-shrink: 0;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.footer-laag ul.footer-box li {
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-laag ul.footer-box:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer-laag ul.footer-box {
    max-height: 57px;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.footer-laag ul.footer-box li h4 {
    position: relative;
}
.footer-laag ul.footer-box li h4:after {
    content: '';
    display: block;
    position: absolute;
    right: 8px;
    width: 12px;
    height: 8px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/chevron-down.svg) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center center;
    transition: .2s ease-in-out;
}
.footer-laag ul.footer-box li.open h4:after {
    transform: translateY(-50%) rotate(180deg);
}
p#breadcrumbs a {
    text-decoration: underline;
    color: #000;
}
p#breadcrumbs a:hover {
    text-decoration: none;
}
p#breadcrumbs * {
    color: rgb(0 0 0 / 60%);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    align-content:center;
}
span.breadcrumb-icon {
    display: block;
    width: 4px;
    height: 4px;
    background: #D75204;
}
p#breadcrumbs {
    margin: 0;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 0px;
}

.footer-laag ul.footer-box li h4 {
    color: #D75204;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
}
.footer-laag ul.footer-box:nth-of-type(1) {
    margin-top: 32px;
}
.footer-laag ul.footer-box {
    width: 100%;
}
section.footer-laag .inner.flexbox-wrapper:nth-of-type(2) span.footer-logo {
    display: none;
}
section.footer-laag div.inner.flexbox-wrapper:nth-of-type(2) ul.socials li {
    width: 50px;
    height: 50px;
    display: block;
    transition: .1s ease-in-out;
}
section.footer-laag div.inner.flexbox-wrapper:nth-of-type(2) ul.socials li:hover {
    background: #2e2e2e;
}
section.footer-laag div.inner.flexbox-wrapper:nth-of-type(2) ul.socials li a {
    display: block;
    width: 100%;
    height: 100%;
}

section.footer-laag div.inner.flexbox-wrapper:nth-of-type(2) ul.socials {
    margin-bottom: 54px;
    order: -1;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    flex-basis: 100%;
    gap: 8px;
    margin-top: 32px;
}
ul.socials:after {
    content: '';
    display: block;
    width: calc(100% + 48px);
    position: absolute;
    height: 1px;
    background: #FFFFFF33;
    bottom: -56px;
    left: -24px;
}
ul.meta li:nth-of-type(2):after, ul.meta li:nth-of-type(3):after {
    display: none;
}
ul.meta li {
    display: flex;
    align-items: center;
}
ul.meta li:after {
    content: '';
    display: block;
    height: 14px;
    width: 1px;
    background: white;
    margin-left: 10px;
}

ul.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
}
ul.meta:nth-of-type(2) {
    margin-top: 8px;
}
ul.meta:nth-of-type(1) {
    margin-top: 32px;
}
.footer-laag ul.footer-box.open {
    max-height: 400px;
}
.footer-laag ul.footer-box li:last-of-type a {
    padding-bottom: 24px;
}

.footer-laag ul.footer-box li:nth-of-type(2) a {
    padding-top: 0;
}
.footer-laag ul.footer-box li:not(:first-of-type) a {
    display: block;
    padding: 8px;
}
.footer-laag ul.footer-box li:not(:first-of-type) {
    padding: 0;
    border: 0;
}
ul.meta li, ul.meta li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
}
ul.meta li a:hover {
    color: #d75204;
}


.resultaat-laag .resultaat-box h4 {
    color: white;
}
.resultaat-laag .resultaat-box span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    top: 0;
    left: 0;
}
.resultaat-laag .resultaat-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.resultaat-laag .resultaat-box {
    display: flex
;
    height: 300px;
    margin-top: 40px;
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 32px;
    flex-wrap: wrap;
    align-content: flex-end;
    color: white;
}
.brochure-laag .resultaat-box span.left.image-box {
    height: 100%;
    z-index: -1;
    transition: .2s ease-in-out;
}
.resultaat-laag .resultaat-box:hover span.image-box {
    opacity: .9;
}
.resultaat-laag .resultaat-box h3 {
    color: white;
    flex-basis: 100%;
    margin: 0;
    font-size: 32px;
    margin-top: 8px;
}
.resultaat-box span.image-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(358deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
}

.resultaat-laag .down.content-box .c-btn {
    background: #d75203;
}
.resultaat-laag .down.content-box .c-btn:hover {
    background: #b34707;
}


.page-template-sub-testresultaat section.slider-laag h2 {
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    padding: 0px 24px;
    margin-bottom: 40px;
}

.page-template-sub-testresultaat section.slider-laag {
    position: relative;
    background: #f6f6f7;
    padding-bottom: 80px;
}
.page-template-sub-testresultaat .slider-laag .binnenkijken-slider.owl-carousel {
    width: 100%;
    margin-left: 0;
}
.page-template-sub-testresultaat .slider-laag .slide {
    height: 320px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.resultaat-laag .resultaat-box span:not(.image-box) {
    position: relative;
    width: auto;
    text-align: left;
    height: auto;
    color: white;
    flex-basis: 100%;
}
section.binnenkijken-bij-laag.nieuws-laag {
    padding-bottom: 0;
}

/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
 section.brochure-laag {
    position: relative;
    z-index: 2;
}
.resultaat-laag .left {
    flex-basis: 100%;
    width: 100%;
}
.brochure-laag.resultaat-laag .content-box {
    background: none;
    padding: 0;
}
.nieuws-wrapper span.nieuws-img.fallback {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/marmerlook-header.jpeg) no-repeat;
    background-size: cover;
    background-position: center center;
}
 .werkwijze-slider {
    margin-top: 40px;
    width: calc(100% + 48px);
    margin-left: -24px;
}
.page-template-sub-tegeltest section.nav-header button:before, .page-template-sub-testresultaat section.nav-header button:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/close-black.svg) no-repeat;
    background-size: contain;
}
.page-template-sub-tegeltest section.nav-header button:hover, .page-template-sub-testresultaat section.nav-header button:hover {
    color: #d75204;
}
.page-template-sub-tegeltest section.nav-header button, .page-template-sub-testresultaat section.nav-header button {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: .5px;
    color: #010101;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.page-template-sub-tegeltest section.nav-header p.stappenTest, .page-template-sub-testresultaat section.nav-header p.stappenTest {
    order: 3;
    margin: 0;
    margin-top: 8px;
}
.testProgress {
    display: block;
    height: 6px;
    background: #CACACADD;
    position: relative;
}
.testProgress:before {
    content: '';
    position: absolute;
    width: 33.33%;
    height: 100%;
    background: #D75204;
}
body.startTest .testProgress::before {
    width: 66.66%;
}
.resultaat-laag .right.content-box {
    background: white;
    padding: 40px;
    margin-top: 40px;
}
div#gf_progressbar_wrapper_6 {
    display: none;
}
fieldset#field_6_1 legend:before {
    content: 'Vraag 1/4;';
    display: block;
    color: #D75204;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
fieldset#field_6_5 legend:before {
    content: 'Vraag 2/4;';
    display: block;
    color: #D75204;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
fieldset#field_6_6 legend:before {
    content: 'Vraag 3/4;';
    display: block;
    color: #D75204;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
fieldset#field_6_8 legend:before {
    content: 'Vraag 4/4;';
    display: block;
    color: #D75204;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.resultaat-laag .down.content-box {
    margin-top: 40px;
    background: white;
    position: relative;
    padding: 24px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
}
.page-template-sub-testresultaat .brochure-laag .content-box.extra-box {
    background: white;
}
.page-template-sub-testresultaat section.brochure-laag {
    background: #f6f6f7;
}
.page-template-sub-testresultaat section.brochure-laag .right.brochure-box {
    display: flex
;
    flex-wrap: wrap;
    gap: 24px;
}
#gform_6 legend.gform-field-label {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 600 !important;
    margin-bottom: 40px;
}
#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
    position: relative;
    justify-content: center;
}
#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div input {
    position: absolute;
    width: 100%;
    height: 100%;
    appearance: none;
    border: none;
    background: none;
    margin: 0;
}
#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div input {
    width: 100%;
    height: 150px;
    background: white !important;
    position: relative;
    border-radius: 0;
}
.gchoice.gchoice_6_1_3:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_01_bohemian_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.gchoice.gchoice_6_1_2:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_01_landelijke_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_1_1:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_01_minimalistische_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_1_0:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_01_moderne_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_5_2:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_02_industriele_stijl.jpg) no-repeat;
    background-size: cover !important;
    background-position: center center;
}
.gchoice.gchoice_6_5_0:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_02_luxe_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_5_1:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_02_romantische_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.gchoice.gchoice_6_5_3:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_02_scandinavische_stijl.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_6_0:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_04_drukke_afwerking.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_6_2:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_04_geen_voorkeur_afwerking.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_6_1:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_04_rustige_afwerking.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_8_0:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_03_vele_kleuren.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_8_2:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_03_grijstinten_kleuren.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.gchoice.gchoice_6_8_1:before {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/id-tiles_alkmaar_tegeltest_03_een_beetje_kleur.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div {
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: .1s ease-in-out;
}
#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div:hover {
    opacity: .8;
}
.tegeltest-laag .gform_page_footer.before input:focus {
    border: 0;
}
.tegeltest-laag .gform_page_footer.before input {
    transition: .1s ease-in-out;
}
.tegeltest-laag .gform_wrapper.gravity-theme .gform_previous_button.button:hover {
    background-color: #ebebeb;
}
.test-box .gform_wrapper.gravity-theme .gform_validation_errors {
    max-width: 600px;
    margin: 0 auto;
}
.tegeltest-laag .gform_page_footer.before input:hover {
    background: #bf4e0b;
}
.gchoice.gchoice_6_1_0:before, .test-box .gchoice:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
   
    top: 25px;
    left: 0;
    pointer-events: none;
    z-index: 1;
    right: 0;
    margin: 0 auto;
}
#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div input:checked:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    right: -1px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/check-green.svg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.tegeltest-laag .gform_page_footer.before input {
    border: 0;
    margin: 0;
    display: flex;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #d75204;
    width: fit-content;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1 !important;
}
.tegeltest-laag form input#gform_previous_button_6 {
    background: none;
    border: 1px solid black;
    color: black;
}
.tegeltest-laag .validation_message {
    margin: 0 auto;
    margin-top: 40px !important;
}
body .tegeltest-laag .gform_page_footer.before {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
#gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div input:checked {
    background: white !important;
    border: 2px solid #21C227;
}

#gform_6 .ginput_container.ginput_container_radio div.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
#gform_6 span.gfield_required {
    display: none;
}
.page-template-sub-testresultaat .testProgress:before {
    width: 100%;
}
section.resultaat-laag .left h1 {
    font-size: 40px;
    line-height: 48px;
}
section.resultaat-laag .left span {
    color: #D75204;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
section.resultaat-laag {
    position: relative;
    background: #F6F6F7;
    padding: 40px 0px;
}
section.resultaat-laag .text-box a {
    color: #d75204;
    text-decoration: underline;
}
section.resultaat-laag .text-box a:hover {
    color: black;
}
.resultaat-laag .binnenkijken-slider.owl-carousel .slide {
    height: 320px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.resultaat-laag .right.brochure-box .content-box h3 {
    font-size: 24px;
    line-height: 100%;
    color: black;
}

.resultaat-laag .right.brochure-box span.image-box {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.resultaat-laag .right.brochure-box .content-box {
    background: white;
    position: relative;
    padding: 32px;
}
section.tegeltest-laag.intro-scherm span.bg-afb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.tegeltest-laag.intro-scherm div.content-box {
    background: white;
    position: relative;
    padding: 24px;
}
section.tegeltest-laag.intro-scherm {
    position: relative;
    padding: 40px 0px;
}
span.c-btn.startTest {
    width: 100%;
    margin-top: 32px;
    cursor: pointer;
}
.tegeltest-laag .text-box ul li {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}
section.tegeltest-laag.intro-scherm {
    height: calc(100vh - 125px);
}
.tegeltest-laag .text-box ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: #d75204;
    left: 0;
    top: 4px;
}
section.tegeltest-laag.intro-scherm.gone {
    display: none;
}
section.tegeltest-laag.test-box.visible {
    display: block !important;
}
section.tegeltest-laag.test-box h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

section.tegeltest-laag.test-box {
    position: relative;
    padding: 40px 0px;
    background: #F6F6F7;
    text-align: center;
}
.voor-wie-box .left.images-box {
    display: none !important;
}
.pagebuilder-layout .text-box form textarea, .pagebuilder-layout .text-box form input, .pagebuilder-layout .text-box form select {
    border: 1px solid #D7D7D7CC;
}
.pagebuilder-layout form div.gform_footer input {
    color: white;
    border: 0;
}
.pagebuilder-layout .text-box strong {
    font-weight: bold;
}
.pagebuilder-layout .text-box h2 {
    display: block;
    margin: 16px 0px;
    margin-top: 24px;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.pagebuilder-layout .text-box h3 {
    display: block;
    margin: 16px 0px;
    margin-top: 24px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}
.pagebuilder-layout .text-box form input#gform_submit_button_5 {
    color: white;
}
.tekst-kolom-laag .content-box:nth-of-type(2) {
    margin-top: 40px;
}
.tekst-kolom-laag .content-box:nth-of-type(2) .knoppen .c-btn:hover {
    background: #D7D7D7;
}
.tekst-kolom-laag .content-box:nth-of-type(2) .knoppen .c-btn {
    background: none;
    color: black;
    border: 1px solid #D7D7D7;
}

body.page-template-sub-overons {
    background: #F6F6F7;
    overflow: hidden;
}
.swiper {
    margin-top: 32px;
    max-height: 550px;
    position: relative;
}
.verhaal-slider-laag .swiper-pagination {
    position: absolute;
    display: flex;
    right: 0;
    left: 0;
    top: initial;
    transform: initial;
    bottom: 0;
    margin: 0 auto;
    justify-content: center;
}

span.swiper-pagination-bullet {
    color: transparent;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    background: #DDDDDD;
    border-radius: 0;
    opacity: 1;
}
span.swiper-pagination-bullet-active {
    background: #d75204;
}


.swiper-slide h3 {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.verhaal-slider-laag .swiper div.afbeelding-box {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-top: 24px;
}
.verhaal-slider-laag > .content-box {
    padding: 0px 24px;
    padding-top: 32px;
}
.page-template-sub-overons .footer-laag {
    padding-top: 141px;
    margin-top: -84px;
}
section.sub-contentlaag.verhaal-slider-laag {
    padding-bottom: 56px;
}

.werkwijze-slider .owl-stage {
    padding-left: 24px !important;
}
.right.werkwijze-scroll {
    width: 100%;
}
.werkwijze-slide span.werkwijze-afb {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 8px;
}
.werkwijze-slide {
    background: #F2F2F3;
    color: black;
    padding: 16px;
    position: relative;
}
.werkwijze-slide span.getal {
    color: #000;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -3px;
    position: absolute;
    top: 8px;
    left: 24px;
}
.werkwijze-slide {
    background: #F2F2F3;
    color: black;
    padding: 16px;
    position: relative;
    padding-top: 40px;
}
.werkwijze-slide p {
    margin: 0;
}

.werkwijze-slide h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
}
.binnenkijken-detail .inner .left > span {
    display: inline-block;
    background: black;
    width: fit-content;
    color: white;
    margin-bottom: 8px;
    margin-right: 8px;
    font-size: 14px;
    padding: 8px;
    line-height: 18px;
}
.sub-contact .form-box .gform_wrapper .gfield_label {
    font-weight: 600 !important;
}
.right.contactgegevens-box {
    margin-top: 40px;
}
.right.contactgegevens-box span.contact-opnemen-afb {
    display: block;
    width: 100%;
    height: 254px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.black-bg {
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/footer-bg.png) no-repeat;
    position: relative;
    color: white;
    padding: 32px;
    background-size: cover !important;
    background-position: center center !important;
}
.contactgegevens-box ul.footer-box:nth-of-type(1) a {
    color: white;
    text-decoration: underline;
}
.contactgegevens-box ul.footer-box:nth-of-type(1) h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.contactgegevens-box ul.footer-box:nth-of-type(1) li.routebeschrijving a {
    color: #d75204;
}
.contactgegevens-box ul.footer-box:nth-of-type(1) {
    margin-bottom: 32px;
}

ul.footer-box.openingstijden li:not(:nth-of-type(1)) {
    padding: 12px 16px;
    justify-content: space-between;
    background: black;
}
ul.footer-box.openingstijden li:nth-of-type(2n+1) {
    background: #232323;
}
.page-template-sub-contact section.faq-laag h2 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.page-template-sub-contact section.faq-laag {
    padding: 80px 0px;
    background: #F6F6F7;
}
body.page-id-104 section.crumbs, body.page-id-104 section.formulier-laag {
    background: white;
}
.page-template-sub-contact section.faq-laag a.c-btn:hover {
    background-color: #3f3f3f;
}
.page-template-sub-contact section.faq-laag a.c-btn {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    background: black;
}
body.page-id-104 {
    background: #F6F6F7;
}
.page-id-104 section.footer-laag {
    padding-top: 141px;
    margin-top: -84px;
}
.sub-contact .vragen-wrapper {
    margin-top: 32px;
}
ul.footer-box.openingstijden li:nth-of-type(1) h4 {
    margin: 0;
    font-size: 16px;
    background: white;
    color: black;
    line-height: 24px;
    padding: 12px 16px;
}
.binnenkijken-slider.owl-carousel {
    margin: 32px 0px;
    width: calc(100% + 48px);
    margin-left: -24px;
}
.binnenkijken-detail .left.content-box {
    width: 100%;
    flex-basis: 100%;
}
.binnenkijken-slide {
    height: 240px;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

body.post-type-archive-binnenkijken-bij section.sub-header {
    padding-top: 32px;
}
.binnenkijken-filter {
    margin-top: 0px;
    margin-bottom: 32px;
}
.binnenkijken-resultaten .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img {
    height: 320px;
    align-items: flex-end;
    padding: 32px;
    align-content: flex-end;
}
.binnenkijken-resultaten .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img h3 {
    color: white;
    margin: 0;
    margin-top: 16px;
}
.binnenkijken-resultaten span.nieuws-img * {
    z-index: 2;
}
.binnenkijken-resultaten span.nieuws-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
    left: 0;
    bottom: 0;
}
section.binnenkijken-resultaten {
    background: white;
    position: relative;
    padding: 40px 0px;
}
.binnenkijken-resultaten .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img span {
    margin-left: 0 !important;
    margin-right: 8px;
    margin-top: 0;
}
body.post-type-archive-binnenkijken-bij {
    background: #F6F6F6;
}
.voor-wie-teksten:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DADADA;
    position: absolute;
    left: 0;
}

.voor-wie-teksten {
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
    position: relative;
}
body .nav-header:after {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgb(50 50 50 / 80%);
    bottom: 0;
    z-index: -1;
    visibility: visible;
    pointer-events: none;
    opacity: 0;
    transition: .1s ease-in-out;
}
body.menuOpen .nav-header:after {
    opacity: 1;
}

body.menuOpen .nav-header {
    background: white;
}
body.menuOpen .nav-header * {
    z-index: 2;
    position: relative;
}
.voor-wie-teksten .voor-wie-item h3 {
    color: #000;
    cursor: pointer;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: .1s ease-in-out;
    letter-spacing: 0.5px;
    margin: 0;
}
.voor-wie-teksten .voor-wie-item h3:hover {
    font-weight: 600;
}
.voor-wie-teksten .voor-wie-item.active h3 {
    font-weight: 600;
}
.voor-wie-teksten .voor-wie-item {
    max-height: 30px;
    overflow: hidden;
    transition: .4s ease-in-out;
}
 .page-template-sub-contact section.formulier-laag h1 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 32px;
}
.voor-wie-item.active{
    max-height: 500px;
}
.voor-wie-teksten .voor-wie-item span.voor-wie-afb {
    width: 100%;
    display: none;
    height: 180px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.voor-wie-teksten div.voor-wie-item.active span.voor-wie-afb {
    margin-bottom: 20px;
    display: block;
}
.voor-wie-item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 25%;
    background: #D75204;
    left: -1px;
    opacity: 0;
}

.voor-wie-item.active:before {
    opacity: 1;
}
.voor-wie-item:nth-of-type(2):before {
    top: 25%;
}
.voor-wie-item:nth-of-type(4):before {
    top: 75%;
}
.voor-wie-item:nth-of-type(3):before {
    top: 50%;
}
.voor-wie-item div.text-box {
    margin: 8px 0px;
}

.voor-wie-item a.n-btn {
    color: #D75204;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.voor-wie-item a.n-btn:hover {
    color: black;
}
.nieuws-detail {
    position: relative;
    padding-top: 32px;
}

.footer-laag ul.footer-box:nth-of-type(4) li a {
    text-decoration: underline;
}
section.footer-laag * ul.footer-box li a:hover {
    color: #d75204;
}
.nieuws-detail span.datum {
    color: #D75204;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}
.nieuws-detail span.nieuws-afb {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 32px 0px;
}
.nieuws-detail .nieuws-content p {
    color: rgba(0, 0, 0, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.nieuws-content > span.afb-box {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.nieuws-content > :last-child {
    margin-bottom: 0;
}
.nieuws-content > * {
    margin-bottom: 24px;
}
section.error404 p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 0;
}
.post-type-archive-nieuws section.nieuws-overzicht div.filter-box {
    flex-basis: 100%;
    width: 100%;
    margin: 24px 0px;
    margin-bottom: 40px;
}
.post-type-archive-nieuws section.nieuws-overzicht {
    position: relative;
    padding-top: 32px;
    padding-bottom: 56px;
}
section.nieuws-overzicht div.pagination br {
    display: none;
}
.post-type-archive-nieuws section.footer-laag, .post-type-archive-binnenkijken-bij section.footer-laag {
    padding-top: 141px;
    margin-top: -84px;
}
.post-type-archive-nieuws section.footer-cta-laag {
    z-index: 2;
    position: relative;
}
.post-type-archive-nieuws section.nieuws-overzicht h1 {
    font-size: 32px;
    line-height: 40px;
    flex-basis: 100%;
    width: 100%;
}
.filter-box form ul li {
    padding: 0;
}

.filter-box form ul {
    display: flex;
    flex-wrap: wrap;
}
.filter-box form ul li label {
    padding: 0 !important;
}
.filter-box form ul li input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    top: 0;
}
.filter-box form > ul > li > ul > li {
    background: rgba(0, 0, 0, 0.13);
    color: white;
    position: relative;
    padding: 14px;
    transition: .1s ease-in-out;
}
.filter-box form > ul > li > ul > li.sf-option-active, .filter-box form > ul > li > ul > li:hover {
    background: #D75204;
}
.nieuws-wrapper.flexbox-wrapper {
    gap: 40px;
}
.nieuws-wrapper.flexbox-wrapper > div.nieuws-item {
    flex-basis: 100%;
    width: 100%;
}
.nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img {
    display: block;
    width: 100%;
    height: 253px;
    background-color: #d6d6d6 !important;
    background-size: cover !important;
    gap: 8px;
    background-position: center center !important;
    position: relative;
}
.nieuws-wrapper.flexbox-wrapper > div.nieuws-item {
    flex-basis: 100%;
    width: 100%;
}
.nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img span {
    display: block;
    background: black;
    width: fit-content;
    color: white;
    margin-top: 8px;
    margin-left: 8px;
    font-size: 14px;
    padding: 8px;
    line-height: 18px;
}
.nieuws-wrapper .nieuws-item .nieuws-content .c-btn {
    border: 1px solid #D7D7D7;
    width: 100%;
    background: white;
    color: black;
}
.nieuws-wrapper .nieuws-item .nieuws-content .c-btn:hover {
    background: black;
    color: white;
    border: 1px solid black;
}
.nieuws-wrapper .nieuws-item .nieuws-content p {
    margin: 0;
    color: rgba(0, 0, 0, 0.60);
}
.nieuws-wrapper .nieuws-item .nieuws-content h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.nieuws-wrapper .nieuws-item .nieuws-content span.datum {
    color: #D75204;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
}
body.home .nieuws-wrapper .nieuws-item .nieuws-content span.datum {
    background: none;
    padding: 0;
    margin: 0;
}
body.home .nieuws-wrapper .nieuws-item .nieuws-content .c-btn {
    margin-top: 16px;
}
body.home .nieuws-wrapper .nieuws-item .nieuws-content p {
    text-align: left;
}
.nieuws-wrapper .nieuws-item .nieuws-content {
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 24px;
    position: relative;
}

.nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img {
    display: flex;
    width: 100%;
    height: 180px;
    background-color: #d6d6d6 !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
}
.filter-box form > ul > li {
    flex-basis: 100%;
    width: 100%;
}


li.sf-field-post-meta-categorie > ul {
    gap: 8px;
}
section.error404 h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
}
section.error404 {
    padding: 80px 0px;
}

.page-template-sub-contact section.formulier-laag {
    padding-top: 32px;
    padding-bottom: 80px;
}
 .post-type-archive-vacatures section.sub-header.tekst-afb-header h1 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
}
body.single-vacatures {
    background: #F6F6F7;
}
.vacature-detail .left.content-box {
    background: #FFF;
    position: relative;
    padding: 24px;
    margin-top: 40px;
}
.post-type-archive-vacatures section.sub-header.tekst-afb-header div.text-box p {
    color: rgb(255 255 255 / 60%);
}
.post-type-archive-vacatures section.crumbs p#breadcrumbs * {
    color: #FFFFFF99;
}
.post-type-archive-vacatures section.crumbs p#breadcrumbs a {
    color: white;
}
.post-type-archive-vacatures section.crumbs {
    background: black;
    color: white;
}
.post-type-archive-vacatures section.sub-header.tekst-afb-header {
    padding-top: 32px;
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/footer-bg.png) no-repeat;
    color: white;
    background-size: cover;
    background-position: center center;
}
.post-type-archive-vacatures .sub-header.tekst-afb-header div.text-box {
    padding-bottom: 32px;
}
.post-type-archive-vacatures .sub-header.tekst-afb-header span.header-img {
    display: block;
    width: 100%;
    height: 197px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.post-type-archive-vacatures p#breadcrumbs {
    border-bottom: 1px solid #FFFFFF40;
}
section.vacatures-overzicht div.vacature-item .vacature-bullets {
    margin: 16px 0px;
}
section.vacatures-overzicht div.vacature-item div.text-box * {
    color: rgba(0, 0, 0, 0.60);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
section.vacatures-overzicht div.vacature-item h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
}
section.vacatures-overzicht div.vacature-item {
    background: white;
    position: relative;
    padding: 24px;
    flex-basis: 100%;
    width: 100%;
}
.vacatures-box.flexbox-wrapper {
    gap: 16px;
}
.vacatures-overzicht .information-box .information-content .c-btn:hover, .single-vacatures .information-box .information-content .c-btn:hover {
    background: #2d2d2d;
}
.vacatures-overzicht .information-box .information-content .c-btn, .single-vacatures .information-box .information-content .c-btn {
    background: black;
    margin-top: 24px;
}
.single-nieuws .right.cta-box .afspraak-box:after, .single-binnenkijken-bij .right.cta-box .afspraak-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
}
.single-nieuws .right.cta-box .afspraak-box a, .single-binnenkijken-bij .right.cta-box .afspraak-box a {
    height: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    z-index: 2;
}
.single-nieuws .right.cta-box, .single-binnenkijken-bij .right.cta-box {
    margin-top: 40px;
}
.single-nieuws .right.cta-box .afspraak-box, .single-binnenkijken-bij .right.cta-box .afspraak-box {
    width: 100%;
    height: 220px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
}
.single-nieuws section.bekijk-ook-laag, .single-binnenkijken-bij section.bekijk-ook-laag {
    padding: 56px 0px;
    background: #F6F6F7 url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-groot.svg) no-repeat;
    position: relative;
    background-position: 100% 50%;
    background-size: 750px;
}
.single-binnenkijken-bij span.nieuws-img h3 {
    color: white;
    margin: 0;
    margin-top: 16px;
}
body.single-binnenkijken-bij .bekijk-ook-laag .nieuws-wrapper span.nieuws-img {
    height: 320px;
    align-items: flex-end;
    padding: 32px;
    align-content: flex-end;
}
.single-binnenkijken-bij .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img span.Categorie {
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
}
section.nieuws-detail.single-detail {
    padding-bottom: 56px;
}
body.post-type-archive-vacatures section.contact-opnemen-laag {
    background: white;
}
body.post-type-archive-vacatures section.contact-opnemen-laag h2 {
    margin-bottom: 16px;
}
div#field_4_12 > div.ginput_container {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
div#field_4_12 label {
    margin: 0 !important;
    color: #D75204;
    font-weight: 700 !important;
}
div#field_4_12 {
    border: 2px dashed #D75204;
    background: #FFF;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.vacatures-overzicht .information-box .information-content h4, .single-vacatures .information-box .information-content h4 {
    font-size: 22px;
    line-height: 22px;
}
.vacatures-overzicht .information-box .information-content, .single-vacatures .information-box .information-content {
    background: white url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-tegeltest-contact.svg) no-repeat;
    position: relative;
    padding: 24px;
    background-size: cover;
    background-position: 110px 0px;
}
.vacatures-overzicht .information-box span.afb-box, .single-vacatures .information-box span.afb-box {
    display: block;
    width: 100%;
    height: 260px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.vacatures-overzicht .information-box, .single-vacatures .information-box {
    flex-basis: 100%;
    width: 100%;
}
.single-vacatures .information-box.right {
    margin-top: 40px;
}
section.vacatures-overzicht {
    position: relative;
    padding: 56px 0px;
    background: #F6F6F7;
}
section.vacatures-overzicht div.vacature-item .vacature-bullets li, .vacatures-overzicht .information-box ul li, .single-vacatures .information-box ul li,  section.vacature-detail.single-detail .content-box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}
.vacatures-overzicht .information-box ul li a, .single-vacatures .information-box ul li a {
    color: black;
}
.vacatures-overzicht .information-box ul li a:hover, .single-vacatures .information-box ul li a:hover {
    text-decoration: underline;
}
section.vacature-detail.single-detail .content-box ul {
    margin: 16px 0px;
}
.single-vacatures .extra-vacature-content {
    border-top: 1px solid #00000026;
    margin-top: 40px;
    padding-top: 24px;
}
.single-vacatures .information-box ul li:before, section.vacatures-overzicht div.vacature-item .vacature-bullets li:before, .vacatures-overzicht .information-box ul li:before, section.vacature-detail.single-detail .content-box ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: #d75204;
    left: 0;
    top: 6px;
}
 .page-template-sub-tegels section.sub-header.tekst-header div.text-box p {
    color: black;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.page-template-sub-tegelsdetail section.brochure-laag {
    padding: 56px 0px;
    position: relative;
    background: white;
}

.page-template-sub-tegels section.sub-header.tekst-header h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.page-template-sub-tegels section.sub-header.tekst-header {
    padding-top: 32px;
}
body.page-template-sub-tegels {
    background: #F6F6F7;
}
section.tegels-overzicht div.tegels-wrapper div.tegel-item .c-btn {
    background: black;
    color: white;
    width: 100%;
}
section.tegels-overzicht div.tegels-wrapper div.tegel-item .c-btn:hover {
    background: #3f3f3f;
}
section.tegels-overzicht div.tegels-wrapper div.tegel-item h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
section.tegels-overzicht div.tegels-wrapper div.tegel-item {
    flex-basis: 100%;
    width: 100%;
    background: white;
    position: relative;
    padding: 20px;
    text-align: center;
}
section.tegels-overzicht div.tegels-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 40px;
}
section.tegels-overzicht {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.tegels-overzicht div.tegels-wrapper div.tegel-item span.tegel-afb {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover !important;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 14px 14px 14px #e1e1e1;
    transition: .1s ease-in-out;
}
section.tegels-overzicht div.tegels-wrapper div.tegel-item span.tegel-afb:hover {
    opacity: .7;
}

section.tegels-overzicht div.tegels-wrapper div.tegel-item span.tegel-afb a {
    display: block;
    width: 100%;
    height: 100%;
}
.page-template-sub-tegels section.footer-cta-laag {
    z-index: 2;
    position: relative;
}

.page-template-sub-tegels section.footer-laag {
    padding-top: 141px;
    margin-top: -84px;
}
 body.page-template-sub-voorwiedetail, body.page-template-sub-tegelsdetail {
    background: #F6F6F7;
}
section.tegel-detail-content {
    padding-top: 32px;
}
section.tegel-detail-content div.text-box *, section.tegel-detail-content div.content-box > p {
    color: rgba(0, 0, 0, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.5px;
}
section.tegel-detail-content div.text-box strong {
    font-weight: bold;

}
section.tegel-detail-content div.text-box a:hover {
    text-decoration: none;
}
section.tegel-detail-content div.text-box a{
    color: #d75204;
    text-decoration: underline;
}
section.tegel-detail-content .afb-wrapper span.sub-header {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.tegel-detail-content .afb-wrapper span.tegel-afb {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border: 3px solid white;
    margin-top: -120px;
    margin-left: auto;
    margin-right: 15px;
}

.tegel-detail-content .afb-wrapper span.tegel-header {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.tegel-detail-content .afb-wrapper {
    flex-basis: 100%;
    width: 100%;
    display: block;
    margin-bottom: 32px;
}
span.form-afb:before {
    content: '';
    display: block;
    width: 106px;
    height: 65px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/quote.svg) no-repeat;
    top: -40px;
    left: 0;
    position: absolute;
    background-size: contain !important;
    background-position: 0% 0% !important;
}
section.tegel-detail-content div.formulier-wrapper span.form-afb {
    display: block;
    width: 160px;
    height: 160px;
    background-size: 210% !important;
    background-position: 50% 30% !important;
    background-repeat: no-repeat !important;
    border-radius: 100%;
    margin-bottom: 24px;
    margin-top: 40px;
    position: relative;
}
section.tegel-detail-content div.formulier-wrapper p strong {
    display: table;
}
section.tegel-detail-content div.formulier-wrapper p {
    font-weight: 300;
    color: white;
}
.tegel-detail-content .content-wrapper {
    width: 100%;
    flex-basis: 100%;
}
.tegel-slider .tegel-slide {
    display: block;
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.tegel-slider {
    margin-top: 40px;
    width: calc(100% + 48px);
    margin-left: -24px;
}
.tegel-slider .owl-nav, .binnenkijken-slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 16px;
    width: calc(100% - 32px);
}
section.tegel-detail-content div.text-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0px;
    margin-bottom: 16px;
}
section.tegel-detail-content div.text-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0px;
    margin-bottom: 16px;
}
.tegel-slider .owl-nav > div, .binnenkijken-slider .owl-nav > div {
    display: block;
    width: 40px;
    height: 40px;
    background: black;
    color: transparent;
}
.tegel-slider .owl-nav > div.owl-next, .binnenkijken-slider .owl-nav > div.owl-next {
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/chevron-right.png) no-repeat;
    background-size: 14px;
    background-position: center center;
}
.tegel-slider .owl-nav > div.owl-prev, .binnenkijken-slider .owl-nav > div.owl-prev {
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/chevron-right.png) no-repeat;
    background-size: 14px;
    background-position: center center;
    transform: rotate(180deg);
}
.binnenkijken-slider .owl-dots div.active, .werkwijze-slider .owl-dots div.active {
    background: #000000;
    height: 2px;
}
.werkwijze-slider .owl-dots div.active {
    background-color: #FFFFFF;
}

.binnenkijken-slider .owl-dots div, .werkwijze-slider .owl-dots div {
    flex-grow: 2;
    height: 1px;
    background: #CCC;
}
.binnenkijken-slider .owl-dots, .werkwijze-slider .owl-dots {
    display: flex;
    width: calc(100% - 48px);
    margin-top: 32px;
    background: #CCC;
    margin-left: 24px;
    align-items: center;
}
.binnenkijken-slider .nieuws-item span.nieuws-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
    left: 0;
    bottom: 0;
}
.binnenkijken-slider .nieuws-item h3 {
    color: white;
    margin: 0;
    margin-top: 16px;
    z-index: 2;
}
.binnenkijken-slider .nieuws-item span.nieuws-img {
    height: 320px;
    padding: 32px;
    align-content: flex-end;
    display: flex;
    width: 100%;
    background-color: #d6d6d6 !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}
.binnenkijken-slider .nieuws-item span:not(.nieuws-img) {
    display: block;
    background: black;
    width: fit-content;
    color: white;
    font-size: 14px;
    padding: 8px;
    line-height: 18px;
    z-index: 2;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 0;
}
.werkwijze-slider .owl-dots, .werkwijze-slider .owl-dots div {
    background-color: #FFFFFF4D;
}
.formulier-wrapper .form-box {
    margin-top: 40px;
}
.formulier-wrapper .form-box .gform_wrapper .gfield_label {
    color: white;
}
.formulier-wrapper div.form-box input::placeholder {
    color: rgb(255 255 255 / 70%);
}

.formulier-wrapper div.form-box input, .formulier-wrapper div.form-box textarea, .formulier-wrapper div.form-box select {
    background: #292929;
    border: 0;
    color: white;
}
.formulier-wrapper .gform_footer.top_label input {
    width: 100%;
    background: #D75204;
}
.formulier-wrapper .gform_footer.top_label input:focus {
    border: none !important;
}
.formulier-wrapper .gform_footer.top_label input:hover {
    background: #b34707;
}
.formulier-wrapper div.gfield_radio div.gchoice input {
    border: 1px solid white;
}
.formulier-wrapper div.gfield_radio div.gchoice input:checked {
    background: #D75204 !important;
}
section.tegel-detail-content div.formulier-wrapper .c-btn {
    width: 100%;
    margin-top: 24px;
}
section.contact-opnemen-laag {
    background: #F6F6F7;
    position: relative;
    padding: 56px 0px;
}
section.vacature-detail.single-detail {
    padding-bottom: 56px;
}
.single-vacatures section.contact-opnemen-laag {
    background: white;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid black !important;
}
section.contact-opnemen-laag h2 {
    margin-bottom: 32px;
}
.form-box .gform_wrapper .gfield_label {
    color: #010101;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%;
    letter-spacing: 0.5px;
}
.form-box .gform-body input:focus, .form-box .gform-body textarea:focus {
    border: 1px solid black;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 96px !important;
}
fieldset.gfield--type-consent legend {
    display: none !important;
}
.ginput_container.ginput_container_consent label a:hover {
    text-decoration: none;
}
.ginput_container.ginput_container_consent label a {
    color: black;
    font-size: 14px;
    text-decoration: underline;
}
.ginput_container.ginput_container_consent label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.ginput_container.ginput_container_consent input:checked {
    background: black !important;
}
.ginput_container.ginput_container_consent label {
    flex-basis: calc(100% - 15px);
    width: calc(100% - 15px);
}
div.gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 32px !important;
}
div.gform_footer input:hover {
    background-color: #b34707;
}
div.gform_footer input {
    background: #D75204;
    color: var(--Neutral-0, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    padding: 17px 20px;
    justify-content: center;
    align-items: center;
    transition: .1s ease-in-out;
    gap: 10px;
    flex-shrink: 0;
    margin-bottom: 0 !important;
    width: auto;
}
.ginput_container.ginput_container_consent {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.ginput_container.ginput_container_consent input {
    width: 15px;
    height: 15px;
    background: none !important;
    border: 1px solid black !important;
    margin: 0;
    cursor: pointer;
    margin-top: 5px;
}

.page-template-sub-voorwiedetail div#field_3_11 {
    display: none;
}
fieldset#field_3_6 legend {
    font-weight: 600 !important;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
}
div.gfield_radio div.gchoice input:checked {
    background: black !important;
}

div.gfield_radio div.gchoice input {
    width: 16px;
    height: 16px;
    background: none;
    cursor: pointer;
    border: 1px solid black;
    border-radius: 100%;
}
div.gfield_radio div.gchoice {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
}
div.gfield_radio {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
div.gfield_radio div.gchoice input:checked:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #f6f6f7;
    border-radius: 100%;
    left: 0;
    top: 0;
}
.form-box .gform-body input, .form-box .gform-body textarea, .form-box .gform-body select {
    border: 1px solid rgba(215, 215, 215, 0.80);
    background: #FFF;
}
span.gfield_required span {
    opacity: 0;
}
span.gfield_required:before {
    content: '*';
    color: #D75204;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.5px;
}
section.tegel-detail-content div.formulier-wrapper {
    flex-basis: 100%;
    width: 100%;
    margin-top: 32px;
    background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/02/footer-bg.png) no-repeat;
    color: white;
    position: relative;
    padding: 24px;
    background-size: cover !important;
    background-position: center center;
}

section.tegel-detail-content div.formulier-wrapper h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 124%;
}

 /**
 * Pagebuilder Style 
 * ----------------------------------------------------------------------------
 */
 body.page-template-sub-download section.brochure-laag {
    padding: 56px 0px;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: black !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: white !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: black !important;
    border: 0 !important;
    box-shadow: none !important;
}
.page-template-sub-content section.sub-contentlaag h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.page-template-sub-content section.sub-contentlaag {
    padding: 56px 0px;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: black !important;
    border: 0 !important;
    color: white !important;
    padding: 10px !important;
    width: fit-content !important;
}

body.page-template-sub-download {
    background: #F6F6F7;
}
.page-template-sub-download .brochure-laag .content-box .formulier input:focus, .page-template-sub-testresultaat .brochure-laag .content-box .formulier input:focus {
    border: 1px solid black;
}
.page-template-sub-download .brochure-laag .content-box h3 {
    color: black;
}

.page-template-sub-download .brochure-laag .content-box .formulier input, .page-template-sub-download .brochure-laag .content-box .formulier textarea, .page-template-sub-testresultaat .brochure-laag .content-box .formulier input, .page-template-sub-testresultaat .brochure-laag .content-box .formulier textarea {
    border: 1px solid #D7D7D7CC;
    color: #01010180;
}
.page-template-sub-download .brochure-laag .content-box {
    background: white;
}
.page-template-sub-download .brochure-laag .content-box .formulier .gform_footer input, .page-template-sub-testresultaat .brochure-laag .content-box .formulier .gform_footer input {
    color: white;
    border: none;
}
 .pagebuilder-layout .tekst-afb-header {
    padding-top: 32px;
}
.verhaallijn-content a.c-btn:hover {
    background: #D7D7D7;
}
.pagebuilder-layout .tekst-afb-header h1, .pagebuilder-layout .sub-header h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.pagebuilder-layout .text-box, body.post-type-archive-binnenkijken-bij section.sub-header div.text-box {
    padding-bottom: 32px;
}
.pagebuilder-layout .sub-header {
    padding-top: 32px;
}
.pagebuilder-layout section.sub-header.tekst-header div.text-box {
    padding-bottom: 0;
}
.page-template-sub-pagebuilder footer#contact {
    background: white;
}
.pagebuilder-layout section.faq-laag {
    position: relative;
    padding: 56px 0px;
}
.categorieen span.categorie-vragen {
    cursor: pointer;
}
.categorieen span.categorie-vragen:hover {
    text-decoration: underline;
}
.faq-laag .vragen-wrapper.duurzaamheid > div, .faq-laag .vragen-wrapper.contact > div, .faq-laag .vragen-wrapper.showroom > div, .faq-laag .vragen-wrapper.over-ons > div, .faq-laag .vragen-wrapper.soorten-tegels > div, .faq-laag .vragen-wrapper.advies-ontwerp > div {
    display: none;
}

.faq-laag .vragen-wrapper.contact > div.Contact, .faq-laag .vragen-wrapper.duurzaamheid > div.Duurzaamheid, .faq-laag .vragen-wrapper.showroom > div.Showroom, .faq-laag .vragen-wrapper.over-ons > div.Over.ons, .faq-laag .vragen-wrapper.soorten-tegels > div.Soorten.tegels, .faq-laag .vragen-wrapper.advies-ontwerp > div.Advies.en.ontwerp {
    display: block;
}
.categorieen span.categorie-vragen.open {
    text-decoration: underline;
    font-weight: bold;
}
.faq-laag .categorie-box h4 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.faq-laag .vragen-wrapper {
    width: 100%;
    flex-basis: 100%;
}
.faq-laag .categorie-box {
    border: 1px solid #EDEDED;
    background: #FFF;
    position: relative;
    padding: 16px;
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.categorieen span.categorie-vragen:last-of-type {
    padding-bottom: 0;
}
.categorieen {
    flex-basis: 100%;
    width: 100%;
}
.categorieen span.categorie-vragen {
    display: block;
    border-top: 1px solid #ededed;
    padding: 17px 0px;
}
.ui-accordion .vraag h4 span {
    display: none;
}

.ui-accordion .vraag h4 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #000;
    font-family: Poppins;
    transition: .1s ease-in-out;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.ui-accordion .vraag h4:hover {
    color: #d75204;
}
.vraag div.text-box {
    padding: 0;
    background: transparent;
    border: 0;
}
.vragen-wrapper .vraag {
    border-top: 1px solid #D7D7D7;
    padding: 16px 0px;
}
.vraag div.text-box p:first-of-type {
    margin-top: 8px;
}
.vraag div.text-box * {
    color: rgba(0, 0, 0, 0.60);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
letter-spacing: 0.5px;
}
.ui-accordion .vraag h4 {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/plus.svg) no-repeat;
    background-position: calc(100% - 16px) 4px;
    padding-right: 40px;
}
.ui-accordion .vraag h4.ui-state-active {
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/min.svg) no-repeat;
    background-position: calc(100% - 16px) 4px;
}
.vragen-wrapper .vraag:last-of-type {
    border-bottom: 1px solid #D7D7D7;
}
.pagebuilder-layout section.Wit {
    background: white;
}
.page-template-sub-pagebuilder {
    background: #F6F6F6;
}
.page-template-sub-pagebuilder.page-id-83 {
    background: white;
}
section.tekst-afb-pluspunt-laag h2 {
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
section.tekst-afb-pluspunt-laag {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
}
section.tekst-afb-pluspunt-laag .opsomming-afb-box span.full-width-image {
    display: block;
    width: 100%;
    height: 144px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box {
    display: none;
}
section.tekst-afb-pluspunt-laag .opsomming-afb-box {
    flex-basis: 100%;
    width: 100%;
    display: block;
}
section.verhaallijn-laag {
    position: relative;
    padding-bottom: 56px;
    padding-top: 56px;
}
.pagebuilder-layout section.Geen.padding.onder {
    padding-bottom: 0;
}
.pagebuilder-layout section.Geen.padding.top {
    padding-top: 0;
}
.pagebuilder-layout section.Nergens.padding {
    padding-bottom: 0;
    padding-top: 0;
}
section.tekst-afb-laag h2 {
    color: #000;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

section.tekst-afb-laag {
    position: relative;
    padding-bottom: 56px;
    padding-top: 56px;
}
.tekst-afb-laag .knoppen a.c-btn {
    margin-top: 0;
}
section.tekst-afb-laag span.afbeelding-box {
    display: block;
    width: 100%;
    height: 283px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-top: 32px;
}
.page-template-sub-pagebuilder section.brochure-laag {
    padding-top: 56px;
    background: white;
}
.page-template-sub-pagebuilder section.footer-cta-laag {
    padding-top: 56px;
    position: relative;
    z-index: 2;
}
.pagebuilder-layout .text-box p, .pagebuilder-layout .text-box *, .post-type-archive-binnenkijken-bij section.sub-header.tekst-afb-header .text-box * {
    color: rgba(0, 0, 0, 0.80);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.post-type-archive-binnenkijken-bij section.sub-header.tekst-afb-header .text-box h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.pagebuilder-layout .text-box ul li {
    color: black;
    position: relative;
    padding-left: 26px;
    margin-bottom:8px;
}
.pagebuilder-layout .text-box ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: #d75204;
    left: 0;
    top: 8px;
}
.pagebuilder-layout .text-box ul li:last-of-type {
    margin-bottom: 0;
}
.pagebuilder-layout .tekst-afb-laag .text-box {
    padding-bottom: 0;
}
.pagebuilder-layout .tekst-afb-laag .knoppen {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.pagebuilder-layout .tekst-afb-laag .knoppen a:nth-of-type(2):hover {
    background-color: black;
    background: black;
    color: white;
}
section.footer-maps-laag .maps-wrapper {
    background: grey;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}
section.footer-maps-laag .maps-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
}
section.footer-maps-laag .maps-wrapper ul.footer-box li h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 8px;
}

section.footer-maps-laag .maps-wrapper ul.footer-box li.routebeschrijving a {
    color: #D75204;
}
section.footer-maps-laag .maps-wrapper ul.footer-box a:hover {
    text-decoration: none;
}
section.footer-maps-laag .maps-wrapper ul.footer-box a {
    color: black;
    text-decoration: underline;
}
section.footer-maps-laag .maps-wrapper ul.footer-box {
    background: white;
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
}

section.footer-maps-laag {
    z-index: 2;
    position: relative;
}
.pagebuilder-layout .tekst-afb-laag .knoppen a:nth-of-type(2) {
    background-color: none;
    background: transparent;
    color: black;
    border: 1px solid black;
}
 .pagebuilder-layout section.klikbare-blokken-laag {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
}
section.klikbare-blokken-laag .kolommen-box div.kolom-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
    left: 0;
    top: 0;
}
section.klikbare-blokken-laag .kolommen-box div.kolom-item a h4 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    z-index: 2;
}
section.klikbare-blokken-laag .kolommen-box div.kolom-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    color: white;
    padding: 16px;
    position: relative;
}
.page-id-83 .pagebuilder-layout section.klikbare-blokken-laag {
    padding-top: 32px;
}

section.klikbare-blokken-laag .kolommen-box div.kolom-item {
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
    height: 218px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
section.klikbare-blokken-laag.weergave-blokken .kolommen-box div.kolom-item span.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: black;
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
}
section.klikbare-blokken-laag.weergave-blokken .kolommen-box div.kolom-item h4 {
    margin-bottom: 8px;
    flex-basis: 100%;
    width: 100%;
}
section.klikbare-blokken-laag.weergave-blokken .kolommen-box div.kolom-item p {
    margin: 0;
}
section.klikbare-blokken-laag.weergave-blokken .kolommen-box div.kolom-item {
    flex-basis: 100%;
    width: 100%;
    padding: 32px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    position: relative;
}
section.klikbare-blokken-laag.weergave-blokken .kolommen-box {
    margin-top: 32px;
}
.weergave-blokken .kolom-item * {
    z-index: 2;
}
.weergave-blokken .kolom-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
    left: 0;
    bottom: 0;
}
section.klikbare-blokken-laag .kolommen-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.pagebuilder-layout .tekst-afb-header span.header-img, body.post-type-archive-binnenkijken-bij section.sub-header span.header-img {
    display: block;
    width: 100%;
    height: 197px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.page-template-sub-pagebuilder .brochure-laag {
    z-index: 2;
    position: relative;
    background: transparent !important;
}
.page-template-sub-pagebuilder section.footer-laag {
    padding-top: 141px;
    margin-top: -84px;
}
.verhaallijn-box {
    position: relative;
}

.verhaallijn-box div.verhaallijn-item span.verhaallijn-afb {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.verhaallijn-box div.verhaallijn-item {
    padding-left: 60px;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
}
.verhaallijn-box div.verhaallijn-item:last-of-type {
    margin-bottom: 0;
}
.verhaallijn-content a.c-btn {
    margin-top: 0;
}
.verhaallijn-content h3 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 16px;
    margin-bottom: 8px;
}
.verhaallijn-box:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 22.5px;
    background: #D7D7D7;
}
.verhaallijn-box div.verhaallijn-item:nth-of-type(1):before {
    content: '01';
}
.verhaallijn-box div.verhaallijn-item:nth-of-type(2):before {
    content: '02';
}
.verhaallijn-box div.verhaallijn-item:nth-of-type(3):before {
    content: '03';
}
.verhaallijn-box div.verhaallijn-item:nth-of-type(4):before {
    content: '04';
}
.verhaallijn-box div.verhaallijn-item:before {
    content: '';
    display: flex;
    width: 45px;
    height: 45px;
    background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/Vierkant.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    color: white;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.top-header a:hover {
    color: #d75204;
}
.menu-menu-container a:hover {
    color: #d75204;
}
.mobile-menu-btns ul.knoppen li:nth-of-type(1) a:hover {
    background: #D7D7D7;
}

@media (min-width: 768px) {


    .pagebuilder-layout .tekst-afb-header span.header-img, body.post-type-archive-binnenkijken-bij section.sub-header span.header-img {
        height: 420px;
    }
    .pagebuilder-layout .tekst-afb-header, body.post-type-archive-binnenkijken-bij section.sub-header {
        padding-top: 104px;
    }
    section.contact-opnemen-laag .left.content-box {
        flex-basis: 100%;
        width: 100%;
    }
    section.tegeltest-laag.intro-scherm div.content-box {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        padding: 56px;
    }
    section.tegeltest-laag.intro-scherm div.content-box h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .page-template-sub-tegeltest section.nav-header p.stappenTest, .page-template-sub-testresultaat section.nav-header p.stappenTest {
        order: initial;
        align-self: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content;
    }
    section.tegeltest-laag.intro-scherm {
        display: flex;
        align-items: center;
        height: calc(100vh - 93px);
    }
    .post-type-archive-vacatures section.sub-header.tekst-afb-header .text-box {
        padding-bottom: 104px;
    }
    
    .post-type-archive-vacatures section.sub-header.tekst-afb-header {
        padding-top: 104px;
    }
    .post-type-archive-vacatures .sub-header.tekst-afb-header span.header-img {
        height: 420px;
    }
    section.vacatures-overzicht {
        padding: 120px 0px;
    }
    .vacatures-overzicht .information-box .information-content, .single-vacatures .information-box .information-content {
        padding: 32px;
    }
    .vacatures-overzicht .information-box, .single-vacatures .information-box {
        max-width: 416px;
    }
    section.vacatures-overzicht div.vacature-item .vacature-bullets {
        margin-bottom: 0;
    }
    section.tegel-detail-content .afb-wrapper span.sub-header, .tegel-detail-content .afb-wrapper span.tegel-header {
        height: 400px;
    }
    .tegel-detail-content .afb-wrapper span.tegel-afb {
        width: 275px;
        height: 275px;
        margin-right: 40px;
        margin-top: -215px;
    }
    .page-template-sub-tegelsdetail section.tegel-detail-content .afb-wrapper {
        margin-bottom: 24px;
    }
    .tegel-slider .tegel-slide {
        height: 400px;
    }
    .tegel-slider .owl-nav > div {
        width: 50px;
        height: 50px;
    }
    .page-template-sub-tegelsdetail section.tegel-detail-content div.formulier-wrapper {
        max-width: 354px;
    }
    .page-template-sub-tegelsdetail section.tegel-detail-content {
        padding-bottom: 56px;
    }
    .pagebuilder-layout .tekst-afb-header .text-box, body.post-type-archive-binnenkijken-bij section.sub-header div.text-box {
        padding-bottom: 104px;
    }
    .pagebuilder-layout section h2 {
        font-size: 36px;
        line-height: 100%;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box span.full-width-image {
        height: 400px;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box div.opsomming-item:last-of-type {
        border-bottom: 0;
    }
    
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box div.opsomming-item {
        flex-basis: 100%;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    }
    .page-template-sub-pagebuilder section.footer-cta-laag {
        padding-top: 120px;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box {
        display: flex;
        background: #D75204;
        color: white;
        padding: 32px;
        position: relative;
        flex-wrap: wrap;
        width: 274px;
        margin-left: auto;
        margin-right: 80px;
        margin-bottom: -320px;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box div.opsomming-item:nth-of-type(3) {
        padding-bottom: 0;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box div.opsomming-item:nth-of-type(1) {
        padding-top: 0;
    }
    .tekst-afb-pluspunt-laag .opsomming-item p {
        margin: 0;
    }
    .tekst-afb-pluspunt-laag .opsomming-item p.grote-tekst {
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        margin: 0;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box div.opsomming-item {
        flex-basis: 100%;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        padding: 32px 0px;
    }
    .tekst-afb-pluspunt-laag .opsomming-item p:not(.grote-tekst) {
        font-size: 18px;
        line-height: 26px;
        margin-top: 8px;
    }
    .verhaallijn-box div.verhaallijn-item div.verhaallijn-content {
        max-width: 590px;
        margin-top: 32px;
        width: 100%;
    }
    /* .verhaallijn-box div.verhaallijn-item div.verhaallijn-content div.text-box {
        max-width: 488px;
    } */
    .verhaallijn-box div.verhaallijn-item span.verhaallijn-afb {
        height: 340px;
        max-width: 590px;
    }
    .verhaallijn-content a.c-btn {
        border: 1px solid #D7D7D7;
        color: black;
        background: none;
    }
    .pagebuilder-layout .verhaallijn-box .verhaallijn-item {
        margin-bottom: 80px;
    }
    
    .pagebuilder-layout .verhaallijn-box .text-box {
        padding-bottom: 0;
    }
    .verhaallijn-item .verhaallijn-content a.c-btn {
        margin-top: 24px;
    }
    section.tekst-afb-laag {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .tekst-afb-laag .content-box .text-box {
        max-width: 589px;
      
    }
    section.tekst-afb-laag span.afbeelding-box {
        max-width: 689px;
        height: 440px;
    }
    .page-template-sub-pagebuilder footer#contact {
        background: white;
    }
    .brochure-laag .flexbox-wrapper div.content-box {
        padding: 40px;
        flex-basis: 50%;
        width: 50%;
    }
    .brochure-laag span.left.image-box {
        height: auto;
        flex-basis: 50%;
        width: 50%;
        background-size: 120% !important;
    background-position: 70% 30% !important
    }
    .brochure-laag .flexbox-wrapper {
        flex-wrap: nowrap;
    }
    .brochure-laag a.c-btn {
        margin-top: 32px;
    }
    section.klikbare-blokken-laag .kolommen-box div.kolom-item {
        height: 320px;
    }
    section.klikbare-blokken-laag .kolommen-box div.kolom-item a h4 {
        font-size: 24px;
        line-height: 24px;
    }
    
    section.klikbare-blokken-laag .kolommen-box div.kolom-item a {
        padding: 32px;
    }
    section.tegel-detail-content div.formulier-wrapper {
        max-width: 322px;
    }
    section.tegels-overzicht div.tegels-wrapper div.tegel-item {
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
    }
    .faq-laag .categorie-box {
        max-width: 384px;
    }
    .vraag div.text-box {
        max-width: 810px;
    }
    section.footer-maps-laag .maps-wrapper ul.footer-box li {
        flex-basis: 152px;
    }
    
    section.footer-maps-laag .maps-wrapper ul.footer-box li:first-of-type {
        flex-basis: 100%;
        width: 100%;
    }
    section.footer-maps-laag .maps-wrapper ul.footer-box {
        width: 356px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px 20px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .vacature-detail .left.content-box {
        padding: 56px;
    }
    section.vacature-detail.single-detail h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 24px;
    }
    section.error404 h1 {
        font-size: 54px;
        line-height: 62px;
    }
    section.error404 {
        padding: 120px 0px;
        text-align: center;
    }
    .page-template-sub-contact section.formulier-laag {
        padding-top: 80px;
    }
    .nieuws-wrapper.flexbox-wrapper {
        gap: 40px 32px;
    }
    .nieuws-wrapper.flexbox-wrapper > div.nieuws-item {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    .gform_wrapper.gravity-theme .ginput_container_date input {
        width: 100%;
    }
    .nieuws-detail span.nieuws-afb {
        height: 400px;
    }
    .nieuws-content > span.afb-box {
        max-width: 475px;
        height: 312px;
    }
    section.footer-laag .inner {
        justify-content: space-between;
    }
    ul.meta:nth-of-type(1), ul.meta:nth-of-type(2) {
        margin-top: 32px;
    }
    ul.meta:nth-of-type(2) li a {
        margin-left: 4px;
    }
    .binnenkijken-slide {
        height: 400px;
    }
    .binnenkijken-slider.owl-carousel {
        margin-bottom: 48px;
    }
    .single-binnenkijken-bij .nieuws-wrapper.flexbox-wrapper {
        width: 100%;
    }
    .single-nieuws .right.cta-box, .single-binnenkijken-bij .right.cta-box {
        max-width: 420px;
    }
    section.nieuws-detail.single-detail h1 {
        font-size: 40px;
        line-height: 100%;
        margin-top: 16px;
    }
    .page-id-104 div#field_3_11 {
        grid-column: span 6;
    }
    .right.contactgegevens-box {
        max-width: 574px;
    }
    .header-laag h1 {
        font-size: 94px;
        line-height: 88px;
    }
    .header-laag ul li {
        margin-bottom: 12px;
    }
    section.cta-laag {
        padding: 80px 0px;
    }
    section.cta-laag .flexbox-wrapper {
        justify-content: space-between;
    }
    
    section.cta-laag .cta-item {
        flex-basis: calc(33.33% - 16px);
        width: calc(33.33% - 16px);
        height: auto;
    }
    .voor-wie-teksten .voor-wie-item span.voor-wie-afb {
        height: 320px;
    }
    section.werkwijze-laag h2, section.voor-wie-laag h2 {
        font-size: 44px;
    }
    .werkwijze-slide span.werkwijze-afb {
        height: 355px;
    }
    .werkwijze-slide span.werkwijze-afb {
        width: 440px;
        margin-bottom: 40px;
    }
    .werkwijze-slide span.getal {
        position: relative;
        left: 0;
        top: -8px;
    }
    .werkwijze-slide {
        display: flex;
        flex-wrap: wrap;
        padding: 32px;
        justify-content: space-between;
    }
    section.binnenkijken-bij-laag h2 {
        font-size: 44px;
        text-align: center;
    }
    section.binnenkijken-bij-laag p {
        text-align: center;
    }
    body.home .binnenkijken-slider .nieuws-item span.nieuws-img {
        height: 460px;
    }
    body.home .nieuws-laag .binnenkijken-slider .nieuws-item span.nieuws-img {
    align-content: flex-start;
    height: 253px;
    padding: 8px;
}
    .binnenkijken-bij-laag a.c-btn {
        margin-left: auto;
        margin-right: auto;
    }
    section.reviews-laag h2 {
        font-size: 44px;
        text-align: center;
    }
    section.reviews-laag .c-btn {
        margin-left: auto;
        margin-right: auto;
    }
    .page-id-104 div#field_3_11 {
        grid-column: span 12;
    }
    .page-id-104 div#field_3_11 div {
        width: calc(50% - 8px);
    }
    .verhaal-slider-laag .swiper div.afbeelding-box {
        height: 300px;
    }
    section.klikbare-blokken-laag.weergave-blokken .kolommen-box div.kolom-item {
        flex-basis: calc(50% - 8px);
        width: calc(50% - 8px);
    }
    .brochure-laag.resultaat-laag div.content-box {
        flex-basis: 100%;
        width: 100%;
        padding: 0;
    }
    .resultaat-laag.brochure-laag .flexbox-wrapper {
        flex-wrap: wrap;
    }
    .resultaat-laag .right.brochure-box {
        max-width: 512px;
    }
    section.resultaat-laag {
        padding: 80px 0px;
    }
    section.tegeltest-laag.test-box {
        height: calc(100vh - 93px);
        padding-top: 80px;
    }
    
    section.tegeltest-laag.test-box h2 {
        font-size: 48px;
        line-height: 100%;
    }
    #gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div input {
        height: 200px;
    }
    .gchoice.gchoice_6_1_0:before {
        height: 150px;
        width: 150px;
    }
    .test-box .gfield_radio label {
        font-size: 18px !important;
    }
    .page-template-sub-testresultaat .resultaat-laag .right.content-box, .page-template-sub-testresultaat .brochure-laag .flexbox-wrapper div.content-box, .page-template-sub-testresultaat .brochure-laag .content-box.extra-box {
        padding: 40px;
    }
    .page-template-sub-testresultaat .brochure-laag span.left.image-box {
        height: 460px;
        flex-basis: 100%;
        width: 100%;
    }
    .page-template-sub-testresultaat .resultaat-laag.brochure-laag .flexbox-wrapper div.content-box.left {
        padding: 0;
    }
    footer ul.socials:after {
        display: none;
    }
    
}

@media (min-width: 1024px) {
    .pagebuilder-layout .sub-header.tekst-header div.text-box p {
        color: rgb(0 0 0 / 80%);
    }
    
    .pagebuilder-layout .sub-header.tekst-header div.text-box h1 {
        font-size: 54px;
        line-height: 100%;
        margin-bottom: 24px;
    }
    .pagebuilder-layout .text-box h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .pagebuilder-layout .text-box h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .post-type-archive-nieuws section.nieuws-overzicht div.titel-box {
        justify-content: space-between;
        margin-bottom: 40px;
    }
    section.tegeltest-laag.test-box {
        height: auto;
    }
    
    .post-type-archive-nieuws section.nieuws-overzicht div.filter-box {
        flex-basis: auto;
        width: auto;
        margin: 0;
    }
    .post-type-archive-nieuws section.nieuws-overzicht h1 {
        font-size: 54px;
        line-height: 100%;
        margin-bottom: 0;
        flex-basis: auto;
        width: auto;
    }
    .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img {
        height: 253px;
    }
    .post-type-archive-nieuws section.nieuws-overzicht {
    padding-top: 56px;
    padding-bottom: 120px;
}
    .post-type-archive-vacatures section.sub-header.tekst-afb-header h1 {
        font-size: 54px;
    }
    .post-type-archive-vacatures section.sub-header.tekst-afb-header div.text-box {
        max-width: 753px;
    }
    .vacatures-overzicht .vacature-item .flexbox-wrapper .vacature-bullets {
        flex-basis: 328px;
        width: 328px;
        padding-left: 40px;
        margin-top: 0;
        align-self: center;
    }
    .vacatures-overzicht .vacature-item .flexbox-wrapper .vacature-content {
        flex-basis: 60%;
        width: 60%;
        padding-right: 40px;
        flex-grow: 2;
        border-right: 1px solid #00000033;
    }
    .vacatures-overzicht .vacature-item .flexbox-wrapper {
        flex-wrap: nowrap;
    }
    
    section.tegel-detail-content {
        padding-top: 64px;
    }
    section.tegel-detail-content div.afb-wrapper {
        margin-bottom: 56px;
    }
    
    section.tegel-detail-content h1 {
        font-size: 54px;
        line-height: 100%;
    }
    section.tegel-detail-content div.formulier-wrapper span.form-afb {
        width: 210px;
        height: 210px;
    }
    span.form-afb:before {
        height: 85px;
    }
    section.contact-opnemen-laag h2 {
        font-size: 40px;
        line-height: 100%;
    }
    section.contact-opnemen-laag .left.content-box {
        width: 683px;
        flex-basis: 683px;
    }

    section.klikbare-blokken-laag .kolommen-box div.kolom-item {
        height: 460px;
        flex-basis: calc(25% - 12px);
        width: calc(25% - 12px);
    }
    .pagebuilder-layout .sub-header.tekst-header div.text-box {
        max-width: 663px;
        margin: 0 auto;
    }
    .pagebuilder-layout .sub-header.tekst-header {
        padding-top: 104px;
        text-align: center;
    }
    .pagebuilder-layout section.verhaallijn-laag {
        padding-top: 96px;
        padding-bottom: 120px;
    }
    .pagebuilder-layout .tekst-afb-header div.text-box, body.post-type-archive-binnenkijken-bij section.sub-header div.text-box {
        max-width: 628px;
    }
    body.post-type-archive-binnenkijken-bij section.sub-header div.text-box {
        max-width: 733px;
    }
    .page-id-485 .pagebuilder-layout .tekst-afb-header div.text-box p {
        max-width: 628px;
    }
    .page-id-485 .pagebuilder-layout .tekst-afb-header div.text-box {
        max-width: 690px;
    }
    .pagebuilder-layout .tekst-afb-header h1, .post-type-archive-binnenkijken-bij section.sub-header.tekst-afb-header .text-box h1 {
        font-size: 54px;
        line-height: 100%;
    }
    .page-template-sub-tegels section.sub-header.tekst-header {
        padding-top: 104px;
        text-align: center;
    }
    .page-template-sub-tegels section.sub-header.tekst-header p {
        max-width: 574px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-template-sub-tegels section.sub-header.tekst-header h1 {
        font-size: 54px;
        line-height: 100%;
        margin-bottom: 24px;
    }
    section.tegels-overzicht {
        padding-top: 96px;
        padding-bottom: 120px;
    }
    section.tegels-overzicht div.tegels-wrapper div.tegel-item span.tegel-afb {
        width: 198px;
        height: 198px;
        margin-bottom: 40px;
    }
    .page-template-sub-content section.sub-contentlaag h1 {
        font-size: 54px;
        line-height: 100%;
    }
    .page-template-sub-content section.sub-contentlaag {
        padding-top: 104px;
        padding-bottom: 120px;
    }
    .binnenkijken-resultaten .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img {
        height: 460px;
    }
    .binnenkijken-resultaten .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img h3 {
        flex-basis: 100%;
        width: 100%;
    }
    .single-binnenkijken-bij span.nieuws-img h3 {
        width: 100%;
    }
    section.binnenkijken-resultaten {
        padding-bottom: 80px;
    }
}

@media (min-width: 1180px) {

    .pagebuilder-layout .tekst-afb-header {
        position: relative;
    }
    header.site-header div.menu {
        display: none;
    }
    .header-laag .c-btn {
        margin-top: 40px;
    }
    .resultaat-laag.brochure-laag .flexbox-wrapper {
        justify-content: space-between;
    }
    .page-template-sub-testresultaat section.slider-laag {
        padding-bottom: 160px;
    }
    .page-template-sub-testresultaat .resultaat-laag.brochure-laag .flexbox-wrapper div.content-box.right {
        margin-top: 0;
        padding: 56px;
        flex-basis: 794px;
        width: 794px;
    }
    
    .page-template-sub-testresultaat .resultaat-laag.brochure-laag .flexbox-wrapper div.content-box.left {
        flex-basis: 388px;
        width: 388px;
    }
    .resultaat-laag .resultaat-box span.left.image-box {
        background-size: cover !important;
        height: 100%;
        width: 100%;
    }
    
    .resultaat-laag .resultaat-box {
        height: 388px;
        overflow: hidden;
    }
    .page-template-sub-testresultaat .resultaat-laag.brochure-laag .flexbox-wrapper div.content-box.left {
        flex-basis: 492px;
        width: 492px;
    }
    .page-template-sub-testresultaat .resultaat-laag.brochure-laag .flexbox-wrapper {
        align-items: flex-start;
    }
    .resultaat-laag.brochure-laag .flexbox-wrapper > div.content-box.down .c-btn {
        margin: 0;
    }
    
    .resultaat-laag.brochure-laag .flexbox-wrapper > div.content-box.down ul {
        display: flex
    ;
        gap: 24px;
        align-items: center;
    }
    .resultaat-laag.brochure-laag .flexbox-wrapper > div.content-box.down {
        flex-basis: 966px;
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
        display: flex
    ;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    } 
    .resultaat-laag.brochure-laag .flexbox-wrapper > div.content-box.down ul li {
        margin: 0;
    }
    .page-template-sub-testresultaat section.slider-laag h2 {
        font-size: 54px;
        margin-bottom: 56px;
    }
    .page-template-sub-testresultaat .slider-laag .slide {
        height: 416px;
    }
    .page-template-sub-testresultaat section.brochure-laag .right.brochure-box .image-box.left {
        order: 2;
        flex-basis: 668px;
        width: 668px;
        height: auto;
        background-size: cover !important;
    }
    
    .page-template-sub-testresultaat section.brochure-laag .content-box.extra-box {
        flex-basis: 700px;
        width: 700px;
    }
    .page-template-sub-testresultaat section.brochure-laag .right.brochure-box {
        flex-wrap: nowrap;
    }
    .page-template-sub-testresultaat section.brochure-laag {
        padding-bottom: 160px;
    }
    .page-template-sub-testresultaat section.brochure-laag.resultaat-laag {
        padding-bottom: 80px;
    }
    .page-template-sub-tegelsdetail section.footer-laag {
        padding-top: 162px !important;
        margin-top: -140px;
    }
    .page-template-sub-tegelsdetail section.brochure-laag {
        background: transparent;
    }
    
    .resultaat-laag.brochure-laag .flexbox-wrapper > div.content-box {
        padding: 0;
        flex-basis: calc(100% - 592px);
        width: calc(100% - 592px);
    }
    .resultaat-laag .binnenkijken-slider.owl-carousel .slide {
        height: 550px;
    }
    .resultaat-laag .binnenkijken-slider.owl-carousel {
        margin: 0;
        width: 100%;
        margin-top: 40px;
    }
    .resultaat-laag .right.brochure-box span.image-box {
        background-size: 110% !important;
    }
    .header-laag ul li {
        margin-bottom: 20px;
    }
    .vacature-detail .left.content-box {
        max-width: 944px;
    }
    section.tekst-kolom-laag div.content-box {
        margin-top: 0 !important;
    }
    .tekst-kolom-laag input#input_5_11 {
        width: 100%;
    }
    section.klikbare-blokken-laag.weergave-blokken .kolommen-box div.kolom-item {
        flex-basis: calc(25% - 12px);
        width: calc(25% - 12px);
    }
    .single-vacatures section.contact-opnemen-laag, body.post-type-archive-vacatures section.contact-opnemen-laag {
        background: white url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-3.svg) no-repeat;
        background-position: 102% -50px;
    }
    div#navbar {
        max-height: initial;
        flex-basis: initial;
        width: initial;
    }
    .page-template-sub-contact section.formulier-laag h1 {
        font-size: 54px;
    }
    .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
        padding: 11px !important;
    }
    .nieuws-detail .left.content-box div.binnenkijken-slider {
        width: 100%;
        margin-left: 0;
    }
    
    .nieuws-detail .left.content-box {
        max-width: 944px;
    }
    section.nieuws-detail.single-detail > .inner div.right.cta-box {
        margin-top: 0;
    }
    
    section.nieuws-detail.single-detail > .inner {
        justify-content: space-between;
    }
    .binnenkijken-slide {
        height: 540px;
    }
    .nieuws-detail .left.content-box div.binnenkijken-slider div.owl-stage {
        padding-left: 0 !important;
    }
    .binnenkijken-slider .owl-dots {
        width: 100%;
        margin-left: 0;
    }
    section.nieuws-detail.single-detail {
        padding-bottom: 120px;
        padding-top: 56px;
    }
    .single-nieuws section.nieuws-detail.single-detail > .inner div.right.cta-box {
        margin-top: 102px;
    }
    .single-nieuws .right.cta-box .afspraak-box, .single-binnenkijken-bij .right.cta-box .afspraak-box {
        height: 260px;
    }
    section.nieuws-detail.single-detail > .inner div.right.cta-box {
        margin-top: 122px;
    }
    .single-nieuws .right.cta-box .afspraak-box a:before, .single-binnenkijken-bij .right.cta-box .afspraak-box a:before {
        content: '';
        width: 26px;
        height: 27px;
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/rechthoek-rechts.svg) no-repeat;
        margin-right: 16px;
        margin-bottom: -2px;
        background-size: contain;
        background-position: center left;
    }
    
    .single-nieuws .right.cta-box .afspraak-box a, .single-binnenkijken-bij .right.cta-box .afspraak-box a {
        padding: 24px;
    }
    .right.tegeltest-box {
        padding: 32px;
    }
    .single-nieuws section.bekijk-ook-laag, .single-binnenkijken-bij section.bekijk-ook-laag {
        padding: 120px 0px;
    }
    .single-nieuws section.bekijk-ook-laag h2, .single-binnenkijken-bij section.bekijk-ook-laag h2 {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 32px;
    }
    .single-binnenkijken-bij .nieuws-wrapper.flexbox-wrapper > div.nieuws-item span.nieuws-img {
        height: 460px;
    }
    
    .menu-menu-container {
        margin: 0;
    }
    div#navbar ul.nav-menu {
        max-height: initial;
        flex-wrap: nowrap;
        overflow: visible;
    }
    div#navbar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        overflow: visible;
        align-items: center;
        flex-grow: 2;
    }
    ul#primary-menu > li.menu-item-has-children > ul.sub-menu {
        padding: 22px 0px;
    }
    ul#primary-menu > li.menu-item-has-children > ul.sub-menu li {
        width: 100%;
        padding-left: 22px;
        padding-right: 22px;
        display: block;
        width: 100%;
        flex-basis: 100%;
        width: fit-content;
    }
    
.mobile-menu-btns {
    margin-left: 72px;
}
li.menu-item-has-children > a {
    pointer-events: all;
}
.navbar li.menu-item-has-children span.toggle-menu {
    display: none;
}
ul#primary-menu > li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    min-width: 260px;
}
ul#primary-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    max-height: initial;
    background: white;
    display: flex;
    gap: 0px 30px;
    margin-left: 0;
    overflow: visible;
    padding: 20px 0px;
    padding-left: 0;
    left: 0;
}
div#navbar nav div.menu-menu-container ul.nav-menu {
    justify-content: flex-end;
    gap: 16px;
}
div#navbar nav {
    flex-grow: 2;
}
div#navbar ul.flexbox-wrapper {
    display: none;
    margin: 0;
}
div#navbar ul.knoppen li, div#navbar ul.knoppen li a {
    margin: 0;
    width: auto;
}
div#navbar ul.knoppen {
    max-height: initial;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
div#navbar ul.nav-menu > li {
    flex-basis: auto;
    width: auto;
}
ul#primary-menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #FFF;
    padding-top: 33px;
}
section.top-header ul.flexbox-wrapper li a {
    text-decoration: none;
}
section.top-header .inner {
    display: flex;
    justify-content: space-between;
}
section.top-header ul.flexbox-wrapper {
    display: flex;
    gap: 24px;
    margin-left: auto;
}
section.top-header ul.flexbox-wrapper li {
    line-height: 16px;
}
.top-header a.email {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    width: fit-content;
    transform: translateY(-50%);
}

    span.footer-logo.mobile-content {
        display: none;
    }
    .footer-laag ul.footer-box {
        width: auto;
        flex-basis: auto;
        margin: 0 !important;
        max-height: initial;
    }
    ul.meta li:nth-of-type(2):after {
        content: '';
        display: block;
        height: 14px;
        width: 1px;
        background: white;
        margin-left: 10px;
    }
   
    ul.meta:nth-of-type(2) li:nth-of-type(2):after {
        display: none;
    }
    
    .footer-laag ul.footer-box li:not(:first-of-type) a {
        padding: 0;
    }
    .footer-laag ul.footer-box li {
        padding: 0;
        border: 0;
    }
    .footer-laag ul.footer-box:last-of-type {
        border: none;
    }
    .footer-laag ul.footer-box li h4:after {
        display: none;
    }
    section.footer-laag {
        background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/03/marble-bg-desktop.png) no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top:162px !important;
    }
    .single-binnenkijken-bij section.footer-laag, .single-nieuws section.footer-laag {
        padding-top: 80px !important;
    }
    .footer-laag ul.footer-box li:nth-of-type(1) {
        margin-bottom: 16px;
    }
    .footer-laag ul.footer-box li {
        margin-bottom: 8px;
    }
    .footer-laag ul.footer-box li.flexbox-wrapper span:nth-of-type(1) {
        flex-basis: 95px;
    }
    
    .footer-laag ul.footer-box li.flexbox-wrapper span {
        text-align: left;
    }
    .footer-laag ul.footer-box li.flexbox-wrapper {
        gap: 32px;
        justify-content: flex-start;
    }
    .footer-laag ul.footer-box li:last-of-type {
        margin-bottom: 0;
    }
    section.footer-laag .inner:nth-of-type(1) {
        flex-wrap: nowrap;
        padding-bottom:100px;
    }
    section.footer-laag .inner:nth-of-type(2):before {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 48px);
        height: 1px;
        background: #FFFFFF33;
        top: -20px;
        left: 24px;
    }
    section.footer-laag div.inner.flexbox-wrapper:nth-of-type(2) ul.socials {
        display: none;
    }
    section.error404 {
        padding: 200px 0px;
        text-align: center;
    }
    .page-template-sub-download .brochure-laag .content-box h3 {
        font-size: 32px;
        line-height: 34px;
    }
    section.vacature-detail.single-detail .flexbox-wrapper {
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 40px;
    }
    .single-vacatures .information-box.right {
        position: sticky;
        top: 112px;
    }
    .nieuws-wrapper.flexbox-wrapper > div.nieuws-item {
        width: calc(33.33% - 22px);
        flex-basis: calc(33.33% - 22px);
    }
    body.page-template-sub-download section.brochure-laag div.flexbox-wrapper span.left {
        flex-basis: 668px;
        width: 668px;
        background-size: cover !important;
    }
    
    .post-type-archive-vacatures .sub-header.tekst-afb-header span.header-img {
        position: absolute;
        width: 832px;
        height: calc(100% + 58px);
        right: 0;
        top: -58px;
    }
    .post-type-archive-vacatures .sub-header.tekst-afb-header {
        position: relative;
    }
    .vacatures-wrapper.flexbox-wrapper .left.vacatures-box {
        flex-basis: 60%;
        width: 60%;
        flex-grow: 2;
    }
    
    .vacatures-wrapper.flexbox-wrapper {
        gap: 40px;
        flex-wrap: nowrap;
    }
    section.vacatures-overzicht div.vacature-item {
        padding: 32px;
    }
    body.page-template-sub-download section.brochure-laag div.flexbox-wrapper div.content-box {
        flex-basis: 700px;
        width: 700px;
        padding: 32px;
    }
    body.page-template-sub-download ul.opsomming {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 24px;
        margin-bottom: 32px;
    }
    body.page-template-sub-download section.brochure-laag {
        padding-bottom: 200px;
    }
    body.page-template-sub-download section.brochure-laag div.flexbox-wrapper {
        gap: 24px;
    }
    body.page-template-sub-download section.brochure-laag span.left {
        order: 2;
    }
    .pagebuilder-layout .tekst-afb-header span.header-img, body.post-type-archive-binnenkijken-bij section.sub-header span.header-img {
        position: absolute;
        width: 832px;
        height: calc(100% + 58px);
        right: 0;
        top: -58px;
    }
    .post-type-archive-binnenkijken-bij section.binnenkijken-resultaten {
        padding-top: 56px;
    }
    .post-type-archive-binnenkijken-bij section.reviews-laag {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    body.post-type-archive-binnenkijken-bij section.sub-header {
        position: relative;
    }
    section.footer-laag div.inner.flexbox-wrapper:nth-of-type(2) ul.socials {
        display: flex;
        width: auto;
        flex-basis: auto;
        margin: 0;
        order: 4;
    }
    section.footer-laag .inner.flexbox-wrapper:nth-of-type(2) span.footer-logo {
        display: block;
        order: -1;
    }
    section.footer-laag .inner:nth-of-type(2) {
        align-content: center;
        align-items:center;
    }
    ul.meta:nth-of-type(1), ul.meta:nth-of-type(2) {
        margin-top:0;
    }
    .pagebuilder-layout section.faq-laag {
        padding: 64px 0px;
    }
    section.faq-laag > .flexbox-wrapper {
        flex-wrap: nowrap;
        gap: 80px;
        align-items: flex-start;
    }
    .vragen-wrapper .vraag {
        padding: 32px 0px;
    }
    .faq-laag .categorie-box {
        margin-bottom: 0;
    }
    section.tegel-detail-content .flexbox-wrapper {
        justify-content: space-between;
        align-items: flex-start;
    }
    
    section.tegel-detail-content .flexbox-wrapper > .formulier-wrapper {
        margin-top: 0;
        position: sticky;
        top: 112px;
    }
    
    section.tegel-detail-content div.formulier-wrapper {
        max-width: 354px;
        padding: 32px;
    }
    section.tegel-detail-content .flexbox-wrapper > .content-wrapper {
        flex-basis: calc(75% - 40px);
        width: calc(75% - 40px);
        max-width: 992px;
    }
    .pagebuilder-layout section.klikbare-blokken-laag  {
        padding-top: 120px;
    }
    .page-id-83 .pagebuilder-layout section.klikbare-blokken-laag {
        padding-top: 88px;
    }
    /* .verhaallijn-box div.verhaallijn-item:nth-of-type(2n) div.verhaallijn-content {
        padding-left: 120px;
    } */
    p#breadcrumbs * {
        line-height: 17px;
    }
    .pagebuilder-layout .tekst-afb-pluspunt-laag .text-box {
        max-width: 832px;
    }
    
    .pagebuilder-layout .text-box {
        padding-bottom: 0;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box div.opsomming-box {
        margin-right: 120px;
        margin-bottom: -294px;
        margin-top: -90px;
    }
    section.tekst-afb-pluspunt-laag .opsomming-afb-box span.full-width-image {
        height: 600px;
    }
    section.verhaallijn-laag {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .pagebuilder-layout .verhaallijn-box .verhaallijn-item:nth-of-type(2n) span.verhaallijn-afb {
        order: 2;
    }
    .pagebuilder-layout .verhaallijn-box .verhaallijn-item span.verhaallijn-afb {
        height: 430px;
    }
    .pagebuilder-layout .verhaallijn-box .verhaallijn-item:before {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        width: 64px;
        height: 64px;
        font-size: 22px;
        transform: translateY(-50%);
    }
    .pagebuilder-layout .Grijs .verhaallijn-box .verhaallijn-item:before {
        background: #f6f6f6 url(https://www.id-tiles.nl/wp-content/uploads/2024/03/Vierkant.svg) no-repeat;
        border: 20px solid #f6f6f6;
    }
    .pagebuilder-layout .Wit .verhaallijn-box .verhaallijn-item:before {
        background: white url(https://www.id-tiles.nl/wp-content/uploads/2024/03/Vierkant.svg) no-repeat;
        border: 20px solid white;
    }
    .page-id-77 div#content {
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-groot.svg) no-repeat;
        background-position: 80px -40px;
    }.verhaal-slider-laag .swiper {
        height: 500px;
    }
    
    
    .pagebuilder-layout .verhaallijn-box .verhaallijn-item {
        justify-content: space-between;
        padding: 0;
        position: relative;
        align-items: center;
    }
    .verhaallijn-box:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    section.tekst-afb-laag .flexbox-wrapper span.afbeelding-box {
        margin-top: 0;
    }
    
    section.tekst-afb-laag .flexbox-wrapper {
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
    }
    section.tekst-afb-laag .flexbox-wrapper .content-box {
        margin-top: 40px;
        max-width: 50%;
    }
    .tekst-kolom-laag .content-box {
        flex-basis: 50%;
        width: 50%;
    }
    .page-template-sub-pagebuilder section.brochure-laag {
        padding-top: 120px;
    }
    .pagebuilder-layout .verhaallijn-box .verhaallijn-item {
        margin-bottom: 104px;
    }
    .brochure-laag .content-box h3 br {
        display: table;
    }
    
    .brochure-laag .content-box h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .brochure-laag .content-box ul li {
        margin-bottom: 16px;
    }
    .brochure-laag .flexbox-wrapper div.content-box {
        padding-left: 48px;
        padding-bottom: 40px;
    }
    .brochure-laag .content-box p {
        margin: 24px 0px;
    }
    section.tegel-detail-content {
        background: white;
    }
    section.tegel-detail-content {
        position: relative;
    }
    
    section.tegel-detail-content:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 420px;
        background: #f6f6f7;
        top: 0;
    }
    section.tegel-detail-content {
        padding-bottom: 120px;
    }
    section.contact-opnemen-laag {
        padding: 120px 0px;
    }
    div#field_3_7 select {
        max-width: 334px;
    }
    section.contact-opnemen-laag span.contact-opnemen-afb {
        height: 560px;
        display: block;
        width: 50%;
        max-width: 634px;
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/02/maak-een-afspraak.jpg) no-repeat;
        margin-left: auto;
        background-size: cover !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat;
    }
    section.tegels-overzicht div.tegels-wrapper div.tegel-item {
        flex-basis: calc(25% - 12px);
        width: calc(25% - 12px);
        padding-top: 50px;
    }
    .tegel-detail-content .afb-wrapper span.tegel-afb {
        border: 6px solid white;
    }
    .tegel-slider .owl-stage {
        padding-left: 0 !important;
    }
    .tegel-slider {
        margin-top: 64px;
        width: 100%;
        margin-left: 0;
    }
    .tegel-slider .owl-nav {
        width: calc(100% + -32px);
        margin-left: -16px;
    }
    .binnenkijken-slider .owl-nav > div {
        width: 48px;
        height: 48px;
    }
    .tegel-slider .tegel-slide {
        height: 500px;
    }
    .page-template-sub-tegelsdetail section.tegel-detail-content div.formulier-wrapper {
        position: relative;
        top: initial;
    }
    .post-type-archive-vacatures section.contact-opnemen-laag span.contact-opnemen-afb, .single-vacatures section.contact-opnemen-laag span.contact-opnemen-afb{
        height: auto;
        background-position: 80% 50% !important;
    }
    section.footer-maps-laag .maps-wrapper {
        height: 546px;
    }
    .formulier-wrapper div.form-box input:focus, .formulier-wrapper div.form-box textarea:focus, .formulier-wrapper div.form-box select:focus {
        border: 1px solid grey;
    }
    section.vacature-detail.single-detail {
        padding-bottom: 120px;
    }
    .page-id-112.page-template-sub-contact section.formulier-laag span.contact-opnemen-afb {
        position: fixed;
        max-width: 848px;
        width: 50vw;
        height: 100%;
        top: 0;
        right: 0;
        background-size: cover !important;
        background-position: 50% 50% !important;
        background-repeat: no-repeat;
    }
    .page-template-sub-contact .form-box {
        max-width: 685px;
        z-index: 2;
    position: relative;
        width: 47%;
    }
    .page-template-sub-contact .gform_wrapper.gravity-theme .ginput_container_date input {
        width: 100% !important;
    }
    body.page-id-104 section.formulier-laag div.inner:nth-of-type(1) {
        min-height: 822px;
    }
    body .nav-header:after {
        display: none;
    }
    section.sub-header.tekst-afb-header:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: calc(100% + 58px);
        top: -60px;
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-3.svg) no-repeat;
        background-size: 500px;
        background-position: 35% 50%;
        z-index: -1;
    }
    body.page-id-104 section.formulier-laag div.inner:nth-of-type(2) > div {
        margin-left: auto;
        margin-top: 0;
    }
    
    body.page-id-104 section.formulier-laag {
        position: relative;
        padding-bottom: 120px;
    }
    .page-template-sub-contact section.faq-laag {
        padding: 120px 0px;
        background: #F6F6F7 url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-contact.svg) no-repeat;
        background-position: 60px -30px;
    }
    .page-template-sub-contact section.faq-laag h2 {
        text-align: center;
        font-size: 54px;
        margin-bottom: 40px;
    }
    .sub-contact .vragen-wrapper {
        max-width: 928px;
        margin: 0 auto;
    }
    body.page-id-104 section.formulier-laag div.inner:nth-of-type(2) {
        position: absolute;
        right: 0;
        top: 80px;
        left: 0;
    }
    .contactgegevens-box ul.footer-box:nth-of-type(1) li {
        width: 50%;
        flex-basis: 50%;
    }
    .contactgegevens-box ul.footer-box:nth-of-type(1) > li:nth-of-type(1) {
        flex-basis: 100%;
        width: 100%;
    }
    .contactgegevens-box ul.footer-box:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 0px;
    }
    ul.footer-box.openingstijden li:not(:nth-of-type(1)) span:nth-of-type(1) {
        width: 95px;
    }
    
    ul.footer-box.openingstijden li:not(:nth-of-type(1)) {
        justify-content: flex-start;
        gap: 56px;
    }
    .header-laag h1 br:nth-of-type(1) {
        display: none;
    }
    section.header-laag {
        height: calc(100vh - 134px);
        display: flex;
        align-items: center;
        max-height: 940px;
    }
    .download-brochure-float a.c-btn {
        background: black;
        margin: 16px;
        width: calc(100% - 32px);
    }
    .download-brochure-float a.c-btn:hover {
        background-color: #3f3f3f;
    }
    section.reviews-laag {
        padding: 160px 0px;
        opacity: 0;
    pointer-events: none;
    padding: 80px 0px;
    max-height: 0;
    }
    .download-brochure-float span.image-box {
        display: block;
        width: 283px;
        height: 216px;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .page-id-2  .download-brochure-float, .page-id-94  .download-brochure-float, .page-id-102  .download-brochure-float, .post-type-archive-binnenkijken-bij .download-brochure-float, .post-type-archive-nieuws .download-brochure-float {
        display: block;
    }
    .download-brochure-float {
        display: none;
        position: fixed;
        bottom: 32px;
        right: 32px;
        z-index: 10000;
        background: white;
    }
    .download-brochure-float span.close-btn {
        position: absolute;
        width: 12px;
        height: 12px;
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/close.svg) no-repeat;
        right: 8px;
        top: 8px;
        cursor: pointer;
    }
    .download-brochure-float.hidden {
        display: none;
        pointer-events: none;
    }
    .cta-laag .flexbox-wrapper .cta-afb {
        height: 253px;
    }
    .cta-laag .cta-content .c-btn {
        margin-top: 24px;
    }
    
    .cta-laag .cta-content {
        padding: 24px;
        text-align: center;
    }
    .cta-item.tegeltest a {
        padding: 32px;
    }
    .cta-item.tegeltest:after {
        background: linear-gradient(0deg, rgba(23, 23, 23, 0.60) 0.04%, rgba(44, 44, 44, 0.00) 99.95%);
    }
    .cta-laag .flexbox-wrapper {
        gap: 32px;
        flex-wrap: nowrap;
    }
    section.voor-wie-laag {
        padding: 160px 0px;
    }
    .voor-wie-teksten .voor-wie-item span.voor-wie-afb {
        display: none !important;
    }
    .voor-wie-box .right.content-box {
        flex-basis: calc(50% - 40px);
        width: calc(50% - 40px);
    }
    .voor-wie-box .left.images-box .voor-wie-item:before {
        display: none;
    }
    .voor-wie-box .left.images-box {
        display: block !important;
        width: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
        position: relative;
        min-height: 555px;
        height: 555px;
    }
    .voor-wie-box {
        justify-content: space-between;
    }
    .voor-wie-box .left.images-box .voor-wie-item.active {
        opacity: 1;
    }
    
    .voor-wie-box .left.images-box .voor-wie-item {
        position: absolute;
        opacity: 0;
        transition: .2s ease-in-out;
    }
    .voor-wie-box .left.images-box .voor-wie-item span {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        
    }
    .voor-wie-box .left.images-box .voor-wie-item, .voor-wie-box .left.images-box .voor-wie-item span {
        display: block;
        width: 100%;
        height: 100%;
        max-height: initial;
    }
    .voor-wie-teksten {
        gap: 60px;
    }
    section.werkwijze-laag {
        padding: 160px 0px;
        background: black url(https://www.id-tiles.nl/wp-content/uploads/2024/03/marble-bg-desktop.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    section.werkwijze-laag div.left {
        max-width: 574px;
    }
    .werkwijze-laag .left .c-btn {
        margin-top: 24px;
    }
    .werkwijze-laag .left .flexbox-wrapper {
        flex-wrap: nowrap;
        gap: 64px;
    }
    .flexbox-wrapper div.hoogtepunt {
        flex-basis: auto;
        width: auto;
    }
    .right.werkwijze-scroll {
        flex-basis: 680px;
        margin-left: auto;
    }
    .werkwijze-slider {
        margin: 0;
        width: 100%;
    }
    .werkwijze-slider div.werkwijze-slide {
        margin-bottom: 32px;
    }
    .werkwijze-slider div.werkwijze-slide:last-of-type {
        margin-bottom: 0;
    }
    section.binnenkijken-bij-laag {
        padding: 120px 0px;
    }
    body.home .binnenkijken-slider .nieuws-item h3 {
        width: 100%;
    }
    section.sub-contentlaag.verhaal-slider-laag h1 {
        font-size: 54px;
        line-height: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
    section.sub-contentlaag.verhaal-slider-laag > .inner {
        max-width: initial;
        padding: 0;
    }
   
    .verhaal-slider-laag .swiper .swiper-slide {
        opacity: 0;
        pointer-events: none;
    }
    .verhaal-slider-laag .swiper .swiper-slide-active {
        opacity: 1;
        pointer-events: all;
    }
    .verhaal-slider-laag .swiper .swiper-slide .content-box {
        max-width: 1400px;
        margin: 0 auto;
    }
    .verhaal-slider-laag .swiper .swiper-slide .content-box > div:not(.afbeelding-box) {
        max-width: 573px;
    }
    .verhaal-slider-laag .swiper .swiper-slide .content-box > div:not(.afbeelding-box) {
        padding-left: 50px;
        position: relative;
    }
    
    .verhaal-slider-laag .swiper .swiper-slide .content-box > div:not(.afbeelding-box):before {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/Vierkant.svg) no-repeat;
        position: absolute;
        left: 0;
        background-size: contain;
        background-position: center center;
    }
    .verhaal-slider-laag .swiper {
        height: 1000px;
        max-height: 1000px;
    }
    .verhaal-slider-laag .swiper-pagination {
        display: flex;
        top: 0px;
        height: auto !important;
        bottom: initial;
        text-align: center;
        transform: rotate(90deg);
        margin-left: -68px;
        margin-top: 24px;
    }
    .page-template-sub-overons div#main {
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-groot.svg) no-repeat;
        background-position: 50% -20%;
    }
    section.klikbare-blokken-laag .kolommen-box div.kolom-item a:hover h4 {
        text-decoration: underline;
    }
    section.cta-laag .cta-item.tegeltest:hover:before, .kolom-item:hover:before {
        transform: scale(1.1);
    }
    section.cta-laag .cta-item.tegeltest {
        position: relative;
        transition: .2s ease-in-out;
        overflow: hidden;
    }
    .kolom-item {
        position: relative;
        transition: .2s ease-in-out;
        overflow: hidden;
    }
    section.cta-laag .cta-item.tegeltest:before, .kolom-item:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: inherit;
        transition: inherit;
    }
    .page-template-sub-overons section.footer-cta-laag {
        padding-top: 60px;
    }
    .verhaal-slider-laag > .content-box {
        padding-top: 252px;
    }
    .verhaal-slider-laag .swiper, .verhaal-slider-laag .swiper * {
        overflow: visible;
    }
    .verhaal-slider-laag .swiper div.afbeelding-box {
        position: absolute;
        width: 50vw;
        right: 0;
        max-width: 903px;
        top: -396px;
        margin: 0;
        height: 900px;
    }
    .page-template-sub-tegels div#main {
        background: url(https://www.id-tiles.nl/wp-content/uploads/2024/03/D-achtergrond-2.svg) no-repeat;
        background-position: 5% 100%;
    }
    .werkwijze-laag .flexbox-wrapper div.left {
        position: sticky;
        top: 250px;
    }
    
    .werkwijze-laag .flexbox-wrapper {
        align-items: flex-start;
    }
    .binnenkijken-bij-laag .inner p {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    section.tegels-overzicht div.tegels-wrapper {
        gap: 40px 16px;
    }
    .resultaat-laag .formulier {
        border-top: 1px solid #D7D7D7;
        margin-top: 40px;
        padding-top: 16px;
    }
    #gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div {
        flex-basis: calc(25% - 18px);
        width: calc(25% - 18px);
    }
    #gform_6 .ginput_container.ginput_container_radio div.gfield_radio > div input {
        height: 300px;
    }
    .test-box .gchoice:before {
        width: 200px;
        height: 200px;
        top: 50px;
    }
    .test-box .gfield_radio label {
        font-size: 22px !important;
        line-height: 100%;
        margin-top: 16px;
    }
    body .tegeltest-laag .gform_page_footer.before {
        margin-top: 80px;
    }
    section.tegeltest-laag.test-box.visible {
        display: block !important;
        padding-bottom: 80px;
        min-height: calc(100vh - 93px);
    }
    #gform_6 .ginput_container.ginput_container_radio div.gfield_radio {
        justify-content: center;
    }
    .right.contactgegevens-box span.contact-opnemen-afb {
        height: 300px;
    }

}

@media (max-width:1040px) {

    section.tekst-afb-laag span.afbeelding-box {
        max-height:430px;
    }

}

@media (min-width:1800px) {

    section.tegel-detail-content .afb-wrapper span.sub-header, .tegel-detail-content .afb-wrapper span.tegel-header {
        height: 460px;
    }

}

@media (min-width:2000px) {

    section.tegel-detail-content .afb-wrapper span.sub-header, .tegel-detail-content .afb-wrapper span.tegel-header {
        height: 568px;
    }

}

@media (max-width:500px) {

    section.tekst-afb-laag span.afbeelding-box {
        max-height:283px;
    }
    .verhaallijn-box {
        max-height: 600px;
        overflow-y: scroll;
    }
    ul.footer-box:last-of-type li.flexbox-wrapper span:nth-of-type(1) {
        width: 90px;
    }
    
    ul.footer-box:last-of-type li.flexbox-wrapper {
        gap: 40px;
        margin-bottom: 8px;
    }
    .footer-laag ul.footer-box:nth-of-type(4) li a {
        padding: 0;
    }
    .footer-laag ul.footer-box li:last-of-type {
        padding-bottom: 32px;
    }
    .footer-laag ul.footer-box li:not(:first-of-type) a {
        padding: 0;
    }
    .swiper {
        max-height: 725px;
    }

}

/**
 * Einde - Pagebuilder Style 
 * ----------------------------------------------------------------------------
 */

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


}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

    section.footer-cta-laag .flexbox-wrapper > div.afspraak-box a {
        padding: 24px;
    }
    section.footer-cta-laag .flexbox-wrapper > div.afspraak-box {
        height: auto;
    }
    section.footer-cta-laag .flexbox-wrapper > div {
        flex-basis: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    section.footer-cta-laag .flexbox-wrapper div.right {
        margin: 0;
    }
    section.footer-cta-laag .flexbox-wrapper {
        flex-wrap: nowrap;
        gap: 32px;
    }
    section.footer-cta-laag .flexbox-wrapper div.right.tegeltest-box h3 {
        margin-bottom: 16px;
        color: black;
    }
    
    section.footer-cta-laag .flexbox-wrapper div.right.tegeltest-box {
        padding: 32px;
    }
   

}
@media (min-width: 1025px) {
}
@media (min-width:1160px) {
}
@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"] {
        text-decoration: none;
    }
}

.nieuws-detail .nieuws-content .text-box ul{
    list-style-type: disc;
}