@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

html, body {
    font-family: 'Quicksand', sans-serif;
    line-height: 26px;

    color: #501e70;
    font-size: 14px;
    font-weight: normal;
}
body {
    transition: 0.5s;
}
body.small-header {
    padding-top: 120px !important;
    height: 120px !important;
}
body.small-header .intro {
    height: 120px !important;
    padding-bottom: 0;
}

#map {
    height: 600px;
}
a {
    color: #501e70;
}
.bg-violet {
    background-color: #501e70;
}

header {
    min-height: 50px;
}
header ul.nav {
    float: right;
    padding-left: 0;
    
}
header ul.nav li {
    float: left;
}
header ul.nav li.divider {
    margin: 10px 20px;

    height: 30px;
    width: 2px;
    background-color: #ffffff;
}
header ul.nav a {
    padding: 10px 0;
    font-size: 16px;

    display: block;
    color: #ffffff;
    text-decoration: none;
}
header ul.nav a:hover {
    color: #b9b9b9;
}
section.intro {
    z-index: 999;
    background: #fff;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;

    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
section.intro img {
    transition: 0.5s;
}
section.intro .sub-text {
    font-size: 48px;
    font-weight: 300;
    transition: 0.5s;
}
.intro .logo-container {
    text-align:center;
    margin-top: 3rem;
}
section.intro-content .col-md-10 {
    margin-top: 3rem;
}

body.small-header .intro .logo-container {
    margin-top:  1rem !important;
}
body.small-header section.intro-content .col-md-10 {
    margin-top: 0 !important;
}
body.small-header section.intro img {
    width: 15% !important;
}
body.small-header section.intro .sub-text {
    font-size: 8px !important;
}
body.small-header section.search {
    margin-top: 0 !important;
}

.search {
    margin-top: 40px;
    padding-top: 60px;
    min-height: 200px;
    background-color: #e5f6f4;
}
select.select-global {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.search input {
    padding: 3px 20px;
}
.search input:focus,
select.select-global:focus {
    outline: none;
}
select.select-global,
.search input,
.search h4 {
    font-weight: 300;
    

    display: inline-block;
}
.search select,
.search input {
    color: #501e70;
    width: 250px;
    border: 1px solid #b7c5c3;
    background-color: #eaf8f6;
}
.search button {
    background: #c2e9e5;
    border: 1px solid #b7c5c3;
    text-align: center;
    width: 100%;
    height: 49px;
    color: #e3f4f2;
}
.search button:hover {
    background-color: #34b6ab;
    border-color: #27978e;
}

.sub-filter .mobile-title {
    display: none;
}
.sub-filter .filters-wrapper {
    position: relative;
    z-index: 10;
}
.sub-filter .filters-wrapper.index {
    z-index: 991;
}
.sub-filter .filters-wrapper .search-box-wrapper {
    width: 100%;
    margin-top: 14px;
    min-height: 200px;
    position: absolute;
    top: 0;
}
.subfilters-wrapper {
    width: 100%;
    min-height: 150px;

    padding-bottom: 80px;
}
.sub-filter .filter-btn {
    width: 100%;
    padding: 30px;

    text-align: center;
    margin-bottom: 30px;
}
.sub-filter .filter-btn button {
    color: #fff;
    font-size: 30px;
    border: 2px solid #030304;
    background-color: #34b6ab;

    margin: 0 auto;
    width: 50%;
}
.sub-filter .filters {
    background-color: #e5f6f4;
    visibility: hidden;
}
.sub-filter .filters.active {
    visibility: visible;
}
.sub-filter .filters .filter-items {
    width: 100%;
    padding: 20px;
    background: #e5f6f4;
    border: 1px solid #ccc;

    display: inline-block;
}
.sub-filter .filters .filter-items ul {
    padding-left: 0;
}
.sub-filter .filters .filter-items ul li {
    cursor: pointer;
    list-style-type: none;
}


.main-filter .form-box,
.sub-filter .form-box {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    border: 1px solid #b7c5c3
}
.main-filter .form-box:first-child {
    position: relative;
}
.filter-options-wrapper {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
}
.filter-options-wrapper.second .select2 {
    position: relative;
    font-size: 12px;
    top: 0;
    right: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 25px;
}
.filter-options-wrapper.second .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: unset;
}
.filter-options-wrapper .filter-label {
    font-weight: 600;
}
.filter-options-wrapper .filter-label h4 {
    font-size: 18px;
}
.filter-options-wrapper .filter-select {
    position: relative;
    width: 100%;
}
.filter-options-wrapper .filter-select select {
    border-radius: 0;
    background-color: transparent;
}
.filter-options-wrapper .filter-select select:focus {
    box-shadow: none;
    border: 1px solid #b7c5c3
}
.filter-options-wrapper .filter-select select {
    width: 100%;
}
.filter-options-wrapper button {
    width: 30%;
    position: absolute;
    right: 30px;
    top: 30px;

    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.filter-options-wrapper .filter-select select ~ span,
.main-filter .form-box select[name=school-type] ~ span,
.main-filter .form-box select[name=school-size] ~ span {
    font-size: 38px;
    position: absolute;
    right: 0;
    top: 10px;
}
.filter-options-wrapper .filter-select select ~ span {
    top: 5px;
    right: 10px;
}
.sub-filter .search-box-label h4 {
    font-weight: 600;
}
.sub-filter .search-box {
    padding: 10px 15px;
    width: 60%;
}
.sub-filter input.form-control:focus {
    border: 1px solid #b7c5c3;
    box-shadow: unset;
}
.sub-filter .subfilter-wrapper {
    min-height: 80px;
    text-align: center;
    position: relative;

    cursor: pointer;
}
.sub-filter .subfilter-wrapper:first-child p {
    margin-right: 20px;
}
.sub-filter .subfilter-wrapper span.mdi {
    font-size: 38px;
    position: absolute;
    right: 0;
    top: 10px;
}
.main-filter .form-box select {
    padding: 0;
    width: 300px;
    border: unset;
    font-weight: 500;
    background-color: transparent;
}
.main-filter .form-box select.school-size {
    width: 100%;
}
.main-filter .form-box input {
    width: 150px;
    height: 26px;
    border: unset;
    font-weight: 500;
    background-color: transparent;
}
.main-filter .form-box.button {
    padding: 0;
    border: unset;
}
.main-filter .form-box button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #000000;
    background-color: #34b6ab;
}
select ~ .mdi-menu-down {
    display: none;
}

.map {
    padding: 0;
    z-index: 990;
    position: relative;
}

.info-window h5 {
    margin-bottom: 0;
}
.info-window h5,
.info-window p,
.info-window a {
    color: #501e70;
}
.info-window p,
.info-window a {
    font-size: 14px;
    font-weight: 400;
}


.box-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    z-index: 5;
}
.box-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
}
.box-container:hover input ~ .checkmark {
    background-color: #9de0db;
}
.box-container input:checked ~ .checkmark {
    background-color: #34b6ab;
}
.box-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.box-container input:checked ~ .checkmark:after {
    display: block;
}
.box-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-container input.no-click ~ .checkmark {
    background-color: rgb(201, 201, 201);
}
.box-container:hover input.no-click ~ .checkmark {
    background-color: rgb(104, 104, 104);
}


.search-result {
    margin-top: 30px;
    z-index: 990;
    position: relative;
    
}
.search-result .filter p {
    padding-right: 20px;
    font-weight: 300;
    font-size: 30px;
    display: inline-block;
}
.search-result select {
    width: 60%;
    border-color: #cccccc;
    
    color: #501e70;
    font-size: 30px;
    font-weight: 400;
    display: inline-block;
}
.search-result .result-info .brief h2 {
    margin-bottom: 0;
}
.search-result .result-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.search-result .results {
    margin-top: 60px;
}
.search-result .results h4,
.search-result .results h3,
.search-result .results h2,
.search-result .results h1 {
    margin-bottom: 0;
}
.search-result .results .result-item {
    padding: 30px;
    background-color: #faf9fb;
    margin-bottom: 35px;
}
.search-result .results .image {
    position: relative;

    height: 200px;
    background-size: cover !important;
    background-position: center !important;
}
.search-result .results .brief {
    padding-left: 30px;
}
.search-result .results .brief .school-name {
    font-size: 30px;
    font-weight: 400;
}
.search-result .results .brief .walking-distance {
    margin-top: 20px;
}
.search-result .results .brief .address,
.search-result .results .brief .walking-distance,
.search-result .results .brief .student-count {
    font-size: 24px;
    font-weight: 300;
}
.search-result .results .brief i.fas {
    width: 30px;
    margin-right: 10px;
}
.search-result .results .supports .support-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.search-result .results .supports ul {
    padding-left: 0;
    list-style-type: none;
}
.search-result .results .supports ul li {
    width: 50%;
    float: left;
}
.search-result .results .supports ul li a {
    display: block;
    color: #501e70;
    text-decoration: none;
}
.search-result .results .arrow-mobile {
    display: none;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
.search-result .results .arrow-mobile i {
    color: #501e70;

    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search-result .results .arrow a {
    text-align: center;
    vertical-align: middle;
    line-height: 130px;
    color: #501e70;
    text-decoration: none;
    font-size: 30px;
}
.go-back-wrapper {
    background-color: #ffffff;
}
.go-back-wrapper .details .go-back {
    padding: 20px;
}
.go-back-wrapper .details .go-back a {
    color: #501e70;
    text-decoration: none;
    font-size: 28px;
}

.extra-details {
    font-size: 16px;
    padding: 50px 0;
    background-color: #f2faf9;
    z-index: 990;
    position: relative;
}
.extra-details .main,
.extra-details .check {
    font-weight: 600;
    font-size: 28px;
}

.extra-details .check {
    font-size: 24px;
}
.extra-details .answer:not(.not-hidden) {
    display: none
}

.collapsy {
    cursor: pointer;
}
.check .float-end {
    margin-right: 50px;
}



.answer {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.answer-swv,
.answer-school,
.answer-bestuur,
.answer-gemeente,
.answer-default {
    padding: 3px 15px;
    border-radius: 20px;
}
.answer-school {
    background-color: #93d8bb;
}
.answer-swv {
    background-color: #ffffff;
    border: 1px solid #333333
}
.answer-bestuur {
    background-color: #d893d8;
}
.answer-gemeente {
    background-color: #e9e6f2;
    border: 1px solid #333333
}
.answer-default {
    color: #ffffff;
    background-color: #646464;
    border: 1px solid #333333
}
.answer-niet-anders {
    display: none;
}

.full-details {
    font-size: 16px;
    padding-top: 45px;
    padding-bottom: 40px;
    background-color: #f6f4f8;

    z-index: 990;
    position: relative;
}
.full-details .details-text {
    padding-right: 30px;
}
.full-details .details-text h1 {
    margin-bottom: 50px;
}
.full-details .details-text h4 {
    margin-bottom: 35px;
}

.contact-details .contact-wrapper p {
    margin: 0
}
.contact-details .contact-wrapper {
    margin-bottom: 40px;
    display: flex;
}
.contact-details .contact-wrapper .icon {
    padding-right: 15px;
}
.contact-details .contact-wrapper .icon,
.contact-details .contact-wrapper .details {
    display: inline-block;
}
.contact-details .contact-wrapper .icon i,
.contact-details .contact-wrapper .details i {
    font-size: 24px;
}
.contact-details .contact-wrapper .header {
    position: relative;
}


.contact-wrapper.circles {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}
.contact-wrapper.circles .circles-icon {
    position: absolute;  
}
.circles .circle-icon {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50%;

    margin-right: 5px;
    background-color: #93d8bb;
}
.circles div:nth-child(2) .circle-icon {
    background-color: #d893d8;
}
.circles div:nth-child(3) .circle-icon {
    background-color: #ffffff;
    border: 1px solid #333333
}
.circles div:nth-child(4) .circle-icon {
    background-color: #e9e6f2;
    border: 1px solid #333333
}
.circles .circle-icon.circle-icon-default {
    background-color: #646464;
    border: 1px solid #333333

}
.circles p {
    display: inline-block;

    top: -10px;
    position: relative;
}

.support-tag {
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-radius: 5px;
    
    display: inline-flex;
    margin-bottom: 3px;
}

footer {
    margin-top: 100px;
    min-height: 50px;
    background: rgb(182,182,182);
    background: linear-gradient(90deg, rgba(182,182,182,1) 0%, rgba(250,250,250,1) 35%, rgba(159,191,198,1) 100%);
}
footer .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
footer ul {
    padding-left: 0;
}
footer ul > li {
    list-style: none;
}
footer ul > li > a {
    color: #501e70;
    font-weight: 600;

    display: block;
    text-decoration: none;
}
footer ul > li > a:hover {
    color: #005b94;
}


.submit-btn-wrapper {
    position: relative;
    margin-top: 20px;
}
.submit-btn-wrapper .submt-btn-sub {
    width: 100%;
    margin: 0 auto;
}


/* SELECT 2 */

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    position: absolute;
    left: 5%;
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    display: none;
}


/* Google maps */
.custom-clustericon {
    background: var(--cluster-color);
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  
  .custom-clustericon::before,
  .custom-clustericon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: var(--cluster-color);
    opacity: 0.2;
    border-radius: 100%;
  }
  
  .custom-clustericon::before {
    padding: 20px;
  }
  
  .custom-clustericon::after {
    padding: 23px;
  }
  
  .custom-clustericon-1 {
    --cluster-color: #501e70;
  }
  .custom-clustericon-2 {
    --cluster-color: #501e70;
  }
  .custom-clustericon-3 {
    --cluster-color: #501e70;
  }


.info-window-left {
    float: left;
    width: 40%;
    padding-right: 10px;
}
.info-window-left img {
    width: 100%;
    height: 200px;  
}
.info-window-right {
    float: right;
    width: 60%;
    padding-left: 10px;
}
.info-window-right a:hover {
    color: inherit;
}

.whatsapp {
    position: fixed;

    right: 30px;
    bottom: 30px;
    z-index: 9999;
}
.whatsapp span {
    font-size: 48px;
    color: #fff;
    background-color: #25d366;
    border-radius: 50%;
    padding: 6px 12px;
    -webkit-box-shadow: 10px 10px 12px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 12px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 12px -8px rgb(0 0 0 / 75%);
}

.fixme {
    z-index: 990;
    position: relative;
}

.weglot-container {
    top: 5px;
    position: relative;
}
.wg-drop.country-selector .wgcurrent {
    border: 1px solid #fff !important;
}


.tooltip {
    border-radius: 5px;
    border: 2px solid #34b6ab;
    background-color: #ffffff;
    box-shadow: 0px 3px 12px 3px rgba(0, 0, 0, 0.21);
}
.tooltip.show {
    opacity: 1;
}
.tooltip .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
    bottom: -8px;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-width: 0.6rem 0.6rem 0;
    border-top-color: #34b6ab;
}
.tooltip-inner {
    min-width: 300px;
    background-color: #ffffff;
}
.tltip {
    list-style-type: none;
}
.tltip li {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: circle;
    text-align: start;

    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.searchbox-wrapper {
    background: #e5f6f4;
    display: flex;
    padding-bottom: 20px;
    display: none;
}