@import url('/typo3conf/ext/stadt_lindenberg/Resources/Public/Css/styles.css');

.empfehlungen-wrap .empfehlungen-item {
	position: relative;
	overflow: hidden;
}

.empfehlungen-wrap a {
	color: var(--weiss);
	text-decoration: none;
}

.empfehlungen-wrap .empfehlungen-item-title {
	color: var(--weiss);
}

.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-title {
	font-family: 'Gabarito', sans-serif;
	font-size: 60px;
	font-weight: 600;
	hyphens: auto;
	line-height: 75px;
	position: absolute;
	bottom: 0;
	padding: 40px;
	z-index: 10;
}

.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-bild img {
	border-radius: var(--borderradius);
	width: 100%;
	height: auto;
}

.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-bild::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--verlauf);
	pointer-events: none;
	border-radius: var(--borderradius);
	z-index: 9;
}

.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext {
	opacity: 1;
	position: absolute;
	background: #fff;
	bottom: -500px;
	border-top-left-radius: var(--borderradius);
	border-top-right-radius: var(--borderradius);
	color: var(--schwarz);
	font-size: 24px;
	margin: 0 40px;
	padding: 25px;
	line-height: 30px;
	z-index: 12;
	transition: all 0.5s ease;
}

.empfehlungen-wrap a:hover .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext {
	opacity: 1;
	bottom: 0px;
}

.empfehlungen-wrap a .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext .empfehlungen-link {
	color: var(--schwarz);
	background: var(--gelb);
	border-radius: var(--borderradius);
	font-size: 18px;
	padding: 10px 20px;
	width: 175px;
	position: relative;
}

.empfehlungen-wrap a .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext .empfehlungen-link::after {
	content: "";
	background-image: url(/typo3conf/ext/stadt_lindenberg/Resources/Public/Icons/Template/arrow_right_alt_-1.svg);
	background-repeat: no-repeat;
	width: 26px;
	height: 20px;
	right: 15px;
	top: 14px;
	position: absolute;
}

.empfehlungen-wrap a .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext .empfehlungen-link:hover::after {
	background-image: url(/typo3conf/ext/stadt_lindenberg/Resources/Public/Icons/Template/arrow_right_alt_weiss.svg);
}

.empfehlungen-wrap a .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext .empfehlungen-link:hover {
	background: var(--dunkelgrau);
	color: var(--weiss);
}

@media (max-width: 1199.98px) {
	.bunte-linien-hintergrund {
		background-position: center 0;
	}
}

@media (max-width: 991.98px) {
	.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-title {
		font-size: 42px;
		font-weight: 600;
		line-height: 44px;
		padding: 30px 30px 17px 14px;
	}

	.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-hovertext {
		margin: 0 25px;
	}
	
	.empfehlungen-wrap .row>* {
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 0px;
	}
	
	.empfehlungen-wrap .mb-4 {
		margin-bottom: 10px !important;
	}
	
	.empfehlungen-wrap .row{
		padding-left: 20px;
    	padding-right: 20px;
    }
	
}

@media (max-width: 575.98px) {
	.empfehlungen-wrap .empfehlungen-item .empfehlungen-item-inhalt .empfehlungen-item-title {
		font-size: 24px;
		line-height: 26px;
	}
	
    .empfehlungen-wrap .copyright.position-absolute {
        right: 10px;
        margin-left: 10px;
    }
    
	.empfehlungen-wrap .row{
		padding-left: 10px;
    	padding-right: 10px;
    }
	
}