
@font-face {
    font-family: 'SpaceMono';
    src: url('./assets/SpaceMono-Regular.woff2') format('woff2'),
         url('./assets/SpaceMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SpaceMono';
    src: url('./assets/SpaceMono-Bold.woff2') format('woff2'),
         url('./assets/SpaceMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'SpaceGrotesk';
    src: url('./assets/SpaceGrotesk-Bold.woff2') format('woff2'),
         url('./assets/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0px;
	font-family: 'SpaceGrotesk';
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
	background-color: #141414;
	color: #ffffff;
	position: relative;
}


#logo {
	font-family: 'SpaceMono';
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	position: fixed;
	top: 52px;
	left: 24px;
}

#contact {
	position: absolute;
	top: 52px;
	right: 24px;
}

.footer {
	padding-bottom: 16px;
	padding: 24px;
}

.imprint {
	right: -50px;
	bottom: 90px;
	position: absolute;
	-webkit-transform: rotate(270deg);
 	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.download {
	background-color: #FF3529;
	padding: 16px 24px 14px 24px;
	border-radius: 40px;
	display: inline-block;
}





/* Typografie __________________________________________________  */


h1 {
	font-family: 'SpaceGrotesk';
	font-size: 34px;
	line-height: 34px;
}

h3 { 
	font-family: 'SpaceGrotesk';
	font-size: 16px;
	line-height: 16px;

}

p {
	font-family: 'SpaceMono';
	font-weight: normal;
	font-size: 16px;
	text-indent: 24px;
	line-height: 24px;
	margin-bottom: 0px;
}

.small {
	font-family: 'SpaceGrotesk';
	font-size: 16px;
	line-height: 19px;
}

/* Links __________________________________________________  */

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}

a:hover.download {
	color: #000;
	background-color: #fff;
	padding-bottom: 14px;
	border-bottom: 0px solid #fff;

}




/* Attribute __________________________________________________  */

.center {
	text-align: center;
}

.noindent {
	text-indent: 0px;
}

.spacer8 {
	margin-top: 8px;
}

.spacer16 {
	margin-top: 16px;
}

.spacer24 {
	margin-top: 24px;
}

.spacer32 {
	margin-top: 32px;
}

.spacer40 {
	margin-top: 40px;
}

.spacer48 {
	margin-top: 48px;
}

.spacer64 {
	margin-top: 64px;
}

.spacer128 {
	margin-top: 128px;
}


/* Settings & Fixes  __________________________________________________  */

.container {
	max-width: 1200px;
	padding-left: 24px;
	padding-right: 24px;
}

.container-fluid {
	padding-left: 24px;
	padding-right: 24px;	
}

.row img {
	width: 100%;
}



/* Marquee __________________________________________________  */


.marquee {
	width: 100%;
  	overflow: hidden;
  	color: #000;
  	background-color: #F4F4F4;
  	padding: 8px 0px 8px 0px;
  	position: fixed;
  	top: 0px;
  	z-index: 500000;
  	/*
  	box-shadow: 0px 24px 24px 0px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 24px 24px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 24px 24px 0px rgba(0,0,0,0.40);
	*/
}

/* MEDIA QUERYS */

@media screen and (max-width: 600px) {
	.imprint {
		right: -50px;
		bottom: 130px;
		position: absolute;
	}

	#logo {
		position: absolute;
		left: 16px;
	}

	#contact {
		right: 16px;
	}

	.container {
		padding-top: 64px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.container-fluid {
		padding-left: 16px;
		padding-right: 16px;	
	}


	.footer {
		padding-bottom: 16px;
		padding: 16px;
}

}

