@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 595px;
  margin: 1rem auto;
  border: solid 2px #7F7F7F;
  background-color: #fff;
  overflow: hidden;
  padding: 1.5rem 0 0rem;
}

a {
  color: #000;
  text-decoration: none;
}

a u {
  color: #154A7E;
}

p {
  padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  margin: 0.75rem 0rem 0.375rem;
  font-size: 1.65em;
  line-height: 1.1em;
  color: #104B80;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
}

h1+p {
  text-align: center;
  padding-bottom: 0.4rem;
  word-spacing: 2px;
}

h1 span {
  font-size: 0.6em;
  display: block;
}

h2 {
  font-size: 1.063em;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.7em;
  line-height: 1.3;
  margin: 0 -1rem 0.8rem;
  color: #7F7F7F;
  text-align: center;
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 1.45em;
  line-height: 1.3;
  letter-spacing: 1.5px;
  margin-bottom: 1.125rem;
  text-align: center;
  font-weight: normal;
  color: #7F7F7F;
}

h4 span {
  color: #000;
  font-size: 0.65em;
  /* display: block; */
  font-weight: bold;
  padding-top: 0.5rem;
}

ul {
  padding: 0px 0px 14px 18px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 20px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.3500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -20px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem 0 0rem;
  position: relative;
}

header a {
  position: absolute;
  top: 0%;
  left: 22%;
  width: 58%;
  height: 100%;
}

/* Ende Header */

/* Article */
article {
  padding: 1rem 2rem 0.35rem;
}

article>p:first-of-type {
  word-spacing: -0.7px;
}

article img {
  vertical-align: -3px;
}

article a u {
  color: #154B7F;
}

article>p:last-of-type {
  padding-bottom: 0.35rem;
}

article>p:last-of-type a {
  margin-left: 0.3rem;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  text-align: center;
}

footer aside {
  color: #FFF;
  background: #104B80;
  padding: 0.35rem 1rem;
}

footer a {
  color: #FFF;
}

footer p {
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.125em;
  padding-top: 0.3rem;
}

footer p strong {
  display: inline-block;
  font-size: 1.112em;
  margin-bottom: 0.2rem;
}

/* Ende Footer */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:570px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding-top: 0;
  }

  p {
    text-align: left;
  }

  article>p:first-of-type {
    word-spacing: 0;
  }

  h1 {
    letter-spacing: 0px;
  }

  h3 {
    font-size: 1.45em;
    margin: 0 0 0.8rem;
  }

  i br {
    display: none;
  }

  article {
    padding: 1rem 1rem 0.35rem;
  }

  ul {
    padding-left: 5px;
  }

  li {
    padding-left: 15px;
  }

  ul li:before {
    margin-left: -15px;
  }

}

/* Ende Responsive */

/* Tin developer */