@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

:root {
  font-size: 16px;
}

/* Standard */
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #242021;
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: left;
  font-size: 1em;
}

#wrapper {
  border: solid 1px #231F20;
  overflow: hidden;
  position: relative;
  margin: 1rem auto;
  max-width: 815px;
  background: #fff;
  padding: 0rem 0rem 0rem;
}

a {
  color: #242021;
  text-decoration: none;
}

p {
  padding-bottom: 1rem;
  font-family: Arial, sans-serif;
}

h1 {
  margin: 0rem -4rem 2rem;
  padding: 0.75rem 4rem 0.75rem;
  font-size: 1.65em;
  line-height: 1.1;
  background: #4B66A2;
  text-align: center;
  color: #fff;
}

h1 small {
  font-size: 0.57em;
  display: block;
}

h2 {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0rem 0rem 1rem 0rem;
  color: #4B66A2;
  font-family: 'Source Sans Pro', sans-serif;
}

h3 {
  font-size: 1.3em;
  line-height: 1.2;
  padding: 0rem 0rem 0.75rem 0rem;
  text-align: center;
  margin-top: -0.35rem;
}

ul {
  padding: 0rem 0rem 1rem 0rem;
  list-style: none;
}

li {
  padding-left: 2.5rem;
}

/* >  003e - 25A0 - square / 2010 - dash (Dau -) / 2212 - long dash  (Dau -) / 25B6 - triangle*/
li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.35em;
  font-family:Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: -4px;
  margin-left: -1rem;
}

/* Ende Standard */

/*main*/

/*End main*/

/* Header */
header {
  padding: 2rem 4rem 0rem 4rem;
}

header a {
  float: left;
}

header a:last-of-type {
  float: right;
  padding-top: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 300px;
  color: #000;
}

header a:last-of-type span {
  display: block;
  font-size: 2.1em;
  line-height: 1.2;
  font-weight: 700;
  color: #4B66A2;
}

header a:last-of-type:hover {
  text-decoration: none;
}

figure {
  margin: 2rem -4rem 0;
}

figure img {
  display: block;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 4rem 2rem;
}

article span {
  color: #4B66A2;
  font-weight: bold;
  font-size: 1.2em;
  font-family: 'Source Sans Pro', sans-serif;
}

/* Ende Article */

/* Footer */
footer {
  padding: 2rem 6rem 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  background: #4B66A2;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2;
}

footer a {
  color: #fff;
}

footer aside {
  order: 2;
  width: 69%;
  display: flex;
  justify-content: space-between;
}

footer img {
  position: absolute;
  left: 4rem;
  bottom: 1.5rem;
}

/* Ende Footer */

/* Responsive */
@media only screen and (max-width:814px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    font-size: 0.938em;
  }

  header {
    text-align: center;
    padding: 1rem 1rem 0;
  }

  figure {
    margin: 1rem -1rem 0;
  }

  header a, header a:last-of-type {
    float: none;
    width: 100%;
    display: block;
    padding-right: 0;
  }

  article {
    padding: 0  1rem;
  }
  i br,
  article li br {
    display: none;
  }

  li {
    padding-left: 20px;
  }

  footer {
    padding: 1rem;
  }

  footer aside {
    display: block;
    width: 100%;
    order: 0;
  }

  footer img {
    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;
}
