.mobile {
    display: none;
}

#px_musical_sites {
    position: relative;
}

#px_musical_sites * {
    font-family: Roboto;
    position: relative;
}

.flag img {
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

.flag p {
    width: 50px;
    font-size: 0.8em;
    text-align: center;
    color: #666;
}

.flag p.ar {
    font-size: 1.1em;
}

.flag {
    cursor: pointer;
    float: right;
    margin: 0 1em;
}

#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);
}
.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;
}

.table *[dir="rtl"] {
    float: right;
}
.table3[dir="rtl"] {
    font-size: 1em !important;
}

#px_muscial_list .table1 {
    width: 40%;
}

#px_muscial_list .table2 {
    width: 30%;
}

#px_muscial_list .table3 {
    width: 30%;
}

#px_musical_sites hr, #pxma-erfassung hr {
    clear: both;
    display: block;
    overflow: hidden;
    border: none;
    float: none;
    height: 5px;
    margin: 0;
}

.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: var(--projekt);
    color:#FFF;
}

.right {
    margin-left: 1%;
}

.left.active, .right.active {
    background: var(--projekt);
    color:#FFF;
}

img[dir="rtl"] {
    float: right;
}

.H_ib_body a, .H_ib_body a:visited {
    color: var(--projekt);
}

.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;
    width: 200px;
    bottom: 5px !important;
    right: 5px !important;
}

.H_ib_tail {
    display: none;
}

.H_ib_close {
    font-size: 1em !important;
    right: 0 !important;
    top: -1px !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;
}

label.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;
}

.spot {
    cursor: pointer;
    width: 18px;
    height: 18px;
    border: 2px solid #FFF;
    box-shadow: 0 0 2px #000;
    border-radius: 50%;
    background: var(--projekt);
}

.spot.active {
    border: 2px solid var(--projekt);
    background: #000;
}

*: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"] + span[dir="rtl"] {
    float: right;
    margin: 0 0 0 0.5em;
}

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;*/
}

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;*/
}

*[dir="rtl"]:not(h1):not(h2):not(h3):not(h4):not(.contact) {
    font-size: 16px;
}

.caption {
    color: #999;
    font-style: italic;
    padding: 0.5em 0;
}

.flag {
    display:flex;
    align-items:center;
    justify-content:center;
}
.flag.de {
    background: #c5daed;
    padding: 0.5em;
    height: 60px;
    line-height: 60px;
    transition: 0.5s;
}

.flag.en {
    background: #e5bace;
    padding: 0.5em;
    height: 60px;
    line-height: 60px;
    transition: 0.5s;
}

.flag.tr {
    background: #bdbcdb;
    padding: 0.5em;
    height: 60px;
    line-height: 60px;
    transition: 0.5s;
}

.flag.ar {
    background: #f3d7a5;
    padding: 0.5em;
    height: 60px;
    line-height: 60px;
    transition: 0.5s;
}

.flag p {
    color: #000;
}

.flag.nm p {
}

.flag:hover {
    background: var(--projekt);
}

.flag:hover p {
    color:#FFF;
}

::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: 0 0.5% !important;
    }

    img[dir="rtl"] {
        float: none;
    }

    label.upper {
        display: none;
    }

    #px_musical_sites select[name="region"], #px_musical_sites input[name="title_search"], #px_musical_sites input[name="full_search"] {
        width: 100%;
        float: none;
        clear: both;
        display: block;
        margin-bottom: 0.5em;
    }

    ::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%;
    }
}