@font-face {
    font-family: 'rock_itregular';
    src: url('../fonts/rockit-webfont.woff2') format('woff2'),
         url('../fonts/rockit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 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;
}
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;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'open_sansbold';
	background: #ffffff;
	text-align: left;
	font-size: 22px; 
	font-size: 2.2rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
}

h1 {
	font-family: 'rock_itregular';
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
	line-height: 2.7;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-top: 40px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	margin-top: 38px;
	margin-bottom: 28px;
}

p {
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}
p.download-hinweis {
	text-align: center;
	color: #aeaeae;
	border-top: 1px solid;
	padding-top: 10px;
	max-width: 480px;
	margin: 60px auto 30px auto;
}

a {
	color: #f6bf38;
	text-decoration: none;
}
a.button {
	display: inline-block;
	margin: auto;
	padding: 10px 25px;
	background: #ececec;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	color: #ffffff;
}
a.button:hover {
	background: #000000;
	color: #ffffff;
}

::selection {
	background: #000000; /* WebKit/Blink Browsers */
	color: #ffffff;
}
::-moz-selection {
	background: #000000; /* Gecko Browsers */
	color: #ffffff;
}

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

video, audio {
	width: 100%;
	height: auto;
}

audio {
	position: fixed;
	bottom: 120px;
	height: 40px;
	width: calc(100% - 20px);
	padding: 0 10px;
}

video {
	margin-bottom: 70px;
}

main {
	max-width: 600px;
	margin: auto;
	padding: 80px 4% 220px 4%;
}
	main img {
		border: 10px solid #000000;
		box-sizing: border-box;
	}
	main p.legal {
		text-align: center;
		margin-top: 60px;
		font-size: 16px;
		font-size: 1.6rem;
	}
		main p.legal a {
			color: #000000;
		}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 110px;
}
	footer nav {
		background: #000000;
		padding: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		footer p.title {
			font-family: 'rock_itregular';
			color: #ffffff;
			margin: 0;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			padding-top: 10px;
		}
		footer a.prev {
			-moz-transform: rotate(180deg);
			-webkit-transform: rotate(180deg);
			-o-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
		}
		footer a.prev.first, footer a.next.last {
			cursor: default;
			opacity: 0.3;
		}
			footer img {
				width: 50px;
				height: 50px;
				box-sizing: border-box;
			}

#snip_hinweis {
	position: fixed;
	bottom: 172px;
	right: 10px;
	background-color: rgba(255, 255, 0, 0.86);
	max-width: 311px;
	font-size: 15px;
	padding: 10px;
}

@media screen and (max-width: 420px) {
	html {
		font-size: 40.5%;
	}

	footer {
		height: 90px;
	}
	audio {
		bottom: 100px;
	}
		footer img {
			width: 30px;
			height: 30px;
		}
}

