html{
    width: 100%;
    height: 100%;
    margin: 0;
}

body{
    width: 100%;
    margin: 0;
    background-color: rgb(247, 231, 215);
}

.head{
    background-image: url('/media/img/header.png');
    background-size: cover;
    height: 150px;
}

.head .headline{
    font-size: 52px;
    color: black;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 100;
    position: absolute;
    top: 97px;
    left: 15px;
}

.image-spacer{
}

.fb{
    width: 70%;
    margin-left: 20px;
}

.raphi{
    width: 100%;
}

.buch{
    width: 100%;
}

.gebastelt{
    width: 80%;
}
.address{
    width: 100%;
}

.leben{
    width: 100%;
}

.footer-banner{
    right: 0;
    position: absolute;
}