@charset "utf-8";

/* Standard */
:root {
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  min-height: 100%;
}

body {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.3em;
}

#wrapper {
  position: relative;
  max-width: 700px;
  margin: 1rem auto;
  border: solid 1px #383838;
  background-color: #fff;
  overflow: hidden;
  padding: 0rem;
}
#wrapper:before {
  content: '';
  top: 0;
  height: 100%;
  left: 0;
  width: 10.5rem;
  position: absolute;
background: #93cede;
background: -moz-linear-gradient(top, #93cede 0%, #75bdd1 41%, #0091d1 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #93cede), color-stop(41%, #75bdd1), color-stop(100%, #0091d1));
background: -webkit-linear-gradient(top, #93cede 0%, #75bdd1 41%, #0091d1 100%);
background: -o-linear-gradient(top, #93cede 0%, #75bdd1 41%, #0091d1 100%);
background: -ms-linear-gradient(top, #93cede 0%, #75bdd1 41%, #0091d1 100%);
background: linear-gradient(to bottom, #93cede 0%, #75bdd1 41%, #0091d1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#0091d1', GradientType=0 );

}
p {
  padding-bottom: 1.2rem;
}

h1 {
  margin: 0rem 0rem 0rem;
  font-size: 1.752em;
  line-height: 1.2em;
}
h1 small {
  font-size: 0.9em;
}
h1 span {
  display: block;
  line-height: 1.3em;
  font-size: 0.75em;
}

h2 {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

ul {
  padding: 0rem 0rem 1.2rem 0.1rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.2rem;
}

ul li:before {
  content: "\2022";
  display: inline-block;
  font-size: 1.400em;
  position: relative;
  float: left;
  top: -1px;
  margin-left: -1.2rem;
}

/* Hebt Float left/right auf */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

/* Ende Standard */

/* Header */
header {
  padding: 0.5rem 1rem;
  background: #D7D7D7;
  position: relative;
}
header img {
  float: left;
}
header > a:last-of-type img {
  float: right;
  margin-top: 2.8rem;
}
/* Ende Header */

/* Article */
article {
  padding: 1rem 0rem 0rem;
}
article p {
  text-align: justify;
}
section {
  position: relative;
  padding-left: 11.5rem;
  padding-right: 1rem;
}
article section:nth-of-type(2) {
  background: #0091D1;
  padding: 1.6rem 0.8rem 1.6rem 12.6rem;
  color: #fff;
  margin-bottom: 0.8rem;
  margin-top: -0.5rem;
}
article section:nth-of-type(2) li {
  text-align: justify;
}
article section:nth-of-type(2) img {
  position: absolute;
  top: 0.3rem;
  left: 0.8rem;
}
section h2 {
  position: absolute;
  top: 0;
  left: 1rem;
  color: #fff;
  width: 8.5rem;
  text-align: right;
}
/* Ende Article */

/* Footer */
footer {
  padding: 0rem 0rem 0rem;
}
footer a {
  text-decoration: underline;
}
/* Ende Footer */

/* Responsive */
@media only screen and (max-width:699px) {
  #wrapper {
    border: none;
    margin: 0 auto;
    height: auto;
  }
  #wrapper:before {
    display: none;
  }
  header a:last-of-type img {
    margin-top: 1rem;
  }
  section {
    padding: 0rem 1rem;
  }
  article section:nth-of-type(2) {
    padding-left: 1rem;
  }
  article section:nth-of-type(2) img {
    float: left;
    position: static;
    margin-right: 0.5rem;
  }
  i br {
    display: none;
  }
  article p, article section:nth-of-type(2) li {
    text-align: left;
  }
  section h2 {
    color: #000;
    position: static;
    text-align: left;
    width: auto;
  }


}

/* Ende Responsive */
