/* *{box-sizing: border-box;} */

header {
    background-image: url('images/background.jpg');
    width: 1024px;
    height: 100px;
    background-repeat: no-repeat;
}

/* @media only screen and (max-width: 1024px) {
    header {
        background-image: url('images/background_small.jpg');
        height: 85px;
        background-repeat: no-repeat;
    }
} */

body {
    /* background: #ededff; */
    background-color: #E5E5FF;
    /* min-width: 640px; */
    font-family: Arial, Helvetica, sans-serif;
}

/* .column {
    float: left;
    width: 50%;
    padding: 15px;
} */

.row::after {
    content: "";
    clear: both;
    display: table;
}


@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    /* .column {
        width: 100%;
    } */
}

.div {
    margin: 15px;
    padding: 20px;
    border-radius: 20px
}

.shadow {
    font-size: 3em;
    color: black;
    text-shadow: 2px 2px silver;

}

#divUnterricht {
    /* padding: 10px; */
    /* border: 5px solid black; */
    /* background-color: blue; */
    background-color: #C4C4FF   ;
    /* border-radius: 20px; */
}

#divProgrammierung {
    /* padding: 10px; */
    /* border: 5px solid silver; */
    /* background-color: red; */
    background-color: #aaf;
    /* border-radius: 20px; */
}

footer {
    font-size: small;
    margin-left: 30px;
}