
@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:#3b3d40;
   font-family:'Roboto', Helvetica, Arial, sans-serif;
   font-size:0.875em;
   line-height:1.5em;
}

#wrapper {
   position:relative;
   max-width:930px;
   margin: 1rem auto;
   box-shadow: -0.5px 5px 15px #999;
   background-color:#fff;
   overflow:hidden;
   padding: 2rem 2rem 0;
}
a {
   color:#3b3d40;
   text-decoration:none;
}
p {
   padding-bottom: 1.5rem;
   text-align: justify;
}


h1 {
   margin: 0rem 0rem 1.5rem;
   font-size:1.95em;
   font-weight: 400;
   line-height:1.1em;
   color: #174a82;
}

h1 span {
   font-size:0.7em;
}

h2 {
   font-size:1.5em;
   line-height:1.2em;
   margin-bottom:0.5rem;
   font-weight: 400;
   text-transform: uppercase;
}
h3 {
   font-size:2.3em;
   color: #174a82;
   font-weight: 400;
   line-height:1;
   margin-bottom:1.25rem;
}
h4{
   font-size:1.25em;
   color: #174a82;
   font-weight: 400;
   line-height:1;
   margin-bottom:1.5rem;
}

ul {
   padding: 0px 0px 40px 25px;
   list-style-image:url(); 
   list-style:none;
}

li {
   padding-left:15px;
   padding-top: 8px;
}
ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.500em;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  float: left;
  top: 0px;
  margin-left: -15px;
}

/* Hebt Float left/right auf */

/* Ende Standard */


/* Header */
header {
  padding: 0rem;
}
header a img{
  width: 150px;
}
header aside{
  margin: 1.5rem -2rem;
}
/* Ende Header */

/* Article */
article {
  float: left;
  width: 570px;
  padding: 0rem;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem;
  float: right;
  width: 275px;
}
footer aside {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #EBECF1;
}
footer aside a{
  display: inline-block;
  width: 100%;
  padding: 12px 26px;
  background:#174a82;
  color: #FFF;
  text-align: center;
}
footer aside a span{
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url('icon1.jpg') no-repeat top left;
  vertical-align: -2px;
}
footer aside a:hover{
  box-shadow: 0 .1em .2em rgba(0,0,0,.2);
  background: #eaecf1;
  color: #1d1d1b !important;
  text-decoration: none;
}
footer aside a:hover span{
  background: url('icon2.jpg') no-repeat top left;
}
footer section{
  padding: 5px;
  border: 2px solid #EBECF1;
  margin-bottom: 1.5rem
}
/* 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:930px) {
   #wrapper {
      max-width: 750px;
      padding: 1rem 1rem;
   }
   article{
    float: none;
    width: 100%;
   }
   footer {
    float: none;
    width: 100%;
   }
   footer section,
   footer aside{
    width: 275px;
   }
   p {
    padding-bottom: 1rem;
    text-align: left;
   }
   ul{
    padding-bottom: 16px;
    padding-left: 10px;
   }
   h2{
    font-size: 1.3em;
   }
  i br{
    display: none;
  }
}
@media only screen and (max-width:600px) {
   #wrapper {
      border:none;
      margin: 0 auto;
   }
/* Ende Responsive */
/* Tin developer */