.struktur-org {
    transition: transform .2s;
    background: linear-gradient(90deg,#0072CC 0%,#000066 100% );
    background-size: cover;
}


.img-struktur{
    width:190px;
    height: 200px;
}

@media screen and (width<=580px){
    .struktur-org{
        display: block !important;
        text-align: center;
    }

    .bg-foto{
        min-width: 100%;
    }

    .img-struktur{
        width:140px;
        height: 150px;
    }
}

.struktur-org-txt{
    background: linear-gradient(90deg,#0072CC 0%,#000066 100% );
    background-size: cover;
    border-top-right-radius: 60%;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.bg-foto{
    background-color: #000066;
    color: #FFFF;
}

.bg-foto:hover{
    background-color: #000066;
}

.struktur-org:hover{
    background-color: #000066;

}


.bg-list{
    background: linear-gradient(90deg,#000066 0%,#0072CC 100% );
}

.bg-list-struktur{
    background: linear-gradient(90deg,#0072CC 0%,#000066 100% );
    background-size: cover;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    max-height:100%;
    overflow-y: scroll;

}


