.acs-impressum-headline{
    font-size: 58px;
    line-height: 68px;
    text-transform: uppercase;
    color: white;
    font-family: Stem-Bold;
    width: 620px;
}
.acs-impressum-section .container{
    padding-top: 250px;
    padding-left: 150px;
}

.acs-impressum-text{
    width: 656px;
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: white;
    margin-top: 85px;
}
.acs-impressum-section{
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(96, 28, 22, 0.4)), to(rgba(96, 28, 22, 0))), #100F0F;
    background: -o-linear-gradient(bottom, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%), #100F0F;
    background: linear-gradient(0deg, rgba(96, 28, 22, 0.4) 0%, rgba(96, 28, 22, 0) 100%), #100F0F;
}
.acs-impressum-text p{
    margin-bottom: 30px;
}
.acs-impressum-section{
    padding-bottom: 300px;
}
.acs-impressum-footer-section{
    position: relative;
}
.acs-impressum-contact-wrapper{
    width: 277px;
    height: 508px;
    position: absolute;
    top: 471px;
    right: 150px;
    border-left: 4px solid #601C16 ;
}
.acs-impressum-contact-headline{
    font-family: Stem-Bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 18px;
    color: white;
}
.acs-impressum-contact-wrapper{
    padding-left: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.acs-impressum-contact-text{
    color: white;
    font-family: Stem-Light;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0.1em;
}
.acs-menu{
    right: 150px;
    top: 140px;
}
.acs-menu-list{
    top: 0;
    right: 0;
}
.acs-impressum-contact-text a{
    color: white;
    text-decoration: none;
}
.acs-impressum-contact-text a:hover{
    color: #601C16;
}