html,
body {
  background: url(../../../fileadmin/template/bilder/bgr.gif);
}
#menue {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 280px;
  height: 108px;
  background: #ffffff;
}
@media screen and (max-width: 760px) {
  #menue {
    position: absolute;
  }
}
@media screen and (max-width: 520px) {
  #menue {
    width: calc(100% - 30px);
  }
}
#menue div {
  position: relative;
  float: left;
  margin: 20px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.35em;
}
#menue h1 {
  margin: -1px 0px;
  font-size: 15px;
  letter-spacing: 0.01em;
}
#menue ul {
  margin: 17px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
#menue ul li {
  float: left;
}
#menue ul li a {
  color: #a6a6a6;
  text-decoration: none;
  display: block;
  margin-right: 5px;
  float: right;
}
#inhalt {
  position: relative;
  margin: 133px 15px 60px 15px;
  line-height: 1.5em;
  padding: 10px 0px 20px 0px;
  font-size: 20px;
  font-weight: 400;
  background: #f8f7f7;
}
#inhalt .csc-default {
  padding: 0px 18px;
}
#inhalt .csc-default h1,
#inhalt .csc-default p {
  max-width: 900px;
}
#inhalt h1 {
  font-family: "kepler-std", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0px;
  padding: 25px 18px 4px 5px;
  color: #535353;
  border-bottom: 1px dotted #535353;
}
#inhalt .bodytext,
#inhalt ul {
  padding: 12px 0px 0px 0px;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.6em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0px 0px 0px 40px;
  color: #414141;
}
@media screen and (max-width: 760px) {
  #inhalt .bodytext,
  #inhalt ul {
    margin: 5px;
  }
}
#inhalt .bodytext a,
#inhalt ul a {
  color: #a6a6a6;
  text-decoration: none;
}
#inhalt .bodytext a:hover,
#inhalt ul a:hover {
  color: #333333;
}
#inhalt .bodytext .active,
#inhalt ul .active {
  color: #333333;
}
#inhalt .bodytext .first,
#inhalt ul .first {
  background-color: #ffffff;
}
#inhalt .bodytext .first .second,
#inhalt ul .first .second {
  padding: 0px 5px;
}
#inhalt ul {
  padding-left: 15px;
}
.powermail_fieldwrap {
  margin: 10px 0;
  padding-right: 50px;
  position: relative;
}
.powermail_fieldwrap label {
  color: #414141;
  cursor: text;
  display: none;
  font-size: 0.8em;
  left: 0;
  line-height: 0.8em;
  padding: 15px;
  position: absolute;
  top: 0;
}
.powermail_fieldwrap input,
.powermail_fieldwrap textarea {
  margin: 0;
}
.tx-powermail >form {
  margin: 30px 0 20px 40px;
}
@media screen and (max-width: 760px) {
  .tx-powermail >form {
    margin: 30px 0 20px 0;
  }
}
.tx-powermail >form >h3 {
  display: none;
}
.tx-powermail >form fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
}
.tx-powermail >form fieldset >legend {
  display: none;
}
.tx-powermail >form fieldset .powermail_field {
  width: 100%;
  max-width: 900px;
  border: 1px solid #EEEEEE;
  line-height: 40px;
  padding: 0 15px;
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-size: 0.8em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.tx-powermail >form fieldset .powermail_submit {
  background: #acacac;
  color: #ffffff;
  width: 138px;
  height: 33px;
  line-height: 29px;
  font-family: "aktiv-grotesk-std", Arial, sans-serif;
  font-size: 0.8em;
}
.tx-powermail .powermail_create {
  color: #414141;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  margin: 20px 0 20px 40px;
}
#servicemenu {
  position: absolute;
  bottom: -44px;
  left: 0;
}
#servicemenu ul {
  margin: 0 0 0 7px;
}
