/**************************      Anzeige.shtml           ***************/
.anzeige {
    background-color: antiquewhite;
    height: 400px;
}

.anzeige a:hover {
    background-color: lightgrey;
}
#anzeige_rechts {
    margin-top: 0px;
    height: 400px;
    background-color: lightskyblue;
    margin-right: 0.5em;
}

#anzeige_rechts #bild2 {
    margin-top: 50px;
}

#anzeige_rechts p {
    font-weight: bold;
}

#anzeige #btn {
    margin-top: 80px;
    margin-bottom: 60px;
}
/***********************@media                                        ******/

@media screen and (max-width: 768px) {
   
    .anzeige{
        width: 22em;
    }
}

/**************************     Ende Anzeige.shtml           ***************/