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

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

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

html {
   min-height: 100%;
}

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

#wrapper {
   position: relative;
   max-width: 750px;
   min-width: 250px;
   margin: 1rem auto;
   border: solid 1px #000;
   background-color: #fff;
   overflow: hidden;
   padding: 0 2.5rem 0.5rem;
}

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

p {
   padding-bottom: 1rem;
}

p span {
   font-size: 0.8em;
}

h1 {
   margin: -5.3rem -2.5rem 1.5rem 0rem;
   text-align: right;
   font-size: 2.7em;
   line-height: 1.2em;
   position: relative;
   padding: 0.25rem 1rem 0.25rem 0.35rem;
}

h1 span:first-of-type {
   margin-right: 1.5rem;
}

h1 span {
   padding-right: 1rem;
   font-size: 0.4em;
   display: block;
   line-height: 1.3;
}

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 1.75rem;
   list-style-image: url();
   list-style: none;
}

ul:last-of-type {
   padding-bottom: 1rem;
}

li {
   padding-left: 1rem;
}

ul li:before {
   content: "\25A0";
   display: inline-block;
   font-size: 0.6500em;
   position: relative;
   font-family: Helvetica, Arial, sans-serif;
   float: left;
   top: 0px;
   margin-left: -1rem;
}

/* Hebt Float left/right auf */

/* Ende Standard */

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

header a {
   position: absolute;
   top: 17%;
   left: 13%;
   width: 28%;
   height: 17%;
}

header:before {
   content: '';
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 72%;
   height: 24%;
   background: #F2F2F2;
   border: 2px solid #E6E6E6;
}

/* Ende Header */

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

article aside {
   float: left;
   width: 22%;
}

article aside:first-of-type {
   line-height: 1.7;
   margin-top: 2.75rem;
}

article aside:last-of-type {
   float: right;
   width: 77%;
}

/* Ende Article */

/* Footer */
footer {
   padding: 1rem 0 0.5rem;
}

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

   header {
      margin: 0 -1rem;
   }

   header:before {
      display: none;
   }

   article aside,
   article aside:last-of-type {
      float: none;
      width: 100%;
   }

   article aside:first-of-type {
      line-height: 1.5;
      margin: 0 0 1.75rem;
   }

   h1 {
      margin: 1rem 0;
      padding: 0.5rem;
      background: #F2F2F2;
   }

   p {
      text-align: left;
   }

   i {
      display: none;
      padding-right: 0;
   }

}

@media only screen and (max-width:350px) {
   h1 {
      font-size: 2em;
   }

   h1 span {
      font-size: 0.55em;
   }

}

/* Ende Responsive */
