:root {
	--swiper-navigation-size: 30px;
	--swiper-theme-color: #ffffff;
}

body {
	background-color: var(--zwart);
	background-image: url('https://www.afaslive.nl/assets/img/ellipse3.webp');
	background-size: contain;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.WYSIWYG,
.WYSIWYG.jubileum {
	position: relative;
}

.WYSIWYG.jubileum .grid-item {
	padding-bottom: 40px;
}

.WYSIWYG.jubileum .grid-item._content {
	padding-top: 44px;
}
.WYSIWYG h3,
.WYSIWYG.jubileum h2,
.WYSIWYG.jubileum p {
	color: var(--wit);
}

.WYSIWYG.jubileum h2 {
	margin-top: 0;
	padding: 20px 0;
	position: relative;
	font-weight: 700;
	font-size: 33px;
	line-height: 42px;
	margin-bottom: 30px;
}
.WYSIWYG.jubileum p {
	line-height: 27px;
}

.WYSIWYG.jubileum h2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 1px;
	background-color: var(--paars);
}
.WYSIWYG.jubileum h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 100px);
	height: 1px;
	background-color: var(--paars);
}
	
.WYSIWYG.jubileum .flexVideo{position:relative;width:100%;height:auto;padding-bottom:69%;overflow:hidden}
.WYSIWYG.jubileum .flexVideo.widescreen{padding-bottom:56.25%}
.WYSIWYG.jubileum .flexVideo.panorama{padding-bottom:31.64062%}
.WYSIWYG.jubileum .flexVideo iframe{position:absolute;left:0;top:0;width:100%;height:100%}

.WYSIWYG.jubileum .timeContainer {
	position: relative;
}
.WYSIWYG.jubileum  .timeContainer:after {
	content: '';
	position: absolute;
	top: 60px;
	right: 66px;
	width: 1px;
	height: calc(100% - 60px);
	background-color: var(--paars);
}

.WYSIWYG.jubileum .time {
	position: absolute;
	top: 55px;
	right: 0px;
	background: var(--paars);
	border-radius: 50%;
	padding: 0;
	font-size: 45px;
	width: 135px;
	height: 135px;
	line-height: 135px;
	text-align: center;
	z-index: 1;
}
/*.WYSIWYG.jubileum .time:before {
	content:'';
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: var(--row-width);
	height: 1px;
	background-color: var(--paars);
	z-index: -1;
}*/
.WYSIWYG.jubileum .time .big {
	font-family: var(--font-chromo);
	color: var(--wit);
	display: block;
}
.WYSIWYG.jubileum .time .small {
	font-family: var(--font-chromo);
	position: absolute;
	bottom: calc(100% + 15px);
	left: 0;
	width: 100%;
	line-height: 33px;
	font-size: 27px;
	color: var(--wit);
	font-weight: 500;
	text-transform: uppercase;
}
	
.WYSIWYG.jubileum .button {
	-webkit-transition: all .2s ease-in;
			transition: all .2s ease-in;
	text-decoration: none;
}

.slideContainer {
	position: relative;
	padding-right: 200px;
}
.slideContainer .swiper {
	overflow: hidden;
	padding-bottom: 16px;
}

ul.slick-dots {
	position: relative;
	display: inline-block !important;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	list-style:none;
	text-align:center;
	padding-left:0;
	margin:15px 0
}

.imageSlides figure a {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	display: block;
	overflow: hidden !important;
}
.imageSlides figure a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideContainer .swiper-horizontal > .swiper-pagination-bullets, 
.slideContainer .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
	top: auto;
}

.slideContainer .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.slideContainer .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
	width: 11px;
	height: 11px;
	background-color: var(--wit);
	opacity: .45;
}

.slideContainer .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: var(--wit);
}

.slideContainer .swiper-button-prev, .slideContainer .swiper-rtl .swiper-button-next,
.slideContainer .swiper-button-next, .slideContainer .swiper-rtl .swiper-button-prev {
	top: calc(50% - 16px);
	opacity: .45;
}

.slideContainer .swiper-button-prev, .slideContainer .swiper-rtl .swiper-button-next {
	left: auto;
	right: 120px;
}
.slideContainer .swiper-button-next, .slideContainer .swiper-rtl .swiper-button-prev {
	right: 80px;
}

.slideContainer .swiper-button-prev:hover, .slideContainer .swiper-rtl .swiper-button-next:hover,
.slideContainer .swiper-button-next:hover, .slideContainer .swiper-rtl .swiper-button-prev:hover {
	opacity: 1;
}				

@media only screen and (max-width: 1280px) {
	.jubSection {
		padding: 0 35px;
	}
}
@media only screen and (max-width: 960px) {
	.WYSIWYG.jubileum h2 {
		padding: 15px 0;
		font-size: 27px;
		line-height: 32px;
	}
	.WYSIWYG.jubileum .time {
		font-size: 31px;
		width: 97px;
		height: 97px;
		line-height: 97px;
	}
	.WYSIWYG.jubileum .timeContainer:after {
		right: 46px;
	}
	.WYSIWYG.jubileum .time .small {
		bottom: calc(100% + 15px);
		line-height: 23px;
		font-size: 19px;
	}
}
@media only screen and (max-width:767px) {
	:root {
		--swiper-navigation-size: 22px;
	}
	
	.WYSIWYG.jubileum h2 {
		padding: 10px 0;
		font-size: 19px;
		line-height: 21px;
	}
	.WYSIWYG.jubileum h2:after {
		width: calc(100% + 60px);
	}
	
	.WYSIWYG.jubileum .time {
        font-size: 23px;
        width: 67px;
        height: 67px;
        line-height: 67px;
    }
	.WYSIWYG.jubileum .timeContainer:after {
		right: 34px;
	}
	.WYSIWYG.jubileum .time .small {
        bottom: calc(100% + 5px);
        line-height: 19px;
        font-size: 17px;
    }
	
	.WYSIWYG.jubileum p {
		font-size: 15px;
		line-height: 21px;
	}
	
	.slideContainer {
		padding-right: 80px;
	}
	.slideContainer .swiper-button-prev, .slideContainer .swiper-rtl .swiper-button-next {
		left: auto;
		right: 35px;
	}
	.slideContainer .swiper-button-next, .slideContainer .swiper-rtl .swiper-button-prev {
		right: 0px;
	}
	
}

@media (any-hover: hover) {
	
	.WYSIWYG.jubileum .button:hover {
		color:#fff
	}
	
}