.title-section {
	background-color: var(--tertiary);
	padding-top: 7rem;
	padding-bottom: 10rem;
}

.title-section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--tertiary);
	opacity: 0.7;
	z-index: 1;
	max-width: none;
}

.title-section h1 {
	color: white;
	z-index: 10;
	position: relative;
}


/* ANGEBOT FÜR GRUPPEN */

.upcoming-events-text {
	text-align: left;
	margin-top: 7rem;
	padding-bottom: 3rem;
}

@media (min-width: 768px) {
	.upcoming-events-text {
		text-align: center;
		margin-top: 9rem;
		padding-bottom: 2rem;
	}
}


/* ANGEBOT FÜR UNTERNEHMEN */

#angebot-unternehmen-content .wpforms-container {
	margin-top: 6rem;
}

