/*----------------------------------------------------------------------
Description: Main stylesheet of "Happy CNTer" on www.BitRotation.de
Author: Marco Lammert

Copyright © 2017-2020 by Marco Lammert
----------------------------------------------------------------------*/

/*----------------------------------------
  General Styles
----------------------------------------*/

h1 {
  margin-top: 3em;
  margin-bottom: 0.5em;
}

/* # Slideshow  */

.slideshow-absolute-wrapper {
  position: static;

  margin-top: 3em;
  /*margin-bottom: 0.25em;*/

  opacity: 1;
}

.slides {
  /*width: 100%;
  height: auto;*/

  transition: opacity 1s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=1);
}

/* The dots/bullets/indicators */
.indicator-panel {
  display: none;
}
