@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ========================
   REST PLUS 
=========================== */

img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

button, button:focus {
	border: 0;
	outline: 0;
}

html {
	scroll-behavior: smooth;
}

div {
	box-sizing: border-box;
}


/* ========================
   LAYOUT 
=========================== */

#background {
	min-height: 100vh;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main {
	width: 50%;
	min-height: 100vh;
	margin-left: auto;
	background-color: #080808;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#quote {
	margin: auto;
	padding: 2rem;
}

#logoleiste, #logos {
	display: flex;
	flex-direction: column;
	align-self: flex-end;
}

#logoleiste {
	width: 100%;
	padding: 2rem 4rem;
	background-color: white;
}

#logos {
	margin: 1rem auto 0;
	width: 100%;
	max-width: 1000px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#logos div {
	margin-right: 2rem;
	max-width: 120px;
}

#logos div:last-child {
	margin-right: 0;
}

#logos img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
#logos img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
#logos img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}



/* ========================
   TYPO 
=========================== */

/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../_backing/fonts/jost-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_backing/fonts/jost-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_backing/fonts/jost-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_backing/fonts/jost-v12-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-700 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../_backing/fonts/jost-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_backing/fonts/jost-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_backing/fonts/jost-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_backing/fonts/jost-v12-latin-700.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-italic - latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../_backing/fonts/jost-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_backing/fonts/jost-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_backing/fonts/jost-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_backing/fonts/jost-v12-latin-italic.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-700italic - latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../_backing/fonts/jost-v12-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_backing/fonts/jost-v12-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_backing/fonts/jost-v12-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../_backing/fonts/jost-v12-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_backing/fonts/jost-v12-latin-700italic.svg#Jost') format('svg'); /* Legacy iOS */
}
html {
	font-size: 14px;
}

p, a, h1, h2, h3 {
	font-family: 'Jost', sans-serif;
	color: #e5e5e5;
	letter-spacing: 0.08em;
	text-align: center;
}

#quote p {
	font-size: 2rem;
	line-height: 1.4em;
}

.label, #quote .label {
	font-size: 0.8rem;
	text-transform: uppercase;
}

#logoleiste h3 {
	font-size: 1.2rem;
	display: block;
	width: 100%;
	text-align: center;
}


#logoleiste .label {
	color: #080808;
}


/* ========================
   RESPONSIVE 
=========================== */

@media(min-width:1920px){
	html {
		font-size: 18px;
	}
}

@media(max-width:1200px){
	#logos {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	#logos div {
		max-width: 90px;
		margin: 0;
	}
}

@media(max-width:1000px){
	html {
		font-size: 12px;
	}
	#logos div {
		max-width: 70px;
	}
}

@media(max-width:700px){
	#background{
		position: relative;
		width: 100%;
		height: 25vh;
		min-height: 25vh;
	}
	#main {
		width: 100%;
		min-height: 75vh;
	}
	#logos div {
		max-width: 50px;
	}
}
