.ics-wrapper {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;

}

.ics-fade-image {
  opacity: 0;
  padding: 0 !important;
  margin: 0 !important;
}


.ics-box {
  padding: 0 !Important;
}

.icf-caption {
  font-size: 0.8em !important;
  text-align: center !important;
  margin: 5px 0 0 0 !important;
}


.icf-headline {
  background-color: #fff;
  margin-bottom: 0px;
  padding-bottom: 5px;
}


.icf-footer {
  
}

/* =========================================== */
/* ===== Test-Klassen zur Anzeige-Breite ===== */
/* =========================================== */
.three-fourth {
  width: 75%;
}


.one-halve {
  width: 50%;
}


/* =========================================== */
/* ===== Lightbox ============================ */
/* =========================================== */
.fadercode-box {
  display:none;
}

.icf-thumb {
  cursor: pointer;
}

#lightbox {
  margin:0 !important;
  position: fixed;
  top: 0;
  left: 0px;
  z-index:1000;
  display:none;
  width: 101.5%;
  height: 100%;

  background-color: rgba(0,0,0,0.5);
  text-align:center;


}


#lightbox .ics-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}