/*
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;
}
* {
    -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
}
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: 0;
}
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 {
    margin: 0px 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: 1px;
}
.menu {
    width: 30px;
    height: 26px;
    order: 2;
    position: relative;
    align-self: center;
    margin-left: 10px;
}
header.site-header div.menu .close-btn span:nth-of-type(2) {
    transform: rotate(-25deg);
    top: 30%;
}
header.site-header div.menu .close-btn span:nth-of-type(1) {
    transform: rotate(25deg);
    top: 30%;
}

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

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

header.site-header div.menu .close-btn {
    position: absolute;
    height: 20px;
    width: 44px;
    transition: .3s ease-in-out;
    top: 50px;
}
div#navbar.open ul {
    max-height: 1000px;
}
header.site-header div.menu.open .open-btn {
    top: -36px;
}
header.site-header div.menu .open-btn {
    position: absolute;
    top: 0;
    width: 30px;
    height: 26px;
    transition: .3s ease-in-out;
}
.menu span {
    position: absolute;
    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;
}

.menu .close-btn span:nth-of-type(3) {
    color: #121725;
    bottom: 3px;
    left: -1px;
    background: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}


/**
 * 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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form p {
    margin: 0;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 8px;
}
form input, form textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 16px;
    padding: 10px;
}
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;
}

/**
 * Algemeen
 * ----------------------------------------------------------------------------
 */

 html{
    scroll-padding-top: 150px;
 }

 body{
    overflow-x: hidden;
    overflow-y: hidden;
 }

.hfeed.site{
    margin-top: 130px;
}

 .inner{
	width: 100%;
	max-width: 1316px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	font-family: "Nunito Sans", sans-serif;
	font-weight: normal;
	font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #121725CC;
}
.flexbox-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.flexbox-wrapper.sb{
	justify-content: space-between;
}
.bg-img{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: #121725;
}

h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	
}
h1{
    font-size: 44px;
    line-height: 42px;
}

.subpages .hoofdlaag h1 {
    font-size: 36px;
    line-height: 36px;
}


h2{
    font-size: 36px;
    line-height: 36px;
}
h3{

}

h6{

}




a.btn, .gform_button.button{
    padding: 17px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 41px;
    color: white;
    border: 1px solid #F0803C;
    background-color: #F0803C;
    font-size: 16px;
}

a.btn:hover, .gform_button.button:hover{
    background-color: transparent;
    color: #F0803C;
}

.gform_button.button{
    
}

a.btn::after, .gform_button.button::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-arrow-right-b.svg);
    display: block;
    width: 40px;
    height: 40px;
    display: inline;
    padding-left: 19px;
    border-left: 1px solid #FAE799;
    margin-left: 19px;
    transition: 0.2s; */
}

a.btn:hover::after, .gform_button.button:hover::after{
}

a.a-link{

}


a.a-link:hover{

}

#breadcrumbs{
    margin-bottom: 15px;
    position: relative;
    z-index: 4;
}

#breadcrumbs *{
    color: #121725;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

#breadcrumbs a{
    text-decoration: underline;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
}

#breadcrumbs a:hover{
    text-decoration: none
}

#breadcrumbs .delimiter{
    margin: 0 4px;
}

.pretitel{
    text-transform: uppercase;
    color: #1278E2;
    font-size: 16px;
    line-height: 16px;
    font-family: Nunito Sans;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 14px;
}



.accordion, .accordion-home {
    background-color: transparent;
    color: #121725;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
  }

  .homepage .dienstenlaag .content div .panel *:last-child {
    margin-bottom: 33px;
}
  
  .accordion:after, .accordion-home:after {
    content: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-plus.svg);
    float: right;
    margin-left: 5px;
  }
  
  .accordion.active:after, .accordion-home.active:after {
    content: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-min.svg);
  }
  
  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    border-bottom: 1px solid #12172533;
    font-size: 16px;
  }
  .panel *:last-child{
    margin-bottom: 24px;
  }



 /**
 * Navbar
 * ----------------------------------------------------------------------------
 */
.top-header{
    background-color: #121725;
    padding: 9px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


.top-header .inner span{
    width: 20px;
    height: 20px;
    display: inline-block;
}

.top-header .inner p.rating{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    color: white;
    margin: 0 8px;
}

.top-header .review>span{
    position: relative;
    top: 2px;
}

.top-header .review a{
    position: relative;
    bottom: 1px;
}

.top-header .inner a{
    font-size: 16px;
    line-height: 16px;
    color: white;
    text-decoration: underline; 
}

.top-header .inner a:hover{
    text-decoration: none;
}

.top-header .inner>.flexbox-wrapper{
    justify-content: center;
}

.top-header .inner>.flexbox-wrapper>div:not(:first-of-type){
    display: none;
}



.site-header{
    height: 86px;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    padding: 17px 0;
    z-index: 999;
    background: white!important;
    box-shadow: 0px 4px 4px 0px #A0A0A026;
    transition: 0.2s ease-in-out;
}

.site-header .inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.site-header .inner .home-link{
    width: 144px;
    height: 52px;
    margin-left: 20px;
}

.site-header .inner>.btn{
    margin-left: auto;
    margin-right: 10px;
}

.site-header .inner .menu{
    overflow: hidden;
    width: 44px;
    height: 40px;
    margin-right: 19px;
    position: relative;
    bottom: 4px;
    cursor: pointer;
}

header.site-header div.menu .open-btn{
    position: absolute;
    top: 6px;
    width: 44px;
    height: 33px;
    transition: 0.3s ease-in-out;
}

.menu span{
    background: #121725;
}

header.site-header div.menu .open-btn span:nth-of-type(1){
    top: 0;
}

header.site-header div.menu .open-btn span:nth-of-type(2){
    top: 7px;
}

header.site-header div.menu .open-btn span:nth-of-type(3){
    top: 15px;
}

header.site-header div.menu .open-btn span:nth-of-type(4){
    color: #121725;
    bottom: 16px;
    left: -1px;
    background: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

div#navbar{
    order: 4;
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
    top: 11px;
}

div#navbar.open {
    padding: 40px 0 30px;
    height: calc(100vh - 72px);
    max-height: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-color: white;
    border-top: 0;
    margin: unset;
}

div#navbar.open .nav-menu{
    max-height: calc(100vh - 400px)!important;
    overflow-y: scroll;
}

div#navbar .nav-menu>li{
    font-weight: bold;
    border-bottom: 1px solid #DAE1EFB2;
    padding-bottom: 17px;
    margin: 0 24px 17px;
    list-style-type: none;
}

div#navbar ul li{
    padding-bottom: 17px;
    border-bottom: 1px solid #DAE1EFB2;
    margin-bottom: 20px;
}


div#navbar ul li a{
    color: #121725;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    transition: 0.15s;
    position: relative;
    font-weight: 700;
}

div#navbar ul.nav-menu>li:last-of-type, div#navbar ul.nav-menu li#menu-item-331{
    display: none;
}

div#navbar ul li a::after{
    content: url();
    display: inline-block;
    position: absolute;
    right: 0;
}

div#navbar ul li a:hover{
    color: #a3a3a3!important;
}

.nav-menu li.menu-item-has-children {
    position: relative;
}

.nav-menu li.menu-item-has-children::after {
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/chevron-white-down.svg); */
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    top: -3px;
    right: 0;
    transition: 0.4s;
}

.nav-menu li.menu-item-has-children.open::after {
    transform: rotatex(180deg);
    top: 13px;
}

.nav-menu .sub-menu {
    display: none;
}

.nav-menu .sub-menu li {
    border-bottom: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    border-bottom: 1px solid #FFFFFF38;
}

.nav-menu .sub-menu li:first-of-type{
    border-top: 1px solid #FFFFFF38;
    margin-top: 20px;
}

.nav-menu .sub-menu li:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
}

.site-header .nav-menu-extra{
    margin: 16px 25px 0;
}

.site-header .nav-menu-extra a.btn{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: #FB8500;
    border: 1px solid #fb8500;
    color: white;
}

.site-header .nav-menu-extra a.btn:last-of-type{
    background: transparent;
    border: 1px solid white;
    margin-top: 8px;
}

.site-header .nav-menu-extra a.btn:first-of-type:hover{
    background-color: transparent;
    color: #fb8500;
}

.site-header .nav-menu-extra a.btn:last-of-type:hover{
    background-color: white;
    color: #001333;
}

.site-header .navbar-btn{
    margin-left: auto;
    margin-right: 5px;
}

.site-header .navbar-btn a{
    display: inline-block;
    margin-top: 3px;
    height: fit-content;
    transition: 0.2s;
}

.site-header .navbar-btn a:hover{
    opacity: 0.7;
}

.fixed-btn{
    display: none;
}

.site-header .navbar-btn a span{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    background: transparent linear-gradient(104deg, #5BE1E7 0%, #38B6FE 100%) 0% 0% no-repeat padding-box;
    position: relative;
}

.site-header .navbar-btn a:first-of-type span::after{
    content: url();
    position: absolute;
    left: 8px;
    top: 7px;
    transform: scale(0.7);
}

.site-header .navbar-btn a:last-of-type span::after{
    content: url();
    position: absolute;
    left: 7px;
    top: 10px;
    transform: scale(0.7);
}

.site-header .navbar .btn.navbar{
    width: calc(100% - 48px);
    margin: 7px auto 0;
    text-align: center;
}


/* Keyframes for fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Keyframes for fade-out effect */
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.navbar a {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.navbar.open a {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.navbar.open .nav-menu-extra {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.navbar .nav-menu-extra {
    animation: fadeOut 0.3s ease-in-out forwards;
}

.site-header a.btn.desktop{
    display: none;
}

.site-header .inner .navbar-buttons.mobile{
    margin-left: auto;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp{
    display: inline-block;
    width: 45px;
    height: 40px;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp span{
    width: 30px;
    height: 30px;
}



.site-header .inner .navbar-buttons.mobile a.whatsapp{
    margin-left: 8px;
    position: relative;
    transition: 0.2s;
    width: 54px;
    height: 54px;
    background-color: #60D669;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.site-header .inner .navbar-buttons.mobile a.whatsapp:hover{
    opacity: 0.7;
}

.site-header .inner .navbar-buttons.mobile a.btn.phone{
    border-radius: 4px;
    background: #D6E2E2;
    border-color: #D6E2E2;
}

.site-header .inner .navbar-buttons.mobile a.btn.phone::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-phone.svg); */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

.site-header .inner .navbar-buttons.mobile a.btn.mail::after{
    /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/icon-mail.svg); */
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 9px;
    top: 11px;
    padding-left: unset;
    border-left: unset;
    margin-left: unset;
}

div#navbar ul li ul li{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

div#navbar ul li.menu-item-has-children>a::after{
    content: url()!important;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

div#navbar ul li.menu-item-has-children.open>a::after{
    transform: rotateX(180deg);
}

/**
 * Scrolled
 * ----------------------------------------------------------------------------
 */

 .site-header.scrolled .inner .home-link{
    background-image: url()!important;
 }

 .site-header.scrolled{
    background: white;
 }

 .site-header.scrolled div#navbar.open{
    background-color: white;
 }

 .site-header.scrolled .menu span{
    background: black;
 }

 .site-header.scrolled div.menu .open-btn span:nth-of-type(4){
    color: black;
 }

 .site-header.scrolled .menu .close-btn span:nth-of-type(3){
    color: black;
    background: transparent;
 }

 .site-header.scrolled div#navbar ul li a{
    color: black;
 }

 .site-header.scrolled div#navbar .nav-menu>li{
    border-bottom: 1px solid #00000038;
 }

 .site-header.scrolled div#navbar ul li a::after{
    content: url();
 }

 .site-header.scrolled div#navbar ul li.menu-item-has-children>a::after{
    content: url()!important;
 }

 .site-header.scrolled .nav-menu .sub-menu li:first-of-type{
    border-top: 1px solid #00000038;
 }


 /**
 * Footer
 * ----------------------------------------------------------------------------
 */

 .site-footer .above-footer{
    background-color: #F2F5FA;
    position: relative;
}

 .site-footer .above-footer::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: white;
 }

 .site-footer .above-footer .inner div{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1278E2;
    padding: 24px;
 }

 .site-footer .above-footer p{
    color: white;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
}

.site-footer .footer{
    margin-top: 40px;
}

.site-footer .footer .flexbox-wrapper>span{
    width: 179px;
    height: 65px;
    margin-bottom: 24px;
}

.site-footer .footer .flexbox-wrapper>div{
    width: 100%;
}

.site-footer .footer .flexbox-wrapper div:first-of-type .accordion{
    border-top: 1px solid #DAE1EFB2;
}

.site-footer .footer .flexbox-wrapper div .accordion{
    color: #1278E2;
    padding: 16px 0;
    font-size: 18px;
}

.site-footer .footer .flexbox-wrapper div .accordion::after{
    content: "";
    float: right;
    margin-left: 5px;
    left: 153px;
    top: calc(50% - 13px);
    width: 24px;
    height: 24px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-plus-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.site-footer .footer .flexbox-wrapper div .accordion.active::after{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-min-blue.svg);
    background-size: 10px;
    border: 1px solid;
    width: 22px;
    height: 22px;
}

.site-footer .footer .flexbox-wrapper>div .panel a{
    display: block;
    color: #121725;
}

.site-footer .footer .flexbox-wrapper>div .panel a:hover{
    text-decoration: underline;
}

.site-footer .footer .flexbox-wrapper>div:last-of-type{
    margin-top: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DAE1EF;
}

.site-footer .footer .flexbox-wrapper>div:last-of-type a span{
    width: 52px;
    height: 52px;
    background-size: 20px;
    border: 1px solid #F0803C;
    border-radius: 100%;
    margin-right: 8px;
    display: inline-block;
    transition: 0.2s;
}

.site-footer .footer .flexbox-wrapper>div:last-of-type a span:hover{
    opacity: 0.6;
}

.site-footer .footer .flexbox-wrapper>div:last-of-type a:last-of-type{
    display: block;
    color: #1278E2;
    font-weight: bold;
    margin-left: 7px;
    &:hover{
        text-decoration: underline;
    }
}

.site-footer .under-footer{
    margin-top: 30px;
    padding-bottom: 25px;
}

.site-footer .under-footer .inner>.flexbox-wrapper{
    flex-direction: column;
}
 
.site-footer .under-footer .flexbox-wrapper>.flexbox-wrapper:first-of-type{
    order: 1;
    margin-top: 20px;
}

.site-footer .under-footer .flexbox-wrapper>.flexbox-wrapper:first-of-type>*{
    margin-right: 16px;
    color: black;
}

.site-footer .under-footer .flexbox-wrapper>.flexbox-wrapper:first-of-type a{
    color: black;
}

.site-footer .under-footer .flexbox-wrapper>.flexbox-wrapper:first-of-type a:hover{
    text-decoration: underline;
}

.site-footer .under-footer .flexbox-wrapper .logos{
    width: 100%;
}

.site-footer .under-footer .flexbox-wrapper .logos p.title{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    flex-basis: 100%;
    margin-bottom: 10px;
}

.site-footer .under-footer .flexbox-wrapper .logos span{
    flex-basis: 28%;
    height: 60px;
    margin-bottom: 8px;
    max-width: 100px;
    margin-right: 15px;
}

 /**
 * Home
 * ----------------------------------------------------------------------------
 */

.homepage .hoofdlaag{
    padding-top: 54px;
    background-color: gray;
    position: relative;
    background: url('https://avv-vloeren.nl/wp-content/uploads/2024/09/vloerverwarming_schuimbeton.webp') no-repeat;
    background-size: cover;
    background-position: center center;
}

.homepage .hoofdlaag .inner{
    z-index: 2;
}

.homepage .hoofdlaag>span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.homepage .hoofdlaag span.overlay {
    background: rgba(0, 0, 0, 0.6);
}

.homepage .hoofdlaag .inner{
    color: white;
}

.homepage .hoofdlaag .inner h1{
    text-align: center;
    hyphens: auto;
    word-wrap: break-word;
    max-width: 580px;
    margin: 0 auto;
    color: white;
}

.homepage .hoofdlaag .inner>p{
    margin-top: 16px;
    margin-bottom: 32px;
    text-align: center;
    font-size: 18px;
}

.homepage .hoofdlaag .inner>div:first-of-type{
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.homepage .hoofdlaag .inner div a.btn{
    display: inline-block;
}

.homepage .hoofdlaag .inner div a.btn:last-of-type{
    border-color: white;
    background-color: transparent;
}

.homepage .hoofdlaag .inner div a.btn:last-of-type:hover{
    background-color: #F0803C;
    border-color: #F0803C;
    color: white;
}

.homepage .hoofdlaag .inner a.btn:last-of-type{
    margin-top: 8px;
}

.homepage .hoofdlaag .usps .flexbox-wrapper:not(:first-of-type){
    display: none;
}

.homepage .hoofdlaag .usps{
    background-color: #1278E2;
    font-size: 16px;
    margin-top: 54px;
    padding: 25px 0;
    position: relative;
    z-index: 2;
}

.homepage .hoofdlaag .usps::before{
    content: "";
    width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 28px 24px 0 24px;
   border-color: #1278E2 transparent transparent transparent;
   transform: rotate(0deg);
   position: absolute;
   left: calc(50% - 24px);
   bottom: -27px;
}

.homepage .hoofdlaag::before{
    content: "";
    background-color: #121725;
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
}

.homepage .hoofdlaag .usps .flexbox-wrapper{
    justify-content: center;
    align-items: center;
}

.homepage .hoofdlaag .usps .flexbox-wrapper span{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.homepage .toollaag{
    background-color: #121725;
    padding: 80px 0;
    position: relative;
}

.toollaag .inner .content{
    color: white;
    max-width: 640px;
}

.toollaag .inner .flexbox-wrapper .form{
    margin-top: 20px;
    flex-basis: 100%;
}

.toollaag .inner .flexbox-wrapper .form form{
    display: block;
    width: 100%;
    max-width: 640px;
}

.toollaag .inner .content h2, .toollaag .inner .content h1{
    margin-bottom: 12px;
    color: white;
    font-size: 36px;
    line-height: 36px;
}

.toollaag .inner .form .gf_progressbar_wrapper, .toollaag .inner .form .gform_fields #field_1_1000 .gfield_repeater_wrapper>.gfield_repeater>.gfield_label, .toollaag .gform_heading, .toollaag .gform_wrapper.gravity-theme .gfield_description{
    display: none;
}

.toollaag .gform_wrapper.gravity-theme .gf_page_steps{
    margin-bottom: 32px;
    border-bottom: none;
    position: relative;
}

.toollaag .gform_wrapper.gravity-theme .gf_page_steps::after{
    content: "";
    width: 1px;
    height: 80%;
    position: absolute;
    left: 16px;
    top: 13px;
    background-color: #DBDCDE;
}

.toollaag .gform_wrapper.gravity-theme .gf_step{
    display: block;
    margin: 0 0 28px;
}

.toollaag .gform_wrapper.gravity-theme .gf_step_number{
    color: transparent;
    border-color: #F0803C;
    background-color: #121725;
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
}

.toollaag .gform_wrapper.gravity-theme .gf_step_active .gf_step_number{
    background-color: #F0803C;
    color: transparent;
    width: 32px;
    height: 32px;
}

.toollaag .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before{
    width: 32px;
    height: 32px;
    background-color: #39BF2D;
    border-color: #39BF2D;
    left: -2px;
    top: -2px;
    border: none;
}

.toollaag .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after{
    font-size: 29px;
    top: 1px;
}

.toollaag .gform_wrapper.gravity-theme .gf_step_label{
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a!important;
}

.toollaag .gform_body .gform_fields{
    background-color: #dcdcdf;
    padding: 20px;
}

.toollaag #gform_page_1_3 .gform_page_fields #gform_fields_1_3{
    background-color: transparent!important;
}

/* .toollaag .gform_body #field_1_29, .toollaag .gform_body #field_1_10, .toollaag .gform_body #field_1_11, .toollaag .gform_body #field_1_12, .toollaag .gform_body #field_1_13, .toollaag .gform_body #field_1_14{
    background-color: #FFFFFFD9;
    padding: 20px;
    padding-bottom: 0;
}
.toollaag .gform_body #field_1_1000, .toollaag .gform_body #field_1_1, .toollaag .gform_body #field_1_2, .toollaag .gform_body #field_1_3, .toollaag .gform_body #field_1_4, .toollaag .gform_body #field_1_5, .toollaag .gform_body #field_1_15, .toollaag .gform_body #field_1_16{
    background-color: #FFFFFFD9;
    padding: 20px;
    margin-top: -16px;
    padding-top: 0;
} */

.toollaag .gform_body .gfield--type-section{
    border-bottom: 8px solid #121725!important;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    padding: 0!important;
}

.toollaag .gform_wrapper.gravity-theme .admin-hidden-markup{
    display: none;
}

.toollaag .gform_body .gfield--type-section h3{
    display: none;
}

/* .toollaag .gform_body #field_1_3{
    margin-bottom: -9px;
    padding-bottom: 26px;
} */

.toollaag .gform_body .gfield p.title{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #121725;
    /* margin-bottom: 12px; */
    margin-bottom: 0;
}

.page-id-291 .site-footer{
    display: none;
}

.toollaag .gform_wrapper.gravity-theme .gfield_label{
    color: #121725;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    margin-bottom: 8px;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell label{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #121725;
    padding-top: 0;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:nth-of-type(n + 3), .toollaag .gform_wrapper.gravity-theme #field_1_53, .toollaag .gform_wrapper.gravity-theme #field_1_72{
    width: calc(100% - 80px);
    position: relative;
}

.toollaag .gform_wrapper.gravity-theme #field_1_53{
    width: calc(100% - 30px);
}

.toollaag .gform_wrapper.gravity-theme #field_1_72{
    display: none!important;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:nth-of-type(n + 3)::after, .toollaag .gform_wrapper.gravity-theme #field_1_53::after{
    content: "m²";
    position: absolute;
    right: -80px;
    bottom: 9px;
    width: 70px;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:nth-of-type(n + 4)::after, .toollaag .gform_wrapper.gravity-theme #field_1_72::after{
    content: "cm (dikte)";
    position: absolute;
    right: -80px;
    bottom: 9px;
    width: 70px;
}

.toollaag .gform_wrapper.gravity-theme .gfield input.large, .toollaag .gform_wrapper.gravity-theme .gfield select.large{
    height: 48px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

.toollaag .gform_wrapper.gravity-theme .gfield select.large{
    border-right: 10px solid transparent;
}


.toollaag .gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){
    margin-right: 0;
    border-bottom: 2px solid #121725;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item, .toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus{
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231278E2FF' stroke-width='3' stroke-dasharray='10%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 0;
    height: 48px;
    margin: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #121725;
    font-family: Nunito Sans;
    position: relative;
    transition: 0s;
    padding-left: 26px;
    border: transparent;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item:hover, .toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover{
    background-color: unset;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%231278E2FF' stroke-width='3' stroke-dasharray='10%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border: none;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item::before{
    content: "";
    position: absolute;
    left: calc(50% - 106px);
    top: calc(50% - 13px);
    width: 24px;
    height: 24px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-plus-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item::before{
    content: "";
    position: absolute;
    left: calc(50% - 106px);
    top: calc(50% - 13px);
    width: 24px;
    height: 24px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-min-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid #1278E2;
    border-radius: 100%;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus{
    margin-top: 16px;
}

.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio{
    display: flex;
    flex-wrap: wrap;
}

.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme textarea:focus {
    border: 1px solid #121725!important;
}

.gform_wrapper.gravity-theme select{
    appearance: none;
}

.ginput_container_select{
    position: relative;
}

.ginput_container_select::after{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/chevron-black-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 20px;
}

.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_2_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_4_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_5_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_15_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_39_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_41_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_41_1,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_45_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_52_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_56_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_56_1,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_63_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_67_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_70_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_74_0,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_70_1,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_63_1,
.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio .gchoice_1_15_1{
    margin-right: 20px;
}

.toollaag .gform_wrapper.gravity-theme #field_1_75, .toollaag .gform_wrapper.gravity-theme #field_1_76, .toollaag .gform_wrapper.gravity-theme #field_1_77, .toollaag .gform_wrapper.gravity-theme #field_1_78{
    grid-column: span 6;
}

.toollaag .gform_wrapper.gravity-theme #field_1_43, .toollaag .gform_wrapper.gravity-theme #field_1_44, .toollaag .gform_wrapper.gravity-theme #field_1_45, .toollaag .gform_wrapper.gravity-theme #field_1_65, .toollaag .gform_wrapper.gravity-theme #field_1_66, .toollaag .gform_wrapper.gravity-theme #field_1_67, .toollaag .gform_wrapper.gravity-theme #field_1_34, .toollaag .gform_wrapper.gravity-theme #field_1_11, .toollaag .gform_wrapper.gravity-theme #field_1_2{
    display: none;
}

.toollaag .gform_wrapper.gravity-theme #field_1_65{
    margin-top: 67px;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_wrapper .gfield_repeater_items>.gfield_repeater_item:only-child {
    margin-bottom: -63px;
}

.toollaag .gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width: unset;
}

.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio input{
    appearance: none;
    border: 1px solid #F0803C;
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    background-color: white;
}

.toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:first-of-type{
    margin-top: 0;
}


.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio input:checked{
    background-color: #F0803C;
    border: 3px solid white;
    outline: 1px solid #F0803C;
}

.toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio label{
    color: #121725;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}


.toollaag .gform_page_footer .gform_next_button, .toollaag .gform_page_footer .gform_previous_button{
    padding: 17px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 41px;
    color: white;
    border: 1px solid #F0803C;
    background-color: #F0803C;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    height: 52px;
    line-height: 16px!important;
}

.toollaag .gform_page_footer .gform_next_button:hover, .toollaag .gform_page_footer .gform_previous_button:hover{
    background-color: transparent;
    color: #F0803C;
}


.toollaag .gform_wrapper.gravity-theme #gform_page_1_2{
    position: relative;  
    margin-top: 94px;
    margin-bottom: 80px;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 .gform_fields{
    grid-row-gap: 9px!important;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 #input_1_17 .gchoice{
    margin-right: 20px;
}


.toollaag .gform_wrapper.gravity-theme .ginput_container_consent input{
    appearance: none;
    border: 1px solid #F0803C;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    margin: 0;
    position: relative;
    background-color: white;
    top: 5px;
}

.toollaag .gform_wrapper.gravity-theme .ginput_container_consent input:checked{
    background-color: #F0803C;
    border: 3px solid white;
    outline: 1px solid #F0803C;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 #field_1_30{
    position: absolute;
    top: -54px;
    left: 0;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 #field_1_30 p.title{
    color: #FFFFFF;
    font-family: Figtree;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}

.toollaag .gform_wrapper.gravity-theme .ginput_container_consent label{
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #121725;
}

.toollaag .gform_page_footer .gform_previous_button{
    background-color: transparent;
    color: white;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 .gform_page_footer{
    position: absolute;
    left: 0;
    bottom: -102px;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 .gform_page_footer>input:first-of-type{
    display: inline-block;
    background-color: transparent;
    color: white;
}

.toollaag .gform_wrapper.gravity-theme #gform_page_1_2 .gform_page_footer>input:nth-of-type(2){
    display: inline-block;
    line-height: 100%;
    font-family: "Nunito Sans", sans-serif;
}

.toollaag #gform_page_1_3{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.toollaag #gform_page_1_3 .gform_page_fields{
    left: 50%;
    top: 54%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
    background-color: white;
    min-height: 445px;
    max-width: 340px;
    padding-bottom: 50px;
}

.toollaag .gform_wrapper.gravity-theme .gform_validation_errors>h2{
    font-size: 20px;
    line-height: 20px;
}

.toollaag .combi, .toollaag .overig, .toollaag .schuimbeton, .toollaag .comfortvloer{
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.toollaag #gform_page_1_3 .gform_page_fields .inner{
    padding: 0;
    position: unset;
}
.toollaag #gform_page_1_3 .gform_page_fields .inner>.flexbox-wrapper{
    position: unset;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper>div h2{
    margin-bottom: 15px;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper>div p{
    margin-bottom: 0;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper{
    margin-top: 20px;
    position: relative;
    border-bottom: 1px solid #12172533;
    padding-bottom: 10px;
}

.toollaag #field_1_17, .toollaag #field_1_25{
    margin-bottom: 13px;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper::after{
    content: "";
    width: 1px;
    height: 70%;
    position: absolute;
    left: 16px;
    top: 13px;
    background-color: #12172533;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div p{
    flex-basis: fit-content;
    margin: 0;
    font-weight: 700;
}

.toollaag #gform_page_1_3 .gform_previous_button.button{
    display: none;
}

.toollaag #gform_page_1_3 #gform_submit_button_1{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    color: #121725;
    line-height: unset;
    min-height: unset;
}



.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div span{
    background: 0 0;
    border: 2px solid #cfd3d9;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-color: #F0803C;
    position: relative;
    z-index: 2;
    background-color: #F0803C;
    color: transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 15px;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div:nth-of-type(-n+2) span{
    background-color: #39BF2D;
    border-color: #39BF2D;
}

.toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div:nth-of-type(-n+2) span::before{
    align-items: center;
    color: #fff;
    content: "\e917";
    display: flex;
    font-family: gform-icons-theme;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5;
    font-size: 29px;
    top: 1px;
}

.toollaag #gform_page_1_3 .gform_page_footer{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    width: fit-content;
    bottom: calc(50% - 255px);
}

.toollaag #gform_page_1_3 .gform_page_footer input:first-of-type{
    display: none;
}

.toollaag #gform_page_1_3 .gform_page_footer input:last-of-type{
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
    color: #121725;
}


.homepage .overonslaag{
    padding: 80px 0 110px;
}

.homepage .overonslaag h2{
    margin-bottom: 12px;
}

.homepage .overonslaag p a{
    color: #1278E2;
    text-decoration: underline;
}

.homepage .overonslaag p a:hover{
    text-decoration: none;
}

.homepage .overonslaag .usps{
    margin: 25px 0 30px;
}

.homepage .overonslaag .usps .flexbox-wrapper{
    align-items: center;
    margin-bottom: 6px;
}

.homepage .overonslaag .usps span{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.homepage .overonslaag .usps p{
    font-weight: 700;
    color: #121725;
    font-size: 18px;
}

.homepage .overonslaag .inner>.flexbox-wrapper>span{
    height: 312px;
    width: 100%;
    background-size: cover;
    margin-top: 40px;
    position: relative;
}

.homepage .overonslaag .inner>.flexbox-wrapper>span div{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/rectangle-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 312px;
    height: 202px;
    display: flex;
    flex-wrap: wrap;
    color: white;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    bottom: -60px;
    position: absolute;
}

.homepage .overonslaag .inner>.flexbox-wrapper>span div h6{
    font-size: 29px;
    line-height: 28px;
    margin-bottom: 3px;
    color: white;
}

.homepage .overonslaag .inner>.flexbox-wrapper>span div p{
    font-size: 16px;
    line-height: 16px;
    width: 225px;
    text-align: center;
}

.homepage .overonslaag .inner>.flexbox-wrapper>span div p strong{
    text-decoration: underline;
}

.homepage .videolaag{
    height: 320px;
    position: relative;
}

.homepage .videolaag>span{
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.homepage .videolaag .inner p{
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
    padding-top: 112px;
    text-align: center;
}

.homepage .videolaag .inner span{
    width: 96px;
    height: 96px;
    margin: 20px auto 0;
}

.homepage .dienstenlaag{
    padding: 80px 0;
    background-color: #F9FBFF;
}

.homepage .dienstenlaag .content div .panel a.btn{
    margin-top: 16px;
    background-color: transparent;
    border-color: #1278E2;
    color: #1278E2;
}

.homepage .dienstenlaag .flexbox-wrapper>div:last-of-type{
    margin-top: 32px;
    height: 352px;
    width: 100%;
}

.homepage .dienstenlaag .flexbox-wrapper>div:last-of-type span{
    width: 100%;
    height: 100%;
    background-size: cover;
    display: none;
}

.homepage .blokkenlaag{
    position: relative;
    z-index: 2;
    /* background-color: #F9FBFF; */
}

.homepage .blokkenlaag .inner .flexbox-wrapper div{
    border: 1px solid #DAE1EF;
    padding: 28px 20px 36px;
    margin-bottom: 8px;
    background-color: white;
    position: relative;    
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type{
    margin-right: 0;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div h6{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type h6{
    color: white;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div p{
    font-size: 16px;
    margin-bottom: 24px;
    max-height: 168px;
    overflow: hidden;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div a{
    color: #1278E2;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
    font-weight: 700;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:not(:last-of-type) a{
    position: absolute;
    bottom: 27px;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div a:hover{
    text-decoration: none;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type{
    background-color: #135DD5;
    color: white;
    border: transparent;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/blokkenlaag-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type *{
    position: relative;
    z-index: 2;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type::before{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/blokkenlaag-bg.svg);
    background-position: 0 -50px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type a{
    padding: 17px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 41px;
    color: white;
    border: 1px solid #F0803C;
    background-color: #F0803C;
    font-size: 16px;
    text-decoration: none;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div:last-of-type a:hover{
    background-color: transparent;
    color: #F0803C;
}

.homepage .projectenlaag{
    background-color: #121725;
    padding: 205px 0 80px;
    margin-top: -130px;
    position: relative;
}
body:not(.home) .homepage .projectenlaag {
    padding-top: 80px;
    margin: 0;
}

.homepage .projectenlaag>span{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/projecten-bg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 700px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.toollaag>span{
    background-repeat: no-repeat;
    background-position: left;
    background-size: 700px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.projectenlaag .inner{
    color: white;
}

.projectenlaag h2,
.projectenlaag span.title {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: white;
    font-size: 36px;
    line-height: 36px;
}

.projecten .flexbox-wrapper{
    position: relative;
    width: 100%;
    max-width: 450px;

}

.projecten .flexbox-wrapper>a:first-of-type{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.projecten .flexbox-wrapper>span{
    width: 100%;
    height: 246px;
    background-size: cover;
    transition: 0.4s;
}

.projecten .flexbox-wrapper p.categorie{
    background-color: white;
    width: fit-content;
    height: 31px;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    position: relative;
    top: 10px;
    left: 10px;
    display: inline-block;
    position: absolute;
}

.projecten .flexbox-wrapper p.categorie::before{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/projecten-before.svg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
}

.projecten .flexbox-wrapper .gegevens{
    width: 100%;
    padding: 16px;
    background-color: white;
    color: #121725; 
    position: relative;
    height: 130px;
}

.projecten .flexbox-wrapper .gegevens>p:first-child{
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 40px;
    height: 44px;
    overflow: hidden;
}

.projecten .flexbox-wrapper .gegevens p.datum{
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.projecten .flexbox-wrapper .gegevens a{
    position: absolute;
    bottom: 14px;
    right: 14px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/icon-arrow-orange.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(345deg);
}



.project-carousel .owl-dots{
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}

.project-carousel .owl-dots .owl-dot{
    height: 1px!important;
    background-color: #FFFFFF33!important;
    flex-grow: 1;
}

.project-carousel .owl-dots .owl-dot.active{
    height: 3px!important;
    position: relative;
    bottom: 1px;
    background-color: #FFFFFF!important;
}



.project-carousel .owl-nav{
    display: block;
}

.project-carousel .owl-nav .owl-prev{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute; 
    background: #ffffff url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/arrow-nav-owl.svg) no-repeat!important;
    background-position: center center!important;
    transform: rotateY(180deg);
    top: 164px;
    left: -10px;
}

.project-carousel .owl-nav .disabled{
    opacity: 0;
}

.project-carousel .owl-nav .owl-next{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    position: absolute;
    background: #ffffff url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/arrow-nav-owl.svg) no-repeat!important;
    background-position: center center!important;
    top: 164px;
    right: -10px
}

.project-carousel .owl-stage-outer{
    overflow: visible;
}




.projectenlaag .inner a.btn{
    border-color: #1278E2;
    color: white;
    background-color: transparent;
    margin-top: 32px;
}

.projectenlaag .inner a.btn:hover{
    background-color: #1278E2;

}



.homepage .bloglaag{
    padding: 80px 0;
}

.homepage .bloglaag a.btn{
    background-color: transparent;
    border-color: #1278E2;
    color: #121725;
}

.homepage .bloglaag a.btn:hover, .faqlaag .inner>a.btn:last-of-type:hover{
    background-color: #1278E2;
    color: white;
}

.homepage .bloglaag .blogs{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #1278E2B2;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.homepage .bloglaag .blogs .desktop{
    display: none;
}

.bloglaag .blogs span.bg-img{
    background-color: #585858;
    background-size: cover;
    height: 287px;
    max-width: 383px;
    position: relative;
    margin-bottom: 8px;
}

.bloglaag .blogs span>a:first-of-type{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.homepage .bloglaag .blogs span.bg-img:last-of-type{
    display: none;
}

.bloglaag .filters{
    display: none;
}

.bloglaag .blogs p.categorie{
    background-color: #1278E2;
    width: fit-content;
    height: 31px;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    position: relative;
    top: 10px;
    left: 10px;
    position: absolute;
    display: none;
}

.bloglaag .blogs p.categorie::before{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/blogs-before.svg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
}

.bloglaag .blogs .gegevens{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.bloglaag .blogs .gegevens p:last-of-type{
    display: none;
}

.bloglaag .blogs .gegevens a{
    display: none;
}

.bloglaag .blogs span.bg-img p.datum{
    color: #FFFFFFCC;
    font-size: 14px!important;
    margin-bottom: 12px;
    line-height: 14px!important;
}

.bloglaag .blogs span.bg-img .gegevens p{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    max-width: 250px;
}

.bloglaag .blogs span.bg-img>a:last-of-type{
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    bottom: 24px;
    right: 24px;
    background-color: white;
    border-radius: 100%;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/icon-arrow-orange.svg);
    background-size: 21px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.bloglaag .blogs span.bg-img>a:last-of-type:hover{
transform: rotate(30deg);
}



.informatielaag{
    background-color: #F2F5FA;
    padding: 80px 0;
}

.informatielaag h2{
    margin-bottom: 12px;
}

.informatielaag .content .usps{
    margin: 20px 0 40px;
}

.informatielaag .content .usps .flexbox-wrapper{
    margin-bottom: 20px;
}

.informatielaag .content .usps .flexbox-wrapper span{
    width: 19px;
    height: 19px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.informatielaag .content .usps .flexbox-wrapper p{
    flex-basis: 75%;
    flex-grow: 1;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #121725;
}

.informatielaag .inner>.flexbox-wrapper>span{
    height: 250px;
    width: 100%;
    background-size: cover;
}

.faqlaag{
    background-color: #F2F5FA;
    padding-bottom: 80px;
}

.faqlaag h2,
.faqlaag span.title {
    display: flex;
    justify-content: center;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 36px;
    color: #121725;
}

.faqlaag .inner>div{
    background-color: white;
    margin-bottom: 8px;
}

.faqlaag .accordion{
    padding: 16px;
    position: relative;
    padding-right: 50px;
    font-size: 18px;
    line-height: 18px;
}

.faqlaag .panel{
    border-bottom: none;
    padding: 0 16px;
}

.faqlaag .panel *:last-child{
    margin-bottom: 16px;
}

.faqlaag .accordion::after{
    content: "";
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 16px;
    top: calc(50% - 13px);
    width: 24px;
    height: 24px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid #F0803C;
    border-radius: 100%;
}

.faqlaag .accordion.active::after{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-min.svg);
}

.faqlaag .inner>a.btn:last-of-type{
    background-color: transparent;
    border-color: #1278E2;
    color: #121725;
    margin-top: 30px;
}

.projectenlaag .inner a.btn.desktop, .homepage .bloglaag .inner a.btn.desktop{
    display: none;
}

.homepage .projectenlaag .inner .projecten .flexbox-wrapper, .subpages.overons .projectenlaag .inner .projecten .flexbox-wrapper, .subpages.single-nieuws .projectenlaag .inner .projecten .flexbox-wrapper{
    width: 308px;
}

.projectenlaag .inner .flexbox-wrapper, .homepage .bloglaag .inner .flexbox-wrapper{
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.homepage .bloglaag .inner .flexbox-wrapper>a:first-of-type:not(.btn){
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.projecten .flexbox-wrapper>a:first-of-type:hover + span{
    transform: scale(1.2);
}



 /**
 * Subs
 * ----------------------------------------------------------------------------
 */

 .toollaag .gform_body .gform_fields #gform_fields_1_3{
    background-color: white;
 }

 .sub .hoofdlaag, .subpages .hoofdlaag{
    padding: 40px 0 54px;
    position: relative;
 }

 .sub .hoofdlaag .inner, .subpages .hoofdlaag .inner{
    z-index: 3;
 }

body.page-template-sub-subs .sub .hoofdlaag::before,
body.page-template-sub-subs .subpages .hoofdlaag::before,
body.page-template-sub-overons .hoofdlaag::before,
body.page-template-sub-pagebuilder .hoofdlaag::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

body.single-project .subpages .hoofdlaag::before {
    display: none;
}

 .sub .hoofdlaag .inner>div{
    padding-bottom: 32px;
    border-bottom: 1px solid #EEEEEE;
 }

 .subpages .hoofdlaag #breadcrumbs *, .subpages .hoofdlaag #breadcrumbs a, .sub.faq .hoofdlaag #breadcrumbs *, .sub.faq .hoofdlaag #breadcrumbs a, .sub.overons .hoofdlaag #breadcrumbs *, .sub.overons .hoofdlaag #breadcrumbs a{
    color: white;
 }

 .single-blog .hoofdlaag #breadcrumbs *,  .single-blog .hoofdlaag #breadcrumbs a{
    color: #121725;
 }

 .single-project .hoofdlaag #breadcrumbs *, .single-project .hoofdlaag #breadcrumbs a{
    color: #121725;
 }

 .sub .hoofdlaag h2, .sub .hoofdlaag h1, .subpages .hoofdlaag h1{
    margin-bottom: 16px;
    color: #121725;
 }

 .sub .hoofdlaag .inner>p:last-of-type{
    color: #121725;
 }

 .sub .projecten .search-filter-results, .sub .blogs .search-filter-results{
    display: flex;
    flex-wrap: wrap;
 }

 .sub .projecten .flexbox-wrapper, .sub .blogs span.bg-img{
    margin-bottom: 40px;
 }

.sub .projecten .flexbox-wrapper .gegevens{
    background-color: #F9FBFF;
    position: unset;
    position: relative;
} 

.sub .reviewlaag{
    padding-top: 40px;
    padding-bottom: 80px;
}

.sub .reviewlaag .sterren{
    max-width: 116px;
    margin: 0 auto;
}

.sub .reviewlaag .sterren span{
    width: 18px;
    height: 18px;
    display: inline-block;
}

.sub .reviewlaag .inner>p:first-of-type{
    color: #121725;
    font-family: Figtree;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    max-width: 682px;
    margin: 0 auto;
}

.sub .reviewlaag .auteur{
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 25px;
}

.sub .reviewlaag .datum{
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px; 
}

.sub .reviewlaag a.btn{
    margin: 0 auto;
    background-color: transparent;
    border-color: #1278E2;
    color: #121725;
}

.sub .reviewlaag a.btn:hover{
    background-color: #1278E2;
    color: white;
}

.sub .blogs span.bg-img{
    width: 100%;
    position: relative;
}

.sub .blogs span a:first-of-type{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub .bloglaag{
    margin-bottom: 40px;
}

.sub.faq .hoofdlaag{
    background-color: #121725;
}

.sub.faq .hoofdlaag .inner>div{
    border-bottom: none;
    padding-bottom: 0;
}

.sub.faq .hoofdlaag .inner, .sub.faq .hoofdlaag .inner h2, .sub.faq .hoofdlaag .inner h1{
    color: white;
}

.sub.faq .vragenlaag{
    background-color: #F2F5FA;
    padding: 80px 0;
}

.sub.faq .vragenlaag .inner>.flexbox-wrapper{
    flex-direction: column;
}

.sub.faq .vragenlaag .categorien{
    background-color: #121725;
    padding: 20px 16px;
    width: 100%;
    height: fit-content;
}

.sub.faq .vragenlaag .categorien a{
    display: block;
    color: #FFFFFF;
    padding-bottom: 18px;
    padding-top: 18px;
    border-bottom: 1px solid #FFFFFF4D;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    transition: 0.2s;
}

.sub.faq .vragenlaag .categorien a:hover{
    background-color: #ffffff;
    color: #121725;
    padding-left: 16px;
}

.sub.faq .vragenlaag .categorien a:last-of-type{
    border-bottom: 0;
}

.sub.faq .vragenlaag .vragen{
    margin-top: 50px;
}

.sub.faq .vragenlaag .vragen div div{
    background-color: white;
    margin-bottom: 8px;
}

.sub.faq .vragenlaag .vragen div div .accordion{
    padding: 23px 16px;
    position: relative;
    padding-right: 60px;
    line-height: 18px;
}

.sub.faq .vragenlaag .vragen div div .panel{
    border-bottom: none;
    padding: 0 16px;
    padding-right: 60px;
}

.sub.faq .vragenlaag .vragen div div .panel *:last-child{
    margin-bottom: 16px;
}

.sub.faq .vragenlaag .vragen div div .accordion::after{
    content: "";
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 16px;
    top: calc(50% - 13px);
    width: 24px;
    height: 24px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid #F0803C;
    border-radius: 100%;
}

.sub.faq .vragenlaag .vragen div div .accordion.active::after{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/accordion-min.svg);
}

.sub.faq .vragenlaag .categorien a.active{
    background-color: white;
    color: #121725;
    padding-left: 16px;
}


.sub.faq .vragenlaag .vragen div.category{
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
  
}

.sub.faq .vragenlaag .vragen div.category.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}

.sub.faq .contactlaag{
    background-color: #F2F5FA;
    padding-bottom: 80px;
}

.sub.faq .contactlaag h3{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 20px;
}

.sub.faq .contactlaag p{
    text-align: center;
    margin: 0 auto;
}

.sub.overons .hoofdlaag, .subpages .hoofdlaag{
    position: relative;
}

.sub.overons .hoofdlaag>span, .subpages .hoofdlaag>span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.sub.overons .hoofdlaag .inner>div, .subpages .hoofdlaag .inner>div{
    padding-bottom: 0;
    border-bottom: 0;
    color: white;
}

.sub.overons .hoofdlaag .inner>div h2, .subpages .hoofdlaag .inner>div h1, .sub.overons .hoofdlaag .inner>div h1{
    color: white;
}

.subpages.single-nieuws .hoofdlaag .inner>div .gegevens p.categorie{
    background-color: #F9FBFF;
    width: fit-content;
    height: 31px;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    margin-bottom: 24px;
}

.subpages.single-nieuws .hoofdlaag .inner>div .gegevens p.categorie::before{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/projecten-before.svg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
}

.sub.overons .hoofdlaag .inner>div p, .subpages .hoofdlaag .inner>div p{
    max-width: 632px;
}

.sub.overons .hoofdlaag .inner>div ul, .subpages .hoofdlaag .inner>div ul{
    list-style-type: square;
}

.sub.overons .hoofdlaag .inner>div p a, .subpages .hoofdlaag .inner>div p a{
    color: #F0803C;
    text-decoration: underline;
    font-weight: bold;
    &:hover{
        text-decoration: none;
    }
}

.sub.overons .teamlaag{
    padding: 80px 0;
}

.sub.overons .teamlaag h2{
    margin-bottom: 32px;
}


.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper{
    margin-bottom: 40px;
    max-width: 400px;
    margin-right: 32px;
}

.sub.overons .teamlaag .inner>.flexbox-wrapper{
    margin-bottom: -40px;
}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper>span{
    width: 100%;
    max-width: 400px;
    height: 400px;
    background-color: gray;
    background-size: cover;
    margin-bottom: 16px;
}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper .gegevens{
    position: relative;
}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper .gegevens p:nth-of-type(1){
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper .gegevens p:nth-of-type(2){
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;

}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper .gegevens p:nth-of-type(3){
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 16px;
    color: #121725;
}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper .gegevens a{
    position: absolute;
    top: 4px;
    right: 0;
}

.sub.overons .teamlaag .flexbox-wrapper .flexbox-wrapper .gegevens a span{
    width: 18px;
    height: 18px;
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/icon-linkedin-black.svg);
}

.sub.overons .faqlaag{
    padding-top: 80px;
}

.subpages .contentlaag{
    padding: 80px 0;
    background-color: #F9FBFF;
}

.subpages .contentlaag .standaard-tekst h2{
    margin-top: 40px;
    margin-bottom: 12px;
    color: #121725;
}

.subpages .contentlaag .flexbox-wrapper>div>*:first-child *:first-child{
    margin-top: 0;
}

.subpages .contentlaag .standaard-tekst p{
    margin-bottom: 32px;
    color: #121725;
}

.subpages .contentlaag .standaard-tekst p strong{
font-size: 18px;
font-weight: 800;
line-height: 28px;
text-align: left;

}

.subpages .contentlaag .standaard-tekst.opsomming p{
    margin-bottom: 0;
    color: #121725;
}

.subpages .contentlaag .standaard-tekst a{
    padding: 17px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 41px;
    color: #121725;
    border: 1px solid #1278E2;
    background-color: transparent;
    font-size: 16px;
}

.subpages .contentlaag .standaard-tekst a:hover{
    background-color: #1278E2;
    color: white;
}

.page-id-97 .subpages .contentlaag .standaard-tekst a, .page-id-99 .subpages .contentlaag .standaard-tekst a{
    padding: unset;
    border: unset;
    background-color: unset;
    color: black;
    font-weight: 700;
    border-radius: unset;
    display: inline-block;
    &:hover{
        text-decoration: underline;
        background-color: unset;
        color: black;
    }
}

.subpages .contentlaag .knoppenblok a.btn:hover{
    background-color: white;
    color: #1278E2;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:first-of-type>div{
    margin-bottom: 40px;
    max-width: 843px;
}

.subpages .contentlaag .standaard-tekst ul{
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 15px;
    margin-bottom: 30px;
}

.subpages .contentlaag .standaard-tekst ul li{
    color: #121725;
}

.subpages .contentlaag .standaard-tekst ul li a{
    padding: 0;
    border: unset!important;
    background-color: unset!important;
    color: #1278E2!important;
    border-radius: unset;
    font-weight: 400;
    text-decoration: underline;
}

.subpages .contentlaag .standaard-tekst ul li a:hover{
    text-decoration: none;
}

.subpages .contentlaag .knoppenblok{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/footer-blok.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1278E2;
    padding: 24px;
    color: white;
}

.subpages .contentlaag .knoppenblok p:first-of-type{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 3px;
}

.subpages .contentlaag .knoppenblok p:last-of-type{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.subpages .contentlaag .knoppenblok a.btn{
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
    margin-top: 18px;
    margin-right: 8px;
    display: inline-block;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:first-of-type{
    display: none;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:last-of-type{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1278E2;
    padding: 24px;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:last-of-type p{
    color: white;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

.subpages .projectenlaag{
    background-color: #121725;
    padding: 80px 0;
}

.sub.project-add .formlaag{
    background-color: #F2F5FA;
    padding: 80px 0;
}

.sub.project-add .gform_wrapper.gravity-theme .gfield_required{
    display: none;
}

.sub.project-add .toollaag .gform_wrapper.gravity-theme .gfield.gfield--type-choice .gfield_radio{
    flex-direction: column;
}

.sub.project-add .toollaag .gform_body .gform_fields{
    background-color: transparent;
    padding: 0;
}

.sub.project-add .gform_wrapper.gravity-theme textarea, .sub.project-add .gform_wrapper.gravity-theme input[type=text]{
    border: 1px solid #12172533;
}

.sub.project-add .gform_wrapper.gravity-theme .gform_footer input{
    line-height: 100%!important;
}

.sub.project-add .gform_wrapper.gravity-theme .gform_footer, .sub.project-add .gform_wrapper.gravity-theme .gform_body{
    width: 100%;
}

.subpages .faqlaag{
    padding-top: 80px;
}





.subpages.single-nieuws .hoofdlaag .inner>div, .subpages.single-nieuws .hoofdlaag .inner>div h2, .subpages.single-nieuws .hoofdlaag .inner>div h1{
    color: #121725;
}

.subpages.single-nieuws .hoofdlaag .inner>div h1{
    font-size: 36px;
    line-height: 36px;
}

.subpages.single-nieuws .hoofdlaag .flexbox-wrapper{
    justify-content: space-between;
}

.subpages.single-nieuws .hoofdlaag .gegevens{
    max-width: 551px;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    max-width: 648px;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span{
    height: 300px;
    width: 100%;
    background-size: cover;
    margin-bottom: 16px;
    position: relative;
    transition: 0.3s;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:hover{
    opacity: 0.6;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:not(:nth-of-type(3)) span{
    display: none;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:nth-of-type(3) span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    font-family: Figtree;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:first-of-type{
    flex-basis: 100%;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:nth-of-type(2){
    flex-basis: 49%;
    margin-right: 2%;
    height: 140px;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:nth-of-type(3){
    flex-basis: 49%;
    height: 140px;
}

.subpages.single-nieuws .hoofdlaag .afbeeldingen span:nth-of-type(n+4){
    display: none;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:first-of-type div{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/footer-blok.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1278E2;
    padding: 24px;
    margin-top: 32px;
    color: white;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:first-of-type div p:first-of-type{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 3px;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:first-of-type div p:last-of-type{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:first-of-type div a{
    background-color: transparent;
    color: #FFFFFF;
    border-color: #FFFFFF;
    margin-top: 18px;
    margin-right: 8px;
    display: inline-block;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:first-of-type div a:hover{
    background-color: white;
    color: #1278E2;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div{
    max-width: 600px;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type{
    margin-top: 50px;
    background-color: white;
    border: 1px solid #DADADA;
    padding: 30px;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type>p:first-of-type{
    font-family: Nunito Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    margin-bottom: 24px;
    max-width: 350px;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type .voordelen{
    padding-bottom: 25px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 25px;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type div p{
    line-height: 18px;
    flex-basis: 70%;
    flex-grow: 1;
    color: #121725;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type div .flexbox-wrapper{
    margin-bottom: 25px;
    align-items: center;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type div .flexbox-wrapper:last-of-type{
    margin-bottom: 0;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type .voordelen span{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/icon-voordeel.svg);
    width: 23px;
    height: 23px;
    margin-right: 12px;
    display: inline-block;
}

.subpages.single-nieuws .informatielaag .flexbox-wrapper>div:last-of-type .nadelen span{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/icon-nadeel.svg);
    width: 23px;
    height: 23px;
    margin-right: 12px;
    display: inline-block;
}

.single-project .site-footer .above-footer{
    background-color: #121725;
}

.sub.subpages.single-blog .bloglaag{
    background-color: #121725;
    margin-bottom: 0;
    padding: 80px 0;
}

.sub.subpages.single-blog .bloglaag h2,
.sub.subpages.single-blog .bloglaag span.title {
    display: flex;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 36px;
}

.sub.subpages.single-blog .bloglaag .blogs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}

.single-blogs .site-footer .above-footer {
    background-color: #121725;
}

.single-blog .hoofdlaag{
    padding: 40px 0 80px;
}

.single-blog .hoofdlaag .content{
    color: #121725;
    max-width: 956px;
}

.single-blog .hoofdlaag .content>span:first-of-type{
    width: 100%;
    height: 400px;
    background-color: gray;
    background-size: cover;
}

.single-blog .hoofdlaag .content>span:first-of-type p{
    background-color: #1278E2;
    width: fit-content;
    height: 31px;
    color: white;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    position: relative;
    top: 10px;
    left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.single-blog .hoofdlaag .content>span:first-of-type p::before{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/blogs-before.svg);
    width: 8px;
    height: 8px;
    margin-right: 5px;
    display: inline-block;
}

.single-blog .hoofdlaag .content>.flexbox-wrapper{
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #12172533;
    font-size: 14px;
    line-height: 14px;
}

.single-blog .hoofdlaag .content>.flexbox-wrapper>p:first-of-type{
    flex-basis: 55%;
    margin-top: 0;
    flex-grow: 1;
    margin-bottom: 0!important;
}

.single-blog .hoofdlaag .content>.flexbox-wrapper>p:last-of-type{
    margin: 0;
    flex-basis: fit-content;
    margin-left: 10px;
}

.single-blog .hoofdlaag .content h1{
    margin-top: 46px;
    margin-bottom: 24px;
    color: #121725 !important;
}

.single-blog .hoofdlaag .content h2{
    margin-top: 40px;
    margin-bottom: 8px;
    color: #121725!important;
}
.single-blog .hoofdlaag .content table{

    border-collapse: collapse;

	width: 100%

}
.single-blog .hoofdlaag .content table tr th, .single-blog .hoofdlaag .content table tr td{

        border: 1px solid #000000;

        padding: 4px 8px;

}
.single-blog .hoofdlaag .content h3{
    margin-top: 40px;
    margin-bottom: 8px;
    color: #121725;
}

.single-blog .hoofdlaag .content h4{
    margin-top: 40px;
    margin-bottom: 8px;
    color: #121725;
}

.single-blog .hoofdlaag .content h5{
    margin-top: 40px;
    margin-bottom: 8px;
    color: #121725;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.single-blog .hoofdlaag .content h6{
    margin-top: 40px;
    margin-bottom: 8px;
    color: #121725;
font-size: 20px;
font-weight: 700;
line-height: 24px;
text-align: left;
}

.single-blog .hoofdlaag .content p{
    margin-bottom: 24px;
    color: #121725;
    margin-top: 8px;
    max-width: unset!important;
}

.single-blog .hoofdlaag .content p:has(> img){
    margin: 40px 0;
}

.single-blog .hoofdlaag .content blockquote{
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #121725;
    margin: 40px 0 32px;
}

.single-blog .hoofdlaag .content blockquote p{
    margin: 0;
}

.single-blog .hoofdlaag .offerteblok{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/single-blog-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1278E2;
    padding: 43px 21px 47px;
    margin-top: 20px;
    max-width: 310px;
    position: relative;
    overflow: hidden;
}

.single-blog .hoofdlaag .offerteblok>*{
    position: relative;
    z-index: 2;
}

.single-blog .hoofdlaag .offerteblok::before{
    content: "";
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/single-blog-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    background-size: cover;
}

.single-blog .hoofdlaag .offerteblok p:first-of-type{
    font-family: Nunito Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;    
}

.single-blog .hoofdlaag .offerteblok p:last-of-type{
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 24px;
}

body.error404 .above-footer{
    background-color: transparent;
}

.sub.error404 .hoofdlaag .inner>div{
    border-bottom: 0;
}

.page-id-372 .subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type, .page-id-372 .subpages .projectenlaag{
    display: none;
}

.page-id-372 .subpages .contentlaag .inner>.flexbox-wrapper>div:first-of-type{
    overflow-x: scroll;
}

.page-id-372 .subpages .contentlaag .inner>.flexbox-wrapper>div:first-of-type::-webkit-scrollbar{
    display: none;
}

.page-id-372 .subpages .contentlaag .inner>.flexbox-wrapper>div:first-of-type>div{
    margin-bottom: 0;
    max-width: unset;
}

.subpages .contentlaag .tabelblok>div:first-of-type{
    margin-bottom: 45px;
}

.subpages .contentlaag .tabelblok>div:first-of-type h3{
    margin-bottom: 12px;
    font-family: Figtree;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}

.subpages .contentlaag .tabelblok>div:first-of-type p{
    color: #121725;
}

.subpages .contentlaag .tabelblok table{
    width: 100%;
    border-collapse: collapse;
}

.subpages .contentlaag .tabelblok table thead{
    background-color: #1278E2;
    color: white;
    line-height: 18px;
    width: 100%;
}

.subpages .contentlaag .tabelblok table thead tr th{
    border: 0;
    width: fit-content;
    padding: 14px 0;
}

.subpages .contentlaag .tabelblok table tbody tr:nth-of-type(2n + 1){
    background-color: #FFFFFF;
}

.subpages .contentlaag .tabelblok table thead tr th:not(:first-of-type), .subpages .contentlaag .tabelblok table tbody tr td:not(:first-of-type){
    text-align: center;
}

.subpages .contentlaag .tabelblok table tbody tr td:not(:first-of-type){
    font-size: 14px;
    line-height: 14px;
}

.subpages .contentlaag .tabelblok table tbody tr td{
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    color: #121725;
    padding: 15px;
}

.subpages .contentlaag .tabelblok table tbody tr td:nth-of-type(3){
    position: relative;
}

.subpages .contentlaag .tabelblok table tbody tr td:nth-of-type(3)::before, .subpages .contentlaag .tabelblok table tbody tr td:nth-of-type(3)::after{
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
}

.subpages .contentlaag .tabelblok table tbody tr td:nth-of-type(3)::before{
    box-shadow: -15px 0 15px -15px inset #A9A9A940;
    left: -15px;
}

.subpages .contentlaag .tabelblok table tbody tr td:nth-of-type(3) div span{
    background-image: url(https://avv-vloeren.nl/wp-content/themes/avvafbouw/images/star-light.svg)!important;
}

.subpages .contentlaag .tabelblok table tbody tr td:nth-of-type(3)::after{
    box-shadow: 15px 0 15px -15px inset #A9A9A940;
    right: -15px;
}

.subpages .contentlaag .tabelblok table tbody tr:last-of-type td:nth-of-type(3){
    box-shadow: 0px 4px 4px 0px #A9A9A940;
}

.subpages .contentlaag .tabelblok table tbody tr td div span{
    width: 14px;
    height: 14px;
    display: inline-block;
}

.subpages .contentlaag .tabelblok table tbody tr td a{
    color: #1278E2;
    text-decoration: underline;
}

.subpages .contentlaag .tabelblok table tbody tr td a:hover{
    text-decoration: none;
}

.subpages .contentlaag .tabelblok table tbody tr:last-of-type td a{
    padding: 17px 24px;
    display: block;
    width: fit-content;
    transition: 0.2s;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%;
    border-radius: 41px;
    color: white;
    border: 1px solid #F0803C;
    background-color: #F0803C;
    font-size: 16px;
    margin: 0 auto;
    text-decoration: none;
}

.subpages .contentlaag .tabelblok table tbody tr:last-of-type td a:hover{
    background-color: transparent;
    color: #F0803C;
}

 /**
 * Pagination
 * ----------------------------------------------------------------------------
 */

 .pagination{
    position: relative;
    width: 100%;
    flex-basis: 100%;
    margin-top: 10px;
}

 .pagination .wp-pagenavi {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 110px;
}

.pagination .wp-pagenavi::before {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
}

.pagination .wp-pagenavi::after {
    content: "";
    background-color: #00000033;
    width: 35%;
    height: 1px;
    display: block;
    right: 0;
    position: absolute;
    top: 14px;
}

.pagination .pages, .pagination .previouspostslink, .pagination .first, .pagination .last {
    display: none!important;
}

.pagination .current, .pagination .extend {
    border: none;
    padding: 0;
    font-weight: 400!important;
    width: fit-content;
    margin: 0!important;
    color: #121725;
    display: inline-block!important;
    padding: 0;
    margin: 0 2px!important;
}

.pagination .page {
    width: fit-content;
    border: none;
    margin: 0!important;
    color: #121725;
    display: inline-block!important;
    border-bottom: 1px solid #0A2F3080;
    padding: 0;
    margin: 0 2px!important;
    line-height: 16px;
}

.pagination .nextpostslink {
    color: #121725;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto!important;
    width: fit-content;
    display: block;
    max-width: 400px;
}


 /**
 * Filters
 * ----------------------------------------------------------------------------
 */

 .searchandfilter>ul>li{
    padding: 0;
    margin-bottom: 22px;
 }

 .searchandfilter ul li ul{
    white-space: nowrap;
    display: block;
    overflow: scroll;
    width: 100vw;
 }

 .searchandfilter ul li ul::-webkit-scrollbar{
    display: none;
 }

 .sub.projecten .filters>form{
    justify-content: center;
 }

 .searchandfilter ul li ul li{
    height: fit-content;
    position: relative;
    cursor: pointer;
    flex-basis: fit-content;
    transition: 0.2s;
    margin-right: 32px;
    padding: 0;
    display: inline-block;
    width: fit-content;
 }

 .searchandfilter ul li ul li:hover label{
    color: #121725;
    text-decoration: none;
 }

 .searchandfilter ul li ul li input{
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
 }

 .searchandfilter ul li ul li label{
    padding-left: 0!important;
    font-weight: 600;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #12172580;
    text-decoration: underline;
    transition: 0.2s;
 }

 .searchandfilter ul li ul li.sf-option-active label{
    text-decoration: none;
    color: #121725;
 }


.toollaag .inner .flexbox-wrapper .form #gform_fields_1_2>div:nth-of-type(2) a{
	    font-weight: bold;
    text-decoration: underline;
    color: #121725;
	&:hover{
	text-decoration: none;
	}
}



 /**
 * Contact
 * ----------------------------------------------------------------------------
 */

 .page-id-1127 .site-footer .above-footer {
    background-color: #121725;
}
li#menu-item-1155 {

    display: none;

}
.page-id-1146 div#navbar ul.nav-menu>li#menu-item-331 {

    opacity: 0;

    pointer-events: none;

}
.page-id-1146 section.above-footer {

    display: none;

}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */
 @media (min-width:440px) {
    .homepage .hoofdlaag .inner a.btn:last-of-type{
        margin-top: 0;
        margin-left: 8px;
    }
 }

@media (min-width:550px) {
    .toollaag #gform_page_1_3 .gform_page_fields{
        max-width: 500px;
        min-height: 375px;
    }

    .toollaag #gform_page_1_3 .gform_page_footer{
        bottom: calc(50% - 210px);
    }
}
    
@media (min-width:768px) {
    .site-footer .under-footer .flexbox-wrapper .logos{
        align-items: center;
    }
    .site-footer .under-footer .flexbox-wrapper .logos p.title{
        flex-basis: fit-content;
        margin-right: 30px;
    }

    .projectenlaag .inner>.flexbox-wrapper:first-of-type{
        margin-bottom: 44px;
    }

    .projectenlaag .inner>.flexbox-wrapper:first-of-type h2{
        margin-bottom: 0;
    }

    .projectenlaag .inner>.flexbox-wrapper:first-of-type a{
        margin-top: 0;
    }

    
.homepage .overonslaag .inner .flexbox-wrapper, .homepage .dienstenlaag .inner .flexbox-wrapper, .informatielaag .inner .flexbox-wrapper{
    max-width: 710px;
}

.faqlaag .inner{
    max-width: 664px;
}

.faqlaag .pretitel, 
.faqlaag h2,
.faqlaag span.title,
.faqlaag .inner a.btn{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.homepage .blokkenlaag .inner .flexbox-wrapper{
    justify-content: space-between;
}

.homepage .blokkenlaag .inner .flexbox-wrapper div{
    flex-basis: 49%;
}

.projectenlaag .inner a.btn.mobile, .homepage .bloglaag .inner a.btn.mobile{
    display: none;
}

.projectenlaag .inner a.btn.desktop, .homepage .bloglaag .inner a.btn.desktop{
    display: block;
}

.homepage .bloglaag .blogs{
    flex-direction: row;
    margin-bottom: 0;
}

.homepage .bloglaag .blogs span.bg-img{
    flex-basis: 48%;
    margin-bottom: 0;
    margin-right: 2%;
}

.sub.faq .vragenlaag .inner>.flexbox-wrapper{
    flex-direction: row;
    justify-content: space-between;
}

.sub.faq .vragenlaag .categorien{
    flex-basis: 45%;
    max-width: 324px;
    margin-right: 68px;
}

.sub.faq .vragenlaag .vragen{
    flex-basis: 45%;
    margin-top: 0;
    flex-grow: 1;
}

.sub .projecten .flexbox-wrapper, .sub .blogs span.bg-img{
    margin-right: 16px;
 }

}
@media (max-width: 1024px) {

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

	.site-footer .footer .flexbox-wrapper>div:last-of-type a span{
		width: 32px;
		height: 32px;
    	border: none;
	}

    .top-header .inner>.flexbox-wrapper>div:nth-of-type(2){
        display: flex!important;
        flex-wrap: wrap;
        color: white;
        align-items: center;
    }
    
    .top-header .inner>.flexbox-wrapper>div:nth-of-type(2) .flexbox-wrapper{
        align-items: center;
        margin-right: 32px;
    }

    .top-header .inner>.flexbox-wrapper>div:nth-of-type(2) .flexbox-wrapper:last-of-type{
        margin-right: 0;
    }
    
    .top-header .inner>.flexbox-wrapper>div:nth-of-type(2) .flexbox-wrapper span{
        margin-right: 8px;
    }

    .top-header .inner>.flexbox-wrapper>div:nth-of-type(3) a:hover{
        text-decoration: underline;
    }

    .top-header .inner>.flexbox-wrapper>div:nth-of-type(3) a{
        padding-right: 13px;
        margin-right: 13px;
        border-right: 1px solid #FFFFFF66;
        text-decoration: none;
        font-family: Nunito Sans;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-align: right;

    }

    .top-header .inner>.flexbox-wrapper>div:nth-of-type(3) a:last-of-type{
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    .top-header .inner>.flexbox-wrapper{
        justify-content: space-between;
    }
    
    .top-header .inner>.flexbox-wrapper>div:not(:first-of-type){
        display: block;
    }

    .fixed-btn a:last-of-type span::after{
        content: url();
        position: absolute;
        left: 18px;
        top: 23px;
    }
    
    .fixed-btn a:first-of-type span::after{
        content: url();
        position: absolute;
        left: 19px;
        top: 20px;
    }

    
    .fixed-btn a:hover{
        opacity: 0.7;
    }

    .fixed-btn a{
        transition: 0.2s;
    }
    
    .fixed-btn a span{
        width: 62px;
        height: 62px;
        display: block;
        margin-bottom: 10px;
    }

    .fixed-btn a span{
        border-radius: 100%;
        background: transparent linear-gradient(104deg, #5BE1E7 0%, #38B6FE 100%) 0% 0% no-repeat padding-box;
        position: relative;
    }




    .site-header{
        transition: 0.2s;
    }

    .site-header.scrolled{
        top: 0;
    }

    .site-header .inner>.btn{
        display: none;
    }
    
   
    #breadcrumbs{
        margin-bottom: 25px;
    }

    .site-header .navbar-btn{
        display: none;
    }

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


    .site-header .inner .navbar-buttons.mobile{
        display: none;
    }

    .site-header {
        height: 86px;
        margin: 0 auto;
        padding: 10px 0;
        background: transparent;
    }

    .site-header .inner{
        padding: 0 25px;
    }

    .site-header .inner .home-link{
        width: 179px;
        height: 65px;
        margin-top: 0;
    }
    header.site-header div.menu {
        display: none;
    }

    div#navbar {
        transition: unset;
        text-align: center;
        flex-basis: fit-content;
        flex-grow: 1;
        order: 2;
        overflow: visible;
        border-top: 0;
        top: 6px;
        height: 56px;
    }

    .site-header .inner .navbar .navigation {
        opacity: unset;
    }

    .navbar a {
        animation: unset;
    }

    .navbar .menu-menu-1-container {
        position: relative;
    }

    div#navbar ul {
        max-height: unset;
        overflow: visible;
        position: absolute;
        top: 18px;
        width: fit-content;
        right: 0;
        left: 0;
        margin-left: auto;
    }

    div#navbar .nav-menu>li {
        border-bottom: none!important;
        padding-bottom: 0;
        margin: 0 4px;
        width: fit-content;
        display: inline-block;
        border-top: 0!important;
        padding-bottom: 0;
        border-bottom: 0;
    }


    div#navbar .nav-menu>li.menu-item-has-children {
        margin-right: 30px;
        padding-bottom: 40px;
    }

    .nav-menu>li:first-of-type {
        padding: 0;
    }

    .nav-menu li a {
        display: unset;
        transition: 0.2s;
        font-size: 16px;
        line-height: 16px;
    }

    div#navbar ul li a::after{
        content: ""!important;
    }

    .nav-menu-extra {
        display: none;
    }

    .nav-menu li.menu-item-has-children>a::after{
        transform: scale(0.8);
        top: -1px;
        right: -20px!important;
    }

    .nav-menu .sub-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
    }

    div#navbar ul .sub-menu {
        padding: 30px 25px 0 25px;
        left: -15px;
        transition: 0.3s;
        box-shadow: rgba(17,12,46,.15) 0 48px 50px 0;
        width: max-content;
        top: 25px;
        background: #ffffff;
        padding-top: 0;
        margin-top: 36px;
        margin-left: 15px;
    }

    div#navbar ul .sub-menu li {
        padding: 0 0 15px;
        display: block;
        width: fit-content;
        border: none;
    }

    .nav-menu li:hover .sub-menu, .nav-menu .sub-menu:hover {
        display: block;
        opacity: 1!important;
        pointer-events: all!important;
    }

    div#navbar .sub-menu li{
        color: var(--Titel-Kleur, #0A2F30);
    }

    div#navbar .sub-menu li a{
        color: var(--Titel-Kleur, #0A2F30);
    }

    .site-header a.btn.desktop{
        display: block;
        order: 3;
        height: fit-content;
        margin-right: 19px;
    }

    .site-header a.btn.desktop:nth-of-type(2){
        border: 1px solid rgba(0, 19, 51, 0.50);
        padding: 19px 24px;
    }

    .site-header a.btn.desktop:nth-of-type(3){
        padding: 19px 24px;
        background: #FB8500;
        color: #FFF;
        border: 1px solid #fb8500;
        margin-left: 8px;
    }

    .site-header a.btn.desktop:nth-of-type(2):hover{
        background-color: #001333;
        color: white;
    }

    .site-header a.btn.desktop:nth-of-type(3):hover{
        background-color: transparent;
        color: #fb8500;
    }

    .site-header.scrolled div#navbar ul li a{
        color: #0A2F30;
    }


    .site-header.sub-navbar{
        border-bottom: 0;
        max-width: unset;
        margin: unset;
    }

    .site-header.sub-navbar .inner {
        max-width: 1280px;
        margin: 0 auto;
    }

    .site-header.sub-navbar div#navbar ul li a{
        color: var(--Titel-Kleur, #0A2F30);
    }

    .site-header.sub-navbar .nav-menu li.menu-item-has-children::after, .site-header.scrolled .nav-menu li.menu-item-has-children::after{
        /* content: url(http://80.69.89.32/~domein/wp-content/themes/theme/images/chevron-blue-down.svg); */
    }

   
    .site-header a.btn.desktop{
        margin-right: 0;
    }

    .site-header .inner .home-link{
        margin-left: 0;
    }

    .site-header .navbar .btn.navbar{
        display: none;
    }


}

@media (min-width: 1024px) {
    h1{
        font-size: 72px;
        line-height: 72px;
    }

    h2{
        font-size: 44px;
        line-height: 44px;
    }

    .homepage .hoofdlaag{
        padding-top: 160px;
    }

    .homepage .hoofdlaag .inner h1{
        max-width: 984px;
    }

    .homepage .hoofdlaag .inner h1 br{
        display: none;
    }

    .homepage .hoofdlaag .usps{
        margin-top: 145px;
    }

    .homepage .hoofdlaag .usps>.flexbox-wrapper{
        max-width: 880px;
        margin: 0 auto;
        justify-content: space-between;
    }

    .homepage .hoofdlaag .usps .flexbox-wrapper:not(:first-of-type){
        display: flex;
    }

    .toollaag .inner .flexbox-wrapper .content{
        flex-basis: 45%;
    }

    .toollaag .gform_wrapper.gravity-theme #gform_page_1_2{
        margin-top: 60px;
    }

    .toollaag .inner .flexbox-wrapper .form{
        flex-basis: 45%;
    flex-grow: 1;
    margin-left: 80px;
    margin-top: 0;
    }

    .toollaag .inner .flexbox-wrapper .form #gform_fields_1_2>div:nth-of-type(5){
        grid-column: span 12!important;
    }
	
	.toollaag .inner .flexbox-wrapper .form #gform_fields_1_2>div:nth-of-type(2){
        grid-column: span 12!important;
		margin-top: -10px;
    }

    .toollaag .inner .flexbox-wrapper .form #gform_fields_1_2>div:nth-of-type(-n+11){
        grid-column: span 6;
    }
	
	

    .page-template-sub-tool .homepage .toollaag{
        min-height: calc(100vh - 125px);
    }

    .homepage .toollaag{
        padding: 110px 0 120px;
        min-height: 600px;
    }

    .toollaag .inner .flexbox-wrapper .form #gform_fields_1_2>div:nth-of-type(1){
        grid-column: span 12;
    }


    .homepage .overonslaag .inner .flexbox-wrapper, .homepage .dienstenlaag .inner .flexbox-wrapper, .informatielaag .inner .flexbox-wrapper{
        max-width: unset;
    }

    .homepage .videolaag>span{
       background-image: url(https://avv-vloeren.nl/wp-content/uploads/2024/04/bedrijfsvideo-thumbnail.jpg)!important;
    }

    .homepage .videolaag .inner p{
        padding-top: 88px;
        font-size: 32px;
        line-height: 24px;
    }

    .homepage .overonslaag .inner>.flexbox-wrapper{
        justify-content: space-between;
    }

    .homepage .overonslaag .inner>.flexbox-wrapper .content{
        flex-basis: 47%;
        order: 1;
    }

    .homepage .overonslaag .inner>.flexbox-wrapper>span{
        flex-basis: 47%;
        margin-top: 0;
        height: unset;
    }

    .homepage .overonslaag .inner>.flexbox-wrapper>span div{
        bottom: -30px;
        left: -20px;
    }

    .homepage .overonslaag{
        padding: 120px 0;
    }

    .homepage .dienstenlaag{
        padding: 120px 0;
    }

    .homepage .dienstenlaag .pretitel{
        text-align: center;
    }

    .homepage .dienstenlaag h2{
        text-align: center;
        margin-bottom: 50px;
    }

    .homepage .dienstenlaag .flexbox-wrapper{
        justify-content: space-between;
    }

    .homepage .dienstenlaag .flexbox-wrapper .content{
        flex-basis: 47%;
    }

    .homepage .dienstenlaag .flexbox-wrapper .content .accordion{
        font-size: 22px;
        line-height: 24px;
        padding: 20px 0;
    }

    .homepage .dienstenlaag .flexbox-wrapper .content .accordion.active{
        padding-bottom: 8px;
    }
    .sub .hoofdlaag h2, .sub .hoofdlaag h1,  .subpages .hoofdlaag h2, .subpages .hoofdlaag h1{
        margin-bottom: 32px;
     }

    .homepage .dienstenlaag .flexbox-wrapper>div:last-of-type{
        flex-basis: 47%;
        width: 47%;
        margin-top: 0;
        height: unset;
    }

    .homepage .blokkenlaag .inner .flexbox-wrapper{
        justify-content: space-between;
    }

    .homepage .blokkenlaag .inner .flexbox-wrapper div{
        margin-right: 0;
        flex-basis: 24%;
    }

    .homepage .projectenlaag{
        padding: 265px 0 120px; 
    }

    .toollaag .flexbox-wrapper{
        position: relative;
    }

    .subpages.single-nieuws .hoofdlaag .inner>div h1{
        font-size: 44px;
        line-height: 44px;
    }

    .toollaag .gform_wrapper.gravity-theme .gf_page_steps{
        position: absolute;
        left: 0;
        top: 300px;
    }

    .toollaag .gform_wrapper.gravity-theme .gf_page_steps .gf_step:last-of-type{
        margin-bottom: 0;
    }

    .homepage .projectenlaag>span{
        height: 1500px;
        background-size: 1000px;
    }

    .page-template-sub-blogs .hoofdlaag, .page-template-sub-projecten .hoofdlaag{
        padding-bottom: 54px!important;
    }

    .project-carousel .owl-dots{
        margin-top: 40px;
    }

    .homepage .bloglaag{
        padding: 120px 0;
    }

    .homepage .bloglaag .blogs span.bg-img:last-of-type{
        display: block;
    }

    .homepage .bloglaag .blogs span.bg-img:not(:first-of-type) .gegevens a, .homepage .bloglaag .blogs span.bg-img:not(:first-of-type) .gegevens p:last-of-type{
        display: block;
    }

    .homepage .bloglaag .blogs span.bg-img:first-of-type{
        max-width: 632px;
        height: 446px;
        flex-basis: 60%;
        margin-right: 16px;
    }

    .homepage .bloglaag .blogs>span.bg-img:nth-of-type(2), .homepage .bloglaag .blogs>span.bg-img:nth-of-type(3){
        display: none;
    }

    .homepage .bloglaag .blogs .gegevens{
        bottom: 32px;
        left: 32px;
    }

    .homepage .bloglaag .blogs .desktop{
        flex-grow: 1;
        flex-basis: 37%;
        max-width: 632px;
        display: block;
    }

    .homepage .bloglaag .blogs span.bg-img .gegevens p:nth-of-type(2){
        font-size: 32px;
        line-height: 32px;
        max-width: 421px;
    }

    .homepage .bloglaag .desktop .flexbox-wrapper:first-of-type{
        margin-bottom: 16px;
    }

    .homepage .bloglaag .blogs p.categorie{
        top: 16px;
        left: 16px;
    }

    .homepage .bloglaag .desktop .flexbox-wrapper>span.bg-img{
        flex-basis: 40%;
        max-width: 256px;
        height: 215px;

    }

    .homepage .bloglaag .desktop .flexbox-wrapper .gegevens{
        flex-basis: 50%;
        position: unset;
        flex-grow: 1;
    }

    .homepage .bloglaag .desktop .flexbox-wrapper .gegevens p.datum{
        color: #121725CC;
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 14px;
        margin-top: 21px;
    }

    .homepage .bloglaag .desktop .flexbox-wrapper .gegevens p:nth-of-type(2){
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        color: #121725;
        font-family: "Figtree", sans-serif;

    }

    .homepage .bloglaag .desktop .flexbox-wrapper .gegevens p:last-of-type{
        color: #121725CC;
        height: 56px;
        overflow: hidden;
        display: block;
        margin-top: 7px;
    }

    .homepage .bloglaag .desktop .flexbox-wrapper .gegevens a{
        color: #1278E2;
        font-size: 16px;
        line-height: 16px;
        text-decoration: underline;
        font-weight: 700;
        display: block;
        margin-top: 17px;
    }

    .toollaag .inner .content h2, .toollaag .inner .content h1{
        font-size: 44px;
        line-height: 44px;
    }

    .toollaag #gform_page_1_3 .gform_page_fields{
        max-width: 750px;
    }

    .toollaag #gform_page_1_3 .gform_page_fields #gform_fields_1_3{
        padding: 40px;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper>div h2{
        text-align: center;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper>div p{
        text-align: center;
        max-width: 525px;
        margin: auto;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div{
        flex-basis: 33%;
        flex-direction: column;
        justify-content: center;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper div span{
        margin-right: 0;
        margin-bottom: 12px;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .inner>.flexbox-wrapper>div{
        width: 100%;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper{
        margin-top: 32px;
    }

    .toollaag #gform_page_1_3 .gform_page_fields .flexbox-wrapper .flexbox-wrapper::after{
        width: 66%;
        height: 1px;
        position: absolute;
        left: 0px;
        right: 0;
        top: 15px;
        background-color: #12172533;
        margin: auto;
    }

    .toollaag #gform_page_1_3 .gform_page_footer{
        bottom: calc(50% - 193px);
    }

    .informatielaag{
        padding: 100px 0 120px;
    }

    .page-template-sub-blogs .informatielaag{
        padding-top: 120px;
    }

    .informatielaag .inner>.flexbox-wrapper{
        justify-content: space-between;
    }

    .informatielaag .inner>.flexbox-wrapper>.content{
        flex-basis: 47%;
    }

    .informatielaag .inner>.flexbox-wrapper>span{
        flex-basis: 47%;
        height: unset;
    }

    .page-template-sub-overons .faqlaag{
        padding-top: 120px!important;
    }

    .faqlaag{
        padding-bottom: 120px;
    }

    .subpages .contentlaag .standaard-tekst h2{
        font-size: 36px;
        line-height: 36px;
    }

    .site-footer .footer{
        margin-top: 78px;
    }

    .site-footer .footer .flexbox-wrapper{
        justify-content: space-between;
        padding-bottom: 72px;
        border-bottom: 1px solid #DAE1EF;
    }

    .site-footer .footer .flexbox-wrapper>div{
        flex-basis: fit-content;
        margin-right: 38px;
    }

    .site-footer .footer .flexbox-wrapper>div:nth-last-child(2){
        margin-right: 0;
    }

    .site-footer .footer .flexbox-wrapper>div:last-of-type{
        position: absolute;
        border-bottom: 0;
        padding: 0;
        margin: 0;
        top: 110px;
        width: fit-content;
    }

    .site-footer .footer .flexbox-wrapper div .accordion{
        border: none!important;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .site-footer .footer .flexbox-wrapper div .accordion::after{
        content: none;
    }

    .site-footer .footer .flexbox-wrapper>div .panel{
        border: none!important;
        height: fit-content!important;
        max-height: unset!important;
    }

    .site-footer .footer .flexbox-wrapper>span{
        margin-right: 55px;
    }

    .panel *:last-child{
        margin-bottom: 0;
    }

    .site-footer .above-footer .inner div{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .site-footer .above-footer p{
        margin-bottom: 0;
        margin-right: 32px;
    }

    .sub .hoofdlaag h2, .sub .hoofdlaag h1, .subpages .hoofdlaag h1{
        font-size: 64px;
        line-height: 64px;
    }

    .sub .hoofdlaag{
        padding: 60px 0 86px;
    }
    
    .subpages .contentlaag .inner>.flexbox-wrapper>div:first-of-type{
        flex-basis: 50%;
        flex-grow: 1;
    }
	
	.subpages .contentlaag .inner>.flexbox-wrapper>div:first-of-type>div{
	    max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

    .subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type{
        flex-basis: 328px;
        margin-left: 50px;
		display: none;
    }

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:first-of-type{
    padding: 17px 24px;
    background-color: white;
    box-shadow: 0px 4px 4px 0px #AFAFAF26;
    margin-bottom: 16px;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:first-of-type p{
    color: #121725;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 4px;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:first-of-type a{
    display: block;
    color: #121725;
    text-decoration: underline;
    margin-bottom: 16px;
    line-height: 18px;
}

.subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type>div:first-of-type>*:last-child{
    margin-bottom: 0;
}

    .sub .projecten .flexbox-wrapper:first-of-type{
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    .sub .projecten .flexbox-wrapper:first-of-type>span, .sub .projecten .flexbox-wrapper:nth-of-type(2)>span{
        background-size: cover;
        height: 420px;
    }

    .sub .projecten .flexbox-wrapper:first-of-type .gegevens, .sub .projecten .flexbox-wrapper:nth-of-type(2) .gegevens{
        position: absolute;
    bottom: 0;
    background: transparent;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #0000004a;
    }

    .sub .projecten .flexbox-wrapper:first-of-type .gegevens h6, .sub .projecten .flexbox-wrapper:nth-of-type(2) .gegevens h6{
        color: white;
        font-size: 26px;
        line-height: 26px;
        width: 80%;
        margin-bottom: 15px;
        height: 52px;
    }

    .sub .projecten .flexbox-wrapper:first-of-type .gegevens .datum, .sub .projecten .flexbox-wrapper:nth-of-type(2) .gegevens .datum{
        color: #FFF;
    }

    .sub .projecten .flexbox-wrapper:first-of-type .gegevens a, .sub .projecten .flexbox-wrapper:nth-of-type(2) .gegevens a{
        width: 52px;
        height: 52px;
        right: 24px;
        background-color: white;
        border-radius: 100%;
        right: 32px;
        bottom: 40px;
    }

    .sub .projecten .flexbox-wrapper:nth-of-type(2){
        width: 49%;
        margin-right: 0;
    }

    .projecten .flexbox-wrapper>a:first-of-type{
        z-index: 3;
    }

    .projecten .flexbox-wrapper p.categorie{
        z-index: 3;
    }

    .sub .projecten .flexbox-wrapper{
        margin-right: 14px;
        width: 308px;
        max-width: unset;
    }

    .sub .projecten .flexbox-wrapper:nth-of-type(4n + 6){
        margin-right: 0;
    }

    .sub .reviewlaag .inner>p:first-of-type{
        font-size: 28px;
        line-height: 39.2px;
        max-width: 961px;
    }

    .sub .blogs span.bg-img{
        max-width: 632px;
        width: calc(50% - 8px);
        height: 446px;
    }

    .sub .blogs span.bg-img:nth-of-type(2n + 2){
        margin-right: 0;
    }

    .sub .blogs .gegevens{
        left: 32px;
        bottom: 32px;
    }

    .sub .blogs span.bg-img p.datum{
        font-size: 14px;
        line-height: 14px;
    }

    .sub .blogs span.bg-img .gegevens p{
        font-size: 32px;
        line-height: 32px;
        max-width: 420px;
    }

    .sub .bloglaag{
        margin-bottom: 60px;
    }

    .sub.faq .vragenlaag .categorien{
        margin-right: 108px;
    }

    .sub.faq .hoofdlaag{
        padding: 74px 0;
    }

    .sub.faq .vragenlaag{
        padding-bottom: 120px;
    }

    .sub.faq .contactlaag{
        padding-bottom: 111px;
    }

    .sub.faq .contactlaag h3{
        font-size: 44px;
        line-height: 28px;
    }

    .sub.overons .hoofdlaag, .subpages .hoofdlaag{
        padding: 140px 0;
    }

    .subpages.single-nieuws .hoofdlaag{
        padding: 60px 0 110px;
    }

    .sub.overons .teamlaag{
        padding: 120px 0;
    }

    .sub.overons .teamlaag h2{
        max-width: 425px;
        margin: 0 auto 32px;
        text-align: center;
    }

    .sub.overons .teamlaag .inner>.flexbox-wrapper{
        max-width: 840px;
        margin: 0 auto -40px;
    }

    .sub.overons .teamlaag .inner>.flexbox-wrapper .flexbox-wrapper:nth-of-type(2n + 2){
        margin-right: 0;
    }

    .subpages.single-nieuws .informatielaag .flexbox-wrapper{
        justify-content: space-between;
    }

    .subpages.single-nieuws .informatielaag .flexbox-wrapper>div{
        flex-basis: 48%;
        margin-top: 0!important;
    }

    .subpages.single-nieuws .informatielaag .flexbox-wrapper>div:first-of-type{
        order: 1;
    }

    .subpages.single-nieuws .informatielaag{
        padding: 120px 0;
    }

    .subpages.single-nieuws .projectenlaag{
        padding: 132px 0 120px;
    }

    .subpages.single-nieuws .hoofdlaag .gegevens{
        order: 1;
    }

    .subpages.single-nieuws .hoofdlaag .afbeeldingen{
        flex-basis: 51%;
        margin-top: 0;
    }

    .subpages.single-nieuws .hoofdlaag .gegevens{
        flex-basis: 44%;   
    }

    .subpages.single-nieuws .hoofdlaag .afbeeldingen{
        justify-content: space-between;
        position: relative;
    }

    .subpages.single-nieuws .hoofdlaag .afbeeldingen span:first-of-type{
        max-width: 432px;
        height: 600px;
        flex-basis: 59%;
        flex-grow: 1;
        margin-right: 16px;
    }

    .subpages.single-nieuws .hoofdlaag .afbeeldingen span:nth-of-type(2){
        max-width: 200px;
    margin-right: 0;
    height: 292px;
    flex-basis: 37%;
    }

    .subpages.single-nieuws .hoofdlaag .afbeeldingen span:nth-of-type(3){
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 200px;
        height: 292px;
        width: 37%;
    }

    .single-blog .hoofdlaag .content{
        flex-basis: 60%;
        flex-grow: 1;
        margin-right: 16px;
    }

    .single-blog .hoofdlaag .offerteblok{
        flex-basis: 35%;
        margin-top: 0;
        height: fit-content;
        position: sticky;
        top: 170px;
    }

    .single-blog{
        overflow: visible;
    }

    .single-blog .hoofdlaag{
        padding-top: 40px;
        padding-bottom: 120px;
    }

    .sub.subpages.single-blog .bloglaag{
        padding: 120px 0;
    }

    .single-blog .hoofdlaag .content>span:first-of-type{
        height: 480px;
    }

    .single-blog .hoofdlaag .content h1{
        font-family: Figtree;
        font-size: 64px;
        font-weight: 700;
        line-height: 64px;
        text-align: left;
        
    }

    .single-blog .hoofdlaag .content h2{
        font-family: Nunito Sans;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        
    }

    .single-blog .hoofdlaag .content h3{
        font-family: Nunito Sans;
        font-size: 26px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        
    }

    .single-blog .hoofdlaag .content h4{
        font-family: Nunito Sans;
        font-size: 32px;
        font-weight: 700;
        line-height: 38.4px;
        text-align: left;
        
    }

    .single-blog .hoofdlaag .content h5{
        font-family: Nunito Sans;
        font-size: 24px;
        font-weight: 700;
        line-height: 28.8px;
        text-align: left;
        
    }

    .single-blog .hoofdlaag .content h6{
        font-family: Nunito Sans;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        
    }
    
    .projectenlaag span.title {
        font-size: 44px;
        line-height: 44px;
    }
    
    .sub.subpages.single-blog .bloglaag span.title {
        font-size: 44px;
        line-height: 44px;
    }


}
@media (min-width: 1025px) {
}
@media (min-width:1160px) {
    div#navbar .nav-menu>li{
        margin: 0 10px;
    }

    .page-id-1146     div#navbar ul {

        top: 13px;

    }

    .page-id-1146 div#navbar ul.nav-menu>li#menu-item-331 {

        display: none;

    }

    body:not(.home) .homepage .projectenlaag {
        padding-top: 120px;
    }
    div#navbar .nav-menu>li.menu-item-has-children{
        margin-right: 35px;
    }
}
@media (min-width:1440px) {

	.site-footer .footer .flexbox-wrapper>div:last-of-type a span{
		width: 52px;
    height: 52px;
    border: 1px solid #F0803C;
	}

    div#navbar ul{
        top: 3px;
    }

    div#navbar ul #menu-item-116{
        display: none;
    }

    div#navbar .nav-menu>li{
        margin: 0 12px;
    }

    div#navbar ul li#menu-item-331, .page-id-1127 li#menu-item-1155{
        margin-right: 0;
    }

    div#navbar ul.nav-menu>li#menu-item-331 a, .page-id-1127 li#menu-item-1155 a{
        font-size: 16px;
        font-weight: 700;
        border: 1px solid #F0803C;
        background: #F0803C;
        padding: 18px 24px;
        border-radius: 41px;
        display: block;
        width: fit-content;
        transition: 0.2s;
        cursor: pointer;
        line-height: 100%;
        color: white;
        display: block;
    }
    .page-id-1127 li#menu-item-1155 {

        display: inline-block !important;

    }

    

    .page-id-1127 li#menu-item-331 {

        display: none !important;

    }

    
    div#navbar ul.nav-menu>li#menu-item-331,     .page-id-1127 li#menu-item-1155 {
        display: inline-block;
        margin-left: 50px;
    }

    div#navbar ul.nav-menu>li#menu-item-331 a:hover, .page-id-1127 li#menu-item-1155 a:hover{
        background-color: transparent;
        color: #F0803C!important;
    }

    .site-footer .footer .flexbox-wrapper{
        justify-content: unset;
    }

    .site-footer .footer .flexbox-wrapper>span{
        width: 233px;
        height: 84px;
        margin-right: 125px;
    }

    .site-footer .footer .flexbox-wrapper>div{
        margin-right: 64px;
    }

    .site-footer .under-footer .inner>.flexbox-wrapper{
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .site-footer .under-footer .flexbox-wrapper>.flexbox-wrapper:first-of-type{
       flex-basis: 521px;
       margin-top: 0; 
    }

    .site-footer .under-footer .flexbox-wrapper .logos{
        flex-basis: 677px;
        order: 2;
    }

    .site-footer .under-footer .flexbox-wrapper .logos span:last-of-type{
        margin-right: 0;
    }

    .site-footer .under-footer .flexbox-wrapper>.flexbox-wrapper:first-of-type>*:last-child{
        margin-right: 0;
    }

    .site-footer .under-footer .flexbox-wrapper .logos span{
        max-width: 93px;
    }

    .site-footer .under-footer .flexbox-wrapper .logos p.title{
        margin-bottom: 0;
    }

    .site-footer .under-footer{
        margin-top: 0;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .toollaag>span{
        background-repeat: no-repeat;
        background-position: left;
        height: 1500px;
        background-size: 1000px;
        position: absolute;
        width: 100%;
        top: -598px;
        left: -200px;
        transform: rotateX(180deg);
    }

    .top-header .flexbox-wrapper>div{
        flex-basis: 33%;
    }

    .top-header .flexbox-wrapper>div:nth-of-type(2){
        justify-content: center;
    }

    .top-header .flexbox-wrapper>div:last-of-type{
        text-align: right;
    }

    .homepage .dienstenlaag .flexbox-wrapper>div:last-of-type{
        flex-basis: 50%;
        max-width: 632px;
        height: 464px;
    }

    .homepage .dienstenlaag .flexbox-wrapper .content{
        max-width: 571px;
    }

    .homepage .dienstenlaag .flexbox-wrapper .content .panel *{
        max-width: 524px;
    }

    .toollaag .gform_wrapper.gravity-theme .gf_page_steps{
        top: 265px;
    }

    .toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:nth-of-type(3), .toollaag .gform_wrapper.gravity-theme #field_1_53{
        width: 38%;
        display: inline-block;
    }

    .toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:nth-of-type(3) label, .toollaag .gform_wrapper.gravity-theme #field_1_53 label{
        width: 200%;
    }

    .toollaag .gform_wrapper.gravity-theme .gfield_repeater_cell:nth-of-type(4), .toollaag .gform_wrapper.gravity-theme #field_1_72{
        width: 38%;
        margin-left: 59px;
        display: inline-block;
    }

    .toollaag .gform_wrapper.gravity-theme #field_1_53{
        grid-column: 1 / -2;
        width: 100%;
        /* max-width: 221px; */
    }

    .toollaag .gform_wrapper.gravity-theme #field_1_72{
        grid-column: 6 / -2;
        width: 100%;
        margin-left: 32px;
        margin-top: 30px;
        max-width: 221px;
    }

    .toollaag #gform_page_1_3 .gform_page_fields{
        padding-left: 324px;
        left: 50%;
        max-width: 1074px;
    }
    .toollaag #gform_page_1_3 .gform_page_footer{
        top: 54%;
        transform: translate(-50%, -50%);
        position: relative;
        width: 90%;
        padding-bottom: 50px;
        min-height: 375px;
        padding-left: 324px;
        left: 50%;
        max-width: 1074px;
    }

    .toollaag #gform_page_1_3 #gform_submit_button_1{
        position: absolute;
        bottom: 30px;
        right: calc(50% + -223px);
    }

    .toollaag #gform_page_1_3 .gform_page_fields .inner .flexbox-wrapper>span{
        position: absolute;
        height: 100%;
        width: 324px;
        background-color: gray;
        top: 0;
        left: 0;
    }
    .informatie-faq{
        position: relative;
    }

    .informatie-faq>span{
        background-repeat: no-repeat;
        background-position: left;
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        height: 1500px;
        background-size: 1000px;
    }

    .project-carousel .owl-stage-outer{
        overflow: hidden;
    }

    .project-carousel .owl-nav .owl-prev{
        left: -24px;
    }

    .project-carousel .owl-nav .owl-next{
        right: -24px;
    }
    
}

@media (min-width: 1800px) {
    .page-template-sub-subs, .single-blogs{
        overflow-y: visible;
        overflow-x: visible;
    }

    .subpages .contentlaag .inner>.flexbox-wrapper>div:last-of-type, .single-blog .hoofdlaag .offerteblok{
        position: sticky;
        top: 150px;
        height: fit-content;
    }
}

@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;
    }
}


/* Base styles for the popup */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark background */
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    max-width: 900px;
    width: 80%; /* Responsive width */
}

.popup-content>div:first-of-type{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.popup-content>div:last-child{
    padding: 20px;
}

.popup-content>div:first-of-type p{
    padding: 20px;
    background-color: #1278E2;
    flex-grow: 1;
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    font-family: "Figtree", sans-serif;
    text-align: center;
}

.close-btn-popup {
    font-size: 40px;
    color: white;
    cursor: pointer;
    background-color: #0b4f96;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.popup-content iframe{
    height: 300px;
    width: 100%;
}

/* Responsive popup */
@media (max-width: 600px) {
    .popup-content {
        width: 90%;
    }

    .page-id-1146 h1 strong {

        display: none !important;

    }

    .popup-content>div:first-of-type p{
        font-size: 18px;
        margin-right: 25px;
    }
}

@media (min-width: 768px) {
    .popup-content iframe{
        height: 500px;
    }
}

@media (min-width: 1280px) {
    .popup-content iframe{
        height: 650px;
    }
}



/* PAGEBUILDER */

.blokken .flexbox-wrapper{
    gap: 24px;
}

.blokken .flexbox-wrapper>div{
    padding: 24px;
    box-shadow: 0px 4px 20px 1px #a0a0a0ad;
    border-radius: 8px;
    text-align: center;
}

.blokken .flexbox-wrapper>div span{
    width: 30px;
    height: 30px;
    margin: 0 auto 24px;
}

.blokken .flexbox-wrapper>div h3{
    margin-bottom: 16px;
}

.content-builder .inner{
    max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
}

.homepage-hero-keuzeblokken {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    justify-content: space-between;
    position: relative;
}

.homepage-hero-keuzeblokken>div {
    flex-basis: 32%;
    border-radius: 15px;
    background-color: gray;
    position: relative;
    padding: 16px 12px;
}

.homepage-hero-keuzeblokken::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    left: 0;
    top: 50%;
    position: absolute;
}

.homepage-hero-keuzeblokken>div:nth-of-type(-n + 3) {
    margin-bottom: 30px;
}

.homepage-hero-keuzeblokken>div>span {
    background-color: white;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.homepage-hero-keuzeblokken>div>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-builder ul {
    list-style-type: disc;
    margin-left: 18px;
    list-style-position: outside;
}

.content-builder ul li::marker {
    font-size: 20px;
}

.content-builder>section,
.sub.single>section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-afbeelding .inner>.flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper {
    flex-direction: column;
}

.content-afbeelding .inner>.flexbox-wrapper>span {
    margin-top: 40px;
    width: 100%;
    background-size: cover;
    height: 350px;
    border-radius: 8px;
}

.twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
    margin-top: 40px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content h2,
.twee-kolom-content .inner>.flexbox-wrapper>div h2,
.gecentreerde-content .inner>.flexbox-wrapper>.content h2,
.blokken .inner h2,
.veelgestelde-vragen .tekst h2 {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst,
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst,
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst,
.veelgestelde-vragen .tekst {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child),
.twee-kolom-content .inner>.flexbox-wrapper>div .tekst>*:not(:last-child),
.gecentreerde-content .inner>.flexbox-wrapper>.content .tekst>*:not(:last-child) {
    margin-bottom: 24px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
    margin-bottom: 16px;
    align-items: center;
}

.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper span,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper span,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper span {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}


.content-afbeelding .inner>.flexbox-wrapper>.content .flexbox-wrapper p,
.twee-kolom-content .inner>.flexbox-wrapper>div .flexbox-wrapper p,
.gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    font-size: 16px;
    line-height: 100%;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>.btn,
.twee-kolom-content .inner>.flexbox-wrapper>div>.btn,
.gecentreerde-content .inner>.flexbox-wrapper>.content>.btn {
    margin-top: 32px;
}

.content-afbeelding .inner>.flexbox-wrapper>.content>span:last-of-type,
.twee-kolom-content .inner>.flexbox-wrapper>div>span:last-of-type,
.gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
    width: 287px;
    height: 147px;
    margin-top: 40px;
    background-size: cover;
}

.afbeelding-slider .tekst {
    margin-bottom: 40px;
}

.afbeelding-slider .owl-stage-outer {
    overflow: visible;
}

.afbeelding-slider .owl-stage-outer .owl-item img {
    max-width: calc(100vw - 56px);
    max-height: 550px;
}

.veelgestelde-vragen .categorien {
    background-color: white;
    box-shadow: 0px 4px 4px 0px #00000014;
    padding: 5px 6px;
    width: 100%;
}

.veelgestelde-vragen .categorien a {
    display: inline-block;
    width: 100%;
    color: black;
    line-height: 20px;
    background-color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 10px 20px;
    margin-bottom: 0;
}

.veelgestelde-vragen .categorien a:hover {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.sub.faq.hulp .vragenlaag .vragen {
    margin-top: 0 !important;
}

.veelgestelde-vragen .vragen {
    margin-top: 32px;
}

.veelgestelde-vragen .vragen>h2 {
    color: #149BD7;
    margin-bottom: 30px;
}

.veelgestelde-vragen .vragen div.category>div:first-of-type .accordion {
    border-top: 1px solid #D9D9D9;
}

.veelgestelde-vragen .vragen .accordion:hover {
    background-color: #149bd71c;
}

.veelgestelde-vragen .vragen div div .accordion.active {
    padding-bottom: 8px;
    background-color: transparent !important;
}

.veelgestelde-vragen .vragen div div .panel p {
    margin-bottom: 24px;
}

.veelgestelde-vragen .categorien a.active {
    background-color: #149BD7;
    color: white;
    padding: 15px 20px;
}

.veelgestelde-vragen .vragen div.category {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s, height 0s linear 0.3s;
}

.veelgestelde-vragen .vragen div.category.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition-delay: 0s;
}


.content-afbeelding.reverse.phone .flexbox-wrapper>.content{
    order: 1;
 }

 .content-afbeelding.reverse.phone .flexbox-wrapper>span{
    margin-top: 0;
    margin-bottom: 40px;
 }

@media (min-width:768px) {

    .blokken .flexbox-wrapper>div{
        flex-basis: 45%;
        flex-grow: 1;
    }

    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-afbeelding .inner>.flexbox-wrapper,
    .twee-kolom-content .inner>.flexbox-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts {
        flex-basis: 48%;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>.content-links,
    .twee-kolom-content .inner>.flexbox-wrapper>.content-rechts{
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>span {
        flex-basis: 48%;
        margin-top: 0;
        background-size: cover;
        height: unset;
        max-width: 640px;
    }

    .content-afbeelding .inner>.flexbox-wrapper>.content{
        max-width: 640px;
    }

    .twee-kolom-content .inner>.flexbox-wrapper>div:last-of-type {
        margin-top: 0;
    }

    .gecentreerde-content .inner>.flexbox-wrapper,
    .veelgestelde-vragen .inner {
        align-items: center;
        text-align: center;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content.alleen-content .inner>.flexbox-wrapper{
        margin: unset;
        text-align: left;
        align-items: unset;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper {
        justify-content: center;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content .flexbox-wrapper p {
        max-width: fit-content;
    }

    .gecentreerde-content .inner>.flexbox-wrapper>.content>.btn,
    .gecentreerde-content .inner>.flexbox-wrapper>.content>span:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .gecentreerde-content.alleen-content .inner>.flexbox-wrapper>.content>.btn{
        margin-left: unset;
    }

    .content-afbeelding.reverse .inner>.flexbox-wrapper>.content{
        order: 1;
    }

    .blokken .pretitel {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .blokken .tekst {
        text-align: center;
    }

    .afbeelding-slider .pretitel {
        text-align: center;
    }

    .afbeelding-slider .tekst {
        text-align: center;
    }

    .afbeelding-slider .slider {
        margin-left: auto;
        margin-right: auto;
    }

    .veelgestelde-vragen .categorien {
        display: flex;
        flex-wrap: wrap;
    }


    .veelgestelde-vragen .categorien a {
        text-align: center;
        flex-basis: 25%;
        padding: 15px 20px;
    }
}

@media (min-width: 1024px) {

    .blokken .tekst h2{
        margin-bottom: 54px;
    }

    .blokken .flexbox-wrapper>div {
        padding: 32px;
    }

    /**
 * PAGE BUILDER CONTENT
 * ----------------------------------------------------------------------------
 */

    .content-builder>section{
        padding-top: 120px;
        padding-bottom: 120px;
    }


    .afbeelding-slider .owl-stage-outer .owl-item img {
        max-width: 709px;
        max-height: 620px;
    }

}

.subpages .contentlaag .standaard-tekst a.link{
    padding: 0;
    display: inline-block;
    border: unset;
    text-decoration: underline;
    &:hover{
        text-decoration: none;
        color: #121725;
        background-color: transparent;
    }
}