@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');
  font-weight: normal;
  font-style: normal;
}

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #fff;
  font: 1em Helvetica, Arial, sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 550px;
  margin: 1rem auto;
  border: 1px solid #000;
  background: #003F6A;
  overflow: hidden;
  padding: 1rem 1.5rem 0.5rem;
  text-align: left;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0.5rem;
  font-size: 2.7em;
  line-height: 1em;
  color: #C71E44;
  font-family: 'Camica', sans-serif;
  font-weight: normal;
}

h1 span {
  font-size: 0.4em;
  color: #003F6A;
}

h1+span {
  display: block;
}

h1, h1+span {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

h2 {
  font-size: 1.15em;
  line-height: 1.2em;
  margin-bottom: 0rem;
}

h3 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0rem;
}

ul {
  padding: 0rem 0rem 0.75rem 0.5rem;
  list-style: none;
}

li {
  padding-left: 0.9rem;
}

li:before {
  content: "\2022";
  display: block;
  font-size: 1.3em;
  line-height: 1;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -0.9rem;
}

i {
  font-style: normal;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Header */
header {
  padding: 0rem;
  font-size: 1.1em;
  position: relative;
  margin-bottom: -2rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem;
}

article>aside {
  background: #003F6A url('bg.jpg') no-repeat;
  height: 204px;
  margin: 0 -1.5rem;
  padding: 3rem 1rem 1rem 1rem;
  color: #003F6A;
  font-size: 1.3em;
  line-height: 1.2;
}

article section {
  float: left;
  width: 232px;
  position: relative;
}

article section:first-of-type:before {
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  width: 1px;
  height: 115%;
  background: #fff;
}

article section:last-of-type {
  float: right;
  width: 233px;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  position: absolute;
  right: 1rem;
  bottom: 1.4rem;
  width: 233px;
}

footer aside {
  text-align: right;
}

footer aside span {
  position: relative;
  display: block;
  font-size: 0.7em;
  margin-top: -1.5rem;
}

/* Ende Footer */
@media only screen and (max-width:549px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 1rem;
  }

  p {
    text-align: left;
  }

  i br {
    display: none;
  }

  header {
    margin: 0;
  }

  article section, article section:last-of-type {
    float: none;
    width: 100%;
  }

  article>aside {
    background: #F4F3EF;
    margin: 0.35rem 0 1rem -1rem;
    padding: 1rem;
    height: auto;
  }

  h1, h1+span {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  h1 {
    font-size: 2em;
  }

  footer {
    position: static;
    width: 100%;
  }

}
