body {
    margin: 0 auto;
}
#wrapper{
    max-width: 1000px;
    margin: 30px auto;
    overflow: hidden;
    padding: 70px;
    text-align: justify;
    box-shadow: 2px 2px 20px #ddd;
}
#mandanten-logo img{
    width: 200px;
    height: auto;
    float: left;
}
#logo img{
    width: 200px;
    height: auto;
    float: right;
}
.content{
    clear: both;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    padding-top: 50px;
}

a {
    color: #ff0033;
    text-decoration: none;
}
a:hover {
    color: #222;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

#subtitle {
    font-weight: normal;
    font-style: italic;
}
#adresse{
    border-top: 1px dotted #000;
    margin: 40px 0;
    padding-top: 10px;
}
#social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap 30px;
    row-gap: 50px;
}
#social img {
    width: 35px;
}
section .social-icons a {
    float: left;
    margin-right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

section .social-icons .whatsapp {
    display: none;
}

/* Responsive Media Queries */
@media screen and (max-width: 420px) {

    #mandanten-logo img, #logo img {
        max-width: 120px;
    }
    section .social-icons .whatsapp {
        display: block;
    }
}