body {
    padding-top: 3.5rem;
    background: rgba(0, 0, 0, 1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0, 0, 0) 15%, rgb(21, 21, 21) 50%, rgb(115, 115, 115) 80%, rgb(151, 151, 151));
    min-height: 100vh;
}


.footercontent {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerimg {
    padding: 1rem;
    max-height: 100px;
    width: auto;
    margin-right: 1rem;
    margin-left: 1rem
}

.indexmodel {
    min-height: 60vh;
    width: auto;
}

#typetext-container {
    font-size: 4rem;
    color: #f5f5f5;
}

#modelcont, #learnmore {
    opacity: 0;
}

.bitem-btn:hover {
    color: #f5f5f5;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
}

.bitem-btn:active {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.bitem-text {
    color: #f5f5f5 !important
}

.fadein {
    opacity: 0;
}

.line-fade {
    position: relative;
}

.line-fade:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.line-fade-d:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000 !important;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

.line-fade:hover:before {
    visibility: visible;
    width: 100%;
}

.line-fade-m {
    color: whitesmoke;
    text-decoration: none;
    font-size: 1.6rem;
    padding-bottom: 0.3rem;
}

.line-fade-m:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px !important;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.line-fade-m:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.line-fade-m:hover {
    color: white;
    transition: 0.3s;
}

.grow {
    transition: font-size .6s ease-in-out;
}

.grow:hover {
    font-size: 1.7rem;
}

#btn-back-to-top {
    position: fixed;
    opacity: 0.9;
    border: none;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
    background: rgba(245, 245, 245) !important;
    color: rgb(69 69 69) !important;
    box-shadow: 0 0 4px 3px rgb(245 245 245) !important;
}

#btn-back-to-top:hover {
    background: #f2f2f2 !important;
    box-shadow: 0 0 5px 5px #f2f2f2 !important;
}

#btn-back-to-top:active {
    border-color: rgba(245, 245, 245, 0) !important;
    box-shadow: 0 0 6px 6px rgb(245 245 245) !important;
}

.info-buttons {
    color: #f5f5f5 !important;
    display: inline;
    padding-bottom: 7px;
}

.info-buttons-d {
    color: #484848 !important;
    display: inline;
    padding-bottom: 7px;
}

.info-buttons-d:hover {
    color: #000000 !important;
}


.info-buttons > * {
    font-size: 1.2rem;
    height: 1.2rem;
    margin: 0.3rem;
    vertical-align: middle;
}

.info-buttons-d > * {
    font-size: 1.2rem;
    height: 1.2rem;
    margin: 0.3rem;
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bitem-link {
    color: #56b3b3;
    text-decoration: none;
}

.bitem-link:hover {
    color: #7692b0;
    text-decoration: underline;
}

.item-content {
    cursor: unset !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.lang-nav {
    min-width: unset;
    width: -webkit-fill-available;
    text-align: center;
}

.offcanvas {
    z-index: 5001;
}

#counter {
    height: 2rem;
}

.ent-item {
    display: none;
}


#info-modal {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0, 0, 0) 15%, rgb(21, 21, 21) 50%, rgb(115, 115, 115) 80%, rgb(151, 151, 151));
    color: whitesmoke;
    z-index: 6000;
}

#info-modal .modal-content {
    background-color: unset;
}

#info-modal .modal-body {
    padding: 0;
}

#info-modal .modal-footer {
    display: unset;
}

.fullscreen-model {
    width: 100%;
    height: 100%;
}

#current-3d-model {
    padding: 0;
}

#downloadbutton {
    position: absolute;
    right: 7rem;
    bottom: 1rem;
}

#infobutton {
    position: absolute;
    right: 4rem;
    bottom: 1rem;
}

#closebutton {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

#filterAccordion * {
    color: #fff !important;
    background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='whitesmoke'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='whitesmoke' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    border: none!important;
}

#filterAccordion input {
    border: 1px #bbbbbb solid!important;
}

#filterAccordion .accordion-button {
    border-bottom: 1px solid!important;
    box-shadow: none!important;
}

.filter-input {
    border: 1px solid rgb(255 255 255 / 50%);
}

.de, .en {
    display: none;
}

.tile-link {
    text-decoration: none;
}