/* ALLGEMEIN */

.contentbox-flex-container {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	max-width: none;
	margin-top: 4rem;
	padding: 0 !important;
}

.contentbox-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
}

.contentbox {
	border: solid 0.6rem var(--primary-light);
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
	padding-bottom: 2rem;
}

.contentbox-border-secondary {
	border-color: var(--secondary-light) !important;
}

.contentbox-border-tertiary {
	border-color: var(--tertiary-light) !important;
}

.contentbox-title {
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.contentbox-img {
	max-width: none;
}

.contentbox-img img {
	height: 27rem;
	width: 100%;
	overflow: hidden;
	vertical-align: bottom;
	object-fit: cover;
}

.contentbox p {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.contentbox p:last-child {
	margin-top: 3rem;
}

@media (min-width: 768px) {
	.contentbox-flex-container {
		flex-direction: row;
		gap: 2rem;
	}
	
	.contentbox {
		padding-bottom: 0;
	}
}



/* TEASER SECTION */


.teaser {
	height: 35rem;
}

.teaser-contentwrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: none;
}

.teaser-img {
	position: absolute;
	bottom: 0;
	left: 2rem;
}

.teaser-img img {
	height: 22rem;
	image-rendering: pixelated;
}

.teaser-text {
	font-weight: 600;
	font-size: 3rem !important;
	position: absolute;
	width: initial;
	top: 5rem;
	left: 1.5rem;
	line-height: 1.2 !important;
	text-wrap: balance;
}

.teaser .highlighted {
	display: inline-block;
}

@media (min-width: 768px) {
	.teaser-contentwrapper {
		left: 50%;
		transform: translateX(-50%);
	}
	.teaser-img {
		left: 0;
	}
	.teaser-img img {
		height: 24rem;
	}
	.teaser-text {
		left: 9rem;
	}
}


/* ANGEBOT SECTION */

#angebot {
	margin-bottom: 8rem !important;
}

@media (min-width: 768px) {
	#angebot {
		margin-bottom: 11rem !important;
	}
}


/* ÜBER UNS SECTION */

#ueber-uns {
	margin-bottom: 8rem !important;
}

.no-border {
	border: none !important; 
}

#ueber-uns .contentbox-img-round {
	border: solid 0.6rem var(--secondary-light);
	border-radius: 50%;
	max-width: 450px;
}

#ueber-uns .contentbox img {
	height: 100%;
}

#ueber-uns .contentbox p:last-child {
	margin-top: 2rem;
}


.img-together-wrapper {
	max-width: 56rem;
	padding-bottom: 0;
}

.img-together-wrapper figure {
	max-width: 100%;
}

.ueber-uns-p-highlighted {
	text-align: center;
	margin-bottom: 6rem;
	margin-top: 2rem;
	font-weight: 800;
}


@media (min-width: 768px) {
	#ueber-uns {
		margin-bottom: 11rem !important;
	}
}


/* NEWSLETTER SECTION */
.wpforms-container {
	max-width: 56rem;
}

.wpforms-container form .wpforms-submit-container button {
	background-color: var(--secondary) !important;
	font-weight: 600;
}

.wpforms-container form input:focus {
	border-color: var(--secondary) !important;
	box-shadow: 0 0 0 1px var(--secondary),0px 1px 2px rgba(0,0,0,0.15) !important;
}

