html {
  scroll-behavior: smooth;
}

.site-header.vacatures{
    background: linear-gradient(180deg, #14822c 60%, white 0%);
}

.wrapper-vacatures {
    padding: 30px 60px;
}

.vacature-featured {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-size: cover;
}

.h1-vacatures {
    margin-top: 20px;
    color: #fff;
    font-size: 56px;
    font-weight: bold;
}

.vacacture-cta-1 {
    background: white;
    padding: 30px;
    box-shadow: 1px 1px 25px #00000012;
    border-radius: 8px;
}

.vacacture-cta-2 {
    background: #fafafa;
	max-width: 600px;
    padding: 30px;
    border-radius: 8px;
}

.vacacture-cta-1 .content, .vacacture-cta-2 .content{
    display: flex;
    flex-direction: column;
}

.vacacture-cta-1 .content a {
    color: #000;
}
.vacacture-cta-1 .content a:hover {
    text-decoration: underline;
}





.btn-cta {
    background: #96c11f;
    color: #fff;
    padding: 12px 16px;
    margin-top: 24px;
    display: flex;
    width: fit-content;
    border-radius: 4px;
    transition: all 300ms ease;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.btn-cta:hover {
	background: #14822c;
    color: #fff;
	transition: all 300ms ease;
}

span.title {
    font-size: 30px;
    font-weight: bold;
	margin-bottom: 20px;
}

.content-area-vacatures {
    padding: 0 160px 60px 160px;
}
.text.white{
	color: white;
	opacity: .9;
	margin-bottom: 30px;
}

.share-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    padding-right: 20px;
}
.share-buttons:before{
	content: "Delen: ";
    font-size: 14px;
    position: relative;
    top: 2px;
}

.share-buttons a img, .share-buttons a svg {
    width: 16px!important;
    height: 16px!important;
}


.share-buttons button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
}

.share-buttons button:hover {
    background-color: #0056b3;
}

#vacature-form{
	color: #000;
}
#vacature-form h2{
font-size: 24px;
		color: #000;
}
#vacature-form .h2{
	color: #97c325;
    font-size: 39px;
    font-weight: 600;
}

div#content {
    margin-top: 60px;
}


@media screen and (max-width: 1200px) {
    .vacacture-cta-1 {
        max-width: 640px;
        margin: 40px auto;
    }

    .content-area-vacatures {
        padding: 0 120px 60px 120px;
    }

}

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

    .content-area-vacatures {
        padding: 0 24px 40px 24px;
    }

    .wrapper-vacatures {
        padding: 30px 24px;
    }

    #vacature-form h2 {
        font-size: 20px !important;
    }
    #vacature-form h2.h2 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 28px !important;

    }

}
