/* Seitenspezifische Elemente, die nicht in der allgemeinen style.css vorkommen oder
Elemente in dieser überschreiben */

#erklaerung {
    font-style: italic;
}

.info-i {
    color: #ffb100;
    font-style: italic;
    font-weight: bold;
}

 /* Media Queries */   

 @media only screen and (max-width: 1100px) {

    main {
        margin-top: 0rem;
        margin-left: 4rem;
    }
 }

 @media only screen and (max-width: 768px) {

    main {
        margin: auto;
    }
}