@charset "utf-8";
/* Standard */

* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 13px;
   line-height: 18px;
}

#wrapper {
   color: #849085;
   position:relative;
   max-width: 720px;
   margin: 1rem auto;
   border:solid 1px #000;
   background-color:#fff;
   overflow:hidden;
   padding: 0rem;
}

p {
   padding-bottom: 1rem;
}


h1 {
   color: #EF8214;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   margin: 0.4rem 0rem 1rem;
   font-size: 28px;
   line-height:1.1em;
}

h1 span {
   display: block;
   font-size:0.7em;
}

h2 {
   font-weight: normal;
   color: #EF8214;
   font-size:1em;
   line-height:1.2em;
   margin-bottom: 16px;
}

a {
   color: #FFFFFF;
   text-decoration:none;
}
.last{ background-color:#EF8214; font-size:15px; line-height:15px; color:#FFFFFF; text-align:center; 
font-weight:none;word-spacing:0px; padding:8px 0px; width: 100%;}

a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   display: inline-block;
}

ul {
   padding: 0px 0px 1rem 20px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:20px;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.500em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -20px;
}

/* Hebt Float left/right auf */
.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}

/* Ende Standard */


/* Header */
header {
  padding: 0rem;
}
header aside {
  padding: 10px 1rem;
  background: #EF8214;
  /* margin-bottom: 8px; */
}
@-webkit-keyframes slidy {
0% { left: 0%; }
11% { left: 0%; }
  16% { left: -100%; }
28% { left: -100%; }
  33% { left: -200%; }
45% { left: -200%; }
  50% { left: -300%; }
62% { left: -300%; }
  67% { left: -400%; }
78% { left: -400%; }
  83% { left: -500%; }
95% { left: -500%; }
  100% { left: -600%; }
}


@keyframes slidy {
0% { left: 0%; }
11% { left: 0%; }
  16% { left: -100%; }
28% { left: -100%; }
  33% { left: -200%; }
45% { left: -200%; }
  50% { left: -300%; }
62% { left: -300%; }
  67% { left: -400%; }
78% { left: -400%; }
  83% { left: -500%; }
95% { left: -500%; }
  100% { left: -600%; }
}
header section { overflow: hidden; }
header section figure img { width: 14.28571428571429%; float: left; }
header section figure { 
  position: relative;
  width:700%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-duration: 24s; /* Safari 4.0 - 8.0 */ 
  -webkit-animation-name:slidy; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  animation: 24s slidy infinite; 
}


/* Ende Header */

/* Article */
article {
  padding: 1.5rem 4rem 2rem;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem 4rem 0rem;
}
/* Ende Footer */
nav{
  text-align: center
}

/* Responsive */
@media only screen and (max-width:716px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   span {
    display: inline-block;
   }
   p {
   }
   article, footer {
    padding-left: 1rem;
    padding-right: 1rem;
   }
nav {
    text-align: center;
}
}
/* Ende Responsive */