.hero-home {
	display: flex;
	width: 100%;
	height: 650px;
	padding: 1rem;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-teaser--hero {
	max-width: 460px;
	padding: 45px 55px 25px;
	border-radius: 90px 80px;
}

.content-teaser--hero h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 34px;
}

.content-teaser--hero p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 1.1;
}

/* Other home content */

.teaserblock-magazin {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column-reverse;
}

@media(min-width: 37.5em) {
	.teaserblock-magazin {
		flex-direction: row;
	}
}

.article-teaser-content h3 {
	font-size: 26px;
}

.home .grid-dual--magazin:first-of-type .article-teaser-media {
	order: -1;
}

@media(min-width: 37.5em) {
	.home .grid-dual--magazin:first-of-type .article-teaser-media {
		order: 1;
	}
}

.teaserblock-magazin p {
	flex: 1 1 60%;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	order: -1;
}

@media(min-width: 37.5em) {
	.teaserblock-magazin p {
		margin-right: 2rem;
		font-size: 34px;
	}
}

.teaserblock-magazin a {
	flex: 0 0 30%;
	margin-top: -2rem;
}

p.intro {
	font-size: 34px;
	line-height: 1.2;
}

.carousel-wrapper-produkte-home {
	margin-top: 5rem;
	padding-bottom: 2rem;
}

.carousel-wrapper-produkte-home h2.circle {
	position: absolute;
	margin-top: -5rem;
	left: calc(50% - 90px);
	z-index: 2;
}

.swiper-produkte-home {
	padding-top: 5rem;
}

.swiper-produkte-home .swiper-slide img {
	max-height: 400px;
}

@media(min-width: 37.5em) {
	.swiper-produkte-home .swiper-slide img {
		max-height: 340px;
	}
}

@media(min-width: 64em) {
	.swiper-produkte-home .swiper-slide img {
		/* max-width: 200px; */
		max-height: 245px;
	}
}

.swiper-produkte-home .intro {
	text-align: center;
}


.carousel-wrapper-quotes h3 {
	margin-top: -5rem;
}
