.slide.slide--stores {
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.slide.slide--stores h2 {
    color: #fff;
    margin: 50px 0 40px 0;
}

@media screen and (max-width: 767px) {

    .slide.slide--stores h2 {
        color: #e72961;
    }
    .slide.slide--stores .store-location-finder-input {
        color: #000;
        padding: 20px;
    }
    .slide.slide--stores input[type="submit"] {
        background: #e72961;
    }
    .slide.slide--stores input[type="submit"]:hover {
        color: #333;
    }
    .store-locations-headline {
        font-family: 'Roboto_Regular', sans-serif;
        font-size: 19px;
    }

    .store-locations-headline .is-storelocator-location-name{
        display: block;
    }
}

.pimcore_area_storelocator_map > .page-content {padding: 0;}

@media (min-width: 768px){

    .storelocator-container-map .is-storelocator-search {
        position: absolute;
        height: 60px;
        left: 15px;
        top: 15px;
        z-index:1;
    }
    .storelocator-container-map {
        height: 600px;
        display: block;
    }

    .storelocator-container-map .store-search-input {
        width: 310px;
    }
}

.storelocator-container-map {
    position: relative;
}

/* search input
========================================= */
.storelocator-container-map .store-search-input {
    border: none;
    color: #666666;
    padding-right: 80px;
    background-color: rgba(255,255,255,0.85);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-left: 15px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.storelocator-container-map .store-search-input:focus {
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
}
.storelocator-container-map .store-search-input:focus ~ .btn,
.storelocator-container-map .store-search-input.wide ~ .btn {
    opacity: 1;
}

.storelocator-container-map .store-search-input.wide {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    width: 400px;
    -webkit-border-radius: 8px 8px 8px 0;
    border-radius: 8px 8px 8px 0;
}
.storelocator-container-map .store-search-input.wide + ul {
    width: 355px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}

.storelocator-container-map .store-location-finder-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    border-radius: 0 6px 6px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0px 2px 2px 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #4C6E58FF;
    padding: 7px 13px;
}
.storelocator-container-map .store-location-finder-submit span.icon {
    color: #fff;
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-left: -2px;
    z-index: 999;
}

/* search-results
 ================================= */
/* input-results */
.storelocator-container-map  .store-locator-results {
    background: #fff;
    list-style: none;
    padding-left: 0;
    list-style: none;
    width: 290px;
}
.storelocator-container-map .store-locator-results li,
.storelocator-container-map .store-locator-results li p {
    color: #222222;
}
.storelocator-container-map .store-locator-results li {
    padding: 5px 30px 5px 20px;
    border-bottom: 1px solid #d6d7d7;
    position: relative;
    cursor: pointer;
}
.storelocator-container-map .store-locator-results li:last-child { border: none; }
.storelocator-container-map .store-locator-results li p {
    margin-bottom: 0;
}


.storelocator-container-map .store-locator-results li.store-locator-result-intersport {
    padding-left: 50px;
    min-height: 46px;
    background: #f3f3f4 url(/static/storelocator/img/icon-search-result-trader.png) 8px 3px no-repeat;
    cursor: pointer;
    background-size: 31px 46px;
}
.storelocator-container-map .store-locator-results li.store-locator-result-intersport p {
    color: #4C6E58FF;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    padding-top: 2px;
}
.storelocator-container-map .store-locator-results li.store-locator-result-intersport p.store-locator-result-text {
    color: #222222;
    font-weight: normal;
    font-size: 12px;
}

.storelocator-container-map .store-locator-result .store-locator-result-headline {
    font-weight: normal;
    font-size: 14px;
}
.storelocator-container-map .store-locator-result .store-locator-result-headline .iconfont {
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 16px;
    color: #cccccd;
}

.storelocator-container-map .store-locator-results li.store-locator-result-intersport p > span {
    color: #4C6E58FF;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 8px;
    margin-top: -2px;
}

/* GEOLOCATION BUTTON
 ========================================== */
.storelocator-container-map .geo-location-button {
    position: absolute;
    right: 45px;
    top: 0px;
    height: 40px;
    width: 30px;
    text-align: center;
    background: -moz-linear-gradient(top,  #cdcdcd 0%,rgba(126,123,129,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,rgba(126,123,129,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cdcdcd 0%,rgba(126,123,129,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cdcdcd 0%,rgba(126,123,129,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cdcdcd 0%,rgba(126,123,129,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cdcdcd 0%,rgba(126,123,129,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95d5861', endColorstr='#d9342e39',GradientType=0 ); /* IE6-9 */
}
.storelocator-container-map .geo-location-button .icon {
    line-height: 40px;
    margin: 0 auto;
    display: block;
    height: 40px;
}
.storelocator-container-map .geo-location-button a:hover {
    text-decoration: none;
}

/* INFO BOX
 ======================================== */
.storelocator-container-map .storelocator-info-box {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.4s;
    -moz-animation-duration:0.4s;
    -ms-animation-duration:0.4s;
    -o-animation-duration:0.4s;
    animation-duration:0.4s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.storelocator-container-map .storelocator-info-box .infobox {
    width: 300px;
    color: #47484d;
    font-size: 14px;
    border-radius:0px;
    padding: 30px 40px 20px 30px;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
    background: #fff;
    margin-top: 45px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Roboto_Regular', sans-serif;
}
.storelocator-container-map .storelocator-info-box .infobox .iconfont {
    color: #4C6E58FF;
}
.storelocator-container-map .storelocator-info-box .infobox a {
    color: #4C6E58FF;
    display: block;
    margin: 10px 0;
}

.storelocator-container-map .storelocator-info-box .infobox a.btn{
    background-color: #4C6E58FF;
    color: #fff;
    margin-top: 15px!important;
}

.storelocator-container-map .storelocator-info-box .infobox a>span.icon{
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.storelocator-container-map .storelocator-info-box .infobox .btn.trackable {
    text-transform: uppercase;
    font-size:14px;
    font-family: 'Roboto_Regular', sans-serif;
    border: none;
    padding: 10px 20px 10px 20px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
    background-color: #4C6E58FF;
}
.storelocator-container-map .storelocator-info-box .infobox .btn.trackable:hover {
    color: #47484d;
}

.storelocator-container-map .storelocator-info-box h3 {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.storelocator-container-map .storelocator-info-box address {margin: 0;     font-family: 'Roboto_Regular', sans-serif; color:#404040;  }
.storelocator-container-map .storelocator-info-box address .iconfont {
    margin-right: 10px;
    font-size: 19px;
    top: 3px;
    position: relative;
    color: #002458;
}
.storelocator-container-map .storelocator-info-box address .iconfont.icon-clock {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.storelocator-container-map .storelocator-info-box address a,
.storelocator-container-map .storelocator-info-box address .underline{
    color: #002458;
    text-decoration: none;
    vertical-align:bottom;
    line-height: 14px;

}

/*infobox-arrow*/
.storelocator-container-map .storelocator-info-box .infobox:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.storelocator-container-map .storelocator-info-box .infobox:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

/*close-infobox*/
.storelocator-container-map .storelocator-info-box > img:first-child {
    position: absolute !important;
    right: 30px;
    top: 53px;
    z-index: 1;
}

.navigation-icons {
    position:absolute;
    right: 15px;
    top: 15px;
}
.navigation-icons .navi-icon {
    font-size: 20px;
    line-height:20px;
    text-align: center;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #4C6E58FF;
    padding: 8px;
    cursor: pointer;
}
.navigation-icons .navi-icon + .navi-icon {
    margin-top: 1px;
}

.navigation-icons .icon-resize{
    font-size: 18px;
}

.navigation-icons .navi-icon .icon-minus,
.navigation-icons .navi-icon .icon-plus {
    font-size: 14px;
}

.storelocator-container-map .navi-icon.map-contract {
    display:none;
}
.storelocator-container-map.fullscreen .navi-icon.map-expand {
    display:none;
}
.storelocator-container-map .navi-icon.map-expand {
    display:block;
}
.storelocator-container-map.fullscreen .navi-icon.map-contract {
    display:block;
}
.storelocator-container-map.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: auto;
}

#storelocatorMap {
    position:absolute;
}

.storelocator-loading {
    display: block;
    margin: 30px auto;
}
.store-location-container {
    border: none;
    min-height: 260px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);
}
.store-location {
    position: relative;
    padding: 20px;
    min-height: 260px;
}
.store-location-title-link:hover {
    text-decoration: none;
    color: #313131;
}
.store-location-adress p {
    margin-bottom: 0;
    color: #000;
}
.store-location-website {
    position: absolute;
}

.store-location-finder-input {
    font-size: 14px;
    line-height: 1.6em;
    height: 36px;
    border-color: #cccccd;
    border-radius: 0;
}

.btn-routenplaner {
    border-radius: 1px;
    position: absolute;
    bottom: 35px;
    right: 30px;
}

@media (max-width: 767px) {

    .btn-routenplaner {
        visibility: hidden;
    }

    .store-locations-container {overflow: hidden;}
    .store-location-container {
        margin-bottom: 0;
        min-height: 0;
        border-bottom-width: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .store-location-wrapper {
        margin-bottom: 2px;
    }
    .store-location-wrapper:last-child .store-location-container {border-bottom-width: 1px;}
    .store-location {
        height: auto;
        min-height: 0;
        padding: 0px;
        cursor: pointer;
        background: #fcfcfc;
        background: -webkit-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
        background:    -moz-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
        background:     -ms-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
        background:      -o-linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
        background:         linear-gradient(top, #fcfcfc 0%, #f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f8f8f8', GradientType=0);
    }
    .store-location-title {
        font-size: 16px;
        color: #47484d;
        padding: 13px 40px 13px 36px;
        width: 100%;
        min-height: 48px;
        margin:0;
        background: #f5f5f5;
        position: relative;
    }
    .store-location-title:before {
        content: '';
        display: block;
        position: absolute;
        height: 55px;
        width: 55px;
        padding: 0;
        background: url(/static/storelocator/img/dealericon.png) 0 0 no-repeat;
        overflow: hidden;
        top: 12px;
        left: -8px;
        background-size: 55px 55px;
    }
    .store-location-title:after {
        content: '\e001';
        font-family: iconfont;
        position: absolute;
        right: 16px;
        top: 57%;
        margin-top: -7px;
        font-size: 12px;
    }
    .store-location-title-link {
        font-family: var(--font-bold-family);
        font-size: 20px;
        text-decoration: none !important;
    }
    .is-open .store-location-title:after {
        transform: rotate(180deg);
        margin-top: -8px;
    }
    .store-location-body {
        display: none;
        padding: 15px;
    }
    .store-location-body p {
        font-family: 'Roboto_Regular', sans-serif;
        font-size: 16px;
        color: #000;
    }
    .store-location-body .btn {
        font-family: 'Roboto_Regular', sans-serif;
    }

    .store-location-body a.btn-default{
        padding: 5px 20px 5px 30px;
        margin: 5px 0;
        min-height: inherit;
        font-size: 13px;
    }

    .store-location-body a.btn-default>span.icon {
        position: absolute;
        left: 7px;
        top: 7px;
        font-size: 15px;
    }

    .store-location-body a.store-location-telephone{
        margin-top: 15px;
    }

    .is-open .store-location-body {
        display: block;
        overflow: hidden;
        background: #fff;
    }

    .is-open.store-location {
        border: 1px solid #d0d0da;
    }


    .store-location-telephone:hover,
    .store-location-website:hover{
        color: #ffffff;
        background: #6c8f9e;

    }

    .store-location-telephone .icon-mobile,
    .store-location-website .icon-exit{
        position: absolute;
        width: 33px;
        height: 52px;
        font-size: 22px;
        left: 0;
        top: 0;
        line-height: 52px;
    }

    .store-location-body .store-location-adress .links a,
    .store-location-body .store-location-adress .links a:hover{
        text-decoration: none;
        color: #4C6E58FF;
    }

    .store-location-body .store-location-adress .links a span{
        margin: 0 5px 0 0;
    }

    .store-locations-more-btn-container {
        margin: 15px 0px 15px 0px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    @-moz-document url-prefix() {
        .store-location-title {
            min-height: 24px;
        }
    }


}

/* FILTER ACCORDIONs
 ======================================== */
.filter-accordion {
    z-index: 99;
    position: absolute;
    right: 70px;
    top: 15px;
    width: 250px;
    border-radius: 0;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}
.filter-accordion.is-collapsed {
    height: 40px;
    overflow:hidden;
}
.toggle-filter-acc {
    position: relative;
    font-size: 16px;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    background: #4C6E58FF;
}
.toggle-filter-acc > .icon {
    color: #fff;
}

.filter-accordion .panel-body {
    background: #fff;
    padding: 10px;
    height: auto;
}
.filter-accordion .panel-body .filter-box__item label {
    display: block;
    font-family: 'museo_500';
    font-weight: normal;
}
.filter-accordion .panel-body .filter-box__item .is-storelocator-filter-reset {
    margin-bottom: 10px;
    width:100%;
    display: block;
    text-align: center;
    padding: 5px;
    color: #4C6E58FF;
    border: 2px solid #4C6E58FF;
    cursor: pointer;
}

.filter-accordion .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    font-size: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.filter-accordion .panel-title > a.collapsed .icon,
.toggle-filter-acc.open .icon {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-accordion .panel {
    border-radius: 0;
    border: none;
}

.filter-accordion.panel-group .panel + .panel {
    margin-top: 0;
}

.filter-accordion .panel:last-child {
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

.pimcore_area_entry .pimcore_area_edit_button {
    z-index: 1000;
}

.storelocator-icon-wrapper .icon {
    color: #4C6E58FF;
    font-size: 24px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
}

.storelocator-icon-wrapper .icon.icon-photovoltaik{
    margin-left: -11px;
    font-size: 22px;
}

.storelocator-icon-wrapper {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    padding-top: 5px;
    display: inline-block;
    position: relative;
}