html {
    box-sizing:  border-box;
    font-size:   88%;
    font-family: Verdana, Helvetica, Arial sans-serif;
    background:  #fff;
    color:       #000000;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    height:     100%; 
    overflow:   hidden; 
}

body {
    height:     100%;
    overflow:   hidden;
    margin:     0px;
    border:     0px;
}

/* General-Purpose-Klassen */

.unsichtbar
{
    display:    none;
    border:     none;
    padding:    0px;
    height:     0px;
    width:      0px;
    visibility: hidden;
}

/* spamschutz */
span.sschutz {
    display:none;
}

img {
    border: none;
}

h1, h2, h3, h4{
    color: #8F8F8F;
    background:  url("/assets/pic/h1-underline.png") bottom left no-repeat;
    font-weight: lighter;
}

.nounderline {
    background: none;
    font-weight: bold;
}

h1:not(.nounderline) { font-size:   156.25%; }
h2:not(.nounderline) { font-size:   142%;    }
h3:not(.nounderline) { font-size:   127.84%; }
h4:not(.nounderline) { font-size:   100%;    }

h4.black {
    color:       #000000;
    font-weight: normal;
}

.rdbrand {
    font-variant: small-caps;
}

.centered {
    text-align: center;
}
