body {
    background-color: #000;
    color: #DDD;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.43;
}

a {
    color: #FFF;
    text-decoration: underline;
    line-height: inherit;
}

a:hover, a:focus, a:active {
    color: #d00 !important;
}

/* RESET */
body, html, ul, li, dt, dd {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

/* HEADLINES */
h2 {
    color: #FFF;
}

h3.sameheight {
    min-height: 60px;
}

/* HEADER */
.logo {
    height: 80px;
    width: auto;
}

.top_menu {
    background-color: #282828;
}

.top_menu_btn {
    color: #868686;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    border: 2px solid #868686;
    float: right;
    text-decoration: none;
    margin-top: 25px;
    line-height: 1;
}

.top_menu_btn:hover {
    background-color: #868686;
    color: #222222 !important;
}

.teaser {
    min-height: 550px;
    background-color: #282828;
    background-position: 0 30%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.teaser_heading {
    margin-top: 33%;
    margin-bottom: 40px;
    color: #FFF;
    text-shadow: 0 0 5px #000;
}

.teaser .halb {
    position: relative;
    z-index: 2;
}

.btn {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 15px 30px;
    font-size: 18px;
    line-height: 1.42857143;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background-color: #77b300;
    border: 1px solid #558000;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #ffffff !important;
    background-color: #558000;
    border-color: #2c4300;
}

/* CONTAINER ZEUGS */
.container {
    max-width: 1140px;
    min-width: 360px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 15px;
    clear: both;
    overflow: hidden;
}

.container.small {
    max-width: 800px;
}

.container.nooverflow {
    overflow: inherit;
}

.spacer_top {
    margin-top: 60px;
}

.spacer_bottom {
    margin-bottom: 60px;
}

.p15 {
    padding: 15px;
}

@media (max-width: 600px) {
    .hidden-mobile {
        display: none;
    }
}

@media (min-width: 601px) {
    .hidden-desktop {
        display: none;
    }
}

/* TESTIMONIALS */
.testimonials {
    margin: 30px 0;
    position: relative;
}

.testimonials .backdrop ~ .container {
    position: relative;
    z-index: 2;
}

.testimonials h2 {
    text-shadow: 0 0 5px #000;
    color: #FFF;
}

.testimonials li {
    padding: 15px;
}

.testimonials li div {
    padding-top: 30px;
    background-color: #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.testimonials_background {
    background-image: url(/images/hgbild_mitglieder.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.testimonials_avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: -30px;
}

/* TRUST CONTAINER*/
.trust_container li {
    padding: 5px;
}

/* REG PLUGIN */
.jcregister-formular {
    height: 650px;
    width: 100%;
    border: 0;
}

@media (min-width: 800px) {
    .jcregister-formular {
        height: 530px;
    }
}

/* FOOTER */
.footer_menu {
    background-color: #282828;
    padding: 30px 0;
    text-align: center;
    margin-top: 60px;
}

.footer_menu a {
    color: #ccc;
    margin-right: 15px;
    text-decoration: none;
}

.footer_menu li {
    display: inline-block;
}

/* SIMPLE AKKORDEON */
dl {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #181818;
    border: 1px solid #444;
}

.hidden_default dd {
    display: none;
    border-bottom: 1px solid #444;
}

dt, dd {
    padding: 15px;
}

dt a {
    display: block;
    text-decoration: none;
}

dt a:before {
    content: " \2794";
    margin-right: 10px;
}

dt {
    border-bottom: 1px solid #444;
}

dd {
    background-color: #000;
}

:target {
    display: block !important;
}

/* BASICS AND "GRID" */
.drittel, .halb {
    box-sizing: border-box;
    float: left;
}

.drittel {
    width: 33%;
}

.halb {
    width: 50%;
}

.mitte {
    text-align: center;
}

.rel {
    position: relative;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.bg {
    background-color: #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* MOBILE */
@media (max-width: 600px) {

    .teaser {
        min-height: 450px;
        background-position: 20% 33%;
    }

    .teaser_heading {
        margin-top: 20%;
    }

    .drittel:not(.nowrap), .halb:not(.nowrap) {
        width: 100%;
    }

    h3.sameheight {
        min-height: auto;
    }

    .container.small {
        word-break: break-word;
        overflow: hidden;
    }

    .backdrop {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        z-index: 1;
    }

}

.testimonials {
    display: none;
}