#pk_flex_content .flex_layout.hero_aan_de_slag .flex_layout_wrapper{
    background: linear-gradient(180deg, #BBAB91 10.95%, #9A795D 90.88%), #32241F;
    padding-bottom: 0; 
    color: var(--white);
    padding-top: 12rem;
	margin-bottom: 3rem;
}

body .fl-page #pk_flex_content .hero_aan_de_slag .rank-math-breadcrumb {
	margin-inline: auto;
}

.flex_layout.hero_aan_de_slag h1{
    color: inherit;
    font-size: var(--heading-1);
    grid-column: span 12; text-align: center;
    margin-bottom: 4rem;
}
.flex_layout.hero_aan_de_slag .slag-cards {
	grid-column-end: span 10; grid-column-start: 2;
	display: flex; align-items: stretch; justify-content: center; gap: 1.5rem;
	margin-bottom: -3rem;
}
.flex_layout.hero_aan_de_slag .slag-card {
	color: var(--white);
	padding: 2.5rem; border-radius: 1rem; 
	background-color: var(--mahogany);
	position: relative;
	isolation: isolate;
	overflow: clip;
}

.flex_layout.hero_aan_de_slag .slag-card::before{
	pointer-events: none;
	content: '';
	width: 200%;
	aspect-ratio: 1;
	background-image: url(/wp-content/themes/bb-theme-child/assets/images/circle.png);
	background-size: contain; background-position: center;
	position: absolute;
	top: 0; left: 50%;
	transform: translate(-50%, -50%);
}
.flex_layout.hero_aan_de_slag .slag-card::after{
	pointer-events: none;
	content: '';
	width: 150%;
	aspect-ratio: 1;
	background-image: url(/wp-content/themes/bb-theme-child/assets/images/circle.png);
	background-size: contain; background-position: center;
	position: absolute;
	top: 100%; left: 100%;
	transform: translate(-50%, -50%);
}

.flex_layout.hero_aan_de_slag .slag-card .icon{
	display: flex;
	align-items: center; justify-content: center;
	font-size: 2rem;
	width: 1em; height: 1em;
	border-radius: .25rem;
	background-color: var(--white);
}

.flex_layout.hero_aan_de_slag .slag-card .icon span{
	width: .75em; height: .75em;
	background-color: var(--mahogany);
	mask: var(--mask-url) no-repeat center / contain;
	-webkit-mask: var(--mask-url) no-repeat center / contain;
}

.flex_layout.hero_aan_de_slag .slag-card h1,
.flex_layout.hero_aan_de_slag .slag-card h2,
.flex_layout.hero_aan_de_slag .slag-card h3,
.flex_layout.hero_aan_de_slag .slag-card h4,
.flex_layout.hero_aan_de_slag .slag-card h5,
.flex_layout.hero_aan_de_slag .slag-card h6 {
	color: inherit;
}
.flex_layout.hero_aan_de_slag .slag-card .card-content {
	margin-top: 1rem;
}
.flex_layout.hero_aan_de_slag .slag-card .pk_button {
	width: 100%;
	margin-top: 1.5rem; background-color: var(--chili);
	text-align: center; border-radius: 100px;
	transition: background-color 300ms ease-in-out;
}
.flex_layout.hero_aan_de_slag .slag-card .pk_button::before,
.flex_layout.hero_aan_de_slag .slag-card .pk_button::after {
	display: none;
}

.flex_layout.hero_aan_de_slag .slag-card .pk_button:where(:hover,:active,:focus){
	background-color: #C12626;
}


@media screen and (max-width: 1280px) {
	.flex_layout.hero_aan_de_slag .slag-cards {
		grid-column: span 12;
	}
}

@media only screen and (max-width: 767px){

	body .fl-page #pk_flex_content .hero_aan_de_slag .rank-math-breadcrumb {
		margin-inline: unset;
	}
	.flex_layout.hero_aan_de_slag h1{
		grid-column: 1 / span 5;
		text-align: left;
	}

    #pk_flex_content .flex_layout.hero_aan_de_slag .flex_layout_wrapper{
        padding-top: 6rem;
    }

	.flex_layout.hero_aan_de_slag .slag-cards {
		grid-column: 1/span 5; flex-direction: column;
		gap: 1rem;
	}
	.flex_layout.hero_aan_de_slag .slag-card {
		padding: 1.5rem;
	}
}
