@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,900');

:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: 300;
}

#wrapper {
  position: relative;
  max-width: 427px;
  margin: 1rem auto;
  border: solid 2px #0074B8;
  border-bottom: solid 20px #0074B8;
  background-color: #fff;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.5rem;
}

a {
  color: #000;
  text-decoration: none;
}

p {
  padding-bottom: 0.2rem;
}

h1 {
  margin: 1rem 0rem 0rem;
  font-size: 1.5em;
  line-height: 1.1em;
  text-align: center;
  font-weight: 400;
}

h1 span {
  font-weight: 300;
  font-size: 0.6em;
}

h2 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 0;
  color: #D12314;
}

h3 {
  font-size: 3.55em;
  line-height: 1;
  margin: 1rem 0 0.5rem;
  text-align: center;
  color: #D12314;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
}

strong, h2 {
  font-weight: 500;
}

ul {
  padding: 0px 0px 8px 0px;
  list-style-image: url();
  list-style: none;
  font-size: 1.125em;
  line-height: 1.2;
}

li {
  padding-left: 16px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.000em;
  color: #0074B8;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -16px;
}

/* Hebt Float left/right auf */

/* Ende Standard */

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

aside>span {
  display: inline-block;
  position: relative;
}

header img {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Ende Header */

/* Article */
article {
  padding: 0rem 0 0rem;
  margin-bottom: 0.2rem;
}
article img{
  margin: 0.3rem 0 0.65rem;
}
article p a {
  color: #0074B8;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
}

/* 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: block;
  vertical-align: middle;
}

/* Responsive */
@media only screen and (max-width:427px) {
  #wrapper {
    border: none;
    margin: 0 auto;
  }

  body {
    font-size: 1em;
  }

  header img {
    position: static;
    margin-bottom: 0.75rem;
  }

  header aside>span {
    display: inline;
  }

  p {
    text-align: left;
  }
  h3{
    font-size: 2.5em;
  }
  header br {
    display: none;
  }

}

/* Ende Responsive */

/* Tin developer */
