* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.references-content {
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 150px;
	overflow-x: hidden;
}
.references-content-headline {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 20px;
}
.references-content-headline p {
	font-size: 25px;
	font-weight: 500;
	color: #3d3d3d;
	text-align: center;
	letter-spacing: 1.5px;
}
.references-content-headline div {
	width: 300px;
	height: 1px;
	background-color: #a33017;
	margin-top: 2px;
}

.references-content-hotel-headline {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 20px;
}
.references-content-hotel-headline p {
	font-size: 25px;
	font-weight: 500;
	color: #3d3d3d;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 32px;
}
.references-content-hotel-headline div {
	width: 300px;
	height: 1px;
	background-color: #a33017;
	margin-top: 2px;
}
.references-hotel-content-box-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.references-hotel-content-box-wrap p {
	max-width: 50%;
	min-width: 300px;
	padding: 10px;
	font-size: 18px;
	line-height: 25px;
	color: #706f6f;
	box-sizing: border-box;
	padding: 15px;
}
.references-content-box {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5%;
}
.references-content-box-wrap {
	display: flex;
	min-height: 50vh;
	box-sizing: border-box;
	padding-left: 10%;
}
.references-content-box-inner {
	width: 500px;
	font-size: 18px;
	color: #706f6f;
	line-height: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.references-content-box-inner ul {
	box-sizing: border-box;
	padding: 20px;
}

.references-content-box-inner-button {
	width: 100%;
	display: flex;
	justify-content: center;
}
.references-content-box-inner-button button {
	padding: 10px 35px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	background: #a33017;
	border: 2px solid #a33017;
	transition: 350ms;
	border-radius: 10px;
}
.references-content-box-inner-button button:hover {
	cursor: pointer;
	background: none;
	color: #a33017;
	transition: 350ms;
}
.references-content-box-inner-design {
	width: calc(100% - 500px);
	min-height: 350px;
	box-sizing: border-box;
	padding-left: 25px;
	position: relative;
}
.references-content-box-inner-design-show {
	width: calc(100%);
	min-height: 350px;
	box-sizing: border-box;
	padding: 25px;
	padding-bottom: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* erlaubt Umbruch in neue Zeile */
	gap: 30px; /* Abstand zwischen den Bildern */
}
.references-content-eye {
	position: absolute;
	width: 250px;
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 100%;
	box-shadow: 0px 0px 8px #76b82ab2;
	transition: 350ms;
	user-select: none;
}
.references-content-eye-large {
	width: 250px;
	height: 250px;
	padding: 15px;
}
.references-content-eye-small {
	width: 200px;
	height: 200px;
	padding: 12px;
}
.references-content-eye-show {
	position: relative;
	width: 250px;
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 100%;
	box-shadow: 0px 0px 8px #76b82ab2;
	transition: 350ms;
	user-select: none;

	width: 250px;
	height: 250px;
	padding: 15px;
}

.references-content-eye-show img {
	width: 100%; /* Füllt die Breite des Containers */
	height: 100%; /* Füllt die Höhe des Containers */
	object-fit: cover; /* Schneidet das Bild zu, um den Container zu füllen */
	border-radius: 100%;
	display: block; /* Entfernt unerwünschte Lücken */
}
.references-content-eye-show:hover {
	cursor: pointer;
	width: 240px;
	height: 240px;
	transition: 350ms;
}
.references-content-eye img {
	width: 100%; /* Füllt die Breite des Containers */
	height: 100%; /* Füllt die Höhe des Containers */
	object-fit: cover; /* Schneidet das Bild zu, um den Container zu füllen */
	border-radius: 100%;
	display: block; /* Entfernt unerwünschte Lücken */
}
.references-content-eye:hover {
	cursor: pointer;
	transform: scale(1.05);
	transition: 350ms;
}
.references-content-eye:nth-child(1) {
	position: absolute;
	top: 10%;
	left: 5%;
}
.references-content-eye:nth-child(2) {
	position: absolute;
	top: 40%;
	left: 25%;
}
.references-content-eye:nth-child(3) {
	position: absolute;
	top: 5%;
	left: 46%;
}
.references-content-eye:nth-child(4) {
	position: absolute;
	bottom: 5%;
	right: 25%;
}
.references-content-eye:nth-child(5) {
	position: absolute;
	top: 5%;
	right: 5%;
}

@media (max-height: 880px), (max-width: 1600px) {
	.references-content-eye:nth-child(3) {
		display: none;
	}
	.references-content-eye:nth-child(4) {
		display: none;
	}
	.references-content-eye:nth-child(2) {
		position: absolute;
		top: 40%;
		left: 35%;
	}
}
@media (max-height: 840px), (max-width: 1410px) {
	.references-content-eye:nth-child(1) {
		display: none;
	}
	.references-content-eye:nth-child(2) {
		position: absolute;
		top: 40%;
		left: 5%;
	}
}
@media (max-height: 700px), (max-width: 1150px) {
	.references-content-eye-large {
		width: 200px;
		height: 200px;
		padding: 10px;
	}
}
@media (max-height: 600px), (max-width: 1040px) {
	.references-content-eye {
		position: absolute;
		right: 0%;
		top: 50%;
		transform: translateX(50%) scale(1.8);
	}
	.references-content-eye:nth-child(2) {
		display: none;
	}
}
@media (max-width: 770px) {
	.references-content-eye {
		position: absolute;
		right: 0%;
		top: 50%;
		transform: translateX(50%) scale(1);
	}
}
@media (max-width: 670px) {
	.references-content-eye {
		display: none;
	}
	.references-content-box-inner-design {
		display: none;
	}
	.references-content-box-wrap {
		display: flex;
		justify-content: center;
	}
	.references-content-box-inner {
		box-sizing: border-box;
		padding: 0px 15px;
		padding-bottom: 25px;
	}
}
@media (max-width: 500px) {
	.references-content-box-wrap {
		display: flex;
		justify-content: center;
		padding: 0;
	}
	.references-content-box-inner {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		padding: 0px 25px;
		padding-bottom: 25px;
	}
}
@media (max-width: 350px) {
	.references-content-headline p {
		font-size: 25px;
		font-weight: 500;
		color: #3d3d3d;
		text-align: center;
		letter-spacing: 1.5px;
	}
	.references-content-headline div {
		width: 280px;
		height: 1px;
		background-color: #a33017;
		margin-top: 2px;
	}
}
