/* TLT Slideshow */
#tltslideshow-0 {
	position: relative;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: #15080c;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.82);
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 14px 46px rgba(16, 35, 31, 0.1);
	backdrop-filter: blur(18px);
}

#tltslideshow-0 .swiper-slide {
	min-height: 100vh;
	overflow: hidden;
	background: #15080c;
}

#tltslideshow-0 .tltslide-wrapper {
	position: relative;
	min-height: 100vh;
	isolation: isolate;
}

#tltslideshow-0 .tltslide-wrapper:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(21, 8, 12, 0.9) 0%, rgba(21, 8, 12, 0.66) 43%, rgba(21, 8, 12, 0.2) 100%),
		radial-gradient(circle at 22% 28%, rgba(245, 182, 66, 0.34), transparent 24%);
	pointer-events: none;
}

#tltslideshow-0 [data-slide="1"] .tltslide-wrapper:before {
	background:
		linear-gradient(90deg, rgba(21, 8, 12, 0.92) 0%, rgba(21, 8, 12, 0.67) 43%, rgba(21, 8, 12, 0.18) 100%),
		radial-gradient(circle at 22% 28%, rgba(90, 8, 20, 0.22), transparent 26%),
		radial-gradient(circle at 28% 34%, rgba(245, 182, 66, 0.28), transparent 24%);
}

#tltslideshow-0 [data-slide="2"] .tltslide-wrapper:before {
	background:
		linear-gradient(90deg, rgba(18, 7, 11, 0.92) 0%, rgba(24, 8, 13, 0.68) 44%, rgba(24, 8, 13, 0.18) 100%),
		radial-gradient(circle at 76% 24%, rgba(90, 8, 20, 0.32), transparent 24%),
		radial-gradient(circle at 20% 30%, rgba(245, 182, 66, 0.2), transparent 24%);
}

#tltslideshow-0 .tltslide-wrapper:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 58px 58px;
	mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
	pointer-events: none;
}

#tltslideshow-0 .tltslide-wrapper .img-fluid {
	display: block;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	transition: transform 5000ms ease;
}

#tltslideshow-0 [data-slide="1"] .tltslide-wrapper .img-fluid {
	object-position: center center;
}

#tltslideshow-0 [data-slide="2"] .tltslide-wrapper .img-fluid {
	object-position: center 34%;
}

#tltslideshow-0 .swiper-slide-active .tltslide-wrapper .img-fluid {
	transform: scale(1.08);
}

#tltslideshow-0 .tltslide-textbox {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(760px, calc(100% - 48px));
	min-height: 100%;
	margin-left: max(32px, calc((100vw - 1560px) / 2 + 24px));
	padding: 120px 0 76px;
	color: #ffffff;
	font-family: "Manrope", Arial, sans-serif;
	font-weight: 500;
}

#tltslideshow-0 .tltslide-textbox:before {
	content: "ROTIS GRILL";
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	height: auto;
	margin: 0 0 18px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffe3a3;
	font-family: "Sora", "Manrope", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

#tltslideshow-0 [data-slide="1"] .tltslide-textbox:before {
	content: "INDISCHE GERICHTE";
}

#tltslideshow-0 [data-slide="2"] .tltslide-textbox:before {
	content: "GRILL MIX";
}

#tltslideshow-0 [data-slide="3"] .tltslide-textbox:before {
	content: "PIZZA FRISCH";
}

#tltslideshow-0 [data-slide="4"] .tltslide-textbox:before {
	content: "BURGER FRISCH";
}

#tltslideshow-0 .tltslide-textbox:after {
	content: "";
	display: block;
	width: 118px;
	height: 4px;
	margin-top: 28px;
	border-radius: 999px;
	background: linear-gradient(90deg, #f5b642, #5a0814);
}

#tltslideshow-0 .tltslide-textbox h1 {
	width: min(720px, 100%);
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
	font-family: "Sora", "Manrope", Arial, sans-serif;
	font-size: clamp(42px, 4.8vw, 72px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.02;
	text-transform: none;
	text-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
}

@media only screen and (min-width: 1800px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 68px;
	}
}

#tltslideshow-0 .tltslide-textbox b {
	color: #f5b642;
	font-weight: 800;
}

#tltslideshow-0 .tltslide-textbox span {
	display: block;
	width: min(620px, 100%);
	margin: 24px 0 0;
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, 0.84);
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(17px, 1.45vw, 22px);
	font-weight: 500;
	line-height: 1.75;
	text-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
}

#tltslideshow-0 .tltslide-textbox a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	width: auto;
	max-width: 100%;
	min-height: 46px;
	margin-top: 30px;
	padding: 12px 20px;
	border-radius: 999px;
	background: #f5b642;
	color: #10231f;
	font-family: "Sora", "Manrope", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(245, 182, 66, 0.3);
}

#tltslideshow-0 .tltslide-textbox a:hover,
#tltslideshow-0 .tltslide-textbox a:focus {
	background: #ffd06a;
	color: #10231f;
}

#tltslideshow-0 .swiper-pagination {
	left: max(32px, calc((100vw - 1560px) / 2 + 24px));
	right: auto;
	bottom: 34px;
	width: auto;
	text-align: left;
}

#tltslideshow-0 .swiper-pagination-bullet {
	width: 34px;
	height: 5px;
	margin: 0 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	opacity: 1;
	transition: width 220ms ease, background 220ms ease;
}

#tltslideshow-0 .swiper-pagination-bullet-active {
	width: 58px;
	background: #f5b642;
}

#tltslideshow-0 .swiper-button-prev,
#tltslideshow-0 .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-top: 0;
	top: 50%;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	background-image: none;
	color: #ffffff;
	line-height: 1;
	backdrop-filter: blur(14px);
	transition: background 220ms ease, transform 220ms ease;
	transform: translateY(-50%);
	text-align: center;
}

#tltslideshow-0 .swiper-button-prev i,
#tltslideshow-0 .swiper-button-next i,
#tltslideshow-0 .swiper-button-prev:before,
#tltslideshow-0 .swiper-button-next:before,
#tltslideshow-0 .swiper-button-prev:after,
#tltslideshow-0 .swiper-button-next:after {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 22px;
}

#tltslideshow-0 .swiper-button-prev:hover,
#tltslideshow-0 .swiper-button-next:hover {
	background: #f5b642;
	color: #10231f;
	transform: translateY(-50%) scale(1.04);
}

@media only screen and (max-width: 1100px) {
	#tltslideshow-0 .tltslide-textbox {
		width: min(650px, calc(100% - 40px));
		margin-left: 24px;
		padding-top: 112px;
	}

	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 52px;
		line-height: 1.08;
	}

	#tltslideshow-0 .swiper-pagination {
		left: 24px;
	}
}

@media only screen and (max-width: 1440px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 58px;
		line-height: 1.06;
	}
}

@media only screen and (max-width: 1280px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 54px;
	}
}

@media only screen and (max-width: 1100px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 50px;
		line-height: 1.08;
	}
}

@media only screen and (max-width: 991px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 44px;
		line-height: 1.1;
	}
}

@media only screen and (max-width: 860px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px) {
	header {
		background: rgba(255, 255, 255, 0.92);
	}

	#tltslideshow-0,
	#tltslideshow-0 .swiper-slide,
	#tltslideshow-0 .tltslide-wrapper,
	#tltslideshow-0 .tltslide-wrapper .img-fluid {
		min-height: 82vh;
	}

	#tltslideshow-0 .tltslide-wrapper:before {
		background:
			linear-gradient(180deg, rgba(21, 8, 12, 0.86) 0%, rgba(21, 8, 12, 0.66) 58%, rgba(21, 8, 12, 0.22) 100%),
			radial-gradient(circle at 20% 24%, rgba(245, 182, 66, 0.28), transparent 28%);
	}

	#tltslideshow-0 .tltslide-textbox {
		width: calc(100% - 32px);
		margin-left: 16px;
		padding: 104px 0 62px;
	}

	#tltslideshow-0 .tltslide-textbox:before {
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 34px;
		line-height: 1.12;
	}

	#tltslideshow-0 .tltslide-textbox span {
		font-size: 16px;
		line-height: 1.65;
	}

	#tltslideshow-0 .tltslide-textbox a {
		width: auto;
		max-width: 100%;
		min-height: 44px;
		padding: 11px 18px;
	}

	#tltslideshow-0 .swiper-pagination {
		left: 16px;
		bottom: 22px;
	}

	#tltslideshow-0 .swiper-button-prev,
	#tltslideshow-0 .swiper-button-next {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#tltslideshow-0 .tltslide-textbox h1 {
		font-size: 29px;
		line-height: 1.14;
	}
}
