
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@media screen and (min-width: 1229px) {
    .content .container {
        width: 80vw !important;
    }
}


/** top row ***/
.row.intro-row {
    display: flex;
    padding: 10vh 0;
    align-items: center;
}
.image-container {
    display: flex;
    gap: 15px;
}
img.banner-image {
    width: 50%;
}
img.banner-image.image-1 {
    border-top-left-radius: 10em;
}
img.banner-image.image-2 {
    border-bottom-right-radius: 10em;
}

/** middel row ***/
.row.info-row {
    padding: 10vh 0;
}

/** form style ***/
h2.form-title {
    color: #333 !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
.radio-section p {
    display: flex;
    gap: 5px;
    min-height: 85px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 40px;
}
.form-field p {
    MARGIN: 0;
}
textarea {
    resize: vertical;
    width: 100%;
}
input,
textarea {
    background: #ece5da;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #e56a54;
    width: 33%;
    color: white;
    font-weight: bold;
}
span.required {
    color: #e56a54;
}

/** vacatures template part**/
.vacature-item {
    border: 2px solid #8e9c7a;
    padding: 0 20px 10px 20px;
    min-height: 500px !important;
    margin-bottom: 20px;
}

h2.item_title {
    margin: 0;
    background: #e2e5dc;
    width: fit-content;
    padding: 0 10px;
    margin-left: -10px;
    top: -1.5rem;
    position: relative;
}

.item-btn {
    padding: 10px 15px;
    bottom: 50px;
    position: absolute;
}

img.item_image {
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}






/*list */
.inner--box {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.inner--box p {
    padding: 0 10px;
    background: #e2e5dc;
    z-index: 2;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5px;
}

.inner--box:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #8e9c7a47;
    top: 0.8rem;
}
@media screen and (max-width: 992px) {
    .row.form-bar_row{
        padding: 0;
    }

}
@media screen and (max-width: 767px) {
    .info-boxes {
        flex-wrap: wrap;
    }
    .infobox {
        width: 100%!important;
        border-right: none;
        border-bottom: 1px solid #33333328;
        padding: 20px 0;
    }
    .infobox:last-child{
        border-bottom: none;
    }
}