body {
    background: #303030;
    width: 99.99%;
    margin-top: 0px;
    margin-left: 0px;
    color: #ffffff;
    font-family: 'Open Sans', -apple-system, 'BlinkMacSystemFont', 'Segoe UI', 'Source Sans Pro', 'Roboto',
    'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.headline{
    width: 100%;
    font-size: 12pt;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #0193d4;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    color: #ffffff;
    align-items: center;
    margin-bottom: 1rem;
}

.container{
    display: flex;
    justify-content: center;
    align-items: start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.box{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    background: #505050;
    border-radius: 15px;
    font-size: 14pt;
    text-align: center;
    width: 46%;
    min-width: 44rem;
    height: 24rem;
    font-weight: 300;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.highlight-box{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: linear-gradient(135deg,#0193d4,#51798c);
    border-radius: 15px;
    color: #ffffff;
    width: 22%;
    min-width: 21.5rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 0 5px 1px #00000000;
    margin-left: 1%;
    margin-right: 1%;
}

.boxheadline{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.boxcontent{
    margin-right: 5%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.boxindicators{
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.trendp{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    flex-direction: row;
    font-size: 14pt;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background: linear-gradient(90deg,#87000e,#d80051);
}

.trend{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    text-align: center;
    flex-direction: row;
    font-size: 14pt;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background: #024A81;
}

.trendn{
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    text-align: center;
    flex-direction: row;
    font-size: 14pt;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background: #5fd731;
}

.indicator{
    border-radius: 0px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border-top-style: solid;
    border-color: #303030;
    border-width: 1px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
    text-align: start;
    font-size: 14pt;
    font-weight: 350;
    height: 1rem;
}

.icon {
    height: 1.5rem;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}

.trendicon {
    height: 1.5rem;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}

.tableicon {
    height: 1.5rem;
    color: #ffffff;
}

.table-icon {
    display: flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    color: #ffffff;
    margin-left: 0.7rem;
    margin-top: 0px;
    margin-right: 0.7rem;
}

.titleicon {
    height: 2rem;
    color: #FFFDFA;
    margin-left: 1rem;
}

.kpi {
    font-weight: 500;
    text-align: center;
    font-size: 40pt;
}

.text {
    font-size: 16pt; text-align: center; font-weight: 350;
}

.unit {
    text-align: center; font-weight: 300; font-size: 20pt;
}

.subheadline{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
    font-size: 16pt;
    font-weight: 400;
    margin-bottom: 1rem;
    align-items: center;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #303030;
}

.cheat {
    margin-left: 10px;
    color: #0193d4;
}