/* Foto-Zoom in Vordergrund */
#jquery-lightbox {
  z-index: 1000;
}

/* Textgrösse */
label, input, button, select, textarea {
	font-size: 18px;
}

/* Hinweismeldungen */
.alert, .alert h4 {
    color: #d62020;
    background-color: #ffd7d7;
}

.alert {
    background-color: #ffd7d7;
    border: 1px solid #afafaf;
}

/* Button Farbe aktiviert */

.button:active {
  background-color: #448344 !important;
}
/*
.btn-success {
   color: white;
    background: #b37b7b !important;
    border-color: #448344;
}
*/

.button:active {
/*  background-color: #b37b7b; */


ul, ol {
padding: 0 0 .75em 0;
/*margin: 0 0 0 35px;*/
}

li {
    line-height: 22px;
}

/* Hinweis Shophersteller */
#mxcpr {
    padding-top: 0px;
    text-align: right;
    display: block;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 5px;
}