/* LAYOUT.CSS */
/* rot:#a81322 / hellgrau:#e6e6e6 / mittelgrau:#999999 / dunkelgrau:#636463 / weiss:#ffffff */
@media only screen {
  DIV#outer {
    width: 100%;
    background: none;
  }

  HEADER {
    position: fixed;
    z-index: 3000;
    background-color: #fff;
    box-shadow: 0 0 20px -5px #000;
    width: 100%;
    top: 0;
  }

  HEADER>HR {
    margin: 0;
  }

  HEADER DIV.content {
    max-width: 1536px;
    width: 60vw;
    margin: 1em auto;
    font-size: 0.75em;
    position: relative;
  }

  HEADER DIV.content-top {
    text-align: right;
  }

  HEADER DIV.content-bottom {
    margin: 0.7em auto 0.5em auto;
    min-height: 2.8em;
  }

  HEADER DIV.logo {
    position: absolute;
    width: 100%;
    top: 0.40em;
  }

  HEADER NAV {
    font-size: 1.33em;
    left: 8em;
    top: 0.55em;
    position: relative;
  }

  HEADER NAV UL {}

  HEADER NAV UL.mainmenu {
    padding-bottom: 0.25em;
  }

  HEADER NAV UL.submenu {
    padding: 0.25em 0 0.5em 0.5em;
    font-size: 0.8em;
  }

  HEADER NAV LI A {}

  HEADER NAV LI A:hover {
    color: #a81322;
  }

  HEADER NAV LI.active A {
    font-weight: 700;
  }

  HEADER A {
    color: #000;
  }

  HEADER A:hover {
    text-decoration: none;
  }

  HEADER NAV>UL>LI {
    display: inline;
    margin: 0 0.5em;
  }

  HEADER DIV.top {}

  HEADER DIV.logo IMG.left {
    width: 7.75757575em;
    /* width: 6.060606em; */
    height: auto;
  }

  HEADER DIV.logo IMG.right {
    width: 9.515151em;
    height: auto;
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  DIV#headpics {
    position: fixed;
    top: 0;
    margin-top: 5.5em;
    width: 100%;
    overflow: hidden;
    z-index: -1;
  }

  DIV#headpics DIVheadimages {
    z-index: 1;
    width: 100%;
  }

  DIV#headpics DIV#headimages DIV.headimage {
    width: 100%;
    display: none;
  }

  DIV#headpics DIV#headimages DIV.headimage:nth-child(1) {
    display: initial;
  }

  DIV#headpics DIV#headimages DIV.headimage DIV {
    background: no-repeat scroll center center;
    background-size: cover;
    height: 35em;
  }

  DIV#headpics DIV#headimages IMG {
    width: 100%;
    height: auto;
  }

  DIV#headpics DIV.headpics_content_outer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
  }

  DIV#headpics DIV.headpics_content_outer DIV.headpics_content_wrapper {
    position: relative;
    max-width: 1536px;
    width: 60vw;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
  }

  DIV#headpics DIV.headpics_content_outer DIV.headpics_content_wrapper DIV.headpics_content {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  DIV#headpics DIV.headpics_content_outer DIV.headpics_content_wrapper DIV.headpics_content DIV.headpics_content_inner {
    display: table-cell;
    text-align: left;
    position: absolute;
    width: auto;
    top: 10%;
  }

  DIV#headpics DIV.headpics_content_outer DIV.headpics_content_wrapper DIV.headpics_content DIV.headpics_content_inner>DIV {
    display: inline-block;
    padding: 0.75em 1em;
    background: #3e3e3e;
    font-weight: 100;
    /* font-size:2.5em; */
    font-size: 2em;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
    white-space: normal;
    min-width: 7em;
    text-transform: uppercase;
  }

  DIV#headpics DIV.headpics_content_outer DIV.headpics_content_wrapper DIV.headpics_content DIV.headpics_content_inner>DIV>A,
  DIV#headpics DIV.headpics_content_outer DIV.headpics_content_wrapper DIV.headpics_content DIV.headpics_content_inner>DIV>A:hover {
    display: inline-block;
    padding: 0;
    background: #3e3e3e;
    font-weight: 100;
    font-size: 1em;
    line-height: 1.3em;
    color: #fff;
    text-decoration: none;
  }

  MAIN {
    background: #fff;
    margin-top: 7em;
    display: block;
  }

  BODY.page-1 MAIN {
    margin-top: 3em;
  }

  MAIN.withheadpic {
    margin-top: 40.5em;
    box-shadow: 0 0 20px -5px #000;
  }

  BODY.page-1 MAIN.withheadpic {
    margin-top: 38em;
  }

  MAIN DIV.rootline SPAN.light,
  MAIN DIV.rootline SPAN.light A {
    color: #999;
    font-weight: 300;
  }

  MAIN DIV.rootline SPAN.light A:hover {
    color: #000;
    text-decoration: none;
  }

  MAIN DIV.rootline {
    font-weight: 300;
    margin-top: 2em !important;
    font-size: 2em;
    line-height: 1.2em;
    margin: 0 0 0.2em 0;
  }

  MAIN DIV.rootline H1 {
    font-size: 1em;
    display: inline;
  }

  SECTION {
    padding: 1.5em 0;
  }

  SECTION>DIV.content {
    max-width: 1536px;
    width: 60vw;
    margin: 0 auto;
  }

  SECTION.gray {
    background: #e6e6e6;
  }

  SECTION.darkgray {
    background: #636463;
    color: #fff;
    padding: 3em 0;
    margin: 1.5em 0;
  }

  SECTION HR {
    margin: 3em 0;
  }

  .cols-111 {}

  .cols-111 .col-111-1 {
    width: 32.75%;
    float: left;
    margin-right: 0.875%;
  }

  .cols-111 .col-111-1:nth-child(3n+0),
  .cols-111 .col-last {
    margin-right: 0;
  }

  .cols-11 {}

  .cols-11 .col-11-1 {
    width: 50%;
    float: left;
  }

  .cols-11 .col-11-1:nth-child(3n+0),
  .cols-11 .col-last {
    width: 49.3% !important;
    margin-left: 0.7%;
  }

  .images {
    margin-bottom: 0.5em;
  }

  .images .image {}

  .images.images-1 {}

  .images.images-1 .images-1-image-1 {}

  .images.images-11 {}

  .images .images-image-clear {
    clear: left;
  }

  .images.images-11 .images-11-image-1 {
    float: left;
    width: 50%;
  }

  .images.images-11 .images-11-image-1 FIGURE {
    margin: 0 0.25em 0 0;
  }

  .images.images-11 .images-image-last FIGURE {
    margin: 0 0 0 0.25em;
  }

  .images .image.image-clear {}

  ///
  .images FIGURE {
    display: inline-block !important;
  }

  DIV#grid3x3 {
    letter-spacing: -1em;
  }

  DIV#grid3x3 .grid3x3_element {
    display: inline-block;
    -moz-transition: 0.25s, opacity 0.8s;
    -o-transition: 0.25s, opacity 0.8s;
    -webkit-transition: 0.25s, opacity 0.8s;
    transition: 0.25s, opacity 0.8s;
    width: 32.75%;
    margin: 0 0.875% 0.875% 0;
    position: relative;
  }

  DIV#grid3x3 .grid3x3_element:nth-child(3n) {
    margin-right: 0;
  }

  DIV#grid3x3 .grid3x3_element.light {
    -moz-filter: contrast(50%) brightness(300%) saturate(200%);
    -webkit-filter: contrast(50%) brightness(300%) saturate(200%);
    -o-filter: contrast(50%) brightness(300%) saturate(200%);
    -ms-filter: contrast(50%) brightness(300%) saturate(200%);
    filter: contrast(50%) brightness(300%) saturate(200%);
    opacity: 0;
  }

  DIV#grid3x3 .grid3x3_element .grid3x3_overlay {
    opacity: 0;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: rgba(99, 100, 99, 0.9);
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100%;
    padding-bottom: 1px;
  }

  DIV#grid3x3 .grid3x3_element:hover .grid3x3_overlay {
    opacity: 1;
  }

  DIV#grid3x3 .grid3x3_overlay {
    letter-spacing: normal;
  }

  DIV#grid3x3 H4 {
    font-weight: 100;
    font-size: 2em;
    text-transform: uppercase;
    margin: 0.2em 0;
  }

  DIV#grid3x3 .grid3x3_overlay>DIV {
    padding: 2em 0;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  DIV#grid3x3 .grid3x3_element_spare {
    display: none;
    outline: 5px solid yellow;
  }

  #newsteasers {
    max-width: 1536px;
    xwidth: 64.986em;
    width: 101%;
    display: inline-block;
    margin: -0.21875em -0.21875em 0.5em -0.21875em;
  }

  .newsteaser {
    width: 33.333%;
    float: left;
  }

  .newsteaser_inner {
    margin: 0.21875em;
    background: #fff;
    overflow: hidden;
  }

  .newsteaser_inner IMG {
    width: 100%;
    height: auto;
    position: relative;
    top: -1px;
  }

  .newsteaser_content {
    padding: 0.5em;
  }

  .newsteaser SPAN {
    font-weight: 200;
    display: none;
    padding: 0.2em 0 0.5em 0;
  }

  .news-tags {
    display: none;
  }

  .news-tags SPAN {
    background-color: #e3e3e3;
    padding: 0 0.25em;
  }

  .news-topline {
    margin: 2em 0 1em 0;
  }

  .news-text-wrap {
    margin: 2em 0 1.25em 0;
  }

  .news-single .newsteaser H4 {
    min-height: 4em;
  }

  DIV.tx-rx-d3-anniversary DIV.form-left {
    margin-right: 170px;
  }

  DIV.tx-rx-d3-anniversary DIV.form-right {
    overflow: hidden;
    float: right;
    width: 158px;
  }

  DIV.tx-rx-d3-anniversary A.button {
    width: 128px;
    overflow: hidden;
  }

  DIV.tx-rx-d3-anniversary DIV.g-recaptcha {
    margin-bottom: 5px;
  }

  FOOTER {
    background: #636463;
    color: #fff;
    font-size: 0.77em;
    padding: 2em 0 0 0;
  }

  FOOTER>DIV.content {
    max-width: 1536px;
    width: 60vw;
    margin: 0 auto;
  }

  FOOTER ADDRESS {
    font-style: normal;
    font-weight: 200;
    margin-bottom: 2em;
  }

  FOOTER A {
    color: #fff;
    font-weight: 200;
  }

  FOOTER A.button {
    color: #636463;
    background-color: #ffffff;
  }

  FOOTER A.button:hover {
    color: #fff;
  }

  FOOTER DIV.broschure {
    width: 66.375%;
  }

  FOOTER DIV.broschure IMG {
    width: 75%;
    height: auto;
  }

  FOOTER DIV.footer {
    padding: 0;
    width: 32.75%;
    float: right;
  }

  FOOTER DIV.copyright {
    padding: 0 0 1em 67.25%;
    font-size: 0.75em;
  }

  /*
BODY.js { display:none; }
*/
  DIV#layer {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
  }

  DIV#layer DIV#layer_inner {
    display: none;
    background: #a81322;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1536px;
    width: 60vw;
    margin: 0 auto;
    color: #fff;
  }

  DIV#layer DIV#layer_inner P {
    padding: 3em;
    line-height: 1.5em;
  }

  DIV#layer DIV#layer_close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 0.2em;
    background: #fff;
    color: #a81322;
    cursor: pointer;
  }

  DIV#layer DIV#layer_close:hover {
    color: #fff;
    background: #a81322;
  }
}

/* Startseite 2016-11 */
DIV#headpics DIV.headbox,
DIV#headpics DIV.headbox A {
  background: none !important;
  padding: 0 !important;
}

DIV#headpics DIV.headbox DIV {
  padding: 0.75em 1em;
  margin: 0.5em 0;
}

DIV#headpics DIV.headbox DIV.headbox_gray {
  background: #3e3e3e;
}

DIV#headpics DIV.headbox DIV.headbox_white {
  background: #fff;
  color: #3e3e3e;
  font-size: 0.5em;
  line-height: 1.5em;
  padding: 1.5em 2em;
}

SECTION.gray {
  padding-top: 3em;
}

.newsteaser_content {
  padding: 1.5em 1em;
}

.newsteaser_content H4 {
  font-weight: 500;
  font-size: 1.5em;
  text-transform: none;
}

.newsteaser_inner {
  margin: 0.35em;
}

.redbox {
  background: #a81322;
  color: #fff;
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.redbox:before {
  content: '';
  position: relative;
  padding-top: 100%;
}

.redbox_inner {
  position: absolute;
  top: 2em;
  right: 1em;
  bottom: 2em;
  left: 1em;
}

.redbox A.button {
  position: absolute;
  bottom: 0;
  background: #fff;
  color: #a81322;
  border: 1px solid #fff;
}

.redbox A.button::after {
  background-color: #a81322;
}

.redbox A.button:hover {
  color: #fff;
}

SECTION.services {}

SECTION.services FIGURE {
  position: relative;
}

SECTION.services FIGCAPTION {
  position: absolute;
  top: 1.5em;
  left: 0;
  background: #3e3e3e;
  color: #fff;
  padding: 1em;
}

SECTION.services FIGCAPTION H4 {
  font-size: 1em;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0.4em 0.4em 0.2em 0.4em;
}

SECTION.services FIGCAPTION.servicegrid-link5 {
  background: none;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2em 1em;
}

SECTION.services A.buttoninbox {
  position: absolute;
  bottom: 2em;
  background: #fff;
  color: #a81322;
  border: 1px solid #fff;
}

SECTION.services A.buttoninbox::after {
  background-color: #a81322;
}

SECTION.services A.buttoninbox:hover {
  color: #fff;
}