/* 
Theme Name:		 WIM Elementor child
Theme URI:		 https://wearewim.nl/
Description:	 WIM Elementor child theme
Author:			 Sjoerd van der Sluis
Author URI:		 https://wearewim.nl/
Template:		 wim-elementor
Version:		 1.0.0
Text Domain:	 wim-elementor-child
*/

/*
    Plaats hier de style
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.filter-background {
    background-color: #E3FAF3!important;
}

.filter-background h2 {
color: #7EC1AB;
}

.tabel {
    margin: auto;
    max-width: 1100px;
    display: flex;
}

#filter-results {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    padding-right: 80px;
}

.filter-results-hard {
	background-color: #E3FAF3;
}

.filter-results-hard h2 {
	color: #7EC1AB;
}

.legenda {
    width: 20%;
    background-color: white;
    border: solid 2px #F4CB21;
    border-radius: 40px;
    padding: 20px;
    height: fit-content;
}

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

    .tabel {
        display: block;
    }

    #filter-results {
        width: 100%;
        margin: auto;
        padding-right: 0;
        padding-left: 10px;
    }
    
    .legenda {
        width: 100%;
        margin-top: 40px;
    }
}

.legenda h3 {
    font-family: "LTF Etica", Sans-serif;
    color: #8BB8A5;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}

.colored-list {
    list-style-type: none; /* Verwijdert standaard lijststijl */
    padding: 0;
}

.colored-list li {
    display: flex;
    align-items: center; /* Centreert de items verticaal */
    margin: 8px 0;
    font-family: "LTF Etica", Sans-serif!important;
    text-transform: uppercase;
    font-weight: bold;
    color: #112D4C;
    font-size: 18px;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}


#filter-resultstwee {
    max-width: 1150px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

@media screen and (max-width:1024px) {
    #filter-results {
        grid-template-columns: repeat(2, 1fr);
    }
    #filter-resultstwee {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:767px) {
    #filter-results {
    grid-template-columns: 1fr;
    }
    #filter-resultstwee {
        grid-template-columns: 1fr;
    }
}

h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: "LTF Etica", Sans-serif;
    font-weight: bold;
    color: #233D57;
    font-size: 40px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 30px;
    }
}

#filter-form label {
    width: 100%;
    color: #112D4C;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "LTF Etica", Sans-serif;
    font-size: 25px;
}

.filter-option {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #112D4C;
    background-color: white;
    margin: 5px;
    font-family: "Open Sans", sans-serif;
}
.filter-option.active {
    background-color: #112D4C;
    color: white;
}

.filter-results-hard {
    max-width: 1150px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

#filter-results div.dienstblok{
    display: flex;
    float: left;
    width: calc(100% - 20px);
    border-bottom: 1px solid black;
    padding: 15px 10px;
    padding-top: 5px;
    text-transform: uppercase;
    color: #112D4C;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}

#filter-results div.dienstblok .titel {
    width: 60%;
}

#filter-results div.dienstblok .arrow {
    width: 40%;
    text-align: right;
}

.filter-background h2{
text-align: center;
}

#filter-resultstwee a div.dienstblok{
    display: flex!important;
    float: left!important;
    width: 100%!important;
    border-top: 1px solid black!important;
    border-bottom: 1px solid black!important;
    margin: 5px 10px!important;
    padding: 15px 10px!important;
    text-transform: uppercase!important;
    color: #112D4C!important;
    font-weight: bold!important;
    font-family: "Open Sans", sans-serif!important;
}

#filter-resultstwee a div.dienstblok .titel {
    width: 60%!important;
}

#filter-resultstwee a div.dienstblok .arrow {
    width: 40%!important;
    text-align: right!important;
}

.headerhome:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -200px;
    width: 600px;
    height: 900px;
    background: url(https://wimternet.nl/domeyn/wp-content/themes/WIM-Elementor-child/images/headerhome.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
    .headerhome:before {
        display: none;
    }
}

.headdienst:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 568px;
    height: 264px;
    background: url(https://wimternet.nl/domeyn/wp-content/themes/WIM-Elementor-child/images/headdiensten.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
    .headdienst:before {
        display: none;
    }
}

.filter-background form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter-background span,
.filter-background select {
    margin-right: 10px;
}

.filter-background select {
    width: auto; /* Hiermee zorg je ervoor dat de select de breedte aanneemt van de inhoud */
}

.backfilterform {
    background-color: white;
    border: solid 2px #F4CB21;
    border-radius: 40px;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

#filter-form span{
    color: #112D4C;
    font-weight: bold;
    font-family: "LTF Etica", Sans-serif;
    font-size: 25px;
}

#filter-form {
    align-items: center;
    justify-content: center;
}

#filter-form select {
    background: #112D4C;
    color: white;
    border-radius: 70px;
    border: none;
    font-weight: bold;
    font-family: "Open Sans", sans-serif!important;
    border-right: solid 5px #112D4C;
}

.filter-background {
    padding-top: 50px;
    padding-bottom: 50px;
}

.backfilterform {
    margin-top: 35px;
}

.heightussendoor {
    width:100%; height: 20px;
}

@media screen and (max-width:767px) {
    #filter-form {
        display: block;
    }

    #filter-form span{
        font-size: 20px!important;
    }

    #filter-form select{
        margin: auto;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .heightussendoor {
        width:100%; height: 0px;
    }
} 

.kleurbollen {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle; /* Optioneel: lijn de bollen uit met de tekst */
    margin-top: 15px;
    margin-left: 7px;
}

.legenda {
    position: sticky;
    top: 175px;
}

.filter-button.active {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border: unset;
    margin: 2px;
    opacity: 1;
}

.filter-button {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border: unset;
    margin: 2px;
    opacity: 0.8;
}

.filter-button:hover {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border: unset;
    margin: 2px;
    opacity: 0.8;
}

.vacature-item {
    background-color: white;
    border-bottom: solid 1px #233D57;
    padding-bottom: 20px;
    display: block;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 50% 25% 25%; /* Specifieke breedtes voor de kolommen */
    gap: 10px; /* Ruimte tussen de elementen */
}

@media screen and (max-width:767px) {
    .vacature-item {
        grid-template-columns: 100%; /* Specifieke breedtes voor de kolommen */
    }
}

.vacature-item h3 {
    font-family: "LTF Etica", Sans-serif;
    color: #233D57;
    font-weight: 600;
    font-size: 20px;
}

.locatie {
    color: #233D57;
    font-family: "Open Sans", Sans-serif;
    padding-left: 5px;
}

.dienstverband {
    color: #233D57;
    font-family: "Open Sans", Sans-serif;
}

.merk {
    color: #233D57;
    font-family: "Open Sans", Sans-serif;
}

.info {
    padding-right: 20px;
}

.gform_button {
    font-family: "Open Sans", Sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    fill: #FFFFFF!important;
    color: #FFFFFF!important;
    background-color: #112D4C!important;
    border: unset!important;
    opacity: 1!important;
    border-radius: 30px!important;
}

.gfield_label {
    font-family: "Open Sans", Sans-serif!important;
}

/* Team */

.team-filter-button.active {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border: unset;
    margin: 2px;
    opacity: 1;
}

.team-filter-button {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border: unset;
    margin: 2px;
    opacity: 0.8;
}

.team-filter-button:hover {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border: unset;
    margin: 2px;
    opacity: 0.8;
}

.team-grid {
    padding-bottom: 20px;
    display: block;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%; /* Specifieke breedtes voor de kolommen */
    gap: 10px; /* Ruimte tussen de elementen */
}

@media screen and (max-width:1024px) {
    .team-grid {
        grid-template-columns: 33% 33% 33%; /* Specifieke breedtes voor de kolommen */
    }
}

@media screen and (max-width:767px) {
    .team-grid {
        grid-template-columns: 50% 50%; /* Specifieke breedtes voor de kolommen */
    } 
}

.medewerker-naam {
    font-family: "LTF Etica", Sans-serif;
    color: #233D57;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}

.medewerker-functie {
    font-family: "Open Sans", Sans-serif;
    color: #112D4C;  
}

.team-item {
    padding-bottom: 20px;
}

/* Team Eind */

.blog .nieuwsachtergrond .elementor-element-populated{
    background-color: #efefef!important;
}

.menuhoofd .sub-menu {
    margin-left: 0px !important;
    margin-top: 0px !important;
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin-bottom: 20px;
    background: transparent;
}

a.elementor-sub-item {
    color: white!important;
    font-family: "Open Sans", Sans-serif!important;
    font-size: 14px;
}

.menuhoofd {
    color: white!important;
    font-family: "Open Sans", Sans-serif!important;
}

.sub-arrow {
    display: none!important;
}

.menuhoofd a:hover {
    background-color: transparent;
}

.elementor-item-active {
    background-color: transparent!important;
}

body.home .filter-background {
    background-color: transparent!important;
    padding-top: 0;
    padding-bottom: 0;
}

body.home #filter-button {
    font-family: "Open Sans", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #112D4C;
    border-radius: 200px 200px 200px 200px;
    border:unset;
}

.filter-button-container {
    text-align: center;
    margin-top: 30px;
}