.taetigkeiten-wrapper {
    height: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
    padding: 10px;
}

.taetigkeiten-image-wrapper {
    height: 65%;
    position: relative;
}

div.taetigkeiten-image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.taetigkeiten-wrapper hr{
    width: 65% !important;
}

.taetigkeiten-wrapper h6{
    text-align: center;
}