@font-face {
    font-family: 'Dosis';
    src:
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-regular.woff2') format('woff2'),
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-regular.woff') format('woff'),
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src:
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-light.woff2') format('woff2'),
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-light.woff') format('woff'),
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Dosis';
    src:
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-bold.woff2') format('woff2'),
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-bold.woff') format('woff'),
            url('/fileadmin/default/templates/shared/Fonts/Dosis/dosis-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body { min-height: auto; }

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#89070d+0,dc2b33+100 */
    background: #dc2b33; /* Old browsers */
    background: -moz-linear-gradient(top, #89070d 0%, #dc2b33 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #89070d 0%,#dc2b33 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #89070d 0%,#dc2b33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89070d', endColorstr='#dc2b33',GradientType=0 ); /* IE6-9 */
    color: #464646;

    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8125em;
    line-height: 1.4;



}
#wrapInner2 { background-color: #b0262c; }
#headerBox { background: #fff; }
#mainBodyBox { background: #f6f6f6; border-top: solid 100px #fff; }
#contextBox address { background: #b0262c; color: #fff; }
#contextBox address a { color: #fff; }
#footerBox { background-color: #b0262c; color: #fff; }
#footerBox a { color: #fff; }
a { color: #636363; }
a:hover, a.active { color: #ed333b; }
#mainNav li { border-bottom: dotted 1px #acacac; }
#mainNav a::before { color: #bababa; }
#mainNav a.active::before { color: #ed333b; }
h1, h2, h3, h4 { color: #ed333b; }


#logo { top: 30px; left: 25px; }

@media only screen and (max-width: 37.5em) {

}