/*    COLORS               */
/*    COLORS               */
/*    COLORS               */
/*    COLORS               */
html, body, div, h2, h3, h4 {
  padding: 0;
  margin: 0; }

body {
  font-size: 100%;
  color: #000000; }
  body strong {
    font-weight: 700; }

sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.5em; }

.p10 {
  width: 10%;
  float: left;
  overflow: hidden; }

.p20 {
  width: 20%;
  float: left;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .p20 {
      width: 20%; } }
  @media (max-width: 985px) {
    .p20 {
      width: 25%; } }
  @media (max-width: 765px) {
    .p20 {
      width: 50%; } }
  @media (max-width: 445px) {
    .p20 {
      width: 100%; } }

.p25 {
  width: 25%;
  float: left;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .p25 {
      width: 25%; } }
  @media (max-width: 985px) {
    .p25 {
      width: 25%; } }
  @media (max-width: 765px) {
    .p25 {
      width: 50%; } }
  @media (max-width: 445px) {
    .p25 {
      width: 50%; } }

.p30 {
  width: 30%;
  float: left;
  overflow: hidden; }

.p33 {
  width: 33.3%;
  float: left;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .p33 {
      width: 33.3%; } }
  @media (max-width: 985px) {
    .p33 {
      width: 50%; } }
  @media (max-width: 765px) {
    .p33 {
      width: 100%; } }
  @media (max-width: 445px) {
    .p33 {
      width: 100%; } }

.p40 {
  width: 40%;
  float: left;
  overflow: hidden; }

.p50 {
  width: 50%;
  float: left;
  overflow: hidden; }
  @media (max-width: 985px) {
    .p50 {
      width: 100%; } }
  @media (max-width: 765px) {
    .p50 {
      width: 100%; } }
  @media (max-width: 445px) {
    .p50 {
      width: 100%; } }

.p60 {
  width: 60%;
  float: left;
  overflow: hidden; }

.p66 {
  width: 66.6%;
  float: left;
  overflow: hidden; }
  @media (max-width: 985px) {
    .p66 {
      width: 50%; } }
  @media (max-width: 765px) {
    .p66 {
      width: 100%; } }

.p70 {
  width: 70%;
  float: left;
  overflow: hidden; }

.p75 {
  width: 75%;
  float: left;
  overflow: hidden; }

.p80 {
  width: 80%;
  float: left;
  overflow: hidden; }

.p90 {
  width: 90%;
  float: left;
  overflow: hidden; }

.p100 {
  width: 100%;
  float: left;
  overflow: hidden; }

.p10 img, .p20 img, .p25 img, .p30 img, .p33 img, .p40 img, .p50 img, .p60 img, .p66 img, .p70 img, .p80 img, .p90 img, .p100 img {
  width: 100%; }

@media (max-width: 985px) {
  .p20hidden {
    display: none; } }

/*     LAYOUT                               */
/*Breakpoint Menu */
.mainmobileheader {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: none;
  /*position: fixed */
  z-Index: 3000;
  background-color: white; }
  @media (max-width: 1024px) {
    .mainmobileheader {
      display: none; } }
  @media (max-width: 765px) {
    .mainmobileheader {
      display: block; } }
  @media (max-width: 300px) {
    .mainmobileheader {
      height: auto; } }

.mobilheader {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 10px;
  width: 360px;
  overflow: hidden; }
  @media (max-width: 445px) {
    .mobilheader {
      width: 98%; } }

.mobilhamburger {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 0px;
  width: 100px;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .mobilhamburger {
      margin-right: 0px; } }
  @media (max-width: 445px) {
    .mobilhamburger {
      margin-right: auto; } }

.centercloser {
  text-align: center;
  padding-top: 5px;
  padding-right: 0px; }
  @media (max-width: 1024px) {
    .centercloser {
      text-align: right; } }
  @media (max-width: 445px) {
    .centercloser {
      text-align: center;
      padding-right: 0px; } }

.centercloser img {
  cursor: pointer;
  width: 40px;
  padding-right: 0px !important; }
  @media (max-width: 1024px) {
    .centercloser img {
      padding-right: 30px !important; } }
  @media (max-width: 445px) {
    .centercloser img {
      padding-right: 0px !important; } }

.anicontainer {
  opacity: 0.6;
  display: none;
  background-color: rgba(255, 255, 255, 0.99); }
  @media (max-width: 1024px) {
    .anicontainer {
      display: block; } }

.close-animatedNavModal {
  background-color: white;
  margin-bottom: 40px; }

.modalcontent {
  background-color: #FEFEFE; }

@media (max-width: 765px) {
  .insertimg {
    cursor: pointer; } }

.modalcontentimg {
  text-align: center; }
  .modalcontentimg img {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }

.mainhead {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  height: 184px;
  overflow: hidden; }
  @media (max-width: 985px) {
    .mainhead {
      width: 100%;
      height: 174px; } }
  @media (max-width: 765px) {
    .mainhead {
      display: none; } }

.subcontainer {
  float: left;
  width: 25%;
  background-color: rgba(255, 255, 255, 0.95);
  height: 500px;
  opacity: 0; }

.main {
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px; }
  @media (max-width: 1250px) {
    .main {
      width: 100%; } }
  @media (max-width: 1024px) {
    .main {
      width: 100%; } }
  @media (max-width: 765px) {
    .main {
      font-size: 16px;
      line-height: 24px; } }

@media (max-width: 1024px) {
  .maincontent {
    padding-left: 0%; } }

.mainpadding {
  padding-top: 0px; }

.mainzwischenpadding {
  padding-top: 0px; }

.videocontainer {
  width: 60%;
  margin-left: auto;
  margin-right: auto; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.praesidenten {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px !important; }
  .praesidenten td {
    border-top: 1px #999999 solid; }
  .praesidenten p {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding: 0px !important; }
  .praesidenten img {
    display: inline !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important; }

/*     NAVIGATION                           */
#topmenuarrow {
  position: fixed;
  z-index: 600;
  bottom: 45%;
  right: -15px;
  width: 50px;
  height: 140px;
  background-color: none;
  color: white;
  cursor: pointer;
  overflow: hidden; }

.slidesarrow {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  top: 40%; }
  @media (max-width: 985px) {
    .slidesarrow {
      top: 38%; } }
  @media (max-width: 765px) {
    .slidesarrow {
      top: 38%; } }
  @media (max-width: 445px) {
    .slidesarrow {
      top: 38%; } }

.arrowright {
  right: 15%; }

.arrawleft {
  left: 15%; }

.arrowimg {
  width: 69px !important;
  top: 50% !important; }
  @media (max-width: 985px) {
    .arrowimg {
      width: 50px !important; } }
  @media (max-width: 765px) {
    .arrowimg {
      width: 40px !important; } }
  @media (max-width: 445px) {
    .arrowimg {
      width: 36px !important; } }

.arrow-hidden {
  display: none; }

.arrow-show {
  display: block; }

.servicenav {
  position: relative;
  float: right;
  clear: both;
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px; }
  .servicenav a {
    text-decoration: none;
    color: #999999; }
  @media (max-width: 765px) {
    .servicenav {
      display: none; } }

.pagenavfooter {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 5px;
  text-decoration: none;
  clear: left; }
  @media (max-width: 1250px) {
    .pagenavfooter {
      width: 90%;
      margin-right: 5%;
      margin-left: 5%; } }
  @media (max-width: 985px) {
    .pagenavfooter {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%; } }
  @media (max-width: 765px) {
    .pagenavfooter {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%; } }

.navfooter {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border-top: 1px solid #DEDEDE;
  padding-top: 5px;
  text-decoration: none; }
  @media (max-width: 1250px) {
    .navfooter {
      width: 90%;
      margin-right: 5%;
      margin-left: 5%; } }
  @media (max-width: 985px) {
    .navfooter {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%; } }
  @media (max-width: 765px) {
    .navfooter {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%; } }

.servicelink {
  float: left;
  margin: 0;
  margin-left: 35px; }
  @media (max-width: 1250px) {
    .servicelink {
      margin-left: 25px; } }
  @media (max-width: 1024px) {
    .servicelink {
      margin-left: 20px; } }

.servicelinkfuss {
  font-size: 12px;
  color: red !important;
  margin: 0;
  margin-left: 20px;
  margin-right: 20px; }
  .servicelinkfuss a {
    color: red !important;
    text-decoration: none; }
  @media (max-width: 1250px) {
    .servicelinkfuss {
      margin-left: 25px; } }
  @media (max-width: 1024px) {
    .servicelinkfuss {
      margin-left: 20px; } }

.servicelinkfuss.inactive {
  color: #BBB !important;
  text-decoration: none; }
  .servicelinkfuss.inactive:hover {
    color: #555 !important;
    background-color: white !important; }

.servicelinkfuss.active {
  color: #555 !important;
  text-decoration: none; }
  .servicelinkfuss.active:hover {
    color: #BBB !important;
    background-color: white !important; }

.theanchor {
  height: 1px;
  overflow: hidden; }

/*Breakpoint Menu */
.topnav {
  padding: 0px;
  height: 40px;
  margin: 0px;
  width: 100%;
  font-size: 20px;
  line-height: 24px; }
  .topnav a {
    text-decoration: none;
    color: #999999; }
  @media (max-width: 985px) {
    .topnav {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 765px) {
    .topnav {
      display: none; } }

.hmenu {
  width: 24%;
  margin-right: 1%;
  float: left; }

.toplink {
  float: left;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden; }
  @media (max-width: 985px) {
    .toplink {
      padding-left: 16px;
      padding-right: 16px;
      font-size: 16px !important;
      line-height: 24px; } }

.sublink {
  clear: left;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 985px) {
    .sublink {
      font-size: 16px;
      line-height: 24px;
      padding-left: 16px;
      padding-right: 16px; } }

.subsublink {
  clear: left;
  margin: 0;
  padding-left: 36px;
  padding-right: 16px;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px; }

.active {
  color: #222 !important;
  text-decoration: none; }
  .active:hover {
    color: #999; }

.inactive {
  color: #999 !important;
  text-decoration: none; }
  .inactive:hover {
    color: #222 !important; }

.anker {
  margin-left: 15px; }

.submenu {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px; }
  .submenu a {
    color: #999999;
    text-decoration: none;
    font-weight: 700 !important; }

.submenu .levelone {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 4px;
  font-weight: 700; }
  .submenu .levelone a:hover {
    text-decoration: none;
    color: #333333; }

.levelone:hover a {
  color: #333333; }

.submenu .leveltwo {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-top: 6px;
  padding-bottom: 4px;
  color: #999999;
  padding-left: 60px;
  padding-left: 30px; }
  .submenu .leveltwo a:hover {
    text-decoration: none;
    color: #333333; }

.leveltwo:hover a {
  color: #333333; }

.imgbar.nopadding {
  margin-top: 0px !important; }

.pbeforesmall {
  margin-top: 40px; }
  @media (max-width: 1024px) {
    .pbeforesmall {
      margin-top: 40px; } }
  @media (max-width: 985px) {
    .pbeforesmall {
      margin-top: 20px; } }
  @media (max-width: 765px) {
    .pbeforesmall {
      margin-top: 20px; } }
  @media (max-width: 445px) {
    .pbeforesmall {
      margin-top: 20px; } }

.pbefore {
  margin-top: 60px; }
  @media (max-width: 1024px) {
    .pbefore {
      margin-top: 40px; } }
  @media (max-width: 985px) {
    .pbefore {
      margin-top: 20px; } }
  @media (max-width: 765px) {
    .pbefore {
      margin-top: 20px; } }
  @media (max-width: 445px) {
    .pbefore {
      margin-top: 20px; } }

.pbeforelarge {
  margin-top: 80px; }
  @media (max-width: 1024px) {
    .pbeforelarge {
      margin-top: 40px; } }
  @media (max-width: 985px) {
    .pbeforelarge {
      margin-top: 20px; } }
  @media (max-width: 765px) {
    .pbeforelarge {
      margin-top: 20px; } }
  @media (max-width: 445px) {
    .pbeforelarge {
      margin-top: 20px; } }

.paftersmall {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .paftersmall {
      margin-bottom: 40px; } }
  @media (max-width: 985px) {
    .paftersmall {
      margin-bottom: 20px; } }
  @media (max-width: 765px) {
    .paftersmall {
      margin-bottom: 20px; } }
  @media (max-width: 445px) {
    .paftersmall {
      margin-top: 20px; } }

.pafter {
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .pafter {
      margin-bottom: 40px; } }
  @media (max-width: 985px) {
    .pafter {
      margin-bottom: 20px; } }
  @media (max-width: 765px) {
    .pafter {
      margin-bottom: 20px; } }
  @media (max-width: 445px) {
    .pafter {
      margin-bottom: 20px; } }

.pafterlarge {
  margin-bottom: 100px; }
  @media (max-width: 1024px) {
    .pafterlarge {
      margin-bottom: 40px; } }
  @media (max-width: 985px) {
    .pafterlarge {
      margin-bottom: 20px; } }
  @media (max-width: 765px) {
    .pafterlarge {
      margin-bottom: 20px; } }
  @media (max-width: 445px) {
    .pafterlarge {
      margin-bottom: 20px; } }

.breakdiv {
  clear: left;
  height: 0px;
  overflow: hidden; }

.panelcontainer {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  overflow: hidden; }
  .panelcontainer .sectionoberzeile {
    padding-top: 32px;
    padding-bottom: 0px;
    color: #FEFEFE;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px; }
    @media (max-width: 1024px) {
      .panelcontainer .sectionoberzeile {
        padding-top: 32px;
        padding-bottom: 10px;
        font-size: 28px; } }
    @media (max-width: 985px) {
      .panelcontainer .sectionoberzeile {
        padding-top: 32px;
        padding-bottom: 10px;
        font-size: 24px; } }
    @media (max-width: 445px) {
      .panelcontainer .sectionoberzeile {
        font-size: 20px;
        line-height: 24px; } }
  .panelcontainer .sectiontitel {
    padding-top: 0px;
    font-size: 48px;
    line-height: 84px;
    font-weight: 700;
    text-overflow: ellipsis; }
    @media (max-width: 1024px) {
      .panelcontainer .sectiontitel {
        font-size: 42px;
        line-height: 72px; } }
    @media (max-width: 985px) {
      .panelcontainer .sectiontitel {
        font-size: 38px;
        line-height: 62px; } }
    @media (max-width: 765px) {
      .panelcontainer .sectiontitel {
        font-size: 28px;
        line-height: 32px; } }
    @media (max-width: 445px) {
      .panelcontainer .sectiontitel {
        font-size: 20px;
        line-height: 24px; } }

.mapcontainer {
  display: block; }

.mapsmallcontainer {
  display: none; }
  @media (max-width: 445px) {
    .mapsmallcontainer {
      display: block; } }

.imgWrapper {
  position: relative;
  padding-bottom: 39%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  @media (max-width: 765px) {
    .imgWrapper {
      padding-bottom: 50%; } }

.imgwrapper imgbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 765px) {
    .imgwrapper imgbar {
      text-align: center; } }

.imgbar {
  width: 100% !important; }
  @media (max-width: 765px) {
    .imgbar {
      width: 150% !important;
      margin-left: -25%;
      margin-top: 0%; } }

.imgbar00 {
  background-image: url(/data/spacer.png);
  background-repeat: no-repeat;
  background-position: bottom top;
  background-size: cover;
  position: relative;
  height: 411px;
  overflow: hidden;
  text-align: center; }

.imgbarhoch {
  background-image: url(/data/spacer.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  min-height: 495px;
  overflow: hidden;
  text-align: center; }
  @media (max-width: 1024px) {
    .imgbarhoch {
      height: 375px; } }
  @media (max-width: 985px) {
    .imgbarhoch {
      height: 295px; } }
  @media (max-width: 765px) {
    .imgbarhoch {
      height: 255px; } }
  @media (max-width: 445px) {
    .imgbarhoch {
      height: 150px; } }

.clegende {
  font-family: "PTSerifItalic", sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  min-height: 100px;
  opacity: 1;
  transition: opacity 1s; }
  @media (max-width: 985px) {
    .clegende {
      font-size: 28px;
      line-height: 32px;
      padding-top: 20px; } }
  @media (max-width: 765px) {
    .clegende {
      padding-left: 18px;
      padding-right: 18px; } }

.mobilmenu {
  display: none; }
  @media (max-width: 765px) {
    .mobilmenu {
      display: block; } }

.clegendeautor {
  font-family: "PTSansItalic", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px; }

.imglegende {
  text-indent: 0px !important;
  font-family: "PTSansItalic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 60px !important;
  padding-top: 0px !important; }

.content, .contentinsert {
  font-family: "PTSansRegular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 212px;
  padding-right: 172px; }
  .content img, .contentinsert img {
    width: auto;
    height: auto; }
  .content p, .contentinsert p {
    text-indent: 60px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .content h2, .contentinsert h2 {
    font-family: "PTSerifItalic", sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px; }
  .content h3, .contentinsert h3 {
    font-family: "PTSansItalic", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #999; }
  .content h4, .contentinsert h4 {
    font-family: "PTSansRegular", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #000; }
  .content h5, .contentinsert h5 {
    font-family: "PTSerifItalic", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0;
    color: #999; }
  .content h6, .contentinsert h6 {
    font-family: "PTSansRegular", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000; }
  .content a, .contentinsert a {
    color: #333;
    font-weight: 400;
    text-decoration: underline; }
  .content a:hover, .contentinsert a:hover {
    text-decoration: none;
    background-color: #EFEFEF; }
  .content img, .contentinsert img {
    margin: auto;
    margin-top: 45px;
    margin-bottom: 5px;
    padding: 10px;
    padding: 10px;
    padding-bottom: 10px;
    display: block; }
  @media (max-width: 1250px) {
    .content, .contentinsert {
      padding-left: 10%;
      padding-right: 10%; } }
  @media (max-width: 985px) {
    .content, .contentinsert {
      padding-left: 6%;
      padding-right: 6%; }
      .content h2, .contentinsert h2 {
        font-size: 28px;
        line-height: 32px;
        padding-top: 30px;
        padding-bottom: 10px; }
      .content h4, .contentinsert h4 {
        font-size: 20px;
        line-height: 24px; } }
  @media (max-width: 765px) {
    .content, .contentinsert {
      padding-left: 6%;
      padding-right: 6%; }
      .content img, .contentinsert img {
        width: 70% !important;
        height: auto !important;
        padding: 5px; } }
  @media (max-width: 445px) {
    .content, .contentinsert {
      padding-left: 6%;
      padding-right: 6%; }
      .content p, .contentinsert p {
        text-indent: 30px; }
      .content h4, .contentinsert h4 {
        font-size: 20px;
        line-height: 24px; }
      .content img, .contentinsert img {
        width: 100% !important;
        height: auto !important;
        padding: 0px; } }

p:first-of-type {
  text-indent: 0px; }

.noindent {
  text-indent: 0px !important; }
  .noindent p {
    text-indent: 0px !important; }

.content a img:hover {
  opacity: 0.8; }
  .content a img:hover h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700; }
  .content a img:hover h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #333;
    padding-top: 20px; }
  @media (max-width: 765px) {
    .content a img:hover h3 {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 445px) {
    .content a img:hover h3 {
      font-size: 16px;
      line-height: 22px; } }

.content .halbfett {
  font-weight: 400; }

.antrazith .content h3 {
  color: white; }

.antrazith a {
  color: white !important; }
  .antrazith a:hover {
    background-color: #666 !important; }

.contentinsert {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 1250px) {
    .contentinsert {
      padding-left: 5%;
      padding-right: 5%; } }
  @media (max-width: 985px) {
    .contentinsert {
      padding-left: 6%;
      padding-right: 6%; } }
  .contentinsert p {
    text-indent: 0px;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px; }

.contentinsertcontainer {
  margin-left: 162px;
  margin-right: 122px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #E8E8E8 !important; }
  @media (max-width: 1250px) {
    .contentinsertcontainer {
      margin-left: 5%;
      margin-right: 5%; } }
  @media (max-width: 985px) {
    .contentinsertcontainer {
      margin-left: 0%;
      margin-right: 0%; } }

.searchline {
  margin-top: 15px;
  border-top: 1px solid #FEFEFE;
  padding-top: 5px;
  padding-bottom: 5px; }
  .searchline img {
    height: 200px;
    width: auto; }

#searchfield {
  display: none;
  float: left;
  margin: 0;
  margin-top: 3px;
  margin-left: 0px;
  margin-right: 20px; }

#searchlupe {
  display: inline;
  float: left;
  margin: 0;
  cursor: pointer;
  margin-left: 0px; }
  @media (max-width: 1250px) {
    #searchlupe {
      margin-left: 0px; } }
  @media (max-width: 1024px) {
    #searchlupe {
      margin-left: 0px; } }

.dtlsearch {
  padding: 8px; }

.searchhl {
  background-color: #EFEFEF; }

/*     TEAM                                 */
.team {
  position: relative;
  padding: 10px;
  padding-bottom: 160%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.teamitemcontent {
  position: relative;
  padding-bottom: 150%;
  width: 100%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.teamtext {
  position: absolute;
  overflow: hidden;
  bottom: -400px;
  left: 0px;
  right: 0px;
  padding: 20px;
  background-color: #333;
  color: #999999;
  opacity: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal; }

/*     KLAPPMENU                            */
.accordion-container label {
  padding-top: 8px;
  padding-left: 40px;
  position: relative;
  z-index: 20;
  display: block;
  min-height: 24px;
  overflow: hidden;
  cursor: pointer;
  /*color: #777 */
  font-size: 19px !important;
  line-height: 33px;
  background: transparent url(../img/plus.png) no-repeat;
  background-position: 5px 5px;
  border-top: 1px solid #DDD; }
  .accordion-container label h6 {
    font-family: "PTSansRegular", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0;
    color: #000; }
    .accordion-container label h6:hover {
      color: #555 !important; }
  .accordion-container label h5 {
    font-family: "PTSansRegular", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0;
    color: #777; }
  @media (max-width: 765px) {
    .accordion-container label {
      padding-left: 20px;
      background: transparent url(../img/plus-small.png) no-repeat;
      background-position: 0px 10px; }
      .accordion-container label h2 {
        font-size: 16px;
        line-height: 22px; } }
  @media (max-width: 445px) {
    .accordion-container label h2 {
      font-size: 16px;
      line-height: 22px; } }

.accordion-container input:checked + label, .accordion-container input:checked + label:hover {
  background: transparent url(../img/minus.png) no-repeat;
  background-position: 5px 5px; }
  @media (max-width: 765px) {
    .accordion-container input:checked + label, .accordion-container input:checked + label:hover {
      padding-left: 20px;
      background: transparent url(../img/minus-small.png) no-repeat;
      background-position: 0px 10px; } }

.accordion-container input {
  display: none; }

.accordion-container article {
  padding-left: 0px;
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10; }
  .accordion-container article p:first-child {
    margin-top: 0px; }
  .accordion-container article p {
    text-indent: 0px; }
  .accordion-container article h4 {
    padding-top: 0px; }
  .accordion-container article h5 {
    padding-top: 0px;
    color: #999; }

.accordion-container input:checked ~ article.ac-small {
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px; }
  @media (max-width: 765px) {
    .accordion-container input:checked ~ article.ac-small {
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 10px; } }

.eventslist {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-top: 0px;
  margin-bottom: 10px;
  display: block; }
  .eventslist .bezeichnung {
    font-weight: bold; }
  .eventslist:hover {
    color: #777; }

.accordion-container input:checked + label .eventslist {
  color: #000; }
.accordion-container input:checked + label .bezeichnung {
  /*font-weight: normal */
  color: #000; }

table img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important; }
  @media (max-width: 765px) {
    table img {
      width: 100% !important; } }
  @media (max-width: 765px) {
    table img {
      width: 100% !important; } }

.eventstext table {
  width: 100% !important; }

.tbline td {
  border-top: 1px solid #000;
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  vertical-align: text-top; }
  @media (max-width: 765px) {
    .tbline td {
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 765px) {
  .tblimg tr td:nth-child(1) {
    display: none; }
  .tblimg tr td:nth-child(2) {
    display: none; } }

.tblimgone tr td:nth-child(1) {
  width: 45%;
  background-color: white; }
.tblimgone tr td:nth-child(2) {
  width: 5%; }
.tblimgone tr td:nth-child(3) {
  width: 45%;
  background-color: white; }
@media (max-width: 765px) {
  .tblimgone tr td:nth-child(1) {
    width: 100%;
    display: block; }
  .tblimgone tr td:nth-child(2) {
    display: none; }
  .tblimgone tr td:nth-child(3) {
    width: 100%;
    display: block; } }

.tbltitlehead {
  padding-top: 46px !important; }
  @media (max-width: 1250px) {
    .tbltitlehead {
      padding-top: 5% !important; } }
  @media (max-width: 985px) {
    .tbltitlehead {
      padding-top: 6% !important; } }

.tblline {
  margin: 0;
  margin-bottom: 20px;
  height: 1px;
  border: 0;
  background: #999;
  font-style: normal; }

.tblinserttext {
  width: 100%;
  padding-bottom: 10px; }

.tbllinetext {
  margin: 0;
  margin-bottom: 5px;
  height: 1px;
  border: 0;
  background: #999;
  font-style: normal; }

.tblinsert {
  width: 100%;
  padding-bottom: 30px; }
  .tblinsert tr td:nth-child(1) {
    vertical-align: top;
    padding-top: 10px;
    width: 22%; }
    @media (max-width: 985px) {
      .tblinsert tr td:nth-child(1) {
        width: 22%; } }
    @media (max-width: 765px) {
      .tblinsert tr td:nth-child(1) {
        width: 22%; } }
    .tblinsert tr td:nth-child(1) img {
      width: 100% !important;
      margin-bottom: 20px !important;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 0px 10px 0 rgba(0, 0, 0, 0.4); }
      @media (max-width: 985px) {
        .tblinsert tr td:nth-child(1) img {
          width: 97% !important; } }
      @media (max-width: 765px) {
        .tblinsert tr td:nth-child(1) img {
          width: 90% !important; } }
  .tblinsert tr td:nth-child(2) {
    width: 5%; }
    @media (max-width: 985px) {
      .tblinsert tr td:nth-child(2) {
        width: 5%; } }
    @media (max-width: 765px) {
      .tblinsert tr td:nth-child(2) {
        width: 5%; } }
  .tblinsert tr td:nth-child(3) {
    vertical-align: top;
    padding-top: 10px;
    width: 70%; }
    @media (max-width: 985px) {
      .tblinsert tr td:nth-child(3) {
        width: 70%; } }
    @media (max-width: 765px) {
      .tblinsert tr td:nth-child(3) {
        width: 70%; } }

/*     MOBILE NAV                           */
.mobilemenu {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 24px !important;
  clear: left;
  text-decoration: none;
  display: block; }
  .mobilemenu:hover {
    color: #777 !important; }
  @media (max-width: 765px) {
    .mobilemenu {
      font-size: 18px;
      line-height: 24px !important; } }

.npage {
  float: left;
  background-color: black;
  border-radius: 6px;
  padding: 5px 15px;
  color: white; }
  .npage:hover {
    background-color: #444; }

.npagetext {
  float: left;
  font-size: 14px; }

.nextarticle {
  padding: 5px; }

.mm0 {
  padding-left: 0px !important; }

.mm1 {
  padding-left: 0px !important;
  margin-top: 0px; }

.mm2 {
  margin-top: 0px;
  padding-left: 0px !important; }

.mm3 {
  padding-left: 16px !important; }

.mm4 {
  padding-left: 16px !important; }

.mabstand {
  height: 12px;
  overflow: hidden; }

.mmp0 {
  padding-left: 0px !important; }
  @media (max-width: 765px) {
    .mmp0 {
      padding-left: 0px !important; } }

.mmp1 {
  padding-left: 0px !important;
  margin-top: 20px;
  border-bottom: 1px solid #CCC; }
  @media (max-width: 765px) {
    .mmp1 {
      padding-left: 0px !important; } }

.mmp2 {
  padding-left: 0px !important; }
  @media (max-width: 765px) {
    .mmp2 {
      padding-left: 0px !important; } }

.mmp3 {
  padding-left: 15px !important; }

.mmp4 {
  padding-left: 15px !important; }

.sublinkmobile {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 24px !important;
  clear: left;
  text-decoration: none;
  display: block; }
  .sublinkmobile:hover {
    color: #777 !important; }
  @media (max-width: 445px) {
    .sublinkmobile {
      font-size: 18px;
      line-height: 24px !important; } }

.subhamburger {
  font-size: 20px;
  line-height: 24px !important;
  color: #222;
  clear: left;
  margin-left: 125px; }
  .subhamburger:hover {
    color: #999; }
  @media (max-width: 765px) {
    .subhamburger {
      font-size: 18px;
      line-height: 24px !important; } }

.servicetophamburger {
  font-size: 20px;
  line-height: 24px !important;
  clear: left;
  margin-left: 105px;
  margin-bottom: 20px;
  text-decoration: none; }
  @media (max-width: 765px) {
    .servicetophamburger {
      font-size: 18px;
      line-height: 24px !important; } }

.servicesubhamburger {
  color: white;
  clear: left;
  margin-left: 125px; }
  .servicesubhamburger:hover {
    color: #333; }

.footerone {
  background-color: #DEDEDe;
  min-height: 295px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: left; }
  @media (max-width: 765px) {
    .footerone {
      min-height: 205px;
      padding-bottom: 30px; } }

.footerlogo {
  float: left;
  padding-top: 70px;
  width: 33.3%; }
  @media (max-width: 765px) {
    .footerlogo {
      padding-top: 40px;
      width: 40%; } }

.footerfont {
  float: left;
  padding-top: 130px;
  padding-bottom: 40px;
  color: #000000;
  width: 66.3%;
  font-size: 36px !important;
  line-height: 40px !important; }
  .footerfont a {
    text-decoration: none; }
  @media (max-width: 765px) {
    .footerfont {
      padding-top: 30px;
      font-size: 18px !important;
      line-height: 24px !important;
      width: 100%; } }

.footerbtn {
  clear: left;
  color: white;
  background-color: #333;
  font-size: 36px !important;
  line-height: 40px !important;
  padding: 0px;
  padding: 5px 20px;
  padding-bottom: 8px; }
  .footerbtn:hover {
    background-color: #FEFEFE; }
  @media (max-width: 765px) {
    .footerbtn {
      font-size: 18px !important;
      line-height: 24px !important; } }

.footertwo {
  display: block;
  background-color: #000;
  min-height: 175px !important;
  margin: 0px;
  padding-bottom: 20px; }

.footeradresse {
  color: white;
  float: left;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 25%;
  font-size: 18px !important;
  line-height: 24px !important; }
  .footeradresse a {
    text-decoration: none;
    color: white; }
    .footeradresse a:hover {
      color: #FEFEFE; }
  @media (max-width: 985px) {
    .footeradresse {
      font-size: 16px !important;
      line-height: 20px !important; } }
  @media (max-width: 765px) {
    .footeradresse {
      font-size: 16px !important;
      line-height: 20px !important;
      width: 50%; } }
  @media (max-width: 445px) {
    .footeradresse {
      font-size: 16px !important;
      line-height: 20px !important;
      width: 100%;
      clear: left;
      padding-top: 10px;
      padding-bottom: 10px; } }

.first {
  display: block; }
  @media (max-width: 765px) {
    .first {
      display: none; } }

/*           FORM                           */
textarea {
  font-family: "PTSansRegular", sans-serif; }

.userformfont {
  font-family: "PTSansRegular", sans-serif;
  font-size: 18px !important;
  line-height: 24px !important;
  color: black !important; }

.userformcontainer {
  float: left;
  width: 70%;
  overflow: hidden; }
  @media (max-width: 985px) {
    .userformcontainer {
      width: 98%; } }

.userformcontainer label {
  display: relative;
  clear: left;
  width: 98%;
  padding-top: 10px; }

.userformname {
  float: left;
  width: 30%;
  padding-bottom: 10px;
  overflow: hidden;
  font-family: "PTSansRegular", sans-serif; }
  @media (max-width: 985px) {
    .userformname {
      width: 95% !important; } }
  @media (max-width: 445px) {
    .userformname {
      width: 90% !important; } }

.userformbreak {
  clear: left;
  overflow: hidden;
  height: 12px; }

.userformbreaksmall {
  clear: left;
  overflow: hidden;
  height: 1px; }

.userform {
  clear: left;
  width: 90%;
  background-color: #FFF;
  border: 1px solid #777;
  padding: 6px;
  color: #333;
  highlight: #333; }
  @media (max-width: 985px) {
    .userform {
      width: 97% !important; } }
  @media (max-width: 445px) {
    .userform {
      width: 90% !important; } }

.userform.option[selected] {
  background: #FEFEFE; }

.userform:focus {
  padding: 6px;
  background-color: #FFF;
  outline: none;
  color: #000;
  border: 1px solid #AAA; }

.usertextform {
  width: 90%;
  height: 200px;
  background-color: #FFF;
  border: 1px solid #777;
  padding: 6px;
  color: #333;
  highlight: #333; }
  @media (max-width: 985px) {
    .usertextform {
      width: 90% !important; } }
  @media (max-width: 445px) {
    .usertextform {
      -webkit-appearance: none;
      width: 90% !important; } }

.usertextform:focus {
  padding: 6px;
  background-color: #FFF;
  outline: none;
  color: #000;
  border: 1px solid #AAA; }

.userbtn {
  min-width: 100px;
  font-family: "PTSansRegular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  clear: left;
  background-color: #555;
  outline: none;
  color: white !important;
  border: 1px solid #FEFEFE;
  margin-right: 3px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .userbtn:hover {
    background-color: #777 !important;
    text-decoration: none; }

.useractivebtn {
  background-color: #FEFEFE;
  color: #FEFEFE; }

.userdel {
  min-width: 100px;
  background-color: #FEFEFE; }

.userdel:hover {
  background-color: red !important; }

.errortext {
  color: #EB1A2D !important;
  font-size: 14px; }

/*           TOOLTIPSTER                           */
.tooltip {
  cursor: pointer; }

/*           TABLE                          */
.table-einzug {
  padding-left: 40px; }
  @media (max-width: 765px) {
    .table-einzug {
      padding-left: 20px; } }

.motoren-table-head {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  width: 100%; }
  @media (max-width: 765px) {
    .motoren-table-head {
      font-size: 16px;
      line-height: 22px; }
      .motoren-table-head tr td:nth-child(3) {
        display: none; }
      .motoren-table-head tr td:nth-child(4) {
        display: none; }
      .motoren-table-head tr td:nth-child(5) {
        display: none; }
      .motoren-table-head tr td:nth-child(6) {
        display: none; }
      .motoren-table-head tr td:nth-child(7) {
        display: none; } }

.motoren-table {
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  width: 100%; }
  @media (max-width: 765px) {
    .motoren-table {
      font-size: 16px;
      line-height: 22px; }
      .motoren-table tr td:nth-child(3) {
        display: none; }
      .motoren-table tr td:nth-child(4) {
        display: none; }
      .motoren-table tr td:nth-child(5) {
        display: none; }
      .motoren-table tr td:nth-child(6) {
        display: none; }
      .motoren-table tr td:nth-child(7) {
        display: none; } }
  .motoren-table th {
    vertical-align: top;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 765px) {
      .motoren-table th {
        padding-top: 5px;
        margin-top: 5px;
        padding-bottom: 5px; } }
  .motoren-table td {
    border-top: 1px solid #DDD;
    vertical-align: top;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px; }
    @media (max-width: 765px) {
      .motoren-table td {
        padding-top: 5px;
        margin-top: 5px;
        padding-bottom: 5px; } }

.searchform {
  padding: 4px;
  border: dotted #DEDEDE 1px; }

.searcharrow input:focus {
  padding: 4px;
  border: dotted #DEDEDE 1px;
  outline: 0; }

.dformhead {
  margin-top: 6px;
  height: 14px;
  overflow: hidden; }

.dformcontainer {
  float: left; }
  .dformcontainer input {
    display: block; }

.dformname {
  float: left;
  width: 140px;
  overflow: hidden;
  font-weight: bold; }

.dformbreak {
  clear: left;
  overflow: hidden;
  height: 12px; }

.dform {
  float: left;
  width: 300px;
  background-color: #FFF;
  border: 1px solid red;
  padding: 6px;
  color: #333;
  highlight: #A2D4E0; }

.dform.option[selected] {
  background: #A2D4E0; }

.dform:focus {
  padding: 6px;
  background-color: #FFF;
  outline: none;
  color: #000;
  border: 1px solid #777777; }

.btn {
  font-size: 12px;
  padding: 4px 8px;
  float: left;
  padding: 8px 16px;
  background-color: #777777;
  outline: none;
  color: #000;
  border: 1px solid #777777;
  margin-right: 3px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none; }

.activebtn {
  background-color: #777777;
  color: #777777;
  -webkit-appearance: none; }

.btn:hover {
  background-color: #777777; }

.se50 {
  width: 70%;
  float: right; }
  @media (max-width: 985px) {
    .se50 {
      width: 50%; } }
  @media (max-width: 765px) {
    .se50 {
      float: left;
      width: 100%; } }

.se50right {
  width: 190px;
  float: right; }
  @media (max-width: 765px) {
    .se50right {
      float: left; } }

.sewide {
  display: block;
  overflow: hidden; }
  @media (max-width: 765px) {
    .sewide {
      display: none; } }

.sesmall {
  display: none;
  overflow: hidden; }
  @media (max-width: 765px) {
    .sesmall {
      display: block;
      width: 100%; } }

.searchpanelfirst {
  display: block !important;
  background-color: white;
  border: solid #DEDEDE 1px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  content: "";
  display: table; }
  @media (max-width: 985px) {
    .searchpanelfirst {
      margin-left: 15px;
      margin-right: 15px; } }

.searchouter {
  display: block;
  width: calc(100% - 60px);
  margin-left: 30px;
  margin-right: 30px;
  clear: both;
  clear: both;
  content: "";
  display: table; }

.searchpanel {
  width: calc(100% - 42px);
  padding: 20px;
  padding-bottom: 40px;
  border: solid #DEDEDE 1px;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 60px;
  clear: both;
  content: "";
  display: table; }
  @media (max-width: 1250px) {
    .searchpanel {
      padding: 10px;
      padding-top: 20px;
      margin-bottom: 30px;
      margin-top: 30px;
      width: calc(100% - 22px); } }
  @media (max-width: 985px) {
    .searchpanel {
      padding: 5px;
      padding-top: 20px;
      width: calc(100% - 12px);
      margin-bottom: 20px;
      margin-top: 20px; } }

.searchpanel .inner {
  font-family: "PTSansRegular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-left: 162px;
  padding-right: 122px;
  padding-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 1250px) {
    .searchpanel .inner {
      padding-left: 8%;
      padding-right: 8%; } }
  @media (max-width: 985px) {
    .searchpanel .inner {
      padding-left: 5%;
      padding-right: 5%; } }

.searchformbiblio {
  width: calc(100% - 120px);
  height: 20px;
  padding: 4px;
  border: solid #DEDEDE 1px;
  font-size: 16px;
  margin-bottom: 30px;
  float: right; }
  .searchformbiblio:focus {
    border: solid #333 1px;
    outline: none; }
  @media (max-width: 985px) {
    .searchformbiblio {
      margin-bottom: 10px; } }

.searchformbibliotwo {
  width: calc(100% - 120px);
  height: 20px;
  padding: 4px;
  border: solid #DEDEDE 1px;
  font-size: 16px;
  margin-bottom: 30px;
  float: right; }
  .searchformbibliotwo:focus {
    border: solid #333 1px;
    outline: none; }
  @media (max-width: 985px) {
    .searchformbibliotwo {
      margin-bottom: 10px;
      width: calc(100% - 10px); } }

.searchbuttonbiblio {
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 4px;
  width: 90px;
  height: 30px;
  float: left;
  border: solid 1px #ADADAD;
  color: black;
  background-color: #DEDEDE;
  -webkit-appearance: none; }

.searchbuttonbiblioresult {
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  margin-right: 10px;
  padding: 4px;
  width: 90px;
  height: 30px;
  border: solid 1px #ADADAD;
  color: black;
  background-color: #DEDEDE;
  -webkit-appearance: none; }

.resultdiv {
  clear: left;
  margin-top: 15px;
  margin-bottom: 15px; }
  .resultdiv hr {
    border-top: solid #DEDEDE 1px; }

.searchtitel {
  width: 40%;
  float: left;
  margin-bottom: 5px; }

.searchhinweis {
  width: 60%;
  float: left; }
  .searchhinweis .stxtline {
    float: right;
    font-size: 14px;
    margin-bottom: 5px; }

.hinweistext {
  float: right;
  font-size: 14px;
  margin-bottom: 5px; }

.hinweisline {
  width: 100%;
  clear: left;
  margin-top: 10px;
  margin-bottom: 30px; }
  .hinweisline .line {
    height: 1px;
    border: 0;
    background: #999;
    margin-top: 10px;
    margin-bottom: 10px; }

.formcontainer {
  clear: left;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 800px;
  padding-top: 20px; }
  @media (max-width: 985px) {
    .formcontainer {
      width: 100%; } }

.cleardiv {
  clear: left;
  margin-bottom: 10px; }

.searchprintcontainer {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 60px; }

/******************** SUCHE **************** */
.searchbutton {
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 32px; }
  @media (max-width: 985px) {
    .searchbutton {
      bottom: 0px; } }

.searchlayer {
  position: absolute;
  z-index: 110;
  top: 210px;
  width: 100%;
  display: none; }
  @media (max-width: 985px) {
    .searchlayer {
      top: 200px; } }

.searchbox {
  position: absolute;
  top: 0;
  right: 0; }

.searchbox a {
  color: #cccccc;
  text-decoration: none;
  font-weight: normal; }

.searchbox a:hover {
  color: #cccccc;
  text-decoration: none;
  font-weight: normal; }

.searcharrow {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  width: 250px;
  height: auto;
  position: relative;
  background: #FFF;
  border: 1px solid #d8d8d8;
  margin: 7px 0px 0px 0px;
  padding: 10px; }

.searcharrow:after, .searcharrow:before {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute; }

.searcharrow:after {
  border-bottom-color: #FFF;
  border-width: 6px;
  margin-left: -6px; }

.searcharrow:before {
  border-bottom-color: #d8d8d8;
  border-width: 7px;
  margin-left: -7px; }

.ref h5 {
  font-family: "PTSansRegular", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0;
  color: #999; }

/*    COLORS               */
.uploader {
  background-color: #FAFAFA;
  border: 1px solid #CCCCCC;
  height: 100px;
  width: 476px; }
  .uploader a {
    display: block;
    height: 100px;
    text-align: center;
    text-decoration: none; }
  .uploader span.label {
    display: block;
    padding: 27px 0px 0px 0px;
    text-decoration: underline; }
  .uploader span.standby {
    color: #999999;
    display: block;
    padding: 12px 0px 0px 0px; }
  .uploader span.progress {
    color: #999999;
    display: none;
    padding: 12px 0px 0px 0px; }

.uploading span.standby {
  display: none; }

.uploading span.progress {
  display: block; }

body {
  font-family: "PTSansRegular", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  background-color: white; }

.scrolloff {
  pointer-events: none; }

/*# sourceMappingURL=parent23.css.map */
