/* =Site Fonts
-------------------------------------------------------------- */
@font-face {
	font-family:'Canyontext-Light';
	src:url('https://www.mitarbeiter-bikepool-canyon.com/fonts/Canyontext-Light.otf')
	format("opentype");
}
@font-face {
	font-family:'Canyontext-Black';
	src:url('https://www.mitarbeiter-bikepool-canyon.com/fonts/Canyontext-Black.otf')
	format("opentype");
}
@font-face {
	font-family:'Canyontext-Regular';
	src:url('https://www.mitarbeiter-bikepool-canyon.com/fonts/Canyontext-Regular.otf')
	format("opentype");
}
@font-face {
	font-family:'Canyontext-Bold';
	src:url('https://www.mitarbeiter-bikepool-canyon.com/fonts/Canyontext-Bold.otf')
	format("opentype");
}
/* =Site 
-------------------------------------------------------------- */
html {
    line-height: 1.15; /* Grundlegender Zeilenabstand */
    -webkit-text-size-adjust: 100%; /* Verhindert automatische Textskalierung in iOS */
    box-sizing: border-box; /* Einheitliches Box-Modell */
}
*,
*::before,
*::after {
    box-sizing: border-box; /* Einheitliches Box-Modell */
    word-break: normal; /* Standardmäßiger Wortumbruch */
    hyphens: auto; /* Automatische Silbentrennung */
    margin: 0; /* Entfernt Standardabstände von allen Elementen */
    padding: 0; /* Entfernt Standard-Innenabstände von allen Elementen */
}
body {
    margin: 0; /* Kein Abstand zum Rand */
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; 
}
header, footer {
    width: 100%; /* Nimmt die volle Breite des Viewports */
    background-color: #444; /* Du kannst die Farbe anpassen */
    color: #ff6600; 
}

.content__body {
    width: 100%; 
    margin: 0 auto; /* Zentriert den Inhalt horizontal */
	padding: 0 10px; /* Optional: Innenabstand links/rechts */
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0;
}
a {
	margin:0;
	padding:0;
	color:#e76000;
	text-decoration:none;
    cursor:pointer;
    background-color: transparent;
}
a:focus {
	outline:none;
}
a:hover,
a:active {
	outline:0;
	color:#e76000;
	outline:none;
}
p {
    text-decoration:none;
    margin:0;
    padding:0;
}
br {
	text-decoration:none;
}
hr {
    background-color:rgba(0, 0, 0, 0.1);
    box-sizing: inherit;
    overflow: hidden;
	border:0;
	height:1px;
    margin:10px 0;
}
strong {
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
	color:#000;
}
img {
	border-style: none;
}
ul {
    margin:0;
    padding:0;
}

/* =Farben - Rücklage 
-------------------------------------------------------------- */
:root {
	--bg-color: #f2f2f2;
	--border-color: #d8d8d8;
}

/* =Dashboard - Beiträge zählen 
-------------------------------------------------------------- */
.column-post_views {
    width: 80px;
    text-align: center;
}

/* =Header Logo - Inhalt 
-------------------------------------------------------------- */
.logo {
	overflow: hidden;
	display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	align-items: center; 
	padding: 20px 0;
	background-color: var(--bg-color);
	border-bottom: 2px solid var(--border-color);
}
.logo-item {
	display:block;
	overflow:hidden;
	padding:0;
	position:relative;
}
.logo-item:nth-of-type(2) a {
	padding:0 0 0 0;
	word-break:normal;
	hyphens:auto;
	color:#000;
	text-transform:none;
	text-decoration:none;
	font-weight:normal;
	line-height:1.2em;
	font-size:0.9em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.logo-item:nth-of-type(2) a:hover {
	color:#ff6600;
}
.logo-item img {
	z-index:9989;
	position: relative;
	width:auto;
	height:20px;
	padding:0;
}
/* =Header Logo - Inhalt 
-------------------------------------------------------------- */
.logonavi {
	overflow:hidden;
	display:-webkit-flex;
	display:-ms-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	vertical-align:middle;
}
.logonavi-item {
	padding:0;
}

/* =Header Navigation - Inhalt 
-------------------------------------------------------------- */
.navigation {
	display: flex;
	justify-content: center; 
	align-items: center;     
	background-color: #f2f2f2;
	flex-direction: row;  
	flex-wrap: nowrap; 
}
  
.navigation-item {
	list-style-type: none;
	text-align: center;
}
  
.navigation-item a {
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
	padding: 8px 12px;  /* Polsterung für besseren Klickbereich */
	display: inline-block;  /* Macht den Link zu einem Block-Element, ohne den Umbruch zu verursachen */
	transition: color 0.3s ease;  /* Sanfte Übergänge für Hover-Effekte */
}
  
.navigation-item a:hover {
	color: #ff6600;
}
  
.navigation-item a:nth-child(5) {
	border-radius: 6px;
	background-color: #333;
	color: #f4f4f4;
}

/* =Header Hinweis - Slider 
-------------------------------------------------------------- */
.hinweis {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #000;
}

/* =Index - Welcome 
-------------------------------------------------------------- */
.welcome {
    position: relative;
	width: 100%;
	height: 60vh;
    overflow: hidden;
}

.welcome img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center calc(100% + 60px); /* 60px nach unten verschieben */
}

.welcome-item {
	position: absolute;
	text-align: center;
}

.welcome-item.welcome-text {
	width: 100%; 
	color: #f4f4f4;
	font-family: 'Canyontext-Black', Arial, Helvetica, sans-serif;
}

.welcome-item.welcome-buttons a {
	width:250px;
	max-width:250px;
	display: flex; 
	justify-content: center; 
	align-items: center; /* Vertikale Zentrierung */
	cursor: pointer;
	border-radius: 6px;
	padding: 10px 20px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	line-height: 1.1; /* Wichtiger Punkt */
	font-size: 1.1em;
	font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Button 1 (mit Hintergrundfarbe) */
.welcome-item.welcome-buttons a.btn-primary {
	border: 4px solid #fff;
	background-color: #fff;
	color: #252c32;
}

.welcome-item.welcome-buttons a.btn-primary:hover {
	background-color: #252c32;
	color: #fff;
}

/* Button 2 (ohne Hintergrundfarbe, dicker Rahmen) */
.welcome-item.welcome-buttons a.btn-outline {
	border: 6px solid #fff; /* Dickerer Rahmen */
	background-color: transparent; /* Kein Hintergrund */
	color: #f4f4f4; /* Textfarbe */
}

.welcome-item.welcome-buttons a.btn-outline:hover {
	background-color: #f4f4f4; /* Optionaler Hover-Effekt */
	color: #252c32; /* Textfarbe bei Hover */
}

/* Page LONG IMG Texte */
.welcome-item__bikes {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34vh;
	text-align: left;
}

.welcome-item__bikes-title {
	position: relative; 
	display: block;
	padding: 0 0 0 4%;
	color: #f2f2f2;
	font-size: 3.6em;
	font-family: 'Canyontext-Black', Arial, Helvetica, sans-serif;
	text-align: left;
}

.welcome-item__bikes-text {
	position: relative; 
	display: block;
	padding: 10px 10% 0 4%;
	color: #f4f4f4;
	font-size: 1.6em;
	font-family: 'Canyontext-Black', Arial, Helvetica, sans-serif;
	text-align: left;
}

/* =Index Hinweis - Ticker 
-------------------------------------------------------------- */
.ticker {
    display: flex;
    width: 100%; /* Platz für den duplizierten Inhalt */
	overflow: hidden;
	background-color: #000;
	position: relative;
	margin:0;
	padding:4px 0;
	white-space: nowrap;
	color: #f4f4f4;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 1.7em;
	font-size: 1.1em;
	font-family: 'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.ticker-item {
    display: flex;
    width: max-content; /* Wichtig: Passt sich automatisch an */
    animation: ticker-loop 30s linear infinite;
}
@keyframes ticker-loop {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}
.ticker:hover .ticker-item {
	animation-play-state: paused; /* Beide Elemente stoppen */
	cursor: pointer;
}
.ticker-item a {
	margin:0 30px 0 30px;
	padding: 0;
	color: #f4f4f4;
}
.ticker-item a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}
.separator {
    color: #999; /* Farbe des Trennzeichens */
    font-weight: bold; /* Fettgedrucktes Trennzeichen */
    padding: 0 10px; /* Abstand zwischen den Links */
}

/* =Index - Welcome 
-------------------------------------------------------------- */
.welcomevideos {
    position: relative;
	width: 100%;
	height: auto;
    overflow: hidden;
}

/* Wrapper für das Video */
.video-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
  }
  
  /* Das Video */
  .video-wrapper video {
	width: 100%;
	height: auto;
	margin: 20px 0;
	object-fit: cover; /* Das Video passt sich dem Container an */
	pointer-events: none; /* Deaktiviert Interaktionen mit dem Video */
	border-radius: .8rem;
  }
  
  /* Overlay-Text */
  .video-overlay-text {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	z-index: 2;
  }
  
  .video-overlay-text h1 {
	color:#fff;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
  }
  
  .video-overlay-text a {
	display: inline-block;
	margin: 0;
	padding: 6px 14px;
	border-radius: .8rem;
	background-color: floralwhite;
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
	transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .video-overlay-text a:hover {
	background-color: #333;
	color:#f2f2f2;
  }

  .video-overlay-text p {
	font-size: 1rem;
	margin: 0;
  }
  
  /* Optionale zusätzliche Anpassungen */
  .video-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  
/* =Index - Title 
-------------------------------------------------------------- */
.indextitle {
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}
.indextitle-item {
	padding:0;
	color:#252c32;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:lighter;
	line-height:1.5em;
	font-size:2.2em;
	font-family:'Canyontext-black',Arial,Helvetica,sans-serif;
}

/* =Index - Bikeart
-------------------------------------------------------------- */
.bikeart {
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bikeart-item {
	padding:0;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color:#f2f2f2;
}
.bikeart-item img {
    display:block;
    width:80%;
    transition: transform 0.5s ease-in-out; /* Transition nur für transform */
	height:auto;
	margin:40px auto 10px auto;
	padding:0;
}
.bikeart-item img:hover {
    transform: scale(0.9); /* Verkleinert das Bild */
    transition: transform 0.9s ease-in-out; /* Konsistente Transition-Eigenschaften */
}
.bikeart-item p {
    margin:10px 0 20px 0;
    width:100%;
	text-transform:normal;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	line-height:1.1em;
	font-size:1.1em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}

/* =Index - Size
-------------------------------------------------------------- */
.size {
    display: flex; /* Stelle sicher, dass Flexbox aktiv ist */
    flex-wrap: wrap; /* Buttons umbrechen, wenn kein Platz ist (optional) */
    justify-content: center; /* Zentriert die Buttons horizontal */
    gap: 15px; /* Abstand zwischen den Buttons */
    padding: 20px 0 30px 0; /* Abstand nach oben/unten */
    max-width: 100%; /* Verhindert, dass der Container zu klein wird */
}

.size-item ul {
    display: flex; /* Flex, damit die Elemente nebeneinander stehen */
    justify-content: center; /* Zentriert den gesamten Button-Block */
    gap: 35px; /* Abstand zwischen den Buttons */
    list-style: none; /* Entfernt die Standard-Punkte der Liste */
    padding: 0; /* Entfernt zusätzlichen Padding */
    margin: 0; /* Entfernt zusätzlichen Margin */
}

.size-item li {
    margin: 0; /* Entfernt das Standard-Margin */
    padding: 0; 
}

.size-item a {
    width: 60px; 
    height: 60px; 
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: #000;
    color: #f2f2f2; 
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
	font-size: 1.1em; 
	line-height: 1.4em;
	text-decoration: none; 
	text-align: center; /* Text-Zentrierung */
}

.size-item a span {
    transition: 0.5s; 
}

.size-item a::before {
    content: attr(data-text); 
    position: absolute;
    bottom: -100%; 
    color: #000; 
    transition: 0.5s;
    font-size: 14px; 
}

.size-item a:hover {
    background-color: #f2f2f2; 
}

.size-item a:hover span {
    transform: translateY(-100%); 
    opacity: 0; 
}

.size-item a:hover::before {
    bottom: 50%; 
    transform: translateY(50%);
	color: #000; 
	font-size: 1.1em; 
}

/* =Index - Aktionsservice
-------------------------------------------------------------- */
.aktion__index {
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
	flex-wrap: wrap; /* Lässt die Boxen umbrechen */
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}
.aktion__index-item {
	position: relative;
}
.aktion__indexbox {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color: #f2f2f2;
	text-align: center; /* Zentriert inline-Inhalte wie <img> horizontal */
	font-size: 0; /* Verhindert Leerzeilen */
	position: relative; /* Referenzpunkt für das Bild */
	cursor: pointer;
}
.aktion__indexbox img {
	display: block;
	object-fit:cover; 
    width:100%;
	height:auto;
    image-rendering: unset !important;
    background-color:#f2f2f2;
	-moz-border-radius:6px;
	border-radius:6px;
	transition: transform 0.8s ease; /* Sanfte Animation bei Hover */
}
.aktion__index-item img:hover {
	transform: scale(1.05); /* Bild um 5% verkleinern */
}
.aktion__indextitle {
	color:#000;
    margin:20px 20px 10px 0;
    display:block;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.1em;
	font-size:1.2em;
	font-family:'Canyontext-Black',Arial,Helvetica,sans-serif;
}
.aktion__indextitle:hover {
	text-decoration:underline;
}
.aktion__indexcontent {
	color:#333;
    margin:10px 20px 20px 0;
    display:block;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.aktion__indexbutton {
	color:#333;
    margin:10px 20px 20px 0;
    display:inline-block;
	cursor:pointer;
	-moz-border-radius:6px;
    border-radius:6px;
    border:1px solid #bbb;
	padding:6px 20px;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.aktion__indexbutton:hover {
    background-color: #f2f2f2;
	color:#000;
}

/* =Index - Service
-------------------------------------------------------------- */
/* 🟢 Layout-Container */
.service__main {
	display: flex; 
    justify-content: space-between; 
    margin: 0 auto; 
	flex-wrap: wrap; 
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}

/* 🟢 Wrapper für Text und Bild */
.service__main-wrapper {
    display: flex; 
    background-color: #f2f2f2; 
    border-radius: .8rem; 
    overflow: hidden; 
    text-decoration: none; /* Entfernt Standardlink-Formatierung */
}

/* 🟢 Linker Text-Bereich */
.service__main-text {
    flex: 1; 
    padding: 20px 40px 20px 20px; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; /* Text nach oben ausrichten */
    align-items: flex-start; /* Linksbündig ausrichten */
    border-top-left-radius: 8px; /* Abgerundete linke obere Ecke */
    border-bottom-left-radius: 8px; /* Abgerundete linke untere Ecke */
	background-color: #f2f2f2; 
}

/* 🟢 Header Text */
.service__main-text h2 {
    position: relative; 
	margin-top: 0; 
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
/* 🟢 Header Text */
.service__main-text h2:hover {
    text-decoration: underline; 
}

/* 🟢 Header Text */
.service__main-text p {
    position: relative; 
	margin-top: 0; 
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.service__main-text .button {
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
	border: 1px solid #767676;
	background-color: #fff;
	padding: 6px 26px;
	color: #222;
    text-transform: normal;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.service__main-text .button:hover {
    background-color: #000; 
    color: #fff; 
}

/* 🟢 Rechter Bild-Bereich */
.service__main-image {
    flex: 1; 
    position: relative; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border-top-right-radius: 8px; /* Abgerundete rechte obere Ecke */
    border-bottom-right-radius: 8px; /* Abgerundete rechte untere Ecke */
}

/* Bild im Container */
.service__main-image img {
    object-fit: cover; /* Passt das Bild in die Box */
    width: 100%; /* Füllt die Breite */
    height: 100%; /* Füllt die Höhe */
    transition: transform 0.3s ease; /* Übergang für das Verkleinern des Bildes */
    transform: scale(1.1); /* Bild auf 110% vergrößern */
}

/* Bild bei Hover */
.service__main-image:hover img {
	transform: scale(1); /* Beim Hover auf Originalgröße zurücksetzen */
}

/* =Index - News
-------------------------------------------------------------- */
.news__index {
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: top; 
	flex-wrap: wrap; /* Lässt die Boxen umbrechen */
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}
.news__index-item {
	position: relative;
	align-items: stretch;
}
.news__index__indexbox {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	-moz-border-radius:6px;
	border-radius:6px;
	background-color: #f2f2f2;
	text-align: center; /* Zentriert inline-Inhalte wie <img> horizontal */
	font-size: 0; /* Verhindert Leerzeilen */
	position: relative; /* Referenzpunkt für das Bild */
	cursor: pointer;
}
.news__index__indexbox img {
	display: block;
	object-fit:cover; 
    width:100%;
	height:auto;
    image-rendering: unset !important;
    background-color:#f2f2f2;
	-moz-border-radius:6px;
	border-radius:6px;
	transition: transform 0.8s ease; /* Sanfte Animation bei Hover */
	font-size: 0; /* Verhindert Leerzeilen */
}
.news__index__indexbox img:hover {
	transform: scale(1.05); /* Bild um 5% verkleinern */
}
.news__index__indexdate {
	color:#222;
    margin:20px 20px 10px 0;
    display:block;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Black',Arial,Helvetica,sans-serif;
}
.news__index__indextitle {
	flex-grow: 1;
	color:#000;
    margin:20px 20px 10px 0;
    display:block;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Black',Arial,Helvetica,sans-serif;
}
.news__index__indextitle:hover {
	text-decoration:underline;
}
.news__index__indexcontent {
	color:#333;
    margin:10px 20px 20px 0;
    display:block;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.news__index__indexbutton {
	color:#333;
    margin:10px 20px 20px 0;
    display:inline-block;
	cursor:pointer;
	-moz-border-radius:6px;
    border-radius:6px;
    border:1px solid #bbb;
	padding:6px 20px;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.news__index__indexbutton:hover {
    background-color: #f2f2f2;
	color:#000;
}

/* =Single - News
-------------------------------------------------------------- */
.news__page {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
}
.news__page-time {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
}
.news__page-content {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
	justify-content: flex-start; /* Von links beginnen */
	flex-direction:column;
}
.news__page-bild {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */

}
.news__page-bild img {
    display: block; /* Flexbox für Hauptcontainer */
    width: 100%; /* Volle Breite */
    height: auto;
}

/* Linke Spalte */
.news__page__time {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: flex-start; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0; /* Zentriert */
    padding: 0 0 0 0;
}
.news__page__time-date {
    display: inline-block; 
	height: auto;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	border: 1px solid #f2f2f2;
	border-radius: .8rem;
	background-color: #f2f2f2;
}
.news__page__time-button {
    display: inline-block; 
	height: auto;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 1px solid #767676;
	border-radius: .8rem;
	background-color: #fff;
	cursor: pointer;
}
.news__page__time-button:hover{
	border: 1px solid #767676;
	background-color: #f2f2f2;
}
.news__page__time-button a {
	margin: 0;
	padding: 0;
	color: #222;
}

/* Rechte Spalte */
.news__page__content-links {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: row; /* Nebeneinander anordnen */
    align-items: flex-start; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0; /* Zentriert */
    padding: 0 0 10px 0;
}
.news__page__content-links span {
    display: inline-block; 
	margin: 0 5px 0 5px;
	padding: 0;
}
.news__page__content-links a {
    display: inline-block; 
	margin: 0;
	padding: 0;
	color: #222;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	font-family: 'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.news__page__content-links a:hover {
    text-decoration: underline; /* Unterstrichen beim Hover */
    text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}

.news__page__content-title {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: row; /* Nebeneinander anordnen */
    align-items: flex-start; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0; /* Zentriert */
	padding: 0 0 20px 0;
	color: #222;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.8em;
	font-family: 'Canyontext-Bold',Arial,Helvetica,sans-serif;
}

.news__page__content-inhalt {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: flex-start; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0; /* Zentriert */
	padding: 0 0 20px 0;
	color: #222;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	font-family: 'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.news__page__content-inhalt p {
    margin: 0 0 20px 0; 
	padding: 0 0 0 0;
}
.news__page22__content-inhalt br {
    margin: 0 0 20px 0; 
	padding: 0;
}

/* =Page - News
-------------------------------------------------------------- */
.news__liste__oben {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 60px 0 80px 0;
}

.news__liste__oben-links {
	position: relative;
    margin: 0;
	padding: 0 0 10px 0;
}
.news__liste__oben-links::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 3px;
	content: "";
	background-color: #ff6800;
}
.news__liste__oben-links a {
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.news__liste__oben-links a:hover {
	text-decoration: underline; /* Unterstrichen beim Hover */
	text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}
.news__liste__oben-title {
    margin: 0;
	padding: 10px 0 0 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.6em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}

.news__liste {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
}

.news__liste-boxinline {
    width: 100%;
    box-sizing: border-box;     
    height: auto;
    margin: 0;                  
    padding: 10px 20px;           
}

/* =Page - Bikes - Accordion-Styling
-------------------------------------------------------------- */
.accordion-container {
    width: 100%; 
    max-width: 100%; 
    overflow: hidden; 
    box-sizing: border-box;
}

.accordion-item {
    width: 100%; 
    border: 1px solid #d8d8d8;
    border-radius: .8rem;
    margin-bottom: 10px;
    overflow: hidden; 
    box-sizing: border-box;
}

.accordion-header {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%; 
    box-sizing: border-box; 
    overflow: hidden; 
}

.accordion-title h3 {
    margin: 0;
    font-size: 18px;
    white-space: normal; 
    word-wrap: break-word; 
    overflow-wrap: break-word;
    overflow: hidden; 
    text-overflow: ellipsis; 
    width: 100%; 
    padding-right: 20px; 
}

.accordion-title p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
    white-space: normal; 
    word-wrap: break-word; 
    overflow-wrap: break-word;
	overflow: hidden; 
}

.accordion-icon {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: transform 0.3s;
}

.accordion-content {
    width: 100%; 
    display: none;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-sizing: border-box; 
	overflow: hidden; 
	transition: background-color 0.3s;
}

.accordion-content p {
    margin: 0;
}
.accordion-content a {
	display: block;
	width: 100%;
    margin: 0;
}

.accordion-active .accordion-content {
    display: block;
}

.accordion-active .accordion-icon {
    transform: rotate(45deg);
}

/* Container für die Größen */
.accordion__bikes {
    position: relative; 
	width: 100%; 
	margin: 0 0 0 0;
}
/* Standard-Link-Stil */
.accordion__bikes a {
    display: block; 
    padding: 0 0 6px 0;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1.1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.accordion__bikes a:hover {
    text-decoration: underline; /* Unterstrichen beim Hover */
    text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}

/* Container für die Größen */
.accordion__size {
    position: relative; 
	width: 100%; 
	margin: 0 0 0 0;
}

/* Grid für die Größenanzeige */
.accordion__size-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Drei Spalten */
    gap: 10px; /* Abstand zwischen den Größen */
    padding: 10px 0; /* Abstand nach oben/unten */
	max-width: 100%; /* Maximalbreite begrenzen */
}

/* Standard-Link-Stil */
.accordion__size-grid a {
    display: inline-block; /* Inline-Block für flexible Anpassung */
    border-radius: .8rem;
    border: 1px solid #767676;
	background-color: #fff;
	transition: background-color 0.3s;
    padding: 16px 0;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 1.1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

/* Hervorhebung der aktuellen Größe */
.accordion__size-grid a.highlight {
    background-color: #000; /* Orange Hintergrund */
    color: #f2f2f2; /* Weiße Schrift */
    border: 1px solid #767676;
}

/* Hover-Effekt */
.accordion__size-grid a:hover {
    background-color: #f2f2f2;
}

.accordionlang {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; /* Zentriert das Accordion auf der Seite */
    border: 1px solid #ccc;
    border-radius: 5px;
	overflow: hidden;
	flex-direction:column;
}

.accordionlang-item {
    border-bottom: 1px solid #ddd;
}

.accordionlang-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

.accordionlang-title:hover {
    background-color: #f1f1f1;
}

.accordionlang-title h3 {
    margin: 0;
	flex: 1;
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}

.accordionlang-icon {
	margin-top: 20px;
    font-size: 40px; /* Größe des Icons */
    font-weight: bold;
    line-height: 1; /* Reduziert zusätzlichen Leerraum */
    display: flex; /* Optional für zentrierte Darstellung */
    align-items: center; /* Zentriert das Icon vertikal */
    justify-content: center; /* Zentriert das Icon horizontal */
    transition: transform 0.3s ease; /* Smooth Animation für die Rotation */
    transform-origin: center; /* Drehpunkt des Icons */
    transform: rotate(0deg); /* Standardposition */
}

.accordionlang-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
	background-color: #fff;
}

.accordionlang-content p {
    margin: 15px 0;
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

/* Hover-Effekt */
.accordionlang-content__back {
	text-align:center;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.accordionlang-content__back a {
	display: inline-block;
	border-radius: .8rem;
	background-color: #f2f2f2;
    overflow: hidden;
    transition: max-height 0.3s ease;
	padding: 6px 20px;
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
.accordionlang-content__back a:hover {
	background-color: #000;
	transition: max-height 0.3s ease;
	color:#f2f2f2;
}

/* =Page - Bikes - Struktur
-------------------------------------------------------------- */
.bikes__body {
    overflow: hidden; 
    display: flex; 
    justify-content: left; 
    align-items: flex-start; 
}

/* =Page - Bikes - Struktur Counter
-------------------------------------------------------------- */
.bikes__body__counter a {
	padding:6px 15px;
	border: 1px solid #767676;
	border-radius: 0.8rem;
	transition: background-color 0.3s;
	color:#222;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.bikes__body__counter a:hover {
	background-color: #f2f2f2;
}

/* =Page - Bikes - Struktur als Liste
-------------------------------------------------------------- */
.bikes__list {
    display: flex; 
    flex-wrap: wrap; 
	width: 100%;
	margin: 0;
	align-items:stretch;
	gap: 2%;
}

.bikes__item {
    margin: 0 0 2% 0; 
    display: block; 
	overflow: hidden; 
	height: auto;
	flex-grow: 1; /* Alle Elemente erhalten die gleiche Höhe */
}

/* Page - Bikes - Struktur als Liste mit Inhalt */
.bikes__item__content {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; /* Inhalte gleichmäßig verteilen */
    height: 100%; /* Die Box wird vollständig ausgefüllt */
	flex-grow: 1; /* Dehnt die Boxen auf gleiche Höhe aus */
	border: 1px solid #d8d8d8;
	border-radius: .8rem;
	position: relative;
}

.bikes__item__content:hover {
	border: 1px solid #767676;
}

/* Page - Bikes - Struktur als Liste mit Inhalt */
.bikes__item__content__extrabox {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; /* Inhalte gleichmäßig verteilen */
    height: 100%; /* Die Box wird vollständig ausgefüllt */
	flex-grow: 1; /* Dehnt die Boxen auf gleiche Höhe aus */
	border: 1px solid #d8d8d8;
	border-radius: .8rem;
	position: relative;
}

.bikes__item__content__extrabox:hover {
	border: 1px solid #767676;
}

/* Page - Bikes - Struktur der Zusatzboxen */
.bikes__item__zusatzbox {
	height: 100%; 
	height: 100%;
	border-radius: .8rem;
    position: relative; /* Eltern-DIV bekommt "position: relative" */
	overflow: hidden; /* Verhindert, dass das Bild darüber hinaus geht */
}
.bikes__item__zusatzbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bild wird skaliert und zugeschnitten */
    z-index: -1; /* Bild wird hinter dem Inhalt positioniert */
}
.bikes__item__zusatzbox__title {
    position: absolute; 
	z-index: 1; /* Über das Bild legen */
	display:inline-block;
	padding:0;
	color:#fff;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:bolder;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.bikes__item__zusatzbox__text {
    position: absolute; 
	z-index: 1; /* Über das Bild legen */
	border: 1px solid #d8d8d8;
	border-radius: .8rem;
	background-color: #fff;
	display:inline-block;
	padding:6px 20px;
	text-transform:normal;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.bikes__item__content__img {
    display: block;
	width: 100%; 
	height: auto;
    background-color: #f2f2f2;
}

.bikes__item__content__img img {
    display: block;
    width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 1% 5% 5% 5%;
}

.bikes__item__content__da {
    display: block; 
    justify-content: left; 
	width: 100%; 
	height: auto;
    border-top-left-radius: .8rem; 
	border-top-right-radius: .8rem; 
    background-color: #f2f2f2;
}

.bikes__item__content__da__verfuebar {
	display: inline-block; 
	margin: 10px 10px 30px 20px;
    padding: 2px 12px; 
    border: 1px solid #767676; 
    border-radius: 5px; 
	background-color: #fff; 
	color: #222 !important;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

/* Status-spezifische Farben */
.status-fahrbereit {
    background-color: #fff; /* Grün für fahrbereit */
    color: #222 !important;
}

.status-nicht-fahrbereit {
    background-color: #222; /* Rot für nicht fahrbereit */
    color: #fff !important;
}

.status-bestellt {
    background-color: #000; /* Gelb für bestellt */
    color: #f2f2f2 !important;
}

.bikes__item__bikeart {
    display: block;
    margin: 10px 10px 10px 20px;
    box-sizing: border-box;
	max-width: 100%; 
    color: #333;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.bikes__item__title {
    display: block;
    margin: 10px 10px 40px 20px;
    box-sizing: border-box;
	max-width: 100%; 
    color: #333;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.3em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.special-box {
    position: absolute;  
    bottom: 20px;  
    right: 20px;  
    width: 60px;  
    height: 60px; 
    background-color: #ff6600; 
    border-radius: 10px;  
    display: flex;         
    justify-content: center;
    align-items: center;   
	color:#fff;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	font-size:1.4em;
	font-family:'Canyontext-black',Arial,Helvetica,sans-serif;
}

/* =Page - Service - Struktur Title
-------------------------------------------------------------- */
.service__body__title {
	box-sizing: border-box; 
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
	line-height:1.5em;
    font-size: 1.6em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.service__body__title span {
	text-decoration: underline;
	color: #ff6600;
}

/* =Page - Service - Struktur
-------------------------------------------------------------- */
.service__body__top {
	width: 100%;
	margin: 30px 0 60px 0;
	padding:0 0 0 0;
	box-sizing: border-box; 
}
.service__body {
    overflow: hidden; 
    display: flex; 
    justify-content: left; 
	align-items: stretch; /* Beide Boxen gleich hoch machen */
}
.service__body-item:nth-of-type(1) {
	-moz-border-radius: .8rem;
	border-radius: .8rem;
	border:1px solid #f4f4f4;
	background-color: #f2f2f2;
}
.service__body-item:nth-of-type(2) {
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #bbb;
	background-color: #fff;
}
.service__body-item:nth-of-type(1) {
	box-sizing: border-box;
	overflow: hidden; 
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height:1.5em;
    font-size: 1.1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.service__body-item:nth-of-type(2) {
	box-sizing: border-box;
	overflow: hidden; 
	gap: 10px;
}
.service__body-item:nth-of-type(2) a {
    display: inline-flex; /* Flexbox, aber nur so breit wie nötig */
    flex-direction: column; /* Falls der Text umbricht, bleibt er in der Mitte */
    align-items: center; /* Zentriert den Text */
    justify-content: center;
	min-height: 40px; /* Verhindert, dass der Button zu klein wird */
	margin: 2% 0 0 0;
    padding: 8px 16px;
    text-align: center;
    white-space: normal; /* Erlaubt Umbrüche */
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: fit-content; /* Button bleibt nur so breit wie nötig */
	border: 1px solid #767676; /* Sicherstellen, dass die Border immer sichtbar ist */
	border-radius: .8rem;
    cursor: pointer;
    transition: transform 0.2s ease;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    font-weight: lighter;
    font-size: 0.9em;
	font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.service__body-item:nth-of-type(2) a:hover {
	border: 1px solid #333;
	background-color: #f4f4f4; /* Etwas dunklerer Farbton bei Hover */
}

/* =Page - Service - Struktur Einzelseite
-------------------------------------------------------------- */
.service__bodyansicht {
    overflow: hidden; 
    display: flex; 
    justify-content: left; 
	align-items: stretch; /* Beide Boxen gleich hoch machen */
	flex-direction:column;
}
.service__bodyansicht__video {
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
	align-items: stretch; 
	border-radius: .8rem;
}
.service__bodyansicht__inhalt {
    overflow: hidden; 
    display: flex; 
    justify-content: left; 
	align-items: stretch; 
	flex-direction:column;
}
.service__bodyansicht__inhalt__content {
    overflow: hidden; 
    display: flex; 
    justify-content: left; 
	align-items: stretch; 
	flex-direction:column;
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1.1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.service__bodyansicht__inhalt__content p {
	margin: 0 0 20px 0;
}
.service__bodyansicht__inhalt__content strong {
	margin: 0 0 20px 0;
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
	line-height: 1.5em;
    font-size: 1.1em;
    font-family: 'Canyontext-Bold', Arial, Helvetica, sans-serif;
}
.service__bodyansicht__inhalt__content__inline {
	position: relative;
	padding: 20px 0;
}
.service__bodyansicht__inhalt__content__inline img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	border-radius: .8rem;
}
.service__bodyansicht__inhalt__content__inline br {
	content: "";
    display: block;
    margin-bottom: 10px;
}
.service__bodyansicht__inhalt__content__inline p {
	margin: 0 0 20px 0;
}
.service__bodyansicht__inhalt__content__inline span {
	color: #ff6600;
	font-weight: bold;
}
.service__bodyansicht__inhalt__content__inline ul {
    list-style: none;
    padding: 0;
}
.service__bodyansicht__inhalt__content__inline ul li {
    position: relative;
	padding-left: 20px; /* Platz für den Pfeil */
	margin: 0 0 10px 0;
}
.service__bodyansicht__inhalt__content__inline ul li::before {
    content: "→"; /* Pfeil-Symbol */
    position: absolute;
    left: 0;
    color: #333; /* Farbe anpassen */
    font-weight: bold;
}

/* =Page - Single - Struktur Bikes
-------------------------------------------------------------- */
.show__bikes__einzeln {
	display: flex;
	align-items: stretch;
  }
.show__bikes__einzeln-links {
	background-color: #f2f2f2;

}
.show__bikes__einzeln-rechts {
	background-color: #fff;
}

/* Page - Single - Struktur Links oben */
.show__bikes__links {
    position: relative; 
	width: 100%; 
	max-width: 360px;
	margin: 0 0 6px 0;
}
.show__bikes__links a {
	cursor: pointer;
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.3em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
    position: relative; /* Wichtig für das absolute Pseudo-Element */
}
.show__bikes__links a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px; /* Dicke der Linie */
	background-color: #222;
	transform: scaleX(0); /* Startzustand: Linie ist unsichtbar */
	transition: transform 0.3s ease;
}
.show__bikes__links a:hover::after {
	transform: scaleX(1); /* Linie wird sichtbar */
	bottom: -4px; /* Abstand vom Text zur Linie */
}

/* Page - Single - Struktur Bikeart */
.show__bikes__bikeart {
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1.8em;
    font-family: 'Canyontext-Bold', Arial, Helvetica, sans-serif;
}
/* Page - Single - Struktur Nummer */
.show__bikes__nummer {
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
	line-height: 1.5em;
    font-size: 1.4em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.show__bikes__nummer__text {
	color: #444;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 0.9em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

.show__bikes__hinweis {
	border-radius: .8rem;
	border: 1px solid #d8d8d8;
	background-color: #f2f2f2;
	padding:20px;
	color: #444;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

.show__bikes__beutel {
	color: #444;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.8em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.show__bikes__beutel h4{
	display: block;
	color: #000;
	font-weight: bold;
	line-height: 1.8em;
    font-size: 1.2em;
}
.show__bikes__size h4 {
	display: block;
	padding: 0 0 10px 0;
	color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
	line-height: 1.8em;
    font-size: 1.2em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.show__bikes__size h2 {
	display: inline;
	border-radius: .8rem;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	padding:14px 30px;
	color: #ff6600;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.8em;
    font-size: 1.2em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.show__bikes__size h6 {
	display: block;
	padding: 20px 0 20px 0;
	color: #ff6600;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.8em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.show__bikes__size h6 span {
	color: #000;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.8em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

/* =Page - Single - Struktur Kalender
-------------------------------------------------------------- */

.show__bikes__contentrul {
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.wpcf7-list-item {
	margin: 0 0 0 0 !important;
}
.show__bikes__contentrul ul {
	list-style:none;
	margin:40px 0 40px 0;
	padding-left:1px;
}
.show__bikes__contentrul li {
	list-style:none;
	margin:0 0 10px 0;
	padding:8px 20px 8px 20px;
	background-color:#f4f4f4;
	-moz-border-radius:6px;
    border-radius:6px;
	border:1px solid #888;
	border-left:8px solid #ff6600;
	background-color: #fff;
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.4em;
	font-size:0.9em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.kalender-item__none {
	height: 0;
	width: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.kalender-item button[type="submit"] {
	display: block;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	margin: 0;
	padding: 12px 0;
	background-color: #000;
	border: 1px solid #000; /* Rahmenfarbe auf #222 */
	border-radius: .8rem; /* Abgerundete Ecken */
	color: #f2f2f2;
	line-height: 1.3em;
	font-size: 0.9em;
	text-align: center;
	cursor: not-allowed; /* Button zunächst als deaktiviert anzeigen */
}

.kalender-item button[type="submit"]:hover {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.kalender-item button[type="submit"]:disabled {
	cursor: not-allowed; /* Zeigt an, dass der Button deaktiviert ist */
	opacity: 0.6; /* Button erscheint schwächer, wenn deaktiviert */
}

/* =Page - Single - Struktur Buchungsanfrage
-------------------------------------------------------------- */
.show__bikes__wpedale {
    display: flex;
	box-sizing: border-box; /* Box-Größe mit Padding berücksichtigen */
	background-color: #f2f2f2;
    border-top-left-radius: 0.8rem; /* Nur oben links */
    border-top-right-radius: 0.8rem; /* Nur oben rechts */
	border-top: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-left: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-right: 1px solid #d8d8d8; /* Nur oben einen Rand */
}

.pedal-image img {
    width: 100%; /* Bild an Container-Breite anpassen */
    height: auto; /* Bild skaliert proportionell */
}

.show__bikes__wpedale-select {
    display: flex;
	box-sizing: border-box; /* Box-Größe mit Padding berücksichtigen */
	background-color: #f2f2f2;
	border-left: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-right: 1px solid #d8d8d8; /* Nur oben einen Rand */
}
.pedal-selection__long {
    width:100%; /* Nimmt den verbleibenden Platz ein, aber ohne die 360px Grenze zu überschreiten */
	display: block;
}
.pedal-selection__long select {
	display: block;
	width:92%;
	margin:6px 4% 6px 4%;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 0.8rem; /* Nur oben rechts */
	border: 1px solid #d8d8d8; /* Nur oben einen Rand */
}
.show__bikes__wpedale-send {
    display: flex;
	box-sizing: border-box; /* Box-Größe mit Padding berücksichtigen */
	background-color: #f2f2f2;
    border-bottom-left-radius: 0.8rem; /* Nur oben links */
    border-bottom-right-radius: 0.8rem; /* Nur oben rechts */
	border-bottom: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-left: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-right: 1px solid #d8d8d8; /* Nur oben einen Rand */
}

#buchung-btn:disabled {
    background-color: #ccc; /* Grauer Hintergrund */
    color: #666; /* Graue Schrift */
    cursor: not-allowed; /* Zeigt an, dass der Button nicht klickbar ist */
    opacity: 0.6; /* Leicht ausgegraut */
}

/* Absende-Button Container */
.submit-btn {
    width: 100%;
    margin-top: 15px; /* Abstand zum Bild und zur Auswahl */
    text-align: center;
}
.submit-btn button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn button:hover {
    background-color: #005bb5;
}

/* =Page - Single - Struktur Buchungsanfrage
-------------------------------------------------------------- */
.productanfrage {
    display: flex;
	overflow: hidden; /* Verhindert Überlauf */
	color: #222;
	padding:6px 20px;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.show__buchung {
    display: flex;
    align-items: flex-start; /* Flex-Container: Vertikale Ausrichtung oben */
    justify-content: flex-start; /* Horizontale Ausrichtung links */
    overflow: hidden; /* Verhindert Überlauf */
	border-top: 1px solid #ddd; 
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
  	border-radius: 8px 8px 0 0; 
    background-color: #fff;
}

.productbild img {
	padding: 20px;
	border-radius: .8rem;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
    width: 100%; /* Feste Breite */
    height: auto; /* Höhe des Bildes passt sich an den Container an */
    object-fit: cover; /* Das Bild wird innerhalb des Containers skaliert, ohne Verzerrung */
}

.producttitle-art {
	display: flex;
    padding: 0;
	margin: 0;
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	line-height:1.7em;
	font-size:1.4em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.producttitle-nummer {
	display: flex;
    padding: 0;
	margin: 0;
}
.producttitle-nummer a {
    padding: 0;
	margin: 0 5px 0 0;
}

.producttitle-verlinkung {
    display: flex;
    justify-content: flex-start; /* Abstand zwischen den beiden Links */
    gap: 20px; /* Abstand zwischen den Links */
    padding: 0;
	margin: 40px 0 0 0;
}

.producttitle-verlinkung a.link-item {
    display: flex;
    align-items: center; /* Bild und Text vertikal zentrieren */
    text-decoration: none; /* Entfernt die Unterstreichung des Links */
    color: #000; /* Textfarbe */
    font-size: 1.1em; /* Schriftgröße */
}
/* Link-Hover */
.producttitle-verlinkung a.link-item:hover {
    text-decoration: underline; /* Unterstrichen beim Hover */
    text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}

.producttitle-verlinkung img.icon {
    width: 20px; /* Breite des Bildes anpassen */
    height: 20px; /* Höhe des Bildes anpassen */
    margin-right: 10px; /* Abstand zwischen Bild und Text */
}

/* Container für die Kalender */
.datepicker-header {
    display: flex;
    align-items: flex-start; /* Flex-Container: Vertikale Ausrichtung oben */
    justify-content: flex-start; /* Horizontale Ausrichtung links */
    overflow: hidden; /* Verhindert Überlauf */
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #f2f2f2;
}
.datepicker-header-item {
    display: flex;
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.6em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}

/* Stil für das Select-Feld */
.show__buchungen {
	display: flex;
	align-items: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #f2f2f2;
}

/* Stil für das Select-Feld */
.pedale__container {
    display: flex;
    align-items: flex-start; /* Flex-Container: Vertikale Ausrichtung oben */
    justify-content: flex-start; /* Horizontale Ausrichtung links */
    overflow: hidden; /* Verhindert Überlauf */
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #fff;
}

.image-preview {
	display: flex;
    padding: 20px;
    max-width: 200px;
    margin: 0;
	height: auto; /* Feste Höhe des Containers */
	margin-right: 20px;
}

.image-preview img {
	padding: 20px;
	border-radius: .8rem;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
    width: 100%; /* Feste Breite */
    height: auto; /* Höhe des Bildes passt sich an den Container an */
    object-fit: cover; /* Das Bild wird innerhalb des Containers skaliert, ohne Verzerrung */
}

.pedalebox {
	display: flex;
	flex-direction: column; /* Inhalt übereinander anordnen */
	flex: 1; /* Nimmt den restlichen Platz ein */
	padding: 20px;
}

.custom-select {
	flex: 1; /* Nimmt den restlichen Platz ein */
	margin: 0 20px 0 0;
    padding: 10px 20px;
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.pedaletext {
    padding: 20px 20px 20px 0;
    margin: 0;
	height: auto; /* Feste Höhe des Containers */
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.3em;
	font-size:1.1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

/* Stil für Wochenendtage (Samstag und Sonntag) */
/* Container auf max. 360px begrenzen */
.datepicker-container {
    align-items: flex-start; /* Oben ausgerichtet */
    justify-content: stretch; /* Zentriert die Kalender nebeneinander */
	display: flex;
    border-bottom-left-radius: 0.8rem; /* Nur oben links */
    border-bottom-right-radius: 0.8rem; /* Nur oben rechts */
	border-bottom: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-left: 1px solid #d8d8d8; /* Nur oben einen Rand */
	border-right: 1px solid #d8d8d8; /* Nur oben einen Rand */
	background-color: #f2f2f2;
}

/* Kalenderbox-Styling */
.datepicker-box {
    display: flex;
    width: 100%; /* Feste Breite */
    padding: 0;
    flex-direction: column;
	box-sizing: border-box; /* Padding einbeziehen */
	align-items: center; /* Oben ausgerichtet */
    justify-content: center; /* Zentriert die Kalender nebeneinander */
}

/* Kalenderzellen dehnen */
.datepicker-container .datepicker-box .xdsoft_datetimepicker.xdsoft_inline .xdsoft_calendar {
	width: 100% !important;
	max-width: 378px !important;
}

/* Zellen im Kalender */
.datepicker-container .datepicker-box .xdsoft_datetimepicker.xdsoft_inline td,
.datepicker-container .datepicker-box .xdsoft_datetimepicker.xdsoft_inline th {
    padding: 16px !important;  /* Mehr Abstand in den Zellen */
	text-align: center;  /* Text zentrieren */
}

/* Titel des Kalenders anpassen */
.datepicker-container .datepicker-box .xdsoft_datetimepicker.xdsoft_inline .xdsoft_title {
    font-size: 18px;  /* Größere Schrift für den Titel (Monat/Jahr) */
    font-weight: bold;
}

/* Pfeile für die Monatsnavigation */
.datepicker-container .datepicker-box .xdsoft_datetimepicker.xdsoft_inline .xdsoft_prev,
.datepicker-container .datepicker-box .xdsoft_datetimepicker.xdsoft_inline .xdsoft_next {
    font-size: 18px;  /* Größere Pfeile */
}

/* Stil für nicht buchbare (zurückliegende) Tage */
.datepicker-container .xdsoft_disabled {
    background-color: #333 !important;  /* Grau für vergangene Tage */
    color: #d3d3d3 !important;  /* Graue Schrift */
    cursor: not-allowed !important;  /* Auswahl blockiert */
}

/* Stil für nicht buchbare (Wochenende) Tage */
.datepicker-container .xdsoft_weekend {
    background-color: #ff6699 !important;  /* Rosa für Wochenenden */
    color: #d3d3d3 !important;  /* Graue Schrift */
    cursor: not-allowed !important;  /* Auswahl blockiert */
}

/* Zurückliegende Tage, die gleichzeitig Wochenendtage sind */
.datepicker-container .xdsoft_disabled.xdsoft_weekend {
    background-color: #333 !important;  /* Überschreibt Wochenendfarbe mit Grau */
    color: #d3d3d3 !important;  /* Beibehaltung der grauen Schrift */
    cursor: not-allowed !important;  /* Blockiert Auswahl */
}

.datepicker-title {
	display: inline-block;         
    text-align: center;        
    height: 40px;              
    padding: 0 10px;        
    line-height: 40px;         
    border: 1px solid #767676; 
    background-color: #fff;    
    border-radius: .8rem;      
    cursor: pointer;
    transition: transform 0.2s ease;
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:0.9em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

/* Buchungen RULES */
.datepicker-rules {
    display: flex;
    flex-direction: column; /* Ändert Ausrichtung zu vertikal */
	align-items: flex-start; /* Links ausrichten */
}

.datepicker-rules p {
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	overflow: hidden; 
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height:1.5em;
    font-size: 1.1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

.datepicker-ruleslinks {
    display: flex;
    flex-wrap: wrap; /* Erlaubt mehrere Zeilen */
    flex-direction: row; /* Horizontal anordnen */
    align-items: flex-start; /* Links oben ausrichten */
}

.datepicker-ruleslinks a {
	flex-grow: 1;               /* Jeder Link wächst gleichmäßig */
    text-align: center;         /* Zentriert den Text im Link */
    height: 40px;               /* Einheitliche Höhe */
    padding: 0 10px;            /* Innenabstand */
    line-height: 40px;          /* Vertikale Zentrierung */
    border: 1px solid #767676;  /* Rand */
    background-color: #fff;     /* Hintergrund */
    border-radius: .8rem;        /* Abgerundete Ecken */
    cursor: pointer;
    transition: transform 0.2s ease;
	color:#000;
	text-transform:none;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:0.9em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.datepicker-ruleslinks a:hover {
    border: 1px solid #333;
    background-color: #f4f4f4; /* Hover-Farbe */
}

.kalender-item__txt {
    align-items: stretch; /* Oben ausgerichtet */
    justify-content: center; /* Zentriert die Kalender nebeneinander */
	display: flex;
	background-color: #fff;
}

/* Buchungstool Input */
.kalendertool-where {
    align-items: stretch; /* Oben ausgerichtet */
    justify-content: center; /* Zentriert die Kalender nebeneinander */
	display: flex;
	border-left: 1px solid #fff; /* Nur oben einen Rand */
	border-right: 1px solid #fff; /* Nur oben einen Rand */
	background-color: #fff;
}
.kalendertool-where select {
	display: block;
	width:100%;
	margin:6px auto 20px auto;
	padding: 18px 20px;
	background-color: #f4f4f4;
	border-radius: 0.8rem; /* Nur oben rechts */
	border: 1px solid #d8d8d8; /* Nur oben einen Rand */
}
/* Label */
.kalendertool-where label {
    margin-bottom: 6px; /* Abstand zum Input */
    font-weight: normal;
    font-size: 1em;
    color: #333; /* Textfarbe */
}
.kalendertool-angaben {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
	background-color: #fff;
}

.kalendertool-email {
    margin-right: 0; /* Kein Rand rechts beim zweiten Div */
    margin-left: 1%; /* Abstand zum ersten Div */
}

/* Label */
.kalendertool-nummer label,
.kalendertool-email label {
    margin-bottom: 6px; /* Abstand zum Input */
    font-weight: normal;
    font-size: 1em;
    color: #333; /* Textfarbe */
}

/* Input */
.kalendertool-nummer input,
.kalendertool-email input {
    width: 100%; /* Volle Breite innerhalb des Containers */
    padding: 18px 15px; /* Innenabstand */
    border: 1px solid #d8d8d8; /* Rahmen */
    border-radius: 0.8rem; /* Abgerundete Ecken */
    box-sizing: border-box; /* Padding und Border in der Breite berücksichtigen */
    background-color: #f4f4f4;
}

/* Buchungstool Input */
.kalendertool-rules {
    align-items: stretch; /* Oben ausgerichtet */
    justify-content: flex-start; /* Zentriert die Kalender nebeneinander */
	display: flex;
	background-color: #fff;
}

.kalendertool-rules label {
    display: flex;
    align-items: center; /* Vertikal zentrieren */
	cursor: pointer;
	margin: 0 0 8px 0;
	color:#333;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.kalendertool-rules input[type="checkbox"] {
    width: 24px; /* Breite der Checkbox */
    height: 24px; /* Höhe der Checkbox */
    margin-right: 14px; /* Abstand zum Text */
    cursor: pointer;
    appearance: none; /* Standard-Styling entfernen */
    border: 2px solid #222; /* Rahmenfarbe auf #222 */
    border-radius: 4px; /* Abgerundete Ecken */
    background-color: #fff; /* Hintergrundfarbe */
    position: relative;
    transition: all 0.3s ease;
}

/* Haken erstellen */
.kalendertool-rules input[type="checkbox"]::before {
    content: "✔";
    font-size: 16px;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Aktivierte Checkbox */
.kalendertool-rules input[type="checkbox"]:checked {
    background-color: black;
    border-color: black;
}

/* Weißer Haken bei aktivierter Checkbox */
.kalendertool-rules input[type="checkbox"]:checked::before {
    color: white;
}

/* Hover-Effekt */
.kalendertool-rules input[type="checkbox"]:hover {
    background-color: black;
    border-color: black;
}

/* Weißer Haken auch beim Hover */
.kalendertool-rules input[type="checkbox"]:hover::before {
    color: white;
}

/* Zentriert den Text und Links vertikal */
.kalendertool-rules label a,
.kalendertool-rules label span {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: underline; /* Links immer unterstrichen */
    color: #222; /* Textfarbe für Links */
}

.kalendertool-rules label span {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-decoration: none; /* Links immer unterstrichen */
    color: #222; /* Textfarbe für Links */
}

/* Abstand zwischen Text und Link */
.kalendertool-rules label span {
    margin-right: 5px; /* Fügt ein bisschen Abstand zum Link hinzu */
}

/* Abstände zwischen Link und Text */
.kalendertool-rules label a {
    margin-right: 5px; /* Fügt einen Abstand zwischen Link und Text hinzu */
}

/* Link-Hover */
.kalendertool-rules label a:hover {
    text-decoration: underline; /* Unterstrichen beim Hover */
    text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}

/* Buchungstool Input */
.kalendertool-send {
    align-items: stretch; /* Oben ausgerichtet */
    justify-content: flex-start; /* Zentriert die Kalender nebeneinander */
	display: flex;
	border-left: 1px solid #fff; /* Nur oben einen Rand */
	border-right: 1px solid #fff; /* Nur oben einen Rand */
	background-color: #fff;
}

/* Helpdesk Danke Header */
.helpdesk__danke__header {
	display: flex;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #d8d8d8; /* Nur oben einen Rand */
	background-color: #f2f2f2;
	margin: 0;
	padding: 0 0 0 0;
    flex-direction: row;
}
.helpdesk__danke__header-title {
	display: flex;
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
    font-size: 1.8em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

/* Helpdesk Danke */
.helpdesk__danke {
    align-items: flex-start; /* Oben ausgerichtet */
    justify-content: stretch; /* Zentriert die Kalender nebeneinander */
	display: flex;
}

/* Helpdesk Sidebar links Seite Inhalt */
.helpdesk__danke-content br {
	margin: 0 0 10px 0;
	padding: 0;
}
.helpdesk__danke-content ul {
	list-style:none;
	margin:40px 0 40px 0;
	padding-left:1px;
}
.helpdesk__danke-content li {
	list-style:none;
	border-bottom:1px solid #ddd;
	margin:0 0 10px 0;
}

/* Helpdesk Sidebar rechte Seite Inhalt */
.helpdesk__danke-info-box {
	display: flex;
	overflow: auto; /* Scrollen des Textes möglich */
	border: 1px solid #f2f2f2;
	border-radius: .8rem;
	background-color: #f2f2f2;
}
.helpdesk__danke-info-box br {
	margin: 0 0 6px 0;
	padding: 0;
}
.helpdesk__danke-info button {
	width: 100%;
	max-width: 320px; 
	margin: 20px 0;
    padding: 12px 20px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
	cursor: pointer;
	border-radius: .8rem;
}
.helpdesk__danke-info button:hover {
    background-color: #005bb5;
}
.helpdesk__danke-info button a {
	display: block;
	padding: 0;
	color: #f2f2f2;
    text-transform: none;
    text-decoration: none;
    text-align: center;
	font-weight: normal;
	line-height: 1.8em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.helpdesk__danke-info a button:hover {
	color: #fff;
	font-weight: bold;
}

/* Helpdesk Danke */
.helpdesk__danke__big {
    align-items: flex-start; /* Oben ausgerichtet */
    justify-content: stretch; /* Zentriert die Kalender nebeneinander */
	display: flex;
}

.bigonethx__texthinweis {
	display: flex;
	flex-direction:column;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.bigonethx__text {
	display: flex;
	flex-direction:column;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.bigonethx__text strong {
	padding: 10px 0 10px 0;
	color: #333;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: bold;
	line-height: 1.5em;
    font-size: 1em;
    font-family: 'Canyontext-Bold', Arial, Helvetica, sans-serif;
}
.bigonethx span {
	display: flex;
	width: 100%;
	padding: 20px;
	border: 1px solid #d8d8d8;
	border-radius: .8rem;
	box-sizing: border-box;
	color: #333;
    text-transform: none;
    text-decoration: none;
    text-align: left;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 0.9em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}

.helpdesk__danke__storno p {
	padding: 0 0 20px 0;
}

/* Helpdesk Danke Storno */
.helpdesk__danke__storno {
    align-items: flex-start; /* Oben ausgerichtet */
    justify-content: stretch; /* Zentriert die Kalender nebeneinander */
	display: flex;
}
.helpdesk__danke__storno button {
	width: 100%;
	max-width: 320px; 
	margin: 20px 0;
    padding: 12px 20px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 5px;
	cursor: pointer;
	border-radius: .8rem;
}
.helpdesk__danke__storno button:hover {
    background-color: #005bb5;
}
.helpdesk__danke__storno button a {
	display: block;
	padding: 0;
	color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: center;
	font-weight: normal;
	line-height: 1.5em;
    font-size: 1.1em;
    font-family: 'Canyontext-Regular', Arial, Helvetica, sans-serif;
}
.helpdesk__danke__storno a button:hover {
	color: #fff;
	font-weight: bold;
}

/* =Page - Sauberkeit
-------------------------------------------------------------- */
.content__page {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: row; /* Nebeneinander anordnen */
    align-items: flex-start; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
}

.content__page-bild {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */

}
.content__page-bild img {
    display: block; /* Flexbox für Hauptcontainer */
    width: 100%; /* Volle Breite */
    height: auto;
}

/* Inhalte Linke Seite */
.content__page-links-links {
	position: relative;
    margin: 0;
	padding: 0 0 10px 0;
}
.content__page-links-links::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 3px;
	content: "";
	background-color: #ff6800;
}
.content__page-links-links a {
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.content__page-links-links a:hover {
	text-decoration: underline; /* Unterstrichen beim Hover */
	text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}
.content__page-links-title {
    margin: 0;
	padding: 10px 0 0 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.6em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
/* Inhalte Rechte Seite */
.content__page-rechts__content {
    margin: 0;
	padding: 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.content__page-rechts__content p {
	display: block;
    margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
.content__page-rechts__content h3 {
    margin: 0;
	padding: 0 0 20px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.4em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}

.content__page-rechts__content a {
    text-decoration: none; 
    transition: text-underline-offset 0.3s ease, color 0.3s ease; 
}

.content__page-rechts__content a:hover {
    text-decoration: underline; 
    text-underline-offset: 4px; 
    color: #222;
}

/* =Page - Sauberkeit
-------------------------------------------------------------- */
.content__sauberkeit {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
	height: auto;
}
.content__sauberkeit__links {
	overflow: auto; /* Scrollen des Textes möglich */
}
.content__sauberkeit__rechts {
	overflow: auto; /* Scrollen des Textes möglich */
}

.content__sauberkeit__longtext {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
	height: auto;
	flex-direction:column;
}
.content__sauberkeit__links__content {
	margin: 0 40px 0 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.content__sauberkeit__links__content h3 { 
	margin: 0 0 10px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
.content__sauberkeit__rechts__content {
	margin: 0 0 0 40px;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.content__sauberkeit__rechts__content h3 { 
	margin: 0 0 10px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
.content__sauberkeit__rechts__content p {
	margin: 0 0 10px 0;
}

/* Inhalte Rechte Seite */
.content__sauberkeit__longtext {
    margin: 0;
	padding: 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.content__sauberkeit__longtext img {
	width: 100%;
	height: auto;
}
.content__sauberkeit__longtext p {
	display: block;
    margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
.content__sauberkeit__longtext h3 {
    margin: 0;
	padding: 0 0 20px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.4em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
.content__sauberkeit__longtext a {
	margin: 0 0 20px 0;
	color: #767676;
	line-height:1.5em;
	font-size:0.9em;
    text-decoration: none; 
    transition: text-underline-offset 0.3s ease, color 0.3s ease; 
}
.content__sauberkeit__longtext a:hover {
    text-decoration: underline; 
    text-underline-offset: 4px; 
    color: #222;
}

/* =Page - Leihvertrag
-------------------------------------------------------------- */
.vertrag__page {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 40px 0 40px 0;
	border-top: 1px solid #d8d8d8; 
}
.vertrag__page__inline {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
}
.vertrag__page__inline-title {
	position: relative;
	display: block;
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.8em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
.vertrag__page__inline-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 3px;
	content: "";
	background-color: #ff6800;
}
.vertrag__page__inline-content p {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.vertrag__page__inline-content strong {
	display: block;
	margin: 40px 0 0 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.3em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;
}
.vertrag__page__inline-content br {
	display: block;
	margin: 0 0 10px 0;
}

.vertrag__page__inline-content ul {
    display: block;
    margin: 10px 0 10px 0;
    padding-left: 10px; /* Einrückung */
	list-style: none; /* Entfernt Standard-Aufzählungszeichen */
}

.vertrag__page__inline ul li {
    display: flex; /* Flexbox für bessere Ausrichtung */
    align-items: flex-start; /* Vertikale Ausrichtung am Anfang */
	gap: 8px; /* Abstand zwischen Symbol und Text */
	padding: 0 0 8px 0;
}

.vertrag__page__inline ul li::before {
    content: "•"; /* Kleiner Punkt */
    color: #222; /* Farbe des Symbols */
    font-size: 1.4em; /* Größe des Symbols */
    line-height: 1; /* Gleiche Zeilenhöhe für zentrierte Ausrichtung */
}

/* =Kontakt - Page
-------------------------------------------------------------- */
.kontaktpage {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 40px 0 40px 0;
	border-top: 1px solid #d8d8d8; 
}

.kontaktpage__content {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    height: auto;
    margin: 0;
	padding: 0 0 40px 0;
	overflow: hidden;
}

.kontaktpage__title {
	position: relative;
    margin: 0 0 10px 0;                    
	padding: 0 0 20px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.8em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;      
}
.kontaktpage__title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 3px;
	content: "";
	background-color: #ff6800;
}

.kontaktpage__content label {
    display: flex;
    align-items: center; /* Vertikal zentrieren */
	cursor: pointer;
	margin: 40px 0 4px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}
.kontaktpage__content select {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 18px 20px; /* Abstand innen */
    background-color: #fff;
    border-radius: 0.8rem; /* Ecken abrunden */
    border: 1px solid #d8d8d8; /* Rahmen */
    appearance: none; /* Entfernt das Standard-Dropdown-Symbol */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Symbol nach rechts versetzt */
    background-size: 16px;
    padding-right: 40px; /* Platz für das Symbol */
}
.kontaktpage__content br {
    margin: 0 0 20px 0;                    
	padding: 0 0 0 0;    
}
.kontaktpage__content strong {
	display: block;
    margin: 0 0 10px 0;                    
	padding: 0 0 0 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.4em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;      
}
.kontaktpage__content p {
	position: relative;
    margin: 0 0 0 0;                    
	padding: 0 0 20px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.2em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif; 
}

.kontaktpage__content-hinweis h3 {
	position: relative;
    margin: 0;                    
	padding: 30px 0 10px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.4em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;      
}
.kontaktpage__content-hinweis {
	position: relative;
    margin: 0 0 0 0;                    
	padding: 0 0 60px 0;  
}
.kontaktpage__content-hinweis p {
	position: relative;
    margin: 0;                    
	padding: 10px 0 10px 0; 
}

/* kein Kontakt über eins */
.kontaktpage__notboxen1 {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: row; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
	justify-content: center; /* Von links beginnen */
	align-items: center;
	width: 100%;
	height: auto;
    margin: 60px 0 0 0;                    
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: .8rem;    
	background-color: #f2f2f2; 
}
.kontaktpage__notboxen1 img {
	width: 30px;     
	height: 30px;
}
.kontaktpage__notboxen1-links {
	width: 150px;
	box-sizing: border-box;       
	height: auto;
	margin: 0;                    
	padding: 0;      
	text-align: center;
    align-items: center;
    justify-content: center;     
}
.kontaktpage__notboxen1-rechts {
	flex: 1; 
	box-sizing: border-box;       
	height: auto;
	margin: 0;                    
	padding: 0;            
}

/* kein Kontakt über */
.kontaktpage__notboxen {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: row; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
	justify-content: center; /* Von links beginnen */
	align-items: center;
	width: 100%;
	height: auto;
    margin: 20px 0 0 0;                    
	padding: 0;
	border: 1px solid #d8d8d8;
	border-radius: .8rem;    
	background-color: #f2f2f2; 
}
.kontaktpage__notboxen img {
	width: 30px;     
	height: 30px;
}
.kontaktpage__notboxen-links {
	width: 150px;
	box-sizing: border-box;       
	height: auto;
	margin: 0;                    
	padding: 0;      
	text-align: center;
    align-items: center;
	justify-content: center;     
}
.kontaktpage__notboxen-rechts {
	flex: 1; 
	box-sizing: border-box;       
	height: auto;
	margin: 0;                    
	padding: 0;            
}

/* Input Formularzeilen */
.kontaktpage__notboxen-content {
	position: relative;
	width: 100%;
	height: auto;
    margin: 0 0 0 0;                    
	padding: 40px 30px;
	background-color: #fff; 
	border-top-right-radius: .8rem;
	border-bottom-right-radius: .8rem;    
}
.kontaktpage__notboxen-content strong {
	position: relative;
	margin: 0;
	padding: 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1.5em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;      
}
.kontaktpage__notboxen-content p {
	position: relative;
	margin: 6px 0 0 0;
	padding: 0;
	color:#111;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;      
}

/* Input Formularzeilen */
.kontaktpage__contentboxen {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    height: auto;
    margin: 0;
	padding: 0;
}

/* Entfernt die Pfeile für alle Input-Felder vom Typ "number" */
.kontaktpage__contentboxen input[type="number"]::-webkit-outer-spin-button,
.kontaktpage__contentboxen input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Für Firefox */
.kontaktpage__contentboxen input[type="number"] {
    -moz-appearance: textfield;
}

.kontaktpage__contentboxen label {
    display: flex;
    align-items: center; /* Vertikal zentrieren */
	cursor: pointer;
	margin: 10px 0 4px 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;
}

.kontaktpage__contentboxen-mittig {
    display: flex; /* Flexbox für diese Container */
    flex-direction: column; /* Elemente untereinander */
    width: 100%; /* Beide Divs je 49% */
    margin: 6px 0 20px 0; /* Abstand */
	padding: 0;
	box-sizing: border-box; /* Padding und Border in der Breite berücksichtigen */
}
/* Input */
.kontaktpage__contentboxen-links input,
.kontaktpage__contentboxen-rechts input,
.kontaktpage__contentboxen-mittig input,
.kontaktpage__contentboxen-mittig textarea {
    width: 100%; /* Volle Breite innerhalb des Containers */
    padding: 18px 15px; /* Innenabstand */
    border: 1px solid #d8d8d8; /* Rahmen */
    border-radius: 0.8rem; /* Abgerundete Ecken */
    box-sizing: border-box; /* Padding und Border in der Breite berücksichtigen */
	background-color: #f4f4f4;
}
.kontaktpage__contentboxen-links input:focus,
.kontaktpage__contentboxen-rechts input:focus,
.kontaktpage__contentboxen-mittig input:focus,
.kontaktpage__contentboxen-mittig textarea:focus {
    outline: none;
    border: 1px solid #000; /* Dickere Border */
    padding: 17px 14px; /* Reduziertes Padding */
    box-sizing: border-box; /* Berechnung bleibt korrekt */
}
.kontaktpage__contentboxen-mittig input[type="submit"] {
	display: inline-block;
	max-width: 300px;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: .8rem;
    cursor: pointer;
    text-transform: uppercase;
}

.kontaktpage__contentboxen-mittig input[type="submit"]:hover {
    background-color: #000; /* Dunklere Farbe beim Hover */
}

/* =Footer - News
-------------------------------------------------------------- */
.footer__news {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 40px 0 40px 0;
	border-top: 1px solid #d8d8d8; 
}
.footer__news__inline {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 0;
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}

/* =Footer - Infos
-------------------------------------------------------------- */
.footer__info {
    display: flex; /* Flexbox für Hauptcontainer */
    flex-direction: column; /* Nebeneinander anordnen */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 40px 0 40px 0;
	border-top: 1px solid #d8d8d8; 
}
.footer__info__inline {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
	justify-content: flex-start; /* Von links beginnen */
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}
.footer__info__inline-box {
	flex: 1; 
    box-sizing: border-box;       
    height: auto;
    margin: 0;                    
	padding: 0;      
	display: flex; 
    flex-direction: column; 
    align-items: stretch;        
}
.footer__info__inline-box img {
	width: 100%;
	height: auto;
    box-sizing: border-box;       
    height: auto;
    margin: 0;                    
    padding: 0;               
}
.footer__info__inline-box span {
    margin: 0 0 14px 0;                    
	padding: 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Bold',Arial,Helvetica,sans-serif;           
}
.footer__info__inline-box a {
    margin: 0 0 4px 0;                    
	padding: 0;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;           
}
.footer__info__inline-box a:hover {
    text-decoration: underline; /* Unterstrichen beim Hover */
    text-underline-offset: 4px; /* Abstand zwischen dem Text und der Unterstreichung */
}

/* =Footer - RefJahr
-------------------------------------------------------------- */
.footer__ref {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
    justify-content: flex-start; /* Von links beginnen */
    width: 100%; /* Volle Breite */
    height: auto;
    margin: 0 auto; /* Zentriert */
	padding: 40px 0 40px 0;
	border-top: 1px solid #d8d8d8; 
}
.footer__ref__inline {
    display: flex; /* Flexbox für Hauptcontainer */
    align-items: stretch; /* Gleiche Höhe für alle Flex-Items */
	justify-content: flex-start; /* Von links beginnen */
	box-sizing: border-box; /* Stellt sicher, dass padding Teil der max-width bleibt */
}
.footer__ref__inline-boxlinks {
    margin: 0;                    
	padding: 0;      
	color:#222;
	text-transform:normal;
	text-decoration:none;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;         
}
.footer__ref__inline-boxrechts {
    margin: 0;                    
	padding: 0;      
	color:#222;
	text-transform:normal;
	text-decoration:none;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;         
}
.footer__ref__inline-boxrechts a {
	display: inline;
	background-color: #fff;
	border: 1px solid #767676;
	border-radius: .8rem;
	margin: 0 0 0 10px;
	padding: 10px 20px;
	transition: color .3s cubic-bezier(.19,1,.22,1);
	cursor: pointer;
	color:#222;
	text-transform:normal;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	line-height:1.5em;
	font-size:1em;
	font-family:'Canyontext-Regular',Arial,Helvetica,sans-serif;         
}
.footer__ref__inline-boxrechts a:hover {
	background-color: #f2f2f2;       
}
.footer__ref__inline-boxrechts a img {
	margin: 0;
	padding: 0;
	width: auto;
	height: 14px;
}

/* =Footer - RefJahr
-------------------------------------------------------------- */
body.login {
    background-color: #f2f2f2;
}

body.login h1 a {
    width: 140px !important;
    height: 140px !important;
}

body.login {
    background: url('https://www.mitarbeiter-bikepool-canyon.com/wp-content/uploads/2025/02/banner-test25.jpg') no-repeat center center fixed;
    background-size: cover;
}

.wp-login-lost-password {
    display: none !important;
}