@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

/* Standard */
:root {
   font-size: 16px;
}

* {
   box-sizing: border-box;
   margin: 0;
}

html {
   min-height: 100%;
}

body {
   color: #000;
   font-family: 'Lato', Helvetica, Arial, sans-serif;
   font-size: 0.938em;
   line-height: 1.3em;
}

#wrapper {
   position: relative;
   max-width: 700px;
   min-width: 250px;
   margin: 1rem auto;
   border: solid 2px #000;
   background-color: #fff;
   overflow: hidden;
   padding: 0.75rem 0.8rem 0.25rem;
}

a {
   color: #000;
   text-decoration: none;
}

p {
   padding-bottom: 0.7rem;
   text-align: justify;
}

h1 {
   margin: 0rem 0rem 0.7rem;
   text-align: center;
   font-size: 1.552em;
   color: #D1232A;
   line-height: 1.1em;
}

h1 span {
   font-size: 0.7em;
}

h2 {
   font-size: 1em;
   line-height: 1.2em;
   margin-bottom: 0;
}

h3 {
   font-size: 1em;
   line-height: 1.3;
   margin-bottom: 0;
}

ul {
   padding: 0px 0px 0.7rem;
   list-style-image: url();
   list-style: none;
}

li {
   padding-left: 10px;
}

ul li:before {
   content: "\2010";
   display: inline-block;
   font-size: 1.000em;
   position: relative;
   font-family: Helvetica, Arial, sans-serif;
   float: left;
   top: 0px;
   margin-left: -10px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
   position: relative;
   padding: 0rem;
}

header a {
 position: absolute;
top: 11%;
right: 3%;
width: 25%;
height: 21%;
}

/* Ende Header */

/* Article */
article {
   padding: 1rem 0 0rem;
}

/* Ende Article */

/* Footer */
footer {
   padding: 0rem;
   word-spacing: 1px;
}

/* 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:699px) {
   #wrapper {
      border: none;
      margin: 0 auto;
   }

   p {
      text-align: left;
   }

   footer {
      word-spacing: 0;
   }

}

/* Ende Responsive */
