body {
    font-family: 'Sans', cursive;
    background-color: #c03c27;



}

.galerie {
    display: flexbox;
    justify-content: center;
    margin-top: 3%;
    height: 5%;
    width: 30%;
    object-fit: cover;

}

video {
    display: flex;
    margin-top: 2%;
    width: 60%;
    height: auto;
}

.george {

    height: auto;
    width: 100%;
    object-fit: cover;
    display: block;
}


.header-image {

    height: 100px;
    width: 50%;
    object-fit: cover;


}


.headline {
    height: auto;
    width: 30%;
    object-fit: cover;
}

.image-container {
    background-color: #c03c27;
    padding: 5%;


}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
}

a {
    color: #fefcfb;
    text-decoration: none;
    margin-left: 8px;
    font-weight: 800;
}

a:hover {
    text-decoration: underline;
}

.text-highlight {
    font-family: 'Merienda', cursive;
    color: #fefcfb;
    font: size 200px;
}

.text-container {
    background-color: #c03c27;
    padding: 1%;

    color: #fefcfb;

    font-weight: 400;

}

.Datenschutztext {
    background-color: #c03c27;
    padding: 1%;

    color: #fefcfb;
    font-family: 'Arial';
    font-weight: 400;

}

.legal-content {
    background-color: black;
    font-family: 'Arial';
    padding: 5%;

}

.legal-text {
    margin-right: 16px;
    color: #fefcfb;
    font-family: 'Arial';
}

.impressum {
    font-family: 'Arial';
}