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

/* archivo-narrow-regular - latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'),
       url('../fonts/archivo-narrow-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/archivo-narrow-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* archivo-narrow-700 - latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'),
       url('../fonts/archivo-narrow-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/archivo-narrow-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Archivo Narrow', Calibri, Arial, sans-serif;
    color: #0A171F;
}

section.alert {
	border: 4px solid red;
	color: red;
	padding: 3% 2% 2% 2%;
	width: 50%;
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}

section.alert p {
	text-transform: none;
}

.logo img {
	display: block;
	width: calc(30vh + 100px);
	margin: 3em auto;
}

section {
	max-width: 60%;
	margin: 0 auto 2em auto;
	text-align: center;
}

section.disclaimer p, section.disclaimer li {
	font-size: 16px;
	text-transform: none;
	text-align: left;
	letter-spacing: 0.05em;
}

.main {
	margin-top: 6em;
}

h2, section.alert > h2 {
	font-weight: 700;
	line-height: 26px;
	margin: 0 0 12px 0;
}

p {
	font-weight: 400;
	margin-bottom: 24px;
	line-height: 24px;
}

strong {
	font-weight: 700;
	letter-spacing: 0.05em;
}

h2, p, a {
	font-size: 18px;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

li {
	font-size: 16px;
	line-height: 24px;
	margin:  0 0 8px 0;
}

section.impressum {
	text-align: center;
}

a:link, a:visited {
	color: #EF7F01;
	text-decoration: none;
}

a:hover {
	color: #0A171F;
}

.alert a {
	color: red;
	text-decoration: underline;
}

.alert a:hover {
	text-decoration: none;
}
