.transport-walking {
    /*--transport-type-color: #e82833;*/
}

.transport-cycling {
    /*--transport-type-color: red;*/
}

.transport-sailing {
    /*--transport-type-color: #15a8a2;*/
}

.transport-sportive {
    /*--transport-type-color: #15a8a2;*/
}

#beleef-map {
    transition: height 0.2s ease-in-out;
}

a.beleef-search,
a.beleef-gps-center {
    background-color: white;
    width: 30px;
    margin: 10px auto;
    height: 30px;
    z-index: 1000;
    margin-left: calc(100% - 40px);
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid rgba(177, 177, 177, 0.8);
    border-radius: 2px;
    transition: opacity 0.2s ease-in-out;
    font-style: normal;
    color: #000000;
    text-decoration: none !important;
}

a.beleef-gps-center {
    margin-left: calc(100% - 40px);
}

a.beleef-search {
    margin-left: calc(100% - 80px);
}

a.beleef-search:hover,
a.beleef-gps-center:hover {
    text-decoration: none;
}

.beleef-poi-control {
    background-color: white;
    text-align: center;
    margin-left: calc(100% - 40px);
    z-index: 1000;
    padding-top: 3px;
    border: 2px solid rgba(0,0,0,.2);
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: none;
    margin-right: 10px;
    margin-top: 50px !important;
    float: right;
}
.beleef-poi-control:not(.open) {
    height: 30px;
    width: 30px;
}
.beleef-poi-control a {
    color: #000000;
}
.beleef-poi-control section {
    width: auto;
    position: inherit;
    display: inline-block;
    text-align: left;
    padding: 0 10px;
}
.beleef-poi-control section .poi-list-header {
    width: 160px;
    font-weight: bold;
    margin-bottom: 10px;
}
.beleef-poi-control section .loading {
    width: 100px;
    margin: 10px;
}

.beleef-poi-control label {
    display: block;
    line-height: 1.2rem;
}

.beleef-poi-control label input {
    position: absolute;
    margin-top: 7px;
}

.beleef-poi-control label span {
    margin-left: 20px;
    font-size: 1.0rem;
}

.map-scroll:after {
    content: 'Gebruik ctrl + scroll om op de kaart in/uit te zoomen';
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    text-align: center;
    z-index: 999;
    font-size: 34px;
    color: #fff;
    line-height: 1em;
}
.map-scroll:before {
    transition: background-color 0.5s linear;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,0.4);
    z-index: 999;
}

.beleef-search-input {
    display: none;
    width: 200px !important;
    margin: 10px auto !important;
    height: 30px !important;
    z-index: 1000 !important;
    margin-left: calc(100% - 278px) !important;
    font-size: 1em !important;
    position: absolute !important;
    cursor: pointer !important;
    border: 2px solid rgba(177, 177, 177, 0.8) !important;
    border-radius: 2px !important;
    transition: opacity 0.2s ease-in-out !important;
}

.beleef-search-input.active {
    display: flex;
}

.beleef-search-output {
    background-color: white;
    text-align: left;
    width: 400px;
    margin: 40px auto;
    z-index: 1000;
    margin-left: calc(100% - 478px);
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.beleef-search-output.active {
    display: flex;
}

.beleef-search-output ul {
    margin: 0;
    border: 0;
}

.beleef-search-output ul li {
    list-style: none;
    font-size: 0.8em ;
    margin: 0;
    padding: 4px;
}

.beleef-search-output ul li:hover {
    background-color: #ddd;
}

/* markers */
.leaflet-popup-content-wrapper {
    overflow:hidden;
    padding:0px;
    border-radius: 4px;
}

.leaflet-popup-content {
    margin: 0;
    padding: 0;
    width: 301px;
}

.leaflet-popup-content img {
    width: 400px;
}

.leaflet-popup-content .icon {
    background-color: blue;
    color: white;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    font-size: 24px;
    left: 0;
    width: 50px;
    height: 50px;
    margin-top: -3rem;
    margin-left: 0;
    border-style: none;
    border-bottom: 0 currentcolor;
    border-radius: 0;
    top: 48px;
}

.leaflet-popup-content .inner {
    padding: 30px 20px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.leaflet-popup-content h3 {
    text-align: center;
    font-size: 24px;
}


.leaflet-popup-content .length {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.leaflet-popup-content .button {
    background-color: #00d179;
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    color: white !important;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    cursor:pointer;
}

.slide-container {
    --page-number: 1;
    width: 301px;
    overflow: hidden;
}

.slide-container .previous-slide {
    left: 0;
}

.slide-container .next-slide {
    right: 0;
    padding-left: 5px;
}

.slide-container .previous-slide, .slide-container .next-slide {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 20px;
    width: 25px;
    font-size: 1.5rem;
    transition: opacity 0.2s linear;
    opacity: 0.5;
    z-index: 1;
    padding-top: 50px;
    margin-top: 20px;
}
.slide-container .previous-slide:hover {
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    opacity: 1;
}
.slide-container .next-slide:hover {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    opacity: 1;
}

.slide-container .slider {
    height: 100%;
    display: flex;
    background-color: #fff;
    margin-left: calc(-301px * (var(--page-number) - 1));
    transition: margin-left 400ms;
}

.slide-container .slider .sliding-card {
    transition: opacity 0.2s ease-in-out;
    width: 301px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.slide-container .slider .sliding-card.active {
    display: block;
    opacity: 1;
}

.slide-container .dots {
    text-align: center;
    margin-top: -17px;
    height: 25px;
    padding-bottom: 27px;
}

.slide-container .dots .dot {
    position: relative;
    border: 1px solid var(--transport-type-color) !important;
    border-radius: 5px;
    font-size: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 3px;
    cursor: pointer;
}

.slide-container .dots .dot.active {
    background: var(--transport-type-color) !important;
    cursor: default;
}

.beleef-map-handle {
    background-color: white;
    width: 200px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -30px;
    height: 30px;
    z-index: 1000;
    margin-left: calc(50% - 100px);
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}
.beleef-map-handle:hover {
    opacity: 1.0;
}

.beleef-map-handle i {
    margin-right: 10px;
}

.beleef-transport-types ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.beleef-transport-types li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ccc;
    color: white;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    cursor: pointer;
}
.beleef-transport-types li.active {
    background-color: #00d179;
}
.beleef-route-detail {
    cursor:pointer;
}
.beleef-marker-adjuct {
    border-radius: 50px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width:32px;
    height:32px;
    font-weight:bold;
    font-size: 12px;
    overflow:hidden;
}

.beleef-route-label, .beleef-route-vote{
    margin: 20px 0 30px 0 !important;
}

.beleef-route-vote a {
    text-decoration: none;
}

.beleef-route-vote a i {
    opacity: 0.6;
}
.beleef-route-gpx {
    display: block;

    text-decoration: none;
}

#beleef-filter-inputs {
    height:0;
    overflow:hidden;
}

#beleef-filter-inputs.open {
    display:block!important;
    height:auto;
}

#beleef-route-share {
    height:0;
    overflow:hidden;
}

#beleef-route-share.open {
    display:block!important;
    height:auto;
}
#beleef-route-list-items {
    width:100%;
}
.beleef-loading {
    margin: 0 auto;
    position: relative;
    padding: 40px 10px;
    text-align: center;
}

#beleef-filter-name-input {
    width: 100%;
    border: #009d59 solid 1px;
    padding: 0 5px;
    background-image: linear-gradient(#eee 1%, #fff 15%);
}

h4.categories,
h4.name {
     padding-top: 20px;
     padding-bottom: 1em;
}


/*******************
 *** Map Styling ***
 *******************/
.beleef-marker div {
    width:100%;
    height:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

#beleef-map i.fas,
#beleef-map div.count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid transparent;
}
#beleef-map i.fas {
    font-size: 12px;
    padding-top: 4px;
}

/* Markers */
path.leaflet-interactive {
    stroke: var(--transport-type-color);
}
#beleef-map i.fas,
#beleef-map div.count {
    background-color: var(--transport-type-color) !important;
    color: #fff;
    border: 2px solid var(--transport-type-color) !important;
    transition: 0.3s
}
#beleef-map i.fas:hover,
#beleef-map div.count:hover {
    color: #fff;
    background-color: var(--transport-type-color) !important;
    filter: drop-shadow(2px 2px 4px grey);
    border: solid 2px white;
    transition: 0.3s;
}
#beleef-map .icon i.fas:hover {
    filter: none;
    border: 2px solid var(--transport-type-color) !important;
}

#beleef-map .icon i.fas {
    padding-right: 28px;
    font-size: 24px;
    padding-top: 0;
}
#beleef-map .icon i.fas:hover {
    filter: none;
    border: 2px solid var(--transport-type-color) !important;
}

#beleef-map .beleef-poi i.fas {
    width: 18px;
    height: 18px;
    font-size: 10px;
    padding-top: 2px;
    background-color: #000;
    border-color: #000;
}

.starticon {
       z-index:9999 !important;
       color: white !important;
background: var(--transport-type-color) !important;
}
.starticon span {
       color:white !important;
}

/*********************
 *** Other Styling ***
 *********************/

.transport-walking .icon {
    background: var(--transport-type-color) !important;
}

.transport-cycling .icon {
    background: var(--transport-type-color) !important;
}

.transport-sailing .icon {
    background: var(--transport-type-color) !important;
}

.transport-sportive .icon {
    background: var(--transport-type-color) !important;
}

.route-label.transport-type,
.beleef-content .route-label.transport-type {
    position: absolute;
    display: flex;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    background: var(--transport-type-color) !important;
    color: white;
    height: 50px;
    width: 50px;
    padding: 0;
}
.main span, label, input, select {
    font-size: 1.2rem;
    line-height: 1.8rem;
}
div#beleef-tags {
    display: block;
    border: #009d59 solid 1px;
}
.chosen-container-multi .chosen-choices {
    border: 0;
}
div#beleefContent p {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.beleef-content-description {
    font-size: 20px;
    line-height: 28px;
    font-family: GroningenText, "TT Norms", Arial, sans-serif;
    max-width: 1170px;
}
