/* CSS Document */
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    background: #fff;
    line-height: 32px;
    color: #000;
}

h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 700;
    line-height: 50px;
    hyphens: auto;
}
@media all and (max-width:991px){
    h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 35px;
}
@media all and (max-width:991px){
    h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}

a {
    color: #17733a;
}

h2 a:after, p a:after {
    display: inline-block;
    padding-left: 5px;
    font-weight: 500;
    content: ">";
    background: #177342;
    height: 20px;
    position: relative;
    border-radius: 20px;
    font-size: 19px;
    left: 10px;
    line-height: 23px;
    color: #fff;
    padding-right: 5px;
}

.layout_latest {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 25px;
}

.agb #container .ce_text li {
    background: none;
    font-size: 17px;
    line-height: 22px;
}

.agb #container ol {
    padding-left: 35px;
}


h3 {
    font-size: 16px;
}

#header {
    background: #fff;
    height: 157px;
    position: fixed;
    width: 100%;
    z-index: 8000;

}
#header:after{
    content: '';
    background: linear-gradient(53deg,#005118 0,#005118 12%,#008227 100%);
    width: 100%;
    display: block;
    height: 92px;
    bottom: 0;
    position: absolute;
    z-index: -1;
 }

#header .inside,
#container,
#footer .inside {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

#logo {
    float: left;
}

#header .mod_navigation a,
#header .mod_navigation span {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    height: 40px;
}

#header .mod_navigation a:hover {
    color: #005118;
}

#header .mod_navigation span {
    color: #005118;
    font-weight: 700;
}

#container .ce_text ul {
    margin: 40px 0 40px 20px;
}

#container .ce_text li {
    background: url(img/li.png) no-repeat left 3px;
    padding: 0 0 20px 40px;
    font-size: 24px;
}

#left {
    margin: 0;
    width: 275px;
    padding-top: 165px;
}

#left ul {
    margin: 60px 0 0 0;
}

#left li {
    background: #17733a;
    padding: 5px 10px;
    font-style: normal;
    display: inline-block;
    margin: 0;
    float: left;
    clear: left;
}

#left li.active {
    margin-left: 20px;
}

#left a,
#left span {
    color: #fff;
    text-decoration: none;
    float: left;
    font-size: 18px;
    line-height: 28px;
}

#main {
    padding-top: 165px;
}

#main.withLeft {
    float: right;
    width: 691px;
}

#teaser {
    float: right;
    width: 255px;
    background: #fafafa;
    margin: 40px 0 40px 20px;
    padding: 20px;
}

#teaser h2 {
    line-height: 35px;
}

.caption {
    font-size: 10px;
    line-height: 12px;
}

.image_container.float_right {
    margin: 0 5px 40px 20px;
}

.image_container img {
    border: 1px solid #17733a;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.cs-title {
    background: #17733a;
}

.ce_coinSlider {
    margin-top: 30px;
}

#footer {
    background: linear-gradient(53deg,#005118 0,#005118 12%,#008227 100%);
    padding: 60px 0;
    color: #fff;
    margin-top: 60px;
    overflow: hidden;
    border-top: 1px solid #17733a;
}

.facebook {
    padding: 10px 0 0 40px;
    background: url(img/like.png) no-repeat left 13px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    float: left;

}

.adresse {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.adresse p {
    padding: 20px 0;
    line-height: 30px;
}

.adresse a {
    color: #fff;
}

.wir {
    border-left: 1px solid #fff;
    float: right;
    margin: 0 20px;
    padding: 0 0 0 60px;
    width: 200px;
}

.wir ul {
    margin: 0;
}

.wir li {
    background: url(img/liFooter.png) no-repeat left 23px;
    padding: 20px 0 0 40px;
    font-style: italic;
}

.mod_newslist .image_container {
    float: right;
}

.mod_newslist h2 {
    line-height: 35px;
}

.drittel {
    float: left;
    width: 30%;
    margin-right: 3%;
}

.clearing {
    clear: both;
    padding-top: 50px;
}

.mod_navigation {
    display: none;
}
.mod_navigation.show {
    display: block;
    padding-left: 15px;
}
#header .mod_navigation .nav-item.last {
    padding-right: 0;
}
.icon-bars {
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}
.main-nav .level_1 {
    display: flex;
    flex-direction: column;
}
.main-nav .level_2 li {
    margin-bottom: 5px;
    padding-left: 30px;
}
.mod_navigation {
    position: absolute;
    z-index: 1000;
    background: #fff;
    top: 160px;
    left: 0;
    right: 0;
    height: 100vh;
}

@media only screen and (max-width: 992px) {
    #header {
        position: relative;
    }

    #logo {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 42px;
    }

    #main {
        padding: 0;
    }

    #header .inside,
    #container,
    #footer .inside {
        width: 100%;
    }

    #home-1 {
        width: 100% !important;
    }

    #teaser {
        display: none;
    }

    .ce_text,
    .ce_gallery{
        padding: 20px;
    }

    #footer .inside,
    #aktuell {
        padding: 20px;
    }

    .wir {
        border: none;
        width: auto;
        float: none;
        margin: 0;
        padding: 0;
    }

    .adresse {
        float: none;
        width: auto;
    }

    .facebook {
        float: none;
        display: block;
        height: 50px;
    }

    #left {
        display: none;
    }

    #main.withLeft {
        float: none;
        width: 100%;
    }

    .image_container.float_right {
        width: 100%;
        float: none;
    }

    .ce_gallery li.col_first {
        clear: none;
    }
}
@media (min-width: 992px) {
    .mod_navigation {
        display: block;
    }

    .mod_navigation .main-nav .level_2 {
        display: none
    }

    .main-nav .level_1 {
        flex-direction: row;
    }

    .mod_navigation.show {
        padding-left: 0;
        padding-top: 10px;
    }

    .icon-bars {
        display: none;
    }

    .mod_navigation {
        float: right;
        position: static;
        height: auto;
        background: transparent;
    }

    #header .mod_navigation .level_1 li {
        float: left;
        padding: 25px 20px 0 20px;
    }

    #header .mod_navigation span,
    #header .mod_navigation a{
        position: relative;
    }
    #header .mod_navigation span:after,
    #header .mod_navigation a:hover:after{
        content: '';
        border-bottom: 4px solid green;
        display: block;
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }

    #header .mod_navigation a,
    #header .mod_navigation span {
        float: left;
    }
}

