@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

/* Standard */

/* 'Roboto Condensed' */:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #333;
  font-family: Hind, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 782px;
  margin: 1rem auto;
  border: solid 1px #eee;
  background-color: #fff;
  overflow: hidden;
  padding: 0.5rem 1rem 1rem;
}

a {
  color: #3caaaa;
  text-decoration: none;
}

i {
  color: #3caaaa;
}

a:hover {
  color: #287171;
}

p {
  padding-bottom: 0.625rem;
}

h1 {
  margin: 0rem 0rem 0rem;
  font-size: 1.692em;
  line-height: 1.1em;
  font-weight: 500;
  color: #333;
}

h1 span {
  font-size: 0.7em;
}

h2 {
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.625rem;
}

h3 {
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 900;
  color: #ff0000;
  margin: 0rem 0 0.625rem;
}

ul {
  padding: 0px 0px 12px 25px;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 15px;
  padding-bottom: 2px;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3500em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -15px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0.625rem 0 1rem;
  border-bottom: 1px solid #dedede;
}

header section {
  text-align: center;
  margin-bottom: 2rem;
}

header section img {
  width: 200px;
}

header h1 {
  float: left;
}

header aside {
  float: right;
}

footer a,
header aside a {
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  border: 0;
  letter-spacing: .07rem;
  padding: .65em 1.35em .45em;
  color: #fff;
  background-color: #3caaaa;
  font-weight: 600;
  text-align: center;
  border-radius: 2px;
}

footer a:hover,
header aside a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f8484;
}

/* Ende Header */
main {
  display: block;
  padding: 1.5rem 1rem 0;
}

/* Article */
article {
  padding: 0rem 0 0.75rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.25rem;
}
article>p:nth-of-type(2) {
  padding-bottom: 1.75rem;
} 
article section {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}

article aside {
  float: left;
  width: 40%;
}

article aside:last-of-type {
  margin-left: 10%;
}

/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0;
}

footer aside {
  overflow: hidden;
  margin:0 1rem 1rem;
  text-align: center;
}

/* Ende Footer */
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

i {
  font-style: normal;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Responsive */
@media only screen and (max-width:781px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    padding: 0.75rem 1rem;
  }

  p {
    text-align: left;
  }

  ul {
    padding-left: 10px;
  }
  i br,
  h1 br {
    display: none;
  }

  main {
    padding: 1rem 0 0rem;
  }
  footer aside img{
    max-width: 100%;
  }
}


@media only screen and (max-width:585px) {
  header h1 {
    float: none;
    font-size: 1.6em;
    margin-bottom: 1rem;
  }

  header aside {
    float: none;
  }

  article aside {
    float: none;
    width: 100%;
  }

  article aside:last-of-type {
    float: none;
    margin-left: 0;
  }

}

/* Ende Responsive */

/* Tin developer */
