* {
    margin: 0;
    padding: 0;
    font-family: Inter;
}
body {
    background-color: #f1f1f1;
}
.mainImage {
    width: 24%;
    z-index: 1;
}
.mainContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.title {
    font-size: 54px;
    color: white;
}
.clr {
    color: #283566;
}
.personalMarginForHome{
    margin-top: unset;
}
.searchArea {
    width: 100%;
    height: 200px;
    /* From https://css.glass */
    background: rgba(150, 150, 150, 0.53);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.2px);
    -webkit-backdrop-filter: blur(11.2px);
    border: 1px solid rgba(150, 150, 150, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.miniContainer {
    width: 75%;
    height: 25px;
}
.searchbar {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}
.column {
    display: flex;
    flex-direction: column;
}
.field {
    width: 400px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background: url("/images/locationIcon.png") left no-repeat;
    background-color: #fff;
    background-size: 8%;
    background-position: 5px;
}
.fieldFC {
    width: 400px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background: url("/images/functieIcon.png") left no-repeat;
    background-color: #fff;
    background-size: 6%;
    background-position: 10px;
}
.submit {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #283566;
    color: #fff;
    font-size: 14px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: auto;
}
.submit2 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #283566;
    color: #fff;
    font-size: 14px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 12px;
}
.submit3 {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #283566;
    color: #fff;
    font-size: 14px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 24px;
}
.lbl {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
}
.center {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.homeContainer {
    height: 100vh;
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.homeContainer2 {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin-top: 56px;
}
.homeContainer3 {
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 56px;
}

.smallContainer {
    display: flex;
    flex-direction: column;
}
.header-bold {
    font-weight: 700;
    font-size: 34px;
}
.header-bold3 {
    font-weight: 700;
    font-size: 49px;
}
.header {
    font-weight: 700;
    font-size: 1.5rem;
}
.row {
    display: flex;
    flex-direction: row;
}
.text {
    font-size: 1.2rem;
}
.margin {
    margin-top: 50px;
}
.distance {
    justify-content: space-between;
}
.width {
    width: 100%;
}

.blackContainer {
    width: 100%;
    height: 100vh;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.white {
    color: #fff;
}
.con {
    display: flex;
    width: 75%;
    justify-content: space-around;
}
.bigMargin {
    margin-top: 80px;
}
.blogSection {
    background-color: #262626;
    height: 100%;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 4px;
}
.cardImg {
    width: 100%;
}
.leesMeerButton {
    text-decoration: none;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #fff;
    margin-left: 24px;
    border-radius: 4px;
}
.left {
    margin-left: 24px;
    margin-bottom: 12px;
}
.containerText {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}
.title2 {
    font-size: 36px;
    font-weight: 700;
}
.text2 {
    font-size: 1rem;
}
.spaceEvenly {
    justify-content: space-evenly;
}
.textCenter {
    text-align: center;
}

/* vacature pagina */

.marginRight {
    margin-right: auto;
}
.vacatureTitle {
    font-size: 43px;
    font-weight: 600;
}
.vacatureContainer {
    width: 100%;
    height: 50%;
    border-radius: 4px;
    background: #ffff;
    box-shadow: 5px 5px 10px #5a5a5a, -5px -5px 10px #ffffff;
}

.vacature-card {
    display: flex;
    width: 60%;
    height: 50vh;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    position: relative;
    background: #ffff;
    box-shadow: 1px 2px 3px 0px #5a5a5a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abtMrg{
    margin-right: 24px;
}
.miniContainerr{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #001c27;
    height: 40vh;
    width: 100%;
}
.vacature-card .badge {
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #283566;
    color: #fff;
    font-size: 12px;
    margin-right: auto;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 0px 4px 4px 0px;
    margin-bottom: 10px;
}

.vacature-card h2 {
    font-size: 2rem;
    margin-bottom: 24px;
}

.vacature-card .details {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 24px;
    justify-content: space-between;
}

.vacature-card .details div {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
    font-size: 14px;
}

.vacature-card .details div i {
    font-size: 16px;
    color: #555;
}

.vacature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 56px;
}

.vacature-card .button {
    background-color: #283566;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.vacature-card button:hover {
    background-color: #2d4373;
}
.vacatureIcon {
    width: 20px;
    margin-right: 6px;
}
.displayForIconVac {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}
.iconCon {
    align-items: center;
    justify-content: flex-start;
}
.width2 {
    width: 60%;
}
.searchbarWithFilter {
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
    justify-content: space-evenly;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 24px;
    background: #ffff;
    box-shadow: 1px 2px 3px 0px #5a5a5a;
    margin-top: 56px;
}
.filterButton {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #fff;
    border: solid 1px #283566;
    border-radius: 4px;
    font-size: 14px;
    color: #283566;
    margin-right: 12px;
}
.fieldVac {
    width: 70%;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 4vh;
    border-radius: 4px;
    border: solid 1px #7a7a7a;
    background: url("/images/locationIcon.png") left no-repeat;
    background-color: #fff;
    background-size: 8%;
    background-position: 5px;
}
.fieldFC2 {
    width: 70%;
    padding-left: 50px;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    height: 4vh;
    border-radius: 4px;
    border: solid 1px #7a7a7a;
    background: url("/images/functieIcon.png") left no-repeat;
    background-color: #fff;
    background-size: 6%;
    background-position: 10px;
}
.optionVac {
    padding-left: 41px;
    height: 45px;
    padding-right: 12px;
    border-radius: 4px;
    border: solid 1px #7a7a7a;
    background: url("/images/locationIcon.png") left no-repeat;
    background-color: #fff;
    background-size: 8%;
    background-position: 5px;
    font-size: 14px;
}
.optionVac2 {
    padding-left: 41px;
    height: 45px;
    border-radius: 4px;
    border: solid 1px #7a7a7a;
    background: url("/images/locationIcon.png") left no-repeat;
    background-color: #fff;
    background-size: 8%;
    background-position: 5px;
    font-size: 14px;
}
.mrg {
    margin-bottom: 24px;
}
.mrg-right {
    margin-right: 12px;
}
.mrg-left {
    margin-left: 6px;
}
.extraFilters {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 0;
}

.extraFilters.active4 {
    max-height: 500px; /* Pas aan naar wens */
}
.percent {
    height: 70%;
}
.cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.homeContainer3 .details {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header-bold2 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: auto;
}
.soliciteren {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    font-size: 14px;
    background-color: #283566;
    border: solid 1px #283566;
    color: #fff;
    border-radius: 4px;
    margin-top: 56px;
    margin-bottom: 56px;
}
.desc {
    width: 50%;
}
.desc2 {
    width: 50%;
    list-style: disc inside none;
    display: list-item;
    font-size: 18px;
    margin-bottom: 3px;
}
.desc2::marker {
    color: #986424;
}
.werkGVRimg {
    width: 50%;
    margin-right: 56px;
}
.toolsIcon {
    width: 5%;
    margin-right: 12px;
}
.desc-smaller {
    font-size: 14px;
}
.centContainer {
    display: flex;
    align-items: center;
}
.extra {
    margin-bottom: 12px;
}
.alignment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inputFieldReg {
    background: #ffff;
    box-shadow: 1px 1px 2px 0px #5a5a5a;
    border: none;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 56px;
    border-radius: 4px;
}
.registerForm {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.inputFieldRegSmall {
    box-shadow: 1px 1px 2px 0px #5a5a5a;
    background: #ffff;
    border: none;
    padding-left: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.cnt {
    width: 30%;
}
.labelReg {
    color: #986424;
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 12px;
}
.labelRegRadio {
    color: #986424;
    font-size: 20px;
    margin-bottom: 4px;
}
.regBut {
    padding-left: 24px;
    padding-right: 24px;
    height: 45px;
    width: 30%;
    font-size: 16px;
    background-color: #283566;
    border: none;
    color: #fff;
    border-radius: 4px;
    margin-top: 56px;
    margin-left: 0px;
}
.regBut2 {
    padding-left: 24px;
    padding-right: 24px;
    height: 45px;
    width: 30%;
    font-size: 16px;
    background-color: #283566;
    border: none;
    color: #fff;
    border-radius: 4px;
    margin-top: 56px;
    margin-left: 0px;
}
.regBut3 {
    padding-left: 24px;
    padding-right: 24px;
    height: 45px;
    width: 30%;
    font-size: 16px;
    background-color: #283566;
    border: none;
    color: #fff;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 19px;
}
.forgotPass {
    font-size: 14px;
    margin-left: auto;
}
.height {
    height: 60vh;
}
.mrgTopVoorAbout {
    margin-top: 24px;
}
.icon {
    width: 10%;
    margin-bottom: 4px;
}
.cards {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-top: 56px;
    margin-bottom: 56px;
}
.tripple {
    list-style-type: none; /* Remove default bullet points */
    padding: 0;
    margin-top: 24px;
}

.point {
    margin-bottom: 20px; /* Space between items */
    display: flex;
    align-items: baseline;
}

.point::before {
    content: "•"; /* Add custom bullet point */
    color: #a67634; /* Match bullet point color */
    font-size: 1.2em; /* Adjust bullet size */
    margin-right: 10px; /* Space between bullet and text */
    line-height: 1.6;
    display: inline-block;
}

strong {
    font-size: 1.1em; /* Slightly larger font for headings */
    margin-right: 12px;
}
.keurmerkenBig {
    width: 20%;
    margin-top: 24px;
}
.bottom {
    margin-bottom: 12px;
}
.contactContainer {
    width: 75%;
    height: 83vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.contactForm {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.cntt {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
}
.widthh {
    width: 40%;
}
.extra {
    height: 35%;
    justify-content: center;
}
.toolsIcon2 {
    width: 6%;
    margin-right: 12px;
}
textarea {
    height: 75px !important;
}
.heightAswell {
    height: 50% !important;
}
.contactText {
    font-size: 21px;
    margin-bottom: 56px;
    margin-top: 12px;
}

/* profiel styling */
.profielContainer {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.form-group {
    margin-bottom: 15px;
}
.form-group button {
    width: 100px;
    padding: 10px;
    background-color: #283566;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: auto;
    height: 40px;
}
.form-group button:hover {
    background-color: #0f2142; /* Nog donkerder blauw bij hover */
}
.form-group::after {
    content: "";
    display: table;
    clear: both;
}
.profileWidth {
    width: 50%;
}
.spaceBetween {
    justify-content: space-between;
}
.solicitatieContainer {
    background-color: transparent;
    border: solid 2px #000;
    width: 75%;
    display: flex;
    flex-direction: column;
}

.orangePlus {
    color: #986424;
    font-weight: 800;
    font-size: 37px;
    margin-right: 24px;
}
.profileSectionText {
    font-size: 24px;
    font-weight: 600;
    margin-left: 24px;
}
.faqText2{
    font-size: 24px;
    font-weight: 600;
}
.smallGap {
    margin-top: 56px;
    margin-bottom: 12px;
}
.bigGap {
    margin-top: 56px;
    margin-bottom: 24px;
}
.accordion-content {
    max-height: 0;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
    overflow: hidden;
}

.active {
    max-height: 200px; /* Afhankelijk van de inhoud */
    padding: 15px;
    overflow: scroll;
}
.active2 {
    max-height: 200px;
    padding: 15px;
}
.jouwSolicitaties {
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.jouwSolicitaties:hover {
    background: #ececec;
}
.test {
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.test2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.mrgTopCreate {
    margin-top: 12px;
    margin-bottom: 12px;
}
.euBlackIcon {
    background: url("/images/euroIcon.png") left no-repeat #fff;
    background-size: 4%;
}
.titelIconBlack {
    background: url("/images/vacatureTitelIcon.png") left no-repeat
        #fff;
    background-size: 4%;
}
.bedrijfIconBlack {
    background: url("/images/bedrijfIcon.png") left no-repeat #fff;
    background-size: 4%;
}
.locatieIconBlack {
    background: url("/images/locationIcon.png") left no-repeat #fff;
    background-size: 4%;
}
.calenderIconBlack {
    background: url("/images/calenderBlackIcon.png") left no-repeat
        #fff;
    background-size: 14%;
    background-position: 14px;
}
.calenderIconBlackVac {
    background: url("/images/calenderBlackIcon.png") left no-repeat
        #fff;
    background-size: 14%;
    background-position: 6px;
}
.eduIconBlack {
    background: url("/images/educationBlackIcon.png") left no-repeat
        #fff;
    background-size: 14%;
    background-position: 14px;
}
.imgVak {
    background: url("/images/brick.png") left no-repeat #fff;
    background-size: 10%;
    background-position: 9px;
}
.inputFieldAdd {
    box-shadow: 1px 1px 2px 0px #5a5a5a;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    background-position: 14px;
    padding-left: 50px;
}
.input-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 8px;
    margin-bottom: 24px;
}

.add-button {
    align-self: flex-end; /* Zorgt dat de knop rechts uitgelijnd is */
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    background-color: #283566;
    border: solid 1px #283566;
    color: #fff;
    border-radius: 4px;
    margin-left: 12px;
}

.remove-button {
    color: #986424;
    font-weight: 800;
    font-size: 24px;
    margin-left: auto;
    background-color: transparent;
    border: none;
}
.add-button:hover,
.remove-button:hover {
    background-color: #3d4a7e;
}
.pointers {
    box-shadow: 1px 1px 2px 0px #5a5a5a;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    background-position: 14px;
    padding-left: 14px;
}
.smallGap2 {
    margin-top: 24px;
    margin-bottom: 12px;
}
.blogRightside {
    display: flex;
    justify-content: center;
    margin-left: 24px;
}
.blogContainerForHeight {
    height: 100%;
}
.blogContainerForHeight2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgContainerBlog {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.imgContainerBlog3 {
    width: 80%;
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.blogRightside2 {
    display: flex;
    justify-content: center;
    width: 80%;
}
.blogContainerForHeight2 {
    height: 100%;
    width: 100%;
}

.headerBlog {
    font-size: 22px;
    font-weight: 700;
}
.smallOrange {
    color: #986424;
    font-size: 14px;
}
.marginBlog {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 85%;
}
.blogLink {
    color: #000;
    text-decoration: none;
}
.blogSection2 {
    height: 250px;
}
.blogSection3 {
    width: 500px;
}
.faq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: solid 1px #000;
}
.faqContainer {
    background-color: transparent;
    border-top: solid 1px #000;
    width: 75%;
    display: flex;
    flex-direction: column;
}
.faqAlignment {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.faqHomeContainer {
    height: 75vh;
    width: 75%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.centerBut {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.user-list {
    list-style-type: none;
    padding: 0;
}

.user-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 24px;
}

.deletebtn {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 24px;
    margin-top: auto;
}
.miniBlogContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.blogContainer {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headerContainerBlog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.blogBigImg {
    width: 100%;
}
.imgContainerBlog2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.blogImg {
    width: 95%;
    height: 70%;
    border-radius: 4px;
    object-fit: cover;
}
.blogImg2 {
    width: 95%;
    height: 700px;
    border-radius: 4px;
    object-fit: cover;
}
.contentTextBlog {
    width: 95%;
}
.sharePostText {
    font-weight: 700;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 95%;
}
.line2 {
    background-color: #000;
    width: 95%;
    height: 1px;
}
.vacatureLijst {
    margin-left: 12px;
    text-decoration: none;
    margin-bottom: 12px;
    margin-top: 12px;
}
.goedkeuren {
    padding: 12px;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.afwijzen {
    padding: 12px;
    background-color: red;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: none;
}
.solicitatieVanKlant {
    margin-bottom: 24px;
    margin-top: 24px;
}
.solicitatieVanKlantTest {
    margin-bottom: 6px;
}
.success-message {
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    margin-top: 20px;
}
.toggleApplicants {
    padding: 6px;
    margin-top: 12px;
    background: #283566;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.down {
    color: #000;
    font-size: 37px;
    margin-right: 24px;
}
.edu {
    background: url("/images/educationBlackIcon.png") left no-repeat;
}
.apply-form-layout {
    display: flex;
    flex-direction: column;
}
.extraWidthApply {
    width: 20%;
}
.calenderForBlog {
    width: 1%;
    margin-right: 6px;
}
.sumMarginForBday{
    margin-right: 24px;
}
.baselineAlignment{
    align-items: flex-start;
}
.marginRightSmall{
    margin-right: 12px;
}