* {
    margin: 0;
    padding: 0;
}

.alles {  
    background-attachment: fixed;
    font-family: sans-serif; 
    margin: 0 auto;
    max-width: 1250px;
    text-decoration: none;
}

html, body, main {
    background-attachment: fixed;
    background-color: black;
    background-image: linear-gradient(to bottom, #ffc422, #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: #3235e5;
    width: 100%;
}

.nachhilfe {
    background-color:#ffde22;
    width: 100%;
}

.musik{
    background-color: #e82523;
    width: 100%;
}

.ebildung{
    background-color: #a824c9;
    width: 107%;
}

h1{
    font-size: 40px;
    font-weight: 100;
    padding: 2%;
    text-align: center;
}

.text {
    /*background-color: #fdfdfd;*/
    float: left;
    font-size: 13pt;
    margin-bottom: 60px;
    margin-left: 20px;
    max-width: 75%;
    min-width: 10%;
    position: relative;
    text-align: left;
    width: 75%;
}

p {
    line-height: 135%;
    padding: 2%;
}

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
}
