body {
    height: 100%;
    background-image: url(https://cfgaming.de/images/dots.png);
    background-size: contain;
}

.padding {
    padding: 0 375px;
}


.top_box {
    height: 55% !important;
}

.navbar_items_box a:first-child {
    color: var(--akzentfarbe);
}

/* Search start  */
.search {
    height: 65%;
}

.input_text_search {
    margin: 40px 0 0 0;
}


/* Wiki Info start */
.wiki_info {
    height: calc(100% - 65%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.info_item {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: var(--background_2);
    box-shadow: 0 0 5px var(--shadow); */
    padding: 10px;
    border-radius: 10px;
}

.info_item div i {
    font-size: 35px;
}

.info_item div span {
    margin-left: 10px;
    font-size: 35px;
    font-weight: 600;
}

.info_item_cat {
    margin-top: -10px;
    color: var(--akzentfarbe);
    font-size: 35px;
    font-weight: 600;
}

.info_item_discription {
    color: var(--text_second);
    text-align: center;
}


/* Footer */
.footer {
    position: absolute;
    bottom: 0;
}


