@charset "utf-8";

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font: 0.938em "Times New Roman", Times, serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 750px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #fff;
  overflow: hidden;
  padding: 3rem;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

a u {
  color: #0000FF;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 1rem 0rem 1rem 0rem;
  font-size: 1.492em;
  line-height: 1.3em;
  font-family: Calibri, sans-serif;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 1rem 0rem;
}

h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 0rem 0rem 0.2rem 0rem;
}

ul {
  padding: 0rem 0rem 0rem 0rem;
  list-style: none;
}

li {
  padding-left: 2.5rem;
  padding-bottom: 1rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 2.25rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  font-size: 0.813em;
  line-height: 1.3;
}

header aside {
  float: left;
  width: 272px;
}

header aside small {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.4em;
}

header aside:last-of-type {
  float: right;
  width: 249px;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 2rem 0rem 0rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:749px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
  }

  li {
    padding-left: 1rem;
  }

  header {
    padding: 0;
  }

  header aside, header aside:last-of-type {
    float: none;
    width: 100%;
  }

}

/* Ende Responsive */
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
