.lora {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

body {
    font-family: Lora;
}

.image-block {
    min-height: 540px;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 0;
}

.image-element {
    border-radius: 10px;
}

.image-element img {
    border-radius: 10px;
}

.is--first {
    background-image: url("/assets/images/bilder/neu/genussreich.jpg");
}

.is--second {
    background-image: url("/assets/images/bilder/neu/Feierlaune.jpg");
}

.is--third {
    background-image: url("/assets/images/bilder/neu/Lernfreudig.jpg");
}

.is--fourth {
    background-image: url("/assets/images/bilder/neu/Findungsreich.jpg");
}

.content--element {
    background-color: rgba(0, 0, 0, 0.45);
    color: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.has-grey-background { background-color: rgba(56, 59, 60, 1); }

.content--element h2 {
    font-size: 62px;
}

.footer {
    height: 100px;
    background: #27292f;
}

.text-element {
    padding: 40px 32px;
    background: rgba(118, 0, 53, 1);
    color: white;
    border-radius: 10px;
}

a {
    color: white;
    text-decoration: none;
}