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-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Noto Serif", serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
}
p {
    margin-bottom: 1.6em;
}
b,
strong {
    font-weight: 700;
}

body {
    background: #f1f1f1;
}
.content {
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 2em;
    padding: 2em;
}
#berechnen {
    background-color: #22313f;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
    color: #ffffff;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: "Noto Sans", sans-serif;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
select {
    font-size: 1.9rem;
    line-height: 1.6842;
    background-color: #f7f7f7;
    border-radius: 0;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    color: #333;
    font-family: "Noto Serif", serif;
    box-sizing: inherit;
}
a {
    color: #22313f;
    text-decoration: none;
    border-bottom: 1px solid #22313f;
}
a:hover {
    color: rgba( 34, 49, 63, 0.7);
}
p, ul {
    font-size: 12pt;
    margin-bottom: 1.6842em;
    color: #22313f;
}
ul {
    list-style-position: inside;
    line-height: 1.6842;
    font-size: 120%;
    margin-bottom: 0px;
}
.img {
    margin-left: -5px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 1em;
}
h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
}