.mobile {
    display: none;
}

#px_musical_sites {
    position: relative;
}

#px_musical_sites * {
    font-family: Roboto;
    position: relative;
}

#px_muscial_map {
    width: 100%;
    height: 475px;
    border: 1px solid var(--projekt);
}

#px_muscial_list {
    width: 100%;
    height: 550px;
    border: 1px solid var(--projekt);
    overflow-y: scroll;
    display: none;
}

a.table:nth-child(odd) {
    background: #E8E8E8;
}

a.table {
    background: #F8F8F8;
    cursor: pointer;
    clear: both;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid var(--projekt)!important;
}

a.table:hover {
    background:var(--projekt_mittel);
}
.kopf {
    background: var(--projekt) !important;
    color: #FFF !important;
    cursor: pointer
}

.kopf:hover, .kopf.on {
    background: #000 !important
}

.table1, .table2, .table3 {
    float: left;
    line-height: 1.8em;
    padding: 0 0.3em;
    font-family: Roboto;
    white-space: nowrap;
    color: #000;
    background: none;
    position: relative;
    overflow:hidden;
    text-overflow:ellipsis;
}
#px_muscial_list .table1 {
    width: calc(100% - 405px);
}

#px_muscial_list .table2 {
    width: 155px;
}

#px_muscial_list .table3 {
    width: 250px;
}

#px_musical_sites hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: none;
    float: none;
    height: 5px;
}

.px-raumkoo hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: none;
    float: none;
    height: 5px;
}

.left, .right {
    width: 49.5%;
    float: left;
    text-align: center;
    font-size: 1em;
    line-height: 2em;
    color: #FFF;
    background: var(--projekt_mittel);
    border-bottom: none;
    cursor: pointer;
}

.left:hover, .right:hover {
    background: #000;
}

.right {
    margin-left: 1%;
}

.left.active, .right.active {
    background: var(--projekt);
}

.H_ib_body a, .H_ib_body a:visited {
    color: var(--projekt);
    font-size: 0.9em;
}

.H_ib_body a span {
    font-size: 80%;
    display: block;
    clear: both;
    padding-top: 5px;
}

.H_ib_body {
    background: var(--projekt_mittel) !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    padding: 5px 30px 5px 5px !important;
    min-width: 200px;
    max-width:290px;
    bottom: 5px !important;
    right: 5px !important;
}

.H_ib_tail {
    display: none;
}

.H_ib_close {
    right:5px!important;
    top:5px!important;
    width:20px!important;
    height:20px!important;
    background:none!important;
}
.H_ib_content{
    margin:5px!important;
    font-size:18px!important;
}
.nm {
    margin-right: 0 !important;
}

#px_musical_sites select, #px_musical_sites input[type="text"] {
    line-height: 2em;
    padding: 0 0.5em;
    border: 1px solid var(--projekt);
    font-size: 1em;
    color: #000;
    height: 2em;
    width: 32%;
    margin-right: 2%;
    display: block;
    float: left;
}

span.upper {
    width: 32%;
    margin-right: 2%;
    float: left;
    display: block;
}

#px_musical_sites .search_left {
    width: 50%;
    float: left;
}

#px_musical_sites .search_right {
    width: 50%;
    float: right;
}

*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + span, input[type="radio"] + span {
    border-radius: 50%;
    background: #FFF;
    width: 1.4em;
    height: 1.4em;
    border: none;
    left: 0;
    transition: .2s;
    float: left;
    margin: 0 0.5em 0 0;
    box-shadow: inset 0 0 0 1px var(--projekt);
}

input[type="checkbox"] + span {
    border-radius: 0;
}

input[type="checkbox"] + span, input[type="radio"] + span {
    top: 0;
    cursor: pointer;
    position: absolute;
}

input[type="checkbox"]:disabled + span, input[type="radio"]:disabled + span {
    background: #CCC;
    /*box-shadow: inset 0 0 0 1px var(--projekt);*/
}

input[type="checkbox"]:disabled:checked + span, input[type="radio"]:disabled:checked + span {
    background: #999;
    /*box-shadow: inset 0 0 0 1px var(--projekt), inset 0 0 0 3px #FFF;*/
}

.caption {
    color: #999;
    font-style: italic;
    padding: 0.5em 0;
}

::placeholder {
    color: #FFF;
    opacity: 0;
}

:-ms-input-placeholder {
    color: #FFF;
}

::-ms-input-placeholder {
    color: #FFF;
}

button, .left, .right, .table {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 600px) {
    #px_musical_sites .search_left, #px_musical_sites .search_right {
        width: 100%;
        float: none;
        display: block;
        clear: both;
    }

    #px_musical_sites .search_left {
        margin-bottom: 1em;
    }

    .flag {
        width: 24%;
        margin: 0 0.5%;
        float: right;
        text-align: center;
    }

    .flag p {
        width: 100%;
        text-align: center;
    }

    .nm {
        margin: 10px 0 0 0 !important;
    }

    img[dir="rtl"] {
        float: none;
    }

    label.upper {
        display: none;
    }

    #px_musical_sites label.upper {
        display: block;
        width: 100%;
    }

    ::placeholder {
        color: #BBB;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #BBB;
    }

    ::-ms-input-placeholder {
        color: #BBB;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
        margin-bottom: 1.5em !important;
        clear: both !important;
        float: none !important;
        overflow: hidden !important;
    }

    #px_muscial_list .table1, #px_muscial_list .table2, #px_muscial_list .table3 {
        float: none;
        width: 100%;
        display: block;
        clear: both;
    }
}

@media (max-width: 670px) {
    #px_musical_sites .search_left {
        width: 45%;
    }

    #px_musical_sites .search_right {
        width: 100%;
    }
}

svg.H_icon {
    cursor: pointer;
}

svg.H_icon:hover {
    fill: #000;
}

.px-raumkoo a {
    color: var(--projekt);
}

.geolink {
    width: 40px;
    height: 40px;
    float: left;
    background: var(--projekt);
    margin: 3px 10px 0 0!important;
    border-radius: 5px;
    display: block;
}

.geolink:hover {
    background: #000;
}

.geolink svg {
    width: 26px;
    height: 26px;
    margin: 6px 0 0 7px;
}
button {
    background: var(--projekt);
    color: #FFF;
    padding: 0 0.5em;
    width: 250px;
    height: 2em;
    line-height: 2em;
    cursor: pointer;
    margin-right: 1%;
    border: none;
    font-size: 1em;
    font-family: Arial;
}

button:hover {
    background: #000;
}

#pxma-liste {
    overflow: hidden;
    overflow-y: scroll;
    height: 82vh;
}

#pic {
    max-width: 150px;
    position: absolute;
    right: 1em;
    top: 621px;
}

#pic img {
    max-width: 100%;
    height: auto;
    border: 1px solid #BBB;
}
button {
    background: var(--projekt);
    color: #FFF;
    padding: 0 0.5em;
    width: 175px;
    height: 2em;
    line-height: 2em;
    cursor: pointer;
    margin-right: 1%;
    border: none;
    font-size: 1em;
    font-family: Arial;
    float: left;
}

button:hover {
    background: #000;
}
input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + span, input[type="radio"] + span {
    border-radius: 50%;
    background: #FFF;
    width: 1.4em;
    height: 1.4em;
    border: none;
    left: 0;
    transition: .2s;
    float: left;
    margin: 0 0.5em 0 0;
}

input[type="checkbox"] + span {
    border-radius: 0;
}

input[type="checkbox"] + span, input[type="radio"] + span {
    /*    margin-top: 4px; */
    cursor: pointer;
}

input[type="checkbox"]:checked + span, input[type="radio"]:checked + span {
    background: var(--projekt) !important;
    /*box-shadow: inset 0 0 0 1px var(--projekt), inset 0 0 0 3px #FFF;*/
}

#geolink, .fileContainer span {
    float: left;
    background: var(--projekt);
    color: #FFF;
    padding: 0;
    width: 175px;
    height: 2em;
    line-height: 2em;
    cursor: pointer;
    border: none;
    font-size: 1em;
    font-family: Arial;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-right: 1%;
}

#geolink:hover, .fileContainer:hover span {
    background: #000;
}

.lmr-rk-bilder {
    width: 250px;
    height: 40px;
    cursor: pointer;
    background: var(--projekt);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.lmr-rk-bilder svg {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.lmr-rk-bilder > span {
    pointer-events: none;
    z-index: 9;
    width: 250px;
    height: 40px;
}

.lmr-rk-bilder:hover {
    background: #000;
}

.px-raumkoo .lmr-rk-bilder img {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.lmr-rk-bilder img:first-of-type {
    width: 250px;
    height: 40px;
}

.lmr-rk-link {
    width: 250px;
    height: 40px;
    line-height: 40px;
    color: #FFF!important;
    background: var(--projekt);
    display: block;
    margin-right: 10px;
    float: left;
    text-align: center;
    text-decoration: none;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}

.lmr-rk-link svg {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 8px;
}

.lmr-rk-link:hover {
    background: #000;
    color: #FFF !important;
}
