
@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;
   text-align: justify;
}


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;
  margin: 0rem 0 0.625rem;
  text-align: center;
  color: rgb(51, 51, 51);
}
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: 150px;
}
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 section{
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
article aside{
  float: left;
  width: 45%;
}
article aside:last-of-type{
  margin-left: 10%;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0;
}

/* 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;
   }
   h1{
    margin-bottom: 0.5rem;
   }
   h1 br{
    display: none;
   }
  main{
    padding: 1rem 0 0rem;
  }
  footer section{
    padding: 1rem;
  }
} 
@media only screen and (max-width:630px){
  footer aside{
    height: 450px;
  }
}
@media only screen and (max-width:570px){
  footer aside{
    height: 400px;
  }
}
@media only screen and (max-width:500px){
  footer aside{
    height: 350px;
  }
}
@media only screen and (max-width:400px){
  footer aside{
    height: 275px;
  }
}
@media only screen and (max-width:320px){
  footer aside{
    height: 200px;
  }
}

@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 */