.img-c-kussmann {
	max-height: 720px;
}

.koop-card {
	vertical-align: bottom;
}

.rez {
	text-align: center;
}

#contact {
	background-color: #ffffff;
}

.contact-header {
	text-align: center;
}   

.akt-img {
	height: 200px;
}

.popup-link .image-container img {
	transition: all 0.3s;
}

.popup-link .image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}  

.rezensions-content {
	max-height: 120px;
	overflow: hidden;
	transition: max-height 0.5s ease;
	position: relative;
}

.rezensions-content::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(transparent, white);
	transition: opacity 0.3s;
}

.rezensions-text-container.expanded .rezensions-content {
	max-height: 1000px;
}

.rezensions-text-container.expanded .rezensions-content::after {
	opacity: 0;
	pointer-events: none;
}

.btnReadMore {
	margin-top: 20px;
	width: auto !important;
	padding-left: 10px;
	padding-right: 10px;
}