@charset "utf-8";

html { 
	margin: 0px;
	min-height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: white;
	color: #878889;
	height: 100%;
	overflow-x: hidden;
}	 

.show-on-mobile { display: none !important; }

.smalltext { font-size: 80%; }

.bigtext { font-size: 125%; } 

.redtext { color: #e2001a; }

.pfeillink {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
	background-image: url("../img/icon-pfeil.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px 14px;
	text-decoration: none;	
}

/**** MENUBAR ****/

.menubar {
	box-sizing: border-box;
	position: fixed;
	z-index: 998;
	left: 0px;
	top: 0px;
	width: 360px;
	height: 100%;
	background-color: #a4dae3;
	color: white;
	padding: 250px 30px 80px 140px;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	min-height: 780px;
}

.menubar .mainmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 19px;
	line-height: 26px;
	text-transform: uppercase;
}

.menubar .mainmenu li {
	margin-bottom: 3px;
}

.menubar .mainmenu a {
	text-decoration: none;
}

.menubar .mainmenu a:hover, .menubar .mainmenu .sel a {
	color: #e2001a;
}

.menubar .infoblock {
	position: absolute;
	left: 140px;
	bottom: 150px;
	align-items: center;
	justify-content: center;
}

.menubar .infoblock .trenner {
	height: 5px;
}

.menubar .socialicons {
	position: absolute;
	left: 140px;
	bottom: 68px;
}

.menubar .socialicons a {
	display: inline-block;
	margin-right: 8px;
}

.menubar .footermenu {
	position: absolute;
	left: 140px;
	bottom: 50px;
}

.menubar .footermenu a { text-decoration: none; }
.menubar .footermenu a:hover { text-decoration: underline; }

/**** LOGOBAR ****/

.logobar {
	box-sizing: border-box;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 82px;
	width: 100%;
	height: 110px;
	background-color: white;
	/* transition:all 0.2s ease; */
}

.logobar.fixed {
	position: fixed;
	left: 0px;
	top: 72px;
	height: 84px;
	width: 360px; 
}

.logobar .logo {
	position: absolute;
	left: 140px;
	top: 26px;
	margin: 0px;
	transition:all 0.3s ease;
}

.logobar.fixed .logo {
	top: 18px;
	left: 70px;
}

.logobar .logo img {
	transition:all 0.3s ease;
}

.logobar.fixed .logo img {
	width: 216px;
	height: 52px;
}

/**** MOBILE MENU ****/

.menuicons {
	position: absolute;
	right:18px;
	bottom: 8px;
	display: none;
}

#menu-hide { display: none; }

.mobilemenu-container {
	position: fixed;
	z-index: 9999;
	top: 85px;
	left: 0px;
	width: 100%;
	display: none;
	background-color: white;
}

.mobilemenu {
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #e0e0e0;
}

.mobilemenu li {
	border-top: 1px solid #e0e0e0;
}

.mobilemenu li a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 4px;
}

.mobilemenu li.small a {
	font-size: 12px;
}

.mobilemenu li.social {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 1px;
}

.mobilemenu li.social a {
	display: inline-block;
	padding: 0px;
	margin-left: 3px;
	margin-right: 3px;
} 

.mobilemenu li.sel a {
	color: #e2001a;
}

/**** MAIN ****/

.bg-big {
	box-sizing: border-box;
	position: fixed;
	z-index: -2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-left: 360px;
}

.bg-big.slide { 
	display: none; 
}

.bg-big img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main {
	box-sizing: border-box;
	padding-left: 360px;
	padding-bottom: 100px;
	position: relative;
	width: 100%;
	height: 100%;
}

.main .content {
	padding: 250px 40px 54px 40px;
}

.main .content .inner {
	position: relative;
}

.main .content .zettel-headline {
	margin-top: 50px;
	margin-bottom: 0px;
	width: 530px;
	height: 167px;
}

.main .content .zettel-headline:first-child {
	margin-top: -30px;
}

.textblock {
	padding-left: 35px;
	padding-right: 35px; 
	max-width: 720px;
	margin-bottom: 40px;
}

.textblock a {
	color: #e2001a;
}

.textblock .red {
	color: #e2001a;
}

.textblock h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	color: #e2001a;
	font-family: serif;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}

.textblock ul {
	padding-left: 20px; 
}

.textblock li {
	margin-bottom: 10px;
}

.textblock h2 strong { font-weight: normal; }
	

.lageplan {
	position: relative;
	left: -70px;
	margin-top: 20px;
	margin-bottom: -30px;
}

.bildergalerie {
	font-size: 0;
	line-height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.galerie-entry {
	display: inline-block;
	width: 40%;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #b6b7b9;
}

/**** STÖRER ****/

.stoerer {
	position: absolute;
	z-index: 1000;
	top: 120px;
	right: 12vw;
	width: 250px;
	height: 250px;
	text-decoration: none;
}

.stoerer .background {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-image: url(../img/stoerer.svg);
	background-size: cover;
}

.stoerer .text {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	line-height: 1.05;
	text-align: center;
	padding: 27px 25px 23px 25px;
}

.stoerer .text p {
	margin: 0px; 
}

.stoerer .text.textsize-1 { font-size: 14px; }
.stoerer .text.textsize-2 { font-size: 17px; }
.stoerer .text.textsize-3 { font-size: 20px; }
.stoerer .text.textsize-4 { font-size: 23px; }
.stoerer .text.textsize-5 { font-size: 26px; }

.stoerer .pfeil {
	position: absolute; 
	left: 7%;
	top: 4%;
	width: 19%;
	height: 19%;
	background-image: url(../img/pfeil.svg);
	background-size: cover;
}
	
.biginfo {
	box-sizing: border-box;
	padding: 10px 30px;
	position: absolute;
	z-index: 999;
	top: 50vh;
	left: calc(50vw - 180px);
	width: 720px;
	background-color: rgba(255,255,255,0.95);
	color: black;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

/**** TEAM ****/

.team-entry {
	position: relative;
	padding-left: 155px;
	min-height: 90px;
	margin-top: 15px;
}

.team-entry .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
}

.team-entry .text h3 {
	margin: 0px;
	color: #e2001a;
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
}
	
.team-entry .text h3 .name {
	text-transform: uppercase;
	font-weight: bold;
}
	
.team-entry .text p {
	margin: 0;
}

/**** MARKEN ****/

.marke-entry {
	position: relative;
	padding-left: 155px;
	min-height: 108px;
	margin-top: 20px;
}

.marke-entry .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	padding-top: 6px;
}

.marke-entry .text h3 {
	margin: 0px;
	color: #e2001a;
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	font-weight: bold;
}
	
.marke-entry .text p {
	margin: 0;
}

/**** BIKE-KATEGORIEN ****/

.bike-kategorien {
	font-size: 0;
	line-height: 0;
	margin-top: -20px;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: -6px;
	max-width: 800px;
}

.kategorie-entry {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 12px);
	height: auto;
	background-color: #b7b8b9;
	background-color: #e2001a;
	color: white !important;
	margin: 6px;
	font-size: 11px;
	line-height: 13px;
	padding: 1px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

.kategorie-entry .image {
	width: 100%;
	height: auto;
	line-height: 0; 
	background: white;
}

.kategorie-entry .text {
	padding: 3px 10px 2px 10px;
}

.kategorie-entry .text .kategoriename {
	font-weight: bold;
	text-transform: uppercase;
}

/**** BIKES ****/

.zuruecklink {
	position: absolute;
	top: -40px;
	left: 0px;
}

.bikeheadline {
	position: absolute;
	top: -31px;
	left: 48px;
	color: #e2001a;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding-right: 100px;
}

.bikes {
	font-size: 0;
	line-height: 0;
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: -4px;
}

.bike-entry {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: calc(16.666% - 8px);
	background-color: #b7b8b9;
	background-color: #e2001a;
	color: white !important;
	margin: 4px;
	font-size: 11px;
	line-height: 13px;
	padding: 1px;
	cursor: pointer;
	text-decoration: none;
}

.bike-entry .image {
	width: 100%;
	line-height: 0; 
	background: white;
}

.bike-entry .text {
	padding: 3px 10px 2px 10px;
	overflow: hidden;
	height: 26px;
}

/**** BIKE DETAILS ****/

.bike-details { 
	position: relative;
	max-width: 650px;
	padding-top: 4px;
}

.bike-details .image { 
	border: solid 1px #d0d0d0; 
	margin-bottom: 12px;
	line-height: 0;
}

.bike-details .beschreibung {
	font-size: 14px;
	line-height: 19px;
}

.bike-details .preis {
	position: absolute;
	top: -31px;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #e2001a;
	text-align: 
}

.bike-details .herstellerlink {
	margin-top: 12px;
	color: #e2001a;
}

.bike-details h2 {
	color: #e2001a;
	font-size: 14px;
	font-weight: normal;
}	

/**** NEWS ****/

.news {
	position: relative;
	min-height: 80vh;
}

.news-bg {
	box-sizing: border-box;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	padding-top: 200px;
	width: 100%;
	max-width: 1300px;
}

.news-bg-middle img { min-height: 200px; }

.news-content {
	padding: calc(210px + 4vw) calc(4vw + 70px) 100px 50px;
	max-width: 1100px;
}

.news-content h1 {
	margin: 0;
	color: #e2001a;
	font-family: serif;
	font-size: 28px;
	line-height: 1;
	font-weight: normal;
	text-align: right;
}

.news-entry {
	position: relative;
	margin-top: 12px;
	margin-bottom: 15px;
	max-width: 860px;
}

.news-content h2 {
	margin: 0;
	color: #e2001a;
	font-family: serif;
	font-size: 26px;
	line-height: 1;
	font-weight: normal;
}

.news-content h2 .datum {
	font-size: 12px; 
}

.news-content hr {
	border: none;
	width: 100%;
	height: 1px;
	background-image: url(../img/punkt-linie.svg);
	background-size: 2px 1px;
}

.news-content p {
	margin-top: 11px;
	margin-bottom: 11px;
}

.news-content .image {
	max-width: 44%;
	max-height: 40%;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid #b6b7b9;
	font-size: 0;
	line-height: 0;
}

.news-content .image.left { float: left; margin-right: 15px; }
.news-content .image.right { float: right; margin-left: 15px; }

.news-entry .mehrlink {
	position: absolute;
	bottom: -5px;
	right: 0px;
	text-align: right;
	color: #e2001a;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.news-entry .mehrlink img {
	position: relative;
	top: 4px;
	margin-left: 2px;
}

.news-entry.collapsed {
	padding-bottom: 20px;
}

.news-entry.collapsed .inner {
	max-height: 270px;
	overflow: hidden;
}

.news-entry.collapsed .mehrlink {
	display: block;
}

.news-entry a {
	color: #e2001a;
}

.news-entry .galerie-entry { max-width: 110px; }

/**** KALENDER ****/

.kalender-container {
	position: relative;
	background-color: rgba(255,255,255,0.3);
	border-radius: 15px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	width: 680px;
}

.kalender-container #kalender-blaettern-links {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	display: none;
	z-index:99;
}

.kalender-container #kalender-blaettern-rechts {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	display: none;
	z-index:99;
}

.kalender {
	font-size: 0px;
	line-height: 0px;
	margin-top: 25px;	
	margin-right: -40px;
}

.kalender.neu {
	position: relative;
	white-space: nowrap;
/* 	background-color: rgba(255,255,255,0.2); */
	width: 620px;
	height: 306px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.kalender-inner {
	position: relative;
	left: 0px;
}

.kalender .monat {
	width: 270px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 40px;
	margin-bottom: 25px;
	text-align: center;
}

.kalender.neu .monat {
	margin-left: 20px;
	margin-right: 20px;
}

.kalender .monat h3 {
	font-size: 17px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 5px;
}


.kalender .cell {
	display: inline-block;
	vertical-align: top;
	width: 38px;
}

.kalender .wochentag-header .cell {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
}

.kalender .woche .cell {
}

.kalender .woche .cell .tag {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background-color: #d6d7d9;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 9px;
	text-decoration: none;
	text-align: center;
	color: white;
}

.kalender .woche .cell .tag.active {
	background-color: #e2001a;
	cursor: pointer;
}

/**** NEWSLETTER ****/

.ep-form-row { margin-left:-15px; margin-right:-15px; margin-bottom:10px; box-sizing:border-box; }
.ep-form-row:before, .ep-form-row:after, .ep-clearfix:before, .ep-clearfix:after { display:table; content:" "; }
.ep-form-row:after, .clearfix:after { clear:both; }
.ep-form-col-1, .ep-form-col-2, .ep-form-col-full { position:relative; min-height:1px; padding-left:15px; padding-right:15px; box-sizing:border-box; }
.ep-form fieldset { margin:0; padding:0; border:0; }
.ep-radio-checkbox-offset { margin-left:24px; }
.ep-form-col-1, .ep-form-col-2, .ep-form-col-full { float:left; }
.ep-form-col-1 { width:100px; }
.ep-form-col-2 { width:300px;  }
.ep-form-col-full { width:100%; }


/**** SMALL SCREENS ****/

@media only screen and (max-width: 1440px) {
	.bike-entry { width: calc(20% - 8px);
}

@media only screen and (max-width: 1200px) {
	.menubar { width: 320px; padding-left: 120px; padding-top: 220px; min-height: 700px; }	
	.menubar .infoblock { left: 120px; bottom: 115px; }
	.menubar .socialicons { left: 120px; bottom: 58px; } 
	.menubar .footermenu { left: 120px; bottom: 40px; }
	.logobar { top: 72px; }
	.logobar .logo { left: 120px; }
	.logobar.fixed { width: 320px; top: 62px; }
	.logobar.fixed .logo { left: 50px; }
	.bg-big { padding-left: 320px; }
	.main { padding-left: 320px; }
	.main .content { padding: 220px 40px 44px 40px; }
	.main .content .zettel-headline { width: 480px; height: auto; }
	.main .content .zettel-headline:first-child { margin-top: -10px; }
	.bike-kategorie { padding-top: 14px; }
	.bike-details { padding-top: 18px; }
	.zuruecklink { top: -26px; }
	.bikeheadline, .bike-details .preis { top: -17px; }
	.biginfo { left: calc(50vw - 150px); width: 620px; }
}

@media only screen and (max-width: 1100px) {
	.kalender-container { width: 360px; }
	.kalender.neu { width: 310px; }
	.bike-entry { width: calc(25% - 8px);
}

@media only screen and (max-width: 1000px) {
	.menubar { width: 275px; padding-left: 80px; padding-top: 200px; padding-right: 20px; min-height: 650px; }	
	.menubar .infoblock { left: 80px; bottom: 100px; }
	.menubar .socialicons { left: 80px; bottom: 58px; } 
	.menubar .footermenu { left: 80px; bottom: 40px; }
	.logobar { top: 60px; height: 98px; }
	.logobar .logo { left: 80px; top: 22px; }
	.logobar .logo img { width: 250px; height: auto; }
	.logobar.fixed { width: 275px; top: 52px; height: 80px; }
	.logobar.fixed .logo { left: 38px; }
	.logobar.fixed .logo img { width: 200px; height: auto; }
	.bg-big { padding-left: 275px; }
	.main { padding-left: 275px; }
	.main .content { padding: 200px 25px 44px 25px; }
	.main .content .zettel-headline { width: 450px; }
	.news-bg { padding-top: 170px; }
	.news-content { padding-top: calc(180px + 4vw); }
	.biginfo { left: calc(50vw - 140px); width: 560px; }
}

@media only screen and (max-width: 900px) {	
	.hide-on-mobile { display: none !important; }
	.show-on-mobile { display: block !important; }	
	.menubar { display: none; }
	.menuicons { display: block; }
	.logobar { top: 0px !important; height: 65px !important; width: 100% !important; position: fixed; }
	.logobar .logo { left: 18px !important; top: 12px !important; }
	.logobar .logo img { width: 180px !important; height: auto; }
	.mobilemenu-container { display: block; top: 65px; }
	.bg-big { padding-left: 0px; }
	.main { padding-left: 0px; padding-top: 85px; margin-top: -86px; }
	.main .content { padding: 120px 10px 60px 10px; }
	.filter { width: calc(100% + 6px) !important; }
	.news-bg { padding-top: 100px; }
	.news-content { padding-top: calc(115px + 4vw); }
	.biginfo { left: calc(50vw - 280px); width: 560px; }
}

@media only screen and (max-width: 720px) {	
	.news-content h1 { font-size: 24px; }
	.news-content h2 { font-size: 23px; }
	.lageplan { left: -50px; width: 110%; }
}


@media only screen and (max-width: 640px) {	
	.stoerer { width: 180px; height: 180px; }
	.stoerer .text { padding: 16px 15px 14px 15px; }
	.stoerer .text.textsize-1 { font-size: 10px; }
	.stoerer .text.textsize-2 { font-size: 12px; }
	.stoerer .text.textsize-3 { font-size: 14px; }
	.stoerer .text.textsize-4 { font-size: 17px; }
	.stoerer .text.textsize-5 { font-size: 20px; }
	.filter { margin-bottom: 0px; }
	.filterbox { width: calc(33.333% - 6px); margin-top: 4px; margin-bottom: 4px; }
	.filterbox.suche { width: calc(66.666% - 6px); }
	.bike-entry { width: calc(33.333% - 8px); }
	.bike-details .body .image { width: 100%; height: auto; }
	.marke-entry { padding-left: 125px; }
	.marke-entry .image { width: 100px; }
	.news-content { padding-left: 25px; padding-right: calc(4vw + 40px); }
	.lageplan { width: 116%; }
	.biginfo { left: 0px; width: 100%; }
}

@media only screen and (max-width: 520px) {	
	.stoerer { top: 135px; }
	.main { padding-top: 65px; }
	.main .content .zettel-headline { width: 400px; }
	.main .content .textblock { padding-left: 25px; padding-right: 25px; }
	.lageplan { left: -40px; }
	.kategorie-entry { width: calc(100% - 12px); }
	.zuruecklink { top: -14px; }
	.zuruecklink img { width: 24px; height: 24px;  }
	.bikeheadline { top: -11px; font-size: 14px; left: 34px; padding-right: 0px; }
	.bike-details .preis { position: relative; top: 0px; margin-top: 14px; }
	.news-content h2 { font-size: 20px; }
}	

@media only screen and (max-width: 420px) {	
	.bike-entry { width: calc(50% - 8px); }
	.main .content .zettel-headline { width: 100%; margin-top: 30px; }
	.main .content .textblock { padding-left: 10px; padding-right: 10px; margin-bottom: 30px; }
	.marke-entry { padding-left: 0px;  }
	.marke-entry .image { position: relative; margin-bottom: 15px; }
	.lageplan { left: -30px; width: 114%; }
}	

