.row-gap-20 {
	row-gap: 20px;
}

.posts-wrapper {
	
}

.single-post .card {
	position: relative;
	height: 100%;
	transition: all ease-in-out .5s;
	border-radius: 0;
	border: 0;
}
.single-post .card-date {
	text-align: center;
	font-weight: 600;
	margin-bottom: .5rem;
}
.single-post a {
	text-decoration: none;
}

.single-post .card-image {
	height: 440px;
	overflow: hidden;
	background-color: #f8f9fa !important;
}
.single-post .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin-left: auto;
	margin-right: auto;
}
.single-post .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 43px 33px 50px;
}

.single-post .card-body h2 {
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
}

.single-post .card-body .single-post-link {
	text-decoration: none;
	font-size: 36px;
	letter-spacing: var(--agr-letter-50);
	font-weight: 500;
	font-family: 'Vollkorn';
}

.single-post .card-footer {
	padding: .75rem 1.25rem 25px;
}

.single-post .card-footer .button {
	text-align: center;
}
.single-post .card-footer .button a {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
	background: #32C7DA;
	text-decoration: none;
}


/* ---- Rezepte ---- */
.all-recipies-wrapper .single-post .card a {
	transition: all ease-in-out .5s;
}

.all-recipies-wrapper .single-post:hover .card {
	background-color: var(--agr-black);
}

.all-recipies-wrapper .single-post:hover .card,
.all-recipies-wrapper .single-post:hover .card a {
	color: #fff;
}

/* ----------------- */
.news-wrapper .news-item {
	height: 480px;
	overflow: hidden;
	background: #efefef;
}

.news-wrapper .news-item .news-item-img,
.news-wrapper .news-item>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-wrapper .news-item .news-item-content {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 3rem 4rem 3rem;
	padding: 30px 30px 40px 30px;
	font-weight: 400;
	display: inline-flex;
	opacity: 0;
	transition: opacity ease-in-out .3s;
}

.news-wrapper .news-item:hover .news-item-content {
	opacity: 1;
}

.news-wrapper .news-item[data-news-item-color="Blau"] .news-item-content {
	background: rgba(var(--se-blue-rgb),0.97);
	color: #000000;
	align-items: end;
}

.news-wrapper .news-item .news-item-content .news-item-subheadline {
	font-size: 18px;
	text-transform: uppercase;
}

.news-wrapper .news-item .news-item-content .news-item-headline {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: inherit;
}

.news-wrapper .news-item .news-item-content .news-item-text {
	font-size: 21px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-wrapper-topic {
	font-size: 48px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.news-wrapper .news-item {
		height: 350px;
	}
	.news-wrapper .news-item .news-item-content .news-item-subheadline {
		font-size: 14px;
		line-height: 1.3 !important;
		display: block;
		margin-bottom: .55rem;
	}
	.news-wrapper .news-item .news-item-content .news-item-headline {font-size: 20px;}
	.news-wrapper .news-item .news-item-content .news-item-text {font-size: 16px;}
}

@media (max-width: 991px) {
	.news-wrapper-topic {
		font-size: 35px;
	}
	.news-wrapper .news-item .news-item-content {
		align-items: end;
	}
}

/* ---- News Detail ---- */
.post-detail .post-detail-headerimage {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.post-detail .post-detail-subheadlie {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 4rem;
}

.post-detail .post-detail-headline {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 3rem;
	margin-top: 0;
}

.post-detail .post-detail-text {
	font-size: 24px;
	font-weight: 400;
	padding: 0 4rem;
}

.post-detail .post-detail-image {
	margin-bottom: 1rem;
}

.post-detail .post-detail-caption {
	padding: 0 1rem;
}

#post-detail-gallery .carousel-inner {
	height: 600px;
	overflow: hidden;
	background: #efefef;
	text-align: center;
}
#post-detail-gallery .carousel-item, #post-detail-gallery .carousel-item img {
	height: 100%;
	object-fit: contain;
}

@media (min-width: 991px) {
	
}

#post-detail-gallery .carousel-indicators {
	bottom: -60px;
}

#post-detail-gallery .carousel-indicators #slidetext {
	display: none;
}

.carousel-indicators [data-bs-target] {
	background-color: #b4b4b4;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.carousel-indicators [data-bs-target].active {
	background-color: #000;
}

#post-detail-gallery .carousel-control-next,
#post-detail-gallery .carousel-control-prev {
	opacity: 1;
	bottom: auto;
	width: auto;
}

#post-detail-gallery .carousel-control-prev {
	left: auto;
	right: -65px;
}

#post-detail-gallery .carousel-control-next {
	right: -130px;
}

#post-detail-gallery .carousel-control-next .carousel-control-next-icon,
#post-detail-gallery .carousel-control-prev .carousel-control-prev-icon {
	width: 50px;
	height: 50px;
	background-image: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#post-detail-gallery .carousel-control-next .carousel-control-next-icon svg,
#post-detail-gallery .carousel-control-prev .carousel-control-prev-icon svg {
	width: 40px;
	height: 40px;
}

#post-detail-gallery .carousel-control-prev .carousel-control-prev-icon svg {
	fill: #b4b4b4;
	transform: rotate(180deg);
}

@media (max-width: 991px) {
	.post-detail .post-detail-headerimage {
		height: 450px;
	}
	.post-detail .post-detail-subheadlie,
	.post-detail .post-detail-headline,
	.post-detail .post-detail-text {
		padding: 0;
	}
	.post-detail .post-detail-headline {
		font-size: 24px;
	}
	.post-detail .post-detail-text {
		font-size: 20px;
	}
	.post-detail .post-detail-subheadlie {
		font-size: 1rem;
	}
	#post-detail-gallery .carousel-inner {
		height: 400px;
	}
	.post-detail .post-detail-headline {
		margin-bottom: 2rem;
	}
}

@media (max-width: 1140px) {
	#post-detail-gallery .carousel-control-next, #post-detail-gallery .carousel-control-prev {
		bottom: auto;
		top: auto;
	}
	#post-detail-gallery .carousel-control-prev {
		left: 0;
	}
	#post-detail-gallery .carousel-control-next {
		right: 0px;
	}
}
/* ---- News Events ---- */
.news-wrapper-events {
	row-gap: 20px;
}

.news-wrapper-events .news-item {

}

.news-wrapper-events .news-item-headline {
	color: inherit;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.news-wrapper-events .news-item-text {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}