/* 
Flex Post Carousel

Algemene CSS instellingen voor de module.
Verwijder deze instellingen niet.
*/

.flex_module.galerijselectie {
    width: 100%;
    padding: 0;
    margin-block: 80px;
    position: relative;
 	margin-inline: auto;
}

.flex_module.galerijselectie .section-title {
	text-align: center; margin-bottom: 1em;
}

body .flex_module.galerijselectie .swiper_nav {
  display: flex !important;
  gap: 16px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 50px;
}

.flex_module.galerijselectie .galerij-image-block {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.flex_module.galerijselectie .galerij-image-slide {
    height: auto;
}

.flex_module.galerijselectie .galerij-image-block:hover {
    text-decoration: none;
    color: inherit;
}

.flex_module.galerijselectie .galerij-image-block img {
    isolation: isolate;
    position: relative;
    aspect-ratio: 416/400;
    display: block;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
}

.flex_module.galerijselectie .galerij-image-block .content {
    padding: 30px 50px;
    background-color: #BC0436;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.galerij-image-block p {
  font-size: 21px;
  font-weight: 600;
}
.swiper.galerij-images-swiper{
	overflow:visible !important;
}

.flex_module.galerijselectie .galerij-image-block .content .esl-button {
    margin-top: auto;
    padding: 0px !important;
}

@media screen and (min-width: 993px) {
	.flex_module.galerijselectie .section-title {
		max-width: 1000px; margin-bottom: 2em;
		margin-inline: auto;
	}
    
    .flex_module.galerijselectie .swiper.gallery-swiper .swiper-wrapper {
        cursor: none;
    }
    
    .flex_module.galerijselectie .galerij-image-cursor {
        position: fixed;
        z-index: 123;
        top: 50%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 121px;
        height: 121px;
        border-radius: 100%;
        text-transform: uppercase;
        font-weight: 700;
        translate: -50% -50%;
        background-image: url("data:image/svg+xml,%3Csvg width='122' height='122' viewBox='0 0 122 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60.9656' cy='61.0344' r='60.4212' stroke='white' stroke-opacity='0.34' stroke-width='1.08867'/%3E%3Ccircle cx='60.9537' cy='59.9342' r='46.8013' fill='%23009B87'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        color: white;
        font-size: 16px;
        line-height: 1.6 !important;
        pointer-events: none;
        user-select: none;
    }
    
}

@media screen and (max-width: 992px) {
    
    .flex_module.galerijselectie .galerij-image-cursor {
        display: none;
    }
    
}

@media screen and (min-width: 768px) {
    
    .flex_module.galerijselectie .swiper-scrollbar, .flex_module.galerijselectie .swiper_nav {
        display: none;
    }
    
    
}

@media screen and (max-width: 767px) {
        
    .flex_module.galerijselectie .swiper_nav {
        display: flex;
        gap: 8px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
    }
    
    .flex_module.galerijselectie .swiper-scrollbar {
        position: relative;
        margin-top: 20px;
        max-width: calc(100% - 40px);
        margin-inline: auto;
    }
    
    .flex_module.galerijselectie .swiper-scrollbar .swiper-scrollbar-drag {
        background: rgba(118, 3, 34, 1);
    }
    
    .flex_module.galerijselectie .galerij-image-block {
        margin-inline: 20px;
    }
    
    .flex_module.galerijselectie .galerij-image-block img {
        aspect-ratio: 2/1.5;
    }
    
}