/* ===============  ui-table-1  =============== */
.ui-table-1 .grid-row:first-child > .grid-col > div {
    text-align: center;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    padding: 1.25em 0.25em 0.875em 0.25em;
    background: #2c2c2c;
}

.ui-table-1 .grid-row:first-child ~ .grid-row .grid-col:nth-child(2n-1) > p {
    background: #f7f7f7;
}

.ui-table-1 .grid-row:first-child ~ .grid-row .grid-col:nth-child(2n) > p {
    background: #f0f0f0;
}

.ui-table-1 .grid-row:first-child p {
    font-size: 0.875em;
}

.ui-table-1 .grid-row:first-child span {
    font-size: 1em;
}

.ui-table-1 .grid-row:first-child ~ .grid-row .grid-col {
    height: 100%;
    min-height: 3em;
}

.ui-table-1 .grid-row:first-child ~ .grid-row .grid-col > p {
    border-bottom: 1px solid #CCC;
}



.ui-table-text-heading {
    padding: 2em 0.25em 0.875em 0.75em;
    font-size: 0.75em;
    font-weight: bold;
    color: #2c2c2c;
}

.ui-table-text-cross {
    text-align: center;
    padding: 0.7em 0;
    font-size: 1.25em;
    color: #7e1416;
}

.ui-table-text-check {
    text-align: center;
    padding: 1em 0;
    font-size: 1.5em;
    color: #167c55;
}

.ui-table-text-1 {
    padding: 1.5em 0.75em;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #999;
}


/* ===============  ui-list-1  =============== */
ul.ui-list-1 {
    overflow: hidden;
    white-space: nowrap;
  
}


ul.ui-list-1 li:first-child {
    padding: 0.25em 0;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-1 li:first-child ~ li {
    padding: 1em 0;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-1 li a {
    display: inline-block;
}


/* ===============  ui-list-2  =============== */
ul.ui-list-2 {
    overflow: hidden;
    white-space: nowrap;
}

ul.ui-list-2 li:first-child {
    padding: 0.25em 0;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-2 li:first-child ~ li {
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-2 li a {
    display: inline-block;
}

ul.ui-list-2 li:first-child ~ li > .grid-col:nth-child(2) > .grid-row:first-child {
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-2 li:first-child ~ li > .grid-col:nth-child(2) > .grid-row:first-child > .grid-col {
    line-height: 3.125em;
}


/* ===============  ui-list-3  =============== */
ul.ui-list-3 {
    overflow: hidden;
    white-space: nowrap;
}

ul.ui-list-3 li:first-child {
    padding: 0.25em 0;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-3 li:first-child ~ li {
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-3 li a {
    display: inline-block;
}

ul.ui-list-3 li:first-child ~ li > .grid-col:nth-child(3) > .grid-row:first-child {
    border-bottom: 1px solid #d9d9d9;
}


/* ===============  ui-list-4  =============== */
ul.ui-list-4 {
    overflow: hidden;
}

ul.ui-list-4 li:first-child {
    //min-height: 6.5em;
    padding: 1.25em 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-4 li a {
    display: inline-block;
}

ul.ui-list-4 li:first-child > .grid-col:nth-last-child(2) {
    height: 4em;
}

ul.ui-list-4 li:first-child > .grid-col:last-child {
    height: 4em;
}



ul.ui-list-customsize-1 li:first-child ~ li {
    height: auto;
    padding: 0.25em;
}


/* ===============  ui-list-5  =============== */
div.ui-list-5 {
    margin-bottom: 0.75em;
}

div.ui-list-5 p {
    font-size: 0.75em;
    line-height: 4.5em;
}

div.ui-list-5 .icon-enumeration {
    font-size: 0.625em;
    line-height: 5.4em;
    padding: 0 0.4em;
    color: #999;
}

div.ui-list-5 > .grid-row:first-child {
    padding: 0em 0;
    margin-bottom: 0.8125em;
    border-bottom: 1px solid #d9d9d9;
}


/* ===============  ui-list-6  =============== */
div.ui-list-6 {
    margin-bottom: 1.5em;
}

div.ui-list-6 > .grid-row:first-child > .grid-col {
    padding: 0.15em 0;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #d9d9d9;
}

div.ui-list-6 .no-border {
    border-bottom: none !important;
}


/* ===============  ui-list-7  =============== */
ul.ui-list-7 {
    margin-top: 0.75em;
    margin-bottom: 1.5em;
}

/*div.ui-list-6 > .grid-row:first-child > .grid-col {
    padding: 0.15em 0;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #d9d9d9;
}*/

ul.ui-list-7 li {
    border-top: 1px solid #d9d9d9;
}

ul.ui-list-7 li:last-child {
    border-bottom: 1px solid #d9d9d9;
}

/* ===============  ui-list-8  =============== */
ul.ui-list-8 li {
    padding: 1.75em 0 !important;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-8 li > .grid-col > .grid-row:first-child > .grid-col:nth-child(2) {
    padding: 0 1.25em !important;
}

ul.ui-list-8 li > .grid-col > .grid-row:first-child > .grid-col:nth-child(2) > .grid-row:first-child {
    margin-bottom: 1em !important;
}

ul.ui-list-8 li > .grid-col > .grid-row:first-child ~ .grid-row {
    padding: 1.25em 0;
    padding-left: 1.25em;
    border-top: 1px solid #d9d9d9;
}

ul.ui-list-8 li > .grid-col > .grid-row:first-child + .grid-row {
    margin-top: 1.75em;
}

ul.ui-list-8 li > .grid-col > .grid-row:first-child ~ .grid-row > .grid-col:nth-child(3) > .grid-row:first-child {
    margin-bottom: 0.75em !important;
    min-height: 1.25em;
}


/* ===============  ui-list-9  =============== */
/*Shop Statistics*/
ul.ui-list-9 li:first-child {
    font-size: 0.75em;
    line-height: 2em;
    color: #666;
    border-bottom: 1px solid #d9d9d9;
}

ul.ui-list-9 li:first-child ~ li {
    font-size: 0.75em;
    line-height: 4em;
    border-bottom: 1px dashed #d9d9d9;
}

ul.ui-list-9 li:first-child ~ li:nth-child(2n) {
    color: #999;
}

ul.ui-list-9 li:first-child ~ li:nth-child(2n+1) {
    color: #2c2c2c;
}





/* ===============  ui-text  =============== */
.ui-heading-1 {
    color: #999;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

.ui-text-1 {
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: 500;
    color: #000;
}
.ui-text-1a {
    font-size: 0.75em;
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
}
.ui-text-2 {
    font-size: 0.6875em;
    line-height: 3.63636364em;
    font-weight: 400;
    color: #333;
}

.ui-text-3 {
    font-size: 0.6875em;
    line-height: 4.545454545em;
    font-weight: 400;
    color: #333;
}

.ui-text-4 {
    font-size: 0.6875em;
    line-height: 4.545454545em;
    font-weight: 400;
    color: #999;
}

.ui-text-5 {
    font-size: 1em;
    line-height: 2.5em;
    font-weight: 400;
    color: #333;
}
.ui-text-5d {
    font-size:0.834em;
    line-height: 1.8em;
    font-weight: 400;
    color: #333;
}
.ui-text-5f {
    font-size:1.2em;
    line-height: 1.8em;
    font-weight: 400;
    color: #333;
}
.ui-text-5b {
    margin-top: 0.7em;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    color: #333;
}
.ui-text-5a {
    font-size: 0.82em;
    line-height: 1.0em;
    font-weight: 400;
    color: #333;
}
.ui-text-5c{
    font-size: 0.78em;
    line-height: 1.2em;
    font-weight: 300;
    color: #333;
}

.ui-text-5x {
    font-size: 1em;
    line-height: 2.5em;
    font-weight: 400;
    color: #333;
}
.ui-text-5z {
    font-size:0.834em;
    line-height: 1.8em;
    font-weight: 400;
    color: #333;
}
.ellipsis p {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
}

.ui-text-6 {
    padding: 0 3.5em 0 1em;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    color: #000;
}

.ui-text-7 {
    padding-left: 1em;
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 400;
    color: #000;
}

.ui-text-8 {
    font-size: 2em;
   line-height: 3.636363636em;
    font-weight: 400;
    color: #000;
}

.ui-text-9 {
    font-size: 0.75em;
    line-height: 1em;
    font-weight: 400;
    color: #999;
}

.ui-text-10 {
    font-size: 0.6875em;
    line-height: 3.636363636em;
    font-weight: 400;
    color: #000;
}
.ui-text-10a {
    font-size: 0.92em;
    line-height: 1.83em;
    font-weight: 400;
    color: #000;
    text-align:justify; 
    margin-top:10px;
    
}

.ui-text-11 {
    font-size: 0.6875em;
    line-height: 1.212121212em;
    font-weight: 400;
    color: #000;
}

.ui-text-12 {
    white-space: normal;
    display: inline;
    vertical-align: middle;
    font-size: 0.6875em;
    font-weight: 400;
    color: #333;
}

.ui-text-13 {
    padding: 1em 1.5em 1em 2.5em;
    white-space: normal;
    font-size: 1em;
    font-weight: 400;
    color: #333;
}

.ui-text-13a {
    padding: 0.5em 0.0em 0.5em 0.25em;
    white-space: normal;
    font-size: 1.53em;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.ui-text-13a1 {
    padding: 0.5em 0.0em 0.5em 0.25em;
    white-space: normal;
    font-size: 1.05em;
    font-weight: 400;
    color: #333;
    text-align: justify;
}
.ui-p-13a{
   margin-top:5px; 
    
}

.ui-text-14 {
    font-size: 0.6875em;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
}

.ui-text-15 {
    text-align: right;
    font-size: 0.6875em;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
}

.ui-text-15a {
    padding: 0.5em 0.0em 0.5em 0.25em;
    white-space: normal;
    font-size: 1.53em;
    font-weight: 400;
    color: #333;
    text-align: center;
}
.ui-text-16 {
    text-align: right;
    font-size: 0.75em;
    line-height: 3em;
    font-weight: 400;
    color: #333;
}

.ui-text-16-1 {
    text-align: right;
    font-size: 0.75em;
    line-height: 3.75em;
    font-weight: 400;
    color: #333;
}

.ui-text-16-2 {
    text-align: right;
    font-size: 0.9375em;
    line-height: 3em;
    font-weight: 400;
    color: #333;
}

.ui-text-17 {
    margin: 1.428571429em 1em 0 1em;
    font-size: 0.875em;
    line-height: 1.2em;
    font-weight: 400;
    color: #000;
}

.ui-text-18 {
    margin: 0.55em 1.1em 0.55em 1.1em;
    margin-top: 0.8125em;
    font-size: 0.6875em;
    font-weight: 400;
    color: #999;
}

.ui-text-19 {
    font-size: 0.875em;
    line-height: 1.2em;
}

.ui-text-20 {
    float: left;
    font-size: 0.6875em;
    line-height: 1.2em;
}

.ui-text-21 {
    float: left;
    font-size: 0.6875em;
    color: #999;
    margin-left: 0.4em;
    margin-right: 0.75em;
}

.ui-text-22 {
    font-size: 0.9375em;
    line-height: 1.25em;
    font-weight: 400;
    color: #333;
}

/* ===============  ui-image  =============== */
.ui-image-1 {
    display: inline;
    width: 2.5em;
    height: 2.5em;
}

.ui-image-2 {
    width: 3.75em;
    height: 3.75em;
    margin: 1.1875em 0;
}

.ui-image-3 {
    display: inline;
    height: auto;
    width: auto;
    max-width: 8.125em;
    max-height: 2.5em;
}

.ui-image-4 {
    height: auto;
    width: auto;
    max-width: 12.5em;
    max-height: 2.5em;
}

.ui-image-5 {
    width: 3em;
    height: 3em;
    padding: 1.625em 0.48925em;
}

.ui-image-6 {
    width: 3em;
    height: 3em;
    padding: 0.5em 1.609375em;
}

.ui-image-7 {
    width: 4em;
    height: 4em;
    padding: 0.5625em 0em;
}

.ui-image-8 {
    width: 3.75em;
    height: 3.75em;
    padding: 1.25em 0;
}

.ui-image-margin-1 {
    margin-left: 0.5em;
}

.ui-image-padding-1 {
    padding: 0.5em 0.71875em;
}

.ui-image-padding-2 {
    padding: 0 0.71875em;
}



.ui-counter-1 {
    float: left;
    font-size: 0.6875em;
    margin-right: 0.75em;
    margin-left: 0.2em;
    color: #66cc9a;
}






.removable-box-green {
    padding: 0.333333333em;
    margin-bottom: 0.333333333em;
    color: #66cc9a;
    font-size: 0.75em;
    border: 0.083333333em solid #66cc9a;
}

.removable-box-green span {
    padding-left: 1em;
    font-size: 0.75em;
}

.removable-box-green input {
    display: none;
}

[data-jsaction*="click"] {
    cursor: pointer;
}



.paymentGrid > .grid-col:last-child > .grid-row:first-child {
    border-top: 1px solid #CCC;
    white-space: nowrap;
}

.paymentGrid > .grid-col:last-child > .grid-row {
    border-bottom: 1px solid #CCC;
}

.paymentGrid > .grid-col:last-child > .grid-row > .grid-col {
    padding: 1.5em 0.5em;
}

.paymentGrid label {
    cursor: pointer;
}

.paymentGrid label:hover {
    background: rgba( 99, 99, 99, 0.1 );
}

.paymentGrid input[name="method"]:checked + label {
    background: rgba( 44, 44, 44, 0.3 );
}

.paymentGrid input[name="method"] {
    display: none;
}

.paymentGrid .payment-text-1 {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    color: #000;
}

.paymentGrid .payment-text-2 {
    margin-top: 0.5em;
    font-size: 0.75em;
    line-height: 1.3em;
    font-weight: 400;
    color: #999;
    min-height: 2.5em;
}

.paymentGrid #test {
    background: red;
    width: 100%;
    height: 100%;
}
div.button{
  position:fixed;
  right:0px;
  background-image:url('images/fb.png');
}
 
div.button:hover{
  background-image:url('images/fb.png');
}

div.crime{
    
  background:url('images/heisses_pflaster.png')  no-repeat;
  width:100%;
;  
    
    
}



#notify {
    position: fixed;
 
    top:  5%;
    left: 45%;
    z-index: 999999;
}

#notify .notify-item {
    width: 40em;
    padding: 0.5em 0.75em;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    opacity: 0;
    filter: alpha(opacity=0);
}

#notify .notify-item.notify-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

#notify .notify-item ~ .notify-item {
    margin: 1em 0 0 0;
}

#notify p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: 500;
    color: #000000;
}


#calendar {
		max-width: 900px;
		margin: 40px auto;
		padding: 0 10px;
	}
/*
#notify p a:hover {
    text-decoration: underline;
}




/* transitions */
/*
#notify.notify-transition .notify-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
*/