/*! Custom Stylesheet */
/*! refactored op 08-03-2023 */


/* Overflow fix */
* {
	box-sizing: border-box;
}
.page-home .flickity-viewport {
	overflow: hidden!important;
}
@media (max-width: 760px){
	.flickity-prev-next-button.next {
		right: 0!important;
	}
}



.block .block_image {
	max-width: 100%;
}

.centerblock {
	align-items: center;
	display: flex;
	justify-content: center;

}

/* Buttons & list */
.standaard_blok a.btn--primary {
	box-shadow: inset 0 0 0 1px #000064;
	color: #000064;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.standaard_blok a.btn--secondary {
	box-shadow: inset 0 0 0 1px #e5007e;
	color: #e5007e;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.standaard_block ul {
	padding-left: 15px;
}


@media only screen and (min-width: 1024px) and (max-width: 1919px) {
	.standaard_block ul {
		padding-left: 0.782vw;
	}
}
