@charset "utf-8";

/* Standard */
@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;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.063em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 560px;
  margin: 1rem auto;
  border: solid 2px #336699;
  background-color: #fff;
  overflow: hidden;
  padding: 0.5rem 0.75rem;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.5rem;
}

h1 {
  font-size: 1.55em;
  line-height: 1.1em;
  margin: 0.25rem -1rem 0.35rem;
  padding: 0.3rem 1rem 0.5rem 2.5rem;
  color: #fff;
  background: #357DAE;
}

h1 span {
  font-size: 0.7em;
}

h1:before {
  content: "\25A0";
  display: inline-block;
  font-size: 1.2em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: -3px;
  margin-left: -25px;
}

h2 {
  font-size: 1.313em;
  line-height: 1.2em;
  margin-bottom: 0;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}

ul {
  padding: 0px 0px 8px 0px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 12px;
}

ul li:before {
  content: "\2212";
  display: inline-block;
  font-size: 1.000em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -12px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

/* Header */
header {
  padding: 0rem;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem;
}

article p:nth-of-type(1) {
  color: #357DAE;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  position: relative;
}

footer strong {
  font-weight: 900;
  font-size: 1.1em;
}

footer img {
  position: absolute;
  bottom: 2px;
  right: 10px;
  width: 145px;
}

/* 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:459px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  h1 {
    font-size: 1.3em;
  }

  p {
    text-align: left;
  }

  i br, h1 br {
    display: none;
  }

  footer {
    padding-top: 0;
  }

  footer img {
    position: static;
    margin-top: 1rem;
  }

}

/* Ende Responsive */

/* Tin developer */
