header
{
    background-color: rgb(61, 98, 23);
    padding: 10px;
}

body 
{
    background-color: #d8d8d8;
    padding: 0px;
    margin: 0px;
}

.mitte
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nichtmitte
{
    margin: 0 30px 0 30px;
}

#keineaufzählung
{
    list-style-type: none;
}

#titelbild
{
    width: 100%;
    height: 400px;
}

#titelbild img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 800px)
{
    #titelbild
    {
        height: 800px;
    }
}

.mittelist1
{
    list-style: none;
    padding: 0;
    margin: 10;
    text-align: center;
}

.mittelist1 li
{
    margin: 0 10px 0 10px;
    display: inline;
}

.mittelist1 li a
{
    text-decoration: none;
    color: black;
}

.text
{
    text-align: center;
    padding: 0;
    margin: 0;
}

.footer
{
    text-align: center;
    padding: 3;
    margin: 0;
    background-color: rgb(61, 98, 23);
}

.footer li
{
    display: inline;
    margin: 0 10px 0 10px;
    list-style-type: none;
}

.footer li a
{
    color: black;
    text-decoration: none;
}

.social-menu ul 
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
}

.social-menu ul li 
{
    list-style: none;
    margin: 0 10px;
}

.social-menu ul li .fa 
{
    color: #000000;
    font-size: 25px;
    line-height: 48px;
    transition: .5s;
}

.social-menu ul li .fa:hover 
{
    color: #ffffff;
}

.social-menu ul li a 
{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}

.social-menu ul li a:hover 
{
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}

.social-menu ul li:nth-child(1) a:hover 
{
    background-color: #1c55d0;
}

.social-menu ul li:nth-child(2) a:hover 
{
    background-color: #ad1a89;
}

.social-menu ul li:nth-child(3) a:hover 
{
    background-color: #b71835;
}