html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "museo-sans";
  font-weight: 300;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a img {
  border: none;
}

body {
  overflow: hidden;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 3% 5% 50px 5%;
}

a#startseite {
  display: inline-block;
  height: 0.95em;
}

header h1 {
  margin: 0;
  height: 30px;
}

nav,
#image-counter {
  display: inline-block;
}

nav ul {
  margin: 0 0 0 0.1em;
  padding: 0;
}

nav li,
#image-counter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  font-size: 12px;
}

nav li a.active {
  color: rgb(248,136,29);
}

nav li.seperator:after {
  content:  " / ";
}

#content {
  text-indent: -999em;
}

#image-counter {
  margin-left: 1em;
}

#image-counter a,
nav li a {
  text-decoration: none;
  color: #000;
}

#image-counter a {
  font-size: 1.3em;
  position: relative;
  bottom: -0.05em;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}

#image-counter a:hover {
  color: rgb(248,136,29);
}

.pace .pace-progress {
  background-color: rgb(248,136,29) !important;
  height: 3px !important;
}

#follower {
  display: none;
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
  font-size: 100px;
  line-height: 100px;
  text-decoration: none;
  width: 100px;
  height: 105px;
  text-align: center;
  z-index: 3;

  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
         opacity: 0.7;
}

#follower.prev-img {
  text-indent: -20px;
  display: block;
}

#follower.next-img {
  text-indent: 30px;
  display: block;
}

section#slideshow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section#slideshow article {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-image: none;

  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;

  -webkit-transform: translate3d(0,0,0);
}

section#slideshow article.active {
  visibility: visible;
  z-index: 2;
}

section#slideshow article.active img {
  visibility: hidden;
}

body.flowers section#slideshow article,
body.india section#slideshow article {
  background-position: center center;
}

section#slideshow article img {
  max-width: 85%;
  max-height: 70%;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-transform: translate3d(0,0,0);
}

body.datenschutz {
  overflow: auto;
}

.section-datenschutz {
  font-family: "museo-sans";
  background: #fff;
  overflow: hidden;
  width: 95%;
  max-width: 800px;
  margin: auto;
  margin-top: 200px;
  padding: 2em 3em;
  margin-bottom: 3em;

  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.section-datenschutz h1 {
  font-size: 2em;
}

.section-datenschutz h1, h2, h3 {
  font-weight: 300;
}
