article{
    width: 1100px;
    margin: auto;
    box-shadow: 0 0 20px;
    font-family: Arial,sans-serif;
    background-image:  url(../bilder/schlange.svg);
    padding: 20px 0;
}

h1{
    font-size: 40px;
    color: #00ffba;
    text-align: center
        
}

table{
    text-align: center;
    font-size: 25px;
    margin:auto;
    border-spacing: 5px;
    margin: auto 10px 45px 110px;
}

th{
    color: aquamarine;
}

td{
    padding: 5px 10px;
    background-color: rgba(65, 65, 65, 0.6);
    border-radius: 10px;
    color:aquamarine;
    width: 18.18%
}
tr:nth-child(odd) td{
    background-color:rgba(174, 177, 175, 0.63);
    
}

tr td:first-of-type{
    background-color:transparent;
    font-size: 25px;
    color: aquamarine;
    text-align: right;
    width:9.09%
}

td:not(:first-of-type){
    font-family: 'Gloria Hallelujah',cursive;
}

.sch::before{
    content: "Schumi";
    color: #89ff00;
}

.ma::before{
    content: "Mathe";
    color: #570000;
    
}

.kr::before{
    content: "Klassenrat";
    color: #37003e;
}

.ld::before{
    content: "Lesedjungel";
    color: #00711a;
}

.en::before{
    content: "Englisch";
    color: #a25900;
}

.re::before{
    content: "Religion";
    color: #8900ff;
    }

.sp::before{
    content: "Sport";
    color: #767100;
}

.wpb::before{
    font-size: 20px;
    content: "WP-Brinkmann";
    color: #000648;
}

.blatt{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.tier{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.pause{
content:"Frühstück-Großepause";
    color:#000848;
}

.ler::before{
    content: "Lernzeit";
    color: #ff0000;
}

.schler::before{
    content: "Schumi Lernzeit";
    color: #ff7600;
}

.freiler::before{
    content: "FREIE Lernzeit";
    color: #00ff89;
}

