* {
    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: rgb(68, 137, 65);
    background-image: linear-gradient(to bottom, rgba(50, 139, 46, 0.74), #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;
}

.menu a:link, a:visited {
    text-align: center;
    width: 100%;
}

.seitenleiste  {
    float: left;
    max-width: 16%;

}

.seitenleiste li {
    display: inline-block;
    text-align: center;
}

.ebildung {
    background-color:#a824c9; 
    min-width: 107%;
}

.musik {
    background-color: #e82523;
    min-width: 100%;
}

.nachhilfe {
    background-color:#ffde22;
    min-width: 100%;
}

.sprachen {
    background-color: #3233e5;
    min-width: 100%;
    
}

h1{
    font-size: 40px;
    font-weight: 100;
    padding: 2%;
    text-align: center;
}

h2{
    font-size: 30px;
    padding: 1%;
    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: 75%;
}

p {
    line-height: 135%;
    padding: 2% ;
}

pre {
    font: sans-serif;
}
img{
    align-content: right;
    align-items: right;
    align-self: right;
    text-align: right;
    margin-left: 3%;
    max-height: 250px;

}

footer {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: block;
    margin: 0 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; 
}
