

/* ---- filter ---- */

.vacatures-filter-categorielist-title {
    font-weight: bold;
}

.vacature-filter-checkbox {
    display: inline-block;
    margin-right:10px;
}

/* ---- content ---- */

.vacature-functie-eisen,
.vacature-bijzonderheden {
    display: block;
    position: relative;
    margin-top:25px;
    margin-bottom:25px;
}

/* ---- buttons ---- */

.vacature-button {
	display: inline-block;
    position: relative;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	background: #03ff63;
    color: #002c5b;
    border-color: #03ff63;
	outline: 0;
	font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    letter-spacing: 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vacature-button:hover {
	background: #002c5b;
    color: #03ff63;
    border-color: #03ff63;
}

.vacature-button-disabled {
    cursor: default;
    opacity: 0.5;
}

.vacature-button-disabled:hover {
    background: #03ff63;
    color: #002c5b;
    border-color: #03ff63;
}

.vacature-button-small {
	padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
}

.vacature-button-pull-right {
	float:right;
}

.vacature-button-pull-left {
	float:left;
}

.vacature-button-block {
    display: block;
    width: 100%;
}

.vacature-entry-title{
    margin-bottom: -7px;
}

.vacature-hr{
    height:4px;
    border-width:0;
    color:#f4f5f6;
    background-color:#f4f5f6;
    width: 104%;
    margin-left: -10px;
}

.vacature-entry-subtitle{
    color: rgb(64, 72, 79);
}

.vacature-entry-excerpt{
    margin-bottom: 15px;
    margin-top: 10px;
    overflow-wrap: break-word;
}

.vacature-entry:last-child hr{
    display: none;
}