html {
    font-family: 'Lato', sans-serif;
    height: 1920px;
    width: 1080px;
    font-size: 16px;
}

body {
    height: 100%;
    margin: 0;
}

/** Container */

.main {
    width: 100%;
    height: 100%;
    background: url("../img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.header {
    flex-grow: 1;
    margin-top: 8em;
    padding-left: 7em;
}

.content {
    flex-grow: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-left: 7.5em;
}

.footer {
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    margin-bottom: 3.1em;
    align-items: center;
    width: 60em;
    padding-left: 7.7em;
}

/** header */

h1 {
    font-size: 4.3em;
    font-weight: 700;
}

#datetime{
    font-size: 2.4em;
    font-weight: 400;
}

/** Content */

.indicator_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.indicator-text {
}

.indicator-title{
    font-size: 3em;
    width: max-content;
}

.indicator-subtitle {
    font-size: 1.9em;
    width: max-content;
}

.dot {
    height: 8.4em;
    width: 8.4em;
    background-color: rgba(255,255,255,.76);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    border: rgb(47, 82, 143);
    margin-right: 2.3em;
    box-shadow: -2px 1px 10px 4px rgba(255,255,255,.76);
}

.dot-text {
    text-align: center;
    color: #0045bd;
}

.dot > .dot-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -3.7em;
}

.dot-number {
    font-size: 3.2em;
    font-weight: 700;
}
.dot-unit {
    font-size: 2.3em;
}

/** Footer */

.footer-left {
    font-weight: 300;
    font-size: 1.3em;
}
.footer-right {
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: 1.9em;
}

#logo_allianz {
  width: 9em;
}

#logo_square_sense {
    width: 10em;
    margin-top: 0.4em;
    margin-left: 0.5em;
}
