/**
 * Teamteaser Block Styles
 */


.teamteaser .headerbox .inhalt{
    margin-bottom:50px;
}

 .teamteaser .teamwrapper .teamitem{
    height:auto;
}

.teamteaser .teamwrapper .grid .teamitem{
    margin-bottom:30px;
}

.teamteaser .teamwrapper .teamitem .bildwrapper{
    width:100%;
    height:400px;
}
.teamteaser .teamwrapper .teamitem .bildwrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.teamteaser .teamwrapper .teamitem .name{
    display:block;
    font-size:125%;
    font-weight:600;
    margin-bottom:5px;
    margin-top:10px;
}
.teamteaser .teamwrapper .teamitem .position{
    display:block;
    font-size:100%;
    font-weight:600;
    margin-bottom:5px;
}
.teamteaser .teamwrapper .teamitem .beschreibung{
    display:block;
    font-size:100%;
    font-weight:400;
    margin-bottom:5px;
}



.teamteaser .teamwrapper .swiper{
    padding-bottom:75px;
}
.teamteaser .teamwrapper .swiper .swiper-pagination{
    bottom:20px!important;
}
.teamteaser .teamwrapper .swiper .swiper-pagination-bullet{
    width:15px;
    height:15px;
}
.teamteaser .teamwrapper .swiper .swiper-button-prev{
    bottom:10px;
    top:unset;
    left:40%;
}
.teamteaser .teamwrapper .swiper .swiper-button-next{
    bottom:10px;
    top:unset;
    right:40%;
}


/* Responsive Adjustments */

@media (max-width: 1199px) {
    .teamteaser .teamwrapper .swiper .swiper-button-next{
        right:35%;
    }
    .teamteaser .teamwrapper .swiper .swiper-button-prev{
        left:35%;
    }
}

@media (max-width: 600px) {
    .teamteaser .teamwrapper .swiper .swiper-button-next{
        right:5%;
    }
    .teamteaser .teamwrapper .swiper .swiper-button-prev{
        left:5%;
    }
}