#dgh-pano1 {
    background-image: url("images/dghs/innenhalle-dgh-oberraden.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45%;
    animation: dgh-pano 30s linear infinite;
}

#dgh-pano2 {
    background-image: url("images/dghs/pano-dgh-niederraden.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45%;
    /* animation: dgh-pano 30s linear infinite; */
}

@keyframes dgh-pano {
    0% {
        background-position: 0 0
    }
    50% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

.modal-body h4 {
    margin-bottom: 0;
}


@media only screen and (min-width: 768px) {
    #sehenswertes > a:link, #sehenswertes > a:visited {
        border-bottom: 3px solid white;
    }
}