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;
}
@font-face {
        font-family: 'Congenial';
        src: url('fonts/Congenial-Light.woff') format('woff'); font-weight: 300;
}
@font-face {
        font-family: 'Congenial';
        src: url('fonts/Congenial-Regular.woff') format('woff'); font-weight: 400;
}
@font-face {
        font-family: 'Congenial';
        src: url('fonts/Congenial-Medium.woff') format('woff'); font-weight: 500;
}
@font-face {
        font-family: 'Congenial';
        src: url('fonts/Congenial-Bold.woff') format('woff'); font-weight: 600;
}
html {
    font-family: 'Congenial';
}
h1 {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
h2, h3, h4 {
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
h2 {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0px;
}
h3 {
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 16px;
}
h4 {
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 28px;
}
h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    margin-bottom: 8px;
    margin-top: 24px;
}
h6 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    color: gray;
}
p {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    font-variant-numeric: oldstyle-nums;
}
a {
    color: #000000;
}

h6 a {
    color: gray;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    color: #c3998a;
}
a:active {
    color: #c3998a;
}
div {
    background-position: center;
    background-repeat: no-repeat;
}
.float {
    width: 50%;
    height: 100%;
    float: left;
}
.outer {
    width: 50%;
    height: 100%;
    display: table;
    position: absolute;
}
.inner {
    display: table-cell;
    vertical-align: middle;
}
.start {
    background-image: url(images/start.jpg);
    background-size: 100% 100%;
}
.title {
    width: 60%;
    height: 100%;
    margin: 0 auto;
    background-image: url(images/title.png);
    background-size: contain;
}
.portrait {
    width: 80%;
    height: 420px;
    margin: auto 0 auto 20%;
    background-image: url(images/portrait.jpg);
    background-size: contain;
    background-position: right center;
}
.info {
    width: 90%;
    margin: auto 0 auto 48px;
}
.praxis {
    background-image: url(images/praxis.jpg);
    background-size: cover;
}
.contact {
    width: 70%;
    margin: auto 5% auto 25%;
}
.map {
    background-image: url(images/karte.png);
    background-size: cover;
}
.datenschutz {
    width: 90%;
    margin: 5%;
}
.datenschutz h1, .datenschutz h4 {
    color: #c3998a;
}
/*
//  responsive design
*/
@media screen and (max-width : 840px) {
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 24px;
}
h3 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 12px;
}
h5 {
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 24px;
}
h6 {
    font-size: 12px;
    margin-top: 12px;
}
p {
    font-size: 15px;
    margin-bottom: 8px;
}
.info {
    margin: auto 0 auto 10%;
}
.contact {
    margin: auto 10% auto 20%;
}
}
@media screen and (max-width : 640px) {
h1 {
    font-size: 20px;
}
h2 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}
h3 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}
h4 {
    font-size: 15px;
    margin-bottom: 15px;
}
h5 {
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: 15px;
}
h6 {
    font-size: 10px;
    margin-top: 10px;
}
p {
    font-size: 12px;
    margin-bottom: 6px;
}
.contact {
    width: 60%;
    margin: auto 20%;
}
}
@media screen and (max-width : 520px) {
html {
    text-align: center;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
}
h3 {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 3px;
}
h4 {
    font-size: 12px;
    margin-bottom: 6px;
}
h5 {
    font-size: 8px;
    margin-bottom: 2px;
    margin-top: 2px;
}
h6 {
    font-size: 8px;
    margin-top: 4px;
}
p {
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 3px;
}
.float {
    width: 100%;
    height: 50%;
    float: none;
}
.outer {
    width: 100%;
    height: 50%;
}
.title {
    width: 80%;
}
.portrait {
    width: 100%;
    height: 100%;
    margin: 0;
    background-size: cover;
    background-position: 50% 25%;
}
.info {
    width: 80%;
    margin: 0 10%;
}
.contact {
    width: 80%;
    margin: 0 10%;
}
.datenschutz {
    text-align: left;
}
}
@media screen and (max-height : 400px) {

h1 {
    font-size: 16px;
}
h2 {
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
}
h3 {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 3px;
}
h4 {
    font-size: 12px;
    margin-bottom: 6px;
}
h5 {
    font-size: 8px;
    margin-bottom: 2px;
    margin-top: 8px;
}
h6 {
    font-size: 8px;
    margin-top: 4px;
}
p {
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 3px;
}
.title {
    width: 60%;
}
.portrait {
    width: 100%;
    height: 100%;
    margin: 0;
    background-size: cover;
    background-position: 50% 25%;
}
.info {
    width: 80%;
    margin: 0 10%;
}
.contact {
    width: 80%;
    margin: 0 10%;
}
}