
/* Stylesheet zum rücksetzen von Designvorgaben auf definierten Standard */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
html, body, button, input, select, textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #8c806e;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul {
    margin-bottom: 0;
}
li {
    font-size: 13px;
    margin: 5px 0px 10px 0px;
}
pre {
    overflow: auto;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
a img {
    border: 0;
}
a, input {
    outline: none;
}
a {
    color: #ff9000;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 5px 0px 15px 0px;
    clear: both;
    font-weight: lighter;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }
p {font-size: 13px; margin: 5px 0px 15px 0px; }

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    align-self: center;
    vertical-align: middle;
    display: block;
}
figure {
    margin: 0;
}
::-webkit-input-placeholder { color: rgba(51, 51, 51, 0.9); }
:-moz-placeholder { color: rgba(51, 51, 51, 0.9); }
::-moz-placeholder { color: rgba(51, 51, 51, 0.9); opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: rgba(51, 51, 51, 0.9); }

input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, 0.5);
    color: #333;
}
input:focus, select:focus {
    outline: 2px solid rgba(51, 51, 51, 0.5);
}
.hide {
    display: none;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
