html {
  font-size: 1.0em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #6b6c6f;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 1.2em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.2em;
}

a, a.active, a.visited, a.hover {
  color: #6b6c6f;
}

#container {
  margin: 0;
  padding: 30px;
  max-width: 900px;
}

#sidebar {
  float: left;
  width: 300px;
  position: fixed;
  margin-bottom: 70px;
}

.impressum h2 {
  margin: 50px 0 0 0;
}

.impressum p {
  margin-top: 5px;
}

#content {
  margin-left: 300px;
}

h1#heading {
  margin-top:16px;
}

h1#heading, .impressum h2 {
  margin-bottom: 16px;
}

h1#heading, #content h2, #content h3 {
  color: #ffa503;
}

h2.state {
  margin-top:16px;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ffa503;
}

.organization-type {

}

.organization-type h3 {
  margin-bottom: 0;
}

.organization-type h3 span {
  display: block;
  margin-top: 10px;
}

#content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content li {
  margin: 40px 0;
  font-size: 1.1em;
}

#content li p {
  margin: 0.8em 0;
}

#content li p.name{
  font-weight: bold;
}

.telegram, .en {
  font-style: italic;
}

.super {
  vertical-align: super;
  font-size: 50%;
}



@media only screen and (max-device-width : 768px) {

  #container {
    max-width: 90%;
  }

  #sidebar {
    float: none;
    width: 100%;
    position: relative;
  }

  #content {
    margin-left: 0;
  }
}
