
@charset "utf-8";
/* Standard */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');

:root {  font-size:16px;}
* {
   box-sizing:border-box;
   margin: 0;
}

html {
   min-height: 100%;
}
   
body {
   color:#000;
   font-family:'Montserrat', Helvetica, Arial, sans-serif;
   font-size:0.875em;
   font-weight: 300;
   line-height:1.3em;
}

#wrapper {
   position:relative;
   max-width:795px;
   margin: 1rem auto;
   border:solid 1px #000;
   background-color:#fff;
   overflow:hidden;
   padding: 0rem;
}
a {
   color:#000;
   text-decoration:none;
}
p {
   padding-bottom: 0.75rem;
}
strong{
  font-weight: 700;
}

h1 {
   margin: 0rem 0rem 0.75rem;
   font-size:2.6em;
   line-height:1em;
   font-weight: 500;
   color: #581B50;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:0.938em;
   line-height:1.2em;
   color: #581B50;
   margin-bottom:0.2rem;
   font-weight: 700;
}
h3 {
   font-size:1.475em;
   line-height:1.3;
   color: #581B50;
   margin-bottom:0.25rem;
   font-weight: 500;
}
h4 {
   font-size:1.95em;
   line-height:1.3;
   margin-bottom:0;
}
h4 span{
  display: block;
  font-size: 0.795em;
  font-weight: 500;
}
ul {
   padding: 0px 0px 16px 23px;
   list-style-image:url(); 
   list-style:none;
   font-size:0.938em;
}

li {
   padding-left:23px;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -23px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding: 0rem;
  position: relative;
}
header section{
  position: relative;
}
header section a{
  position: absolute;
  top: 9%;
  left: 4%;
  width: 11%;
  height: 37%;
}
header a{
  color: #fff;
}
header section{
  position: relative;
}
header aside:first-of-type{
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
  color: #fff;
}
header aside small{
  font-size: 10px;
}
header aside:last-of-type{
  position: absolute;
  color: #FFF;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}
header aside:last-of-type h1{
  color: #FFF;
  margin-bottom: 1.65rem;
}
header aside:last-of-type span{
  font-weight: 500;
}
/* Ende Header */

/* Article */
article {
  padding:1rem 3.5rem 0rem;
}
article p:nth-of-type(1){
  text-align: justify;
}
article p:nth-of-type(1) span{
  word-spacing: 12px;
}
article p:nth-of-type(2),
article p:nth-of-type(3){
  font-size: 1.2em;
}
article p:last-of-type a,
article p:last-of-type{
  color: #581B50;
  font-size: 1.0638em;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
}
/* Ende Footer */
.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   visibility: hidden;
   height: 0px;
}
a:hover {
   text-decoration:underline;
}
i{
  font-style: normal;
}
img {
   max-width:100%;
   height:auto;
   display: inline-block;
   vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:795px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
   header aside:first-of-type{
    position: static;
    color: #000;
    padding: 1rem 1rem;
    text-align: center;
   }
   header aside:last-of-type{
    position: static;
    color: #000;
    padding: 0 1rem 1rem;
   }
   header aside:first-of-type a{
    color: #000;
   }
   header aside:last-of-type h1{
    color: #000;
   }
   header aside small{
    font-size: 12px;
  }
   h1{
    font-size: 1.85em;
   }
   h3{
    font-size: 1.35em;
   }
   h4{
    font-size: 1.55em;
    line-height: 1.2;
   }
   p {
    text-align: left;
   }
  i br{
    display: none;
  }
  ul{
    padding-left: 0;
  }
  article{
    padding: 0 1rem;
  }
  article p:nth-of-type(1){
    text-align: left;
  }
  article p:nth-of-type(1) span{
    word-spacing: 0px;
    display: inline;
  }
}
/* Ende Responsive */
/* Tin developer */