a {
    font-weight: bolder;
}

.work-box {
    margin: 10px;
}

.work-img {
    position: relative;
    padding-top: 70%;
}

.work-img > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.partner-box {

}

.partner-logo {
    width: 100%;
}

.footer-links {
    width: 100%;
    background-color: black;
    position: absolute;
    height: 64px;
}

.overlay-mf {
    opacity: .6;
}

.footer-link-item {
    list-style: none;
    float: left;
}

.footer-link-item a {
    color: #f0642d;
}


.footer-links-wrapper {
    padding-top: 10px;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
}

.footer-link-item a:hover {
    color: #e99b80;
}


.impressum-wrapper {
    background-color: rgba(255,255,255,0.7);
    color: black;
    padding-top: 50px;
    margin: 150px auto 50px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.impressum-wrapper li {
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
}
