
.dashboard_container .dashboard_table
{
    display: flex;
    flex-direction: column;
    
}
.dashboard_container .dashboard_table > div
{
    flex: 1;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}
.dashboard_container .dashboard_table > div:last-child
{
    flex-grow: 1;
}

.dashboard_container .dashboard_table > div > div
{
    flex: 1;
}
.dashboard_container .dashboard_table > div > div:first-child
{
    flex-grow: 0;
    margin-right: 5px;
}
.dashboard_container .dashboard_table > div > div:last-child
{
    flex-grow: 1;
    
}

.dashboard_container .dashboard_tablecontainer_schulen
{
    
    display: flex; 
    flex-direction: row;
    
    margin: 5px;
    background: white;
    box-sizing: border-box;
}
.dashboard_container .dashboard_tablecontainer_schulen > div
{
    flex: 1;
    flex-grow: 1;
    min-height: 200px;
}

.dashboard_container .dashboard_tablecontainer_schulen > div:first-child
{
    padding: 5px;
}


.dashboard_container .dashboard_tablecontainer_schulen > div:last-child
{
    flex-grow: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    
    flex-basis: 40%;
}
