
body, html, #container {
  margin: 0;
  padding: 0;
  background-color: #dbdbdb;
}

* {
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, div, th, td, li, input, textarea {
  font-family: "Arial narrow", Arial, Geneva, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

h1 {
  font-size: 20px;
  font-weight: 100;
  margin: 28px 0 0 0;
}


h1>span {
  background: url("/images/rot.gif") 0 21px repeat-x;
  height: 30px;
  display:inline-block
}


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

p {
  margin-top: 8px;
}

a, a:active, a:hover, a:visited {
  color: #e55c37;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
  vertical-align: top;
  empty-cells: show;
  padding: 5px;
}

td.lautsprecher {
  width: 24px;
}

#navigation,
.betreff {
  visibility: hidden;
  display: none;
}

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

html.sb-active #mobilemenu {
    background-image: url(/images/Menu_Close.png);
}

.mobiltop {
  width: 100%;
  height: auto;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
}

.mobiltop a,
.mobiltop a:visited,
.mobiltop a:active,
.mobiltop a:hover {
   color: white;
   text-decoration: none;
   font-weight: normal;
}

#sb-site, .sb-site-container {
  background-color: #dbdbdb;
}

.sb-right {
  background-color: white;
}

.sb-right ul {
  list-style-position: inside;
  padding: 0;
  margin: 40px 0 0 0;
}

.sb-right li {
  line-height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid #e55c37;
  list-style-type: none;
  text-align: left;
}

.sb-right li a {
  display: inline-block;
  color: #333;
  padding: 0 0 0 30px;
  text-decoration: none;
}

.sb-right li.last {
  border-bottom: none;
}

.sb-right li.hasChildren > a {
    width: calc(100% - 80px);
    margin-right: 0;
}

.sb-right li.hasChildren > .subnavToggle {
    display: inline-block;
    vertical-align: middle;
    background: url(/images/arrow-right.png) no-repeat center center;
    background-size: 15px 20px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.sb-right li.hasChildren.open .subnavToggle {
    background-image: url(/images/arrow-down.png);
    background-size: 20px 15px;
}

.sb-right li > ul {
    margin-top: 0;
    display: none;
}

.sb-right li.current > ul {
    display: block;
}

.sb-right li > ul > li {
    font-size: 16px;
    border-bottom: 0;
    border-top: 1px solid white;
    text-transform: none;
}

.sb-right li > ul > li:first-child {
    border-top: 2px solid white;
}



.sb-right .aktiv a,
.sb-right .aktiv a:visited,
.sb-right .aktiv a:active,
.sb-right .aktiv a:hover {
   color: #de5935;
}

#container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #dbdbdb;
  /*background: url(/images/rp_hggelb_wellen.jpg) no-repeat top left;*/
}

#kopf {
  position: relative;
  width: calc(100% - 20px);
  height: auto;
  min-height: 100px;
  margin: auto;
  padding-top: 10px;
}

#kopf img {
  width: 30%;
  height: 30%;
  max-width: 240px;
  max-height: 240px;
  float: left;
  margin-right: 10px;
}

#inhalt {
  width: calc(100% - 20px);
  clear: left;
  height: auto;
  margin: auto;
}

.rechteSpalte>ul {
  list-style-position: inside;
}

.linkeSpalte,
.rechteSpalte {
  clear: both;
  width: 100%;
  padding: 0 0 10px 0;
}

.linkeSpalte > p {
  margin-top: 10px;
}

.td-beschriftung {
  width: 30%;
  max-width: 240px;
  padding: 5px 0;
  text-align: right;
}

.audio,
.audioAn {
  background-image: url("/images/lautsprecher.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  margin: 0;
  padding: 0;
}

.audioAn {
  background-image: url("/images/lautsprecherAn.png");
}

.clearfix {
  position: relative;
  content: ".";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

/* Formular */
.formular {
  border-collapse: collapse;
  width: calc(100% - 10px);
}

.formular tr {
  margin: 0;
  padding: 0;
}

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

.rot {
  color: #e55c37;
}
.required {
  font-weight: bold;
}

input, textarea {
  margin: 0;
  padding: 2px;
}

.inputNormal {
  width: 100%;
  height: 25px;
  border: 1px solid black;
  border-bottom: none;
}

.textfeld {
  width: 100%;
  border: 1px solid black;
  height: 60px;
}

.submit {
  background-color: white;
  color: black;
  border: 1px solid black;
}

#fuss {
  position: relative;
  height: auto;
  margin: auto;
  padding: 0;
  width: calc(100% - 20px);
  font-size: 0.7em;
  color: #545559;
}

#fuss a, #fuss a:visited, #fuss a:active, #fuss a:hover {
  color: #545559;
  text-decoration: none;
}

#fuss a:hover {
  text-decoration: underline;
}