﻿#full-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: .5rem;
    margin-bottom: 10.5rem;
}

@media (min-width : 1200px) {
    #full-container .left-side {
        margin-right: 75px;
        padding-right: 3rem;
    }
}

#img-wrapper {
    width: 100%;
}

#img-container-medicine, #img-container-expertise {
    height: 100%;
    min-height: min(60vw, 400px);
    margin-right: -20vw;
    padding-right: 20vw;
    background-size: cover;
    background-position: center 30%;
    display: flex;
    align-items: end;
    justify-content: end;
}

#img-container-medicine {
    background-image: url(/img/geneesmiddelen.jpg);
    background-position: center 30%;
}

#img-container-expertise {
    background-image: url(/img/expertise.jpg);
    background-position: center 10%;
}

#main-search-bar-container {
    margin-bottom: -4.5rem;
    max-width: 570px;
    min-width: 150px;
}

.theme-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
    gap: .6rem;
}

.theme, .theme * {
    color: white;
}

.theme {
    padding: 1.5rem;
    border-radius: 1rem;
}

.theme-name {
    display:flex;
    font-size: 1.2rem;
    font-weight: 400;
}

.theme-description {
    font-size: .9rem;
    font-weight: 400;
}

.theme:hover {
    background: white;
    font-weight: 500;
}

.theme:hover .theme-name {
    color: black;
}

.theme:hover .theme-name > i {
    color: #DF5346;
}

.theme:hover .theme-description {
    color: #969696;
}

@media (min-width: 1200px) {
    #full-container {
        padding-left: 0;
        margin-bottom: 3.5rem;
    }

    #main-search-bar-container {
        margin-bottom: -2rem;
    }

    #img-wrapper {
        width: 50%;
        margin-top: 0;
    }

    #img-container {
        margin-left: -75px;
        padding-left: 75px;
    }

    .theme-container {
        gap: 1rem;
    }
}
