html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    box-sizing:border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding:0;
    position:relative;
    background-color:#f8f9f8;
    font-family: 'Montserrat', sans-serif;
    transition-property: all;
	transition-duration: 0.35s;
	right:0;
}

@media only screen and (max-width: 767px) {
body {
    padding:0px;
}
}

p, ul{
    font-size:16px;
    font-weight: 400;
    color:#292929;
    line-height: 1.5;
    letter-spacing: 0.10px;
    padding:0;
    margin:0;
}

.subkop {
    padding: 15px 80px 60px 80px;
}

h1 {
    font-size:38px;
    margin: 0px 0px -10px 0px!important;
    letter-spacing: 0.7px;
}

h2 {
    font-size:34px;
    line-height: 34px;
    letter-spacing: 0.4px;    
}

h3 {
    font-size:28px;
    line-height: 28px;
    letter-spacing: 0.7px;    
}

h4 {
    font-size:24px;
    letter-spacing:0.4px;
}

h5 {
    font-size:20px;
    font-weight:400!important;
}

h6 {
    font-size:18px;
    color:#292929!important;
    font-weight:400!important;
    line-height:1.5;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Montserrat', sans-serif;   
    color:#2b4b56;
    font-weight:800;
    margin:0;
    /*text-transform:lowercase;*/
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center,
p.center{
    text-align:center;
}

.i {  
  color: #fcc43f;
  position: relative;
}

.i:before {
  content: "ı";
  position: absolute; 
  color: white;
}

.j {  
  color: #fcc43f;
  position: relative;
}

.j:before{
  content: "ȷ";
  position: absolute; 
  color: white;
}

.wit{
    color:white!important;
}

.wit a {
    color: white!important;
}

img {
    border: 0
}

ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height:1.6!important;
}

ol {
    line-height: 1.6!important;
    padding-left: 18px;
    margin-top: 10px!important;
    margin-bottom: 40px;
}

.padding-kop{
    padding-top: 20px;
}

::selection {
    background: #f9c425;
}

span.geel{
    color: #f9c425;  
}

button.outline {
    background: none;
    color: white;
    padding: 18px 30px;
    font-size: 16px!important;
    font-weight: 600;
    border: 1px solid white;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.35s;
}

button.outline:hover{
    background:rgb(249,196,36);
    color: #2b4b56;
    border: 1px solid rgb(249,196,36);
    font-weight:600;
}

button.geel{
    background: rgb(249,196,36);
    color: #2b4b56;
    padding: 18px 30px;
    font-size:16px!important;
    font-weight:600;
    border: none;
    border-radius:5px;
    cursor:pointer;
    transition: background-color 0.35s;
}

button.geel:hover{
    background:#f4ca4d!important;
}

a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color:#2a4b55;
    font-weight:600;
}

a:active, a:hover {
    outline: 0;
}

b, strong {
    font-weight: 600;
}

.fa {
    font-size:1.2em;   
}

.flex{
    display:flex;
    flex-wrap:wrap;
}

.flex-center{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;    
}

.flex-between{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;    
}

.col-1{
     flex-basis:100%;  
}

.col-2{
    flex-basis:48%;
}

.col-3{
    flex-basis:31%;
}

.col-4{
    flex-basis:22%;    
}

.col-5{
    flex-basis:17%;    
}

img.afbeelding-rechts{
    width: 80%;
    float: right;
    border-radius: 10px;
}

@media only screen and (max-width: 1075px) {
.col-3{
    flex-basis:47%;
}

h4 {
    line-height: 30px;
}

.i-mobiel {  
  color: #fcc43f;
  position: relative;
}

.i-mobiel:before {
  content: "ı";
  position: absolute; 
  color: white;
}

.j-mobiel {  
  color: #fcc43f;
  position: relative;
}

.j-mobiel:before{
  content: "ȷ";
  position: absolute; 
  color: white;
}

img.afbeelding-rechts {
    width: 60%;
    float: left;
    border-radius: 10px;
    margin-top:40px;
}

.col-5 {
    flex-basis: 47%;
}
}

@media only screen and (max-width: 767px) {
body {
    padding:0px;
}

h1{
    font-size:30px;
    line-height: 40px;
}

h2{
    font-size:28px;
    line-height: 28px;
}

h3 {
    font-size:22px;
    line-height: 30px;
}

h4{
    font-size:22px;
}

h5 {
    font-size:18px;
}

h6 {
    font-size:16px;
    line-height: 22px;
}

.col-2,
.col-3,
.col-4,
.col-5{
    flex-basis:100%;
}

button.geel{
    font-size:14px!important;
}

button.outline{
    font-size:14px!important;
}

img.afbeelding-rechts{
    width: 100%;    
    float: none;
    border-radius: 10px;
    margin-top:40px;
}

}

/*--------------------CONTAINERS--------------------*/
.container{
    width: 90vw;
    max-width: 1550px;
    margin: auto;
}

@media only screen and (max-width: 1500px) {
.container{
    width: 95vw;
}
}


@media only screen and (max-width: 1350px) {
.container{
    width:100%;
}
}

@media only screen and (max-width: 767px) {
.container{
    width:100%;
}
}

/*--------------------HEADER-HOME--------------------*/

#header-home{
	padding: 0px 40px;
    height:100vh;
}

#header-vervolg{
    background-image:url('/storage/app/media/afbeeldingen/cta-achtergrond.png');
    background-color:#2b4b56;
    background-repeat: no-repeat;           
	background-size: cover; 
	background-position: bottom;
    background-blend-mode: multiply;
	padding: 0px 40px;
    height: 60vh!important;
}

.fullscreen-video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height:100vh!important;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-video::after {
    content:"";
    position:absolute;
    background-color:#2b4b56;
    width:100%;
    height:100%;
    mix-blend-mode: multiply;
}

.header-video video{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    opacity: 0.55;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/*NAVIGATIE*/
.navigatie{
    height: calc(10vh - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.navigatie-vervolg {
    height: calc(10vh - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

nav ul {
    display: flex;
}

nav ul li{
    font-weight: 400;  
    padding: 0px 60px;
    position:relative;
    margin-left:-50px;
}

nav ul a{
    text-transform:lowercase;
    color:white;
    font-weight:400!important;
}

nav ul a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: relative;
    background: #f9c424;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

nav ul a:hover{
    color:white!important;
}

nav ul a.active:after{
    width:100%!important;
    left:0!important;
}

.strepen {
    position: absolute;
    right: 0px;
    top: 0px;
}

.strepen img {
    width: 180px;
}

.logo-vervolg {
    width: 110px;
    z-index: 200;
}

@media only screen and (min-width: 1076px) {
#menu-hamburger,
#menu-kruis{
    display:none!important;
}

nav {
    display: flex!important;
    visibility:visible!important;
    transition: none!important;
    opacity:1!important;
}
}


@media only screen and (max-width: 1075px) {
#header-home{
	padding: 0px 30px 0px 30px;
}

#header-vervolg{
	padding: 0px 30px 0px 30px;
}

.bekijk-meer.col-2 {
    flex-basis: 25%!important;
}

.volg-ons.col-2 {
    flex-basis: 75%;
}

.streep {
    width: 60px!important;
}

.strepen img {
    display: none;
}

.volg-ons .streep, .volg-ons p.wit {
    display: none!important;
}

i.fab.fa-facebook-f, i.fab.fa-instagram {
    padding: 0px 8px!important;
}
    
    
/*responsive menu*/
#menu-hamburger{
    display:flex;
    justify-content:flex-end;
    cursor:pointer;
    color:white;
    z-index:50;
    font-size: 24px;
}

#menu-kruis{
    display:flex;
    justify-content:flex-end;
    display:none;
    cursor:pointer;
    color:white;
    z-index:50;
    font-size:26px;
}

.navigatie {
    display: flex;
    align-items: center;
}

nav{
    display:flex;   
    visibility:hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #2b4b56;
    align-items: center;
    z-index:20;
    opacity:0;
    transition: opacity 0.35s;
}

nav ul{
    height:50vh;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction:column;
    padding-bottom: 80px;
}


nav ul li {
    padding: 0px!important;
    position: inherit!important;
    margin-left: 0px!important;
}

nav ul a{
    font-weight:800!important;
}

.navigatie a,
.navigatie-vervolg a{
    font-size: 28px;
    font-weight:900;
}
}


/*INTRODUCTIE*/
#introductie{
    display: flex;
    justify-content:center;
    align-items: center;
    height: 80vh;
}

#introductie-vervolg{
    display: flex;
    justify-content:center;
    align-items: center;
    height: 40vh!important;
}

#introductie-vervolg h1 {
    border-bottom: 2px solid #f9c425;;
    padding-bottom: 3px;
    width: fit-content;
    margin: 0 auto!important;
    margin-bottom: 10px!important;
}

#introductie-logo {
    display: flex;
    justify-content: center;
    padding: 0px 0px 30px 0px;
}

#introductie img{
    width:300px;
}

#introductie h3{
    text-transform:uppercase;
    padding: 0px 0px 10px 0px;
}

#introductie-content {
    text-align: center;
}

#introductie-content h5 {
    margin-bottom: 30px;
}

#introductie-content span {
    padding: 0px 5px!important;
    font-weight: 600;    
}

span.lijn {
    font-weight: 600;
    color: #f9c424;
}

span.ondertitel-dik{
    font-weight:700;    
}

@media only screen and (min-width: 1075px) {
#introductie-vervolg div {
    padding-top: 20px;
}
}

@media only screen and (max-width: 1440px) {
#introductie img{
    width:240px;
}
}

@media only screen and (max-width: 1075px) {
#introductie img {
    width: 250px;
}

#introductie h3 {
    font-size:24px;
    line-height: 24px;
}
}

@media only screen and (max-width: 767px) {
#introductie h3 {
    font-size: 16px;
    line-height: 25px;
}

#introductie img {
    width: 180px;
}

#introductie-content span {
    padding: 0px 2px!important;   
}
}


/*SOCIALS*/
.socials-header {
    display: flex;
    align-items: center;
    justify-content:space-between;
    height: calc(10vh - 20px)!important;
    padding-bottom:20px;
}

.socials-header-vervolg {
    display: flex;
    align-items: center;
    justify-content:space-between;
    height: calc(10vh - 20px)!important;
    padding-bottom:20px;
}

.streep-verticaal {
    width: 0px;
    height: 25px;
    border-right: 4px solid #f9c425;
    margin: 0 auto;
}

.bekijk-meer {
    display: flex;
    flex-wrap: nowrap;
    align-items:center;
    margin-left:-15px!important;
}

.bekijk-meer p {
    text-transform: lowercase;
    transform: rotate(90deg);
}

.bekijk-meer i {
    color: #f9c424;
}

.streep {
    width: 120px;
    height: 0px;
    border-bottom: 1px solid white;
    margin-right: 10px;
    margin-top: 2px;
}

.volg-ons{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.volg-ons p{
    padding-right:5px;
    padding-left:5px;
}

i.fab.fa-facebook-f,
i.fab.fa-instagram{
    color: white;
    font-size: 20px;
    padding: 0px 5px;
}

i.fab.fa-facebook-f:hover,
i.fab.fa-instagram:hover{
    color: #f9c425;
}

.driehoek{
    width:0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid #f9c425;
    border-bottom: 7px solid transparent;
    margin-right:10px;
}


/*AANBOD*/
#aanbod{
    padding:80px 40px 80px 40px;
}

#aanbod .titels{
    margin-bottom:120px;
}

#aanbod .titels h2{
    padding-bottom:15px;
}

#aanbod h4{
    padding-bottom:10px;
}

.aanbod-volledig {
    background: white;
    border-radius: 10px;
    text-align: center;
    box-shadow: 2px 5px 2px 0px rgb(0 0 0 / 2%);
    margin-bottom:60px;
}

.aanbod-inhoud {
    padding: 0px 40px 50px 40px;
}

img.inleiding-icon-home{
    margin-top:-90px;
    width:180px;   
}

@media only screen and (max-width: 1075px) {
#aanbod{
    padding:60px 40px 60px 40px;
}    
        
#aanbod .titels {
    margin-bottom:100px;
}
}

@media only screen and (min-width: 767px) and (max-width: 1075px) {
.aanbod-volledig:last-child{
    display:none;
}

.aanbod-volledig {
    margin-bottom:60px;
}
}

@media only screen and (max-width: 767px) {
#aanbod {
    padding: 60px 30px 60px 30px;
}

.aanbod-volledig {
    margin-bottom:100px;
}

.aanbod-volledig:last-child {
    margin-bottom:60px;
}

img.inleiding-icon-home {
    margin-top: -80px;
    width: 160px;
}

.dienst-item {
    margin-bottom: 40px;
}
}
    

/*CTA HOME*/
#cta-home-volledig h4,
#cta-home-volledig p{
    color:white;    
}

.cta-afbeelding{
    background-image:url('/storage/app/media/richard-verschoor-review.jpg');
    background-position: center center;
    background-repeat: no-repeat;           
	background-size: cover; 
	border-radius: 10px 0px 0px 10px;
}

.cta-afbeelding, .cta-inhoud{
    flex-basis:50%;
}

.cta-sterren {
    text-align: left;
}

.cta-afbeelding {
    aspect-ratio: 6 / 5;
}

.cta-inhoud {
    background: #2a4b55;
    display: flex;
    align-items: center;
	border-radius: 0px 10px 10px 0px;    
}

.cta-uitgelichte-review{
    padding:120px 60px;
}


@media only screen and (max-width: 1075px) {   
}

@media only screen and (max-width: 767px) {
#cta-home-volledig h4,
#cta-home-volledig p{
    text-align:center;    
}

#cta-home-volledig .review-button {
    justify-content: center;
}

.cta-afbeelding, .cta-inhoud{
    flex-basis:100%;
}

.cta-sterren {
    text-align: center;
}

.cta-uitgelichte-review{
    padding:60px 30px;
}

}


/*PROJECTEN HOME*/
#projecten-home-volledig{
    padding:80px 40px;
}

#projecten-home-volledig h6{
    padding: 10px 0px 40px 0px;
}

.projecten-overzicht {
    display: flex;
    justify-content: flex-start;
    column-gap: 3.5%;
    flex-wrap: wrap;
}

figcaption {
    margin: -61px 0px 61px 0px;
    position: relative;
    z-index: 2;
    padding: 0px 20px 10px 20px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 70%, rgba(0,0,0,0.28) 90%);
    border-radius: 10px;
}

.projecten-overzicht h4.wit {
    text-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
}

p.project-subtitel{
    font-size:13px!important;  
    text-shadow: 1px 1px 4px rgb(0 0 0 / 15%);    
}

.project img{
    width: 100%;
    transition: filter 0.4s;
    border-radius: 10px;
    filter: grayscale(1);    
}

.project img:hover{
    filter: grayscale(0);
}

@media only screen and (min-width: 1076px) and (max-width: 1175px) {
figcaption h4{
    font-size: 21px;
}

figcaption {
    margin: -58px 0px 59px 0px;
}

}

@media only screen and (max-width: 1075px) {
#projecten-home-volledig{
    padding:60px 40px;
} 

figcaption {
    margin: -64px 0px 59px 0px;
}
}


@media only screen and (min-width: 767px) and (max-width: 1075px){
.project.col-3.show:last-child {
    display: none;
}

.projecten-overzicht {
    justify-content: space-between;
    column-gap: inherit;
}

}

@media only screen and (max-width: 767px) {
#projecten-home-volledig{
    padding:60px 30px;
}

#projecten-home-volledig h6{
    padding: 10px 0px 40px 0px;
}

.project img {
    filter: none!important;
}
}


/*DIENSTEN*/

/*DIENSTEN BLOKKEN*/
#diensten-volledig{
    padding:80px 40px;
    margin-bottom:-40px;
}

.dienst-content {
    background: white;
    border-radius: 10px;
    box-shadow: 2px 5px 2px 0px rgb(0 0 0 / 2%);
    margin-bottom:60px;
}

.dienst-afbeelding {
    height: 375px;
}

.dienst-afbeelding img {
    width: 100%;
    height: 375px;
    border-radius:10px 10px 0px 0px;
    object-fit:cover;
}

.dienst-inhoud {
    padding: 45px 60px 45px 60px;
}

.dienst-inhoud p{
    text-align:left;
}

.dienst-inhoud h4 {
    padding-bottom: 10px;
    text-align:left;
}

.dienst img {
    display: block;
    position: absolute;
    margin-top: -130px;
    margin-left: -100px;
    width: 140px;
    padding-right: 40px;
    padding-bottom: 30px;
}

.dienst-inner{
    padding: 60px 60px;
    border-radius: 10px;
}    

.dienst h4{
    padding: 0px 0px 10px 0px;    
}

.dienst-button {
    display: flex;
    align-items: center;
    padding: 20px 0px 0px 0px;
}

.dienst-button p {
    font-weight: 600;
    color:#2b4b56;
}

@media only screen and (max-width: 1075px) {
#diensten-volledig{
    padding:60px 40px;       
}

.dienst-inhoud {
    padding: 45px;
}
}

@media only screen and (max-width: 767px) {
#diensten-volledig{
    padding:60px 30px;       
}

.dienst-content {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

.dienst-inhoud{
    padding:40px;    
}

.dienst-inhoud p{
    text-align:center;
}

.dienst-afbeelding{
    height: auto;
}

.dienst-afbeelding img {
    height: auto;
}

.dienst-item {
    margin-bottom: 60px;
}

.subkop {
    padding: 20px 0px 60px 0px;
    line-height:25px;
}

.dienst-inhoud h4 {
    text-align:center;
}

img.diensten-icon {
    width: 140px;
    margin: -20px 0px 0px 0px;
}

}

/*diensten faq*/
#faq-volledig{
    margin-bottom:80px;
}

#faq-volledig h2{
    text-align:center;
}

/*faq module*/
.accordions {
    width: 100%;
    margin: 40px 0px 100px 0px;
}

.accordions h3 {
text-align: center;
}

.accordion-item {
    background-color: #ffffff;
    border-radius: 10px;
    color: #2a4b55;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: transform 0.4s ease-in-out;
}

.accordion-item .accordion-title.active-title {
    background-color: #2a4b55;
}

.accordion-item .accordion-title.active-title h3 {
    color: #ffffff;
}

.accordion-item .accordion-title h3 {
    font-weight: 700;
    margin: 0;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items:center;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
    color: #fcc43f;
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    color: #100e34;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}

.details {
    background: #dce1f2;
}

.details .detailed_info {
    margin: 60px auto;
}

.details img {
    margin: 0 auto;
    display: block;
}


/*Diensten meegewerkt*/
.slider-area h3 {
	text-align: center;
	margin: 80px 0 60px 0;
}

.wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.item {
	animation: animate 45s alternate linear infinite;
}

.item img {
    height: 75px;
    padding: 0px 45px;
    filter: grayscale(1);
    transition: filter 0.4s;
    max-width: 200px;
    object-fit: contain;
}

.item img:hover {
    filter: grayscale(0);
}

/*.container:hover .item {
	animation-play-state: paused;
}*/

@keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-3850px, 0, 0);
	}
}

@media (max-width:767px) {
.slider-area h2 {
    font-size: 30px;
}
.wrapper {
	width: 95%;
	border-radius: 0;
	padding: 0;
}
}



/*PROJECTEN*/
#projecten-volledig{
    padding:80px 40px;
}

.project{
    display:none;
}

#myBtnContainer {
    padding-bottom: 40px;
    text-align: center;
}

button.btn {
    border: none;
    cursor: pointer;
    color: #292929!important;
    padding: 12px 15px;
    border-radius: 8px;
    margin: 0px 7px;
    font-size: 15px;
}

button.btn:hover{
    background: #f9c425!important;
    color: #2a4b54!important;
}

button.btn.active {
    color: #2a4b54!important;
    padding: 12px 15px;
    background: #f9c425;
    border-radius: 8px;
}

button.btn:hover:after,
nav ul a:hover:after { 
  width: 100%; 
  left: 0; 
}

#myBtnContainer span.geel {
    margin: 0px 15px;
}

.project-content {
    position: relative;
    background-color: #2B4B54;
    border-radius: 10px;
}

img.project-cta {
    opacity: 0;
}

.show {
  display: block;
}

@media only screen and (max-width: 1075px) {
#projecten-volledig{
    padding:60px 40px;
}
}

@media only screen and (max-width: 767px) {
#projecten-volledig{
    padding:60px 30px;
}

button.btn{
    margin: 0px 5px 10px 0px;
}
}

@media only screen and (max-width: 370px) {
.projecten-overzicht h4 {
    font-size:18px;
}

#introductie-vervolg h1 {
    font-size:28px;
}

.bekijk-meer p {
    font-size:15px;
}

}

@media only screen and (max-width: 325px) {
.projecten-overzicht h4 {
    font-size:16px;
}
}


/*OVER ONS*/
#over-volledig{
    padding:80px 40px;
}

#over-volledig h2{
    padding-bottom:20px;
}

#over-volledig h2:nth-child(3) {
    padding-top: 40px!important;
}

#klantlogos{
    padding:60px 0px 0px 0px;
    display:flex;
    justify-content:flex-start;
    column-gap: 4%;
    flex-wrap:wrap;
}

.items {
    text-align: center;
    background: white;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow:2px 5px 2px 0px rgb(0 0 0 / 2%);
}

.items img {
    height: 65px;
    filter: grayscale(1);
    transition: filter 0.4s;
    width: 165px;
    object-fit: contain;
    padding: 30px;
    margin-bottom: -4px;
}

.items img:hover {
    filter: grayscale(0);
    transition: filter 0.4s;
}

#over-volledig h3 {
    padding-top: 100px;
}

@media only screen and (max-width: 1075px) {
#over-volledig{
    padding:60px 40px;
}  

#over-volledig .col-2{
    flex-basis:100%;    
}

#klantlogos {
    column-gap: 3%;
}

}

@media only screen and (max-width: 767px) {
#over-volledig{
    padding:60px 30px;
}

#over-volledig .col-2{
    text-align:center;    
}

#over-volledig h2 {
    padding-bottom: 20px;
    text-align: center;
}

#over-volledig h3 {
    text-align: center;
}

#over-volledig p {
    text-align: center;
}
}


/*REVIEWS*/

#reviews-volledig {
    padding:80px 40px;
} 

.review {

}

i.fas.fa-star {
    color: #ddd;
    font-size:14px;
}

.check {
    color: #f9c425!important;
}

.fa-star.check.half:after {
    content: '';
    background-color: white;
    height: 14.5px;
    width: 8px;
    display: inline-block;
    position: relative;
    right: 7.5px;
    top: 2px;
    opacity: 0.75;
}

.review-inner h4{
    padding: 0px 0px 5px 0px;    
}

.review-inner {
    background: white;
    border-radius: 10px;
    box-shadow: 2px 5px 2px 0px rgb(0 0 0 / 2%);
    margin-bottom: 80px;
    padding: 60px 60px;
}   

p.subtitel {
    padding: 0px 0px 5px 0px;
    font-weight: 400;
    color: #2a4b55;
}

p.samenvatting-review {
    padding: 20px 0px 0px 0px;
}

.review-button {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.review-button p {
    font-weight: 600;
    color:#2b4b56;
}

p.samenvatting-review{
    padding:20px 0px;
}

@media only screen and (max-width: 767px) {
#reviews-volledig {
    padding:60px 30px;
} 

.review {
    border-radius:10px;
    margin-bottom:60px;;
} 

.review-inner{
    padding: 45px 37px;
    margin-bottom: 0px;
}
}


/*CONTACT*/
#contact-volledig{
    padding:80px 40px;    
}

#contact-volledig h2{
    padding:0px 0px 40px 0px;    
}

.contact-blok a{
    font-weight:300;    
}

.contact-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 5px 2px 0px rgb(0 0 0 / 2%);
    margin: 15px 0px 30px 0px;
    display: flex;
    align-items: center;
}

.contact-content:first-child {
    margin: 0px 0px 30px 0px;
}

.contact-content img {
    margin: -10px 15px -10px -10px;
}

.contact-content i{
    font-size: 38px;
    padding-right: 30px;
    color: #203840;
    width:40px;
    text-align:center;
} 

@media only screen and (max-width: 1075px) {
#contact-volledig img.afbeelding-rechts {
    width: 90%!important;
    float: right!important;
    margin-top:0px!important;
}
}

@media only screen and (max-width: 767px) {
#contact-volledig{
    padding:60px 30px;    
}

#contact-volledig img.afbeelding-rechts {
    width: 100%!important;
    float: left!important;
    margin-top:20px!important;
}

#contact-volledig h2 {
    text-align: center;
}
}


/*FOOTER*/
#footer-volledig{
    background-color:#2b4b56;
    padding:60px 40px 15px 40px;
}

#footer-kolommen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer-kolommen h4 {
    border-bottom: 2px solid #f9c425;
    padding-bottom: 5px;
    width: fit-content;
    margin-bottom: 5px!important;
}

#footer-kolommen img {
    width: 150px;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

#footer-kolommen ul{
    padding-top:10px;
}

#footer-kolommen ul li{
    color:white;
}

#footer-credits{
    padding-top:80px;    
}

#footer-credits p{
    font-size:13px;    
}

#footer-kolommen a {
    font-weight: 400!important;
}

#footer-credits a {
    font-weight: 400;
}

@media only screen and (min-width: 767px) and (max-width: 1075px) {
#footer-volledig .col-5:first-child, #footer-volledig .col-5:nth-child(2) {
    padding-bottom: 60px;
}

p.wit.samenvatting {
    padding-right: 30%;
}
}


@media only screen and (max-width: 767px) {
#footer-volledig{
    padding:60px 30px 15px 30px;
}

#footer-kolommen {
    text-align: center;
}

#footer-kolommen h4 {
    padding:45px 0px 10px 0px;
    margin: 0 auto;
}

#footer-volledig .wit a{
    font-weight:400!important;
}

p.wit.samenvatting {
    padding: 0px 100px;
}
}


/*404*/
#png-volledig{
    padding:80px 40px;    
}

@media only screen and (max-width: 1075px) {
#png-volledig{
    padding:60px 40px;
}
}


@media only screen and (max-width: 767px) {
#png-volledig{
    padding:60px 30px;
}
}


/*ALGEMENE VOORWAARDEN*/
#algemene-voorwaarden-volledig{
    padding:80px 40px;    
}

#algemene-voorwaarden-volledig h5{
    font-weight:800!important;   
}

@media only screen and (max-width: 1075px) {
#algemene-voorwaarden-volledig{
    padding:60px 40px;
}
}


@media only screen and (max-width: 767px) {
#algemene-voorwaarden-volledig{
    padding:60px 30px;
}
}


/*COOKIEVERKLARING & PRIVACYBELEID*/
#privacy-volledig,
#cookie-volledig{
    padding:80px 40px;    
}

#privacy-volledig h5,
#cookie-volledig h5{
    padding:40px 0px 5px 0px;
    font-weight:800!important;   
}

#cookie-volledig h5:first-child{
    padding:0px 0px 5px 0px!important;
}

#privacy-volledig ul,
#cookie-volledig ul{
    list-style-type: disclosure-closed;
    padding:20px 0px 0px 20px;
}

#privacy-volledig ul li::marker,
#cookie-volledig ul li::marker{
    color:#2b4b56; 
}

@media only screen and (max-width: 1075px) {
#privacy-volledig,
#cookie-volledig{
    padding:60px 40px;
}
}

@media only screen and (max-width: 767px) {
#privacy-volledig,
#cookie-volledig{
    padding:60px 30px;
}
}


/*STICKY CONTACT*/
.whatsapp-contact{ 
    display:flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index:8;   
}

.whatsapp-contact i.fa-brands.fa-whatsapp {
    position: fixed;
    right: 14px;
    bottom: 14px;
    font-size: 28px;
    color: #2b4b56;
    background-color: #FCC43D;
    padding: 11px 11px 11px 13px!important;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%), 0 2px 2px rgb(0 0 0 / 4%), 0 4px 4px rgb(0 0 0 / 4%), 0 8px 8px rgb(0 0 0 / 4%), 0 16px 16px rgb(0 0 0 / 4%)     
}

.whatsapp-contact i.fa-brands.fa-whatsapp:hover{
    opacity:1;
    transition-duration: 0.35s;
}

@media only screen and (max-width: 767px) {  
.whatsapp-contact {
    transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;   
}

.whatsapp-contact i.fa-brands.fa-whatsapp{
    right: 20px;
    bottom: 20px; 
    font-size:32px;
}
}

