body {
    font-family: "Prokyon";
    color: #000;
    background-image: url(../images/glossar.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

body.overlay {
    overflow: hidden
}

@media (max-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.chapter {
    font-size: 3rem;
    padding: 10px 15px;
    background-color: #991d85;
    color: #fff;
    border-top: solid 20px; 
    border-bottom: solid 20px;
    line-height: 1;
    font-weight: 500;
    margin-right: -15px;margin-left: -15px;
}

.logo {
    height: 4.0625rem;
    width: 16.0625rem
}

.topimg {
    border-bottom: solid 30px #fff
}
.pt-nav{
    padding-top: 54px;
}

.accordion-item {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.accordion-body a {
    color: #991d85;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500
}

.accordion-body .info a:hover,.accordion-body a:hover {
    text-decoration: underline
}

.info {
    margin-top: 2rem
}

.accordion-body .info h4 {
    font-size: 1rem;
    border-bottom: 2px dotted #000;
    color: #000;
    font-weight: 400;
    margin: 1rem 0
}

.accordion-body .info a {
    font-size: 15px;
    color: #991d85;
    text-decoration: none
}

.accordion-button {
    font-size: 1.25rem;
    color: #000
}

.accordion-button:not(.collapsed) {
    color: #991d85;
    background-color: #e9e6df;
    box-shadow: none
}

.accordion-button:focus {
    z-index: 3;
    border: 0;
    outline: 0;
    box-shadow: none
}

.accordion-button::after,.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow.svg)
}

.ext-link {
    margin-bottom: .5rem;
    display: block;
}

.ext-link::before {
    content: url(../images/external-link-light.svg);
    display: inline-block;
    width: 1rem;
    margin-right: .5rem;
    transform: translateY(1px)
}

.bg-purple {
    background-color: #991d85
}

.accordion-body .info .small {
    font-size: 13px;
    color: #555;
    margin-left: 15px;
}

.top-nav {
    margin: 0;
    background-color: #e9e6df;
    z-index: 1030;
    width: 100%
}

.search {
    width: 1.5rem
}

.form-control:focus {
    border-color: #000;
    box-shadow: none
}
.navbar-toggler{
    border:0;
    color: #000;
    box-shadow: none;
}
.navbar-toggler:focus{box-shadow: none;}
.navbar-toggler-icon {
    background-image: url(../images/bars-regular.svg);
}
.letter {
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    width: 50px;
    padding: 8px;
    font-weight: 500;
    text-align: center
}
.input-search {
    margin-top: 10px;
    min-width: 100%;
}
.input-search input {
 
    display: inline-block;
    border-radius: 0
}
@media (min-width:768px){

    .letter {
        font-size: 1.5rem;
        color: #000;
        text-decoration: none;
        width: 57px;
        padding: 8px;
        font-weight: 500;
        text-align: center;
    }

}
@media (min-width:992px){

    .letter {
        font-size: 1.25rem;
        color: #000;
        text-decoration: none;
        width: auto;
        font-weight: 500;
        padding: 7px;
        text-align: center
    }
    .input-search {
        margin-top: 0;
        min-width: auto;
    }
    .input-search input {
        width: 12rem;
        display: inline-block;
        border-radius: 0
    }
}

.letter:hover {
    color: #991d85
}

.max-read {
    max-width: 960px
}



.input-search button {
    display: inline-block;
    margin-left: 10px;
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    border: 0
}

#suggestions-div {
    position: absolute;
    border: 1px solid #999;
    background-color: #fff;
    width: 12rem;
    padding: 0;
    margin-top: 38px;
    display: none;
    z-index: 100
}

.input-search .no-results,.input-search .sug {
    background-color: #fff;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer
}

.input-search .no-results {
    cursor: default
}

.input-search .sug:hover {
    background-color: #ccc
}

.result-list {
    background-color: #e9e6df;
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    overflow-y: scroll;
    z-index: 1060;
    transition: all .5s ease-in-out
}

.result-list.show {
    height: 100vH;
    transition: all .5s ease-in-out
}

#result-div h3 {
    font-size: 2rem;
    color: #000;
    margin: 10px
}

#close-btn {
    font-size: .75rem;
    position: fixed;
    top: 15px;
    right: 28px
}

#result-div .res {
    margin: 0;
    padding: 10px;
    cursor: pointer
}

.close {
    cursor: pointer
}

.close img {
    max-width: 22px;
    min-width: 22px
}

#closeMain {
    position: absolute;
    top: 3.5%;
    right: 2.5%
}

#result-div .res h4 {
    font-size: 1.5rem;
    color: #000
}

#result-div .res p {
    color: #555
}

.cd-top {
    display: inline-block;
    z-index: 1051;
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/back-to-top.svg)no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    -webkit-filter: drop-shadow(0 0 15px #fff);
    filter: drop-shadow(0 0 15px #fff)
}

.cd-top.cd-fade-out,.cd-top.cd-is-visible,.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.no-touch .cd-top:hover {
    opacity: 1
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 10px;
        bottom: 20px
    }

    #close-btn {
        top: 46px;
        right: 46px
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 10px;
        bottom: 30px
    }
}

.score {
    font-size: 11px;
    color: #111;
    position: relative;
    top: -10px;
}

.lh2 {
    line-height: 1.3;
}