@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #fff;
  font: 0.813em 'Roboto Condensed', sans-serif;
  line-height: 1.5em;
  text-align: left;
}

#wrapper {
  border: solid 1px #000;
  overflow: hidden;
  position: relative;
  margin: 1rem auto;
  max-width: 875px;
  background: #123478 url('bg.jpg') no-repeat top;
  padding: 0rem 0rem 0rem;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  padding-bottom: 0.1rem;
}

h1 {
  margin: 0rem 0rem 3rem 0rem;
  padding: 0.3rem 0.75rem 0.3rem;
  font-size: 3.15em;
  line-height: 1.1em;
  background: #123478;
}

h1 small {
  font-size: 0.55em;
}

h2 {
  font-size: 1.55em;
  line-height: 1.2em;
  padding: 0.3rem 0.75rem;
  background: #123478;
}

ul {
  padding: 0rem 0rem 0.5rem 0rem;
  list-style: none;
}

li {
  padding-left: 1rem;
}

/* >  003e - 25A0 - square / 2010 - dash (Dau -) / 2212 - long dash  (Dau -) / 25B6 - triangle*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/
main {
  display: block;
  margin: 0.75rem 0 1rem 14rem;
}

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0rem;
}

header img {
  display: none;
}

/* Ende Header */

/* Article */
article {
  padding: 2.35rem 0rem 0rem;
}

article small {
  font-size: 0.975em;
  line-height: 1.2;
  display:block;
}

article strong {
  font-size: 1.55em;
  line-height: 1.2;
}

h1, section, article>aside:first-of-type {
  box-shadow: 6px 4px 7px 3px #383531;
  -moz-box-shadow: 6px 4px 7px 3px #383531;
  -webkit-box-shadow: 6px 4px 7px 3px #383531;
}

section {
  color: #163578;
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 0.5rem 0.75rem 1rem;
  margin: 0rem 0 5rem;
}

section aside {
  width: 48%;
  position: relative;
}

section aside:last-of-type p:last-of-type {
  position: absolute;
  left: 0;
  bottom: -0.25rem;
}

article>aside:first-of-type {
  padding: 0.5rem 0.75rem;
  background: #123478;
  margin-bottom: 1.5rem;
}

article>aside:first-of-type img {
  height: 14px;
  vertical-align: -2px;
}

article>aside:last-of-type {
  text-align: center;
  width: 100px;
  border-radius: 6px;
  position: absolute;
  left: 0.75rem;
  bottom: 4.5rem;
  background: #163578;
}

article>aside:last-of-type a {
  display: inline-block;
  margin: 0.5rem 0 0.25rem;
}

article>aside:last-of-type span {
  display: block;
  font-size: 0.813em;
}

article>aside:last-of-type span:nth-of-type(2) {
  background: #fff;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  display: flex;
  justify-content: space-between;
  background: #123478;
  color: #fff;
  font-size: 1.4em;
}

footer strong:first-of-type {
  display: inline-block;
  margin-top: 0.5rem;
}

footer span {
  background: #D42728;
  display: inline-block;
  font-family: "Times New Roman", sans-serif;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem 0.5rem;
  font-size: 1.3em;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:874px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    background: #fff;
    font-size: 0.938em;
  }

  main {
    margin: 0;
  }

  h1 {
    font-size: 2.3em;
  }

  h1, section {
    margin-bottom: 1.5rem;
  }

  header img {
    display: block;
  }

  section p small br {
    display: none;
  }

  article {
    padding-top: 0;
  }

  article>aside:last-of-type {
    position: static;
    margin: 0 0.75rem 0.75rem;
  }

}

@media only screen and (max-width:449px) {
  section {
    display: block;
  }

  section aside {
    width: 100%;
  }

  h1 {
    font-size: 1.9em;
  }

  section aside:last-of-type p:last-of-type {
    position: static;
    margin-top: 1rem;
  }

}

@media only screen and (max-width:335px) {
  footer {
    font-size: 1.2em;
  }

}

@media only screen and (max-width:300px) {
  footer, footer strong {
    display: block;
  }

  footer strong {
    margin-bottom: 0.75rem;
  }

}

/* Ende Responsive */
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
