/* stylesheet for demo and examples */
.scrollhorizontal {
  margin: 0; }

#example img {
  max-width: 100%;
  height: auto; }

#examples {
  overflow: hidden;
  min-width: 14rem;
  width: 100%; }

.content.light {
  color: #333;
  margin-right: 20px; }

.content p {
  margin: 30px 0; }

.content p:last-child {
  margin-bottom: 5px; }

.content.light p:nth-child(3n+3) {
  color: #666; }

.content h2 {
  font-size: 200%;
  line-height: 130%; }

.content h2:first-child {
  margin-top: 5px; }

.content.light h2 {
  color: inherit; }

.content img {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px; }

.content.light img {
  background: rgba(255, 255, 255, 0.4); }

.showcase .content {
  float: left;
  width: 80rem;
  height: 300px; }

.showcase .horizontal-images.content {
  height: 15rem;
  width: 100%;
  padding: 0; }

.showcase .horizontal-images.content li {
  height: auto; }

.showcase .horizontal-images.content h2 {
  color: #fff;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 150%; }

.horizontal-images.content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.horizontal-images.content li {
  margin: 0 3px;
  background-color: #155CB0;
  float: left; }

.horizontal-images.content li:first-child {
  margin-left: 0; }

.horizontal-images.content li:last-child {
  margin-right: 0; }

.horizontal-images.content li img {
  width: auto;
  padding: 0; }

.content .bildscroll {
  float: left;
  margin-right: 2rem; }

.details {
  padding: 2rem 2rem 0 15rem;
  width: 20rem; }

.details a {
  color: #fff; }

.details p {
  color: rgba(255, 255, 255, 0.8);
  margin: 1rem 0; }

/*# sourceMappingURL=stylescroll.css.map */
