/* Icomoon Iconfont */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot');
  src:  url('fonts/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf') format('truetype'),
    url('fonts/icomoon/icomoon.woff') format('woff'),
    url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Biloxi Script regular */
@font-face {
	font-display: swap;
	font-family: 'Biloxi Script';
	src: url('fonts/biloxi-script/BiloxiScript.eot');
	src: url('fonts/biloxi-script/BiloxiScript.eot#iefix') format('embedded-opentype'),
		url('fonts/biloxi-script/BiloxiScript.woff2') format('woff2'),
		url('fonts/biloxi-script/BiloxiScript.woff') format('woff'),
		url('fonts/biloxi-script/BiloxiScript.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* titillium-web-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/titillium-web/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/titillium-web/titillium-web-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		url('fonts/titillium-web/titillium-web-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/titillium-web/titillium-web-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*, *::before, *::after {
	box-sizing: border-box;
}
:root {
	font-size: 16px;
}
body {
	background: none #fff;
	color: #727171;
	font-family: 'Titillium Web', Arial, icomoon, sans-serif;
	line-height: 1.875rem;
	overflow-x: hidden;
}
body.loading, body.loading a {
	cursor: progress !important;
}
h1, h2, h3 {
	color: #27318a;
	font-weight: 400;
	line-height: 1.2;
	margin: 0.6em 0 0.3em;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.4em;
}
a:focus {
	text-decoration: underline;
}
a.mailto[data-server]::after {
	content: '@'attr(data-server);
}
p {
	margin: 0.5em 0;
}
.clear{ clear: both; }
.inner {
	max-width: 1398px;
	margin: 0 auto;
	padding: 0 15px;
}
body > header > *,
main > *,
body > footer > * {
	margin: 0 auto;
	max-width: 1398px;
	padding: 0 15px;
}
.mobile {
	display: none !important;
}
img, svg {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.lazy img, img.lazy {
	min-width: 1px;
	min-height: 1px;
}

ul.nav li {
	display: inline-block;
}
ul.nav a {
	text-decoration: none;
}

/* BUTTONS */
button, .button {
	background: #27318a;
	border: 0 none;
	border-radius: 3em;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.25rem;
	max-width: 100%;
	min-width: 12em;
	padding: .75em 1.5em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
button.ghost, .button.ghost {
	background: transparent;
	border: 2px solid currentColor;
	color: #currentColor;
}
button.light, .button.light {
	background: #fff;
	color: #27318a;
}
button.fw::before, .button.fw::before {
	content: '\232a';
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
button::after, .button::after {
	border-radius: 3em;
	content: '';
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transition: background-color .4s, background-size .4s;
}
button:hover::after, .button:hover::after {
	background-color: rgba(0,0,0,0.08);
	background-size: 20% 100%;
}
button.ghost:hover::after, .button.ghost:hover::after {
	z-index: -1;
}
button:active::after, .button:active::after {
	background-color: rgba(0,0,0,0.15);
}
button:focus::after, .button:focus::after {
	background-image: radial-gradient(circle, rgba(95,210,255,0.12) 70%, transparent 73%);
	background-size: 200% 100%;
}

/* GRID-LAYOUT */
.row {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
/*.row:after {
	content: '';
	clear: both;
	display: block;
}*/
.row.boxed > *[class^="col-"] {
	border: 0 none;
	margin: 0;
	padding: 20px 30px;
	position: relative;
}
.row.boxed > *[class^="col-"]::before {
	border: 2px solid #e6e6e6;
	content: '';
	position: absolute;
	top: 5px;
	right: 15px;
	bottom: 5px;
	left: 15px;
	pointer-events: none;
}
*[class^="col-"] {
	flex: 0 0 auto;
	padding: 0 15px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3, .col-1-4 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }
.col-12, .col-5-5 { width: 100%; }

/* HEAD */
body > header {
	background: linear-gradient(to right, #cdcdcd calc(50vw - 500px), transparent calc(50vw - 600px)), linear-gradient(to bottom, #a1d322 5.375rem, #27318a 5.375rem);
	line-height: 1.2;
}
body > header .inner {
	align-items: center;
	display: flex;
	position: relative;
}
body > header .logo {
	background: #cdcdcd;
	background: linear-gradient(57.5deg, #cdcdcd 77%, transparent 77.2%);
	padding-right: 10em;
	position: relative;
}
body > header .logo::before {
	box-shadow: 0 0 300px #fff;
	content: '';
	position: absolute;
	top: 45%;
	left: 45%;
	bottom: 45%;
	right: 45%;
}
body > header .logo img {
	height: 10.175em;
	padding: 1.25em 0;
	position: relative;
	z-index: 2;
}
body > header .right {
	flex-grow: 1;
}
body > header .top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: .9em 0;
}
body > header .contact-data {
	color: #535450;
	display: flex;
	flex-grow: 1;
	font-size: 1.3em;
	margin-left: -2em;
}
body > header .contact-data [class^="icon-"] {
	padding-left: 2.7em;
	position: relative;
}
body > header .contact-data [class^="icon-"]:not(:last-child) {
	margin-right: 2em;
}
body > header .contact-data [class^="icon-"]::before {
	color: #fff;
	font-size: 2.3em;
	margin-top: -0.5em;
	position: absolute;
	left: 0;
	top: 50%;
}
body > header .contact-data span {
	display: block;
}
body > header .service > * {
	display: inline-block;
	vertical-align: middle;
}
body > header .button {
	background: #2f333e;
	margin-right: 1rem;
}
body > header .social {
	color: #27318a;
}

/* NAVIGATION */
.lang-nav { float: right; height: 24px; position: relative; z-index: 10; }
.lang-nav li { background: #fff; }
.lang-nav:not(:hover) li:not(:first-child) { display: none; }
.lang-nav li img { width: 32px; height: 20px; }

.main-nav {
	color: #fff;
	font-size: 1.2em;
	padding: 1.3rem 0;
	text-transform: uppercase;
	transition: .2s;
}
.main-nav > ul.nav {
	display: flex;
	justify-content: space-between;
	list-style: none inside;
}
.main-nav .nav > li {
	flex: 1 0 auto;
	position: relative;
	text-align: center;
}
.main-nav .nav > li:not(:last-child)::after {
	content: '|';
	position: absolute;
	top: .3em;
	right: -2px;
}
.main-nav .nav a {
	color: currentcolor;
	display: block;
	line-height: 2;
	text-decoration: none;
}
.main-nav .nav a:hover,
.main-nav .nav a.active {
	color: #a1d322;
}
.main-nav .nav a.active {
	font-weight: 600;
}
.main-nav .nav ul {
	background: rgba(255,255,255,0.95);
	max-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	transition: max-height 0.4s;
	width: 300px;
	z-index: 1;
}
.main-nav .nav li:hover ul {
	max-height: 300px;
}
.main-nav .nav ul li {
	display: block;
}
.main-nav .nav ul a {
	color: #282b32;
	display: block;
	padding: 5px 10px;
}

/* SLIDER */
.banner {
	position: relative;
}
.banner .slick-track {
	display: flex;
}
.banner .slide {
	float: none;
	height: auto;
	position: relative;
	width: 100vw;
}
.banner .image {
	background: #000;
	position: absolute;
	top: -2px;
	bottom: 13%;
	left: 0;
	right: 0;
}
.banner .image img {
	height: 100%;
	width: 100vw;
	object-fit: cover;
}
.banner .inner {
	align-items: flex-end;
	display: flex;
	position: relative;
	z-index: 2;
}
.banner .text {
	align-self: center;
	color: #fff;
	flex: 0 0 460px;
	margin-top: -70px;
	max-width: 100%;
	padding: 100px 0;
	position: relative;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 5;
}
.banner .title {
	color: #a1d322;
	font-size: 4.3em;
	line-height: 1;
}
.banner .desc {
	font-size: 1.5em;
	line-height: 1.2;
	transition: .2s;
}
.banner .desc strong {
	font-size: 1.2em;
	font-weight: 600;
}
.banner .button {
	border-color: #a1d322;
	margin-top: .5em;
}
.banner .inner .img2 {
	flex: 1 1 auto;
}
.banner .inner .img2 img {
	margin: 20px 50px 30px auto;
	max-height: 500px;
}
.banner .slick-dots {
	line-height: 1.3;
	position: absolute;
	bottom: 25%;
	right: 5%;
	right: calc(50% - 684px);
}
.banner .slick-dots button {
	background: #00356b;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
	font-size: 0;
	height: 20px;
	padding: 0;
	width: 20px;
}
.banner .slick-dots .slick-active button {
	background: #34ccff;
}
.banner a.scrolldown {
	color: #fff;
	font-size: 100px;
	line-height: 0;
	text-decoration: none !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5em;
	width: 100%;
	text-align: center;
}

/* BREADCRUMB */
.breadcrumb {
	font-size: 0.93em;
	padding: 15px 0;
	text-align: left;
}
.breadcrumb a {
	color: currentColor;
	margin-right: 10px;
	text-decoration: none;
}
.breadcrumb a:not(:first-child)::before {
	content: '»  ';
}
.breadcrumb a:last-child {
	font-weight: 600;
}

/* CONTENT */
body > main {
	margin-bottom: 100px;
	position: relative;
	z-index: 4;
}
body > main .textblock {
	text-align: center;
}
body > main .textblock:not(:first-child) {
	margin-top: 5em;
}
body > main .textblock > p {
	max-width: 1024px;
	margin: .5em auto;
}
.textblock button,
.textblock .button {
	margin-top: 1.5em;
}
.oeffnungszeiten span:first-child {
	display: inline-block;
	width: 120px;
	max-width: 50%;
}


/* FOOTER */
body > footer {
	line-height: 1.4;
	overflow: hidden;
	padding: 50px 0 20px;
	position: relative;
	z-index: 5;
}
body footer::before {
	background: radial-gradient(circle at top center, #fff, #cecece);
	border-top: 5px solid #27318a;
	border-radius: 40% 60% 0 0;
	content: '';
	position: absolute;
	left: -20%;
	right: -20%;
	top: 0;
	bottom: 0;
	z-index: 0;
}
body footer .inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: relative;
	z-index: 1;
}
body footer .inner > * {
	flex: 0 1 auto;
	max-width: 480px;
	margin-bottom: 2em;
	padding: 0 15px;
}
body > footer .logo {
	width: 265px;
}
body > footer .inner > .nav {
	flex-shrink: 1;
}
body > footer .nav a {
	color: currentColor;
	text-transform: uppercase;
}
body > footer .nav li:not(:last-child)::after {
	content: '|';
	padding: 0 .2em;
}
.social a {
	color: currentColor;
	display: inline-block;
	font-size: 0 !important;
	text-align: center;
}
.social a::before {
	display: inline-block;
	font-size: 3rem;
	height: 1em;
	line-height: 1.1;
	margin: 0;
	vertical-align: middle;
}


/* Cookie-Hinweis */
.cookie-hinweis {
	background-color: rgba(0,0,0,0.9);
	box-shadow: 0 0 10px 0 #000;
	color: #fff;
	padding: 15px;
	font-size: 0.85em;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	text-align: center;
	z-index: 99999;
}
.cookie-hinweis .buttons {
	display: block;
	margin-top: 1em;
}
.cookie-hinweis button,
.cookie-hinweis .button {
	font-size: 0.9rem;
	margin: 0 3px;
	min-width: 0;
	padding: .25em;
	width: 100px;
}


/* FORMULARE */
div.success {
    background-color: #85C058;
    color: #666666;
}
div.error {
    background-color: #C30E21;
    color: #FFFFFF;
}
div.success, div.error {
    padding: 7px 7px 7px 10px;
    margin-bottom: 3px;
	clear: both;
}
form, form div {
	position: relative;
}
form .short {
	width: 31.33%;
	float: left;
}
form .medium {
	float: right;
	width: 64.67%;
}
form input:not([type="checkbox"]):not([type="radio"]), form select, form textarea {
	color: #262d33;
	margin-bottom: 5px;
	padding: 10px 4px 4px;
	width: 100%;
}
form input:not([type="checkbox"]):not([type="radio"]) + label,
form textarea + label, form select + label {
	position: absolute;
	transition: .2s;
	pointer-events: none;
	left: 5px;
}
form input[type="checkbox"] + label {
	float: left;
	margin-left: 30px;
}
form [class^="col-"] > input:not([type="checkbox"]):not([type="radio"]) + label,
form [class^="col-"] > textarea + label,
form [class^="col-"] > select + label {
	left: 20px;
}
form input:placeholder-shown + label,
form textarea:placeholder-shown + label,
form select.empty + label {
	font-size: 1em;
	margin-top: 8px;
	opacity: 1;
	margin-left: 5px;
}
form label.lbl-chk,
form input + label,
form textarea + label,
form select + label,
form input:focus + label,
form textarea:focus + label {
	font-size: 0.7em;
	margin-top: 0;
	opacity: 0.8;
	margin-left: 0px;
}
form textarea {
	height: calc(8.25em + 10px);
}
main form input::-webkit-input-placeholder,
main form textarea::-webkit-input-placeholder {
	color: transparent;
}
main form input::-ms-input-placeholder,
main form textarea::-ms-input-placeholder {
	color: transparent;
}
main form input::-moz-placeholder,
main form textarea::-moz-input-placeholder {
	color: transparent;
}
main form input::placeholder,
main form textarea::placeholder {
	color: transparent;
}
form label.lbl-chk {
	display: block;
	font-size: 0.8em;
	line-height: 1.25;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}
form label.lbl-chk input {
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
form small.help {
	clear: both;
	display: block;
	line-height: 0.5;
	padding-bottom: 1em;
	text-align: right;
}
form div.send {
	text-align: right;
}


/* Startseite */
body.startseite > main {
	margin-bottom: 30px;
}
.startseite h2 {
	font-size: 3em;
}
.startseite .willkommen em {
	display: inline-block;
	font-family: 'Biloxi Script', icomoon, cursive;
	font-size: 2.5em;
	line-height: 0.9;
	margin-top: 0.25em;
}
.startseite .leistungen {
	max-width: none;
	padding: 0;
	text-align: center;
}
.startseite .leistungen .row {
	background: linear-gradient(to left, rgb(155, 155, 155), rgb(155, 155, 155), rgb(47, 51, 62), rgb(47, 51, 62));
	margin: 0;
	padding: 0 calc((100vw - 1600px) / 5);
}
.startseite .leistungen .col-4 {
	padding: 0;
}
.startseite .leistungen .col-4 img {
	height: 383px;
	width: 100%;
	object-fit: cover;
}
.startseite .leistungen .col-4 div {
	color: #fff;
	height: 383px;
	margin: 0 auto;
	padding: 50px 15px;
}
.startseite .leistungen h3 {
	font-size: 2.6em;
	hyphens: none;
	margin: 0 auto;
	max-width: 480px;
}
.startseite .leistungen p {
	font-size: 1.2em;
	margin: 0.5em auto;
	max-width: 350px;
}
.startseite .leistungen .button {
	margin-top: 1em;
}
.startseite .leistungen .col-4:nth-child(1) div {
	background: rgb(155, 155, 155);
}
.startseite .leistungen .col-4:nth-child(1) .button {
	background: #27318a;
}
.startseite .leistungen .col-4:nth-child(2) div {
	background: rgb(161, 211, 34);
}
.startseite .leistungen .col-4:nth-child(2) .button {
	background: #fff;
	color: #27318a;
}
.startseite .leistungen .col-4:nth-child(3) div {
	background: rgb(47, 51, 62);
}
.startseite .leistungen .col-4:nth-child(3) .button {
	background: #a1d322;
	color: #27318a;
}
.startseite .leistungen .col-4:nth-child(1) h3,
.startseite .leistungen .col-4:nth-child(3) h3 {
	color: #fff;
}
.startseite .fahrraeder .row > * {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 1em 0 2em;
	position: relative;
}
.startseite .fahrraeder img {
}
.startseite .fahrraeder h3 {
	background: rgba(47,51,62,0.9);
	color: #fff;
	font-size: 2em;
	margin: 0;
	min-width: 70%;
	padding: .3em;
	position: absolute;
	bottom: -0.9em;
	left: 50%;
	text-transform: uppercase;
	transform: translateX(-50%);
}
.startseite .fahrraeder h3 small {
	display: block;
	font-size: .7em;
}
.startseite .textblock.marken img {
	filter: brightness(0.9) grayscale(1);
	padding: 0 15px;
	pointer-events: none;
}
.startseite .cta .row {
	justify-content: space-between;
	text-align: left;
}
.startseite .cta .col-4 {
	line-height: 1.2;
	padding: 30px 15px 0 200px;
	position: relative;
}
.startseite .cta img {
	position: absolute;
	left: 0;
	top: 0;
}
.startseite .cta .button {
	font-size: 1rem;
	margin: 0;
	min-width: 0;
}


/* Google Map */
#gmap_canvas {
	height: 800px;
	margin-top: 0;
	max-height: 90vh;
}


/* Fahrräder */
.marken .fahrraeder {
	align-items: center;
}
.marken .fahrraeder img {
	filter: none;
}
body.fahrraeder .textblock.marken {
	border-top: 1px solid #27318a;
	margin-top: 3.5em;
	padding-top: 2em;
}
body.fahrraeder .textblock.marken h2 {
	margin-bottom: 1.5em;
}


/* Zubehör */
.txt-img-wrap > *,
.col-3.fahrrad,
.col-3.katalog {
	padding: 15px;
}


/* Leasing */
.leasing img {
	height: 70px;
	width: 300px;
	object-fit: contain;
}
.info .leasing .row {
	margin: 0 -30px;
}
.info .leasing .col-3 {
	padding: 30px;
	margin-top: 3em;
}
.info .leasing .button {
	margin-top: .5em;
	min-width: 9.5em;
}


/* Kontakt */
.kontakt .pflichtinfo {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	padding: 0.6em 0;
}
form div.send {
	text-align: right;
}
.kontakt h2 {
	margin-top: 0;
}
main .kontakt div[class^="icon-"]::before {
	color: #27318a;
	font-size: 1.2em;
	margin-right: .5em;
	vertical-align: middle;
}


/* Impressum */
.impressum .os {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.impressum .os > * {
	flex: 1 1 auto;
}
.impressum .os .anschrift {
	margin: 2em 2em 2em 0;
}


/* Tabs */
.js dl.tabs {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
}
.js dl.tabs dt {
	display: block;
	-webkit-order: 1;
	padding: 6px 10px;
	margin: 10px 0 0 10px;
	background: linear-gradient(to bottom, #f6f6f6 0px, #d6d6d6 100%);
	border-top: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	box-shadow: 0 0 1px #666;
	align-self: flex-end;
}
.js dl.tabs dt:hover,
.js dl.tabs dt.active {
	color: #000;
}
.js dl.tabs dt.active {
	background: #f6f6f6;
	border-top-color: #0097d7;
	box-shadow: 0 0 3px #666;
	padding-top: 8px;
	padding-bottom: 8px;
}
.js dl.tabs dd {
	background-color: #f6f6f6;
	display: block;
	width: 100%;
	-webkit-order: 2;
	order: 2;
	display: none;
	padding: 1.2em 1.5em;
}
.js dl.tabs dt.active + dd {
	display: block;
}

.js dl.tabs.dropdown {
	display: block;
	background-color: transparent;
	border: 0;
}
.js dl.tabs.dropdown dt {
	margin: 4px 0 0;
	z-index: 1;
	border: 0;
}
.js dl.tabs.dropdown dt::after {
	content: "\25BC";
	float: right;
	font-size: .8em;
}
.js dl.tabs.dropdown dd {
	display: block;
	max-height: 0;
	padding: 0 1.5em;
	overflow: hidden;
	transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.3s;
}
.js dl.tabs.dropdown dd::before,
.js dl.tabs.dropdown dd::after {
	content: ' ';
	display: block;
	height: 1.5em;
}
.js dl.tabs.dropdown dt.active {
	box-shadow: none;
	background: linear-gradient(to bottom, #f6f6f6 0px, #d6d6d6 100%);
	padding: 6px 10px;
}
.js dl.tabs.dropdown dt.active::after {
	content: "\25B6";
	font-size: .7em;
	padding: 2px 1px;
}
.js dl.tabs.dropdown dt.active + dd {
	max-height: 9999px;
	transition: max-height .8s cubic-bezier(0.5, 0, 1, 0) 0s;
}

@media screen and (max-width: 1400px) {
	body > footer .nav li:not(:last-child) a::after {
		padding: 0 0.75vw;
	}
	.banner .slick-dots {
		right: 15px;
	}
}
@media screen and (min-width: 1281px) {
	body > header .logo img {
		filter: drop-shadow(0 0 100px #fff) drop-shadow(-100px 0 100px #fff) drop-shadow(0 0 100px #fff);
	}
	.startseite .cta .col-4 {
		width: auto;
	}
}

@media screen and (max-width: 1250px) {
	.startseite .cta .col-4 {
		padding: 0 15px 0 115px;
	}
	.startseite .cta img {
		top: 10px;
		width: 100px;
	}
}

@media screen and (max-width: 1200px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: initial !important;
	}
	
	body > header {
		background: #27318a;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		height: 60px;
		position: sticky;
		top: 0;
		z-index: 25;
	}
	body > header .inner {
		align-items: stretch;
		padding-left: 0;
	}
	body > header .logo {
		padding: 0 4em 0 15px;
	}
	body > header .logo img {
		height: 60px;
		padding: 3% 0;
	}
	body > header .top {
		justify-content: flex-end;
		margin-right: 50px;
		padding: 0.6em;
	}
	body > header .contact-data, body > header .top .button {
		display: none;
	}
	body > header .social {
		color: #fff;
		position: absolute;
		right: 70px;
		top: 10px;
	}
	body > header .social a {
		margin-left: 5px;
	}
	.social a::before {
		font-size: 2.5rem;
	}
	
	.main-nav {
		padding: 0;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 1000;
	}
	.main-nav button {
		min-width: 0;
	}
	.main-nav .btn-toggle-menu {
		background: transparent none;
		border: 0 none;
		cursor: pointer;
		padding: 8px;
		text-align: center;
	}
	.main-nav .btn-toggle-menu::after {
		display: none; /* hover-Effekt ausschalten */
	}
	.main-nav .btn-toggle-menu svg {
		width: 45px;
	}
	.main-nav .btn-toggle-menu rect {
		fill: #fff;
		transform-origin: 25px 25px;
		transition: .4s;
	}
	.main-nav .btn-toggle-menu.active rect#top {
		transform: rotate(45deg) translateY(14px);
	}
	.main-nav .btn-toggle-menu.active rect#middle {
		opacity: 0;
	}
	.main-nav .btn-toggle-menu.active rect#bottom {
		transform: rotate(-45deg) translateY(-14px);
	}
	.main-nav > ul.nav {
		border: 0;
		background-color: rgba(0,0,0,0.95);
		display: block;
		height: 0;
		max-height: none;
		margin: 0;
		opacity: 0.97;
		overflow: hidden;
		padding-top: 0;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		-webkit-transition: .4s;
		transition: .4s;
	}
	.nav-open .main-nav > ul.nav {
		height: calc(100% - 60px);
		overflow: auto;
		padding-top: 10vh;
	}
	.nav-open .main-nav > ul.nav::after {
		content: '';
		height: 1px;
		width: 1px;
		position: absolute;
		bottom: -2px;
	}
	/*.main-nav > ul.nav::after {
		content: '';
		background: url(logo.svg) no-repeat center bottom;
		background-size: contain;
		opacity: 0.1;
		position: absolute;
		top: calc(100% - 55px);
		height: 100px;
		left: 10px;
		right: 10px;
		z-index: 1;
	}*/
	.main-nav ul.nav > li {
		border: 0 none;
		display: list-item;
		float: none;
		font-size: 0.5em;
		margin: 0;
		padding: 0;
		position: relative;
		transition: font-size .4s;
		width: 100%;
		z-index: 2;
	}
	.nav-open .main-nav ul.nav > li {
		font-size: 1.5em;
	}
	.main-nav .nav > li:not(:last-child)::after {
		display: none;
	}
	.main-nav ul.nav > li a {
		border: 0 none;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	.main-nav ul.nav li button.mobile {
		background: transparent;
		border-radius: 0;
		font-size: 1em;
		line-height: 2em;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 2em;
	}
	.main-nav ul.nav li button.mobile::after {
		display: none;
	}
	.main-nav ul.nav a {
		display: block;
	}
	.main-nav ul.nav a.active,
	.main-nav ul.nav a:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.main-nav ul.nav > li.top {
		display: list-item;
	}
	.main-nav .nav ul {
		background: rgba(255,255,255,0.2);
		float: none;
		font-size: 1.3rem;
		opacity: 1;
		position: relative;
		text-align: center;
		transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.3s;
		top: 0;
		width: auto;
	}
	.main-nav .nav li:hover ul {
		max-height: 0;
	}
	.main-nav .nav li.open ul {
		max-height: 9999px;
		transition: max-height .8s cubic-bezier(0.5, 0, 1, 0) 0s;
	}
	.main-nav .link-home {
		display: list-item;
	}
	.main-nav ul.nav ul a {
		color: #fff;
		font-size: 0.9em;
	}
	.main-nav .nav ul li a {
		padding: 8px 10px;
	}
	
	body footer .inner {
		flex-wrap: wrap;
	}
	
	.startseite .fahrraeder .row > * {
		hyphens: none;
	}
	.startseite .fahrraeder h3 {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 1000px) {
	.col-1 { width: 16.66%; }
	.col-1-5 { width: 25%; }
	.col-2, .md2 { width: 33.33%; }
	.col-3, .col-4, .col-5, .col-2-5, .md3 { width: 50%; }
	.md4 { width: 66.66%; }
	.md5 { width: 83.33%; }
	.col-6, .col-7, .col-8, .col-9, .col-10,
	.col-11, .col-3-5, .col-4-5, .md6 { width: 100%; }
	
	.md1 { width: 16.66%; }
	.md2 { width: 33.33%; }
	.md3 { width: 50%; }
	.md4 { width: 66.66%; }
	.md5 { width: 83.33%; }
	.md6 { width: 100%; }
	
	body > footer::before {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		width: 1200px;
	}
	body footer .inner {
		justify-content: space-around;
	}
	body footer .inner > * {
		text-align: center;
	}

	.startseite .leistungen .col-4 {
		display: flex;
		width: 100%;
	}
	.startseite .leistungen div .col-4 > * {
		width: 50%;
	}
	.startseite .cta img {
		top: 50%;
		transform: translateY(-50%);
	}
	
	.swipe-area .swipe-content > * {
		flex-basis: 33.33%;
	}
}

@media screen and (max-width: 800px) {
	.banner .inner {
		display: block;
	}
	.banner .inner .img2 {
		opacity: 0.5;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}
	
	body > footer .logo-wrap {
		display: block;
		flex-grow: 1;
		text-align: center;
		width: 100%;
	}
	
	.banner .inner .img2 img {
		max-height: 400px;
	}

	.swipe-content > * {
		flex-basis: 33%;
	}
}

@media screen and (max-width: 650px) {
	.row > .md1 { width: 25%; }
	.row > .md2 { width: 50%; }
	.row > .md3, .md4 { width: 100%; }
	
	.row > .sm1 { width: 25%; }
	.row > .sm2 { width: 50%; }
	.row > .sm3 { width: 75%; }
	.row > .sm4 { width: 100%; }
	
	h1 { font-size: 2.0em; }
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.15em; }
	
	.startseite .leistungen div {
		position: relative;
	}
	.startseite .leistungen div .col-4 > * {
		width: 100%;
	}
	.startseite .leistungen .col-4 img {
		position: absolute;
	}
	.startseite .leistungen .col-4 div {
		position: relative;
		z-index: 2;
	}
	.startseite .leistungen .col-4:nth-child(1) div {
		background: rgba(105, 105, 105, 0.8);
	}
	.startseite .leistungen .col-4:nth-child(2) div {
		background: rgba(161, 211, 34, 0.8);
	}
	.startseite .leistungen .col-4:nth-child(3) div {
		background: rgba(47, 51, 62, 0.8);
	}
	.startseite .fahrraeder h3 {
		font-size: 1.5em;
	}
	
	.swipe-area .swipe-content > * {
		flex-basis: 50%;
	}
}

@media screen and (max-width: 600px) {
	body > footer {
		padding-bottom: 0;
	}
	body > footer .logo {
		max-width: 66.66%;
	}
	body > footer div.meta {
		display: block;
		text-align: center;
	}
	.startseite .cta .row {
		display: inline-block;
	}
	.startseite .cta .col-4 {
		display: block;
		margin-bottom: 3em;
		width: 100%;
	}
	
	.g-recaptcha  {
		margin-bottom: 1em;
	}
	.kontakt button {
		min-width: auto;
	}
}

@media screen and (max-width: 500px) {
	.col-1 { width: 50%; }
	.col-2, .col-3, .col-4, .col-5 { width: 100%; }
	.col-1-5 { width: 50%; }
	.col-2-5 { width: 100%; }
	
	button, .button {
		padding: 10px 25px;
	}
	button.ghost, .button.ghost {
		padding: 8px 13px;
	}
	
	body > footer {
		text-align: center;
	}
	
	.swipe-area .swipe-content > * {
		flex-basis: 100%;
	}
}

@media screen and (max-height: 500px) {
	body > header.small.hidden {
		transition: .2s;
	}
	body > header.small.hidden {
		top: -60px;
	}
}


/* Base OS-Swiper styles */
.os-swiper {
	padding: 0 30px;
	position: relative;
}
.swipe-area {
	cursor: grab;
	overflow: hidden;
}
.swipe-area:active {
	cursor: grabbing;
}
.swipe-content {
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
	transition: .2s;
}
.swipe-area.dragging .swipe-content {
	transition: none;
}
.swipe-content > * {
	flex: 1 0 25%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.os-swiper .buttons button {
	background: transparent;
	border: 0;
	color: #c0c0c0;
	font-size: 50px;
	font-style: normal;
	height: auto;
	line-height: 1;
	margin: 0;
	min-width: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.os-swiper .buttons button::before {
	display: none;
}
.os-swiper .buttons .btnPrev {
	left: 0;
}
.os-swiper .buttons .btnNext {
	right: -2px;
}


/* Icomoon-Icons */
[class^="icon-"]::before, [class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\1f4cd" !important;
}
.icon-mail:before {
  content: "\1f4e7" !important;
}
.icon-message:before {
  content: "\1f5e9" !important;
}
.icon-mobile:before {
  content: "\1f4f1" !important;
}
.icon-phone:before {
  content: "\1f57b" !important;
}
.icon-user:before {
  content: "\1f464" !important;
}
.icon-facebook:before {
  content: "\e901" !important;
}
.icon-instagram:before {
  content: "\e902" !important;
}
.icon-pinterest:before {
  content: "\e905" !important;
}
.icon-twitter:before {
  content: "\e904" !important;
}
.icon-whatsapp:before {
  content: "\e900" !important;
}
.icon-xing:before {
  content: "\e903" !important;
}
.icon-youtube:before {
  content: "\e906" !important;
}


/* Modales Fenster */
.modal {
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1200;
	display: none;
}
.modal:target {
	display: block;
}
.modal > .btn-close {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.modal-content {
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.95);
	width: 1200px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	max-height: 87%;
	overflow: auto;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.modal-content::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: -2px;
	width: 1px;
}
.modal-content .btn-close.top {
	color: currentColor;
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 32px;
	text-decoration: none;
}
.modal-msg:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.modal button {
	margin-top: 1em;
}
.modal-template {
	display: none;
}

.smartphoto-dismiss {
	background-repeat: no-repeat;
	background-position: 98%;
}

/* Overlay */
input#cbxHideOverlay {
	display: none;
}
input#cbxHideOverlay:checked + .overlay {
	display: none;
}
body > .overlay {
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
body > .overlay > .content {
	background: #fff;
	padding: 1em 2em 2em;
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 90%;
	max-width: 1330px;
	width: 95%;
	overflow: auto;
	transform: translate(-50%, -50%);
}
body > .overlay .button {
	min-width: auto;
}
body > .overlay .btn-close {
	background: #c00;
	color: #fff;
	cursor: pointer;
	font-size: 2em;
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 1.5em;
}