/* bildpur single und bildordner user */

/* voreinstellung fuer bildpur single und bildordner indivuelle einstellung in bildpur_global_user.css */
.bildordner_pur {
    float: left;
    margin: 0em;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    width: 100%;
    border: 0px red dotted;
    overflow: auto;
    position: relative;
    /* padding:3px; */
    overflow: visible;
    /* position: relative; */
}
.fix_hoehe{

    background-color:  #fff;

}

.xxxbildpur_background {
    background-color: rgba(255, 255, 255, 0);
    /* box-shadow: 0 0 0px 0px #d6d6d6; */
    -moz-box-shadow: 0 0 0px 0px #d6d6d6;
    -webkit-box-shadow: 0 0 0px 0px #d6d6d6;
    position: relative;
    margin-bottom: 2em;
}

.bildordner_pur_bild_outer {
    /* border: 0px green solid; */
    /* overflow: auto; */
    /* display: inline; */
}

.margin_bottom_bildordner {
    margin-bottom: 3em;
}

.bildpur_titel_ordner {
    border: 0px red dotted;
     background-color: #ffeb3b00; 
    float: left;
    position: absolute;
    bottom: -4em;
    height: 2em;
    width: 94%;
    padding: 3%;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0%;
    line-height: 1em;
    font-size: 0.7em;
}

.bildpur_titel {
    font-size: 0.8em;
    line-height: 1.1em;
    background-color: #f3f3f3;
    padding: 1em 1em 1em 1em;
    /* float: left; */
    /* height: 1em; */
    /* position: relative; */
    /* left: -100%; */
    /* bottom: -2em; */
    /* width: 100%; */
    /* margin-bottom: -4em; */
    /* clear: left; */
    /* display: none; */
}


/* images mit rahmen */
.img_outline{
    border-radius: 0%;
    /* 50% kreis */
    box-sizing: border-box;
    border: 0px white solid;
    padding: 0;
    -moz-box-shadow: 0 0 40px 0px #a0a0a0;
    -webkit-box-shadow: 0 0 40px 0px #a0a0a0;
    box-shadow: 0 0 40px 0px #a0a0a0;
    background-color: #ffffff;
}
