/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/* BODY & TEXT */

body {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	max-width: 1200px;
	min-width: 980px;
	margin: 0 auto;
}

h1 {
	font-size: 5em;
	text-align: right;
	margin-top:250px;
	z-index: 99;
	position: relative;
}

h2 {
	z-index: 99;
	position: relative;
}

/* NAVIGATION */

nav {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	margin: 0 auto;
}

nav ul {
	list-style: none;
	white-space: nowrap;
}

nav ul h1 {
	white-space: normal;
}

nav ul li{
	display: inline;
	padding-left: 40px;
	font-weight: bold;
	font-size: 1.3em;
}

nav a{
	text-decoration: none;
	color: #000;
}

nav a:hover,
nav a:focus{
	color: #f00;
}

.navbar-logo {
	max-width: 382px;
	padding: 10px 0;
	margin-left: -20px;
}

.navbar-title {
	display: none;
}

.navbar-link {
	position: relative;
	bottom: 56px;
}

.nav-divider {
	position: relative;
	width: 60%;
	left: 340px;
	bottom: 75px;
	border-bottom: 1px solid #000;
}

.social {
	display: block;
	background-color: #000;
	width: 28px;
	height: 28px;
	overflow: hidden;
	top: 153px;
	left: 980px;
	position: absolute;
}

.social :hover {
	background-color: #3b5998;
}

/* FOOTER */

footer {
	display:block;
	padding-bottom: 10px;
	border-top: 1px solid;
	background-color: #fff;
	text-align:right;
	width: 100%;
	z-index: 9999;
}

footer a{
	text-decoration: none;
	color: #000;
}

footer a:hover,
footer a:focus{
	color: #f00;
}

/* COLORS & STYLES */

.pink {
	color: #DD12AB;
}

.nodecoration {
	text-decoration: underline;
	color: #000;
}

.nodecoration:hover {
	color: #DD12AB;
}

.highlight{
	background: #000;
	color: #fff;
	padding: 5px 5px;
	line-height: 10px;
	font-size: 0.8em;
	text-transform: uppercase;
}

.vertical {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 0.65em;
	display: inline-block;
	width: 180px;
	position: absolute;
	padding-left: 75px;
	margin-top: 593px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* CONTENT */

.container {
	max-width: 1000px;
	min-width: 748px;
	margin: 2px auto;
}

#home.container {
	padding-bottom: 520px;
}

.station-top-content {
	height: 210px;
	display: block;
}

.station-content {
	position: relative;
	padding: 5px;
}

.textbox {
	font-size: 1.2em;
	position: absolute;
	text-transform: none;
}

/* WE WORK */

#work {
	height: 1730px;
	background: url(../images/bg_WeWork.jpg) no-repeat;
}

.work.h2big {
	font-size: 7em;
	padding-left: 460px;
	margin-bottom: -0.5em;
}

.work.h2small {
	font-size: 0.3em;
	position: relative;
	bottom: 1em;
}

.textbox.work {
	top: 750px;
	width: 400px;
}


/* WE RIDE */

#ride {
	margin-top: -604px;
	height: 3479px;
	background: url(../images/bg_WeRide.jpg) no-repeat;
}

.ride.h2big {
	font-size: 13em;
	padding-left: 137px;
	top: -324px;
}

.ride.h2small {
	font-size: 0.2em;
	position: relative;
	bottom: 1.8em;
}

.textbox.ride1 {
	top: 750px;
	width: 340px;
}

.textbox.ride2 {
	top: 1360px;
	left: 560px;
	width: 400px;
}

.textbox.ride3 {
	bottom: 0px;
	width: 880px;
	padding: 20px;
	font-weight: bold;
}

.shadow {
	text-shadow: 0px 0px 14px rgba(0,0,0,1);
	color: #fff;
}

/* WE WEAR */

#wear {
	margin-top: -433px;
	height: 1356px;
	background: url(../images/bg_WeWear.jpg) no-repeat;
}

.wear.h2big {
	font-size: 13em;
	padding-left: 12px;
	top: -195px;
}

.wear.h2small {
	font-size: 0.2em;
	position: relative;
	bottom: 0.6em;
}

/* WE MEET */
#contact{
	text-align: center;
	font-weight: 900;
	padding: 0px;
}

#contact p {
	font-size: 1.6em;
	line-height: 0.1em;
}

.meet.h2big {
	font-size: 12em;
	margin-top: 50px;
	background: #fff;
	width: 650px;
	padding-right: 130px;
	left: 400px;
	top: -80px;
}

.meet.h2small {
    font-size: 0.2em;
	position: relative;
	bottom: 2em;
}

.ileft {
	text-indent: -15em;
}

.iright {
	text-indent: 4em;
}

.ileft.small {
	text-indent: -21em;
	margin-top: -0.9em;
	font-size: 0.9em !important;
}

#contact  a{
	text-transform: lowercase;
	font-size: 0.9em;
}

#map {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 1;
	width: 580px;
	display: inline;
}

#map img {
	position: relative;
	left: 49px;
}

#hours {
	position: absolute;
	left: 5px;
	top: 360px;
	font-size: 3em;
	font-weight: 900;
	z-index: 10;
}

#imprint {
	position: absolute;
	right: 10px;
	top: 470px;
	width: 350px;
	font-weight: 700;
	font-size: 0.8em;
	padding-bottom: 35px;
}

#imprint p {
	padding: 0 5px;
}

/* JOBS */
.jobs.h2big {
	font-size: 7em;
	margin-top: 130px;
	background: #fff;
	width: 735px;
	padding-right: 230px;
	left: 250px;
	top: 80px;
}

.jobs.h2small {
    font-size: 0.4em;
	position: relative;
	bottom: 0em;
}

#covid19 {
	margin-top: 30px;
	background-color: #DD12AB;
}

#covid19 a {
	font-size: 1.5em;
	font-weight: 700;
	text-decoration: none;
	display: block;
	width: 926px;
	padding: 15px;
	text-transform: uppercase;
	color: #fff !important;
}

/* SCREEN MEDIUM 

@media only screen and (max-width: 748px) {
	body {
		min-width: 481px;
		max-width: 748px;
		width: 100%;
	}
	.vertical {
		display: none;
	}
	.container {
		min-width: 481px;
		max-width: 748px;
		width: 100%;		
	}
	.container img {
		width: 100%;
		margin: 0;
		padding: 0;
	}	
	.navbar-logo {
		max-width: 200px;
		margin-left: -20px;
	}
	.nav-divider {
		width: 70%;
		left: 200px;
		bottom: 49px;
	}
	.navbar-link {
		bottom: 30px;
	}
	.station-top-content {
		height: 130px;
	}
	footer ul  li{
		font-size: 1.1em;
		padding-left: 25px;		
	}
	.ileft {
		text-indent: -6em;
	}
	.iright {
		text-indent: 4em;
	}
	.ileft.small {
		text-indent: -5em;
		margin-top: -0.5em;
	}
}

/* SCREEN SMALL 

@media only screen and (max-width: 480px) {
	body {
		min-width: 320px;
		max-width: 480px;
		width: 100%;
	}
	.container {
		min-width: 320px;
		max-width: 480px;
		width: 100%;		
	}
	.vertical {
		display: none;
	}
	.navbar-logo,
	.nav-divider {
		display: none;
	}
	footer {
		padding: 5px 0;
	}
	footer ul {
		padding-left: 0;
	}
	footer ul  li{
		padding-right: 0px;
		display: block;
		text-align: center;
		font-size: 1em;
	}
	.navbar-title {
		display: block;
		text-align: center;
	}
	.navbar-link {
		bottom: 0px;
	}
	.station-top-content {
		height: 200px;
	}
	.ileft {
		text-indent: 0em;
	}
	.iright {
		text-indent: 0em;
	}
	.ileft.small {
		text-indent: 0em;
		margin-top: -0.5em;
	}
}

*/