.section-standard {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.first-bar {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    background-color: #f4f4f4;
}

#logo {
    margin: 10px 10px 10px 10px;
    position: relative;
    left: 150px;
}

div.banniere {
    position: relative;
}

img.ban-img {
    width: 100%;
}


.section-standard {
    max-width: 1200px;
    margin: 0px auto 0 auto;
    padding: 20px 20px;
    text-align: justify;}

footer {
    background-color: #161e2a;
    padding: 10px 0;
    text-align: center;
    display: block;
}

.footer-box {
    margin: 10px 0px 0px 0px;
    text-align: justify;
    max-width: 500px;
    display: inline-block;
    padding: 10px 50px 10px 50px;
    position: relative;
    vertical-align: top;
}

.footer-box p {
    color:#b7b4b4;
}

.footer-box h4 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.contact-item {
    display: block;
    max-width: 400px;
    padding: 0px 0px 0px 70px;
    background: no-repeat;
    margin: 10px 20px;
    text-align: justify;
}

#mail {
    background-image: url('../img/mail.png');
}

#phone {
    background-image: url('../img/tel.png');
}

#address {
    background-image: url('../img/adress.png');
}