@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@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: 'Roboto', sans-serif;
  font-size: 0.875em;
  line-height: 1.2em;
}

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

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0 0 1.125rem 0;
  font-size: 3.75em;
  line-height: 1.1em;
  font-family: 'Camica', Arial, sans-serif;
  color: #C71E44;
  font-weight: normal;
}

h1 small {
  font-size: 0.8em;
  color: #013C69;
}

h2 {
  font-size: 1.125em;
  line-height: 1.3em;
  margin-bottom: 0;
  font-weight: bold;
}

h3 {
  font-size: 1.15em;
  line-height: 1.3em;
  margin-bottom: 0.35rem;
}

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

a:hover {
  text-decoration: underline;
}

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

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

li {
  padding-left: 13px;
  /* font-size: 1.063em; */
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.75em;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -13px;
  font-family: Arial, Helvetica, sans-serif;
}

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

/* Ende Standard */

/* Header */
header {
  padding: 0 0 0;
  font-size: 1.125em;
}

header p {
  padding-bottom: 0;
  position: relative;
  margin-bottom: -0.5rem
}

/* Ende Header */

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

section {
  width: 261px;
  position: relative;
  font-size: 1.0625em;
}

section ul:last-of-type {
  padding-bottom: 0rem;
}

section:before {
  content: '';
  position: absolute;
  top: 0;
  right: -26px;
  width: 1px;
  height: 100%;
  background: #fff;
}

article>aside {
  background: #013C69 url('bg.jpg') no-repeat;
  height: 180px;
  padding: 35px 0 0 1.75rem;
  margin: 2rem 0 0.125rem -1.5rem;
}

article>aside p {
  color: #013C69;
  font-size: 1.55em;
}

article>aside p,
h1 {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Ende Article */

/* Footer */
footer {
  padding: 0 0 0;
  width: 228px;
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  line-height: 1.3em;
}

footer aside {
  margin: 1rem 0 0 1rem;
}

footer p>strong {
  display: block;
  margin-bottom: 0.3rem;
}

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

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

}

/* Ende Footer */

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

  header br,
  ul br {
    display: none;
  }

  ul {
    margin-bottom: 1rem;
  }

  header p {
    margin-bottom: 1rem;
  }

  section {
    width: 100%;
  }

  section:before {
    display: none;
  }

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

  h1 {
    margin-left: 0;
    font-size: 3em;
  }

  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: 180px;
  }

}

/* Ende Responsive */