@charset "UTF-8";
/* CSS Document */

.header-slider .slider-wrapper {
	grid-template-columns: 55% 45%;
	max-height: 500px;
	align-items: center;
	background-color: var(--darkest);
	background-image: url('/wp-content/uploads/2023/12/BAMDEX_FAVICON.svg');
	background-size: 350px;
	background-repeat: no-repeat;
	background-position: bottom -100px right calc(70vw + 300px);
}

.header-slider .slider-content {
	width: calc(92.5% - 20px);
	max-width: 600px;
	justify-self: end;
	color: var(--white);
	padding-right: 7.5%;
}

.header-slider img {
	height: 500px;
    width: 100%;
    object-fit: cover;
}

.header-slider .button-alt {
	border-color: var(--white);
	color: var(--white);
}

.galerij-slider .foto-slider img {
	height: 600px;
    width: 100%;
    object-fit: cover;
	border-radius: var(--std-radius);
}

.tile-slider .tile-item {
	width: 380px;
}

.prod-galerij-slider .foto-slider {
	box-shadow: 0 0 14px 5px rgba(0,0,0,0.1);
}

.prod-galerij-slider .foto-slider img {
    width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}

.foto-slider-thumb {
	margin-top: 10px;
}

.foto-slider-thumb img {
	height: 100%;
	width: 100%;
    object-fit: cover;
}

.galerij-slider .foto-slider-thumb img {
	border-radius: var(--std-radius);
}

.prod-galerij-slider .foto-slider-thumb li {
	padding: 2px;
}

.prod-galerij-slider .foto-slider-thumb img {
	border: 1px solid var(--shd-mid);
}

.foto-slider-thumb .is-active {
	border: none!important;
}

.single-productgroep .foto-slider-thumb .is-active {
	border: 4px solid var(--black)!important;
	border-radius: 14px;
}

.logo-slider-kop {
	margin-bottom: 30px;
}

.logo-slider-kop h2 {
	flex-grow: 1;
	margin: 0;
}

.logo-slider-kop a {
	text-decoration: none;
	color: var(--text);
	font-size: 26px;
}

.logo-slider-kop a svg {
	margin-left: 5px;
	color: var(--act-primary);
}

.logo-slider .logo {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: var(--shd-light);
	display: grid;
	justify-items: center;
	align-items: center;
}

.logo-slider img {
    width: 80%;
    object-fit: contain;
}

.blog-tile-slider.boxed {
	max-width: 1204px;
}

.blog-tile-slider .splide__track {
	padding: 12px!important;
}


/* SLIDER ARROWS */

.logo-slider .splide__arrow,
.blog-tile-slider .splide__arrow,
.foto-slider .splide__arrow {
	background-color: var(--act-primary);
	opacity: 1;
}

.logo-slider .splide__arrow svg,
.blog-tile-slider .splide__arrow svg,
.foto-slider .splide__arrow svg {
	fill: var(--white);
	height: 0.8em;
	width: 0.8em;
}

.foto-slider-thumb .splide__slide {
	border: none!important;
}

.blog-tile-slider .splide__arrow--prev {
	left: 1.7em;
}

.blog-tile-slider .splide__arrow--next {
	right: 1.7em;
}

.foto-slider .splide__arrow {
	height: 4em;
	width: 4em;
}

.foto-slider .splide__arrow svg {
	height: 1.5em;
	width: 1.5em;
}

.foto-slider .splide__arrow--prev {
	left: -2em;
}

.foto-slider .splide__arrow--next {
	right: -2em;
}

.foto-slider-thumb .splide__arrows {
	/*komt uit JS*/
}

.header-slider .splide__arrow {
	height: 4em;
	width: 4em;
	border: 2px solid var(--white);
	background: none;
	opacity: 1;
}

.header-slider .splide__arrow svg {
	fill: var(--white);
}

.splide:not(.header-slider, .foto-slider, .foto-slider-thumb) {
	padding-bottom: 50px;
}

.splide:not(.header-slider, .foto-slider, .foto-slider-thumb) .splide__arrows .splide__arrow {
	top: calc(50% - 25px)
}

.splide__pagination .splide__pagination__page {
	background-color: rgba(0,0,0,0);
	outline: 1px solid var(--black);
  	outline-offset: 3px;
	width: 11px;
	height: 11px;
	margin: 6px;
}

.header-slider .splide__pagination .splide__pagination__page {
	background-color: rgba(0,0,0,0);
	outline: 1px solid var(--white);
  	outline-offset: 3px;
	width: 11px;
	height: 11px;
	margin: 6px;
}

.splide__pagination .is-active {
	background-color: var(--black)!important;
}

.header-slider .splide__pagination .is-active {
	background-color: var(--white)!important;
}

.splide__pagination .is-active {
	transform: none!important;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .header-slider .splide__arrow--prev {
		left: -2em;
	}

	.header-slider .splide__arrow--next {
		right: -2em;
	}
	
	.header-slider .splide__arrow--prev svg {
		margin-left: 1.5em;
	}

	.header-slider .splide__arrow--next svg {
		margin-right: 1.5em;
	}
}

@media screen and (max-width: 768px) {
	.header-slider .slider-wrapper {
		grid-template-columns: 1fr;
		padding: 50px 0;
	}
	
	.header-slider img {
		display: none;
	}
	
	.logo-slider-kop {
		flex-wrap: wrap;
	}
	
	.logo-slider-kop h2 {
		margin-bottom: 5px;
	}
	
	.logo-slider-kop a {
		font-size: 20px;
		margin-bottom: 5px;
	}
	
	.galerij-slider .foto-slider img {
		height: 300px;
	}
	
	.foto-slider .splide__arrow {
		height: 2em;
		width: 2em;
	}

	.foto-slider .splide__arrow svg {
		height: 1em;
		width: 1em;
	}
	
	.foto-slider .splide__arrow--prev {
		left: -1em;
	}

	.foto-slider .splide__arrow--next {
		right: -1em;
	}
	
	.single-productgroep .foto-slider-thumb .is-active {
		border-width: 2px!important;
		border-radius: 11px;
	}
}

