@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 550px;
  margin: 1rem auto;
  border: solid 2px #000;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
  text-align: justify;
}

h1 {
  margin: 0.35rem 0rem 0.35rem;
  padding-left: 1rem;
  font-size: 1.7em;
  line-height: 1.1em;
}

h1:before {
  content: "\25A0";
  display: inline-block;
  font-size: 0.7em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -1rem;
}

h1 span {
  font-size: 0.7em;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h3 {
  font-size: 1.188em;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: normal;
}

h3 span {
  font-weight: bold;
}

ul {
  padding: 0px 0px 0.5rem 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 30px;
}

ul li:before {
  content: "\25A0";
  display: inline-block;
  font-size: 0.7em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -12px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem;
}

header section {
  background: #939598;
  padding: 0.75rem 0.75rem 0.3rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0.5rem 0.75rem 0.5rem;
}

article section {
  margin: 0 -0.75rem 0.35rem;
  padding: 0.35rem 0.75rem;
  background: #C1D0E0;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0.5rem 0.75rem 0.35rem;
  color: #FFF;
  background: #949599;
  border-top: 2px solid #000;
}

footer a {
  color: #FFF;
}

aside:first-of-type {
  float: left;
}

aside:last-of-type {
  float: right;
}

footer aside:first-of-type {
  padding-top: 0.3rem;
}

footer strong {
  font-size: 1.26em;
}

footer aside:last-of-type > a {
  padding-left: 0.8rem;
}

/* 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:549px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  body {
    font-size: 0.938em;
  }

  h1 {
    font-size: 1.8em;
    line-height: 0.9;
    margin: 0.35rem 0 0.5rem
  }

  p {
    text-align: left;
  }

  aside:first-of-type, aside:last-of-type {
    float: none;
    padding-bottom: 0.5rem;
  }

}

/* Ende Responsive */

/* Tin developer */
