/*
 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
*/

/*footer*/
.bt-footer-t h1 {
    line-height: 120%;
    font-size: 56px;
    letter-spacing: -0.56px;
	padding-bottom: 24px
}

.bt-footer-t h1 {
    line-height: 120%;
    font-size: 56px;
    letter-spacing: -0.56px;
}

.bt-footer-t p {
    line-height: 150%;
    font-size: 16px;
}

.c-bm-footer{
	grid-gap: 0 !important;
}

/* Padding bij divider line */
:where(.brxe-divider).horizontal .line{
	margin-top: 80px !important;
	margin-bottom: 32px !important;
}

/* Padding bij nav linkjes  */
:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a{
	font-weight: 600;
	padding-top:8px;
	padding-bottom:8px;
}


/*Hero 2*/
.bt-h-hero-2 h1 {
    color: #fff;
	line-height: 120%; /* 67.2px */
letter-spacing: -0.56px;
	font-size:56px;
}

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

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

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

.s-bm-media-groot {
width: 100%;
display: flex;
justify-content: center;
}

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

.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%;
	height: 720px;
}

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

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

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

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

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

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

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

.k-top{
	padding-top:clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 3.4091)), 5rem);
}

.m-top{
	padding-top:clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 4.5455)), 8rem);
}

.gr-top{
	padding-top:clamp(6rem, calc(6rem + ((1vw - 0.32rem) * 5.9091)), 11.2rem);
}
/*Onderruimte*/
.ge-bottom{
	padding-bottom:0rem;
}

.k-bottom{
	padding-bottom:clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 3.4091)), 5rem);
}

.m-bottom{
	padding-bottom:clamp(4rem, calc(4rem + ((1vw - 0.32rem) * 4.5455)), 8rem);
}

.gr-bottom{
	padding-bottom:clamp(6rem, calc(6rem + ((1vw - 0.32rem) * 5.9091)), 11.2rem);
}

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

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

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

.pri-cta {
  display: inline-flex!important;
  padding: 10px 24px!important;
  justify-content: center!important;
  align-items: center!important;
  gap: 8px!important;
  color: #fff!important;
  border-radius: 100px!important;
  border-top: 1.5px solid #004654!important;
  border-right: 1.5px solid #004654!important;
  border-bottom: 4px solid #004654!important;
  border-left: 1.5px solid #004654!important;
  background: #015869!important;
}

.sec-cta {
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border-top: 1.5px solid rgba(0, 0, 0, 0.15);
  border-right: 1.5px solid rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  border-left: 1.5px solid rgba(0, 0, 0, 0.15);
}


.pri-cta:hover, .sec-cta:hover {

}

.pri-cta:hover {

}

a.sec-cta.cta-oranje {
    background-color: #EB6712;
    color: #fff;
}

.sec-cta:hover {
    background-color: #000;
    color: #fff;
}

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

/* 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: 80px 48px;
	width: 100%;
}

.bm-grid-items-img {
    object-fit: cover;
}

.bm-grid-titel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
	width:100%;
}

.bm-grid-titel h2 {
    max-width: 655px;
    text-align: center;
    line-height: 120%;
}

.bm-grid-titel p {
    line-height: 150%;
    max-width: 770px;
    text-align: center;
    padding-bottom: 80px;
}

.bm-grid-items-naam {
    font-size: 32px;
    padding-top: 34px;
}

.grid-info-btn {
    width: 100%;
    padding-top: 80px;
}

a.bm-grid-info-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #000;
}

.bm-grid-items-content a {
    font-weight: 700;
    color: #E06622;
    text-decoration-line: underline;
}

.bm-grid-items-content p{
	font-size: 20px;
}

img.bm-grid-items-img.bm-grid-img-breed {
    height: 300px;
    width: 100%;
}



/* Tekst */
/* Standaard styling voor de tekstcontainer */
.bm-t-container {
width: 100%;
}

/* 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;
}

/* 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 */
}

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

.bm-t-titel {
    width: 100%;
}
.bm-t-naast {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 80px;
    grid-row-gap: 30px;
}

.tagline{
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	margin-block:0;
}

.bm-t-center-tag {
    text-align: center;
}

/* Tekst met media */

img.bm-tm-beeldmerk {
    width: 100%;
    max-width: 100px;
    margin-bottom: 2rem;
}

.media-downloads {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px 24px;
    margin-top: 12px;
}

.media-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.media-block p {
    font-size: 16px;
    line-height: 150%;
}

/* Basisopmaak voor de container */
.brxe-container.c-t-img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 80px;
    grid-row-gap: 30px;
}

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

/* Als huisstijl is ingeschakeld */
.dr-t-img img.t-img.tidesign {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.t-img-text {
    display: flex;
    flex-direction: column;
    align-self: center;
}

/* 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;
    }
}

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

/*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%;
}

.bm-media{
	height: 100%;
	border-radius: 25px;
	display:flex;
}

/* Zoekresultaten */
.bm-search-results {
    margin: 20px 0;
    padding: 0;
}

.bm-search-result {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

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

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

.bm-search-result-content {
    flex: 1 1 calc(100% - 120px);
}

.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: 1rem;
}

.brxe-container.c-ovz {
    align-items: center;
}

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

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

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

.bm-ovz-img-wrapper {
    display: block;
    overflow: hidden; /* Voor het geval dat je specifieke styling of extra bescherming tegen overloop wilt toevoegen */
}

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

.bm-ovz-img {
    height: 300px;
	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;
}

.bm-ovz-excerpt {
    margin-bottom: 2rem;
}

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

.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 */
}

.bm-ovz-block:hover .ter-cta {
    color: #ff0000;
}

.bm-ovz-block {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
    overflow: hidden;
	background-color: #cccccc;
}

.bm-ovz-title {
    margin: 10px 0; /* wat ruimte tussen de afbeelding en de titel */
	font-size: 26px;
}

.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;
}
/*Slider*/
ul#custom-slider-list {
    max-height: 500px;
    gap: 20px;
}

img.slider-img {
    height: 64px;
    width: 100%;
    max-width: 64px;
    object-fit: cover;
    border-radius: 200px;
}

.slider-img-wrap {
    justify-items: center;
}

p.slider-quote {
    font-size: 24px;
    max-width: 770px;
	line-height:33.6px;
	text-align:center;
}

p.slider-naam {
	margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
	line-height:24px;
}

.slider-info {
    font-size: 16px;
	line-height:24px;
}

.splide__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*Logo's*/
.bm-logo-text {
    width: 100%;
}

p.bm-logo-p {
    text-align: center;
    padding-bottom: 32px;
    font-weight: 700;
}

.bm-logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
}

.bm-logo-grid > * {
    flex: 0 0 140px;
}

/*Vacatures*/
.vacature-card {
    padding: 32px 0;
	border-top:1px solid #00000015;
}

.vacature-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
	padding-bottom:16px;
}

.vacature-excerpt {
    padding-bottom: 24px;
}

span.vacature-categorie {
    display: flex;
    padding: 4px 10px;
    align-items: flex-start;
    border: 1px solid #00000015;
    border-radius: 100px;
    width: fit-content;
    background-color: #00000005;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.vacature-meta {
    padding-bottom: 32px;
}

.vacature-data {
    display: flex;
    gap: 24px;
}

span.vacature-locatie, span.vacature-dienst {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

/*Vacature detail*/
.bt-vacature-tekst-info{
  font-weight:700;
  font-size:20px;
  line-height:150%;
}

/*faq*/
.bm-p-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-weight: 700;
	padding: 20px 0;
	border-top:1px solid #00000015;
}

.bm-faq-answer{
	padding-bottom:24px;
}

.bm-faq-container {
    border-bottom: 1px solid #00000015;
}

/*Contact info*/
.tagline {
  	position: relative;
  	line-height: 150%;
  	font-weight: 600;
}
.tagline-wrapper {
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: flex-start;
}
.heading {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.01em;
  	line-height: 120%;
}
.text {
  	align-self: stretch;
  	position: relative;
  	font-size: 18px;
  	line-height: 150%;
}
.content1 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 24px;
  	font-size: 48px;
}



.section-title {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 16px;
}
.icon-envelope {
  	width: 24px;
  	position: relative;
  	height: 24px;
  	overflow: hidden;
  	flex-shrink: 0;
}
.heading1 {
  	align-self: stretch;
  	position: relative;
  	letter-spacing: -0.01em;
  	line-height: 140%;
	font-size:20px;
}
.link {
  	align-self: stretch;
  	position: relative;
  	font-size: 16px;
  	text-decoration: underline;
  	line-height: 150%;
  	color: inherit;
}
.contact-info {
  	flex: 1;
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 8px;
}
.content2 {
  	align-self: stretch;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 16px;
}
.link1 {
  	align-self: stretch;
  	position: relative;
  	font-size: 16px !important;
  	text-decoration: underline;
  	line-height: 150%;
}
.text1 {
  	align-self: stretch;
  	position: relative;
  	font-size: 16px;
  	line-height: 150%;
}
.row {
  	display: flex;
  	flex-direction: column;
  	align-items: flex-start;
  	justify-content: flex-start;
  	padding: 8px 0px;
  	box-sizing: border-box;
  	gap: 24px;
  	font-size: 20px;
}
.content {
  	align-self: stretch;
  	display: flex;
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	gap: 80px;
}
.content2 {
    flex-direction: column;
    padding-bottom: 40px;
}

/* Grotere font-size begin */
/* .content1 > .text{
	font-size:24px;
}
.text1{
	font-size:24px;
}
.link1{
	font-size:24px;
}
.link{
	font-size:24px;
}

.heading1{
	font-size:28px
} */
/* Grotere font-size eind */





/*Met kaart*/
.kaart-layout {
    display: flex;
    width: 100%;
}

.kaart-layout .content {
    flex-direction: column;
    width: 100%;
}

.kaart-layout .row {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.map.kaart-layout {
	width:100%;
    max-width: 832px;
    height: 516px;
    display: flex;
    justify-content: flex-end;
}

/*Team ovz*/
.team-overzicht {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 64px 32px;
}

.team-member-photo {
    width: 100%;
}

.team-overzicht p{
	margin-block:0;
}

p.team-member-name {
    font-weight: 600;
    line-height: 150%;
}

p.team-member-role {
    padding-bottom: 16px;
}

p.team-member-phone, .team-member-email {
    text-decoration: underline;
}

/*Nieuws*/
article.uitgelichte-post {
    width: 100%;
    text-align: center;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.uitgelichte-post .post-meta {
    flex-direction: column;
    gap: 24px;
    align-items: start;
    width: 100%;
    padding-bottom: 8rem;
	max-width: 770px;
}

span.post-category {
    font-size: 16px;
	line-height:150%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.author-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.post-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.author-info {
    display: flex;
    align-items: center;
	gap:16px;
}

img.author-avatar {
    width: 100%;
    max-width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 56px;
}

span.author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.post-details {
    font-size: 14px;
    line-height: 150%;
}

span.post-meta-dot {
    margin: 0 8px;
    font-size: 18px;
}

.post-share {
    display: flex;
    gap: 8px;
}

a.share-btn {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    color: #000000;
    border-radius: 100px;
    width: 100%;
    max-width: 28px;
    height: 28px;
}

/*Nieuws content*/
.img-meer-nieuws-img {
    width: 100%;
    max-width: 416px;
    height: 300px;
    object-fit: cover;
}

/*Review slider met sterren*/
.review-slide {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reviewer-photo img {
    width: 100%;
    max-width: 56px;
    height: 56px;
	border-radius:56px;
}

.reviewer{
    display:flex;
	gap:20px;
}

p.reviewer-name {
    margin-block: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

p.reviewer-persona {
    font-size: 16px;
    line-height: 150%;
}


.reviews-slider {
  position: relative;
  padding-bottom: 3rem; /* ruimte voor dots + arrows */
}

/* de bolletjes links onderin */
.reviews-slider .splide__pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 0.5rem;
	justify-content: flex-start;
}

/* de pijlen rechts onderin */
.my-arrows {
  position: absolute;
  right: 0;
  bottom: -15px;
  display: flex;
  gap: 0.5rem;
}

div#splide01-track {
    margin-bottom: 48px;
}

button.my-arrow {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--Opacity-Neutral-Darkest-15, rgba(0, 0, 0, 0.15));
    background: var(--Color-Scheme-1-Foreground, #F2F2F2);
}

/*Media*/
@media screen and (max-width: 992px) {
	div#custom-slider {
		padding: 2rem;
	}
	
	ul#custom-slider-list{
		max-height: 360px !important;
		gap:revert;
	}
	
    .iframe-img-bm-media-groot, .iframe-img-bm-media {
        max-height: 300px;
        width: 100%;
    }
	.bm-header-cta-container{
		display:none;
	}
	.cta-container, .content, .bm-grid-items-container, .bm-t-naast, .kaart-layout .row{
		display:flex;
		flex-direction:column;
	}
	.row{
		max-width:500px;
	}
	.contact-15 {
   		width: 100%;
	}
	.vacature-card-header {
		justify-content: space-between;
	}
	.map.kaart-layout {
		height: 316px;
	}
	div#splide01 {
		width: 100%;
	}
}

/* Text uitlijning fix  */
#menu-main-menu{
	align-items: center
}

.grid-info-btn {
    text-align: center;
}


.grid-info-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}

/* Opsomming */

ul {
	font-size: 20px;
}

.d-contact-tel-right.brxe-div {
	margin-top: 3rem;
}

/* Contact info aanpassing */
.ci-contact-info-row {
	display: grid;
	width: 100%;
	margin-top: 6rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.ci-contact-item {
	margin-top: 2rem;
}

.ci-contact-details {
	width: 100%;
	max-width: 520px;
}

.bm-grid-hover > p{
	font-size:16px !important;
}