<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-width: 768px;
    margin: 0;
    padding: 0;
}

.navigationsButtonTextAusblenden {
    border: 1px solid black;
    border-radius: 5px;
    background: gainsboro;
    height: 40px;
    width: 50px;
}

.navigationsButton {
    border: 1px solid black;
    border-radius: 5px;
    background: gainsboro;
    height: 50px;
    width: 50px;
    color: black;
}

.navigationsButton:hover, .navigationsButtonTextAusblenden:hover {
    background: black;
    color: white;
    border: 1px solid white;
}

.aWithoutUnderline {
    text-decoration: none;
}


.bilderTableClass {
    height: 280px;
}

.energieDiagrammClass {
    height: 280px;
}


/* tablet portrÃ¤it*/
@media only screen and (max-width: 945px) {


    .ladungsverteilung {
        max-width: 100%;
        padding-top: 45px;
        height: 130px;
    }

    .molekuelbild {
        max-width: 100%;
        padding-top: 45px;
        height: 130px;
    }
}

/* tablet landscape*/
@media only screen and (min-width: 950px) and (max-width: 1299px) {
    .bilderTableClass {
        height: 200px;
    }

    .energieDiagrammClass {
        height: 200px;
    }



    .ladungsverteilung {
        max-width: 100%;
        height: 130px;
        padding-top: 30px;
    }

    .molekuelbild {
        max-width: 100%;
        height: 130px;
        padding-top: 30px;
        padding-left: 30px;
    }
}

/* desktop  */
@media only screen and (min-width: 1300px) {


    .ladungsverteilung {
        max-width: 100%;
        padding-top: 45px;
        height: 200px;
    }

    .molekuelbild {
        max-width: 100%;
        height: 200px;
        padding-top: 45px;
        padding-left: 60px;
    }
}

</pre></body></html>