.elementor-1648 .elementor-element.elementor-element-5662ef97{--display:flex;--gap:25px 25px;--row-gap:25px;--column-gap:25px;}/* Start custom CSS *//* POST WIDTH STANDARD */
.smc-post-content-width {
	width: var( --global-content-width );
	max-width: var( --global-max-content-width ) !important;
	margin: 0 auto;
}

/* POST WIDTH SPECIAL (IMAGES) */
.smc-post-content-width-special {
	width: calc( var( --global-content-width ) + 100px );
	left: -50px;
	margin-bottom: 10px; /* +10 */
}

/* POST WIDTH IMAGES */
.smc-post-block-width {
	width: calc( var( --global-content-width ) + 2.5vw );
	max-width: calc( var( --global-max-content-width ) + 2.5vw ) !important;
	margin: 0 auto;
	margin-bottom: 10px; /* +10 */
}

/* Formatierung */
/* H2 */
.smc-post-heading h2 {
	font-size: clamp( 1.3rem, 0.8703rem + 0.8964vw, 1.5rem );
}
.smc-post-heading {
	margin-bottom: -15px !important;
}

/* Last P margin-bottom */
.smc-p-text-conclusion p:last-child {
	margin-bottom: 0;
}

/* Liste Überschrift */
.smc-list-heading span{
	display: block;
	text-underline-offset: 3px;
	margin-bottom: -.6em;
}

/* Liste im Text */
.smc-post-list ul {
	margin-top: 0;
	margin-bottom: .5em;
	list-style-type: '';
	padding-left: 15px;
}

/* Liste mit Häckchen */
.smc-post-list-special ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: '✓  ';
	padding-left: 30px;
}


/* Bilder */
.smc-post-images {
	border-radius: var( --global-border-radius-large ) !important;
	overflow: hidden;
}
.smc-post-images img {
    width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}
.smc-post-images-header {
	position: absolute;
	height: 22%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	bottom: 0;
	background: linear-gradient(
		0deg,
		rgba( 1, 2, 5, .7 ) 0,
		rgba( 1, 2, 5, .7 ) 10%,
		rgba( 1 ,2, 5, .01 ) 92%,
		transparent);
}
.smc-post-images-header span {
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 1.4rem;
	margin-left: 15px;
	margin-bottom: 10px;
	text-shadow: 0 1px 2px rgba( 1, 2, 5, 1 );
}



/* POST SPECIAL NOTES */
.smc-post-spezial-notes {
	width: var( --global-content-width );
	max-width: var( --global-max-content-width ) !important;
	margin: 25px auto 0;
}
.smc-post-spezial-notes-inner {
	margin: 0 auto;
}


@media screen and ( max-width: 1124px ) {
/* POST WIDTH STANDARD */
	.smc-post-content-width {
		width: 90vw;
	}

/* POST WIDTH SPECIAL (IMAGES) */
	.smc-post-content-width-special  {
		width: calc( 90vw + 40px );
		left: -20px;
	}

/* POST WIDTH IMAGES */
	.smc-post-block-width {
		width: 95vw;
	}

/* POST SPECIAL NOTES */
	.smc-post-spezial-notes {
		width: 90vw;
	}
}


@media screen and ( max-width: 980px ) {
/* POST IMAGES incl. HEADING */
	.smc-post-picture-wrapper {
		margin: 5px auto 10px;
	}

/* POST WIDTH SPECIAL (IMAGES) */
	.smc-post-content-width-special  {
		width: 90vw;
		left: 0;
	}
}


@media screen and ( max-width: 767px ) {
/* POST WIDTH STANDARD */
	.smc-post-content-width {
		width: 100vw;
		padding: 0 20px;
	}

/* POST WIDTH IMAGES */
	.smc-post-block-width {
		width: 100vw;
		padding: 0 15px;
	}
	.smc-post-images-wrapper {
		margin: 10px auto;
	}

/* POST SPECIAL NOTES */
	.smc-post-spezial-notes {
		width: 100vw;
		padding: 0 20px;
	}
}/* End custom CSS */