
body {
    color: white;
    background-color: #484848;
    font-size: 100%;
    width: 100%;
    margin: 0;
}

/* Footer Design*/
footer {
    border-top: solid;
    border-color: black;
    background-color: grey;
    text-align: center;
    padding: 3%;
}

/* Design der normalen Links */
footer a {
    text-decoration: none;
    color: black;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 150%;
}

.footerLink:hover {
    color: white;
    text-decoration: underline;
}



/* Design der Links über Icons */
.footerIcons {
    width: 50px;
    height: 50px;
    margin-left: 2%;
    margin-right: 2%;
    transition: 0.3s;
    margin-bottom: 2%;
}

.footerIcons:hover { 
    filter: invert(100%); 
    -webkit-filter: invert(100%);
    margin-left: 3%;
    margin-right: 3%;
    transition: 0.3s;   
}




#welcome {
    background: url(../pictures/start_pictures/random-image) no-repeat top center;
    /*background: url(../pictures/start_pictures/käse.jpg) no-repeat top center;*/
    background-size: cover;
    height: 100%;
    background-position: center;
    margin-bottom: 40%;
    
}