body {
    overflow: hidden;
}

#live-ticker {
    position: absolute;
    left: 0.5em;
    bottom: 0;
    padding: 5px;
    width: 99%;
    background-color: white;
    overflow: hidden;
    border-top: solid 1px #A0A0A0
}

#uebersicht {
    position: absolute;
    right: 0;
    width: 25%;
}

#last-schnellmeldugen4 {
    width: 115%;
}

#last-schnellmeldugen6 {
    width: 108%;
}

#textbox {
    width: 96.2%;
    margin-left: 1.2em!important;
    text-align: center;
}

#uebersicht-ergebnis-chart {
    padding: 15px 15px 15px 15px;
    width: auto;   
    text-align:center;
}

.gewinner {
    font-size: 1.1em !important;
}

.label-pie{
    word-break: break-all;
    width: 70px; 
    white-space: normal; 
    display: block;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.4);   
}

.label-pie-medium{    
    font-size: 1rem;
    white-space: normal; 
    display: block;
    word-break: break-all;
    width: 70px;
    background: rgba(255, 255, 255, 0.4);   
}

div.status-title {
    border-radius: 5px;
    border: none;
    margin: 4px;
    background-color: grey;
    color: white;
    padding: 5px;
    font-weight: bold
}

div.status-title-sub {
    font-weight: normal;
}

div.status-container {
    display: inline-block;
    width: 12.5%;
    padding-left: 4px;
    padding-right: 4px;
}

div.status-item {
    border-radius: 5px;
    border: none;
}

div.status-item.status-header {
    background-color: grey;
    color: white;
    font-weight: bold;
}

div.status-item.status-header div.status-sub {
    color: white;
    font-weight: normal;
}

div.status-item.status-header div.status-bez {
    cursor: auto;
}

div.status-item.status-header div.status-bez span {
    line-height: 18px;
}

div.status-item.stat-green {
    background-color: rgb(33, 186, 69);
    color: white;
    font-weight: bold;
}

div.status-item.stat-red {
    background-color: #B03060;
    color: white;
    font-weight: bold;
}

div.status-item.stat-yellow {
    background-color: #FFD700;
    color: white;
    font-weight: bold;
}

div.status-bez {
    clear: both;
    height: 60px;
    display: block;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

div.status-bez span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    padding: 0 2px 0 2px;
    line-height: 14px;
    height: 60px;
}