* {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #333333;
}

html,body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    text-decoration: none;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 25px;
    border-bottom: 1px solid #e3001a;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: -9px;
}

p {
    line-height: 20px;
    margin-bottom: 12px;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

#headerImageContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#headerImageContainer img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
}

#headerImageContainer img.active {
    display: block;
}

#headerImageContainer img.bgwidth {
    width: 100%;
}

#headerImageContainer img.bgheight {
    height: 100%;
}

#container {
    margin: 0;
    position: relative;
    min-width: 100%;
    min-height: 100%;
}

#container:before, #container:after {
    display: table;
    content: "";
}

#container:after {
    clear: both;
}

#container:before, #container:after {
    display: table;
    content: "";
}

#header {
    position: relative;
    height: 83px;
    width: 890px;
    margin: 0 auto;
}

#header #logo {
    position: absolute;
    top: 23px;
    left: 0;
}

#navigationMain {
    position: absolute;
    top: 23px;
    right: 0;
}

#navigationMain li {
    list-style-type: none;
    float: left;
    margin-left: 50px;
}

#navigationMain li a {
    font-family: 'Lato', sans-serif;
    color: #303030;
    text-transform: uppercase;
    font-size: 15px;
}

#navigationMain li a:hover, #navigationMain li.active a {
    color: #003366;
}

#balken {
    position: absolute;
    background: url('background-header.png') repeat-x;
    top: 83px;
    height: 15px;
    width: 100%;
}

#containerContentWrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 70px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
}

#containerContent {
    margin: 0 auto;
    width: 890px;
    z-index: 100;
}

#contentBalken {
    height: 17px;
    width: 100%;
    background: url('background-header2.png') repeat-x;
}

#contentBalken50 {
    position: absolute;
    height: 77px;
    top: -77px;
    width: 100%;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.5);
    z-index: -1;
}

#content {
    position: relative;
    margin-top: -158px;
    float: right;
    min-height: 400px;
    background: url('background-content.png') no-repeat top left;
    width: 539px;
    padding: 15px 20px;
    z-index: 100;
}

#content .sliderContainer {
    position: absolute;
    top: -24px;
    right: 4px;
    z-index: 100;
}

#content .sliderContainer .slider {
    height: 20px;
    width: 20px;
    float: left;
    margin-left: 4px;
    z-index: 100;
    background: #707070;
    cursor: pointer;
}

#content .sliderContainer .active {
    background: #a7a7a7;
}

#navigationSub {
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

#navigationSub a li {
    font-family: 'Lato', sans-serif;
    width: 225px;
    text-align: right;
    text-transform: uppercase;
    list-style-type: none;
    font-size: 18px;
    padding: 3px 9px;
}

#navigationSub a li:hover, #navigationSub a li.active {
    background: url('active-nav.png') top right repeat-y;
    font-weight: 400;
}

#footer {
    height: 70px;
    margin-top: -70px;
    z-index: 15;
    overflow: hidden;
    background: #003563;
    width: 100%;
}

#footer .footerWrapper {
    position: relative;
    width: 890px;
    margin: 0 auto;
}

#footer .footerWrapper .left, #footer .footerWrapper .middle, #footer .footerWrapper .right {
    position: absolute;
}

#footer .footerWrapper .left, #footer .footerWrapper .middle, #footer .footerWrapper .right, #footer .footerWrapper .left a, #footer .footerWrapper .middle a, #footer .footerWrapper .right a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
}

#footer .footerWrapper .left a:hover, #footer .footerWrapper .middle a:hover, #footer .footerWrapper .right a:hover {
    text-decoration: underline;
}

#footer .footerWrapper .left {
    left: 0px;
    top: 20px;
    font-weight: bold;
}

#footer .footerWrapper .middle {
    left: 332px;
    top: 20px;
}

#footer .footerWrapper .right {
    right: 0px;
    top: 36px;
}

.einzelbild {
    text-align: center;
    margin-bottom: 20px;
}

#content .block {
    margin-bottom: 20px;
}

#content .block .img {
    width: 165px;
    float: left;
}

#content .block .contentBlock {
    margin-left: 175px;
}

#content .block .contentBlock h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #d80023;
    margin-top: 0;
}

#content .bild2x {
    width: 565px;
}

#content .bild2x .bild {
    position: relative;
    float: left;
    margin-right: 22px;
    width: 259px;
    height: 192px;
}

#content .bild2x .bild .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 219px;
    height: 152px;
    background: #d80023;
    padding: 20px;
}

#content .bild2x .bild .txt, #content .bild2x .bild .txt h2, #content .bild2x .bild .txt h3, #content .bild2x .bild .txt p , #content .bild2x .bild .txt p a {
    color: #fff;
}

#content .bild2x .bild .txt h2 {
    font-family: 'Lato', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    text-transform: uppercase;
}

#content .bild2x .bild .txt h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-style: italic;
    font-size: 15px;
}

.imageGallery {
    margin-top: 10px;
    width: 555px;
}

.imageGallery div {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 13px;
    margin-bottom: 13px;
}

.newsliste {
    margin-bottom: 40px;
}

.newsliste .item {
    position: relative;
    height: 131px;
    padding: 40px 0;
    border-top: 1px solid #bbb;
}

.newsliste .item .img {
    float: left;
    width: 167px;
    height: 131px;
}

.newsliste .item .content {
    margin-left: 187px;
}

.newsliste .item .content h3 {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.newsliste .item .more {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.newsliste .item .more a {
    color: #666;
}

.newsliste .paging {
    position: absolute;
    right: 10px;
}

.newsliste .paging a {
    color: #666;
}

.newsliste .bottomPaging {
    position: absolute;
    bottom: 30px;
}

.newsliste .topPaging {
    position: absolute;
    top: 44px;
    right: 50px;
}

#navigationMainResp {
    display: none;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    background: #444;
}

#navigationMainResp .headWrapper {
    position: relative;
    height: 40px;
}

#navigationMainResp .head {
    position: absolute;
    right: 15px;
    width: 26px;
    top: 10px;
    cursor: pointer;
}

#navigationMainResp .head .icon-balken {
    width: 100%;
    background: #fff;
    height: 2px;
    margin-bottom: 6px;
}

#navigationMainResp .list {
    display: none;
    padding-bottom: 10px;
}

#navigationMainResp .list ul {
    margin: 0;
}

#navigationMainResp .list ul {
    text-align: left;
    list-style-type: none;
}

#navigationMainResp .list ul li {
    margin-top: 4px;
}

#navigationMainResp .list ul li a {
    color: #fff;
    text-transform: uppercase;
}

@media ( max-width :960px) {
    #navigationMain {
        display: none;
    }

    #navigationMainResp {
        display: block;
    }

    #header {
        width: 100%;
        text-align: center;
        height: auto;
    }

    #header #logo {
        position: static;
    }

    #header #logo .logoImg {
        margin: 15px 0;
    }

    #containerContent {
        width: 100%;
    }

    #content {
        margin-top: 0px;
        background: #fff;
        width: auto;
        float: none;
    }

    #navigationSubContainer {
        display: none;
    }

    #content .sliderContainer {
        top: -50px;
    }

    #contentBalken50 {
        display: none;
    }

    #footer {
        height: 105px;
    }

    #footer .footerWrapper {
        width: auto;
        padding: 15px;
    }

    #footer .footerWrapper .left, #footer .footerWrapper .middle, #footer .footerWrapper .right {
        position: static;
    }

    .einzelbild img {
        width: 100%;
    }

    #content .bild2x {
        width: 100%;
    }

    #content .bild2x .bild {
        width: 40%;
        height: 265px;
    }

    #content .bild2x .bild img {
        width: 100%;
    }

    #content .bild2x .bild .txt {
        width: 84%;
    }

}

@media ( max-width :960px) {
    .newsliste .topPaging, .newsliste .bottomPaging {
        position: static;
        left: 0;
    }

    .newsliste .item {
        height: auto;
    }

    .newsliste .item .img {
        float: none;
        width: auto;
        height: auto;
    }

    .newsliste .item .content {
        margin-left: 0;
    }

    .newsliste .item .img img {
        width: 100%;
    }
}