@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: #1C1C1B;
  font: 0.9375em 'Roboto Condensed', sans-serif;
  line-height: 1.2em;
  text-align: left;
}

#wrapper {
  border: solid 1px #1C1C1B;
  overflow: hidden;
  position: relative;
  margin: 1rem auto;
  max-width: 735px;
  background: #fff;
  padding: 0rem 0rem 0rem;
}

a {
  color: #1C1C1B;
  text-decoration: none;
}

p {
  padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  margin: -14.125rem 0rem 3.5rem 0.1rem;
  padding: 0rem 0rem 0rem;
  font-size: 2.75em;
  line-height: 1.125em;
  text-align: center;
  position: relative;
  color: #fff;
  text-shadow: 4px 0px 7px #000;
}

h1 small {
  font-size: 0.55em;
  display: block;
  line-height: 1.2em;
}

h1 small span {
  font-size: 85%;
  display: block;
  margin-top: 0.5rem;
}

h2 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 0rem 0rem 0rem 0rem;
  color: #FF7D22;
}

h3 {
  font-size: 1em;
  line-height: 1.2em;
  padding: 1rem 0rem 0rem 0rem;
  font-weight: normal;
}

ul {
  padding: 0rem 0rem 1rem 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.35em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 0rem 0rem 0rem;
  position: relative;
}

header a {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 33%;
  height: 30%;
}

/* Ende Header */

/* Article */
article {
  padding: 0.5rem 1.5rem 0rem;
  position: relative;
}

article>aside {
  background: #DED7D5;
  padding: 1.125rem 0.75rem;
  margin: 0 -0.75rem 1rem;
  text-align: justify;
  word-spacing: 1px;
}

article section aside {
  float: left;
  width: 323px;
}

article>p:nth-of-type(1) {
  text-align: left;
}

article section aside:last-of-type {
  float: right;
  width: 349px;
}

article section aside:last-of-type img:first-of-type {
  margin-right: 0.5rem;
}

article section:nth-of-type(3) {
  margin-top: 1rem;
}

article section:nth-of-type(3) aside:nth-of-type(2) {
  margin: -1rem 0 1rem;
  text-align: right;
}

/* Ende Article */

/* Footer */
footer {
  padding: 1.5rem 1.5rem 0.5rem;
  background: #FF7D20;
  color: #fff;
}

footer section {
  background: #1C1C1B;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 1.15rem;
}

footer section span {
  position: relative;
  height: 50px;
  width: 212px;
  color: #fff;
  display: inline-block;
  padding: 0.125rem 0.5rem 0.35rem 1.5rem;
  font-size: 1.0625em;
  line-height: 1.5em;
}

footer section a:after {
  left: -50px;
  top: 0px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #1C1C1B;
  border-width: 25px;
  margin-top: 0px;
}

footer section a:hover {
  text-decoration: none;
}

footer a {
  color: #fff;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:733px) {
  #wrapper {
    min-width: 200px;
    border: none;
    margin: 0 auto;
    font-size: 0.938em;
  }

  p,
  article>aside {
    text-align: left;
  }

  article>aside {
    word-spacing: 0;
  }

  article section:nth-of-type(2) ul:nth-of-type(1) {
    padding-bottom: 0rem;
  }

  article section:nth-of-type(3) aside:nth-of-type(2) {
    margin: 1rem 0 1rem;
    text-align: right;
  }

  article section aside,
  article section aside:last-of-type {
    float: none;
    width: 100%;
  }

  h1 {
    color: #1C1C1B;
    margin: 0 0 1rem;
    font-size: 2.1em;
    text-shadow: none;
  }

  h3 {
    padding-top: 0;
  }

  article {
    padding: 0.5rem 1rem 0rem;
  }

  i br,
  article br {
    display: none;
  }

  article>img {
    position: static;
  }

  footer {
    padding: 1rem 1rem 4rem;
  }
}



/* 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;
}