html {
    overflow-y: scroll; /* scrollbar fix (prevent ugly left pull for lower content sites) */
    height: 100%;
    background-color: #ffffff;
}

body {

    font-family: "ff-dax-web-pro",sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-weight: 400;
    color: #70706E;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.122344em;
}

section {padding: 7px}


.page-header {
    border-bottom: 0 none;
    margin: 0;
    padding-bottom:5px;
}

a {
    color: #1C568A;
    font-weight: 400;
    -moz-transition: color 0.3s ease-in-out 0s;
    -webkit-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s;
}
a:hover {color: #2082ce;}

h1,h2,h3,h4,h5,h6 {
    color: #1C568A;
    font-family: "ff-dax-web-pro",sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}


section#top {
    background-color: #ffffff;
    height: 30%;
}


section#bottom {
    background-color: #eeeeee;
    height: 70%;
}

div.signetwrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
div.signet {
    bottom: 15px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;;
}
div.wortmarke {
    padding-top: 10px;
    text-align: center;
}

div.textcontainer  {
    margin: 30px auto 0;
    max-width: 420px;
}

div.social {
    margin: 30px auto 0;
    max-width: 420px;
    text-align: center;
}

.social a {
    color: #70706e;
    font-size: 30px;
}
.social a:hover {
    color: #1C568A;
    text-decoration: none;
}

section#note {
    background-color: #1C568A;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 700;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}











