#glossar td h2 {
    margin: 0;
}
#glossar tr {
    margin: 20px 0;
    padding: 30px;

    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
}

#glossar tr ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 0 20px;
}
#glossar tr ol li {
    margin-bottom: 15px;
}
#glossar tr ol ol {
    list-style-type: lower-alpha;
    list-style-position: outside;
    margin-left: 10px;
}
#glossar tr ol ol li {
    margin-bottom: 5px;
}

.glossarMenu .search {
     width: 60%;
     margin: 0 auto;
}
.glossarMenu #searchbar {
    height: 50px;
    font-size: 20px;

    padding: 0 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.glossarMenu .checkTraining {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.glossarMenu .checkTraining div {
    display: flex;
    justify-content: center;
}
.glossarMenu input[type=checkbox] {
    display: unset;
    margin: auto 10px;
}


#glossar .cpux-f::before {
    content: "CPUX-F";

    text-align: center;
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;

    background: #25589c;
    color: #fff;

    padding: 5px 0;
    margin: 10px 0;
    display: block;
}
#glossar .cpux-ur::before {
    content: "CPUX-UR";

    text-align: center;
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;

    background: #25589c;
    color: #fff;

    padding: 5px 0;
    margin: 10px 0;
    display: block;
}
#glossar .cpux-ut::before {
    content: "CPUX-UT";

    text-align: center;
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;

    background: #25589c;
    color: #fff;

    padding: 5px 0;
    margin: 10px 0;
    display: block;
}

.checkbox {
    display: unset;
}
.checkbox:checked + label {
    font-weight: 700;
}

.abc div {
    margin-top: 20px;
    display: block;
    color: #fff;
    font-weight: 700;
    background: #e39948;
    padding: 5px 20px;
    font-size: 18px;
}

.anchor {
    position: absolute;
    transform: translateY(-400px);
}

#alphabet {
    word-break: break-word;
    text-align: center;
    margin: 30px 0;
}
#alphabet a {
    border-left: 1px solid rgba(0,0,0,0.3);
    color: rgba(0,0,0,0.3);
    padding: 0 8px;
    text-decoration: none;
}
#alphabet a:last-of-type {
    border-right: 1px solid rgba(0,0,0,0.3);
}
#alphabet a:hover {
    color: #e39948;
    font-weight: 700;
}

.glossarMenu.sticky {
    position: fixed;
    width: 100vw;
    top: 55px;
    left: 0;

    display: block;
    background: #fff;
    z-index: 1000;

    padding-top: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.glossarMenu.sticky #searchbar {
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
}
.glossarMenu.sticky .checkTraining {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

/*
reset styles
 */
#glossar .glossarEntry {
    display: none;
}

#glossar .glossarEntry.f,
#glossar .glossarEntry.ur,
#glossar .glossarEntry.ut {
    display: flex;
    flex-direction: column;
}

#glossar {
    width: 100%;
}
#glossar tr {
    height: unset;
}
#glossar th {
    font-weight: 700;
}
#glossar tr:nth-child(even) {
    background: unset;
}
#glossar td {
    line-height: 26px;
}
#glossar tr td:last-of-type {
    text-align: left;
    padding-right: unset;
}
#glossar tr td:first-of-type {
    padding-left: unset;
}


@media(max-width: 1000px) {
    #glossar tr td::before {
        content: "";
    }

    #glossar tr td {
        padding: 0;
    }
}

@media(max-width: 400px) {
    #alphabet {
        display: none;
    }
    .glossarMenu .checkTraining {
        display: block;
        text-align: center;
    }
    .glossarMenu.sticky .checkTraining {
        display: none;
    }
    .glossarMenu.sticky #searchbar {
        margin-bottom: 20px;
    }
}