body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#maincontent {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 3em auto;
}

#map {
    z-index: 0;
}

#title {
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 2em;
    padding-top: 5px;
    color: #5e5e5e;
}

.ui.top.attached.menu {
    margin-top: 0;
    border-top: 0;
}

.ui.vertical.sidebar {}

.menuheader {
    font-weight: bold!important;
}

.ui.styled.accordion .accordion .content, .ui.styled.accordion .content {
    padding: 0;
}

.ui.styled.accordion, .ui.styled.accordion .accordion {
    border-radius: 0;
    box-shadow: none;
}

.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
    /* border-top: 0; */
    font-weight: normal;
    color:rgba(0,0,0,.87);
}