@charset "UTF-8";

@media all {
/*---------- CSS Reset by Eric Meyer ----- v2.0 | 20110126 ----- http://meyerweb.com/eric/tools/css/reset/ ----- 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; font-size:100%; font:inherit; /*vertical-align:baseline;*/ border:0;}
/* 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;}
/* ----------  FORMATIERUNGEN  ---------- */
html {background:#333; height:100.2%; margin-bottom:1px;}
body {font-family:"Arial", times, serif; font-size:150.00%; color:#ddd;}
.content {background:transparent; width:620px; margin:30px auto; border:0px solid #ddd;}
/* ---------- UEBERSCHRIFTEN + TEXT ---------- */
h1 {font-family:'Dosis', sans-serif; text-transform:uppercase; letter-spacing:0.05em; font-size:56px; font-size:3.5rem; font-weight:300; margin:0; text-align:center; color:#d90b0f;}
h2 {font-family:'Dosis', sans-serif; text-transform:uppercase; letter-spacing:0.05em; font-size:32px; font-size:2.0rem; font-weight:300; margin:0; text-align:center; color:#fff;}
p {margin-bottom:24px; font-size:80%; line-height: 1.5em; text-align:center;}
img {background:#ddd; margin-top:30px; padding:5px; border:0px solid #ccc; -webkit-box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5); box-shadow:  5px 5px 5px 0px rgba(0, 0, 0, 0.5);}
/* ---------- LINKS ----------*/
a, a em.file {color:#ddd; text-decoration:none;}
a:hover, a:focus, a:active {background:transparent; text-decoration:underline; color:#fff;}
}