/*** MODULE****/
.content-wrapper .image_container .image_text * {
	overflow: inherit;
}

.content-wrapper .only-txt {
	padding: 10px;
}

/* content wrapper title styles */
.content-wrapper>h3 {
	padding: 10px;
}

.content-wrapper>*>h3 {
	padding-bottom: 10px;
}

/* Fix voor stippen in opsomming */
.content-wrapper .image_container .image_text span ul,
.content-wrapper .image_container .image_text span ol {
	overflow: visible;
}

.content-wrapper img.box-shadow,
.content-wrapper div.box-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-wrapper img {
	object-fit: cover;
	width: -moz-available;
	box-sizing: content-box;
}

.content-wrapper div.circle {
	border-radius: 50% !important;
	border-radius: 50%;
	object-fit: cover;
}

.content-wrapper .img_image.rounded {
	border-radius: 10px;
}

.content-wrapper .image_text ul,
.content-wrapper .image_text ol {
	display: table;
}

.content-wrapper .vierdrie {
	aspect-ratio: 4/3 !important;
}

.content-wrapper .zestiennegen {
	aspect-ratio: 16/9 !important;
}

.content-wrapper .vierkant,
.content-wrapper .circle {
	aspect-ratio: 1 !important;
}

/* overlay style 1 */
.content-wrapper .image_container.style1 .image_text {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0 !important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.content-wrapper .image_container.style1 .img_image:hover {
	opacity: 0.2;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.content-wrapper .image_container.style1 .img_image:hover~.image_text,
.content-wrapper .image_container.style1 a:hover~.image_text,
.content-wrapper .image_container.style1 p:hover~.image_text {
	opacity: 1;
	animation: bounce1 0.7s;
}

.content-wrapper .image_container.style1 {
	position: relative;
}

.content-wrapper .image_container.style1 .image_text,
.content-wrapper .image_container.style1 .image_text span,
.content-wrapper .image_container.style1 .image_text span p {
	pointer-events: none !important;
}

/* overlay style 2*/
.content-wrapper .image_container.style2 .image_text {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -20px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 0 !important;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.content-wrapper .image_container.style2 .img_image:hover {
	opacity: 0;
	-webkit-transition: opacity .8s ease-out;
	-moz-transition: opacity .8s ease-out;
	transition: opacity .8s ease-out;
}

.content-wrapper .image_container.style2 .img_image:hover~.image_text,
.content-wrapper .image_container.style2 a:hover+.image_text {
	opacity: 1;
	animation: bounce2 1s;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.content-wrapper .image_container.style2 {
	position: relative;
}

.content-wrapper .image_container.style2 .image_text,
.content-wrapper .image_container.style2 .image_text span,
.content-wrapper .image_container.style2 .image_text span p {
	pointer-events: none !important;
}

/* overlay style 3 */
.content-wrapper .image_container.style3 .image_text {
	position: absolute;
	text-align: center;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: -10px;
	bottom: 5px;
	width: 100%;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.7);
}

.content-wrapper .image_container.style3 .image_text p,
.content-wrapper .image_container.style3 .image_text h1,
.content-wrapper .image_container.style3 .image_text h2,
.content-wrapper .image_container.style3 .image_text h3,
.content-wrapper .image_container.style3 .image_text h4 {
	color: white !important;
}

.content-wrapper .image_container.style3 {
	position: relative;
	/*  text-align: center; */
	overflow: hidden;
}

/* content wrapper title styles */
.content-wrapper h3 {
	width: 100%;
}

.content-wrapper:not(.style-3, .style-5)>h3 {
	padding: 10px;
}

/* style 4 */
.content-wrapper.style-4> :not(h1, h2, h3, h4):not(.image_container),
.content-wrapper.style-4 .image_container> :not(h1, h2, h3, h4) {
	border-width: 0 0 0 2px;
	border-style: solid;
	border-color: var(--stripe-color, #000);
}

.content-wrapper.style-4>h1,
.content-wrapper.style-4>h2,
.content-wrapper.style-4>h3,
.content-wrapper.style-4>h4 {
	padding-left: 0;
}

.content-wrapper.style-4 .only-txt p,
.content-wrapper.style-4 .image_text p,
.content-wrapper.style-4 .link_button {
	padding-left: 20px !important;
}

/* style 6 */
.content-wrapper .image_container.style6 {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	word-break: normal;
}

.content-wrapper .image_container.style6::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.content-wrapper .image_container.style6 .image_text,
.content-wrapper .image_container.style6 .link_button {
	z-index: 2;
	text-align: center;
}

.content-wrapper .image_container.style6 h1,
.content-wrapper .image_container.style6 h2,
.content-wrapper .image_container.style6 h3,
.content-wrapper .image_container.style6 h4,
.content-wrapper .image_container.style6 h5,
.content-wrapper .image_container.style6 h6,
.content-wrapper .image_container.style6 a,
.content-wrapper .image_container.style6 p {
	color: white;
}

/* style 7 */
.content-wrapper.style-7 .image_container {
	display: flex;
	padding: 0;
	align-items: stretch;
}

.content-wrapper.style-7 .image_container.img-right {
	flex-direction: row-reverse;
}

.content-wrapper.style-7 .image_container .img_image {
	margin: 0 !important;
	overflow: hidden;
}

.content-wrapper.style-7 .image_container .img_image .img_image {
	width: 100%;
	height: 100%;
}

.content-wrapper.style-7 .image_container .text-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	color: white !important;
	text-align: center;
	word-break: normal;
}

/* Responsive: On mobile, stack elements */
@media screen and (max-width: 768px) {
	.content-wrapper.style-7 .image_container {
		flex-direction: column;
	}
	
	.content-wrapper.style-7 .image_container.img-right {
		flex-direction: column-reverse;
	}

	.content-wrapper.style-7 .image_container .img_image {
		width: 100% !important;
		height: auto;
	}
}


/* Hover effect 1 (zoom in)*/
.content-wrapper .img_image.hover1 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	/* prevent blurry image in Chrome */
	backface-visibility: hidden;
	transform: translateZ(0);
}

.content-wrapper .img_image.hover1:hover {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

/* Hover effect 2 (flash) */
.content-wrapper .img_image.hover2:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes bounce1 {

	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(10px);
		transform: translateY(20px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@keyframes bounce1 {

	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(10px);
		transform: translateY(20px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@-webkit-keyframes bounce2 {

	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(10px);
		transform: translateY(20px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

@keyframes bounce2 {

	0%,
	20%,
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(10px);
		transform: translateY(20px);
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
}

/* Button styling */
.content-wrapper .link_button a.btn.btn-pxl.content-block-button.noicon:after {
	content: " ";
}

.content-wrapper .link_button a.btn.btn-pxl.content-block-button.icon1:after {
	content: " \f101";
}

.content-wrapper .link_button a.btn.btn-pxl.content-block-button.icon2:after {
	content: " \f30b";
}

.content-wrapper .link_button a.btn.btn-pxl.content-block-button.icon3:after {
	content: " \f35a";
}

.content-wrapper .link_button a.btn.btn-pxl.content-block-button.icon4:after {
	content: " \f138";
}

.content-wrapper .link_button a.btn.btn-pxl.content-block-button.icon5:after {
	content: " \f0da";
}

.content-wrapper .link_button a.btn.btn-pxl.content-block-button.icon6:after {
	content: " \f00c";
}

.content-wrapper a.content-block-button.hov1:hover {
	animation: bounce 1s;
}

.content-wrapper a.content-block-button.hov2:hover {
	animation: flash 1s;
}

.content-wrapper a.content-block-button.hov3:hover {
	animation: fadeoutin 1s;
}

.content-wrapper.block-rounded {
	border-radius: 10px;
	overflow: hidden;
}

.content-wrapper .link_button {
	padding: 10px;
	width: unset;
	min-height: 63px;
}

.content-wrapper .image_text + .link_button {
	padding: 0 10px 10px 10px;
}