/* jq_slideshow */
.jq_slideshow_wrapper_img, .jq_slideshow_wrapper_go, .jq_slideshow_wrapper_bullet {
    /* border: 3px red solid; */
    overflow: auto;
    /* background-color: yellow; */
    display: none;
    /* display:block */
}
.jq_slideshow_wrapper_go{
    border:blue 3px solid;
    display: none;
    xdisplay:block;
}


.jq_slideshow_wrapper_img {
    border-color: green
}



#jq_slideshow_images {
    /* border: 3px green dotted; */
    position: fixed;
    /* position: absolute; */
    /* overflow:auto; */
    top: 0;
    right: 0;
    bottom: 0%;
    left: 0%;
    /* overflow: auto; */
    display: none;
    background: rgb(255 255 255);
    box-sizing:border-box;
    z-index:2000;
}

.jq_slideshow_screen_background {
    position: fixed;
    display: none;
    overflow: auto;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgb(255, 255, 255);
}

.jq_slideshow_background {
    /* position: fixed; */
    position: absolute;
    /* opacity: 1; */
    display: block;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 2000;
    box-sizing: border-box;
    /* overflow: auto; */
    background-color: rgb(255, 255, 255);
    /* border: 10px orange dashed; */
}

.jq_slideshow_headline {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: auto;
    vertical-align: baseline;
    text-align: center;
    font-size: 1.6em;
    border: 0px red solid;
    font-style: normal;
}

.jq_slideshow_leer {
    /* height by php in style */
    border: 0px #FF9800 solid;
    background: blue;
    /* box-sizing: border-box; */
}

.jq_slideshow_div {
    position: absolute;
    /* width: 0px; */
    top: 12%;
    bottom: 12%;
    left: 5%;
    right: 5%;
    overflow: visible;
    /* vertical-align: middle; */
    /* display: none; */
    /* width:100%; */
    /* height:100%; */
    /* background-color: rgba(255, 235, 59, 0.76); */
    /* border: 10px red dotted; */
    line-height: 1.4em;
    padding: 0%;
    box-sizing: border-box;
    z-index: 2000;
}

.jq_slideshow_div img {
    box-sizing: border-box;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0;
    /* top: -0%; */
    /* bottom: -0%; */
    /* left: 0%; */
    /* right: 0%; */
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
    /* z-index: 2000; */
}

.jq_slideshow_outline_div {
    /*
    -moz-box-shadow: 0px 0px 40px #A09E9E;
    -webkit-box-shadow: 0px 0px 40px #A09E9E;
    box-shadow: 0px 0px 40px #A09E9E;
    
    */
}

.jq_slideshow_img_shadow {
    -moz-box-shadow: 0px 0px 40px #A09E9E;
    -webkit-box-shadow: 0px 0px 40px #A09E9E;
    box-shadow: 0px 0px 40px #A09E9E;
}

.jq_slideshow_img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    /* opacity: 0.5;*/
    box-sizing: border-box;
    padding: 0%;
    cursor: pointer;
}

.jq_slideshow_titel {
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 90%;
    height: auto;
    vertical-align: baseline;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
    z-index: 2001;
    border: 0px red solid;
    background: white;
    font-style: normal;
}

.jq_slideshow_button_last_pic {
    left: 0em;
}

.jq_slideshow_button_next_pic {
    right: 0em;
}

.jq_slideshow_button_next_pic, .jq_slideshow_button_last_pic {
    position: absolute;
    margin-top: 0%;
    /* line-height: 1.8em; */
    /* font-size: 5vw; */
    z-index: 2000;
    border: 0px #00c578 solid;
    font-style: normal;
    cursor: pointer;
    width: auto;
    /* margin-top: 0; */
    display: inline-block;
    height: 40%;
    top: 30%;
    vertical-align: middle;
}

.jq_slideshow_button_next_pic:active, .jq_slideshow_button_last_pic:active {
    /* background-color:#ffffff */
}

.jq_slideshow_button_next_pic span, .jq_slideshow_button_last_pic span {
    border: 0px blue solid;
    position: relative;
    /* margin-top: -0em; */
    top: 40%;
    /* height: 100%; */
    display: table;
    vertical-align: middle;
    /* line-height: 0.5em; */
    overflow: auto;
    /* background: rgba(183, 118, 118, 0.21); */
    padding: 1vw;
    font-size: 10em;
}

.jq_slideshow_button_close {
    position: absolute;
    right: 2%;
    top: 0%;
    width: auto;
    height: auto;
    line-height: 1em;
    padding: 0;
    /* padding-top: 0.5em; */
    /* margin-top: -0.5em; */
    /* vertical-align: bottom; */
    text-align: center;
    font-size: 3em;
    z-index: 2001;
    border: 0px red solid;
    font-style: normal;
    cursor: pointer;
}

.jq_slideshow_button {
    -moz-text-shadow: 0px 0px 4px rgb(0, 0, 0);
    -webkit-text-shadow: 0px 0px 4px rgb(0, 0, 0);
    text-shadow: 0px 0px 4px rgb(0, 0, 0);
    cursor: pointer;
}

.jq_slideshow_button_last_pic, .jq_slideshow_button_next_pic, .jq_slideshow_button_close {
    color: #ffffff;
}

.jq_slideshow_button:hover {
}

.jq_slideshow_button:active {
}

/*-----------------------------------*/
.jq_slideshow_auswahl {
    position: fixed;
    left: 6%;
    top: 0.1%;
    width: 88%;
    height: 3.1%;
    z-index: 2001;
    /* background-color: rgb(255, 255, 255); */
    /* border: 1px #4f9198 dotted; */
    margin: auto;
    text-align: center;
    line-height: 2em;
    display: none;
}

.jq_slideshow_auswahl_inner {
    position: relative;
    /* width: 90%; */
    /* max-width: 90%; */
    top: 0%;
    /* left: 0%; */
    /* right: 0%; */
    height: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    /* text-align: center; */
    display: inline-block;
    border: 0px red dashed;
}

.jq_slideshow_auswahl_bildrahmen {
    position: relative;
    height: 100%;
    /* top: 0; */
    /* bottom: 0; */
    /* float: left; */
    padding: 0px;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    margin-right: 1px;
    box-sizing: border-box;
    /* overflow: auto; */
    /* border-radius: 50%; */
    /* width: 7%; */
    /* border-bottom: 3px #dedede solid; */
    font-size: 2em;
}

.jq_slideshow_auswahl_bildrahmen_inner {
    /* width: 25px; */
    /* height: 100%; */
    position: relative;
    background-color: rgb(255, 147, 147);
    border: red solid 3px;
    /* opacity: 0.3; */
    /* font-size: 9pt; */
    /* border-radius: 50%; */
    display: inline;
}

.jq_slideshow_auswahl_img {
    position: relative;
    /* width: 70%; */
    height: 100%;
    display: inline;
    border-radius: 5%;
    box-sizing: border-box;
    margin: auto;
    /* float: left; */
    text-align: center;
    cursor: pointer;
    color: #f1f1f1;
}

.jq_slideshow_auswahl_bullet, .jq_slideshow_running {
    position: relative;
    /* width: 70%; */
    height: 100%;
    display: inline-block;
    /* border-radius: 50%; */
    margin: auto;
    /* float: left; */
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    color: #BDBDBD;
    /* background: green; */
    font-size: 1.5em;
    width: 0.6em;
    line-height: 1em;
    font-family: 'arial',sans-serif;
    /* display: none; */
}


.jq_slideshow_running {
    /* background-color: #ffffff; */
    font-size: 9pt;
    color: #c1c1c1;
    margin-left: 0.61em;
    line-height: 2em;
    display: inline;
    width: auto;

}

.jq_slideshow_auswahl_bullet {
}

.jq_bullet_high {
    color: #607D8B;
}

.jq_bullet_seen {
    color: #EEEEEE;
}

.jq_running_on {
    color: #03A9F4;
}

a:link .jq_slideshow_auswahl_bullet {
    color: #a5a5a5;
}

a:visited .jq_slideshow_auswahl_bullet {
    color: #a5a5a5;
}

a:hover .jq_slideshow_auswahl_bullet {
    color: #f00;
}

.jq_slideshow_running, .jq_slideshow_auswahl_bullet, .jq_slideshow_auswahl, .jq_slideshow_auswahl_inner, .jq_slideshow_headline, .jq_slideshow_leer, .jq_slideshow_div, .jq_slideshow_div img, .jq_slideshow_outline_div, .jq_slideshow_titel, .jq_slideshow_button_last_pic, .jq_slideshow_button_next_pic, .jq_slideshow_button_close, .jq_slideshow_button {
    box-sizing: border-box;
    /* border: 2px #F44336 dashed; */
    /* z-index: 2000; */
}
