body {
    background-color: antiquewhite;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.text {
    padding: 20px;
    border: 1px solid #000;
    margin: 10px;
}

.abstand {
    padding: 300px;
}


.note {
    margin: 50px;
    border: 1px solid red;
}

.featuredimage {
    width: 200px;
}