/* ubuntu-condensed-regular - latin */
@font-face {
	font-family: 'Ubuntu Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/ubuntu-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('fonts/ubuntu-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/ubuntu-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/ubuntu-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('fonts/ubuntu-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('fonts/ubuntu-condensed-v16-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}
/* oswald-200 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/oswald-v57-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/oswald-v57-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/oswald-v57-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/oswald-v57-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/oswald-v57-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/oswald-v57-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
	padding: 0;
	margin: 0;
}
a {
	transition: all 0.5s ease 0s;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
.clear {
	clear: both;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	/*font-family: 'Cabin', sans-serif;*/
	font-family: 'Oswald';
	font-style: normal;
	color: black;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-size: 16px;
}
html,
body {
	overflow-x: clip;
}
body {
    opacity: 0;
}
.dn {
	display: none;
}
img a {
	border: none;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.bg_red {
	background: #E9222D;
}
.color_red {
	color: #E9222D;
}
.wrapper_header {
	position: relative;
}
/* Sticky Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:10000;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* Optional: Hintergrund + Schatten beim Scrollen */
.site-header.scrolled {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Logo */
.logo {
	transform-origin: left center;
	will-change: transform;
}

/* Top Header */


/* Kontaktzeilen */
.contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	will-change: transform, opacity;
}

/* Verhindert Flackern */
.logo,
.contact-item {
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* Bild responsive */
.logo img {
	display: block;
	width: 100%;
	max-width: 525px;
	height: auto;
}

.logo {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 9;
}
.logo img {
	width: 410px;
	height: auto;
}
.top-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 40px;
	padding: 10px 0;
	font-family: 'Ubuntu Condensed';
}
.contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 18px;
}
.contact-item a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.contact-item a:hover {
	border-bottom: 2px solid White;
}
.contact_a_image,
.contact_a_image:hover {
	border-bottom: none !important;
}
.contact-icon {
	width: auto; /* gewünschte Breite */
	height: 20px; /* gewünschte Höhe */
	object-fit: contain;
	display: block;
}
.intro-section {
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 40px;
}
.intro-section h1 {
	margin: 0 0 32px;
	color: #e30613;
	font-size: 36px;
	line-height: 1.4;
	font-weight: 800;
}
.intro-section h2 {
	margin: 0 0 32px;
	color: #e30613;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 600;
}
.intro-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}
.intro-text p {
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.65;
}
.intro-text p:last-child {
	margin-bottom: 0;
}
.intro-image {
	margin: 0;
}
.intro-image img {
	display: block;
	width: 100%;
	height: 400px; /* feste Höhe */
	object-fit: cover; /* Bild füllt den Bereich */
	object-position: center; /* Bild wird mittig ausgerichtet */
}
.intro-image figcaption {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.4;
}
.wrapper_trenner {
	color: White;
	padding: 35px 0 40px;
}
.wrapper_inside {
	display: flex;
	flex-direction: column;
	gap: 14px; /* Abstand zwischen den beiden Zeilen */
}
.trenner_top,
.trenner_bottom {
	margin: 0;
	line-height: 1.3;
}
.trenner_top {
	font-size: 34px;
	font-weight: 200;
	position: relative;
	padding-left: 51px; /* Abstand zwischen Linie und Text */
}
.trenner_top::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 9px; /* Linie sitzt auf der Grundlinie des Textes */
	width: 45px; /* Länge des Strichs */
	height: 2px; /* Strichstärke */
	background: #fff; /* Farbe des Strichs */
}
.trenner_bottom {
	font-size: 34px;
	font-weight: 500;
}
.marken-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	align-items: center;
	justify-items: center;
}

.marke-item{
	width:100%;
	overflow:hidden;
	cursor:pointer;
}

.marke-item img{
	display:block;
	width:100%;
	height:auto;

	transition:transform 0.35s ease;

	transform:scale(1);
}

.marke-item:hover img{
	transform:scale(1.08);
}
.scooter_link_wrapper {
	margin-top: 50px;
}

.scooter_link {
	background: #E9222D;
	color: white;

	border: 1px solid #E9222D;

	margin-bottom: 10px;

	font-weight: 300;
	line-height: 1;

	font-size: 26px;

	padding: 15px 20px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	width: 100%;

	box-sizing: border-box;

	gap: 20px;

	cursor: pointer;

	transition: all 0.3s ease;
}

.scooter_link::after {
	content: "";

	display: block;

	width: 30px;
	height: 30px;

	background-image: url("img/pfeil_rechts2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;

	transition: transform 0.3s ease;

	border: 1px solid white;
	border-radius: 50%;

	flex-shrink: 0;
}

/* HOVER */

.scooter_link:hover {
	background: white;
	color: #E9222D;
}

.scooter_link:hover::after {
	transform: translateX(6px);
}
/*
.footer__column,
.slider_roller .slide-content,
.slider_werkstatt .slide-content,
.slider_fahrradverleih .slide-content {
	opacity: 1;
}
*/
.footer {
	color: #fff;
	padding: 60px 0;
}
.footer__container {
	display: flex;
	justify-content: space-between;
	gap: 80px;
	flex-wrap: nowrap; /* verhindert Umbruch der Spalten */
}
.footer__column {
	flex: 1;
	min-width: 0;
}
.footer__column:nth-child(2) {
	margin-left: 40px;
}
.footer__column h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.footer__row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	line-height: 1.6;
}
.footer__divider {
	border-bottom: 1px dotted rgba(255, 255, 255, 1);
	margin: 16px 0;
}
.footer__note {
	margin-top: 15px;
}
.footer__column p {
	margin: 0 0 25px;
	line-height: 1.6;
}
.footer__column a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.footer__column a:hover {
	border-bottom: 2px solid White;
}
.footer__column--right {
	flex: 0 0 auto;
	white-space: nowrap;
	text-align: right;
}
.banner {
	position: relative;
	text-align: center;
	padding: 92px 0px 100px;
	border-top: 1px solid #e30613;
	overflow: hidden;
}

/* Überschrift */
.banner h3 {
	color: #e30613;
	font-size: clamp(2rem, 4vw, 2.5rem);
	padding-bottom: 30px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* Hintergrundbild mit Transparenz */
.banner::before {
	content: "";
	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			rgba(255,255,255,0.75),
			rgba(255,255,255,0.75)
		),
		url("img/temp/webp/start_06.webp") center center / cover no-repeat;

	z-index: 0;
}

/* Inhalt über dem Hintergrund */
.banner * {
	position: relative;
	z-index: 1;
}

/* Modernes responsives iframe */
.banner iframe {
	width: 100%;
	max-width: 800px;

	aspect-ratio: 16 / 5;

	

	border: 0;

	backdrop-filter: blur(4px);

	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.content_impressum {
	max-width: 900px;
}
.content_impressum a {
	color: #e30613;
	border-bottom: 2px solid transparent;
}
.content_impressum a:hover {
	color: #e30613;
	border-bottom: 2px solid #e30613;
}
.content_impressum h3 {
	padding-top: 20px;
}
.content_impressum h3:first-of-type {
	padding-top: 0;
}
@media (max-width: 900px) {
	.logo img {
		width: 270px;
	}
	.intro-text h2 br {
		display: none;
	}
}
@media (max-width: 890px) {
	.footer__container {
		gap: 40px;
	}
	/* Feste Breite für Öffnungszeiten und Kontakt */
	.footer__column:nth-child(1),
	.footer__column:nth-child(2) {
		flex: 0 0 210px;
		width: 210px;
	}
	/* Rechtliches nutzt den restlichen Platz */
	.footer__column--right {
		flex: 1 1 auto;
		min-width: 170px; /* reicht für "Rechtliches:" */
		white-space: nowrap; /* Überschrift bleibt in einer Zeile */
		text-align: right;
		margin-left: -80px;
	}
}
@media (max-width: 800px) {
	.banner {
		padding: 0;
		border-top: none;
	}
	.banner h3 {
		display: none;
	}
}
@media (max-width: 768px) {

	.marken-grid {
		margin-top: 30px;
		gap: 5px;
	}
	.intro-section {
		padding: 48px 24px;
	}
	.intro-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.intro-section h2 {
		font-size: 30px;
	}
	.intro-section h2 br {
		display: none;
	}
	.intro-text p {
/* 		font-size: 16px; */
	}
	.intro-section h2,
	.intro-section h1 {
		margin: 0 0 10px;
		font-size: 30px;
	}
}
@media (max-width: 710px) {
	.footer__container {
		flex-wrap: wrap;
		gap: 0;
	}
	.footer__column--right {
		flex: 1 1 100%;
		width: 100%;
		margin-left: 0; /* negativen Abstand zurücksetzen */
		margin-top: 30px;
		text-align: left;
	}
	.contact_a_text {
		display: none;
	}
	.logo img {
		width: 230px;
	}
	
	.trenner_bottom,
	.trenner_top {
		font-size: 24px;
	}
	.trenner_top::before {
		bottom: 1px;
	}
}
@media (max-width: 560px) {
	.footer__container {
		flex-wrap: wrap;
		gap: 10px;
	}
	/* Alle drei Spalten untereinander */
	.footer__column,
	.footer__column--right {
		flex: 1 1 100%;
		width: 100%;
		margin-left: 0;
		text-align: left;
	}
	/* Feste Breiten zurücksetzen */
	.footer__column:nth-child(1),
	.footer__column:nth-child(2) {
		flex: 1 1 100%;
		width: 100%;
	}
	.footer__column:nth-child(2) {
		margin-left: 0;
	}
	.footer__column--right {
		margin-top: 0;
	}
	.footer__column h3 {
		margin-bottom: 10px;
	}
	.intro-section h2, .intro-section h1 {
		font-size: 24px;
	}
	.scooter_link a {
		font-size: 22px;
		padding: 10px 20px;
	}
	.logo img {
		width: 170px;
	}
	.wrapper {
		padding: 0 24px;
	}
	.logo {
		left: 24px;
	}
}
@media only screen and (max-width: 450px) {
}