/** Eigene CSS **/
/* LUPE auf Bild */

a.jcepopup span.jcemediabox-zoom-image {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
display: block;
background: transparent url(../../../images/plus.png) no-repeat bottom right;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}


/** Label-Info - Farbe ändern**/

.label-info, .badge-info {
background-color: #e3e3e3;
color: blue
}

/** Visit-Counter**/
.visitorcounter {
    width: 95%;
    margin: 5;
   line-height: 0.5
}
/**Farbe - Text-Info - Ändern**/
.text-info {
color: #000000;
}