/*Contentblok Team overzicht*/
.contentblok.team_overzicht {

}
.contentblok.team_overzicht .content_top {
	margin-bottom: 3.5rem;
}

.row_team_overzicht {
	--bs-gutter-y: 3rem;
}

.team_slider_swiper {
	overflow: hidden;
}
.team_slider_swiper .swiper-wrapper {

}
.team_slider_swiper .swiper-slide {
	text-align: center;
}



.team_item {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 2rem 2rem 0;
	text-align: center;
}
span.team_item_foto_container {
	position: relative;
	margin-bottom: 3.2rem;
	width: 22.3rem;
}
span.team_item_foto_container img {
	border-radius: 50%;
}
span.team_item_foto {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	opacity: 1;
}
span.team_item_foto_hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 3;
}

span.team_item_bg_blob {
	position: absolute;
	opacity: 1;
	top: 50%;
	left: 50%;
	width: 25.5rem;
	transform: translate(-50%, -50%) scale(0.6);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: -1;
}
span.team_item_bg_blob svg {
	width: 100%;
}
span.team_item_bg_blob path {
	box-shadow:  0px 0px 40px 0px rgba(123,55,232,0.6);
	-webkit-box-shadow:  0px 0px 40px 0px rgba(123,55,232,0.6);
	/*fill: linear-gradient(0deg, rgba(106,217,185,1) 1%, rgba(123,55,232,1) 100%);*/
}

.team_item:hover span.team_item_bg_blob {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.team_item:hover span.team_item_foto {
	opacity: 0;
}
.team_item:hover span.team_item_foto_hover {
	opacity: 1;
}

span.team_item_titel {
	color: var(--kleur-beige);
	font-family: "alverata-informal", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3rem;
	margin-bottom: 0.4rem;
}
span.team_item_functies {
	display: block;
	color: var(--kleur-roze);

	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2rem;
	margin-bottom: 1.3rem;
}
span.team_item_functie {
	position: relative;
	display: inline-block;
}
span.team_item_functie::before {
	content: "•";
	position: relative;
	display: inline-block;
	color: var(--kleur-roze);
	margin: 0 0.8rem;
}
span.team_item_functies span.team_item_functie {

}
span.team_item_functies span.team_item_functie:first-of-type::before {
	display: none;
}

.team_item_social_buttons {
	margin-bottom: 3.2rem;
}
.team_item_social_buttons a {
	position: relative;
	display: block;
	margin: 0 1.2rem;
	color: var(--kleur-wit);
}

.team_item_social_buttons a::before {
	content: "";
	display: block;
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background-color: var(--kleur-beige);
	transform: scale(1.4) translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	transform-origin: 0 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

span.team_item_social_buttons a:hover  {
	color: var(--kleur-blauw);
}
span.team_item_social_buttons a:hover::before {
	opacity: 1;
	transform: scale(1) translate(-50%, -50%);
}



span.team_item_content {
	display: block;
	text-align: center;
	color: var(--kleur-beige);
	font-family: "degular", sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3rem;
}

.contentblok.team_overzicht .swiper_navigation_container {
	margin-top: 4rem;
}


@media (min-width:768px) {
	.contentblok.team_overzicht {
		margin-top: 5rem;
	}
	span.team_item_foto_container {
		margin-bottom: 4.8rem;
	}
	span.team_item_titel {
		margin-bottom: 0.9rem;
	}
	span.team_item_functies {
		margin-bottom: 0.8rem;
	}
}


@media (min-width:992px) {

	.contentblok.team_overzicht {
		margin-top: 10rem;
	}
	.contentblok.team_overzicht .content_top {
		margin-bottom: 5rem;
	}
}

@media (min-width:1200px) {

}

@media (min-width:1400px) {
	.team_slider_swiper .swiper-wrapper {
		--bs-gutter-x: 15rem;
		--bs-gutter-y: 15rem;
		transform: translate3d(0, 0px, 0px) !important;
		display: flex;
		flex-wrap: wrap;
		margin-top: calc(var(--bs-gutter-y) * -1);
		margin-right: calc(var(--bs-gutter-x)/ -2);
		margin-left: calc(var(--bs-gutter-x)/ -2);
	}
	.team_slider_swiper .swiper-slide {
		max-width: 100%;
		padding-right: calc(var(--bs-gutter-x)/ 2);
		padding-left: calc(var(--bs-gutter-x)/ 2);
		margin-top: var(--bs-gutter-y);
		flex: 0 0 auto;
		width: 33.3333333333% !important;
	}
	.team_slider_swiper .swiper-slide.swiper-slide-duplicate {
		height: 0;
		overflow: hidden;
		visibility: hidden;
		margin: 0;
	}
}
