﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
body {
    color: #000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.813rem;
    line-height: 1.4;
}
#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}
p {
}
h1 {
    
        font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3px 0;
    
    
}
h2 {
   font-size: 1em;
    text-align: left;
        margin: .812rem 0;

}
h3{
   font-size: 1.231em;
    line-height: 1.4;
    margin: 0 0 0.625rem; 
}
hr {
    border-top: 1px solid #52BA5A;
}
ul {
   list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}
ul li {
    padding-left: 1.25rem
}
header section {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top:0.5rem;
}

hr {
	border-top-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
}

ul li:before {
    content: "\2022"/* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.25rem;
    font-size: 1rem;
    line-height:1.1;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

  @keyframes slidy { 
    0% { 
        left: 0%;
    }
    30% {
        left: 0%;
    }
    33% { 
        left: -100%;
    }
    64% {
        left: -100%;
    }
    67% { 
        left: -200%;
    }
    97% {
        left: -200%;
    }
    100% {
        left: -300%;
    }
  }
  
  .slider {
    overflow: hidden;
  }
  
  .slider figure {
    position: relative;
    width: 400%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 18s slidy infinite;
  }
  
  figure img {
    width: 25%;
    float: left;
  }
article section {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-right: 1rem;
	padding-left: 1rem;
}   margin-top: 0;
}
@media only screen and (max-width:56.187rem) {
    #wrapper {
        
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }
    a {
        font-weight: bold;
    }
    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0.625rem;
    }

    h1 {
        font-size: 1.563em;
    }
    h2, h3 {
        font-size: 1em;
    }

    p,ul{
        margin: 0 0 .625rem;
        
    }

}
@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
