@charset "utf-8";

/* Standard */
/* 'Roboto Condensed' */
:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family: Calibri, Helvetica, Arial, sans-serif;
   font-size:0.875em;
   line-height:1.1em;
}

#wrapper {
   position:relative;
   max-width:900px;
   margin: 1rem auto;
   border:solid 1px #555;
   background-color:#fff;
   overflow:hidden;
   padding: 3rem 2.5rem 1.5rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom: 1rem;
   text-align: left;
}


h1 {
   margin: 0rem 0rem 0.25rem;
   font-size: 2.692em;
   line-height:1.1em;
   color: #00839A;
}

h1 span {
  font-weight: normal;
}

h2 {
   font-size:1.212em;
   line-height:1.2em;
   margin-bottom:0.6rem;
   color: #00839A;
   font-family: Tahoma;
}
h3{
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}
ul {
   padding: 0px 0px 50px 0px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:20px;
}
ul li:before {
  content: "\25A0";
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.600em;
  color: #00839A;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -20px;
}
/* Ende Standard */

/* Header */
header {
  text-align: right;
  padding: 0rem;
  position: relative;
}
header section{
  margin-top: 1rem;
}
header aside{
  position: absolute;
  bottom: 6px;
  left: 65px;
  width: 535px;
  text-align: justify;
  font-size: 1.192em;
  color: #00839A;
  line-height: 1.05em;
}
/* Ende Header */

/* Article */
article {
  padding:3rem 2.3rem 4rem 2.8rem;
}
article section{
  float: right;
  width: 212px;
}
article section:last-of-type{
  float: left;
  width: 505px;
  margin-top: 22px;
}
article section:last-of-type span{
  display: block;
  padding-bottom: 0.8rem; 
}
article section:last-of-type h2{
  margin-bottom: 0.2rem;
}
article section:first-of-type p {
  background: url('ic1.jpg') no-repeat 0 0;
  padding-left: 2.3rem;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
}
article section:first-of-type p:nth-of-type(2) {
  background: url('ic2.jpg') no-repeat 0 0;
  padding-top: 0.5rem;
  padding-bottom: 0.9rem;
}
article section:first-of-type p:nth-of-type(3) {
  background: url('ic3.jpg') no-repeat 0 0;
  padding-top: 0.2rem;
  padding-bottom: 1.4rem;
}
article section:first-of-type p:nth-of-type(4) {
  background: url('ic4.jpg') no-repeat 0 0;
  padding-top: 0.2rem;
  padding-bottom: 1.4rem;
}
article section:first-of-type p:nth-of-type(5) {
  background: url('ic5.jpg') no-repeat 0 0;
  padding-top: 0.2rem;
  padding-bottom: 1.4rem;
}
article aside {
  float: left;
}
article aside:first-of-type {
  background: url('bgr.jpg') no-repeat right 10px;
  padding-right: 1rem;
  margin-right: 1rem;
}
article aside p {
  background: url('icon1.jpg') no-repeat 0 0;
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
article aside p:last-of-type {
  background: url('icon3.jpg') no-repeat 0 10px;
  padding-left: 2.5rem;
  padding-top: 0rem;
  padding-bottom: 1.4rem;
}
article aside:last-of-type p {
  background: url('icon2.jpg') no-repeat 0 0;
  padding-left: 3.6rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
article aside:last-of-type p:last-of-type {
  background: url('icon4.jpg') no-repeat 0 0;
  padding-left: 3.6rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem 1.5rem;
  color: #00839A;
}
footer section{
  position: absolute;
  right: 94px;
  bottom: 24.5rem;
}
footer aside{
  position: absolute;
  right: 6rem;
  bottom: 10rem;
  font-size: 1.125em;
  width: 190px;
  height: 190px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #00839A;
  padding: 2.25rem 0.75rem;
  border-radius: 50%;
  line-height: 1.15;
}
footer aside span{
  display: block;
  padding: 0.5rem 0;
}
footer a{
  color: #00839A;
}
/* Ende Footer */
a:hover {
   text-decoration:underline;
}

img {
   max-width:100%;
   height:auto;
   vertical-align: middle;
   display: inline-block;
}
i{
  font-style: normal;
}
/* Hebt Float left/right auf */
.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}

/* Responsive */
@media only screen and (max-width: 899px) {
   #wrapper {
      margin: 0 auto;
      padding: 1rem 0 1rem;
      max-width: 832px;
   }
   p {
    text-align: left;
   }
  
}
@media only screen and (max-width:832px) {
   #wrapper {
    border: none;
   }
   h1{
    font-size: 1.85em;
   }
   ul{
    padding-bottom: 16px;
   }
   article section:last-of-type p:first-of-type br, ul br {
    display: none;
   }
   header aside{
    position: static;
    padding:0.75rem 1rem;
    background: #F6F6F6;
    width: 100%;
    margin-top: -2px;
    z-index: 2;
    text-align: left;
    font-size: 1.063em;
   }
   header>a img{
    margin: 0 1rem;
   }
   article section:last-of-type{
    float: none;
    width: 100%;
    text-align: left;
   }
   article section{
    float: none;
    width: 100%;
   }
   article {
    padding: 1rem 1rem 0rem;
   }
   article aside:first-of-type {
    background: none;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }

   footer aside{
    position: static;
    margin-bottom: 1rem;
   }
   footer section{
    margin-top: 1rem;
    position: static;
   }
}
/* Ende Responsive */