.jumbotron.jumbo-padding.header_activiteiten {
	padding-top: 0;
    padding-bottom: 0;
	overflow: clip;
}

.jumbotron.jumbo-padding.header_activiteiten header h1 {
	hyphens: auto;
	font-size: 7rem;
}
 
h1 span.recras-title {
    font-size: 4.75rem;
    line-height: 4.375rem;
    letter-spacing: 0.0125rem;
    font-weight: 400;
    font-family: "Dela Gothic One", serif;
    color: var(--kleur_blauw);
}

.zakelijke_boeking, .arrangement_boeking {
	font-size: 3.2rem;
    line-height: 2.8rem;
    font-family: blithe, sans-serif;
    font-weight: 600;
    color: var(--kleur_groen);
    transform: translateY(1rem);
    display: block; 
} 

.arrangement_boeking {
	color: var(--kleur_geel);
}

.header_container{
	position: relative;
	display: flex;
}

.header_afbeelding{ 
	position: absolute;
    left: 49.6vw;
    top: 0;
    max-width: 95vh;
    height: auto;
    aspect-ratio: 1 / 1;
}

.header_afbeelding picture{ 
	width: 100%;
	position: relative;
	top: 0rem;
	opacity: 1;
}

.header_afbeelding img { 
	width: 100%;
	position: relative;
	top: 3.2rem;
	opacity: 1;
}

body:has(.menu-hidden)   .header_afbeelding {
	opacity: 0.2;
}

.header_content{
	padding-top: var(--jumbotron-standard-margin);
    padding-bottom: var(--jumbotron-standard-margin); 
	position: relative;
	z-index: 1;
	padding-right: 1rem; 
}

.usps {  
	display: flex;
	position: relative;
	gap: 3rem;
	margin: 6rem 0rem;
}

.usps::before { 
	content:'';
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="231" viewBox="0 0 41 231" fill="none"><path d="M2 2C14.3333 14 35.6429 42.4516 34.5 93.5C33 160.5 9.5 177.5 38.5 229" stroke="%2395C11F" stroke-width="4" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    position: absolute;
    width: 5rem;
    height: calc(100% + 4rem); 
    transform: translate(-0.1rem, -1.7rem);
    z-index: -2; 
} 

.is_arrangement .usps::before {
	color: var(--kleur_geel);
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="231" viewBox="0 0 41 231" fill="none"><path d="M2 2C14.3333 14 35.6429 42.4516 34.5 93.5C33 160.5 9.5 177.5 38.5 229" stroke="%23FFCC00" stroke-width="4" stroke-linecap="round"/></svg>');
}

.usps_icons {
    display: flex;
    gap: 4rem;
    flex-direction: column;
}

.usps_icons div {
	border-radius: 50%;
	padding: 1.3rem; 
	display: flex;
	font-weight: 700;
	background-color: #fff;
	color: var(--kleur_groen);
	border: 0.5rem solid var(--kleur_groen);
	align-items: center;
	justify-content: center;
	width: 4.6rem;
    height: 4.6rem;
}

.is_arrangement .usps_icons div {
	color: var(--kleur_geel);
	border: 0.5rem solid var(--kleur_geel);
}

.usps_icons div:nth-child(2) {
	margin-left: 1.5rem;
}
 
.usps_tekst {
    display: flex;
    gap: 7rem;
    flex-direction: column;
    font-family: calibri, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625rem;
    justify-content: center;
}

.header_activiteiten .header_activiteiten_info_gegevens {
	display: flex;
	min-height: 100%;
	max-height: 100%;
    height: 100%;
	width: 100%;
    position: relative;
    align-items: center;
	transition: 0.3s ease all; 
	padding: 3rem 2rem !important;
	overflow: clip; 
	margin-bottom: 0!important;
	border-radius: 0; 
	background-color: var(--kleur_donkerblauw);
	color: #fff;
} 

.header_activiteiten .header_activiteiten_info_gegevens ul {
	list-style-type: none;
	display: grid;
	margin-bottom: 0rem !important;
	font-family: brandon-grotesque, sans-serif;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    width: 100%;
    padding-left: 2rem;
    padding-right: 5rem;
    gap: 2rem;
} 

.header_activiteiten .header_activiteiten_info_gegevens ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
    gap: 1rem;
	font-size: 1.9rem;
}

.header_activiteiten .header_activiteiten_info_gegevens ul li i {
	border-radius: 50%;
	padding: 1.3rem; 
	display: flex;
	border: 0.3rem solid #fff;
	align-items: center;
	justify-content: center;
	width: 4.6rem;
    height: 4.6rem;
}

@media (min-width:991px){
	.header_content{ 
		min-height: calc(100vh - 29rem);
	} 
}

@media (max-width:991px){
	.header_activiteiten .header_activiteiten_info_gegevens ul {
		flex-direction: column;
    	padding: 0rem 6rem;
	}
	
	.header_afbeelding {
    	position: relative;
		width: 100%;
		max-width: 100%;
		left: 0
	} 
	
	.header_content {
		padding-right: 0;
    }
	
	h1 span.recras-title {
		font-size: 3.75rem;
    	line-height: 3.375rem;
	}
}

@media (max-width:767px){ 
	.header_afbeelding{
		position: relative; 
		height: 100%; 
		max-width: 100%;
	} 
	
	.header_content {
        padding-top: 4rem; 
    }
}
