#instagram .card-team {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 calc(33.33333% - 10px);
	max-width: calc(33.33333% - 10px);
    margin-right: 10px;
    margin-bottom: 9.93px;
}
.content#instagram {
    padding-bottom: 87px;

}
.more_instagram{
    height: 88px;
    background-color: #C9C9C9;
    color:#fff;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 20px;
    position:relative ;
    padding-top: 45px;
}
.more_instagram::before {
    content: "";
    display: inline-block;
    width: 31px;
    left: 50%;
    top: 20px;
    height: 15px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../Imgs/icons/symbole_arrow_white.svg);
    /* transform: rotate(-90deg); */
    transform: translateX(-50%);
}
@media screen and (max-width:991px) {
    .more_instagram{
        height: 65px;
        padding-top: 35px;
        font-family: "Obvia";
        font-weight: 600;
        font-size: 18px;
    }
    .more_instagram::before {
        content: "";
        display: inline-block;
        width: 31px;
        left: 50%;
        top: 20px;
        height: 15px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../Imgs/icons/symbole_arrow_white.svg);
        /* transform: rotate(-90deg); */
        transform: translateX(-50%);
    }
}
@media screen and (max-width:991px) {
    .content#instagram {
        padding-right: 15px;
        padding-left: 15px;
    }
}
#instagram .row{
    margin-right: 0;
    margin-left: 0;
}
@media screen and (max-width:991px) {
    #instagram .card-team {
        max-width: 100%;
        margin-right: 0;
        flex: 0 0 100%;
    }
}
#instagram .card-team:nth-child(3n+0) {
    margin-right: 0;
}
#instagram h1 {
    font-family: ConduitITCStd-ExtraBold;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    color: #21333A;
    padding-bottom: 50px;
}
.title_info_insta{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    font-size: 20px;
    color:#FFF;
    display: none;
}

.item_insta:hover .title_info_insta{
    display: block;
}

.item_insta:before{
    padding-top: 100%;
}
.item_insta {

    background-color: #efefef;
    background-size: cover!important;
    background-position: center center !important;
    position: relative;
    height: 300px;
    margin-bottom:15px;
}

.hidden{
    display: none;
}

.like-btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 0 0 0 4px;
    transform: rotate(-45deg);
    animation: pulse 1s infinite;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    /*text-indent: 9999px;*/
    opacity:0;
}

.item_insta:hover .like-btn{
    opacity:0.84;
}
.like-btn::before,
.like-btn::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
}
.like-btn::before {
    top: -20px;
    left: 0;
}
.like-btn::after {
    top: 0;
    right: -20px;
}

.padding-picture, .more_instagram{
    width:100%
}

#instafeed {
    padding-bottom: 400px;
}

#instafeed .item_instagram a {
    color: transparent;
}







@media screen and (max-width:767px) {
    #instafeed .item_instagram {
        width: 50% !important;
    }
}

@media screen and (max-width:500px) {
    #instafeed .item_instagram {
        width: 100% !important;
    }
}


/* Insta Feed neu 2023*/
.instagram {
    padding: 0;
}
.frame-type-dce_dceuid12 {
    position: initial;
}
