.team-holder .team-item.single-item {
    width: 100%;
}
.team-item.single-item > * {
    padding: 26px 15px 0;
    width: auto;
}

.member-photo img {
    box-shadow: #49494d 1px 2px 6px;
}

.member-name a {
    display: block;
    text-align: center;
    padding-bottom: 14px;
}

.content-element2 {
    box-shadow: #484848 1px 1px 7px;
}


/* Mobile */

@media (max-width: 769px){
    .header.style-4.wide .top-header .logo, .header:not(.style-2):not(.style-3) .logo {
        max-width: 400px;
    }
}
@media (max-width: 650px) {
    .mobile-header {
        padding: 5px;
    }
    .head-btn {
        display: none;
    }
}
@media (min-width: 650px) {
    .desktop-hide {
        display: none;
    }
}
@media only screen and (max-width: 992px){
    .header:not([class*="style-"]) .menu-holder {
        padding-left: 0;
        padding-right: 18px;
    }
}

@media screen and (max-width: 1366px) {
    .icons-box-title.kinderbediening {
        font-size: 30px;
    }
}