/*html {
}
body {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: normal;
  margin: 0px;
}
h1{
  margin-top: 0px;
  font-weight: bold;
  font-size: 180%;
}
h2{
  color: #669900;
  font-weight: bold;
  font-size: 140%;
}
h3{
  font-weight: bold;
  font-size: 100%;
}
a{
  text-decoration: none;
  color: #90D000;
}
p.date{
  font-size: 80%;
  font-style: italic;
  text-align: right;
  margin-top: -10px;
}
#menu,
aside,
#backToTop,
.navicon,
#top p,
#logokurz{
  display: none !important;
}
header{
  position: absolute;
  right: 0px;
  top: 60px;
  margin: 0px;
  padding: 0px;
}
#main{
  margin-top: 25px;
}
*/








#lang_select,
.return{
  display: none;
}
body {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: normal;
  line-height: 1.5;
  margin: 0px;
}
h1{
  margin: 0px;
  font-weight: bold;
  font-size: 180%;
}
#slogan{
  font-weight: bold;
  font-size: 140%;
  margin: 0px;
}
h2{
  font-weight: bold;
  font-size: 120%;
  margin-top: 3em;
}
a{
  color: blue;
}
a img { /*sonst IE: Rahmen um Bilder als Links*/
    border: 0;
    outline: none;
}
header{
  margin: 20px 30px 0px;
}
#headline{
  border: none;
  border-top: 3px solid black;
  height: 1px;
}
#designcontainer{
  position: relative;
}
.square{
  border: 3px solid black;
  height: 30px;
  width: 30px;
  z-index: +1;
  position: absolute;
  top: -18px; /*(height+2xborder)/2*/
}
#square1{
  background: #C4D79B;
  right: 140px;
}
#square2{
  background: #92CDDC;
  right: 70px;
}
#square3{
  background: #FDFB3B;
  right: 0px;
}
#main{
  margin: 15px 30px 50px; /*top right/left bottom*/
  padding: 0px;
}
ul{
  list-style-type: disc;
  padding-left: 17px;
}
ul ul{
  list-style-type: circle;
  padding-left: 25px;
}
#article2{
  display: block;
  position: relative;
}
#portrait{
  display: block;
  position: absolute;
  top: 0px;
  left: 20em;
  width: 150px;
}
#adressblock p{
  margin-bottom: 0px;
}
#adressblock table,
#adressblock td{
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
#adressblock td:first-child{
  width: 3.8em;
}
.documents {
  margin: 0px;
  padding: 0px;
}
.documents li {
  background: url('../img/icons/datei.png') no-repeat top left;
  background-size: 23px 23px;
  margin: 0px;
  padding: 4px 0 20px 27px;
  list-style: none;
}
