.fadeshow > div:nth-child(odd) img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fadeshow > div + div {
  display: none;
}


.startseite .startseite-fadeshow span:first-child {
  opacity: 1;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}


.if-js {
  display: none !important;
}