.home_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 250px);
}
@media screen and (max-height: 800px) {
    .home_center {
        height: auto;
    }
}
.main_content {
    float: left;
    width: 100%;
}
@media all and (max-width: 768px) {
    .map_options_inner {
        max-width: 500px;
        width: 500px;
        padding: 25px;
        top:0;
        background-color: white;
    }
}

body {
    padding-bottom: 0;
}

.float_right {
    float: right;
}

.bold {
    font-weight: 700;
}

nav.admnin {
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    padding: 15px 0 15px 0;
    align-items: flex-end;
    justify-content: flex-end;
}
nav.admnin ul {
    margin: 0 3em 0 0;
}
nav.admnin .nav-item {
    display: inline-flex;
    padding: 0 1em 0 1em;
}
nav.admnin a {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out 0.1s;
    transition: color 0.3s ease-in-out 0.1s;
}
.nav__main {
    width: 100%;
    z-index: 999999;
}
nav.admnin a:hover {
    color: #939393;
}
.nav__extra {
    z-index: 9999991;
}
.maincontent form {
    text-align: left;
}
div[id^="medium-editor"] {
    height: auto !important;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
   font-weight: 700; 
}
.footer {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3 ease;
    position: fixed;
    float: left;
    width: 100%;
    z-index: 9991; 
    bottom: 0;
    padding-bottom: 5px;
}
.footer .container_footer {
    position: relative;
    bottom: 0;
    background-color: #414141;
    width:100%;
    max-width: 100%;
    left: 0;
}
.footer.hide {
    transform: translateY(100%);
}
.display_block {
    display: block;
}

@media screen and (max-width: 620px) {
    .col-2, .group__block, .related__wrapper, .data__wrapper {
/*        margin-bottom: 1rem;*/
        margin-bottom: 15px;
    }
}
.card-header {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding: 15px 0 15px 0;
}
main {
    overflow-x: visible;
}
.maincontent {
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
    background-color: #ffffff;
    margin: 1.2rem 0;
}
.maincontent.editor,
.maincontent.editor span,
.maincontent.editor b,
.maincontent.editor storng,
.maincontent.editor ul li,
.maincontent.editor ul li a,
.maincontent.editor p {
    font-size: 1.4rem !important;
}
.maincontent:hover {
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}
.maincontent a {
    color: #FBBA00;
}
.group__wrapper {
	width: 100%; 
}	
.Zorgkosten .theme__content h3 {
    color: #EA4F1F !important;
}
.Zorgkosten .open-subnav span::after,
.Zorgkosten .open-subnav span::before {
    background-color: #EA4F1F;
}
.Zorgkosten .list__item .icon__arrow svg {
    fill: #EA4F1F;
}
.Zorgkosten .list__item span.list__title {
    color: #EA4F1F;
}
.Zorgkosten .list__item + .list__item {
    border-color: rgba(234,79,31,0.3);
}
.Behandeling .theme__content h3 {
    color: #FBBA00;
}
.Behandeling .open-subnav span::after,
.Behandeling .open-subnav span::before {
    background-color: #FBBA00;
}
.Behandeling .list__item span.list__title {
    color: #FBBA00;
}
.Behandeling .list__item + .list__item {
    border-color: rgba(251,186,0,0.3); 
}
.Behandeling .list__item .icon__arrow svg {
    fill: #FBBA00;
}
.Medicatie .theme__content h3 {
    color: #A9216F;
}
.Medicatie .open-subnav span::after,
.Medicatie .open-subnav span::before {
    background-color: #A9216F;
}
.Medicatie .list__item span.list__title {
    color: #A9216F;
}
.Medicatie .list__item .icon__arrow svg {
    fill: #A9216F;
}
.Medicatie .list__item span.list__title {
    color: #A9216F;
}
.Medicatie .list__item + .list__item {
    border-color: rgba(169,33,111,0.3);
}
.Uitkomsten .theme__content h3 {
    color: #4AAF7F;
}
.Uitkomsten .open-subnav span::after,
.Uitkomsten .open-subnav span::before {
    background-color: #4AAF7F;
}
.Uitkomsten .list__item .icon__arrow svg {
    fill: #4AAF7F;
}
.Uitkomsten .list__item span.list__title {
    color: #4AAF7F;
}
.Uitkomsten .list__item span.list__title {
    color: #4AAF7F;
}
.Uitkomsten .list__item + .list__item {
    border-color: rgba(74,175,127,0.3);
}
.Overigeaandoeningen .theme__content h3 {
    color: #94DDDB;
}
.Overigeaandoeningen .open-subnav span::after,
.Overigeaandoeningen .open-subnav span::before {
    background-color: #94DDDB;
}
.Overigeaandoeningen .list__item .icon__arrow svg {
    fill: #94DDDB;
}
.Overigeaandoeningen .list__item span.list__title {
    color: #94DDDB;
}
.Overigeaandoeningen .list__item span.list__title {
    color: #94DDDB;
}
.Overigeaandoeningen .list__item + .list__item {
    border-color: rgba(148,221,219,0.3);
}
.card-body {
    padding: 15px 0 15px 0;
}
.link-normal, .blue .link-normal .theme__content h3  {
    color: #414141;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea,
.editable {
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
}
label {
    text-align: left;
    padding: 5px 0 5px 0;
    display: block;
}
label input {
    display: inline-block;
    float: left;
    min-height: 20px;
    margin: 0 15px 0 0;
}
.row form {
    text-align: left;
}
.gridy-form-3 {
    margin: 15px 0 15px 0;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.gridy-form-3 div:nth-child(1) {
    width: 100px;
    float: left;
    display: flex;
    align-items: center;
}
.gridy-form-3 div:nth-child(2) {
    width: calc(100% - 200px);
    float: left; 
}
.gridy-form-3 div:nth-child(3) {
    width: 100px;
    float: left; 
}
.gridy input  {
    width: 100%;
}
.align-right {
    text-align: right;
}
hr {
    margin: 15px 0 15px 0;
    background-color: #fff;
    color: #fff;
    box-shadow: 1px 1px 0px rgba(255,255,255, 1)
}
body.theme_white {
    background-color: #fff;
}
.clearfix {
    display: table;
    content: ' ';
    clear: both;
}
.yellow.serachresult .group__list .list__item.main span, .light-blue.serachresult .group__list .list__item.main span p {
    font-size: 1.6rem;
}
#provincie {
    margin: 15px 0 15px 0;
}
/* ------------------------------------------------------------------- SERACH */
.serachresult {
    width: 100%;
}
/* ------------------------------------------------------> GRAPH MORE OPTIONS */
.overlay__filter.open {
    z-index: 999;
}
/* --------------------------------------------------------------> HIGHCHARTS */
.highcharts-series-0 .highcharts-point {
    opacity: 1;
}
.highcharts-series-1 .highcharts-point {
    opacity: 0.6;
}
.highcharts-series-2 .highcharts-point {
    opacity: 0.4;
}
.text__intro p {
    font-size: 2.0rem;
}
.theme__intro .wrapper  {
    min-height: 300px;
    height: auto;
}
#download {
    cursor: pointer;
}
.highcharts-button {
    display: none;
}
.leeftijden {
    float: left;
    font-size: 1.2rem;
    width: 100%;
}
/* -----------------------------------------------------------> MEDIA QUERIES */
/* --------------------------------------------------------------- HEADER FIX */
.header2 {
    width: 100%;
    height: 8.4rem;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 0 4rem;
}
.header2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 1px;
    width: calc(100% - 138px);
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
}

.bg__header {
    position: absolute;
    width: 100%;
    height: 255px;
    z-index: -1;
    top: 0px;
    right: 0px;
}
.nav__list {
    justify-content: flex-end;
}

.btn--small {
    margin: 15px 0 15px 0;
}
.ggdregio.btn--small {
    float: left;
    min-height: 25px;
    margin: 5px 0 5px 0;
    width: 100%;
}

.chart__bg svg {
    height: 100%;
    width: 100%;
}
#select_ages {
    display: flex;
    flex-direction: row;
}

#select_ages .btn  {
    padding: 1.4rem 0rem !important;
    font-size: 1rem !important;
    width: calc(20% - 5px) !important;
}
#select_ages .input__checkbox div[class$="--5"] .btn {
    width: calc(20% - 5px) !important;
}
.nav__logo__mobile {
    width: 100%;
    height: 50px;
    display: none;
}
.nav__logo__mobile .logo__mobile {
    color: #4a4a4a;
}
.nav__logo__mobile .logo__mobile img {
    width: 30px;
    display: inline-block;
}
.nav__logo__mobile .logo__mobile span {
    font-weight: 700;
    margin: 0 0 0 15px;
}
#modal__message {
    z-index: 99999999999;
    padding: 15px;
}
.modal__message__text {
    max-height: 80%;
    overflow-y: auto;
    width: calc(100% - 10px);
}
.modal__message__inner.load {
    height: 100%;
}
/* ------------------------------------------------------------------- IE FIX */
section.intro {
    max-width: 950px;
    width: 100%;
}
/* --------------------------------------------------------------- GRAPH PAGE */
.modal__load {
    margin-top: 25px;
}
.graph_selector {
    width: 100%;
    float: left;
    margin-top: 45px;
}
.graph_selector > h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #6b6969;
}
.graph_selector .selectors {
    position: relative;
    width: 100%;
    float: left;
}
.graph_selector .selectors input {
  position: absolute;
  opacity: 0;
  z-index: 9;
  margin-top: 5px;
  cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 2.5px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #2196F3;
}
.graph_selector .selectors  {
    margin-top: 5px;
    width: 100%;
    float: left;
}
.graph_selector .selectors .selector_info {
    margin-left: 25px;
    font-weight: 700;
    font-size: 1.4rem;
}
.graph__text hr  {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 40px;   
    border: 1px solid #ece9e9;
}
.graph_selector .selectors:hover input ~ .checkmark {
    background-color: #ccc;
}
.graph_selector .selectors input[type="radio"]:checked + .checkmark {
    background-color: #ffffff;
}
.graph_selector .selectors .checkmark > .bullet {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
}
.graph_selector .selectors input:checked + .checkmark > .bullet {
    display: block;
    background: #2196F3;
}
.graph_selector .selectors .checkmark > .bullet {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.graph__download {
    width: 100%;
    float: left;
}
.graph__text {
    display: block !important;
    flex: none;
}
.highcharts-legend .highcharts-legend-item {
    display: none;
}
div[class^="wrapper"] {
    height: auto;
}
/* -------------------------------------------------------------------- KAART */
#mapnav {
    overflow: visible;
}
.legenda_container {
    font-size: 1.4rem;
}
.costs_netherlands {
    padding-top: 15px;
    float: left;
    overflow-y: auto;
    max-height: 400px;
    height: auto;
    margin-top: 25px;
    width: 100%;
}
.costs_netherlands .costs_item {
    padding: 5px 0 5px 0;
    font-size: 1.2rem;
}
.cost_type {
    display: inline-block;
    min-width: 100%;
} 
.costs_popup {
    position: fixed;
    top: calc(50% - 225px);
    left: calc(50% - 175px);
    max-height: 450px;
    height: auto;
    width: 350px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
    z-index: 9999999;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.open_up {
    visibility: visible;
    opacity: 1;
}
.costs_title {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 400;
}
.cost_amount {
    font-weight: 700;
}
.costs_main_title {
    font-size: 1.4rem;
    font-weight: 700;
    position: absolute;
    top: 20px;
}
.open_costs_netherlands {
    padding-top: 15px;
    cursor: pointer;
    float: left;
    font-size: 1.2rem;
    pointer-events: all;
}
.open_costs_netherlands .fa-info-circle {
    margin-right: 15px;
}
.close_btn {
    position: absolute;
    right: 0.5rem;
    top: .5rem;
    height: 4rem;
    width: 4rem;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 5rem;
    z-index: 99;
    cursor: pointer
}

.close_btn:before,
.close_btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: .2rem;
    width: 2rem;
    background-color: #414141;
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: transform 0.2s 0.2s ease-out, width 0.2s ease-in-out;
    transition: transform 0.2s 0.2s ease-out, width 0.2s ease-in-out
}

.close_btn:after {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.close_btn:hover:before,
.close_btn:hover:after {
    width: 2rem;
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transition: transform 0.2s ease-out, width 0.2s 0.2s ease-in-out;
    transition: transform 0.2s ease-out, width 0.2s 0.2s ease-in-out
}
/* ---------------------------------------------------------------------- FAQ */
.faq_page_items {
    width: 100%;
    float: left;
    margin: 15px 0 25px 0;
}
.faq_page_item {
    float: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    border-radius: 15px;
}
.faq_page_item_inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 1.4rem;
    line-height: 2.2rem;
    opacity: 0;
}
.faq_page__question {
    float: left;
    width: calc(100% - 1.2rem);
    min-width: calc(100% - 1.2rem);
}
.faq_icon__chevron.large {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    float: left;
    height: 1.2rem;
    width: 1.2rem;
    min-width: 1.2rem;
    background-image: url("assets/chevron.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0.3rem;
    clear: right;
}
.faq_page_item.faq_open .faq_page_item_inner {
    height: auto;
    overflow: visible;
    width: 100%;
    float: left;
    display: block;
    padding: 15px 0 0 0;
    opacity: 1;
}
.faq_page_item.faq_open .faq_icon__chevron.large {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

@media screen and (max-width: 500px) {
    .gridy-form-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .gridy-form-3 div:nth-child(1),
    .gridy-form-3 div:nth-child(2),
    .gridy-form-3 div:nth-child(3) {
        margin: 5px 0 5px 0;
        width: 100%;
    }
    .gridy-form-3 button {
        width: 100%;
    }
    .maincontent button {
        width: 100%;        
    }
    nav.admnin {
        align-items: flex-start;
        justify-content: flex-start;
    }
    nav.admnin .nav-item {
        width: 100%;
        display: block;
        margin: 15px 0 15px 0;
    }
}

@media (min-width: 551px) {
    .grid .subnav__wrapper {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .grid .subnav__wrapper {
        height: calc(100% - 2.4rem);
    }
}

@media screen and (max-width: 1025px) {
    .nav__logo {
        display: none;
    }    
    .nav__logo__mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .logo__mobile {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;   
    }
    .theme .header2::after {
        width: 100%;
    }
    .theme .header2 {
        height: 4.8rem;
        padding: 0;
    }
    .header2::after {
        width: 100%;
    }
    .header2 {
        height: 4.8rem;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .nav__main {
        background-color: #ffffff;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .nav__extra {
        position: absolute;
        right: 0;
        top: calc(50% - 25px);
    }
    #cost {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    #cost .euro {
        transform: rotate(0deg) translate(5%, 0%);
        transform-origin: 50%;
    }
    .nav__item a, .footer .nav__list {
        float: none;
        width: 100%;
        display: block;
    }
    .nav__main ul {
        width: 100%;
        overflow-y: auto;
    }

    .map__bg svg {
        -webkit-transform: translate(-50%, -50%) !important;
    
    }
}

@media screen and (max-width: 1020px) {
    .footer div[class^="wrapper"][class*="small--padding"] {
        padding: 3rem 4rem 3rem 4rem;
    }
    .footer .nav__list {
        float: none;
        width: 100%;
        display: block;
    }
    .footer {
        min-height: 180px;
    }
    .footer ul li.nav__item {
        width: 100%;
        float: left;
        display: block;
        clear: both;
        padding: 5px 0 5px 0;
    }
    .footer .credit {
        padding: 15px 0 0 5px;
        width: 100%;
        float: none;
        text-align: left;
    }
   .nav__footer {
        width:100%;
        box-sizing: content-box;
    } 
}

@media screen and (max-width: 550px)
 {
    #bars .bar-1, #bars .bar-5 {
        display: none;
    }
    .chart__bg svg {
        width: 150%;
        height: 280px;
        transform: translate(-50%, 0);
        -webkit-transform: (-50%, 0);
    }
    .map__bg {
        overflow: hidden;
    }
    .map__bg svg {
        width: 140%;
    }
    .chart__bg {
        
    }
    #map__small {
        width: 100px;
        margin-top: 100px;
    }
    #map {
        width: 100px;
    }
    #map .leaflet-pane {
        transform: translate3d(5px, 0px, 0px) !important;
    }
    .bg__footer {
        height: 390px;
    }
    main {
        float: left;
        width: 100%;
    }
    .theme__wrapper.grid {

        float: left;
        width: 100%;
    
    }

 }
 @media screen and (min-width: 550px)
 {
    .chart-wrapper {
        height: 450px;
    }

 }

#bars-icon-2 {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
#bars-icon-2 rect {
    fill: #105EB2;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

#bars-icon-2 .bar-1 {
    opacity: 0.91
}

#bars-icon-2 .bar-3 {
    opacity: 0.7
}

#bars-icon-2 .bar-4 {
    opacity: 0.3
}
.grid #bars-icon-2 {
    width: 50%;
}
.shape_map {
    fill: #ffffff;
}
#nier {
    fill: rgb(234, 79, 31);
}
/* ------------------------------------------------------------- PATIENTGROEP */
.theme__block .content__wrapper {
    position: relative;
}

.block__wrapper .content__wrapper {
    padding-bottom: 2rem;
}
.theme__wrapper.grid .theme__block .content__wrapper {
    min-height: 320px;
}

/*----------------------------------------------------------------- GRAPH MAP */
.map__small {
    width: 20rem;
    height: 25rem;
}
.leaflet-container .leaflet-overlay-pane svg {
    transform: translate3d(-20px, 10px, 30px) !important;
}
/* ---------------------------------------------------------------> MAP INDEX */
.map_holder {
    width: 100%;
    position: relative;
}
.clearfix {
    content: '';
    display: table;
    clear: both;
}
#mapnav {
    width: 100%;
    padding: 15px 15px 15px 15px;
    float: left;
}

.map_options fieldset {
    width: 100%;
    float: left;
}
.submitrow {
    text-align: center;
    margin-top: 15px;
}
#filter {
    margin: 0 auto;
}
.leaflet-pane.leaflet-overlay-pane svg {
    position: relative;
}
.legenda_container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.legenda_container .colour {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    margin-right: 15px;
}
.legenda_container div[class^="legenda"] {
    width: 100%;
    float: left;
    clear: both;
}
.legenda_container .amount {
    font-size: 1.2rem;
    color: #b0b1b2;
}
.statnaam {
    font-size: 1.4rem;
}
.kosten {
    min-width: 150px;
    display: inline-block;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-color: rgba(230, 230, 230, 0.8) !important;
    box-shadow: none !important;
    color: #414141 !important;
    border-radius: 0 !important;
}
.map_message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.map_message_inner {
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    width: 350px;
    height: 100px;
}
.map_message_close {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.map_message_text {
    margin: 40px 15px 30px 30px;
    font-size: 1.4rem;
}
.map_message_inner.load {
    background: url('assets/ajax-loader.gif') no-repeat;
    background-position: center center;
    background-color: #fff;
}
.map_info {
    position: fixed;
    width: 250px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
    left: 0;
    z-index: 998;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
    padding: 15px;
    font-size: 1.1rem;
    display: none;
}
.map_info_close {
    cursor: pointer;
    padding: 5px;
}
.map_info_header {
    float: left;
    width: 100%;
}
.map_info.show {
    opacity: 1;
    display: block;
}
.map_info h4 {
    margin: 0 0 10px 0;
}
.map_info .info_amount {
    font-weight: 700;
}
.map_filter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: none;
}
#map_filter_mobile {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    bottom: 0;
}
#map_filter_mobile.show {
    display: block;
}
.open-filter {
    margin-left: 1rem;
}


@media screen and (max-width: 1050px) {
    .leaflet-container .leaflet-overlay-pane svg {
        transform: translate3d(-150px, 10px, 30px) !important;
    }
}


@media screen and (max-height: 500px) {
    .costs_popup {
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        z-index: 9999999;
    }
    .costs_netherlands {
        width: 100%;
        height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
    }
}


@media screen and (max-width: 768px) {
    .leaflet-container .leaflet-overlay-pane svg {
        transform: translate3d(-50px, 10px, 30px) !important;
    }
    .map_options {
        width: 100%;
        padding:0 15px 0 15px;
        background: #fff;
        display: none;
    }
    .filter__header {
        display: block;
        margin-bottom: 15px;
    }
    .map_filter {
        display: block;
    }
    #map_filter_mobile {
        display: none;
    }
    .map__wrapper {
        overflow: hidden;
        margin: 0;
        width: 100%;
        position: relative;
        bottom: -50px;
        height: 400px;
    }
    .chart__wrapper {
        padding: 4rem 4rem 12rem 4rem;
    }
    .show-s {
       overflow: hidden;
    }
}
nav.admnin {
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    padding: 15px 0 15px 0;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 9999990;
}
nav.admnin ul {
    margin: 0 3em 0 0;
}
nav.admnin .nav-item {
    display: inline-flex;
    padding: 0 1em 0 1em;
}
nav.admnin a {
    color: #4a4a4a;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in-out 0.1s;
    transition: color 0.3s ease-in-out 0.1s;
}
nav.admnin a:hover {
    color: #939393;
}
.maincontent form {
    text-align: left;
}
div[id^="medium-editor"] {
    height: auto !important;
}
a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
   font-weight: 700; 
}
@media screen and (max-width: 620px) {
    .col-2, .group__block, .related__wrapper, .data__wrapper {
/*        margin-bottom: 1rem;*/
        margin-bottom: 15px;
    }
}
.card-header {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding: 15px 0 15px 0;
}
main {
    overflow-x: visible;
}
.maincontent {
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
    background-color: #ffffff;
    margin: 1.2rem 0;
}
.maincontent.editor,
.maincontent.editor span,
.maincontent.editor b,
.maincontent.editor storng,
.maincontent.editor ul li,
.maincontent.editor ul li a,
.maincontent.editor p {
    font-size: 1.4rem !important;
}
.maincontent:hover {
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}
.maincontent a {
    color: #FBBA00;
}
.Zorgkosten .theme__content h3 {
    color: #EA4F1F !important;
}
.Zorgkosten .open-subnav span::after,
.Zorgkosten .open-subnav span::before {
    background-color: #EA4F1F;
}
.Zorgkosten .list__item .icon__arrow svg {
    fill: #EA4F1F;
}
.Zorgkosten .list__item span.list__title {
    color: #EA4F1F;
}
.Zorgkosten .list__item + .list__item {
    border-color: rgba(234,79,31,0.3);
}
.Behandeling .theme__content h3 {
    color: #FBBA00;
}
.Behandeling .open-subnav span::after,
.Behandeling .open-subnav span::before {
    background-color: #FBBA00;
}
.Behandeling .list__item span.list__title {
    color: #FBBA00;
}
.Behandeling .list__item + .list__item {
    border-color: rgba(251,186,0,0.3); 
}
.Behandeling .list__item .icon__arrow svg {
    fill: #FBBA00;
}
.Medicatie .theme__content h3 {
    color: #A9216F;
}
.Medicatie .open-subnav span::after,
.Medicatie .open-subnav span::before {
    background-color: #A9216F;
}
.Medicatie .list__item span.list__title {
    color: #A9216F;
}
.Medicatie .list__item .icon__arrow svg {
    fill: #A9216F;
}
.Medicatie .list__item span.list__title {
    color: #A9216F;
}
.Medicatie .list__item + .list__item {
    border-color: rgba(169,33,111,0.3);
}
.Uitkomsten .theme__content h3 {
    color: #4AAF7F;
}
.Uitkomsten .open-subnav span::after,
.Uitkomsten .open-subnav span::before {
    background-color: #4AAF7F;
}
.Uitkomsten .list__item .icon__arrow svg {
    fill: #4AAF7F;
}
.Uitkomsten .list__item span.list__title {
    color: #4AAF7F;
}
.Uitkomsten .list__item span.list__title {
    color: #4AAF7F;
}
.Uitkomsten .list__item + .list__item {
    border-color: rgba(74,175,127,0.3);
}
.Overigeaandoeningen .theme__content h3 {
    color: #94DDDB;
}
.Overigeaandoeningen .open-subnav span::after,
.Overigeaandoeningen .open-subnav span::before {
    background-color: #94DDDB;
}
.Overigeaandoeningen .list__item .icon__arrow svg {
    fill: #94DDDB;
}
.Overigeaandoeningen .list__item span.list__title {
    color: #94DDDB;
}
.Overigeaandoeningen .list__item span.list__title {
    color: #94DDDB;
}
.Overigeaandoeningen .list__item + .list__item {
    border-color: rgba(148,221,219,0.3);
}
.card-body {
    padding: 15px 0 15px 0;
}
.link-normal, .blue .link-normal .theme__content h3  {
    color: #414141;
}
input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea,
.editable {
    border-radius: 1rem;
    padding: 1.2rem 1.8rem;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
}
label {
    text-align: left;
    padding: 5px 0 5px 0;
    display: block;
}
label input {
    display: inline-block;
    float: left;
    min-height: 20px;
    margin: 0 15px 0 0;
}
.row form {
    text-align: left;
}
.gridy-form-3 {
    margin: 15px 0 15px 0;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.gridy-form-3 div:nth-child(1) {
    width: 100px;
    float: left;
    display: flex;
    align-items: center;
}
.gridy-form-3 div:nth-child(2) {
    width: calc(100% - 200px);
    float: left; 
}
.gridy-form-3 div:nth-child(3) {
    width: 100px;
    float: left; 
}
.gridy input  {
    width: 100%;
}
.align-right {
    text-align: right;
}
hr {
    margin: 15px 0 15px 0;
    background-color: #fff;
    color: #fff;
    box-shadow: 1px 1px 0px rgba(255,255,255, 1)
}
body.theme_white {
    background-color: #fff;
}
.clearfix {
    display: table;
    content: ' ';
    clear: both;
}
.yellow.serachresult .group__list .list__item.main span, .light-blue.serachresult .group__list .list__item.main span p {
    font-size: 1.6rem;
}
#provincie {
    margin: 15px 0 15px 0;
}
/* ------------------------------------------------------------------- SERACH */
.serachresult {
    width: 100%;
}
/* ------------------------------------------------------> GRAPH MORE OPTIONS */
.overlay__filter.open {
    z-index: 9999999;
}
/* --------------------------------------------------------------> HIGHCHARTS */
.highcharts-series-0 .highcharts-point {
    opacity: 1;
}
.highcharts-series-1 .highcharts-point {
    opacity: 0.6;
}
.highcharts-series-2 .highcharts-point {
    opacity: 0.4;
}
.text__intro p {
    font-size: 2.0rem;
}
.theme__intro .wrapper  {
    min-height: 300px;
    height: auto;
}
#download {
    cursor: pointer;
}
.highcharts-button {
    display: none;
}
.leeftijden {
    float: left;
    font-size: 1.2rem;
    width: 100%;
}
/* -----------------------------------------------------------> MEDIA QUERIES */
/* --------------------------------------------------------------- HEADER FIX */
.header2 {
    width: 100%;
    height: 8.4rem;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 0 4rem;
}
.header2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 1px;
    width: calc(100% - 138px);
    background-color: rgba(0,0,0,0.2);
    z-index: 999;
}

.bg__header {
    position: fixed;
    width: 100%;
    height: 300px;
    z-index: -1;
    top: 0px;
    right: -50px;
    max-width: 950px;
}

.btn--small {
    margin: 15px 0 15px 0;
}
.ggdregio.btn--small {
    float: left;
    min-height: 25px;
    margin: 5px 0 5px 0;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .gridy-form-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .gridy-form-3 div:nth-child(1),
    .gridy-form-3 div:nth-child(2),
    .gridy-form-3 div:nth-child(3) {
        margin: 5px 0 5px 0;
        width: 100%;
    }
    .gridy-form-3 button {
        width: 100%;
    }
    .maincontent button {
        width: 100%;        
    }
    nav.admnin {
        align-items: flex-start;
        justify-content: flex-start;
    }
    nav.admnin .nav-item {
        width: 100%;
        display: block;
        margin: 15px 0 15px 0;
    }
    .costs_popup {
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        max-height: 100vh;
        z-index: 9999999;
    }
    .costs_netherlands {
        width: 100%;
        height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
    }
}

@media screen and (min-width: 551px) {
    .grid .subnav__wrapper {
        overflow-y: auto;
        overflow-x: hidden;
    }
}


@media screen and (max-width: 768px) {
    .nav__logo {
        display: none;
    }
    .nav__extra {
        position: absolute;
        right: 0;
        top: calc(50% - 25px);
    }
    #cost {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    body {
        padding-bottom: 0;
    }
    main {
        overflow-x: visible;
        min-height: calc(100vh - 228px);
    }
}

@media screen and (max-width: 550px)
 {
    #bars .bar-1, #bars .bar-5 {
        display: none;
    }
 }
#bars-icon-2 {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
#bars-icon-2 rect {
    fill: #105EB2;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

#bars-icon-2 .bar-1 {
    opacity: 0.91
}

#bars-icon-2 .bar-3 {
    opacity: 0.7
}

#bars-icon-2 .bar-4 {
    opacity: 0.3
}
.grid #bars-icon-2 {
    width: 50%;
}

.shape_map {
    fill: #ffffff;
}

/* -------------------------------------------------------------------> THEMA */

/*----------------------------------------------------------------- GRAPH MAP */
#map2 {
    height: 250px;
}
/* ---------------------------------------------------------------> MAP INDEX */
.map_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.clearfix {
    content: '';
    display: table;
    clear: both;
}
#mapnav {
    width: 100%;
    padding: 15px 15px 15px 15px;
    float: left;
    min-height: 850px;
}
.map_controls {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    background: rgba(0,0,0, 0.3);
    height: 100%;
}
.map_options_inner {
    padding: 25px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    overflow-y: auto
}
@media screen and (min-width: 768px) {
    .map_options_inner {
        max-width: 768px;
        width: 100%;
    }
}
.map_controls.show {
    display: flex;
}
#mapnav_2 {
    margin-top: 50px;
}

.leaflet-pane.leaflet-map-pane {
    transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (max-height: 900px) {
    .map_options_inner {
        background: #ffffff;
        max-width: 100%;
        width: 100%;
        position: fixed;
        height: 100%;
    }
}

.submitrow {
    text-align: center;
}
#filter {
    margin: 0 auto;
}
.leaflet-pane.leaflet-overlay-pane svg {
    position: relative;
}
.legenda_container {
    max-width: 300px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 9991;
}
.leganda_container_items {
    pointer-events: none;
}

.legenda_container .colour {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    margin-right: 15px;
}
.legenda_container div[class^="legenda"] {
    width: 300px;
    float: left;
    clear: both;
}
.legenda_container .amount {
    font-size: 1.2rem;
    color: #b0b1b2;
}
.statnaam {
    font-size: 1.4rem;
}
.kosten {
    min-width: 150px;
    display: inline-block;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background-color: rgba(230, 230, 230, 0.8) !important;
    box-shadow: none !important;
    color: #414141 !important;
    border-radius: 0 !important;
}
.map_message {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.map_message_inner {
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    width: 350px;
    height: 100px;
}
.map_message_close {
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.map_message_text {
    margin: 40px 15px 30px 30px;
    font-size: 1.4rem;
}
.map_message_inner.load {
    background: url('assets/ajax-loader.gif') no-repeat;
    background-position: center center;
    background-color: #fff;
}
.map_info {
    position: fixed;
    width: 250px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
    left: 0;
    z-index: 9993;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
    padding: 15px;
    font-size: 1.1rem;
    display: none;
}
.info_sub_text {
    padding: 5px 0 5px 0;
}
.info_sub_text_title {
    font-size: 1.4rem;
    font-weight: 700;
}
.map_info.show {
    opacity: 1;
    display: block;
}
.map_info h4 {
    margin: 0 0 10px 0;
}
.map_info .info_amount {
    font-weight: 700;
}
.map_filter {
    width: 100%;
    text-align: center;
    display: none;
    position: relative;
    bottom: 20px;
}
.overlay__filter.chart__filter.open .filter__header {
    display: block;
}
#map_filter_mobile {
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9999999;
    bottom: 0;
}
#map_filter_mobile.show {
    display: block;
    overflow-y: scroll;
}
.open-filter {
    margin-left: 1rem;
}

div[class^='wrapper'] {
    width: 100%;
}
.leftblock_1 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: calc(50% - 7.5px);
    float: left;
}
.rightblock_1 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: calc(50% - 7.5px);
    float: right;
}
.group__wrapper {
    display: block;
}
.group__block {
    width: 100%;
}
.overlay__filter.chart__filter {
    top: -30px;
}
select::-ms-expand {
    display: none;
}
.chart__wrapper {
    position: relative;
    padding: 5rem 8rem 8rem 8rem;
}
.legenda_btn {
    font-size: 3rem;
    display: none;
    cursor: pointer;
}
.if_no_filters {
    float: left;
    width: 100%;
}
.if_no_filters.nofilters {
    opacity: 0.2;
    pointer-events: none;
}
.nofilter_message.nofilters,
.nofilter_message_combination.nofilters {
    display: block;
}
.nofilter_message_combination.nofilters,
.nofilter_message_subthema.nofilters {
    display: block;
    font-size: 1.2rem;
}
.nofilter_message, 
.nofilter_message_combination,
.nofilter_message_subthema {
    padding: 0 0 25px 0;
    font-weight: 700;
    display: none;
}
.nothema.nothing,
.noyear.nothing,
.nothema.nothing,
.nodata.nothing {
    pointer-events: none;
    opacity: 0.3;
}
select:disabled {
    background: #ccc;
}
/* ----------------------------------------------------------------- OVER ONS */
.col-cmd-8 {
    width: 50%;
    float: left;
}
.col-cmd-4 {
    width: 50%;
    float: left;
}
.col-cmd-8, .col-cmd-4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.subcontent {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

@media screen and (max-width:1280) {
    .chart__wrapper {
        padding: 5rem 7rem 7rem 7rem;
    }
}

@media screen and (max-width: 968px) {
    .bg__header {
        display: none;
    }
}

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

    .leftblock_1, .rightblock_1 { 
        width: 100%;
        display: block;
    }
    .theme__wrapper.grid .theme__block .content__wrapper {
        min-height: 320px;
    }
    
}


@media screen and (max-width: 580px) {
    .theme__block .content__wrapper {
        position: relative;
        height: auto;
    }
    .col-cmd-8, .col-cmd-4 {
        width: 100%;
        float: left;
    }
    .col-cmd-4 {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 550px) {
    .theme__wrapper.grid .theme__block .content__wrapper {
        min-height: auto;
    }
}

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


.btn--small:hover, .btn--round:hover,
.active:not(.faq__item) {
    background-color: rgba(65,65,65,0.2);
}
.theme .active-black {
    background: #000;
    color: #fff;
}


/* -------------------------------------------------------------------- KAART */
.leaflet-pane.leaflet-overlay-pane,
.leaflet-pane.leaflet-tooltip-pane,
.leaflet-pane.leaflet-popup-pane {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}


div[class^="wrapper"].map_wrapper {
    height: calc(100vh - 218px);
}
.leaflet-container {
    height: calc(100vh - 300px);
    width: 100%;
    z-index: 9 !important;
} 
.crumpathmap {
    position: relative;
    z-index: 9993;
    pointer-events: none;
}
.open_filter_1 {
    pointer-events: all;
}
.icon__chevron {
    top: 70%;
}
form.filter .icon__chevron {
    top: 50%;
}
.btn.l75plus {
    order: 4;
}
.btn.l65plus {
    order: 4;
}
.btn.l65-74 {
    order: 3;
}
.btn.l45-64 {
    order: 2;
}
.btn.l20-44 {
    order: 1;
}
.btn.lAlle {
    order: 0;
}
.downloads {
    color: #414141;
    pointer-events: all;
}
.downloads.top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9993;
}
.open_filter_2 { 
    display: block;
    right: 150px;
    position: absolute;
}
/* ---------------------------------------------------------------------- SVG */
.st0{fill:#FFFFFF;}
#cost #bg, .st1 {
    fill: rgba(234, 79, 31, 0.5);
}
#cost #hoek, #cost #euro {
    fill: #EA4F1F;
}

@media screen and (min-width: 768px) and (max-height: 900px) {
    #mapnav_2 {
        width: 100%;
    }
    .open_filter_2 {
        display: block;
        position: absolute;
        right: 150px;
        z-index: 9993;
    }
    .select_left,
    .select_right {
        width: calc(50% - 15px);
        margin-top: 25px;
    }
    .select_left {
        margin-right: 15px;
        float: left;
    }
    .select_right {
        margin-left: 15px;
        float: right;
    }
    .filters_radios {
        width: 100%;
    }
    .map_options .filter__header {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    #select-new-data-button, .button__wrapper--3, #close-filter-button {
        float: left;
    }
    .button__wrapper--3 {
        margin: 15px 0 15px 0;
        width: 100%;
    }
    #close-filter-button {
        margin-left: 0;
    }
    .open_filter_2 { 
        display: none;
    }
    #mapnav_2 {
        width: 100%;
    }
    .filter__header {
        display: block;
        margin-bottom: 15px;
    }
    .map_filter {
        display: block;
        position: relative;
        z-index: 991;
        pointer-events: none;
    }
    #map_filter_mobile {
        display: none;
    }
    .downloads.top {
        display: none;
    }
    .map_options .filter__header {
        display: block !important;
    }
    .legenda_container {
        height: 0;
        overflow: hidden;
        width: 250px;
        background: #ffffff;
        top: 100px;
        left: 40px;
        box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
    }
    .legenda_container.legenda_show {
        height: auto;
        z-index: 999;
    }
    .legenda_container_inner {
        padding: 15px;
    }
    .legenda_btn {
        display: block;
        position: absolute;
        z-index: 9991;
    }
    .crumpathmap {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .crumpathmap {
        font-size: 0.8rem;
    }
}

/* --------------------------------------------------------------------- MAP2 */
.filter-alert.hide, .filter-error-message.hide, .filter-error-message-2.hide {
    display: none;
}
.filter-alert, .filter-error-message, .filter-error-message-2 {
    display: flex;
    flex-direction: row;
    padding: 5px;
    border: 1px solid rgba(192, 0, 0, 1);
    margin: 15px 0 15px 0;
    font-size: 14px;
    background-color: rgba(192, 0, 0, 0.3);
    color: rgba(192, 0, 0, 1);
}
.filter-alert i, .filter-error-message i, .filter-error-message-2 i {
    margin: 0 15px 0 0;
    color: black;
}
.map-outer {
    width: 100%;
    float: left;
    position: relative;
}
.map-legenda {
    position: absolute;
    max-width: 250px;
    width: 250px;
    left: 0;
    z-index: 2;
    top: 50px;
}
#map-holder.leaflet-container {
    height: calc(100vh - 300px);
    width: 100%;
    z-index: 1;
    float: right;
}
.map-message-outer.hide {
    display: none;
}
.map-message-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.3);
    z-index: 99999999;
}
.map-message-inner {
    max-width: 480px;
    width: 100%;
    background-color: white;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    min-height: 100px;
    margin: 15px;
}
.map-message-head {
    width: 100%;
    float: right;
    padding: 5px 5px 0 5px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.map-filter-temp.hide {
    display: none;
}
.map-message-close {
    cursor: pointer;
}
.map-message-text {
    width: 100%;
    float: left;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-message-text-target {
    width: 70%;
    float: left;
    padding: 15px;
}
.map-message-text-type {
    width: 30%;
    float: right;
    padding: 15px;
}
.map-message-text-type .alert {
    font-size: 80px;
}
.map-message-text-type .alert.hide, .map-message-text-type .load.hide {
    display: none;
}
.map-loader, .filter-loader {
    width: 80px;
    height: 80px;
    border: 5px solid #ccc;
    border-top: 5px solid #414141;
    animation: spin 0.3s linear infinite;
    border-radius: 50%;
}
.map-filters-outer.hide {

    transform: translateX(100%);
}
.map-filters-outer {
    width: 380px;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999;
    transform: translateX(0);
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
}
.map-filters-outer #select_filter {
    margin: 15px 0 50px 0;
}
.map-filters-inner {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.map-filters-outer .input__select {
    margin-bottom: 5px;
}
.map-filters-outer label {
    margin-bottom: 5px;
}
.map-filters-inner {
    padding: 15px;
}
.map-filters-inner .icon__chevron {
    top: 50%;
}
.map-filters-head {
    .width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: bold;
}
.map-filter-btn.hide {
    display: none;
}
.map-filter-btn {
    width: 150px;
    padding-left: 10px;
    position: absolute;
    top: 50%;
    padding: 5px;
    left: -120px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
}
.filter-loader-outer.hide {
    display: none;
}
.filter-loader-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-filters-outer .btn--round {
    width: 100%;
}
.map-filter-close {
    cursor: pointer;
}
.map-filters-select {
    margin-top: 50px;
}
.map-filter-btn i {
    color: #414141;
    font-size: 20px;
}
.input__select.hide {
    display: none;
}
.map-head-buttons {
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-download {
    color: #414141;
}

.map-head-path {
    margin: 2rem 15px 2rem 15px;
    font-size: 14px;
}
.map-head-path .splitter {
    margin: 0 5px 0 5px;
    display: inline-block;
}
/* ------------------------------------ MAP2 TOTAL */
.map-total {
    position: fixed;
    z-index: 9999999999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.map-total.show {
    display: flex;
}
.map-total-head {
    font-size: 18px;
    margin-bottom: 15px;
}
.map-total-inner {
    max-width: 480px;
    width: 100%;
    min-height: 100px;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
    padding: 5px;
    margin: 15px;
}
.map-total-close {
    cursor: pointer;
}
.map-total-text {
    padding: 15px;
}
.map-total .title {
    display: inline-block;
    width: 100%;
    padding: 7.5px 0 7.5px 0;
}

/* ------------------------------------------------------------- MAP2 LEGENDA */
.map-legenda-top {
    font-size: 14px;
    max-width: 300px;
    width: 100%;
    position: absolute;
    top: 50px;
    padding: 15px;
    margin-top: 15px;
    z-index: 9999;
}
.legenda-pount {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
}
.map-legenda-4 .legenda-pount {
    opacity: 0.1;
}
.map-legenda-3 .legenda-pount {
    opacity: 0.4;
}
.map-legenda-2 .legenda-pount {
    opacity: 0.7;
}
.map-legenda-1 .legenda-pount {
    opacity: 1;
}
.map-legenda-5 .legenda-pount {
    background-color: #cccccc;
}
.legenda-row {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}
.amount-netherlands {
    margin: 15px 0 0 0;
    width: 100%;
    float: left;
}
.amount-netherlands i {
    font-size: 30px;
}
.map-legenda-title, .amount-netherlands {
    font-weight: 700;
}
.map-legenda-head, .amount-netherlands {
    display: flex;
    align-items: center;
}
.map-legeda-top-inner {
    margin: 15px 0 0 0;
    display: none;
}
.map-legeda-top-inner.show {
    display: block;
    float: left;
    padding: 5px;
}
.map-legenda-open, .map-amount-netherlands-open {
    font-size:30px;
    cursor: pointer;
    margin: 0 15px 0 0;
}
#view_filters, .select_filter, .filters_2 {
    display: block;
}
#view_filters.hide, .filters_2.hide, #select_filter.hide {
    display: none;
}
#view_filters {
    margin: 15px 0 15px 0;
}

/* --------------------------------------------------------------- MAP2 POPUP */
.map-popup.show {
    display: block;
}
.map-aantal-close {
    cursor: pointer;
}
.block-text {
    padding: 5px;
}
.map-popup {
    font-size: 12px;
    display: none;
    max-width: 280px;
    width: 100%;
    min-height: 100px;
    position: fixed;
    left: calc(50% - 140px);
    top: 50%;
    padding: 15px;
    z-index: 999999999999;
}
.map-popup-close {
    padding: 5px;
}
.map-popup-inner {
    float: left;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
}
.map-popup-regio, .map-popup-nederland {
    font-weight: 700;
    margin: 0 0 5px 0;
}
.map-popup-aantal {
    margin: 0 0 5px 0;
}
.map-popup-text {
    width: 100%;
    float: left;
    padding: 15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 480px) {
    .map-outer {
        margin-top: 50px;
    }
    .map-message-text {
        flex-direction: column;
    }
    .map-message-text-target, .map-message-text-type {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .map-filters-outer {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    main .map-popup {
        max-width: 100%;
        width: 100%;
        min-height: 100%;
        left: 0 !important;
        right: 0;
        top: 40% !important;
        position: fixed;
    }
}

.hide-this {
    display: none;
}