/* Footer styles for Gastgeb & Partner */
.footer-gastgeb {
    background: #222;
    color: #fff;
    padding: 40px 0 20px 0;
    font-size: 1rem;
    border-top: 4px solid #0078d7;
}
.footer-gastgeb a {
    color: #fff;
    text-decoration: underline;
}
.footer-gastgeb a:hover {
    color: #0078d7;
}
.footer-gastgeb .footer-title {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer-gastgeb .footer-contact {
    margin-bottom: 20px;
    line-height: 1.7;
}
.footer-gastgeb .footer-certificates img {
    height: 36px;
    margin: 0 8px 8px 0;
    filter: grayscale(1) brightness(1.2);
    vertical-align: middle;
}
.footer-gastgeb .footer-copyright {
    margin-top: 10px;
    font-size: 0.95em;
    color: #bbb;
}
@media (max-width: 767px) {
    .footer-gastgeb {
        text-align: center;
    }
    .footer-gastgeb .footer-certificates {
        margin-top: 16px;
    }
}
