/* Responsive Hintergrundbilder der Vorlage Ruethnick. */
body.cms-template-ruethnick.cms-background-images-enabled {
    background-image: url("../images/Ruethnick/BackgrM.jpg");
}

@media screen and (max-width: 39.9375em) {
    body.cms-template-ruethnick.cms-background-images-enabled {
        background-image: url("../images/Ruethnick/BackgrS.jpg");
    }
}

@media screen and (min-width: 64em) {
    body.cms-template-ruethnick.cms-background-images-enabled {
        background-image: url("../images/Ruethnick/BackgrL.jpg");
    }
}

.accordion-title {
    font-size: 1.3rem;
    color: #000;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
}

.back-to-top:hover {
}

cms-news-list-heading {
    font-size: large;
}

.dropdown.menu > li.is-active > a {
    color: #3C763D;
}
