@charset "utf-8";

@font-face {
  font-family: 'Camica';
  src: url('Camica.eot?#iefix') format('embedded-opentype'), url('Camica.woff') format('woff'), url('Camica.ttf')  format('truetype'), url('Camica.svg#Camica') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.938em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 545px;
  min-width: 200px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #013C69;
  overflow: hidden;
  padding: 1.5rem 0.8rem 0;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 0.4rem -0.5rem;
  font-size: 3.2em;
  line-height: 1.1em;
  font-family: 'Camica', Arial, sans-serif;
  color: #C71E44;
}

h1 small {
  font-size: 0.8em;
  color: #013C69;
}

h2 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
}

h3 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 2rem 1rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.4em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0rem 0rem;
}

header p {
  font-size: 1.1em;
  position: relative;
  margin-bottom: -1rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

section {
  width: 290px;
  position: relative;
  padding-right: 1.2rem;
}

section:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

article aside {
  background: #013C69 url('bg.jpg') no-repeat;
  height: 168px;
  padding: 34px 0 0 1.4rem;
  margin: 1.5rem 0 2rem -1rem;
}

article aside p {
  color: #013C69;
  font-size: 1.3em;
}

article aside p, h1 {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
  position: absolute;
  right: 10px;
  bottom: 2px;
  font-size: 0.9em;
  line-height: 1.3em;
}

footer>p:first-of-type {
  padding-bottom: 1.9rem;
}

footer aside p {
  font-size: 0.85em;
  line-height: 1.3em;
  text-align: right;
  margin-top: -18px;
  padding-right: 1rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:564px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
    font-size: 0.938em;
  }

  header p {
    margin-bottom: 1rem;
  }
  section{
    width: 100%;
  }
  section:before{
    display: none;
  }
  article aside {
    background: #E0DDD3;
    height: auto;
    padding: 1rem 1rem 0rem 1rem;
    margin: 0 0 1rem -1rem;
  }

  h1 {
    margin-left: 0;
    font-size: 2em;
  }

  article aside p {
    line-height: 1.3em;
  }

  article aside p, h1 {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }

  footer {
    position: static;
  }

  footer aside {
    width: 200px;
  }
  section br{
    display: none;
  }
  ul{
    padding-right: 0;
  }
}
@media only screen and (max-width:320px) {
  h1{
    font-size: 1.5em;
  }
}
/* Ende Responsive */
