@charset "utf-8";

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

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

html {
  min-height: 100%;
}

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

#wrapper {
  position: relative;
  max-width: 545px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 2px #32779F;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}

main {
  display: block;
  background: url('bg.jpg') bottom left no-repeat;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 0rem;
  font-size: 1.18em;
  line-height: 1.1em;
  font-weight: normal;
}

h1 span {
  font-size: 0.6em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0;
  font-weight: normal;
  text-align: left;
}

h2 strong {
  color: #32779F;
}

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

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

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

li {
  padding-left: 1.3rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.3rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 2rem 2rem 0rem;
  text-align: right;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0.7rem 0rem;
  text-align: right;
}

article > p:last-of-type > span:nth-of-type(1){
  word-spacing: 2px;
}

article > p:last-of-type > span:nth-of-type(2){
  word-spacing: 4px;
}

article > p:last-of-type > span:nth-of-type(4){
  padding-right: 7.3rem;
}

article section {
  text-align: left;
  float: right;
  margin:0 -0.7rem 0.5rem 0;
  padding: 1.35rem 2.5rem 0.2rem;
  width: 366px;
  background: #32779F;
  color: #fff;
}

article section p:first-of-type {
  font-size: 1.2em;
  padding-bottom: 0.8rem;
}

article > p:first-of-type{
  color: #32779F;
}
article h2:nth-of-type(1){
  padding:  0.2rem 0 1.4rem 12.7rem;
}

article h2:nth-of-type(1) strong{
  font-size: 1.29em;
}


article h2:nth-of-type(2){
  padding:  0.2rem 0 0.5rem 11.7rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 1rem;
  background: #32779F;
  text-align: center;
  font-size: 0.9em;
}

footer, footer a{
  color: #fff;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:544px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
  }

  main {
  display: block;
  background: #fff;
}

header {
  padding: 1rem 1rem 0;
}

article {
  text-align: left;
}

article > p:last-of-type > span:nth-of-type(1),article > p:last-of-type > span:nth-of-type(2){
  word-spacing: 0;
}

article > p:last-of-type > span:nth-of-type(4){
  padding-right: 0rem;
}

article section {
  float: none;
  margin:0 0rem 0.5rem 0rem;
  padding: 1rem 1rem 0.2rem;
  width: 100%;
}

article h2:nth-of-type(1){
  padding:  1rem 0 1rem;
}

article h2:nth-of-type(2){
  padding: 0 0 1rem;
}

article > p:last-of-type br,article > p:last-of-type > span:nth-of-type(2) > span,
article > p:last-of-type > span:nth-of-type(3){
  display: none;
}


}

/* Ende Responsive */
