#ueberuns_flex_container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}


div.ueberuns
{
    display: block;
    width: 31%;

    margin-bottom: 1%;


    border-width: 1px;
    border-style: solid;
    border-radius: 2vh;
    border-color: #00245a;

    background-color: rgb(155, 155, 155);
}

img.portrait{
    display: block;

    width: 100%;

    border-top-left-radius: 2vh;
    border-top-right-radius: 2vh;

    border-bottom-style: solid;
    border-bottom-color: #00245a;
    border-bottom-width: 1px;
}

table.ueberuns{
    display: block;
    width: 80%;
    margin-top: 2vh;

    border-style: none;
    margin-left: 10%;
}

td.ueberuns_links{
    width: 35%;
    text-align: right;
    vertical-align: text-top;
    min-height: 25px;
}

td.ueberuns_rechts{
    width: 65%;
    text-align: left;
    font-weight: bold;
    vertical-align: text-top;
    min-height: 25px;
}





@media only all and (max-width: 1500px){
   div.ueberuns{
       width: 47%;
   }
}

@media only all and (max-width: 600px){
    div.ueberuns{
        width: 90%;
    }
}