.ht-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ht-container {
    background-color: var(--container-background);
    background-attachment: fixed;
    background-position: center;
    padding: 20px;
    margin-left: 20px;
    width: calc(30% - 30px);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ht-box {
    width: 100%;
    height: 150px;
    margin: 0;
    background-color: var(--banner-color);
    color: var(--main-text);
}

.ht-boxscroll {
    overflow: auto;
    height: 50px;
    padding-right: 5px;
}

.ht-boxscroll::-webkit-scrollbar {
    width: 2px;
} 

.ht-boxscroll::-webkit-scrollbar-track-piece {
    background-color:;
} 

.ht-boxscroll::-webkit-scrollbar-thumb:vertical {
    height:10px;
    background-color:#6b5f57;
}

.ht-title {
    height: auto;
    font-family: var(--font-base);
    font-size: 30px;
    text-transform: lowercase !important;
    letter-spacing: 0.1em;
    margin: 10px;
    opacity: 0.8;
    color: var(--akzent);
    vertical-align: top;
    text-align: right;
}

.ht-text {
    width: auto;
    height: 100px;
    margin: 0px 5px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
    font-size: 10px;
    color: var(--main-text); !important;
    position: relative;
    top: -20px;
}