@font-face {
    font-family: "Unit Rounded";
    src: url('../fonts/Unit_Fonts/UnitRoundedPro.otf'); /* IE9 Compat Modes */
    src: url('../fonts/Unit_Fonts/UnitRoundedPro.otf') format('opentype'),
    url('../fonts/UnitRoundedPro.eot');
}

html {
    font-family: "Unit Rounded", UnitRoundedWebPro-Regular, sans-serif !important;
    max-width: 1000px;
    min-width: 320px;
    overflow: hidden;
}

body {
    width: 100%;
    position: relative;
}

.parentheses {
    font-weight: bold;
    /*font-size: 3.5vw;*/
    opacity: 0;
}

#schlussbalken {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 10px 0 10px 0;
    background-color: #467D95;
    border-radius: 2px;
}

#graph {
    width: 100%;
}

.title-lg {
    font-weight: bold;
    font-size: 3vw;
}

.title-sm {
    font-weight: bold;
    font-size: 2.5vw;
}

.circle-text {
    text-align: center;
    color: white;
    display: block;
    align-items: center;
    line-height: 1.3;
}

.circle-text .small-text {
    font-size: 2.5vw;
}

.circle-text:hover {
    color: #ffcb3e;
}

.circle-text p {
    margin: 0 0 5px 0;
}

.text-container {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h5 {
    font-size: 1.5rem!important;
}

/*#background {
    background-color: #e1e5e9;
    width: 100%;
    height: 500px;
    border-radius: 20px;
}*/

#subcategory-modal {
    position: absolute;
    margin: auto;
    width: 70%;
    height: auto;
    z-index: 5;
    top: 10%;
    left: 15%;
    background-color: white;
    color: #697d91;
    display: none;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #e4eef3;
    max-height: 80%;

}

#text-container {
    overflow: auto;
    max-height: 270px;
}

.modal-close {
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    background-color: #a5b1bd;
    color: white;
    float: right;
    border-radius: 0.3em;
    cursor: pointer;
    font-weight: bold;
}

#overlay, #overlay-modal {
    z-index: 4;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

#overlay-modal {
    display: none;
    background-color: black;
    opacity: .5;
    cursor: pointer;
}

