html,
body {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("image-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*
    background: -moz-linear-gradient(-45deg, #8364a9 0%, #7d7daf 40%, #7798bb 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #8364a9), color-stop(40%, #7d7daf), color-stop(100%, #7798bb));
    background: -webkit-linear-gradient(-45deg, #8364a9 0%, #7d7daf 40%, #7798bb 100%);
    background: -o-linear-gradient(-45deg, #8364a9 0%, #7d7daf 40%, #7798bb 100%);
    background: -ms-linear-gradient(-45deg, #8364a9 0%, #7d7daf 40%, #7798bb 100%);
    background: linear-gradient(135deg, #8364a9 0%, #7d7daf 50%, #7798bb 100%);
    */
}

#header {
    height: 50px;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clickable {
    cursor: pointer;
}


#day-selection-box img {
    cursor: pointer;
}

.filter-white {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(136deg) brightness(102%) contrast(101%);
}


#day-selection-box {
    display: flex;
    font-size: large;
    flex-direction: row;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    justify-content: center;
}

#day-selection-box img {
    margin: 0 20px 0 20px;
}

#schulterzucken {
    font-size: xx-large;
    text-align: center;
    padding-bottom: 20px;
}

#footer {
    /*padding-top:10px;*/
    height: 100px;
    display: flex;
    flex-direction: row;
}

#test {
    margin: auto;
}