html, body {
    font-family: 'RelauchFontMedium', "Noto Sans" !important;
    height: 100%;
    margin: 0;
}

main {
    flex: 1;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: 'RelauchFontMedium';
    src: url('NotoSans-SemiCondensedMedium-subset.49dba22c.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RelauchFontBold';
    src: url('NotoSans-SemiCondensedBold.e2af8a95.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.relaunch-bold {
    font-family: 'RelauchFontBold';
}

.bg-relaunch-light {
    background-color: #f4f5f5;
}

.bg-relaunch-dark {
    background-color: #23373c;
}

.text-relaunch-dark {
    color: #23373c;
}

button.category-color {
    color: rgb(108, 117, 125);
}

    button .category-color:hover {
        color: white;
    }

.btn-outline-dark:hover {
    color: white;
}

.header-border {
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(222, 226, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.relaunch-title-lines {
    fill: none;
    stroke: #c1002a;
    stroke-width: 5px;
    stroke-dasharray: 200;
    stroke-dashoffset: 100;
}

.relaunch-title-lines-svg {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: auto;
}

.icon-style {
    position: absolute;
    right: 15px;
    pointer-events: none;
    font-size: 1.25rem;
    color: #23373c;
    opacity: 0.8;
}

.dropdown-style {
    cursor: pointer;
    padding: 13px 40px 13px 15px;
    border: 2px solid #23373c;
    color: #23373CCC;
    width: 100%;
}

.dropdown-menu {
    display: none !important;
}

    .dropdown-menu.show {
        display: block !important;
    }

.search-style {
    cursor: pointer;
    color: #23373c;
    cursor: pointer;
    border: 2px solid #23373c;
    padding: 13px 40px 13px 15px;
    width: 100%;
}

.search-style-label {
    font-size: 14px;
    left: 11px;
    padding: 2px 4px;
    top: calc(100% - 15px);
    position: absolute;
    background-color: white;
    color: #23373CCC;
}

check-icon-style {
    position: absolute;
    right: 40px;
    pointer-events: none;
    color: #23373c;
    opacity: 0.8;
}

.delete-icon-style {
    position: absolute;
    right: 12px;
    font-size: 1rem;
    color: #23373c;
    opacity: 0.4;
    cursor: pointer;
}

.search-button-style {
    background-color: #4f5f63;
    border-color: #4f5f63;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    border: 2px solid #4f5f63;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 55px;
    max-width: 100%;
    min-height: 55px;
    padding: 0 65px 0 20px;
    position: relative;
    transition: all .3s ease-out;
}

    .search-button-style:hover {
        background-color: #c1002a;
        border: 2px solid #c1002a;
        box-shadow: 0 0 15px #0000004d;
    }

    .search-button-style .arrow-icon-style {
        background-color: #23373c;
        width: 57px;
        align-items: center;
        bottom: -2px;
        display: flex;
        font-size: 1.25rem;
        justify-content: center;
        position: absolute;
        right: -2px;
        top: -2px;
    }

    .search-button-style:hover .arrow-icon-style {
        background-color: #8e001f;
    }


.page-item {
    border: 1px solid #23373c;
    color: #004358;
}

.page-item.active .page-link {
    background-color: #004358;
    border-color: #004358;
}

.title-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.socials-light {
    filter: invert(83%) sepia(7%) saturate(106%) hue-rotate(142deg) brightness(97%) contrast(93%);
    height: 40px;
    width: 40px;
}

/* Nur die Open-Version anzeigen, wenn geschlossen */
.filter-summary .close-label,
.filter-summary .close-icon {
    display: none;
}

/* Wenn <details open>, dann Open-Zeug ausblenden */
details[open] .filter-summary .open-label,
details[open] .filter-summary .open-icon {
    display: none;
}

/* Wenn <details open>, dann Close-Zeug einblenden */
details[open] .filter-summary .close-label,
details[open] .filter-summary .close-icon {
    display: inline;
}

.smallest {
        font-size: 0.675rem;
}
