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