.career {
    overflow: hidden;
}

.career .year {
    float: left;
    width: 60px;
    margin: 7px 0;
}

.career .type {
    float: left;
    width: calc(100% - 60px);
    margin: 7px 0;
}

.right-team {
    padding: 140px 50px 50px 50px;
    min-height: 100vh;
    color: #fafafa;
}

@media (max-width: 992px) {
    .right-team {
        margin-left: auto;
        margin-right: auto;
    }

    .career .type {
        text-align: left;
    }
}

.team {
    margin: 0 auto 40px auto;
}
.team .text-fine{
    height: 64px;
}
.teamtest {
    background-image: url("../img/team2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    background-position: top center;
}

.brush-top-right {
    background-image: url('../img/welleteamoben.png');
    width: 100%;
    height: 30vh;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.font-spacing {
    letter-spacing: 2px;
}

#subline {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
    margin-top: -5px;
}

#image {
    padding-bottom: 17px;
}

@media (max-width: 992px) {
    #image {
        margin-left: auto;
        margin-right: auto;
    }

    #headline {
        text-align: center;
    }

    #subline {
        text-align: center;
    }

    .team {
        text-align: center;
    }

    .career {
        text-align: center;
    }

    .career .year {
        text-align: center;
    }

    /* bilder gehen nicht Mittig????*/
    .right-team .img-responsive {
        display: inline-block;
    !important;

    }

}
