/* Ihre eigenen Klassen */ 
/*@media only screen and (max-width: 991px) {
.greentab{
margin-top: 24%!important;
}
}*/

#main ul {
    font-size: 19px!important;
    line-height: 1.5;
    font-weight: 300;
    hyphens: auto;
    padding-left: 0px;
    max-width: 90%;
    margin-bottom: 20px;
}

.body-erziehungsberatung #main ul {
    max-width: 100%;
}

#main ul li {
    line-height: 1.5;
    margin-bottom: 10px;
    list-style-type: none;
    background: url("../img/aufzaehlungspunkt.png") no-repeat;
    background-position: 0px 9px;
      padding-left: 20px;
    }

#main p {
    max-width: 100%;
}
.ohneabstand {
    margin-bottom: 0!important;
}
.mitabstand {
    margin-bottom: 35px!important;
}
@media (min-width: 992px) {
    .abstandrechts {
        padding-right: 10px;
    }
}
.clear {
    clear: left;
}
/* GG Slide-Toggles */

.gg-slide-toggle-headline {
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}

.gg-slide-toggle-headline::after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .5s;
    background-image: url('../img/pfeil.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.gg-slide-toggle-open .gg-slide-toggle-headline::after {
    transform: translateY(-50%) rotate(-180deg);
}

.gg-slide-toggle-content {
    display: none;
}

.gg-slide-toggle-mehr-lesen,
.gg-slide-toggle-weniger-lesen {
    text-decoration: underline;
    color: #9ebf3d;
    cursor: pointer;
    white-space: nowrap;
}

.gg-slide-toggle-open .gg-slide-toggle-mehr-lesen {
    display: none;
}

/* GG Slide-Toggles ENDE */

.gg-to-the-top {
    position: fixed;
    right: 62px;
    bottom: 19px;
    padding-right: 40px;
    color: #9ebf3d;
    cursor: pointer;
    font-weight: 700;
    display: none;
}   

body:not(.body-therapie) .gg-to-the-top {
    display: none !important;
}

.gg-to-the-top::after {
    display: inline-block;
    position: absolute;
    content: '\f139';
    font-family: FontAwesome;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 32px;
}

@media (max-width: 620px) {

    #footer .container-footer.darkgrey-bg {
        padding-bottom: 4em;
    }

}
