body {
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    color: #072a39;
}

.et-db .et_pb_section_0.et_pb_section {
    margin-top: 5%;
}
.archive.et-db #et-boc article .et-l .et_pb_row {
    width: 90%;
    max-width: 88%;
}
.archive.et-db #et-boc article .et-l .et_pb_row_2 {
    max-width: 1200px;
}
.archive.et-db .et_pb_text_0 h5 {
    color: #00b0ab !important;
}
.archive.et-db #et-boc .et-l .et_pb_section.et_pb_section_2 {
    background-size: contain !important;
    background-position: left bottom 0px !important;
}
.archive.et-db .stickyparent {
    position: relative;
    height: 100%;
}
.et-db #et-boc .et-l .stickyparent .et_pb_section.et_pb_sticky_module {
    padding: 0;
    position: absolute;
    right: 0;
    top: -30px;
}
.archive.et-db #et-boc .et_pb_sticky_module .et_pb_row_1 {
    width: 255px !important;
    max-width: 255px !important;
}
.archive.et-db #et-boc .et_pb_sticky_module .et_pb_row_1 h5 {
    font-size: 18px;
    color: #FFFFFF !important;
}
.et_pb_text_0, .et_pb_text_1 {
    font-weight: 300;
}
.et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, 
.et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module {
    margin-bottom: 2.284%  !important;
}
.et_pb_text_1 ul {
    padding-left: 10% !important;
}
.et_pb_button_0_wrapper, .et_pb_button_1_wrapper, 
.et_pb_button_2_wrapper, .et_pb_button_3_wrapper {
    margin-right: 20px !important;
}
body.archive #page-container .et_pb_section .et_pb_button_1 {
    color: #00b0ab !important;
    background-color: RGBA(255, 255, 255, 0) !important;
}
.archive .et_pb_column_1 {
    background-color: #00b0ab;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 10%;
    padding-left: 3%;
    transition: transform 300ms ease 0ms;
}
body.archive .et_pb_gutters2 .et_pb_column_2_3, 
body.archive .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width: 63.667% !important;
}
body.archive .et_pb_gutters2 .et_pb_column_1_3, 
body.archive .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 33.3333% !important;
}
body.archive .et_pb_gutters2 .et_pb_column, 
body.archive .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3% !important;
}
body.archive .et_pb_gutters2.et_pb_row .et_pb_column:last-child {
    margin-right: 0 !important;
}
body.archive .et_pb_column_1:hover {
    transform: scaleX(1.05) scaleY(1.05) !important;
}
body.archive .et_pb_text_2 h3 {
    font-weight: 600;
    font-size: 25px !important;
    color: #fff !important;
}
body.archive .et_pb_text_2 {
    margin-bottom: 20px !important;
}
body.archive .et_pb_text_3.et_pb_text {
    color: #fff !important;
}
body.archive #page-container .et_pb_section .et_pb_button_2 {
    color: #fff !important;
    background-color: #00b0ab;
}
body.archive #page-container .et_pb_section .et_pb_button_3 {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    background-color: RGBA(255, 255, 255, 0) !important;
}
body.et-db.archive #page-container .et_pb_section .et_pb_bg_layout_light.et_pb_button_3:hover {
    color: #FFFFFF !important;
}






.archive-container {
    width: 90%;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.search-archive.withmargin{
    padding-top: 180px;
}

#entity-search-form .et_pb_button_outline {
    color: #00b0ab !important;
    background-color: RGBA(255, 255, 255, 0) !important;
}

#entity-search-form {
    display: flex;
    gap: 90px;
    margin-bottom: 140px;
}

#entity-search-form #entity-search {
    width: 325px;
    position: relative;
}
#entity-search-form #entity-results {
    width: calc(100% - 400px);
}

#entity-search-form #entity-search h2 {
    margin-bottom: 20px;
}
#entity-search-form #entity-search .search-field {
    margin-bottom: 20px;
}
#entity-search-form #entity-search .search-items {
    width: 100%;
}
#entity-search-form #entity-search .minmax {
    display: flex;
    gap: 10px;
}
#entity-search-form #entity-search .minmax > div {
    width: calc(50% - 5px);
}
#entity-search-form #entity-search select {
    width: 100%;
    background-color: #b4c4ca;
    border: 1px solid #b4c4ca;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    padding: 0.3em 2.5em 0.3em 1em; /* extra right padding for the arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#entity-search-form #entity-search .search-items,
#entity-search-form #entity-search .search-items.minmax ._minmax,
#entity-results  .search-container{
    position: relative;
}
#entity-search-form #entity-search .search-items:not(.minmax)::after,
#entity-search-form #entity-search .search-items.minmax ._minmax::after,
#entity-results  .search-container::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    pointer-events: none;
    margin-top: -3px;
}
#entity-search-form #entity-search .buttons{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
#entity-search-form #entity-search .buttons button {
    cursor: pointer;
}

#entity-search-form .toggle-search-field {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
#entity-search-form .toggle-search-field.open{
    max-height: 800px;
}




.search-settings {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.search-settings select {
    text-transform: uppercase;
    width: auto;
    background-color: #00b0ab;
    border-color: #00b0ab;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    padding: 0.3em 2.5em 0.3em 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}




#entity-results {
    margin-bottom: 50px;
}
#entity-items article {
    background-color: #b4c4ca;
    border: 2px solid #b4c4ca;
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 25px;
    position: relative;
}
#entity-items article:hover {
    background-color: #fff;
    box-shadow: 0 2px 18px -3px rgba(0, 0, 0, 0.3);
}
#entity-items article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#entity-items article .item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}
#entity-items article .item .gotosingle {
    position: absolute !important;
    bottom: 0;
    right: 0;
    font-size: 15px !important;
    font-weight: normal !important;
    z-index: 2;
}
#entity-items article .voertuig-prijs {
    color: #072a39;
}
#entity-items article img {
    display: block;
    object-fit: cover;
    width: 250px;
}
#entity-items article header h1 {
    font-size: 24px;
    margin-bottom: 10px;
}
#entity-items article .item-content {
    width: calc(100% - 500px);
}
#entity-items article .entry-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
#entity-items article .entry-content ul li {
    width: calc(50% - 5px);
    font-weight: normal;
}
#entity-results .more_button {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 1440px) {
    #entity-search-form{
        gap: 40px;
    }
    #entity-search-form #entity-results {
        width: calc(100% - 350px);
    }
    #entity-items article .item-content {
        width: calc(100% - 250px);
    }
    #entity-items article .item .gotosingle {
        bottom: -5px;
    }
}
@media screen and (max-width: 1200px) {
    #entity-items article .item {
        flex-direction: column;
    }
    #entity-items article img {
        width: 100%;
    }
    #entity-items article .item-content {
        width: 100%;
    }
    #entity-items article header h1 {
        font-size: 30px !important;
    }
    #entity-items article .item .gotosingle {
        position: relative !important;
    }
}
@media screen and (max-width: 900px) {
    #entity-items article .entry-content ul {
        flex-direction: column;
    }
    #entity-items article .entry-content ul li {
        width: 100%;
    }
}
@media screen and (max-width: 767px) { 
    #entity-search-form {
        flex-direction: column;
    }
    #entity-search-form #entity-search,
    #entity-search-form #entity-results {
        width: 100%;
    }

    #entity-search-form #entity-search .search-field-con,
    #entity-search-form #entity-search .search-field-con .toggle-search-field {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    #entity-search-form #entity-search .search-field-con .search-field {
        width: calc(50% - 10px);
    }
    #entity-search-form #entity-search .search-field {
        margin-bottom: 0;
    }
    #entity-search-form #entity-search .search-field h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 980px) {
    #archive_login .et_pb_column_0,
    #archive_login .et_pb_column_1{
        width: 100% !important;
    }
    #archive_login .et_pb_column_1 {
        padding: 25px;
    }
}

@media screen and (max-width: 400px) { 
    .search-archive.withmargin{
        padding-top: 140px;
    }
}