#call-to-login {
	background-color: white;
	position: relative; /* Sonst funktioniert der Schatten nicht */
	text-align: center;
}

#call-to-login p {
	font-size: clamp(20px, calc(36 / 1920 * 100vw), 36px);
}

#call-to-login .login-button::before {
	display: inline-block;
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    vertical-align: bottom;
}

div:has(> .ve--wrapped_row) + .hidden-when-body {
	display: none;
}

#block-rlv-views-block-verwandte-neuigkeiten-block-1 {
	width: var(--content-width);
	max-width: 100%;
	margin: 0 auto 69px;
	padding: 0 30px;
}

#block-rlv-views-block-verwandte-neuigkeiten-block-1 h2 {
	font-size: clamp(26px, calc(40 / 1920 * 100vw), 40px);
	line-height: 1.1;
	color: #005C39;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

div:has(> .news-row) {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
}

.gast-teaser{
	position:relative;
	margin-bottom: 30px;
}

.gast-teaser::after{
	position: absolute;
	bottom: 0;
	display: block;
	content: '';
	width: 100%;
	height:100%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%);
}

@media (min-width: 1000px) {
	div:has(> .news-row) {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1345px) {
	div:has(> .news-row) {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.news-row {
	box-shadow: 0 0 10px #0000001A;
    	position: relative;
}

.news-row:hover {
	background: rgba(115, 115, 115, 0.08);
}

header {
	box-shadow: 0 3px 20px #00000029;
}

.headline > div > div > .ve--wrapped_row > .wrapper > .inner {
	padding: 0;
}

.created-at-label {
	display: inline-block;
	background-color: #F2F2F2;
	color: #262626;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 10px;
	line-height: 1;
}

.inner:has(> .news-start-headline) {
	padding: 0;
}
.news-start-headline {
	margin-top: 24px;
	margin-bottom: 13px;
	text-align: left;
	font-size: clamp(26px, 2.71vw, 54px);
	line-height: 1.25;
}

.wrapper:has( .news-start-headline) + div > p {
	color: #585858;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 45px;
}

#block-rlv-content {
	margin-top: 73px;
	margin-bottom: 113px;
}

.headline > div:first-child img {
	width: 100%;
	margin-bottom: 33px;
}

.headline > div:last-child > div > div:first-child {
	/* field-title "Ansprechpartnerin" */
	color: #262626;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 24px;
}
