html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Chivo Mono';
    text-transform: uppercase;
    font-size: small;
    text-size-adjust: none;
    /* touch-action: none; */
}

#view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0%;
    transition: left 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    /* z-index: -1; */
}

#center_box {
    width: 300px;
    height: 300px;
    /* background-color: #ffb564; */
    position: absolute;
    transform: scale(0.1);
    transition: transform 3000ms ease-out;
}

#circle {
    height: 300px;
    width: 300px;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #ff9b33;
    border-radius: 50%;
    display: inline-block;

    transform: rotate(0);
    will-change: transform;
    /* transform: scale(0.2turn); */
}

#center_logo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50px;
}

#center_text {
    text-align: center;
    position: absolute;
    /* background-color: #ffb564A0; */
    color: #684a16;
    opacity: 0.0;
    transition: opacity 500ms ease-in-out;
    display: flex;
    flex-direction: column;
    font-size: small;
    /* align-items: center; */
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
}

.center_text_title {
    background-color: #ffb564A0;
    /* padding: 10px; */
    /* margin: 2px; */
    /* width: 100%; */
    font-weight: bold;
    font-size: normal;
    width: 100%;
    padding: 10px 0 10px 0;
    margin-bottom: 2px;
}

.center_text_flex {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.center_text_table {
    background-color: #ffb564A0;
    padding: 10px;
    /* margin: 2px; */
    font-size: smaller;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
}

.center_text_row {
    background-color: #ffb564A0;
    /* padding: 10px; */
    /* margin: 2px; */
    /* width: 100%; */
    font-weight: normal;
    font-size: normal;
    width: 100%;
    padding: 10px 0 10px 0;
    margin-bottom: 2px;
}


.semi_circle {
    position: absolute;
    border-radius: 50%;
    /* background-color: #ff9b33; */
    /* transition: all 200ms ease-out; */
    /* transform: rotate(90deg); */
}

#semi_circle_logo {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('assets/maanden.svg');
    background-size: cover;
    /* transition: all 200ms ease-out; */
    /* transform: rotate(90deg); */
}

.semi_circle_border {
    position: absolute;
    border-radius: 50%;
    background-color: white;
}


.line_base {
    position: absolute;
    text-align: left;
    will-change: opacity;
    opacity: 0.0;
    transition: opacity 200ms ease-out;
    white-space: nowrap;
}

.line_part {
    position: absolute;
    transform-origin: 0% 50%;
    transform: rotate(0);
    will-change: transform;
}

.line_end {
    position: absolute;
    transform-origin: 0% 50%;
    transform: rotate(0);
    will-change: transform;
    vertical-align: middle;
    transition: background-color 200ms ease-out, color 200ms ease-out;
}


/**************************** LEGEND *****************************/

#legend {
    position: fixed;
    width: 250px;
    height: 100%;
    left: -215px;
    transition: left 400ms ease-in-out;
    will-change: left;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#legend:hover {
    left: 0;
}

#legend:hover .legend_element {
    left: 0px;
}

.legend_element {
    flex: 1;
    position: relative;
    width: 210px;
    left: 20px;
    /* border: none; */
    font-family: 'Chivo Mono';
    color: white;
    text-align: left;
    transition: all 200ms ease-out,
        left 400ms ease-in-out;
    will-change: left;
    text-transform: uppercase;
    border: 0px solid white;
}

.legend_element:hover {
    width: 230px;
}

.legend_element div {
    margin-left: auto;
    width: 200px;
}

.legend_element_head {
    width: 230px;
    left: 0px;
    font-weight: 600;
}

.legend_element_head:hover {
    width: 250px;
}

.legend_element_head div {
    width: 220px;
}


/**************************** Eisen *****************************/

#eisen {
    /* position: fixed; */
    width: 15px;
    height: 100%;
    transition: width 400ms ease-in-out;
    will-change: right;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    float: right;
}

#eisen:hover {
    width: 250px;
}

#eisen:hover .eisen_element {
    left: 40px;
}

#eisen:hover .eisen_element_head {
    left: 20px;
}

.eisen_element {
    flex: 1;
    position: relative;
    width: 500px;
    font-family: 'Chivo Mono';
    color: white;
    text-align: right;
    transition: all 200ms ease-in-out;
    will-change: left, width;
    text-transform: uppercase;
    border: 0px solid white;
    left: 0px;
}

#eisen:hover .eisen_element:hover {
    left: 20px;
}

.eisen_element div {
    margin-right: auto;
    width: 195px;
}

.eisen_element_head {
    font-weight: 600;
}

#eisen:hover .eisen_element_head:hover {
    left: 00px;
}

.eisen_element_head div {
    width: 215px;
}



/**************************** Menu *****************************/

#menu_icon {
    position: absolute;
    left: 0px;
}

#zoom_buttons {
    position: relative;
    float: right;
}

.zoom_button {
    height: 60px;
    width: 60px;
    border: none;
    background-color: transparent;
    font-size: 50px;
}