@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i');

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  margin: 1rem auto;
  overflow: hidden;
  max-width: 700px;
  border: solid 2px #C3A46C;
  background: #F5F5F5 url('bg.png') repeat-x top;
  padding: 0;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem 1rem 0rem;
  font-size: 1.792em;
  line-height: 1.1em;
  text-align: center;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0;
}

h3 {
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding: 0 0 0 12px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.4em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -12px;
}

/* Main */

/* Ende Main */

/* Header */
header {
  padding: 0rem 0rem 0rem 0rem;
}

header aside {
  padding: 0.7rem;
}

/* Ende Header */

/* Article */

article {
  padding: 0.5rem 1rem 0;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 1rem 0.5rem;
}

@-webkit-keyframes slidy {
  0% {
    left: 0%;
  }

  18% {
    left: 0%;
  }

  36% {
    left: -100%;
  }

  54% {
    left: -100%;
  }

  62% {
    left: -200%;
  }

  85% {
    left: -200%;
  }

  100% {
    left: -300%;
  }

}

@keyframes slidy {
  0% {
    left: 0%;
  }

  18% {
    left: 0%;
  }

  36% {
    left: -100%;
  }

  54% {
    left: -100%;
  }

  62% {
    left: -200%;
  }

  85% {
    left: -200%;
  }

  100% {
    left: -300%;
  }

}

header section {
  overflow: hidden;
}

header section figure img {
  width: 25%;
  float: left;
}

header section figure {
  position: relative;
  width: 400%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name: slidy;
  -webkit-animation-duration: 30s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: infinite;
  animation: 30s slidy infinite;
}

/* Ende Footer */
a:hover {
  text-decoration: underline;
  color: #C3A46C;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Responsive */
@media only screen and (max-width:699px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    font-size: 0.938em;
  }

  p {
    text-align: left;
  }

  article {
    padding: 0.5rem 1rem;
  }

}

/* Ende Responsive */
