* {
    margin: 0;
    padding: 0;
}

.alles {  
    background-attachment: fixed;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    max-width: 1250px;
    text-decoration: none;
}

html, body, main {
    background-attachment: fixed;
    background-color: #ff6767;
    background-image: linear-gradient(to bottom, #e82523, #fff, #fff, #fff);
    height: 100%;
}

.logo {
    margin-top: 20px;
    padding: 3px;
}

ul{
    list-style-type: none;  
}

li{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 50px;
    padding: 10px 6px;
}

a{
    color: #000;
    font-size: 20pt;
    text-decoration: none;
}

.seitenleiste a:hover {
    font-size: 200%;
    transition: font-size 0.2s;
}

nav  {
     margin: 1%;
}

.weiss {
    color: #fdfdfd;
}

.menu ul {
    list-style-type: none;
    overflow: hidden;
}

.menu li{
    float:right; 
}

.menu a{
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #444;
    font-size: 14pt;
    padding: 10px 20px;
    text-decoration: none;
}

.menu a:hover, .menu a:active {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    color: #fff;
    text-decoration: none;
}

.seitenleiste  {
    float: left;
    max-width: 16%;
}

.seitenleiste li {
    display: inline-block;
    text-align: center;
}

.sprachen {
    background-color: #3233e5;
    min-width: 100%;
}

.nachhilfe {
    background-color:#ffde22;
    min-width: 100%;
}

.musik {
    background-color: #e82523;
    min-width: 100%;
}

.ebildung {
    background-color:#a824c9; 
    min-width: 107%;
}


#aktiv {
    background-image:linear-gradient(to top, #87baff, #87beff);
}

h1{
    font-size: 40px;
    font-weight: 100;
    padding: 2%;
    text-align: center;
}

.text {
    /*background-color: #fdfdfd;*/
    float: left;
    font-size: 20px;
    margin-bottom: 60px;
    margin-left: 5%;
    max-width: 75%;
    min-width: 10%; 
    position: relative;
    text-align: left;
    width: 73%;
}


p {
    line-height: 135%;
    padding: 2%;
}

.springblock{
    background-color: antiquewhite;
    background-image: linear-gradient(to top, #eee, #fefefe);
    border-radius: 2px;
    display: block;
    float: right;
    margin-left: 4px;
    padding: 6px;
}

.springblock a{
    font-size: 13pt;
}

td{
    font-size: 18px;
    text-align: center;
}

.bild{
    height: 100px;
}

footer {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    position: fixed;
    text-align: center;
    width: 100%; 
}

footer a, footer a:hover{
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding:0 10px
}
