/*
 Theme Name:   Magneet Agency Child
 Theme URI:    https://bureaumagneet.nl/
 Description:  Thema voor custom code
 Author:       Magneet Agency
 Author URI:   https://bureaumagneet.nl/
 Template:     bricks
 Version:      januari 2024
 Text Domain:  bricks
*/

table {
    color: #696969;
	align-content: left;
	font-size:16px;
}

td {
    padding: 0 15px 0 0;
}

/*Check icon*/
.fa-check{
	color: #E09F3E;
}

/*Strong*/
strong{
	color: #012240;
	font-weight:500;
}

/*Section aanpassen media*/
.s-bm-media-klein {
width: 100%;
}

.c-bm-media-klein {
width: 100%;
max-width: 1280px;
align-content: center;
}

.mc-bm-media-klein {
width: 100%;
max-width: 800px;
}

.s-bm-media-groot {
width: 100%;
display: flex;
justify-content: center;
padding-left: 2rem;
padding-right: 2rem;
}

.c-bm-media-groot {
width: 100%;
max-width: 1280px;
}

.mc-bm-media-groot {
width: 100%;
}

.s-bm-media-fullscreen {
width: 100%;
}

.c-bm-media-fullscreen {
width: 100%;
}

.mc-bm-media-fullscreen {
width: 100%;
}

.iframe-img-bm-media-klein {
	width:100%;
}

.iframe-img-bm-media-groot {
	width: 100%;
	object-fit:contain;
	height: 720px;
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width:992px){
	.iframe-img-bm-media-groot {
	height: auto;

	}
}



.iframe-img-bm-media-fullscreen {
	width:100%;
	height: 720px;
	object-fit:cover;
}

/*Placeholder*/
.media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
}

.media-v-play-btn {
    font-size: 10rem;
}

/*Grid classes*/
.twee-items{
	grid-template-columns:repeat(auto-fill, minmax(490px, 1fr));
	width:100%;
}

.drie-items{
	grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));
	width:100%;
}

.vier-items{
	grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));
	width:100%;
}

/*Bovenruimte*/
.ge-top{
	padding-top:0rem;
}

.k-top{
	padding-top:3rem;
}

.m-top{
	padding-top:clamp(5rem, calc(5rem + ((1vw - 0.48rem) * 1.25)), 6rem);
}

.gr-top{
	padding-top:clamp(7rem, calc(7rem + ((1vw - 0.48rem) * 2.5)), 9rem);
}
/*Onderruimte*/
.ge-bottom{
	padding-bottom:0rem;
}

.k-bottom{
	padding-bottom:3rem;
}

.m-bottom{
	padding-bottom:clamp(5rem, calc(5rem + ((1vw - 0.48rem) * 1.25)), 6rem);
}

.gr-bottom{
	padding-bottom:clamp(7rem, calc(7rem + ((1vw - 0.48rem) * 2.5)), 9rem);
}

/*CTA*/
.bm-header-cta-container {
    display: flex;
    flex-direction: row;
    align-items: center;	
    gap: 10px;
}

.bm-footer-cta-container{
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.pri-foot-cta, .header-pri-cta {
    border-radius: 50px;
    padding: 11px 25px 8px 25px;
    background-color: #DE6E4B;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
	font-weight:500;
}

.sec-foot-cta, .header-sec-cta {
    border: 1px solid #DE6E4B;
    border-radius: 50px;
    padding: 11px 25px 8px 25px;
	background-color: #ffffff;
	color: #DE6E4B;
	transition: all 0.4s ease-in-out;
	font-weight:500;
}

.pri-foot-cta:hover {
    background-color: #15436C;
    color: #fff;
}

.sec-foot-cta:hover{
    color: #15436C;
    border-color: #15436C;
}

.cta-container {
    display: flex;
    gap: 10px;
	margin-top:2rem;
}

.cta-space {
	margin-top: 2rem;
}

.pri-cta, .sec-cta {
	transition: all 0.4s ease-in-out;
	display: flex;
    align-items: center;
    gap: 5px;
	font-weight: 500;
	font-size: 18px;
	padding: 11px 25px 8px 25px;

}

.pri-cta {
    background-color: #DE6E4B;
    color: #fff;
	border-radius:50px;
	border: 1px solid #DE6E4B;
}
.cta-container .pri-cta {
	color: #fff;	
}
.sec-cta {
    color: #DE6E4B;
	background-color: #fff;
    border: 1px solid #DE6E4B;
	border-radius:50px;
}

.pri-cta:hover {
    background-color: #E09F3E;
	border-color: #E09F3E;
    color: #fff !important;
}

.sec-cta:hover {
    color: #E09F3E;
    border-color: #E09F3E;
}

.button-icon {
    width: 15px;
    height: 15px;
	fill:currentColor;
	display: flex;
}

.location-container {
    width: 100%;
    max-width: 1280px;
	padding-left: 2rem;
}

.loca-cta {
    color: #FFFFFF;
    font-weight: 500;
	font-size: 18px;
	transition: all 0.2s ease-in-out;
}

.loca-cta img{
	margin-right:1rem;
}

.loca-cta:hover{
	color:#DE6E4B;
}

@media screen and (max-width:992px){
	.bm-header-cta-container, .bm-footer-cta-container, .cta-container{
		flex-direction:column;
		place-items: start;
	}
	
	.bm-footer-cta-container{
		width:100%;
		padding-top: 2rem;
	}
	
	.pri-cta, .sec-cta{
		justify-content: center;
	}
	
	.location-container{
		padding-top:3rem;
		padding-left: 2rem;
	}
	
	.faq-cta{
		text-align: center;
	}
	
	.bm-quoteslider__sidebar{
		flex: 0 0 320px!important;
	}
	
	.pri-foot-cta, .sec-foot-cta{
		width:100%;
		text-align:center;
	}
	

	
}

/* Embed code */
.embed-container { 
    position: relative; 
    overflow: hidden;
    padding-top: 56.25%; /* voor 16:9 verhouding */
    height: 100%;
    width: 100%;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Grid */
.bm-grid-items-container {
	display: grid;
	gap: 30px;
}

.bm-grid-items-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width:992px){
	.bm-grid-items-container{
		display:flex;
		flex-direction:column;
	}
}

/* Tekst */
/* Standaard styling voor de tekstcontainer */
.bm-t-container h2{
	color: #012240;
	font-weight:500;
}

.bm-t-container {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
.c-tekst {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
.c-tekst a, .tgc a, .t-m-fullscreen-center a {
	font-weight: 500;
	color: #de6e4b;
	transition: all 0.4s ease-in-out;
}

.c-tekst a:hover, .tgc a:hover, .t-m-fullscreen-center a:hover {
	color: #E09F3E;
}

/* Als centreren is ingeschakeld */
.bm-t-center {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

/* Als smalle tekst is ingeschakeld */
.bm-t-small {
    max-width: 580px;
}

.bm-t-small h3 {
	font-size: 28px;
	color: #012240;
}

/* Stijlen om de knoppen te centreren wanneer tekst gecentreerd is */
.bm-t-center .cta-container {
    text-align: center; /* dit is om de knoppen te centreren */
}

/* Tekst met media */

.ruimte-l {
    margin-right: -2rem;
}

.ruimte-r {
    margin-left: -2rem;
}
@media screen and (max-width:992px){
	
.bm-media.ruimte-l {
    display: flex;
    justify-self: right;
}
	
	.ruimte-l .iframe-img-bm-media {
	max-width: 300px;
	}
}

img.iframe-img-bm-media.verhouding-img {
    object-fit: contain;
}

/* Media query voor mobiele apparaten */
@media (max-width: 768px) {
    .brxe-container.c-t-img.mobile-order {
        grid-template-columns: 1fr; /* Zorg ervoor dat de container één kolom heeft op mobiel */
    }

    .brxe-container.c-t-img.mobile-order .t-img-text {
        order: 2; /* Zet de tekst div als tweede element */
    }

    .brxe-container.c-t-img.mobile-order .bm-media {
        order: 1; /* Zet de media div als eerste element */
    }
	
	.mobile-word-wrap{
		display:block;
	}
}

.mobile-word-wrap{
	display:none;
}

.t-img-order .iframe-img-bm-media {
	border-radius:0px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
	height: clamp(18rem, calc(18rem + ((1vw - 0.32rem) * 22.9167)), 40rem);
    width: 100%;
    object-fit: cover;
}

.iframe-img-bm-media {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    height: clamp(18rem, calc(18rem + ((1vw - 0.32rem) * 22.9167)), 40rem);
    width: 100%;
    object-fit: cover;
}

.t-img-order .t-img-text {
    width: 100%;
    max-width: 590px;
	justify-self: start!important;
}

.t-img-text {
    width: 100%;
    max-width: 590px;
	justify-self: end;
}

.t-img-text h2 {
    font-size: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 1.25)), 4rem);
    line-height: 1.2;
	color: #012240;
	padding-bottom:1rem;
}

.t-media-usp-item-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.t-media-usp-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 2rem;
}

.cta-container .loca-cta {
    color: #000000;
    font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.cta-container .loca-cta:hover {
    color: #DE6E4B;
    font-weight: 600;
}

.bm-media{
	position:relative;
}

.t-media-ronde-img {
    position: absolute;
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 200px;
    top: 30%;
	right: -50px;
}

@media screen and (max-width:992px){
	.t-media-ronde-img {
		width:100%;
		max-width:80px;
		height:80px;
		right: 55px;

	}
	.c-t-img{
		gap: 60px!important;
	}
	
	.t-img-order .iframe-img-bm-media {
/* 		max-width: 300px; */
	}
	.mobile-order .t-img-order .iframe-img-bm-media {
/* 		max-width: 300px; */
	}
}

.t-m-subtitel {
    margin-bottom: 1rem;
    color: #696969;
}

/* Basisopmaak voor de container */
.brxe-container.c-t-img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 100px;
	width:100%;
	align-items:center;
}

/* Standaard opmaak voor afbeeldingen */
.dr-t-img img.t-img {
    width: 100%;
}

/* Als normale afbeelding is ingeschakeld */
.ti-img-design {
    justify-self: start;
}

.ti-img-design .iframe-img-bm-media {
    border-radius: 20px;
    height: clamp(28rem, calc(28rem + ((1vw - 0.32rem) * 22.9167)), 50rem);
}

/* Standaard order voor kinderelementen */
.brxe-container.c-t-img .dl-t-img {
    order: 0;
}
.brxe-container.c-t-img .dr-t-img {
    order: 1;
}

/* Wanneer de volgorde is veranderd */
.brxe-container.c-t-img.t-img-order .dl-t-img {
    order: 1;
}
.brxe-container.c-t-img.t-img-order .dr-t-img {
    order: 1;
}

/*andere styling voor mobiel*/
@media screen and (max-width: 992px) { /* Pas deze breakpoint aan indien nodig */
    .mobile-order {
        display: flex;
        flex-direction: column;
    }
	
    .mobile-order .<?php echo $text_class; ?> {
        order: 2;
    }

    .mobile-order .<?php echo $base_class; ?> {
        order: 1;
    }
}

/*Wanneer fullscreen is ingeschakeld*/
.t-m-section-full {
    padding: 0rem!important;
	height:90vh;
}

.t-m-fullscreen {
    width: 100%!important;
	padding: 0rem!important;
	height:100%;
}

.t-m-fullscreen .t-img-text {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.t-m-fullscreen .t-m-fullscreen-center {
    max-width: 500px;
}

.t-m-fullscreen .bm-media{
	height:100%;
	min-height:100%;
}

.t-m-fullscreen .iframe-img-bm-media {
    min-width: 100%;
	min-height:100%;
}

/* Zoekresultaten */
.bm-search-results {
    margin: 20px 0;
    padding: 0;
	width: 100%;
	max-width: 820px;
}

.bm-search-result {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F0F3F6;
    padding: 3rem;
    border-radius: 10px;
}

.bm-search-result-image {
    flex: 1 1 100px;
    margin-right: 20px;
}

.bm-search-result-image img {
    max-width: 100%;
    height: auto;
}

.bm-search-result-image img {
    max-width: 100%;
    height: auto;
    border-radius: 50px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
}




.bm-search-result-content {
    flex: 1 1 calc(100% - 120px);
    display: flex;
    flex-direction: column;
    align-items: start;
}

.bm-search-result-content h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.bm-search-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Overzicht */
.c-ovz h2 {
    margin-bottom: 2rem;
	width:100%;
	max-width: 700px;
	line-height:1.2;
	color: #012240;
	font-size: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 1.25)), 4rem);
}

.cta-container.ovz-cta {
    width: 100%;
    justify-content: center;
}

.bm-ovz-container {
    display: grid;
	width: 100%;
	gap: 30px;
}

.bm-ovz-img-wrapper .bm-ovz-title h3 {
	font-size: 18px;
	color: #012240;
}

.bm-titel-link-ovz {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	color: #DE6E4B;
}

.bm-titel-link-ovz a{
	transition: all 0.4s ease-in-out;
	font-size: 18px;
}

.bm-titel-link-ovz a:hover{
	color: #15436C;
}

.bm-ovz-block {
    background-color: #ffffff;
}

.bm-ovz-img-wrapper {
    display: block;
    overflow: hidden;
    margin: 2rem;
    border-radius: 20px;
}

.bm-ovz-block:hover .bm-ovz-img {
    transform: scale(1.1); /* Inzoomen met een factor van 1.1 */
}

.bm-ovz-img {
    height: 200px;
	width: 100%;
    object-fit: cover;
    object-position: center;
	transition: transform 0.3s ease; /* Soepele overgang gedurende 0.3 seconden */
    display: block; /* Zorgt ervoor dat de afbeelding zich correct gedraagt tijdens de overgang */
	overflow: hidden;
	border-radius:20px;
}

.vier-items .bm-ovz-img {
    height: 250px;
}

.bm-ovz-content {
    padding: 3rem;
}

p.bm-ovz-excerpt {
    max-width: 375px;
}

.bm-ovz-excerpt p {
    font-size: 18px;
}

.ter-cta {
	font-weight: 700;
	font-style: italic;
	color: var(--bricks-color-suagdr);
    display: inline-block;
    margin-top: 5px; /* wat ruimte tussen de titel en de knop */
}

.drie-items .ter-cta img{
	width:40px!important;
	height:40px!important;
}

.gehoorbescherming-info {
    width: 100%;
    max-width: 450px;
}
@media (min-width: 1281px) {
.bm-title-and-btn-wrap {
    min-height: 80px;
}
}


.bm-ovz-block {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bm-title-and-btn-wrap {
    display: flex;
    justify-content: space-between;
}

.bm-ovz-title {
    margin: 10px 0; /* wat ruimte tussen de afbeelding en de titel */
	font-size: 20px;
	color:#012240;
	width: 100%;
    max-width: 270px;
}

.bm-ovz-info-title{
	font-size:clamp(18px, calc(1.125rem + ((1vw - 7.68px) * 0.1563)), 20px);;
}

.bm-ovz-container {
    margin-bottom: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 2.5)), 5rem);
}

.cta-container.ovz-cta-c {
    width: 100%;
    justify-content: center;
}

.bm-titel-link-info-ovz {
    display: flex;
    justify-content: center;
	text-align: center;
	padding-bottom:2rem;
}

.bm-titel-link-info-ovz h2 {
    max-width: 585px;
	font-size:clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 1.25)), 4rem);
}

@media screen and (max-width:992px){
	.bm-ovz-container{
		display:flex;
		flex-direction:column;
	}
	.bm-titel-link-ovz {
		flex-direction:column;
	}
}

/*Winkel zoeken*/
.d-winkel-wrap {
    width: 100%;
    height: 450px;
	background-color: #F0F3F6;
	overflow:hidden;
}

.winkel-img-wrap {
    width: 100%;
    height: 450px;
	max-width:800px;
	justify-self:end;
}

@media only screen and (min-width: 768px) {
.winkel-img-wrap {
	margin-right: -2rem;
}
}

.winkel-img {
	width:100%;
    height: 100%;
    object-fit: cover;
}

.winkel-btn-container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    gap: 20px;
}

.winkel-btn-container .loca-cta{
	color:#102240;
}

.winkel-btn-container .loca-cta:hover{
	color:#000000;
}

.d-winkel-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: 700px;
    justify-content: center;
    justify-self: end;
}

.d-winkel-content .winkel-content-subtitel{
	margin-bottom:1rem;
	color:#696969;
}

.d-winkel-content h2 {
    color: #012240;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 2rem;
	width:100%;
	max-width:500px;
}

.c-winkel-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    align-items: center;
	height:100%;
	width:100%!important;
}

.d-winkel-btn-wrap {
    padding-top: 2rem;
}

.winkels-img-klein {
    width: 100%;
    height: 100%;
	object-fit:cover;
}

.winkels-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

@media screen and (max-width:992px){
	.c-winkel-content{
		display:flex;
		flex-direction:column;
	}
	.d-winkel-content .winkel-content-subtitel{
		font-size:18px;
	}
	.d-winkel-wrap{
		height: 100%;
		padding: 2rem 0rem 2rem 0rem;
		border-radius:20px;
	}
	.winkel-btn-container{
		flex-direction:column;
	}
	.winkel-img{
		border-radius:20px;
	}
	.winkel-img-wrap{
		height:300px;
	}
	
	.winkel-title h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.winkel-locatie {
    margin-bottom: 1rem;
}
	
}

/*hero 3*/
.blokken-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
}

.blok {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
	position:relative;
	padding-bottom:4rem;
}

.d-hero-3-tekst-wrap {
    padding: 0rem 2rem;
}

.d-hero-3-tekst-wrap h2{
	color: #012240; 
	font-size:28px;
}

img.blok-img {
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
}

.hero-3-cta {
    border: 1px solid #DE6E4B;
    color: #DE6E4B;
	background-color:#FFFFFF;
    padding: 11px 35px 8px 35px;
    border-radius: 50px;
	transition: all 0.4s ease-in-out;
	font-weight:500;
	font-size: 18px;
}

.hero-3-cta:hover {
    border: 1px solid #E09F3E;
    color: #E09F3E;
}

.hero-3-btn-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: -2rem;
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
}

.d-hero-3-img-wrap {
    display: flex;
    justify-content: center;    
	margin-top: -8rem;
    margin-bottom: 2rem;
}

.bm-hero-3-usp-ul{
	padding:0 2rem;
	display:flex;
	flex-direction:column;
	gap:12px;
}

.hero-3-usp-li {
    list-style: none;
	display:flex;
	gap:10px;
	align-items:center;
}

@media screen and (max-width:992px){
	.blok{
		margin-top:8rem;
	}
}

/*Hero 4*/
.hero-4-img {
    width: 100%;
    max-width: 250px;
    height: 100px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
	object-fit:cover;
	margin-right:-1px;
}

.d-hero-4-info p {
    font-size: 18px;
}

@media screen and (max-width:992px){
	.d-hero-4-info{
		justify-content:revert!important;
	}
}

/*FAQ*/
.bm-faq-container {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(clamp(30rem, calc(30rem + ((1vw - 0.32rem) * 20.8333)), 50rem), 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
}

@media screen and (max-width:992px){
	.bm-faq-item h3 {
	max-width: 32x0px;
	}
}

.bm-faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
	width: 100%;
	max-width: 520px;
	font-size: 18px;
	
}

.bm-faq-answer a {
    color: #DE6E4B;
	font-weight: 500;
}

.bm-faq-plus {
    float: inline-end;
	color:#000000;
	width: 30px;
	height: 30px;
}

.bm-faq-question {
	cursor: pointer;
	display: flex;
	width: 100%;
    justify-content: space-between;
}

.bm-faq-question h3 {
	font-size: 22px;
	color: #012240;
	margin-bottom: 1rem;
	width: 100%;
	pointer-events: auto;
}

.faq-cta-container {
	padding-top:2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq-cta {
    border: 1px solid #DE6E4B;
    padding: 11px 25px 8px 25px;
    border-radius: 50px;
	color: #DE6E4B;
	transition: all 0.4s ease-in-out; 
	font-weight:500;
}

.faq-cta:hover{
	border: 1px solid #15436C;
	color: #15436C;
}

/*2 afbeeldingen en tekst*/
.twee-img-tekst{
	border-radius:20px;
}

.twee-img-rep{
	padding:0;
}

.twee-img-usp {
    list-style: none;
}

.twee-img-2-wrap, .twee-img-1-wrap {
    position: relative;
}

.twee-img-2-cta, .twee-img-1-cta {
    position: absolute;
    background-color: #ffffff;
    padding: 11px 25px 8px 25px;
	font-size: 18px;
	font-weight: 500;
    border-radius: 50px;
    border: 1px solid #DE6E4B;
    color: #DE6E4B;
    bottom: 3.5rem;
    left: 3.5rem;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}
.overlay-img {
    position: absolute;
    bottom: -30px;
    left: -10px;
    width: 380px;
    height: auto;
    z-index: 1;
	opacity: 0.2;
}


.twee-img-2-cta:hover, .twee-img-1-cta:hover{
	border: 1px solid #15436C;
	color: #15436C;
} 


/* Quote slider */
.bm-quoteslider {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0rem 5rem 0rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    overflow: hidden;
}

#brxe-anyycq {
	margin-bottom: 5rem;
}
.bm-quoteslider-container {
    display: flex;
    width: 100%;
	padding-left: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 13.5417)), 14rem);
}

@media screen and (max-width:992px){ 
	.bm-quoteslider-container {
		padding-left: 0;
}
}


.bm-quoteslider__sidebar {
    flex: 0 0 clamp(18rem, calc(18rem + ((1vw - 0.32rem) * 22.9167)), 40rem) !important; 
    display: flex;
    flex-direction: column; /* Arranges elements vertically */
    justify-content: center;
    margin-right: 20px; /* Space between sidebar and slider */
}

.bm-quoteslider__sidebar h2{
	font-size:clamp(3.5rem, calc(3.5rem + ((1vw - 0.48rem) * 0.625)), 4rem);
	color: #012240 !important;
	line-height:1.1;
}

.splide {
    flex: 1; /* Slider takes the remaining space */
	width: 100%;
}

.splide__slide {
    border-radius: 20px;
	display: flex;
    flex-direction: column;
	padding-bottom:4rem;
}

.bm-s-quote {
	background-color: #F0F3F6!important;
}

.splide__track--draggable {
	padding-top: 2rem;
}

img.design-img {
    border-radius: 200px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    align-self: left;
    margin-top: 2rem;
    border: 3px solid #fff;
}

.bm-quote-titel{
	color: #012240;
	font-size:20px;
	padding-top:1rem;
}

.bm-slide-bottom {
    margin-top: 3rem;
}

.bm-quote-inhoud {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bm-quote{
	padding-top:2rem;
}

.bm-quote, .bm-quote-client{
	color: #696969;
	font-size:18px;
}

.splide__list {
    gap: 35px;
}

.bm-quote-button-c {
    display: flex;
    flex-direction: row; /* Stacks buttons vertically */
    align-items: center;
    margin-top: 20px; /* Space above the buttons */
	gap:10px;
}

.my-prev-arrow-1, .my-next-arrow-1, .my-prev-arrow-2, .my-next-arrow-2 {
    background: none;
    border: none;
    cursor: pointer;
    margin: 5px 0; /* Space between buttons */
}

@media screen and (max-width:992px){
	.bm-quoteslider-container{
		flex-direction:column;
	}
	.bm-quoteslider__sidebar{
		margin:0;
	}
	
	.bm-quoteslider{
		padding:5rem 2rem;
	}
	.splide__list{
		gap:0px;
	}
}

.bm-s-quote {
	padding: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 1.0417)), 3rem);
}

/*item slider*/
.splide__slide{
	background-color:#ffffff;
}

.bm-s-slide {
    background-color: #F0F3F6;
    padding: 2rem;
    border-radius: 20px;
	height: 100%;
	position: relative;
}

img.slider-img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
	margin-top:-8rem;
	margin-bottom:2rem;
}

.item-slider-img-bg {
    height: 65px;
}

.item-slider-img-wrap {
    display: flex;
    justify-content: center;
}

.item-slider-btn {
    border: 1px solid #DE6E4B;
    color: #DE6E4B;
    padding: 11px 25px 8px 25px;
    border-radius: 50px;
	transition: all 0.4s ease-in-out;
	background-color:#FFFFFF;
	font-weight:500;
	font-size: 18px;
}

.item-slider-btn:hover {
    background-color: #DE6E4B;
	color:#FFFFFF;
}

.item-slider-btn-wrap {
    display: flex;
    justify-content: center;
	position: absolute;
	bottom: -20px;
	width: 100%;
	max-width: 407px;
}

.item-slider-usp-list{
	padding-bottom: 5rem;
	width: 100%;
}

ul.item-slider-usp-list {
	padding-inline-start: 0px !important;
}

.item-slider-usp-item {
    list-style: none;
	display:flex;
	gap:12px;
	align-items:center;
	font-size:20px;
	color:#353E5C;
	margin-bottom: 10px;
}

.slide-title {
    font-size: 26px;
    font-weight: 500;
    color: #012240;
	margin:0;
}

.slide-text {
    font-size: 20px;
	color: #012240;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(161, 161, 161, 0.76);
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	width: 100%;


}

.bm-s-slide hr{
	border-color:#A1A1A1;
}

/*Uitgelichte post*/
.featured-post-post {
    width: 100%;
    border-radius: 20px;
    background-color: #F0F3F6;
    position: relative;
}

.featured-image-post {
    border-radius: 20px;
    width: 100%;
    height: clamp(28rem, calc(28rem + ((1vw - 0.32rem) * 37.5)), 64rem);
    object-fit: cover;
}

.uitgelichte-post-img-wrap {
    padding: 2rem;
}

.uitgelichte-post-t-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
	margin-left: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 3.125)), 4rem);
	padding-top: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 2.0833)), 4rem);
	padding-bottom: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 2.0833)), 4rem);
	padding-left: 2rem;
	padding-right: 3rem;
	padding-bottom: clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 4.1667)), 8rem);
}

.featured-link-post, .featured-p-post h2, .featured-p-post p {
    width: 100%;
	max-width: 800px;
}

.featured-h2-post {
    font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 1.7708)), 3.2rem);
	padding-right:2rem;
}

.featured-p-post h2{
	color: #012240;
	font-size:29px;
	line-height:1.1;
	padding-bottom:2rem;
}

.featured-link-post{
	color:#DE6E4B;
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.featured-link-post:hover{
	color:#15436C;
}

.featured-p-post{
	margin-bottom:2rem;
}

.d-featured-post-title-wrap {
    position: absolute;
    top: 10%;
    background-color: #E09F3E;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    padding: 2rem;
	margin-left:2rem;
    padding-left: 2rem;
    color: #ffffff;
}

.featured-subtitle-post {
	font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 1.0417)), 2.4rem);
}

@media screen and (max-width:992px){
		.d-featured-post-title-wrap {
		position: absolute;
		top: 200px;
		background-color: #E09F3E;
		border-top-right-radius: 200px;
		border-bottom-right-radius: 200px;
		padding: 2rem;
		padding-left: 2rem;
		color: #ffffff;
	}

	.featured-p-post h2 {
    	font-size: 22px;
		padding-bottom:1rem;
	}

	.featured-image-post{
		height:300px;
	}
}

/* Hero winkel */

.bm-link-form-container-winkel {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

i.fa-solid.fa-location-dot.bm-link-form-icon {
    color: #DE6E4B;
    background-color: #F0F3F6;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
}

i.fa-solid.fa-clock.bm-link-form-icon {
	    color: #DE6E4B;
    background-color: #F0F3F6;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
}

.bm-link-form-link-ot {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.bm-link-form-link-ot p {
	color: #696969;
	font-size: 18px;
}

/*Hero klantenservice*/
.bm-link-form-container-ks {
	display: flex;
	flex-direction: row;
	gap: 3rem;
}

.bm-link-form-item a {
	display: flex;
    flex-direction: row;
    gap: 20px;
}

@media only screen and (max-width: 600px) {
.bm-link-form-container-ks {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
}

.category-item {
    width: 100%;
    max-width: 407px;
    background-color: #F0F3F6;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    margin-bottom: 5rem;
}

.category-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-top: 4rem;
	padding-bottom:4rem;
}

.category-item-img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 200px;
	border: 3px solid #ffffff;
    top: -35px;
    left: 25px;
    object-fit: cover;
}

.catergory-item-h2 {
    padding-top: 7rem;
    font-size: 22px;
	color:#000000;
}

.category-item-p {
    font-size: 18px;
	color: #696969;
    line-height: 1.3;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

/*Vacature overzicht*/
.vacature-ovz-item {
    background-color: #F0F3F6;
    border-radius: 20px;
    padding: 2rem;
}

.vacature-ovz-item-t-btn-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
}

.vacature-ovz-item-t-btn-wrap h2 {
    font-size: 20px;
	color: #012240; 
}

.vacature-ovz-item-t-btn-wrap a {
    width: 35px;
    display: flex;
}

.vacature-ovz-item-featured-image img {
    border-radius: 20px;
    height: 190px;
    object-fit: cover;
    margin-top: 1rem;
}

/* Nieuwsbrief */
.fluentform_wrapper_1.ffs_custom_wrap {
    border-style: none !important;
    border-radius: 0 !important;
}

/*Vacature form*/
span.ff_upload_btn.ff-btn {
    width: 100%;
	border-radius:7px!important;
}

/*vacature detail*/
.bt-vacature-email a {
    color: #696969;
    font-weight: 500;
	transition: all 0.4s ease-in-out;
}


.bt-vacature-t h2 {
    line-height: 1.1;
    padding-bottom: 2rem;
	font-size:clamp(3.2rem, calc(3.2rem + ((1vw - 0.48rem) * 1.75)), 4.6rem);
}



/*Form*/
.ff-btn-submit:hover {
    background-color: #15436C!important;
}

/*Klantenservice zoek*/
.z-zoekbalk-hero-klantenservice.brxe-search button {
    border-radius: 50px;
    margin-right: 6px;
    height: 30px;
	width: fit-content;
	transition: all 0.4s ease-in-out;
}

.z-zoekbalk-hero-klantenservice .bricks-search-form{
	align-items:center;
}

/*Winkel zoek*/
.d-winkel-ovz-search .bricks-search-form {
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    border-radius: 10px;
	align-items:center;
}

.d-winkel-ovz-search button {
    border-radius: 50px;
	height: 30px;
    width: fit-content;
	margin-right: 6px;
	transition: all 0.4s ease-in-out;
}

.d-winkel-ovz-search button:hover {
	background-color: #15436C!important;
}

/*Winkel ovz*/
.d-winkel-ovz-search input, .z-zoekbalk-hero-klantenservice input {
    padding: 4px 20px 2px 20px!important;
}

.winkel-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.winkel-title h3 {
    font-size: 20px;
	color:#012240;
}

.winkel-locatie {
    display: flex;
    align-items: center;
    gap: 10px;
	font-size:20px;
}

.winkel-link {
    border: 1px solid #DE6E4B;
    color: #DE6E4B;
    display: flex;
    width: fit-content;
    font-weight: 500;
    padding: 8px 25px 5px 25px;
	font-size: 18px;
    border-radius: 50px;
    align-items: center;
	transition: all 0.4s ease-in-out;
}

.winkel-link:hover {
	border: 1px solid #15436C;
    color: #15436C;
}

.winkel-locatie .fa-location-dot {
    color: #E09F3E;
}

@media screen and (max-width:992px){
	.d-winkel-ovz-search input, .z-zoekbalk-hero-klantenservice input {
    	padding: 4px 10px 2px 20px!important;
		width:100%!important;
	}
	.z-zoekbalk-hero-klantenservice button{
    	padding-right: 10px!important;
    	padding-left: 10px!important;
		font-size:18px;
	}
	.winkel-item{
		flex-direction:column;
		row-gap:10px;
		align-items:revert;
	}
}

/*Nieuws*/
.bhc-category-block {
    background-color: #F0F3F6;
	padding: 11px 25px 8px 25px;
	border-radius: 50px;
    color: #012240;
    border: 1px solid #D9D9D9;
}

a.bhc-category-block {
	font-size: 18px;
}


/*Grid title*/
.bm-grid-tile-wrap {
    width: 100%;
    text-align: center;
    padding: 5rem 0rem;
}

.bm-grid-tile-wrap h2{
	color: #000000;
}

/*Wek en waarschuwing*/
.w-en-w-img {
    width: 100%;
    max-width: 800px;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
	margin-right: -2rem;
}

/*Hero 2 dropdown*/
select#heroDropdown {
    background-color: #ffffff !important;
    border: none;
    border-radius: 10px;
    max-width: 500px;
	font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.32rem) * 0.3125)), 1.8rem);
	padding:1rem 2rem;
}

/* Hides the default arrow */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="%23E09F3E" height="120" viewBox="0 0 24 24" width="120" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 1.75rem center/4rem;
    padding-right: 6rem;
    font-size: 16px;
}

/* Mobiele padding */
@media screen and (max-width:992px){
.c-hero-1, .c-twee-img-t {

}
	section.brxe-section.s-ovz.ge-top.ge-bottom {

}
	.s-hero-1.brxe-section {

	}
	
}

/* Afspraak maken formulier */
.brxe-xfluentform select.ff-el-form-control:not([size]):not([multiple]) {
    height: 45.5px;
	font-size: 18px;
	color: #ACACAC;
}

.bm-link-form-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 2rem;
}

.bm-link-form-content {
    display: flex;
    flex-direction: column;
	max-width: 310px;
}

@media screen and (max-width:992px){
	.bm-link-form-content {
	max-width: 240px;
}
}

span.bm-link-form-label {
    font-size: 20px;
    color: #012240;
}

a.bm-link-form-link {
    font-size: 18px;
    color: #696969;
}


i.fas.fa-envelope.bm-link-form-icon, i.fas.fa-phone.bm-link-form-icon  {
    color: #DE6E4B;
    background-color: #F0F3F6;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 20px;
}


/* Uitslag online hoortest */


/* aanpassingen breedte */

.bt-aangepast:empty {
    display: none;
}

/* Button font weight fix  */
.brxe-button.hero-4-cta.bricks-button.bricks-background-primary{
  font-weight:500;
}

.verhouding-img{
  width:100% !important;
	height:auto !important;

}
  
