/*Liste*/
.lp-finder-list-scroll-wrapper{
    display:block;
    width:100%;
    overflow-y:scroll;
    position:relative;
}
.lp-finder-list ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
.lp-finder-list ul li{
    border-bottom:1px solid #999999;
    cursor:pointer;
}

.lp-finder-facility-title{

}
.lp-finder-facility-title.belegt{
    color:#ea6a00;
}
.lp-finder-facility-title.frei{
    color:#00964f;
}
.lp-finder-facility-distpin{
    height:30px;
    width:auto;
}

/*Filter*/
.lp-finder-filter-toggle{
    float:right;
}
.lp-finder-filter{
    position:relative;
    display:block;
}
.lp-finder-reset-filter{
    position:absolute;
    top:5px;
    right:5px;
    color:#e40613;
}
.lp-finder-filter-list{

}
.lp-finder-filter-list h2{
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
    cursor:pointer;
    padding-left: 20px;
    font-size: calc(19px + (30 - 19) * ((100vw - 320px) / (2560 - 320)));
}
.lp-finder-filter-list h2::before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 1em;
    margin-left: -20px;
    padding-right: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.lp-finder-filter-list h2.is_open::before{
    content: "\f068";
}
.lp-finder-filter-list ul{
    display:none;
}
.lp-finder-filter-list ul li {
    padding-left: 20px;
    cursor: pointer;
    list-style:none;
}
.lp-finder-filter-list ul li::before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-size: 1em;
    margin-left: -20px;
    padding-right: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.lp-finder-filter-list ul li.is_active::before {
    content: "\f00c";
}

.lp-finder-filter-list h3{
    padding-left: 20px;
    cursor: pointer;
    list-style:none;
}
.lp-finder-filter-list h3::before {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-size: 1em;
    margin-left: -20px;
    padding-right: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.lp-finder-filter-list h3.is_active::before {
    content: "\f00c";
}

/*Karte + Info Popup*/
.lp-finder-map-container{
    position:relative;
}
.lp-finder-map{
    width:100%;
    height:65vh;
}
.lp-finder-markerinfo{
    position: absolute;
    z-index: 1000;
    left: 20%;
    right: 20%;
    bottom: 215px;
    height: auto;
    background-color: #ffffff;
    border: 5px solid #00964f;
    padding: 15px;
}
.lp-finder-markerinfo-close{
    position:absolute;
    top:10px;
    right:10px;
    z-index:999;
}
.lp-finder-markerinfo-tnd{
    border: 5px solid #ffc500;
}
.lp-finder-marker-title{
    font-weight:bold;
}
.lp-finder-markerinfo.belegt{
    border: 5px solid #ea6a00;
}

.lp-finder-markerinfo .accordion-button{
    font-size:19px;
    width:100%;
}


/*Gaspreise*/
.lp-finder-marker-gaspreise:not(:empty) {
    list-style: none;
    background-color: #6a7682;
    color: white;
    padding: 5px 15px;
}
.lp-finder-marker-gaspreise:not(:empty) li {
    display: flex;
}
.lp-finder-gasprice-price{
    margin-left: auto;
}
span.lp-finder-gasprice-smalldigit{
    vertical-align: super;
    font-size: 85%;
}

/*Routenplaner*/
.lp-finder-planer{
    position:relative;
    background-color:#f1f2f3;
    overflow-y:scroll;
    position:relative;
}
.lp-finder-planer-close{
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
}

.cs24geoac-wrapper {
    flex: 1;
}

/*Detailseite*/
.lp-finder-minimap{
    height:100%;
    min-height:250px;
}

/*Produkt Icons*/
.lp-finder-products{

}
.station-products-icons {
    width: auto;
    height: 18px;
    margin: 0;
    padding: 0;
}
.partner-products img {
    width: 28px;
    height: auto;
    margin: 0;
    padding: 0;
}

.lp-finder-marker-connectors{
    max-height:400px;
    overflow-y:scroll;
}