@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #3E3E3F;
  font: 1em 'Roboto Condensed', sans-serif;
  line-height: 1.3;
}

#wrapper {
  position: relative;
  max-width: 690px;
  margin: 1rem auto;
  border: solid 1px #3E3E3F;
  background: #fff url('bg.jpg') no-repeat left top;
  overflow: hidden;
  padding: 2rem 2rem 0rem;
  text-align: left;
}

a {
  color: #3E3E3F;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem;
  font-size: 3.4em;
  line-height: 1.1em;
}

h1 small {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
  color: #EF7100;
}

h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 0rem 0rem 0.25rem 0rem;
}

h3 small {
  font-size: 0.7em;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style: none;
}

li {
  padding-left: 0.6rem;
}

/*25A0 - square / 2010 - dash / 2212 - long dash*/
li:before {
  content: "\2010";
  display: inline-block;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
  float: left;
  top: -6px;
  margin-left: -0.6rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 3.25rem;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.2;
}

header hr {
  width: 89%;
}

header p {
  font-size: 1.063em;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0rem 0.35rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 1rem 2rem 0.5rem;
  margin: 0 -2rem;
  background: #3E3E3F;
  color: #fff;
  position: relative;
}

footer>a img {
  position: absolute;
  right: 2rem;
  top: -2.25rem;
}

hr {
  border: none;
  background: #fff;
  height: 1px;
  width: 100%;
  margin: 0rem 0rem 0.5rem;
  text-align: left;
}

footer a {
  color: #fff;
}

footer aside {
  position: absolute;
  right: 2rem;
  bottom: 0.5rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:689px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 0.8rem;
    background: #fff;
  }

  i br {
    display: none;
  }

  header {
    background: #EF7100;
    margin: -0.8rem -0.8rem 0.8rem;
    padding: 0.8rem;
    font-size: 1.2em;
    line-height: 1.3;
  }
  h1{
    font-size: 2.1em;
    margin: 0.5rem 0;
  }
  footer>a img, footer aside{
    position: static;
  }
}

/* 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;
}
