html, body {
	background-color:#ffeadb;
	margin:0;
}

/* tekst */
.graphic_kop {
    font-family: 'ArnhemProBlond', Georgia, serif;
    font-size: 25px;
    color: #4393ab;
}

.graphic_intro {
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    font-size: 19px;
}

.graphic_tussenkop {
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 19px;
}

.graphic_bold {
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 17px;
}

.graphic_tekst {
    font-family: 'ProximaNovaRegular', Helvetica, sans-serif;
    font-size: 17px;
}

.graphic_credit {
    font-size: 14px;
    line-height: 17px;
    float:left;
    color: #66767d;
    margin: 5px 0px 5px 5px;
    text-align:left; 
}

.graphic_wrapper {
    float:left;
    width:100%;
    margin-bottom: 20px;
    margin-top:20px;
}

.graphic_container {
    width:100%;
    max-width:460px; 
    float:none;
    margin:auto;
}

.graphic {
    width:100%;
}

/* elementen */
#contentwrapper { /*mobile first*/
    width:100%;
    margin:auto;
}

#graphicLoader {
    height:300px;
    width:100%;
    padding-top:150px;
}

.GRloader {
    border: 3px solid rgba(0,0,0,.1); /* Cirkel */
    border-top: 3px solid #756d67; /* Stukje */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin:auto;
    position:absolute;
    top:100px;
    left:50%;
}

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

#kaartwrapper {
    position:relative;
    display:block;
}

#kaart {
    width:100%;
    height:700px;
    position:relative;
}

/*infovak*/
.infovak {
    width:300px;
    position: absolute;
    top:20px;
    left:20px;
    background-color:#ffeadb;
    box-shadow: 1px 2px 5px #a89c91;
    display:none; /*tijdens laden*/
    z-index:1501;
}

.infovak_mobiel {
    width:100%;
    position: relative;
    z-index:1501;
}

/*zoekbalkje*/
.ui_element {
    width:100%;
    height:44px;
    box-shadow: 0px 1px 1px rgba(102, 118, 125, .5);
    border:.5px solid rgba(0,0,0,.1);
    color: #66767d;
    line-height:11px;
    float:left;
}

.ui_element_tekst {
    color:#000;
    float:left;
    margin:10px 0px 0px 10px;
    font-size:17px;
    width:220px;
    height:22px;
    line-height:normal;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.ui_element_zoek {
    float:left;
}

.ui_element_input {
    border:none;
    background-color: #ffeadb;
    color:#000;
    float:left;
    margin:12px 0px 0px 10px;
    font-size:16px;
    width:200px;
}

#zoek_x {
    float:right;
    margin:11px 10px 0px 0px;
    cursor:pointer;
    display:none;
}


/*zoekresultaten*/
#aantal_resultaten {
    width:100%; 
    float:left;
}

.resultaat_wrapper {
    height:200px;
    display:none;
    position:relative;
    float:left;
}

.lijst_wrapper {
    width:300px;
    overflow:hidden;
    position:relative;
    float:left;
}

.mobiel {
    width:90%;
}

#lijst {
    position:relative;
    width:350px;
    height:170px;
    overflow-x:hidden;
    overflow-y:scroll;
    float:left;
    -webkit-overflow-scrolling: touch;
}

.lijst_item {
    cursor:pointer;
    background: url("https://s3-eu-west-1.amazonaws.com/files2.fd.nl/infographics/00+a_coffeeshops/img/pijltjeKlein.png");
    background-repeat: no-repeat;
    background-position: 250px 0px;
    background-color: #ffeadb;
    width:298px;
}


.lijst_item_extra {
    float:left;
    width:300px;
    background-color: rgba(163, 206, 219, .2);
    height:0px;
    overflow:hidden;
}

.extra_wrapper {
    width:250px;
    float:left;
}

.resultaat_info_tekst {
    float:left;
    margin: 10px 0px 0px 10px;
}

.info_connecties {
    font-size: 14px;
    line-height: 17px;
    float:left;
}

.bolletje {
    height:14px;
    width:14px;
    margin:15px 0px 0px 10px;
    background-color:#66767d;
    border-radius: 50%;
    float:left;
}

.drop {
    float:right;
    margin-right:60px;
}

/*scrollbalk*/
.graphic_scrollbalk {
    width:10px;
    height:180px; 
    background-color:rgba(102,118,125,.3); 
    border-top:2px solid #ffeadb; 
    margin-bottom: 20px; 
    position:absolute; 
    top:0px;
    right:0px; 
}

.graphic_scrollthumb {
    width:10px; 
    height:40px; 
    border-radius:50px; 
    background-color:#66767D;
}

/*scene info*/
#scene_info {
    width:300px;
    position: absolute;
    top:84px;
    left:20px;
    background-color: rgba(255, 234, 219, .7); 
    box-shadow: 1px 2px 5px #a89c91;
    display:none;
    z-index:1502;
}

.scene_tekst {
    line-height: 20px;
    float:left;
    margin:10px 10px 10px 10px;
}

.scene_legenda {
    line-height: 24px;
    float:left;
    margin:10px 10px 10px 10px;
}

.bolletje_blauw {
    height:14px;
    width:14px;
    margin:7px 10px 0px 5px;
    background-color:#4393ab;
    border-radius: 50%;
    float:left;
}

.bolletje_oranje {
    height:14px;
    width:14px;
    margin:7px 10px 0px 5px;
    background-color:#e57e30;
    border-radius: 50%;
    float:left;
}

.bolletje_groen {
    height:14px;
    width:14px;
    margin:7px 10px 0px 5px;
    background-color:#6cc6a8;
    border-radius: 50%;
    float:left;
}

.bolletje_rood {
    height:14px;
    width:14px;
    margin:7px 10px 0px 5px;
    background-color:#f2665f;
    border-radius: 50%;
    float:left;
}

/*verantwoording*/
#verantwoording_button {
    width:300px;
    position: absolute;
    bottom:20px;
    left:20px;
    background-color:#66767d;
    color:#ffeadb;
    box-shadow: 1px 2px 5px #a89c91;
    cursor:pointer;
    display:none;
    z-index:1504;
}

.verantwoording_tekst {
    font-size:14px;
    float:left;
    margin:5px 0px 5px 10px;
    z-index:1505;
}

#verantwoording_exit {
    width:460px;
    height:44px;
    position: absolute;
    top:0px;
    left:0px;
    background-color:#ffeadb;
    display:none;
    z-index:1506;
}

#verantwoording {
    width:440px;
    height:440px;
    padding:10px;
    position: absolute;
    top:44px;
    left:0px;
    background-color:#ffeadb;
    box-shadow: 1px 2px 5px #a89c91;
    overflow:auto;
    display:none;
    z-index:1507;
}

#verantwoording_x {
    float:right;
    margin:11px 10px 0px 0px;
    cursor:pointer;
}

/*netwerkfilter*/
/*
#vinkjes {
    width:300px;
    height:130px;
    position: absolute;
    bottom:64px;
    left:20px;
    background-color: rgba(255, 234, 219, .7); 
    box-shadow: 1px 2px 5px #a89c91;
    display:none;
    z-index:1503;
}

.vinkjes_tekst {
    color:#000;
    float:left;
    margin:10px 0px 0px 10px;
    font-size:17px;
}

.vinkjes_label {
    line-height:30px;
}

.vinkjeswrapper {
    float:left;
    width:100%;
}

.vinkje {
    width:20px;
    height:20px;
    background-color:#fff;
    border-radius:5px;
    float:left;
    margin:5px 5px 5px 10px;
    cursor:pointer;
}

.vinkje_actief {
    background-image: url("https://s3-eu-west-1.amazonaws.com/files2.fd.nl/infographics/00+a_coffeeshops/img/vinkje.png");
}
*/

/*mobiel kaart*/
#home {
    width:20px;
    height:20px;
    z-index:1510;
    position:absolute;
    bottom: 110px;
    right: 10px;
    background-color:#ffeadb;
    padding:5px;
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,0.2);
    cursor:pointer;
}

#klaverhome {
    width:44px;
    height:44px;
    z-index:1510;
    position:absolute;
    bottom: 70px;
    left: 20px;
    background-color:#f2665f;
    box-shadow: 1px 2px 5px #a89c91;
    padding:5px;
    cursor:pointer;
}

/*algemeen*/
#kleurfilter {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:700px;
    background-color:#ffeadb;
    mix-blend-mode: multiply;
    pointer-events: none;
    display:none;
    z-index:1500;
}

.leaflet-popup-content-wrapper {
    border-radius:0px;
    box-shadow: 1px 2px 5px #a89c91;
}

.leaflet-popup-content {
    margin:8px 8px 8px 8px;
}

.leaflet-popup-tip {
    display:none;
}

.leaflet-container a.leaflet-popup-close-button {
    display:none;
}