.temp-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1168px;
    padding: 0 1rem;
}

#search-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    /* inactive */
    display: none;
}

#search-form .searchform__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#search-form.active {
    display: flex;
}

.advanced-sidebar {
    position: relative;
}

#search-form #searchform input {
    max-width: 450px;
    width: 100%;
    border-radius: 0;
    height: 54px;
    width: 100%;
    font-size: 16px;
    padding: 15px 30px;
}

#search-form #searchform {
    position: relative;
}

.reistype-opties {
    padding-left: 20px;    
}

#search-form #searchform button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
    background: #a86d7a;
}

#search-form #searchform button:hover {
    cursor: pointer;
}

#search-form #searchform button svg {
    filter: invert(1);
    transform: scale(.8);
}

#search-form #searchform input:focus {
    outline: none;
}

.search-container {
    padding: 3rem 1rem;
}

.search-header {
    height: auto !important;
}

.searchresult h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchresult h2 p {
    text-decoration: underline;
}

/* search button */
#search-button {
    border-radius: 0;
    background: transparent;
    opacity: .7;
    border: none;
    transform: scale(.8);
    margin: 0 1rem 0 2rem;
}

#search-button:hover {
    cursor: pointer;
}

.best-intro-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

div.su-spoiler-content.su-u-clearfix.su-u-trim {
    font-weight: 300;
    font-family: "Lato";
}

@media screen and (min-width: 649px) {
    #colophon ul {
        display: block !important;
        height: auto !important;
        margin: 1rem 0 !important;
    }
}

@media screen and (max-width: 1200px) {


    .menu-wrapper #menu_close,
    .menu-wrapper #menu_open {
        top: 21px;
        right: 159px;
    }
}

@media screen and (max-width: 720px) {


    .menu-wrapper #menu_close,
    .menu-wrapper #menu_open {
        top: 8px;
        right: 122px;
    }
}