
#locations {
    position: relative;
    overflow: hidden;
}
.ps-map-wrap {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
}
.ps-map {
    position: relative;
}

/*.ps-org--list*/
.ps-org--list {
    margin: 1.3em -1% 1.3em;
}
.ps-org--item {
    position: relative;
    display: inline-block;
    width: 23%;
    margin: 0 1%;
}
.ps-org--item h4 {
    margin-bottom: 0;
    line-height: 1;
    padding: 10px 10px;
}
.ps-org--title-long {
    display: none;
}
.ps-org--title-actions {
    float: right;
    margin-left: 5px;
}
.ps-org--title-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.ps-org--info-toggle {
    display: none;
}

input.checkbox-fltr {
    display: none;
}
input.checkbox-fltr + label {
    margin: 0;
    background-image: url(../img/eye_off.svg);    
    cursor: pointer;
}
input.checkbox-fltr:checked + label {
    background-image: url(../img/eye_on.svg);
}
.ps-org--info {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 10px;
    border-top: 1px solid #fff;
    z-index: 9;
    background-color: inherit;    
}
.ps-org--list-info {
    margin-top: -10px;
    border-top: 1px solid #fff;
}
.ps-org--list-info h3 {
    text-align: left;
    padding: 0 10px;
}
.ps-box-info {
    margin-bottom: 10px;
    padding: 10px;
}
.ps-club h4 {
    padding: 10px 10px 0;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden;
}
.ps-club h4 span {
    float: right;
}
.ps-box-info table {
    width: 100%;
    font-size: 12px;
}
.ps-box-info table td {
    /*line-height: 1;*/
    padding-bottom: 3px;
    vertical-align: top;
}
.ps-box-info table td:first-child {
    text-transform: uppercase;
    font-weight: bold;
}
.ps-box-info table td:last-child {
    min-width: 90px;
    padding-left: 5px;
    font-weight: 300;
    text-align: right;
}
@media (max-width: 767px) {
    .ps-org--info.collapse.in {
        display: none;
    }
}
@media (min-width: 768px) {
    .ps-org--title-long {
        display: inline-block;
    }
    .ps-org--title-short {
        display: none;
    }
    .ps-org--info-toggle {
        display: inline-block;
        background-image: url(../img/info.svg);
        cursor: pointer;
        margin-right: -7px;
    }
    .ps-club h4 {
        padding-bottom: 10px;
    }
    .ps-club .ps-box-info {
        background: transparent !important;
    }
}
@media (min-width: 992px) {
    .ps-org--item h4,
    .ps-org--info {
        padding: 10px 15px;
    }    
}

/***        .ps-map-city        ***/
.ps-map-city {
    position: absolute;
    cursor: pointer;
}
.ps-map-city span {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.ps-map-city span.is {
    display: block;
}
.ps-map-city span:nth-of-type(4) {
    width: 10px;
    height: 10px;
}
.ps-map-city span:nth-of-type(3) {
    width: 14px;
    height: 14px;
}
.ps-map-city span:nth-of-type(2) {
    width: 18px;
    height: 18px;
}
.ps-map-city span:nth-of-type(1) {
    width: 22px;
    height: 22px;
}

.ps-tooltip {
    position: absolute;
    bottom: 15px;
    right: -15px;
    padding: 5px 15px;
    color: #fff;
    background: rgba(43, 43, 43, .9);
    text-transform: uppercase;
    display: none;
    z-index: 0;
}
.ps-map-city:hover .ps-tooltip {
    display: block;
    z-index: 9;
}


/***        .ps-badge       ***/
.ps-badge {
    position: absolute;
    right: 15px;
    top: 0;
    width: 70px;
    background: #3a3a3a;
    padding: 10px 15px 0;
    font-size: 0px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.ps-badge::after {
    content: ''; 
    position: absolute;
    left: 0;
    bottom: -50px;
    border: 35px solid transparent;
    border-top: 15px solid #3a3a3a;
}
.ps-badge a {
    display: block;
    text-decoration: none;
}
.ps-badge a:before {
    content: 'PDF';
    font-size: 12px;
    font-weight: bold;
}
.ps-badge a:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 20px;
    height: 20px;
    background: url(../img/download.svg) center top no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    .ps-badge {
        width: 100px;
        /*top: -60px;*/
    }
    .ps-badge::after {
        bottom: -70px;
        border: 50px solid transparent;
        border-top: 20px solid #3a3a3a;
    }
    .ps-badge a:before {
        content: 'Download als PDF';
        font-size: 14px;
    }
    .ps-badge a:after {
        width: 35px;
        height: 40px;
    }
}

.ps-club {
    margin: 0 0 10px;
}

.ps-cities-close {
    display: none;
}
@media (max-width: 767px) {
    .ps-cities-list h3 {
        background-color: #343434;
    }
}
@media (min-width: 768px) {
    .ps-cities-list {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -100%;
        padding-top: 15px;
        background: rgba(43, 43, 43, .9);
        transition: all .3s ease-in-out 0s;
    }
    .ps-cities-close {
        display: block;
        float: right;
        font-size: 13px;
        line-height: 46px;
        text-transform: uppercase;
        text-decoration: none;
    }  
    .ps-cities-close:hover {
        text-decoration: none;
    }
    .ps-city {
        display: none;
    }
    .ps-list {
        display: none;
    }
    .ps-clubs {
        display: block !important;
        margin: 0 -1%;
    }
    .ps-club {
        display: inline-block;
        margin: 10px 1%;
        width: 31.33%;
    }
}
@media (min-width: 992px) {
    .ps-map-wrap {
        margin-top: 50px;
    }
    .ps-club {
        width: 23%;
    }
}

/***        .ps-select-views        ***/
.ps-select-views {
    margin-bottom: 15px;
}
.ps-select-views li {
    float: left;
    width: 49%;
}
.ps-select-views li + li {
    margin-left: 2%;
}
.ps-select-views li a {
    border-radius: 0;
    background: #343434;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    /*color: #505050;*/
    color: #fff;
    text-align: center;
}
.ps-select-views li a:hover,
.ps-select-views li.active a {
    color: #fff;
    /*background: #343434;*/
    background: #141414;
}


/***        .ps-select-sort     ***/
.ps-select-sort {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
}
.ps-select-sort ul {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.ps-select-sort ul li {
    display: inline-block;
    margin-left: 15px;
}
.ps-select-sort ul li a {
    text-decoration: none;
}
.ps-select-sort ul li a:hover,
.ps-select-sort ul li.active a {
    font-weight: bold;
}
@media (min-width: 768px) {
    .ps-select-views,
    .ps-select-sort,
    #tab_org {
        display: none;
    }
    #tab_map, #tab_lists, #tab_city {
        display: block;
    }
    .ps-city h3 {
        font-weight: normal;
        text-align: left;
        margin-bottom: 0;
    }
    .ps-city h3 a {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .ps-city h3 a:after {
        display: none;
    }
}


