.paragraph--type--call-to-action-karten {
	background-color: #005F3A;
	background-position: center;
	background-size: cover;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
	height: 395px;
	text-align: center;
	padding: 2em;
	gap: 24px;
}

.paragraph--type--call-to-action-karten > div:first-child {
	/* Titel <div> */
	font-size: clamp(22px, 4vw, 36px);
	line-height: 1.2;
}

.paragraph--type--call-to-action-karten a {
	display: inline-block;
    	padding: 8px 15px;
    	background: #FFCE00;
    	color: #262626;
    	font-size: 16px;
    	font-weight: 600;
    	margin-left: 20px;
    	border-radius: 4px;
}

.paragraph--type--call-to-action-karten a:hover {
	background: #75B729;
	color: #fff;
}
