@charset "utf-8";

@font-face {
  font-family: 'Aller';
  src: url('Aller-Bold.woff2') format('woff2'), url('Aller-Bold.woff') format('woff'), url('Aller-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aller';
  src: url('Aller-Regular.woff2') format('woff2'), url('Aller-Regular.woff') format('woff'), url('Aller-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Aller', Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 750px;
  min-width: 250px;
  margin: 1rem auto;
  border: solid 1px #282828;
  background: #fff url('bg.jpg') top left no-repeat;
  overflow: hidden;
  padding: 0rem;
  height: 465px;
}

p {
  padding-bottom: 1rem;
}

h1 {
  margin: 0rem;
  font-size: 2.5em;
  line-height: 0.8em;
  text-transform: uppercase;
  color: #FFF200;
}

h1 span {
  font-size: 0.5em;
  font-family: 'Aller', Arial, sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
}

h3 {
  font-size: 1.063em;
  line-height: 1.3em;
  margin-bottom: 0.25rem;
  padding-bottom: 0.1rem;
  position: relative;
  display: inline-block;
}

h3:before {
  content: '';
  width: 100%;
  border-bottom: 2px solid #FFF200;
  position: absolute;
  bottom: 0;
  left: 0;
}

h4 {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0.5rem 0rem 0.3rem;
  text-transform: uppercase;
  color: #FFF200;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 0.75rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 0.875rem;
  margin-bottom: 0.15rem;
}

ul li:before {
  content: "»";
  display: inline-block;
  font-size: 1.000em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -0.875rem;
}

/* 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 a:first-of-type {
  display: inline-block;
  width: 15.5%;
  height: 5%;
  position: absolute;
  top: 6%;
  right: 1.5%;
}

header a:last-of-type {
  display: none;
}

/* Ende Header */

/* Article */
article {
  padding: 2.875rem 0.3rem 0rem 1rem;
  width: 41%;
  font-size: 0.73em;
  line-height: 1.3em;
  color: #fff;
}

article section {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 0;
}

article section li span {
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}

article section li span:after {
  content: '';
  width: 100%;
  border-bottom: 2px solid #FFF200;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Ende Article */

/* Footer */
footer {
  color: #293941;
  padding: 0rem 0rem 0rem;
  position: absolute;
  bottom: 2.5rem;
  left: 61%;
  font-size: 1.65em;
  line-height: 1.3em;
  width: 37%;
}

footer p a {
  color: #127BC0;
  display: block;
  text-decoration: underline;
}

footer > a {
  display: inline-block;
  position: absolute;
  top: -0.65rem;
  right: 0;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:749px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
    padding: 1rem 0 0;
    background: #e2f3fa;
    max-width: 425px;
  }

  h1 {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  h2 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.6em;
    margin-bottom: 0.5rem;
  }

  header a:first-of-type {
    display: none;
  }

  header a:last-of-type {
    display: inline-block;
    margin: 1rem;
  }

  article {
    background: #356e99;
    font-size: 1em;
    width: 100%;
    padding-top: 1rem;
  }

  footer {
    background: #fef200;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1rem 0rem;
  }

  footer > a {
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
  }

  footer > a img {
    margin-bottom: -0.3rem;
  }

}

@media only screen and (max-width:370px) {
  article section {
    display: block;
    padding: 0 0 1rem;
  }

  article section ul {
    padding-bottom: 0;
  }

}

/* Ende Responsive */
