*{
    padding: 0;
    margin: 0;
}

html {
    background-color: rgb(255, 247, 235);
}

.headdiv {
    background-color: #8ca1b3;
    height: 10%;
    width: 100%;
}

.content {
    position: relative;
    padding-top: 5%;
    width: 80%;
    padding-left: 25%;
}

.content > p {
    color: brown;
    font-size: larger;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.grid {
    display: grid;
    grid-template-columns: auto auto auto;
}

#logo {
    height:100%;
    position: relative;
    left: 5%;
    
}

#title_image {
    width: 100%;
}

#impressum {
    width: 25%;
    padding-top: 15%;
    position: relative;
    left: 50%;
}

.impressumcnt {
    list-style-type: none;
}

.impressumtxt{
    color: brown;
    font-size: medium;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}