/* 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;
    font-family: 'OpenSans', sans-serif;
    padding: 10px;
}
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;
}

body {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    line-height: 140%;
    color: #333;
    min-height: 100vh;
    width: 100%;
    background: #fff;
    padding: 0;
}

.imprint-content {
    background: #fff;
    padding: 15px;
    max-width: 660px;
    margin: 0 auto;
}

h1 {
    font-weight: normal;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 10px;
}
h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
    margin-top: 40px;
}

p {
    font-weight: normal;
    padding: 0 0 20px 0;
}

a {
    text-decoration: underline;
    color: inherit;
}

b {
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

ul {
    padding-left: 25px;
    list-style-type: disc;
}

small {
    font-size: 12px;
    margin-top: -10px;
    display: block;
}

button {
    background: #ffbe00;
    border: 0;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    margin: 15px 0 15px 0;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
}
button:hover {
    background: #eeb100;
}
button:active,
button:focus {
    outline: 0;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSansRegular.eot');
    src: url('fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('fonts/OpenSansRegular.woff2') format('woff2'),
         url('fonts/OpenSansRegular.woff') format('woff'),
         url('fonts/OpenSansRegular.ttf') format('truetype'),
         url('fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSansSemibold.eot');
    src: url('fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('fonts/OpenSansSemibold.woff2') format('woff2'),
         url('fonts/OpenSansSemibold.woff') format('woff'),
         url('fonts/OpenSansSemibold.ttf') format('truetype'),
         url('fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSansBold.eot');
    src: url('fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('fonts/OpenSansBold.woff2') format('woff2'),
         url('fonts/OpenSansBold.woff') format('woff'),
         url('fonts/OpenSansBold.ttf') format('truetype'),
         url('fonts/OpenSansBold.svg#OpenSansBold') format('svg');
    font-weight: bold;
}
