body {
    overflow-x: auto;
}

main {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.sec1 {
    display: block;
    height: auto;
    background-color: #000;
    background-image: url("../img/sec1_bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 96px;
    padding-top: 6rem;
}

.sec {
    /*width: 100%;*/
    /*max-width: 1600px;*/
    height: auto;
    display: block;
    margin: 0 auto;
}

.wrap_me {
    width: 100%;
    max-width: 1600px;
    padding: 0 48px;
    padding: 0 3rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn_margin_top {
    margin-top: 2rem!important;
}

footer .ft_partner {
    width: 100%;
    padding: 0 48px;
    padding: 0 3rem;
}

/*#stage_wrapper {*/
/*transform: scale(0.8);*/
/*transform-origin: top;*/
/*}*/

a.ss_btn,a.ss_btn:hover,a.ss_btn:focus,a.ss_btn:active{
    text-decoration: none;
    color: #686d63;
}

.sixty {
    width: 60%;
    display: inline-block;
}

.fourty {
    width: 40%;
    display: inline-block;
}

.half_slider {
    color: #e7e7e7;
    height: 100%;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: width .5s;
    transition: width .5s;
    z-index: 25;
}

.half_slider_cont {
    display: block;
    padding: 50px;
    color: #e7e7e7 !important;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: width .5s, opacity .5s;
    transition: width .5s, opacity .5s;
    z-index: 25;

}

.map_head {
    background-color: rgba(0, 0, 0, 0.71);
    color: #fff;
    display: inline-block;
    position: absolute;
    right: calc(20% + 20px);
    z-index: 10000;
    padding: 20px 0 0 0;
    width: 30%;
}

.map_help_arrow {
    padding: 10px;
    margin: 0;
    position: absolute;
    z-index: 10001;
    right: calc(20% + 20px);
    color: #fff;
}

.map_help_arrow:hover {
    background-color: rgba(0, 0, 0, 0.71);
    cursor: pointer;
}

.map_head h2, .map_head h3 {
    display: block;
    margin: 0;
    padding: 0 20px;
}

.map_head h2 {
    font-size: 2.5em;
    margin-bottom: 5px;
    letter-spacing: 8px;
    letter-spacing: 0.5rem;
}

.map_head h3 {
    font-size: 1.5em;
    font-family: 'Freight', 'Helvetica', serif!important;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    padding-bottom: 10px;
}

.map_help {
    padding: 20px;
    display: none;
}

.thumbnails {
    margin-top: 10px;
}

.thumbnails img {
    display: inline-block;
    margin: 0 10px 0 0;
}

.scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-base-color: transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 1em;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #212121;
    outline: none;
}

.map_info {
    width: 20%;
    display: block;
    color: #e7e7e7 !important;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: width .5s, opacity .5s;
    transition: width .5s, opacity .5s;
    z-index: 25;
    position: absolute;
    right: 0;
    overflow: hidden;
    text-align: center;
}

.map_info h2 {
    min-height: 10%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.map_info ul {
    list-style: none;
    height: 100%;
}

.map_info ul li {
    height: 12.5%;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;

}

.map_info ul li:hover {
    background-color: rgba(0, 0, 0, 0.51);
    cursor: pointer;
}

.active_space_menu{
    background-color: rgb(0, 0, 0);
}

.active_space_menu:hover{
    background-color: rgb(0, 0, 0)!important;
}


.half_slider_cont h2 {
    font-size: 3em;
    margin: 16px 0;
    margin: 1rem 0;
}

.half_slider_cont h3 {
    font-size: 1.5em;
    font-family: 'Freight', 'Helvetica', serif!important;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    margin: 16px 0;
    margin: 1rem 0;
}

.half_slider_cont article {
    text-align: justify;
}

.half_slider_cont iframe {
    margin: 30px 0 0 0;
}

.min_slider {
    display: block;
    width: 100%;
    top: -100px;
    margin-top: 48px;
    margin-top: 3rem;
}

.min_slider h2 {
    display: block;
    text-align: center;

}

.min_slider h2 span {
    color: #e7e7e7;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 10px 20px;
}

.exit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 2em;
    z-index: 22;
    display: block;

    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

.exit:hover {
    color: #fffd7d;
    cursor: pointer;
}

.hideMe {
    opacity: 0;
    filter: alpha(opacity=0);
}

.infoWrap {

}

.leftToggle {
    width: 0;
}

.map_top {
    position: relative;
}

.flow-wrapper {
    position: relative!important;
}
/*

@media screen and (max-width: 1200px){
    .half_slider {
        width: 70%;
    }
}

@media screen and (max-width: 1000px){
    .half_slider {
        width: 80%;
    }
}

@media screen and (max-width: 750px){
    .half_slider {
        width: 100%;
    }
}*/


#top_nav_spaces {
    z-index: 100000;
}

main {
    z-index: 1000;
}

#Iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    max-width: 1600px;
}

/*.preloader {*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*flex-flow: column;*/
/*position: absolute;*/
/*top: 6rem;*/
/*left: 10%;*/
/*width: 80%;*/
/*background-color: rgba(255, 245, 245, 0.9);*/
/*padding: 0 3rem;*/
/*max-width: 1600px;*/
/*}*/

.preloader button {
    display: none;
    /*position: absolute;*/
    /*top: 10rem;*/
    z-index: 100000000000000;
}

footer {
    z-index: 100000000000000;
}

body {
    overflow-y: hidden;
}

.helpStage {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 10000;
    top: 96px;
    top: 6rem;
    height: 850px;
    /*visibility: hidden;*/

}

.helpStage h3 {
    margin-bottom: 0;
}

.helpStage .help_l {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 2rem 0;
}

.helpStage .help_l img:first-of-type {
    height: 60%;
    max-height: 600px;
}

.helpStage .help_r {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 2rem 0;
}

.helpStage .guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.helpStage .help_r h2, .helpStage .help_r h3 {
    text-align: center;
}



.helpStage .help_r .guide div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 48px 0;
    padding: 3rem 0;
}

.helpStage .help_r .guide div:last-of-type {
    border-bottom: 1px solid #888888;
}

.helpStage .help_r .guide div span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-top: 1rem;
}

.helpStage .help_r span img{
    margin: 0 48px;
    margin: 0 3rem;
}

#pat_small {
    width: 41px;
}

#pfeile {
    width: 48px;
}

#location_click {
    width: 70px;
}

.helpStage .exitHelp {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    font-size: 3rem;
    padding: 32px;
    padding: 2rem;
}

.helpStage .exitHelp:hover {
    background-color: rgba(227, 216, 216, 0.50);
    cursor: pointer;
}

.helpStage .help_b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-top: 3rem;
    color: #8e8e8e;
}

.helpStage .help_b button {
    display: none;
}

.windowError .help_b button {
    display: block;
}

.windowError .help_b .load_small {
    display: none;
    text-align: center;
    margin-top: 2rem;
}

.helpStage .help_b h5 {
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
}

.helpStage .help_b>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 3rem;
}

.helpStageWrapper {
    width: 80%;
    max-width: 1800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    height: 100%;
}

.ss_article p {
    display: none;
}


@media screen and (max-height: 600px){
    .guide {
        display: none!important;
    }

    .helpStage .help_r {
        width: 100%;
    }

    .helpStage .help_l {
        display: none;
    }

    .ss_article p {
        margin: 2rem 0 0 0;
        display: block;
    }
}


/* col-lg */
@media screen and (min-width: 1600px) {

}

/* col-lg */
@media screen and (min-width: 1200px) and (max-width: 1599px){

}

/* col-md */
@media screen and (min-width: 992px) and (max-width: 1199px){


}

/* col-sm */
@media screen and (min-width: 768px) and (max-width: 991px){
    .helpStageWrapper {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .helpStage .help_l, .helpStage .help_r {
        width: 100%;
        height: auto;
    }
}

/* col-xs */
@media screen and (max-width: 767px){
    .helpStageWrapper {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .helpStage .help_l, .helpStage .help_r {
        width: 100%;
        height: auto;
    }
}


