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

/* tekst */
.graphic_bold {
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    font-weight:bold;
}

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

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

/* 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 #999; /* 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:#fff;
    box-shadow: 1px 2px 5px #aaa;
    display:none; /*tijdens laden*/
    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: #999;
    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: #fff;
    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*/
.resultaat_wrapper {
    height:200px;
    display:none;
    position:relative;
    float:left;
}

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

#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: #fff;
    width:298px;
}


.lijst_item_extra {
    float:left;
    width:300px;
    background-color: rgba(70, 185, 145, .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:#999;
    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 #fff;
    margin-bottom: 20px;
    position:absolute;
    top:0px;
    right:0px;
}

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


/*verantwoording*/
#verantwoording_button {
    width:300px;
    position: absolute;
    bottom:20px;
    left:20px;
    background-color:#999;
    color:#fff;
    box-shadow: 1px 2px 5px #999;
    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:#fff;
    display:none;
    z-index:1506;
}

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

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

.scene_tekst {
    float:left;
    margin:10px 10px 10px 10px;
}

/*netwerkfilter*/
#vinkjes {
    width:300px;
    height:130px;
    position: absolute;
    bottom:64px;
    left:20px;
    background-color: rgba(255, 255, 255, .7); 
    box-shadow: 1px 2px 5px #999;
    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:#ccc;
    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");
}

/*algemeen*/

.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;
}