body {
    font-family: "Varela Round", sans-serif;
}

body {
    padding: 0!important;
    margin: 0!important;
}

html,
body {
    /*height: 100%;*/
    width: 100vw;
}


/*Map*/

#map {
  	height: 100%;
    width: 100vw;
  position: absolute;
  bottom: 0px;
}


/*Adsense*/

.banner_responsive {
    width: 300px;
    height: 250px;
}

@media(min-width: 500px) {
    .banner_responsive {
        width: 468px;
        height: 60px;
    }
}

@media(min-width: 800px) {
    .banner_responsive {
        width: 728px;
        height: 90px;
    }
}


/* Search field */

.leaflet-top {
    top: 25px;
}

.leaflet-bar.custom-address-field {
    min-width: calc(100vw - 24px);
    max-width: 360px;
    border-radius: 10px;
}

.geoapify-autocomplete-items {
    width: calc(100vw - 24px);
}

.custom-address-field .geoapify-address-input {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
}

.custom-address-field .geoapify-clear-button {
    height: 36px;
}

.custom-address-field .address {
    font-size: 14px;
}


/* Maptype fixieren unterhalb search field */

.leaflet-control-layers, .basemaps {
    margin-top: 58px!important;
}


/* Attribution begrenzen */


/*
.leaflet-control-attribution {
    max-width: 50vw;
}*/


/* Tingle Box padding wegmachen */

.tingle-modal-box__content {
    padding: 1px;
}


/* Bildergallery Wiki */

div.gallery {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: 250 / 187;
}

div.desc {
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
}

.responsive {
    padding: 1px;
    float: left;
    width: 49%;
}

@media (min-width: 1024px) {
    .responsive {
        width: 24.99999%;
        margin: 6px 0;
    }
}


/*Footer Close*/

.tingle-modal-box__footer {
    padding: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tingle-modal-box__footer .tingle-btn {
    margin: 0;
}


/*Bottom Sheet überschreibt Button Padding*/

.leaflet-bar button {
    padding: 0;
}


/*Buttons schöner*/

.leaflet-touch .leaflet-bar a:first-child,
.leaflet-touch .leaflet-bar a:last-child,
.leaflet-control-locate,
.leaflet-touch .leaflet-bar button {
    border-radius: 50%;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 32px;
    padding: 8px;
    background-color: white;
    opacity: 0.5;
    border: 2px solid grey;
}

.leaflet-control-locate .leaflet-bar-part-single,
.leaflet-touch .leaflet-bar button {
    padding: 6px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow,
.leaflet-control-locate a .leaflet-control-locate-spinner {
    width: 20px;
    height: 20px;
}

.leaflet-touch .leaflet-control-layers-toggle,
.leaflet-touch .leaflet-bar button {
    width: 50px;
    height: 50px;
}

.leaflet-touch .leaflet-bar {
    border: none;
}

.geoapify-leaflet-control,
.leaflet-control-locate,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.easy-button-button {
    border: 1px solid rgb(194, 191, 191)!important;
}

/* easy buttons */
.leaflet-bar button{ 
    height: 50px !important; 
    width: 50px !important; 
    font-size: 2em;
    padding: 6px!important;
    padding-top: 8px!important; 
    /*color: white!important;*/ 
    border: 2px solid #FFF!important;
    margin: 0 2px!important;
    border-radius: 40px!important;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65)!important;
}
#wikiBtn {     
    background-color: blue;
    opacity: 0.7;
    background-image: url(images/paris.png)!important;
    background-size: 100%;
    color: yellow!important;
}
#installBtn {     
    background-color: #0078A8;
}
#eventsBtn {     
    background-color: blue;
    opacity: 0.7;
    background-image: url(images/events.jpg)!important;
    background-size: 100%;
}
#wikiClearBtn {     
    font-size: 1em;
}


.fa, .fab, .fad, .fal, .far, .fas {
    line-height: 1.3;
}

/*Position von locate, + und - */

.leaflet-control-locate {
    margin-bottom: 10vh!important;
}


