/* basic.css */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
	margin: 0;
	padding: 0
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Exo';
	font-style: normal;
	font-weight: 200;
	src: url('/grafik/fonts/exo-v20-latin-200.eot');
	/* IE9 Compat Modes */
	src: url('/grafik/fonts/exo-v20-latin-200.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('/files/grafik/fonts/exo-v20-latin-200.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('/files/grafik/fonts/exo-v20-latin-200.woff') format('woff'),
		/* Modern Browsers */
		url('/files/grafik/fonts/exo-v20-latin-200.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('/files/grafik/fonts/exo-v20-latin-200.svg#Exo') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Exo';
	font-style: normal;
	font-weight: 300;
	src: url('/grafik/fonts/exo-v20-latin-300.eot');
	/* IE9 Compat Modes */
	src: url('/files/grafik/fonts/exo-v20-latin-300.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('/files/grafik/fonts/exo-v20-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('/files/grafik/fonts/exo-v20-latin-300.woff') format('woff'),
		/* Modern Browsers */
		url('/files/grafik/fonts/exo-v20-latin-300.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('/files/grafik/fonts/exo-v20-latin-300.svg#Exo') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Exo';
	font-style: normal;
	font-weight: 400;
	src: url('/grafik/fonts/exo-v20-latin-regular.eot');
	/* IE9 Compat Modes */
	src: url('/files/grafik/fonts/exo-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('/files/grafik/fonts/exo-v20-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('/files/grafik/fonts/exo-v20-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('/files/grafik/fonts/exo-v20-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('/files/grafik/fonts/exo-v20-latin-regular.svg#Exo') format('svg');
	/* Legacy iOS */
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: start;
	/* see #4596 */
	vertical-align: top
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	font-variant: normal;
	cursor: help
}

blockquote,
q {
	quotes: none
}

fieldset,
img {
	border: 0
}

ul {
	list-style-type: none
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

del {
	text-decoration: line-through
}

ins {
	text-decoration: none
}

header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
	display: block
}

body {
	font: 1em/1.47em Exo, sans-serif;
	color: #3d3d3d;
	letter-spacing: .1px
}

input,
button,
textarea,
select {
	font-size: 99%;
	font-family: inherit;
	font-weight: inherit
}

pre,
code {
	font-family: Monaco, monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
	margin-bottom: 12px;
	/* Should match the font size */
}

h1 {
	margin-bottom: 1em;
	text-align: center;
	font-size: 2.07em;
	line-height: 1.37em;
	color: #153259;
	font-weight: 300
}

h2 {
	margin-top: 1.34em;
	margin-bottom: .94em;
	text-align: center;
	font-size: 1.82em;
	line-height: 1.34em;
	color: #153259;
	font-weight: 300
}

h3 {
	font-size: 1.26rem;
	font-weight: bold;
	color: #153259
}

h4 {
	font-size: 1.3333em;
	/* 16px */
}

table {
	font-size: inherit
}

caption,
th {
	font-weight: bold
}

a {
	color: #000
}

a:hover {
	color: #00006A
}

h1,
h3,
h4,
h5,
h6 {
	margin-top: 1em
}