html {
  background-color: white;
}
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: 40px;
}
h3{
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 0px;
}
a{
  color: blue;
  transition: all .1s ease-in-out;
}
a:hover{
  color: red;
}
a img { /*sonst IE: Rahmen um Bilder als Links*/
    border: 0;
    outline: none;
}
header{
  margin: 50px 50px 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;
}
#lang_select{
  position: absolute;
  top: 5px;
  right: 50px;
  color: grey;
}
#lang_select a{
  text-decoration: none;
  color: grey;
}
#lang_select a:hover,
#lang_select a.current{
  color: black;
}
#main{
  margin: 15px 50px 50px; /*top right/left bottom*/
  padding: 0px;
}
.article1, .article2{
  display: inline-block;
  vertical-align: text-top;
  margin: 0px;
}
.article1{
  width: 55%;
  padding-right: 5%;
}
.article2{
  width: 39%;
}
ul{
  list-style-type: disc;
  padding-left: 17px;
}
ul ul{
  list-style-type: circle;
  padding-left: 25px;
}
#portrait{
  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;
}
#checklist-article ul{
  margin-top: 0px;
}
.textoption_bottom{
  display: none;
}


@media (max-width: 50em){
  .article1, .article2{
    display: block;
    width: 100%;
  }
  .textoption_bottom{
    display: inline;
  }
  .textoption_side{
    display: none;
  }
}
@media (max-width: 38em){
  header,
  #main{
    margin-left: 25px;
    margin-right: 25px;
  }
  .square{
    height: 20px;
    width: 20px;
    top: -13px; /*(height+2xborder)/2*/
  }
  #square1{
    right: 100px;
  }
  #square2{
    right: 50px;
  }
  #square3{
    right: 0px;
  }
}
@media (max-width: 30em){
  h1{
    margin-bottom: 19px;
  }
  #slogan{
    margin-top: 13px;
  }
}
@media (max-width: 19em){
  h1{
    font-size: 160%
  }
}
