html {
    overflow-y: scroll;
    font-size: 100%;
    height: 100%;
    box-sizing: border-box;
}
 
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
}

div.clear {
    clear: both;
}

#wrapper {
    max-width: 1496px;
    padding: 8px;
    background-color: #fff;
}

#container {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

#Navi-Top form {
    margin-bottom: 0;
}

/* Footer */

#footermain {
    max-width: 100%;
    padding: 16px 10px 10px 10px;
    vertical-align: middle;
    background-color: #ebebeb;
}

#copyright {
    width: 98%;
    text-align: right;
    font-size: 0.8125rem;
}

#nach-oben-button {
    width: 51px;
    height: 51px;
    position: fixed;
    right: 44px;
    bottom: 50px;
    line-height: 50px;
    opacity: 0.7;
    text-align: center;
    text-decoration: none;
    z-index: 1030;
}

#nach-oben-button:hover {
    opacity: 1;
}

.hidden-linktext {
    display: none;
}

a {
    text-decoration: none;
    color: #8d0002;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b6b6b6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b6b6b6;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b6b6b6;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b6b6b6;
}

/* Inhaltselemente */

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

#main a:hover {
    text-decoration: underline;
}

.ce_text ul, .ce_downloads ul,
#main .mod_navigation ul {
    list-style-type: disc;
    margin-left: 20px;
}

.ce_text li, .ce_downloads li,
#main .mod_navigation li {
    padding-left: 1rem;
    margin-bottom: 0.4rem;
}


 
