body, h1, h2, h3, h4, h5, h6, p, div, th, td, li {
  font-size: 18px;
}

h1 {
  font-size: 36px;
  margin-top: -4px;
}

h1>span {
  background-position: 0 34px;
  height: 46px;
}

h2 {
  font-size: 20px;
  margin: 15px 0 5px 0;
  padding: 0;
}

td {
  padding: 5px 0;
}

#mobilemenu {
  top: 27px;
  right: 42px;
  margin: 8px 8px 8px 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: url(../images/Menutoggle.png) no-repeat;
  background-size: contain;
}

#container {
  position: relative;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding: 0;
}

#kopf {
  width: auto;
  max-width: 1000px;
  height: 200px;
  margin 0 auto;
  padding: 35px 0 35px 50px;
}

#kopf img {
  width: 220px;
  height: auto;
  float: left;
  margin-right: 20px;
}

#spaltenabschluss {
  clear: both;
  margin-left: 50px;
  width: 220px;
  height: 24px;
  background: url("/images/rot.gif") repeat-x;
}

#inhalt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 100px);
  min-height: 300px;
  margin: 0 auto;
  list-style: none;
  padding: 0 0 20px 0;
}

.linkeSpalte {
  width: 220px;
  margin: 0;
  text-align: right;
}

.rechteSpalte {
  width: calc(100% - 240px);
}

td.lautsprecher {
  width: 24px;
}

td.lautsprecherAnschrift {
  padding-top: 8px;
}

.td-beschriftung {
  width: 230px;
}


/* Formular */

.formular td {
  margin: 0;
  padding: 0 20px 0 0;
}

.inputNormal,
.textfeld {
  width: 300px;
}
