.auswahl {
    transform: translate(-50%, -50%);
}

.otherWay {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.otherWay .otherWayItem {
    margin-top: 20px;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    border-radius: 80px;
    padding-right: 20px;
    line-height: 64px;
}

.otherWay .otherWayItem img {
    width: 40px;
    height: 40px;
    margin: 15px;
    display: inline-block;
    vertical-align: middle;
}
