.col-0 {
    opacity: 0 !important;
    max-width: 0;
}
.liittyvat-toggle[aria-expanded=true] .fa-square-plus {
    display: none;
}
.liittyvat-toggle[aria-expanded=false] .fa-square-minus {
    display: none;
}
.liittyvat-toggle:hover {
    background-color: #e0d0b4 !important;
    color: #B92F00 !important;
}
.liittyvat-link:link {
    color: #004976;
}
.liittyvat-link:hover {
    color: #B92F00;
}
.liittyvat-link:visited {
    color: #40A2DD;
}
.actorDescription {
    display: -webkit-box;
    line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
.openMaterialCard,
.openActorCard {
    cursor: pointer;
}
@media (max-width: 1600px) {
    .index {
        padding-right: 6%;
        padding-left: 6%;
    }
}
@media (max-width: 1500px) {
    .index {
        padding-right: 5%;
        padding-left: 5%;
    }
}
@media (max-width: 1400px) {
    .index {
        padding-right: 4%;
        padding-left: 4%;
    }
}
@media (max-width: 1300px) {
    .index {
        padding-right: 3%;
        padding-left: 3%;
    }
}
@media (max-width: 1200px) {
    .index {
        padding-right: 3%;
        padding-left: 3%;
    }
}
@media (max-width: 1100px) {
    .index {
        padding-right: 2%;
        padding-left: 2%;
    }
}
@media (max-width: 1000px) {
    .index {
        padding-right: 1%;
        padding-left: 1%;
    }
    .filter-header {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.resultFiltersButton {
    display: none;        
}

.search-term-button {
    border: solid thin grey;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
    background-color: black;
    color: white;
}

.search-area-title {
    font-size: 22.65px;
    font-family: FilsonPro;
    font-weight: 700;
    white-space: nowrap;
}

.search-result-title {
    font-size: 22.65px;
    font-family: FilsonPro;
}

#extendSearchButton:focus {
    background-color: #0000001A;
    outline: none !important;
    box-shadow: none;
}

#extendSearchButton:hover {
    background-color: #0000001A;
}

#clearFilters:hover {
    color: red;
}

.search-form {
    background-color: white;
}

.search-result {
    background-color: white;
}

.result-image-box {
    padding: 3rem;
    aspect-ratio: 1 / 1;
    display: inline-block;
    max-height: 320px;
    max-width: 230px;
    font-family: FilsonPro;
    font-weight: bold;
}
.thumb-tilaa-lukusaliin {
    background-color: #e1f1ef;
}
.thumb-kayttorajoitus {
    background-color: #fde6d8;
}
.example-buttons-list {
    display: flex;
    justify-content: center;
}

.resultLevel {
    color: #495057;
}

.nav-link {
    color: black;
}

.filter-box {
    border: none !important;
}

.filter-header {
    background-color: white;
    border: none !important;
}

.filter-header-button {
    padding: 0 !important;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

.filter-header-button:focus {
    box-shadow: none !important;
}

.esikatselukuva {
    display: block;
    width: 100%;
    height: auto;
}

.kayttorajoitettu {
    background-color: #FDEDED;
    color: #5F202A;
}
@media (max-width: 900px) {
    #hideResultFiltersButton {
        display: none;
    }
    #resultFilters {
        min-width: 100% !important;
        margin-bottom: 10px;
    }
    .resultFiltersButton {
        display: inline-block !important;
    }
    .hideResultFilters3 {
        margin-top: 10px !important;
    }
}
@media (min-width: 900px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
    [class*='col-'] {
        flex-grow: 1;
        flex-shrink: 1;
        transition: all 400ms ease;
    }
}