/* Schrift und Hintergrund Browserseite */
html body {
    font-family: Arial,Lucida Grande,Lucida Sans Unicode,verdana,geneva,sans-serif;
}

body {
    background-image: url("../img/body_image2.jpg");
    background-repeat: no-repeat;
    background-color: transparent;
    height: auto;
}

html {
    background: url(../img/body_image_hg.jpg);
}

.reset-margin {
    margin: 0;
}

.reset-padding {
    padding: 0;
}

div.head-img div.panel {
    padding: 10px 0 0 0;
    background-color: #fff;
    border-width: 0px;
}

div.head-img div.panel img {
    min-height: 100px;
    object-fit: cover;
}

img.head-img-small {
    display: none;
}

.head-title {
    margin: 0;
    padding: 0;
}

h1.h1-title2 {
    background-color: #990505;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 15px 5px 15px;
}

.row-border-left {
    background: url("../img/border_left2.png") left top repeat-y;
    padding-left: 15px;
}

.column-border-right {
    background: url("../img/border_right2.png") right top repeat-y;
    padding-right: 20px;
}

.content-hg {
    background-color: #fff;
    padding: 20px 40px 20px 30px;
}

#content ul.cols {
    list-style: none;
    padding: 0;
    margin: 4px 0;
}

#content li {
    font-size: 1em;
}

#content li.col-2 {
    padding: 10px 25px 10px 5px;
    width: 50%;
    float: left;
}

#content h2 {
    font-size: 1.25em;
    font-weight: bold;
}

#content div.col-right img {
    margin-bottom: 8px;
}

#content h3 {
    font-size: 1.15em;
    font-weight: bold;
}

#content li p {
    padding: 10px 0 5px 0;
}

#content table {
    border-width: 0px;
}

#content table tr:nth-of-type(even) {
    background-color: #fff;
}

#content td {
    vertical-align: top;
}

/* Main NAV */
#navi1 {
    background: url("../img/logo.png") right bottom no-repeat;
    background-color: white;
    padding-bottom: 125px;
}

#navi1 ul {
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
}

#navi1 li {
    width: auto;
    border-top: 1px solid #dadada;
}

#navi1 li.menu-current ul,
#navi1 li.menu-parent ul {
    border-top: 1px solid #dadada;
}

#navi1 a {
    color: #4b4b4b;
    display: block;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-top: 2px;
    text-decoration: none;
}

#navi1 a:hover {
    color: #990505 !important;
    padding-left: 13px;
}

#navi1 li.menu-first {
    border-top: none;
}

#navi1 li.menu-current a,
#navi1 li.menu-parent ul li.menu-current a {
    color: #000;
    font-weight: bold ;
}

#navi1 li.menu-parent a {
    color: #4b4b4b;
    font-weight: normal;
}

#navi1 li.menu-parent ul li a {
    color: #4b4b4b;
    font-weight: normal;
}

#navi1 li.menu-child a,
#navi1 li.menu-sibling a {
    color: #4b4b4b;
    font-weight: normal;
}

#navi1 li.menu-hidden {
    display: none;
}

/* Footer */
.row-border-bottom {
    padding: 0 12px 0 7px;
}

.column-border-bottom {
    background: url("../img/border_bottom2.png") left top no-repeat;
    background-size: 100%;
    height: 80px;
}

#foot {
    background-color: #990505;
    color: #fff;
    margin-bottom: 10px;
}

#foot ul {
    margin-top: 4px;
    list-style: none;
    display: inline;
}

#foot li {
    display: inline;
    padding: 10px;
}

#foot a {
    color: #ffffff;
    font-size: 0.85em;
    padding: 2px;
    text-decoration: none;
}

#foot a:hover {
    color: #f7f7f7;
}

/* Footer */
#basis {
    color: #330000;
    font-size: 0.7em;
}

#links {
    margin-top: 10px;
    width: 50%;
}

#links a {
    color: #008CBA;
    text-decoration: none;
}

#links a:hover {
    color: #f7f7f7;
}

@media (max-width:640px) {
    img.head-img-small {
        display: block;
    }

    img.head-img-normal {
        display: none;
    }

    div.head-img div.panel {
        padding-top: 0;
    }

    div.head-img img {
        min-height: 80px;
    }

    h1.h1-title2 {
        font-size: 1.0em;
    }

    #navi1 {
        padding-bottom: 0;
    }

    #navi1 li {
        width: 60%;
        border-top: 1px solid #dadada;
    }
}

@media (max-width:48em) {
    .row-border-left {
        background: white;
        padding-left: 0px;
    }

    .column-border-right {
        background: white;
        padding-right: 0px;
    }

    .row-border-bottom {
        padding: 0;
    }

    #head-topping {
        display: none;
    }

    #foot ul {
        display: block;
        padding: 0 ;
    }

    #foot li {
        display: block;
        padding: 0 ;
    }

    #content li.col-2 {
        width: 99%;
        float: left;
    }
}

inhalt {
}