@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
}
html {
  min-height: 100%;
}
body {
  color: #231F20;
  font: 400 1em/1.4 'Roboto', Arial, sans-serif;
}
#wrapper {
  border: solid 1px #555555;
  overflow: hidden;
  position: relative;
  margin: 1rem auto;
  max-width: 910px;
}
:is(a:link, a:visited, a:hover, a:active) {
  color: #636366;
  text-decoration: none;
}
h1, h2, footer > p strong {
  font-weight: 900;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  padding-bottom: 0.6rem;
}
h1 {
  margin: 0.5rem 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-transform: uppercase;
}
h1 small {
  font-size: 0.75em;
  display: block;
  line-height: 1.5em;
  text-transform: none;
  font-weight: 700;
}
h1 span {
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  text-transform: none;
}
h2 {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 0.25rem 0 0.35rem;
  color: #015AAA;
  text-transform: uppercase;
}
ul {
  padding: 0 0 0.25rem;
  list-style: none;
}
li {
  padding: 0 0 0.625rem;
}
ul li:before {
  content: "";
  background: #fff url('../images/kreis.jpg') no-repeat;
  width: 15px;
  height: 16px;
  float: left;
  margin: 4px 0 0 -1.4rem;
}
main {
  display: flex;
  justify-content: space-between;
}
header {
  padding: 3rem 2rem 0 6rem;
  width: 428px;
  background: url('../images/bgh.jpg') top left no-repeat;
  height: 320px;
}
header :is(p, h1) {
  color: #fff;
}
header p {
  padding: 0.25rem 0 0.75rem;
  line-height: 1.25;
}
header img {
  display: block;
}
article {
  padding: 1rem 0.75rem 0.5rem 2rem;
  background: #FFF;
  width: 464px;
}
article p:first-of-type {
  color: #015AAA;
  margin-top: -0.35rem;
}
figure img {
  display: block;
}
figure {
  margin: -0.2rem 0 0.5rem 0;
  display: flex;
  justify-content: flex-end;
}
footer > p {
  display: block;
  position: relative;
  background: #005BAC url('../images/bg.jpg') no-repeat;
  padding: 0.25rem 13.25rem;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: right;
}
footer > p strong :is(a:link, a:visited, a:hover, a:active) {
  color: #fff;
  letter-spacing: 1px;
}
footer section {
  background: #ECECEE;
  width: 428px;
  position: absolute;
  left: 0;
  bottom: 2.6rem;
  padding: 1.75rem 3rem 0.3rem;
  margin-bottom: 0.6rem;
}
footer section p {
  padding-bottom: 0.5rem;
  line-height: 1.37em;
  color: #636366;
}
footer section p:last-of-type {
  padding: 0 0 2rem;
}
footer section img {
  margin-bottom: 1rem;
}
@media only screen and (max-width:909px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }
  article {
    flex: 1;
    width: auto;
  }
  footer > p {
    padding: 0.5rem 1.25rem;
    text-align: center;
  }
}
@media only screen and (max-width:780px) {
  small, span {
    display: inline-block;
  }
  h2 {
    font-size: 1.3em;
  }
  figure {
    display: none;
  }
  header {
    height: auto;
    width: auto;
    background: #015AAA;
    padding: 1rem 1rem;
  }
  main {
    flex-direction: column;
  }
  article {
    padding: 1rem 1rem;
  }
  li {
    padding-left: 1.5rem;
  }
  footer section {
    position: static;
    padding: 1rem 1rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer section p {
    text-align: center;
  }
}