@charset "utf-8";

@font-face {
  font-family: 'Camica';
  src: url('Camica.eot?#iefix') format('embedded-opentype'), url('../css/Camica.woff') format('woff'), url('../css/Camica.ttf')  format('truetype'), url('../css/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.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 606px;
  min-width: 200px;
  margin: 1rem auto;
  border: solid 1px #000;
  background: #003F6B;
  overflow: hidden;
  padding: 1rem 1.25rem 0.5rem;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem 0rem 0rem -2rem;
  padding: 3rem 0 0;
  font-size: 3.15em;
  line-height: 1em;
  font-family: 'Camica', Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #C71E44;
}

h1 span {
  font-size: 0.5em;
}

h2 {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 0.2rem;
}

h3 {
  font-size: 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 0rem 1rem 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 11px;
  position: relative;
  z-index: 4;
}

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

/* 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 {
  padding-bottom: 0;
  position: relative;
  margin-bottom: -0.5rem;
  font-size: 1.45em;
  line-height: 1.3;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0rem;
}

section {
  width: 276px;
  float: left;
}

section:last-of-type {
  float: right;
  width: 266px;
  position: relative;
}
section:last-of-type ul:last-of-type{
  line-height: 1.45;
}
section:last-of-type:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -15px;
  width: 1px;
  height: 96%;
  background: #fff;
}

article > aside {
  background: url('../images/bg.jpg') no-repeat;
  height: 155px;
  margin: 0.7rem -1.25rem 0.2rem;
}

article > aside p {
  color: #013C69;
  font-size: 1.35em;
  line-height: 1.2em;
}

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:0.8rem 0rem 0rem;
}

footer aside {
 width: 200px;
position: absolute;
right: 0.5rem;
bottom: 0.85rem;
}

footer>p:first-of-type {
  padding-bottom: 0.4rem;
}

footer > aside p {
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: right;
  margin-top: -25px;
  color: #fff;
  padding: 0.5rem 1.5rem 0 0;
}


/* Ende Footer */

/* Responsive */
@media only screen and (max-width:605px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
    font-size: 0.938em;
    line-height: 1.4em;
  }

  header br, ul br, h1 br {
    display: none;
  }

  header p {
    margin-bottom: 1rem;
  }

  section, section:last-of-type {
    width: 100%;
    float: none;
  }
  section:first-of-type ul:last-of-type{
    padding-bottom: 0;
  }
  section:last-of-type:before {
    display: none;
  }

  article > aside {
    background: #E0DDD3;
    height: auto;
    padding: 1rem;
    margin: 0 -1rem 1rem;
    text-align: center;
  }

  article aside p {
    font-size: 1em;
  }

  h1 {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 1.7em;
  }

  h1 span {
    font-size: 0.7em;
  }

  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;
    padding: 0;
  }

  footer aside {
    width: 180px;
    position: static;
  }

  footer aside p {
    margin-top: 0rem;
    padding-right: 1rem;
  }

  footer>p:first-of-type {
    padding-bottom: 1rem;
  }

}

@media only screen and (max-width:270px) {
  h1 {
    font-size: 1.4em;
  }

  article aside p {
    font-size: 1.15em;
  }

}

/* Ende Responsive */
