body {
	margin: 0;
	font-family: 'Fira Sans', sans-serif;
	background-color: #000;
	color: #fff;
	line-height: 1.6;
}

.container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 2rem;
}

.mobile-menu {
	display: none;
}


#bottom-header {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	padding: 1.2rem 0rem;
	z-index: 99999;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out;
}

#bottom-header.hide {
	transform: translateY(100%);
}


.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 2rem;
	margin: 0;
	padding: 0;
}

.nav-links a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	transition: color 0.3s ease;
}

.nav-links a:hover {
	color: #f1909c;
}

.logo-Nav img {
	height: 80px;
}


.hero-wrapper {
	position: relative;
	height: 800px;
	margin: auto;
	background-color: #000;
	padding-top: 2%;
}


.hero-slideshow {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero-slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.hero-slideshow .slide.active {
	opacity: 1;
	z-index: 1;
}


.hero-logo-overlay {
	position: absolute;
	top: 50%;
	left: -400px;
	transform: translateY(-50%) rotate(-90deg);
	z-index: 2;
	pointer-events: none;
}

.hero-logo-overlay img {
	height: 300px;
	display: block;
}

.hero-text-right {
	color: #f1909c;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.6;
	max-width: 429px;
	text-align: end;
	margin-left: auto;
	letter-spacing: 4px;
}


.intro-section {
	background-color: #000;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	padding: 11% 0;
}

.intro-flex {
	display: flex;
	align-items: center;
	/* oben ausrichten */
	gap: 7rem;
	max-width: 1500px;
	margin: 0 0;
	padding: 0;
}


.intro-text p {
	font-size: 2rem;
	line-height: 1.4;
	color: #ddd;
	margin: 0 0 1rem 0;
	font-weight: 200;
	padding-top: 51px;
}

.intro-logo-vertical {
	display: flex;
	align-items: center;
}


.intro-text {
	border-top: 1px solid #ffff;
}

.intro-text small {
	color: #777;
	font-size: 0.75rem;
}


.ueber-uns {
	background-color: #000;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	padding: 0% 0;
	padding-bottom: 7%;
}

.ueber-uns-felx {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	/* oben ausrichten */
	gap: 7rem;
	max-width: 1500px;
	margin: 0 0;
	padding: 0;
}


.ueber-uns-text p {
	font-size: 2rem;
	line-height: 1.4;
	color: #ddd;
	margin: 0 0 1rem 0;
	font-weight: 200;
	padding-top: 51px;
}

.intro-logo-vertical {
	display: flex;
	align-items: center;
}

.intro-logo-vertical img {
	height: 360px;
	transform-origin: center center;
	display: block;

}

.ueber-uns-text {
	border-top: 1px solid #ffff;
}

.ueber-uns-text small {
	color: #777;
	font-size: 0.75rem;
}

.section-content {
	background-color: #000;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	padding: 8rem 0rem;
}

.content-wrapper {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	gap: 4rem;
	align-items: center;
	flex-wrap: wrap;
}

.content-image {
	flex: 1 1 40%;
}

.content-image img {
	width: 134%;
	height: auto;
	border-radius: 6px;
	object-fit: cover;
}

.content-text {
	flex: 1 1 50%;
}

.content-text h2 {
	font-size: 5rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	color: #fff;
	margin-left: 22%;
}

.content-text p {
	color: #ccc;
	line-height: 1.7;
	font-size: 1.05rem;
	margin-bottom: 1.5rem;
	margin-left: 23%;
}


.info-three-column {
	display: flex;
	flex-wrap: nowrap;
	gap: 3rem;
	padding: 6rem 0rem;
	background-color: #000;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	max-width: 1500px;
	margin: 0 auto;
}

.info-left {
	flex: 1 1 30%;
}

.info-left h2 {
	font-size: 3rem;
	color: #f1909c;
	margin-bottom: 1rem;
	font-weight: 300;
}

.info-left p {
	color: #ccc;
	font-size: 1.3rem;
	line-height: 1.6;
	width: 23rem;
}

.info-left .autor {
	margin-top: 2rem;
	font-size: 0.95rem;
	color: #888;
}

.info-left .autor span {
	display: block;
	font-size: 0.8rem;
	color: #aaa;
}

.info-card {
	flex: 1 1 30%;
	padding: 1rem;
	text-align: left;
}

.info-card img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

.info-card h3 {
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 0.5rem;
	font-weight: 400;
}

.info-card p {
	font-size: 1.2rem;
	color: #ccc;
	margin-bottom: 1rem;
}

.btn-image img {
	height: 25px;
	transition: transform 0.3s ease;
	width: auto;
}

.btn-image img:hover {
	transform: scale(1.09);
}

.laufband-gallery {
	background: #000;
	overflow: hidden;

}

.gallery-track {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.gallery-row {
	display: flex;
	gap: 1rem;
	animation: scroll-left 25s linear infinite;
}

.gallery-row.reverse {
	display: flex;
	gap: 1rem;
	animation: scroll-right 70s linear infinite;
}

.gallery-row img {
	height: 240px;
	width: auto;
	object-fit: cover;
	flex-shrink: 0;
}

/* Animationen */
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes scroll-right {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(50%);
	}
}


.contact-section {
	background-color: #000;
	color: #fff;
	padding-top: 10rem;
	font-family: 'Fira Sans', sans-serif;
	padding-bottom: 5rem;
}


.contact-header {
	background: url('BEB_3523.jpg') center/cover no-repeat;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffff;
}

.contact-header h2 {
	font-size: 3rem;
	color: #fff;
}

.contact-content {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	padding: 5rem 0;
}

.contact-info {
	flex: 1;
	border-bottom: 1px solid #ffff;
}

.contact-info h3 {
	font-size: 4rem;
	margin-bottom: 1rem;
	color: #f1909c;
	font-weight: 200;
}

.contact-info ul {
	list-style: none;
	padding: 0;
	margin-top: 1rem;
}

.contact-info li {
	margin-bottom: 0.5rem;
}


.contact-list {
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}

.contact-list li {
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1rem;
	color: #ccc;
	line-height: 1.6;
}

.contact-list .icon {
	width: 20px;
	height: 20px;
	display: block;
}


.contact-form {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 6%;
}

.contact-form textarea,
.contact-form input {
	background: transparent;
	border: 1px solid #666;
	padding: 1rem;
	color: #fff;
	font-family: inherit;
}

.contact-form button {
	background: transparent;
	border: 1px solid #f1909c;
	color: #f1909c;
	padding: 0.8rem;
	cursor: pointer;
	transition: 0.3s;
}

.contact-form button:hover {
	background: #f1909c;
	color: #000;
}

.contact-map iframe {
	width: 100%;
	height: 450px;
	filter: grayscale(100%);
	transition: filter 0.4s ease;
	display: block;
	border: none;
}

.contact-map iframe:hover {
	filter: grayscale(0%);
}


.footer-impero {
	background-color: #000;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	padding: 3rem 0rem;
	border-top: 1px solid #ffff;
	text-align: left;
}

.footer-impero-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8rem;
	max-width: 1500px;
	margin: 0 auto;
}

.footer-col {
	flex: 1;
	min-width: 220px;
}

.footer-col.logo img {
	height: 100px;
	filter: brightness(100%);
}

.footer-col h4 {
	color: #f1909c;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
	letter-spacing: 7px;
}

.footer-col p {
	font-size: 1.2rem;
	line-height: 1.5;
}

.footer-col a {
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
	font-size: 0.85rem;
}

.footer-col a:hover {
	color: #f1909c;
	border-color: #f1909c;
}

.footer-col.right {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.social-icons {
	margin-top: 1rem;
	display: flex;
	gap: 1.2rem;
	justify-content: flex-end;
}

.social-icons a {
	font-size: 0.85rem;
}

.legal-links {
	margin-top: -0, 8rem;
	display: flex;
	gap: 1.5rem;
	justify-content: flex-end;
	font-size: 0.85rem;
}

.legal-links a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}

.legal-links a:hover {
	border-color: #f1909c;
	color: #f1909c;
}

.footer-bottom {
	text-align: center;
	margin-top: -2rem;
	padding: 1rem 0;
	font-size: 0.85rem;
	color: #aaa;
}

.footer-bottom a {
	color: #aaa;
	text-decoration: none;
	font-weight: 500;
	margin-left: 5px;
	transition: color 0.3s ease;
}


.footer-heart {
	color: #aaa;
	margin: 0 5px;
}


.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}


.mobile-nav-wrapper {
	display: none;
}

@media screen and (max-width: 500px) {
	.mobile-nav-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		padding: 1rem;
		display: flex;
		justify-content: flex-end;
		background: transparent;
		z-index: 2000;
	}

	.hamburger {
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
		z-index: 2001;
	}

	.hamburger span {
		height: 3px;
		width: 25px;
		background-color: #fff;
		display: block;
		transition: 0.3s ease;
	}

	.hamburger.open span:nth-child(1) {
		transform: rotate(41deg) translate(6px, 7px);
	}

	.hamburger.open span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.open span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}

	.mobile-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 75%;
		height: 100vh;
		background-color: #000;
		padding: 5rem 2rem;
		transition: right 0.4s ease;
		z-index: 1999;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.mobile-menu.open {
		right: 0;
	}

	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.mobile-menu li {
		margin-bottom: 2rem;
	}

	.mobile-menu a {
		color: #fff;
		font-size: 1.5rem;
		text-decoration: none;
		font-weight: 300;
	}


	.nav-links {
		display: none;
	}


	#bottom-header {
		display: none;
	}


	.mobile-nav-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		padding: 2rem;
		z-index: 2015;
	}

	.mobile-social-icons {
		margin-top: 10rem;
		display: flex;
		gap: 4.5rem;
		flex-direction: column;
	}

	.mobile-social-icons img {
		height: 45px;
	}


	.hamburger {
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
		z-index: 2001;
	}

	.hamburger span {
		height: 2px;
		width: 25px;
		background-color: #fff;
		display: block;
	}


	.mobile-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 40%;
		height: 100vh;
		background-color: #000;
		padding: 4rem 2rem;
		transition: right 0.4s ease-in-out;
		z-index: 2000;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.mobile-menu.open {
		right: 0;
		box-shadow: 0 4px 93px rgba(241, 144, 156, 0.1);
	}

	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin-top: 2rem;
		width: 100%;
	}

	.mobile-menu li {
		margin-bottom: 2rem;
	}

	.mobile-menu a {
		color: #fff;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: 300;
	}


	.container {
		padding: 0 2rem;
	}


	.hero-wrapper {
		display: flex;
		width: 100%;

	}

	.hero-slideshow {
		width: 100%;
		height: 77%;
		margin-top: 8%;
	}

	.hero-logo-overlay {
		top: 40%;
		right: -20%;
	}


	.hero-text-right {
		font-size: 1.2rem;
		letter-spacing: 6px;
		text-align: right;
		margin-top: -42%;
		padding-bottom: 42%;


	}


	.intro-flex,
	.ueber-uns-felx {
		flex-direction: column;
		gap: 2rem;
		padding: 2rem 0;
	}

	.intro-section {
		padding: 0% 0;
	}

	.intro-logo-vertical img,
	.intro-logo-vertical {
		width: 100%;
		height: 100%;
		justify-content: center;
	}

	.intro-text p,
	.ueber-uns-text p {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.info-three-column {
		flex-direction: column;
		gap: 3rem;
		padding: 2rem 0;
	}

	.info-left,
	.info-card {
		width: 92%;
	}

	.info-left h2 {
		font-size: 2rem;
	}

	.info-left p {
		font-size: 1rem;
		width: 100%;
	}

	.info-card img {
		height: 100%;
	}


	.intro-text {
		border-bottom: 1px solid #ffff;
		padding-bottom: 37%;
		border-top: none;
	}


	.ueber-uns-text {
		border-bottom: 1px solid #ffff;
		padding-bottom: 37%;
		border-top: none;
	}

	.info-card {
		flex: 1 1 30%;
		text-align: left;
		padding: 0%;
		width: 100%;
	}

	.footer-impero-container {
		flex-direction: column;
		gap: 3rem;
	}

	.footer-col.logo img {
		height: 100px;
		filter: brightness(100%);
    width: 255px;
	}

	.footer-col.right {
		text-align: left;
	}

	.social-icons,
	.legal-links {
		justify-content: flex-start;
	}

	.social-icons {
		display: none;
	}

	.social-icons,
	.legal-links {
		justify-content: center;
		padding-top: 20%;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {


	.mobile-nav-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		padding: 1rem;
		display: flex;
		justify-content: flex-end;
		background: transparent;
		z-index: 2000;
	}

	.hamburger {
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
		z-index: 2001;
	}

	.hamburger span {
		height: 3px;
		width: 25px;
		background-color: #fff;
		display: block;
		transition: 0.3s ease;
	}

	.hamburger.open span:nth-child(1) {
		transform: rotate(41deg) translate(6px, 7px);
	}

	.hamburger.open span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.open span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}

	.mobile-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 75%;
		height: 100vh;
		background-color: #000;
		padding: 5rem 2rem;
		transition: right 0.4s ease;
		z-index: 1999;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.mobile-menu.open {
		right: 0;
	}

	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.mobile-menu li {
		margin-bottom: 2rem;
	}

	.mobile-menu a {
		color: #fff;
		font-size: 1.5rem;
		text-decoration: none;
		font-weight: 300;
	}


	.nav-links {
		display: none;
	}


	#bottom-header {
		display: none;
	}


	.mobile-nav-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		padding: 2rem;
		z-index: 2015;
	}

	.mobile-social-icons {
		margin-top: 10rem;
		display: flex;
		gap: 4.5rem;
		flex-direction: column;
	}

	.mobile-social-icons img {
		height: 45px;
	}


	.hamburger {
		display: flex;
		flex-direction: column;
		gap: 5px;
		cursor: pointer;
		z-index: 2001;
	}

	.hamburger span {
		height: 3px;
		width: 25px;
		background-color: #fff;
		display: block;
	}


	.mobile-menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 40%;
		height: 100vh;
		background-color: #000;
		padding: 4rem 2rem;
		transition: right 0.4s ease-in-out;
		z-index: 2000;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.mobile-menu.open {
		right: 0;
		box-shadow: 0 4px 93px rgba(241, 144, 156, 0.1);
	}

	.mobile-menu ul {
		list-style: none;
		padding: 0;
		margin-top: 2rem;
		width: 100%;
	}

	.mobile-menu li {
		margin-bottom: 2rem;
	}

	.mobile-menu a {
		color: #fff;
		text-decoration: none;
		font-size: 1.5rem;
		font-weight: 300;
	}

	.container {
		padding: 0 2.rem;
	}


	.hero-wrapper {
		display: flex;
		width: 100%;

	}

	.hero-slideshow {
		width: 100%;
		height: 100%;
		margin-top: 3%;
	}

	.hero-logo-overlay {
		top: 53%;
		right: 30%;
	}


	.hero-text-right {
		font-size: 1.2rem;
		letter-spacing: 6px;
		text-align: right;
		margin-top: 10%;
		padding-bottom: 15%;


	}


	.intro-flex,
	.ueber-uns-felx {
		flex-direction: column;
		gap: 2rem;
		padding: 2rem 0;
	}

	.intro-section {
		padding: 0% 0;
	}

	.intro-logo-vertical img,
	.intro-logo-vertical {
		width: 100%;
		height: auto;
		justify-content: center;
	}

	.intro-text p,
	.ueber-uns-text p {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.info-three-column {
		flex-direction: row;
		gap: 3rem;
		padding: 2rem 0;
	}

	.info-left,
	.info-card {
		width: 92%;
	}

	.info-left h2 {
		font-size: 2.4rem;
	}

	.info-left p {
		font-size: 1.3rem;
		width: 17rem;
	}

	.info-card img {
		height: auto;
	}


	.intro-text {
		border-bottom: 1px solid #ffff;
		padding-bottom: 15%;
		border-top: none;
	}

	.ueber-uns-text {
		border-bottom: 1px solid #ffff;
		padding-bottom: 15%;
		border-top: none;
	}

	.info-card {
		flex: 1 1 30%;
		text-align: left;
		padding: 0%;
		width: 100%;
	}

	.btn-image img {
		width: 40px;
	}


	.footer-impero-container {
		flex-direction: column;
		gap: 3rem;
	}

	.footer-col.logo img {
		height: 100px;
		filter: brightness(100%);
	}

	.footer-col.right {
		text-align: left;
	}

	.social-icons,
	.legal-links {
		justify-content: flex-start;

	}

	.footer-bottom {
		margin-top: -4rem;
	}

	.social-icons {
		display: none;
	}

	.social-icons,
	.legal-links {
		justify-content: left;
		padding-top: 2%;
	}
}