
@font-face{
	font-family: 'Commissioner';
	src:url('/resource/Commissioner-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face{
	font-family: 'Commissioner';
	src:url('/resource/Commissioner-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face{
	font-family: 'Commissioner';
	src:url('/resource/Commissioner-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

html {
	font-size: 100%;
	height: 100%;
}

body {
	display: grid;
	grid-template-columns: 1rem 1fr 1rem;
	grid-template-rows: 1fr 10fr 1fr;
	font-family: 'Commissioner', sans-serif;
	margin: 0 auto;
	background-image: linear-gradient(rgba(255, 255, 255,.8), rgba(255, 255, 255,0)), url(/resource/header-about-super5-papierlabor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}

.imprint {
	background-image: none;
}

.imprint .wrapper {
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
	padding: 2rem 0 0;
	grid-auto-flow: column;
}

p.german {
	color: #808080;
	font-size: .875rem;
}

.header {
	display: flex;
	grid-column: 1 / -1;
	grid-row: 1;
	padding: 1rem;
	width: auto;
	height: min-content;
	justify-content: flex-end;
	border-bottom: 2px solid #ffec00;
	background: linear-gradient(10deg, rgba(255,255,255,.0), rgba(255,255,255,.0), rgba(255,255,255,.66), rgba(255,255,255,1));
}

.header .logo {
	width: auto;
	height: 100%;
	line-height: 0;
}

.header img {
	height: 2rem;
	width: auto;
}

.wrapper {
	display: grid;
	grid-column: 2;
	grid-row: 2 / 10;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	justify-items: center;
	align-items: center;
}

.ext-link {
	grid-row: 2;
	text-decoration: none;
}

a.button {
	display: inline-flex;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #222;
	margin: 0;
	padding: 1rem 2.5rem;
	background-color: rgba(255, 236, 0, 1);
	width: auto;
	height: min-content;
	border-radius: 4rem;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12), 0 1px 8px 0 rgba(0,0,0,.20);
	transition: ease-in-out .25s;
}

a.button:hover {
	background-color: rgba(255, 236, 0, 1);
	box-shadow: 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12), 0 11px 15px -7px rgba(0,0,0,.20);
	color: #222;
	transform: scale(1.05);
}

a.button:active {
	box-shadow: none;
	color: #222;
}

section {
	display: grid;
	justify-items: center;
	background: rgba(255,255,255, .9);
	gap: 2rem;
	max-width: 36rem;
	padding: 2rem;
}

h1.index {
	font-size: 3rem;
	text-align: center;
	grid-row: 1;
	color: #222;
	font-weight: 700;
	margin: 0;
}

section p {
	font-size: 1.25rem;
	text-align: center;
}

.footer {
	display: grid;
	grid-column: 1 / -1;
	grid-row: 10;
	grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
	padding: .5rem 1rem;
	font-size: .75rem;
	width: auto;
	font-weight: 300;
}

.wrapper p,
.footer p {
	display: grid;
	margin: 0;
	align-content: center;
	justify-content: center;
}

p span {
	padding-right: 1rem;
	margin: .5rem 0;
	justify-self: flex-end;
}

.wrapper p span {
	justify-self: flex-start;
}

p span:last-child {
	padding-right: 0;
}

p a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #ffec00;
	transition: ease-in-out .15s;
}

p a:hover {
	border-bottom: 1px solid transparent;
}

@media screen and (max-width: 32rem) {
	.header {
		background: linear-gradient(to right, rgba(255,255,255,.0), rgba(255,255,255,.66), rgba(255,255,255,1));
	}
	h1.index {
		font-size: 2.5rem;
	}
}
