@charset "UTF-8";
@import url(fontawesome-all.min.css);
@font-face {
  font-family: zeckFont;
  src: url(../fonts/zeck-icons.eot);
  src: url(../fonts/zeck-icons.woff), url(../fonts/zeck-icons.svg), url(../fonts/zeck-icons.ttf); }
.zeckfont td {
  font-family: zeckFont;
  font-size: 20px; }

/*.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/
.navbar-toggle .icon-bar {
  background-color: #286145;
  width: 30px;
  height: 4px;
  margin-top: 6px; }

.doc-meta-menu .navbar {
  min-height: 120px;
  border-width: 0;
  border-radius: 0; }
  .doc-meta-menu .navbar .navbar-brand {
    padding: 15px 0;
    margin-right: 15px; }
  .doc-meta-menu .navbar ul.navbar-nav {
    margin: 20px; }
    .doc-meta-menu .navbar ul.navbar-nav li {
      margin: 0 10px; }
      .doc-meta-menu .navbar ul.navbar-nav li a {
        color: #286145; }
        .doc-meta-menu .navbar ul.navbar-nav li a:hover {
          background-color: transparent; }
        .doc-meta-menu .navbar ul.navbar-nav li a span.far, .doc-meta-menu .navbar ul.navbar-nav li a span.fas {
          font-size: 175%;
          display: inline-block;
          padding-right: 10px;
          vertical-align: sub; }
      .doc-meta-menu .navbar ul.navbar-nav li .dropdown-menu > li:hover > a, .doc-meta-menu .navbar ul.navbar-nav li .dropdown-menu > li:hover > a:focus, .doc-meta-menu .navbar ul.navbar-nav li .dropdown-menu > li:hover > a:hover,
      .doc-meta-menu .navbar ul.navbar-nav li .dropdown-menu > li.active > a,
      .doc-meta-menu .navbar ul.navbar-nav li .dropdown-menu > li.active > a:focus,
      .doc-meta-menu .navbar ul.navbar-nav li .dropdown-menu > li.active > a:hover {
        background-color: #f4f4f4;
        color: #333; }

/*.doc-main-menuXXX {
    background-color: $zeck-green;

    nav.navbar.navbar-collapse {
        margin-bottom: 0;
        border-width: 0;
        border-radius: 0;
        padding: 0;

        ul.nav.navbar-nav {
            > li {
                > a {
                    color: #fff;
                    display: inline-block;
                    padding: 15px 0;
                }

                & + li {
                    &:before {
                        color: #fff;
                        content: "|";
                        display: inline-block;
                        padding: 0 20px;
                        font-size: 125%;
                    }
                }

                &:hover,
                &.open {
                    > a,
                    > a:focus,
                    > a:hover {
                        background-color: transparent;
                        border-color: transparent;
                    }
                }
            }
        }

        form {
            margin: 12px 0;
            padding: 0;

            input.form-control {
                padding: 2px 5px;
                border-radius: 0;
                height: auto;
            }

            button {
                margin-left: 5px;
                padding: 2px 5px;
                height: auto;
                border-radius: 0;
                background-color: transparent;
                color: #fff;
            }
        }
    }
}*/
.breadcrumb {
  padding: 8px 0;
  background-color: transparent; }
  .breadcrumb > li.active,
  .breadcrumb > li > a {
    color: #333; }
  .breadcrumb > li.active {
    font-weight: bold; }
  .breadcrumb > li + li::before {
    content: ">"; }

/*
	MainNav + MobileNav
*/
#doc-mainnavbar {
  float: left;
  padding: 0; }

.doc-mainnav {
  margin: 0;
  background-color: #286145;
    /*ul.doc-nav-innerXXX {
        position: absolute;
        left: 0;
        padding-bottom: 10px;

        li {
            float: none;

            > a {
                display: block;
                white-space: normal;
                padding-top: 10px;
                padding-bottom: 10px;
                color: $zeck-green;

                &:after {
                    content: ">";
                    color: $zeck-green;
                    display: inline-block;
                    position: absolute;
                    right: 15px;
                    top: 13px;
                }

                &:hover {
                    color: #fff;
                }
            }
        }

        > li > ul.doc-level3.doc-nav-inner {
            border: none;
            box-shadow: none;
            background: none;
            top: 0;
            left: 25%;
            width: 25%;

            li {
                > a:after {
                    content: "";
                }
            }
        }
    }*/ }
  .doc-mainnav nav.navbar-default {
    background-color: #286145; }
  .doc-mainnav li {
    position: static;
    margin-bottom: 0ch; }
    .active .doc-mainnav li {
      font-weight: bold; }
  .doc-mainnav ul.doc-nav-outer {
    position: relative;
    width: 100%;
        /*> li > ul.doc-nav-innerXXX > div.csc-default {
            position: absolute;
            right: 10px;
            bottom: 10px;

            .csc-textpic-image.csc-textpic-last img {
                background-color: #fff;
                position: relative;
                z-index: 1;
            }

            .csc-textpic-imagewrap {
                height: 110px;

                a::before {
                    content: "";
                }
            }
        }*/ }
    .doc-mainnav ul.doc-nav-outer li {
      font-size: 14px; }

.doc-level1 li > div.csc-default {
  position: absolute;
  right: 10px;
  bottom: 10px; }

ul.doc-level1 li > ul {
  display: none; }
ul.doc-level1 li:hover > ul {
  display: block;
  z-index: 10000;
  height: 100%;
  background-color: #fff; }

.navbar-nav.doc-nav-outer > li {
  position: relative; }
  .navbar-nav.doc-nav-outer > li > a {
    color: #fff;
    position: relative; }
  .navbar-nav.doc-nav-outer > li:focus > a, .navbar-nav.doc-nav-outer > li:hover > a, .navbar-nav.doc-nav-outer > li.active > a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.doc-navbar-nav > li > a {
  padding-bottom: 6px;
  padding-top: 10px; }

.doc-mainnav,
.doc-footer-line {
  margin-bottom: 0; }

.doc-nav-menu {
  display: none; }

li.dropdown.hasChildren:hover > .doc-nav-menu {
  position: absolute;
  display: flex;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.98);
  padding-top: 10px;
  border: 1px solid #286145;
  box-shadow: 8px 8px 15px -5px RGBA(0, 0, 0, 0.5);
  min-width: 250px;
  float: none;
  height: auto; }
  li.dropdown.hasChildren:hover > .doc-nav-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 40px;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    border-style: solid; }
  li.dropdown.hasChildren:hover > .doc-nav-menu > ul {
    float: left;
    min-width: 250px;
    height: auto;
    position: relative; }
    li.dropdown.hasChildren:hover > .doc-nav-menu > ul > li {
      min-width: 250px;
      height: auto;
      position: relative; }
    li.dropdown.hasChildren:hover > .doc-nav-menu > ul.doc-toggle-nav > li.hasChildren > a {
      padding-right: 30px; }
      li.dropdown.hasChildren:hover > .doc-nav-menu > ul.doc-toggle-nav > li.hasChildren > a:after {
        content: ">";
        color: #286145;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 8px; }
      li.dropdown.hasChildren:hover > .doc-nav-menu > ul.doc-toggle-nav > li.hasChildren > a.open:after {
        color: #fff; }
    li.dropdown.hasChildren:hover > .doc-nav-menu > ul a {
      color: #286145; }
      li.dropdown.hasChildren:hover > .doc-nav-menu > ul a.open {
        color: #fff;
        background-color: #286145; }
    li.dropdown.hasChildren:hover > .doc-nav-menu > ul.tab-pane {
      display: none; }
      li.dropdown.hasChildren:hover > .doc-nav-menu > ul.tab-pane.open {
        display: block;
        position: relative;
        min-width: 250px;
        height: auto;
        border-left: solid 1px #ccc; }
        li.dropdown.hasChildren:hover > .doc-nav-menu > ul.tab-pane.open > li > a:hover {
          color: #fff;
          background-color: #286145; }

li.dropdown + li.dropdown:hover > .doc-nav-menu {
  left: -50px; }
  li.dropdown + li.dropdown:hover > .doc-nav-menu:before {
    left: 80px; }

img {
  max-width: 100%;
  height: auto; }

.doc-banner-content .tx-ws-flexslider > div.flexslider {
  border: 0 none transparent;
  box-shadow: none;
  margin: 0;
  position: relative; }
  .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li {
    overflow: hidden; }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li img {
      width: 100%;
      height: auto; }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .wsflexslider-style2 .caption-wrapper {
      display: none; }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper {
      position: absolute;
      bottom: 10px;
      background-color: rgba(0, 0, 0, 0.68);
      padding: 0; }
      .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper.caption-align-left {
        left: calc((100vw - 1170px) / 2); }
      .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text {
        position: relative;
        background: none;
        top: 0;
        left: 0;
        padding: 10px 30px 10px 20px;
        width: auto; }
        .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text a, .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text a:hover {
          color: white;
          text-decoration: none; }
        .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text p {
          color: white;
          text-shadow: 0 0 14px #300; }
        .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text .caption-title {
          font-size: 200%;
          font-weight: bold;
          margin: 0; }
  .doc-banner-content .tx-ws-flexslider > div.flexslider ol.flex-control-nav {
    z-index: 10;
    bottom: 5px; }
.doc-banner-content.doc-banner ul.slides > li {
  max-height: 250px; }
.doc-banner-content.doc-banner-lg ul.slides > li {
  max-height: 350px; }
.doc-banner-content.doc-banner-home ul.slides > li {
  max-height: 500px; }

.doc-banner-content .container,
.container .container {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: block; }

.doc-section + .doc-section {
  margin-top: 20px; }

section.doc-section-alternating-layout-0 .doc-ce {
  padding-top: 20px;
  padding-bottom: 20px; }
section.doc-section-alternating-layout-0 article:nth-child(even) {
  background-color: #e4e4e4; }

section.doc-section-alternating-layout-1 .doc-ce:nth-child(2n-1) {
  padding-top: 20px; }
section.doc-section-alternating-layout-1 .doc-ce:nth-child(2n) {
  padding-bottom: 20px; }
section.doc-section-alternating-layout-1 article:nth-child(4n), section.doc-section-alternating-layout-1 article:nth-child(4n-1) {
  background-color: #e4e4e4; }

/* Seitentyp 3-1: div.doc-main-col>article+article Trenner zwischen articles */
/* Anmerkung: Seitentyp 4-0: section.doc-main-col */
div.doc-main-col > h1 + article {
  margin-top: 20px;
  padding-top: 20px; }
div.doc-main-col > article + article {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #286145; }

/* Text Spaltensatz via Tabelle */
article.frame-layout-3 table.contenttable td h3 {
  margin-bottom: 20px; }
article.frame-layout-3 table.contenttable tr + tr td {
  padding-top: 20px; }
article.frame-layout-3 table.contenttable td + td {
  padding-left: 15px; }

/* TextMedia */
.ce-gallery {
  padding-left: 0 !important;
  xpadding-right: 25px !important; }
  .ce-center .ce-gallery {
    text-align: center;
    xpadding-left: 25px !important;
    xpadding-right: 25px !important; }
  .ce-right .ce-gallery {
    text-align: right;
    xpadding-left: 25px !important;
    xpadding-right: 0 !important; }
  .ce-intext .ce-gallery {
    max-width: 50%; }
  .ce-intext.ce-right .ce-gallery {
    float: right;
    xpadding-left: 20px;
    xpadding-right: 0 !important; }
  .ce-intext.ce-left .ce-gallery {
    float: left;
    xpadding-right: 20px; }
  .ce-gallery.ce-gallery50 + .ce-bodytext {
    float: left;
    max-width: 49.5%; }

/* Framelayout 2 für Historie, Awards */
article.frame-layout-2 header h2 {
  margin: 0 0 10px 0;
  text-transform: uppercase; }
article.frame-layout-2 header h3 {
  font-size: 133%;
  text-transform: uppercase;
  font-weight: bold; }

/* Galerie */
.ce-gallery .ce-row {
  display: flex;
  flex-wrap: wrap; }
  .ce-gallery .ce-row + .ce-row {
    padding-top: 20px; }

.ce-gallery .ce-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  .ce-gallery .ce-column + .ce-column {
    padding-left: 20px; }

.ce-gallery[data-ce-images="1"] .ce-row {
  display: block; }
  .ce-gallery[data-ce-images="1"] .ce-row > .ce-column {
    display: block; }

/* Spaltenbreiten je nach eingestellten Columns */
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
  xpadding: 10px; }

.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33%;
  xpadding: 10px; }

.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 25%;
  xpadding: 10px; }

.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 20%;
  xpadding: 10px; }

.doc-content-box {
  background-color: #286145;
  padding: 10px;
  margin: 0 0 40px 0; }
  .doc-content-box p, .doc-content-box li, .doc-content-box a {
    color: #fff;
    font-weight: bold; }
  .doc-content-box ul, .doc-content-box li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .doc-content-box a {
    display: block;
    padding: 5px 0; }
  .doc-content-box .fas, .doc-content-box .far {
    font-size: 175%;
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: sub; }

.doc-side-col .doc-product-list .list-group-item {
  padding-left: 0;
  padding-right: 0; }
  .doc-side-col .doc-product-list .list-group-item .doc-product-list-img {
    width: 40%; }
  .doc-side-col .doc-product-list .list-group-item .doc-product-list-text {
    padding: 0;
    width: 60%; }
    .doc-side-col .doc-product-list .list-group-item .doc-product-list-text h3, .doc-side-col .doc-product-list .list-group-item .doc-product-list-text h4 {
      font-size: 120%;
      margin-bottom: 10px; }
    .doc-side-col .doc-product-list .list-group-item .doc-product-list-text p {
      margin-top: 10px; }

.doc-footer-nav {
  margin: 40px 0; }
  .doc-footer-nav > .container > ul {
    border-top: 1px solid #286145; }
    .doc-footer-nav > .container > ul > li + li {
      padding-left: 15px; }
  .doc-footer-nav > .container ul, .doc-footer-nav > .container li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .doc-footer-nav > .container li li {
    text-indent: -1.5ch;
    padding-left: 1.5ch; }
    .doc-footer-nav > .container li li:before {
      text-indent: 0;
      padding-left: 0;
      content: "• ";
      display: inline-block;
      width: 1.5ch; }
    .doc-footer-nav > .container li li + li {
      margin-top: 5px; }
  .doc-footer-nav > .container h4 {
    padding-top: 20px;
    margin-bottom: 5px;
    font-weight: bold; }
  .doc-footer-nav > .container h4, .doc-footer-nav > .container li {
    font-size: 12px; }
  .doc-footer-nav > .container li, .doc-footer-nav > .container a {
    color: #333; }

.doc-bottom-bar {
  background-color: #286145;
  padding: 10px 0; }
  .doc-bottom-bar ul, .doc-bottom-bar li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .doc-bottom-bar li, .doc-bottom-bar a {
    color: #fff; }
  .doc-bottom-bar .doc-footer-list {
    text-align: center; }
    .doc-bottom-bar .doc-footer-list li {
      display: inline-block; }
      .doc-bottom-bar .doc-footer-list li + li:before {
        display: inline-block;
        padding: 0 10px; }
    .doc-bottom-bar .doc-footer-list.contact li + li:before {
      content: "•"; }
    .doc-bottom-bar .doc-footer-list.legal li + li:before {
      content: "|"; }

.doc-social-bar {
  background-color: #286145;
  position: fixed;
  right: 0;
  top: 350px;
  z-index: 100; }
  .doc-social-bar > a:hover {
    background-color: #214f38; }
  .doc-social-bar > a {
    display: block;
    padding: 5px 10px;
    color: white;
    font-size: 20pt;
    text-align: center; }

h1, h2, h3 {
  margin-top: 0;
  color: #286145; }

h1, h2 {
  text-transform: uppercase;
  font-weight: bold; }

h1 {
  font-size: 250%;
  margin-bottom: 0; }

h2 {
  font-size: 175%;
  margin: 20px 0; }

h3 {
  font-size: 125%; }

p, li, td, th {
  color: #333; }

td {
  vertical-align: top; }

th {
  vertical-align: middle; }

table.contenttable {
  margin-bottom: 20px;
  table-layout: fixed; }
  table.contenttable img {
    width: 100%; }
  table.contenttable td > b ~ ul {
    margin-top: 10px; }
  table.contenttable > thead {
    border-top: #e4e4e4 1px solid;
    border-bottom: 1px solid #286145; }
    table.contenttable > thead > tr > th {
      padding: 5px; }
    table.contenttable > thead + tbody {
      border-bottom: #e4e4e4 1px solid; }
      table.contenttable > thead + tbody > tr > td {
        padding: 5px; }
      table.contenttable > thead + tbody > tr + tr > td {
        border-top: #e4e4e4 1px solid; }

ul, ol {
  padding-left: 2ch; }

li {
  margin-bottom: 1ch; }

.pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"] {
  padding-top: 10px;
  border-top: 1px solid #e4e4e4; }
  .pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"] > h3 {
    cursor: pointer;
    position: relative; }
    .pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"] > h3:after {
      position: absolute;
      display: inline-block;
      box-sizing: border-box;
      width: 10px;
      height: 10px;
      right: 15px;
      top: 5px;
      border-style: solid;
      border-width: 5px;
      border-color: transparent transparent transparent #286145;
      content: ""; }
  .pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"][aria-expanded="true"] > h3:after {
    right: 15px;
    top: 5px;
    border-color: #286145 transparent transparent transparent; }
.pw-teaser.panel-group.doc-progressive .collapse ul ~ h4 {
  margin-top: 20px; }
.pw-teaser.panel-group.doc-progressive .collapse.in {
  margin: 20px 0; }

section.doc-section-alternating-layout-1 article:nth-child(4n) .pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"],
section.doc-section-alternating-layout-1 article:nth-child(4n-1) .pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"] {
  border-top-color: white; }

span.doc-button-content {
  display: inline-block;
  padding: 0;
  margin: 0;
  outline: none;
  border: none; }
  span.doc-button-content > a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #286145;
    color: white;
    font-weight: normal; }
    span.doc-button-content > a:hover {
      text-decoration: none; }

.doc-teaser-item {
  display: block; }
  .doc-teaser-item:hover {
    text-decoration: none; }
  .doc-teaser-item .doc-teaser-item-img {
    margin-bottom: 20px; }
    .doc-teaser-item .doc-teaser-item-img > img {
      width: 100%;
      height: auto; }
  .doc-teaser-item .doc-teaser-item-text {
    margin-bottom: 20px; }
    .doc-teaser-item .doc-teaser-item-text > a {
      display: block; }

.doc-main-col h2 {
  margin-top: 0; }
.doc-main-col .doc-teaserlist-single h3 {
  margin-top: 20px; }
.doc-main-col .doc-teaserlist-multi .doc-teaser-item:after {
  content: "";
  display: block;
  clear: both;
  height: 0px; }
.doc-main-col .doc-teaserlist-multi .doc-teaser-item div {
  width: 50%;
  padding-right: 20px;
  float: left; }

header > h2 > a {
  color: #286145;
  text-decoration: none; }
  header > h2 > a:hover {
    text-decoration: none;
    color: #286145; }

.doc-ce-product-title h1, .doc-ce-product-title h2 {
  text-transform: none; }
.doc-ce-product-title h2 {
  color: #333;
  font-weight: normal;
  font-size: 150%;
  margin: 0; }
.doc-ce-product-title h1 {
  color: #286145; }
.doc-ce-product-title h2 + h1 {
  margin-top: 10px; }

.doc-ce-product-img .st4_img_fixed_column {
  text-align: center; }
.doc-ce-product-img img {
  max-height: 420px;
  max-width: 60%; }

.doc-product-tab-panel {
  margin-top: 20px; }
  .doc-product-tab-panel ul.nav.nav-tabs > li {
    border: 1px solid #286145;
    border-bottom-width: 0; }
    .doc-product-tab-panel ul.nav.nav-tabs > li a {
      color: #52BA78;
      font-size: 100%;
      font-weight: bold; }
      .doc-product-tab-panel ul.nav.nav-tabs > li a:hover {
        background-color: transparent; }
    .doc-product-tab-panel ul.nav.nav-tabs > li + li {
      margin-left: 10px; }
    .doc-product-tab-panel ul.nav.nav-tabs > li.active {
      background-color: #286145;
      border: 1px solid #286145; }
      .doc-product-tab-panel ul.nav.nav-tabs > li.active > a {
        border: 1px solid #286145;
        background-color: #286145;
        color: #fff; }
  .doc-product-tab-panel .tab-content {
    margin-bottom: 20px; }
    .doc-product-tab-panel .tab-content > div.tab-pane.active {
      min-height: 250px;
      border: 1px solid #286145;
      background-color: #e4e4e4;
      padding: 20px; }
    .doc-product-tab-panel .tab-content .doc-ce-tab-content h3 {
      font-size: 100%;
      color: #52BA78;
      font-weight: normal;
      margin-top: 15px; }
    .doc-product-tab-panel .tab-content .doc-ce-tab-content * + h3 {
      margin-top: 30px; }
    .doc-product-tab-panel .tab-content .doc-ce-tab-content table.contenttable {
      width: 100%;
      margin: 15px 0;
      border-top: 1px solid white; }
      .doc-product-tab-panel .tab-content .doc-ce-tab-content table.contenttable tr > td {
        padding: 5px 0;
        border-bottom: 1px solid white; }

.list-group.doc-product-tiles {
  margin: 20px -10px;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  .list-group.doc-product-tiles li.list-group-item {
    flex: 0 0 auto;
    padding: 0;
    display: block;
    margin: 10px;
    width: 100vw;
    border: none;
        /*.doc-main-col & {
            max-width: 45%;
            height: 400px;

            .doc-product-list-img {
                bottom: 125px;
                left: 0;
                right: 0;
            }
        }

        .doc-side-col & {
            max-width: calc(100% - 20px);
            height: 300px;

            .doc-product-list-img {
                bottom: 100px;
                left: 0;
                right: 0;
            }

            a:hover {
                > .doc-product-list-text {
                    padding-top: 20px;
                }
            }
        }*/ }
    .list-group.doc-product-tiles li.list-group-item a {
      /*transition: all 0.1s ease;*/
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 15px;
      border: 1px solid #286145; }
      .list-group.doc-product-tiles li.list-group-item a:hover, .list-group.doc-product-tiles li.list-group-item a:focus, .list-group.doc-product-tiles li.list-group-item a:active {
        outline: none;
        text-decoration: none; }
      .list-group.doc-product-tiles li.list-group-item a:hover {
        border: 5px solid #52BA78; }
        .list-group.doc-product-tiles li.list-group-item a:hover > .doc-product-list-text {
          top: 0;
          right: 0;
          background-color: rgba(255, 255, 255, 0.9);
          padding: 40px; }
          .list-group.doc-product-tiles li.list-group-item a:hover > .doc-product-list-text ul, .list-group.doc-product-tiles li.list-group-item a:hover > .doc-product-list-text p {
            display: block; }
    .list-group.doc-product-tiles li.list-group-item .doc-product-list-text {
      position: absolute;
      bottom: 0;
      left: 0; }
      .list-group.doc-product-tiles li.list-group-item .doc-product-list-text ul, .list-group.doc-product-tiles li.list-group-item .doc-product-list-text p {
        position: static;
        display: none; }

.list-group.doc-product-list .list-group-item {
  border-color: #286145 transparent; }
  .list-group.doc-product-list .list-group-item:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .list-group.doc-product-list .list-group-item div {
    width: 50%;
    padding-right: 20px;
    float: left; }
.list-group.doc-product-list .doc-product-list-img > img {
  max-width: 80%; }

.doc-product-list-img {
  text-align: center; }
  .doc-product-list-img img {
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 250px;
    margin: 0 auto; }

.doc-product-list-text {
  padding: 20px; }
  .doc-product-list-text h3, .doc-product-list-text h4 {
    font-size: 150%;
    font-weight: bold; }
  .doc-product-list-text h3 {
    color: #333;
    margin-bottom: 20px; }
  .doc-product-list-text h4 {
    color: #52BA78; }
  .doc-product-list-text ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc; }
  .doc-product-list-text p {
    margin-top: 20px; }
  .doc-product-list-text .doc-more {
    color: white;
    font-weight: normal; }

span.doc-more {
  display: inline-block;
  padding: 5px 20px;
  background-color: #286145; }
  span.doc-more a {
    color: white;
    font-weight: normal; }
    span.doc-more a:hover {
      text-decoration: none; }

li[class^="doc-ft"] {
  padding-left: 48px;
  padding-top: 0px;
  min-height: 40px;
  list-style: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px; }

.doc-ft-pulling-force {
  background-image: url("../images/icons/zugkraft.png"); }

.doc-ft-earth-cable {
  background-image: url("../images/icons/erdkabel.png"); }

.doc-ft-velocity {
  background-image: url("../images/icons/geschwindigkeit.png"); }

.doc-ft-aftersales {
  background-image: url("../images/icons/after-sales.png"); }

.doc-ft-antenna {
  background-image: url("../images/icons/antenne.png"); }

.doc-ft-railway {
  background-image: url("../images/icons/bahntechnik.png"); }

.doc-ft-tensioning-force-slts {
  background-image: url("../images/icons/bremskraft-slts.png"); }

.doc-ft-tensioning-force {
  background-image: url("../images/icons/bremskraft.png"); }

.doc-ft-overhead-transmission {
  background-image: url("../images/icons/freileitung.png"); }

.doc-ft-weight {
  background-image: url("../images/icons/gewicht.png"); }

.doc-ft-rope-diameter {
  background-image: url("../images/icons/seildurchmesser.png"); }

.doc-ft-capacity {
  background-image: url("../images/icons/seiltrommelkapazitaet.png"); }

.doc-ft-training {
  background-image: url("../images/icons/training.png"); }

.doc-ft-power {
  background-image: url("../images/icons/leistung.png"); }

.doc-teaserlist-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none; }
  .doc-teaserlist-flex > li {
    margin: 0;
    padding: 0 15px 20px 15px;
    list-style: none;
    display: flex;
    width: 100%; }
    .doc-teaserlist-flex > li > div {
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      width: 100%; }
      .doc-teaserlist-flex > li > div > p {
        flex: 1 0 auto; }
  .doc-teaserlist-flex .doc-teaser-item-img {
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 250px; }
  .doc-teaserlist-flex img {
    width: 100%; }
  .doc-teaserlist-flex h3, .doc-teaserlist-flex a {
    /*color: $zeck-green-bright;
    font-weight: bold;*/ }
  .doc-teaserlist-flex p {
    margin-bottom: 0; }
  .doc-teaserlist-flex h4 {
    font-size: 100%;
    color: black; }

.doc-teaserlist-tiles > li > div {
  flex-direction: column; }
  .doc-teaserlist-tiles > li > div .doc-teaser-item-text > h3 {
    /*margin-top: 20px;*/ }
.doc-teaserlist-tiles .doc-teaser-item-img {
  /*width: 50%;*/
  display: inline-block;
  overflow: hidden;
  max-height: 250px; }

.doc-teaserlist-news > li > div {
  flex-direction: row; }
  .doc-teaserlist-news > li > div .doc-teaser-item-img {
    margin-right: 15px;
    flex-basis: 45%;
    flex-grow: 1; }
  .doc-teaserlist-news > li > div .doc-teaser-item-text {
    flex-basis: 55%;
    flex-grow: 1; }
    .doc-teaserlist-news > li > div .doc-teaser-item-text > h3 {
      margin-top: 0; }

.ce-nowrap img.image-embed-item {
  max-width: 100%; }

@media (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }

  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }

  .doc-main-col .list-group.doc-product-tiles > li.list-group-item {
    max-width: 47.4%;
    height: 365px; }
  .doc-main-col .list-group.doc-product-tiles .doc-product-list-text {
    padding: 0 20px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7); }
    .doc-main-col .list-group.doc-product-tiles .doc-product-list-text h3 {
      line-height: 1.1em;
      height: 55px;
      margin-bottom: 0; }
    .doc-main-col .list-group.doc-product-tiles .doc-product-list-text h3 ~ p {
      margin-top: 10px;
      max-height: 170px;
      overflow: auto; }
  .doc-main-col .list-group.doc-product-tiles .doc-product-list-img {
    margin: -15px; }
    .doc-main-col .list-group.doc-product-tiles .doc-product-list-img > img {
      width: 100%;
      margin: 0;
      max-width: none;
      max-height: none; }

  .doc-side-col .list-group.doc-product-tiles > li.list-group-item {
    max-width: calc(100% - 20px);
    height: 300px; }
  .doc-side-col .list-group.doc-product-tiles .doc-product-list-img {
    bottom: 100px;
    left: 0;
    right: 0; }
  .doc-side-col .list-group.doc-product-tiles a:hover > .doc-product-list-text {
    padding-top: 20px; }

  /* IE 11 Flex img height Bug (wenn Bild kleinskaliert wird, berechnet IE volle Höhe): ul.min-height und img.bel-max-height + img.fix-max-width */
  ul.doc-teaserlist-flex {
    min-height: 1px; }
    ul.doc-teaserlist-flex img {
      max-height: 800px;
      max-width: 360px; }

  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-tiles > li {
    width: 33.33%; }
  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-tiles h3 {
    min-height: 2.3em; }
  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-news > li {
    width: 50%; }

  .powermail_fieldwrap_marker > .col-sm-9 {
    margin-left: 25%; } }
@media (max-width: 767px) {
  h1 {
    font-size: 150%; }

  h2 {
    font-size: 125%;
    font-weight: normal; }

  h2 {
    font-size: 120%;
    font-weight: normal; }

  .doc-ce img {
    max-width: 100%;
    height: auto; }

  .doc-meta-menu > .container {
    padding: 0; }
  .doc-meta-menu .navbar {
    margin: 0; }
    .doc-meta-menu .navbar .navbar-brand {
      padding-left: 15px; }
      .doc-meta-menu .navbar .navbar-brand img {
        max-width: 125px;
        width: 40vw;
        height: auto; }
    .doc-meta-menu .navbar ul.nav.navbar-nav {
      margin: 10px 0;
      text-align: center; }
      .doc-meta-menu .navbar ul.nav.navbar-nav li {
        display: inline-block; }
        .doc-meta-menu .navbar ul.nav.navbar-nav li a {
          padding: 5px; }
          .doc-meta-menu .navbar ul.nav.navbar-nav li a span.fas, .doc-meta-menu .navbar ul.nav.navbar-nav li a span.far {
            padding-right: 5px;
            font-size: 200%; }

  .doc-mainnav {
    position: relative; }

  #doc-mainnavbar {
    padding-top: 50px;
    float: none;
    border-color: transparent; }
    #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu,
    #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu {
      position: relative;
      display: block;
      background-color: #84b57e;
      padding-top: 0;
      border: none;
      box-shadow: none; }
      #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu:before,
      #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu:before {
        display: none; }
      #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu > ul,
      #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu > ul {
        float: none;
        width: 100%; }
        #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu > ul > li,
        #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu > ul > li {
          min-width: 0;
          width: 100%; }
        #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu > ul.doc-toggle-nav > li > a:after,
        #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu > ul.doc-toggle-nav > li > a:after {
          display: none; }
        #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu > ul a,
        #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu > ul a {
          color: #333; }
        #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu > ul.tab-pane,
        #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu > ul.tab-pane {
          display: none; }
          #doc-mainnavbar li.dropdown.hasChildren > .doc-nav-menu > ul.tab-pane.open,
          #doc-mainnavbar li.dropdown.hasChildren:hover > .doc-nav-menu > ul.tab-pane.open {
            display: block; }
    #doc-mainnavbar li.dropdown.hasChildren + li.dropdown.hasChildren:hover > .doc-nav-menu {
      left: auto; }
      #doc-mainnavbar li.dropdown.hasChildren + li.dropdown.hasChildren:hover > .doc-nav-menu:before {
        left: auto; }

  #indexedsearchbox {
    position: absolute;
    float: none;
    top: 0;
    padding: 5px 0; }
    #indexedsearchbox input.searchbox-sword {
      width: calc(100vw - 30px);
      font-size: 16pt; }
      #indexedsearchbox input.searchbox-sword:focus ~ i {
        font-size: 16pt; }

  .nav.navbar-nav.doc-nav-outer {
    margin: 0; }

  .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li img {
    object-fit: cover;
    object-position: center;
    height: 150px;
    width: 100vw; }
  .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4); }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper.caption-align-left {
      left: 0; }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text .caption-title {
      font-size: 100%; }
  .doc-banner-content .tx-ws-flexslider > div.flexslider ol.flex-control-nav {
    bottom: 0px; }

  .doc-breadcrumb-menu li {
    display: none; }

  .doc-social-bar {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 -15px;
    text-align: center;
    opacity: 1;
    background-color: transparent; }
    .doc-social-bar > a {
      opacity: 1;
      display: inline-block;
      padding: 5px 10px;
      color: #286145;
      font-size: 20pt;
      text-align: center; }
      .doc-social-bar > a:hover {
        color: #84b57e;
        background-color: transparent; }

  .doc-section > .doc-ce .doc-teaserlist-multi .doc-teaser-item div {
    width: 100%;
    padding-right: 0;
    float: none; }
  .doc-section > .doc-ce .doc-teaserlist-multi .doc-teaser-item h3 {
    margin-top: 20px; }

  .list-group.doc-product-tiles {
    margin-right: 10px;
    box-shadow: none;
    display: block;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: unset;
    align-items: unset; }
    .list-group.doc-product-tiles li.list-group-item {
      flex: unset;
      padding: 0;
      display: block;
      width: 100vw;
      max-width: 100%;
      height: auto;
      border: unset;
      margin: -1px 0 0 10px; }
      .list-group.doc-product-tiles li.list-group-item > a {
        border: 1px solid #286145;
        border-width: 1px 0; }
        .list-group.doc-product-tiles li.list-group-item > a .doc-product-list-img {
          position: relative;
          bottom: unset; }
        .list-group.doc-product-tiles li.list-group-item > a .doc-product-list-text {
          position: relative;
          bottom: unset;
          padding: 0; }
          .list-group.doc-product-tiles li.list-group-item > a .doc-product-list-text p, .list-group.doc-product-tiles li.list-group-item > a .doc-product-list-text ul {
            display: block; }
        .list-group.doc-product-tiles li.list-group-item > a:hover {
          border: 1px solid #286145;
          border-width: 1px 0; }
          .list-group.doc-product-tiles li.list-group-item > a:hover .doc-product-list-text {
            padding: 0; }

  .list-group.doc-product-list .list-group-item {
    border-top-width: 0; }
    .list-group.doc-product-list .list-group-item + .list-group-item {
      border-top-width: 1px; }
    .list-group.doc-product-list .list-group-item div {
      width: 100%;
      padding-right: 0;
      float: none; }
    .list-group.doc-product-list .list-group-item h3 {
      margin-top: 20px;
      font-size: 120%; }

  .doc-product-list-img {
    height: auto; }

  .doc-product-tab-panel .tab-content > div.tab-pane {
    display: block;
    position: static; }
    .doc-product-tab-panel .tab-content > div.tab-pane .doc-ce-tab-title {
      margin-top: 20px;
      padding-top: 10px;
      border-top: 1px solid #286145; }
    .doc-product-tab-panel .tab-content > div.tab-pane.active {
      min-height: 0;
      border: 0 none transparent;
      background-color: transparent;
      padding: 0; }

  .doc-product-tab-panel .tab-content .doc-ce-tab-content table.contenttable > tbody > tr > td {
    border-top: 1px solid #e4e4e4;
    border-bottom: none; }

  .doc-teaserlist-news > li > div h3 {
    font-weight: normal;
    font-size: 100%; }
  .doc-teaserlist-news > li > div a {
    font-weight: normal; }
  .doc-teaserlist-news > li > div .doc-teaser-item-img {
    flex-basis: 33%; }
  .doc-teaserlist-news > li > div .doc-teaser-item-text {
    flex-basis: 67%; }

  .pw-teaser.panel-group.doc-progressive div[data-toggle="collapse"] > h3:after {
    display: none; }

  article.frame-layout-3 table.contenttable {
    display: block; }
    article.frame-layout-3 table.contenttable tr {
      display: block; }
      article.frame-layout-3 table.contenttable tr td {
        display: block;
        padding-left: 0; }
        article.frame-layout-3 table.contenttable tr td + td {
          margin-top: 30px; }
    article.frame-layout-3 table.contenttable tr + tr td {
      margin-top: 30px;
      padding-top: 0; }

  /* Spaltenbreiten je nach eingestellten Columns */
  .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 100%; }

  .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 100%; }

  .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 100%; }

  .ce-gallery[data-ce-columns="5"] .ce-column {
    width: 100%; }

  /* Vertikale Abstände bei Umbruch in Galerie */
  .ce-gallery .ce-column + .ce-column {
    margin-top: 20px;
    padding-left: 0; } }
@media (max-width: 991px) and (min-width: 768px) {
  .doc-meta-menu .navbar-brand img {
    width: 150px;
    height: auto; }
  .doc-meta-menu .navbar ul.navbar-nav > li + li {
    margin-left: 10px; }
  .doc-meta-menu .navbar ul.navbar-nav li {
    margin: 0; }
    .doc-meta-menu .navbar ul.navbar-nav li a {
      padding: 5px; }
      .doc-meta-menu .navbar ul.navbar-nav li a span.fas, .doc-meta-menu .navbar ul.navbar-nav li a span.far {
        font-size: 100%;
        padding-right: 0;
        vertical-align: baseline; }

  .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper {
    bottom: 0px;
    padding: 0px;
    width: calc(100vw-0px); }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper.caption-align-left {
      left: 0;
      right: 0; }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text .caption-title {
      font-size: 100%; }
  .doc-banner-content .tx-ws-flexslider > div.flexslider ol.flex-control-nav {
    bottom: 15px; }

  ul.doc-level2.container {
    min-height: 250px;
    width: 720px; }

  .doc-product-tab-panel ul.nav.nav-tabs > li a {
    padding: 5px; }
  .doc-product-tab-panel ul.nav.nav-tabs > li + li {
    margin-left: 5px; }

  .doc-main-col .list-group.doc-product-tiles > li.list-group-item,
  .doc-side-col .list-group.doc-product-tiles > li.list-group-item {
    max-width: 45%;
    height: 400px; }
  .doc-main-col .list-group.doc-product-tiles .doc-product-list-img,
  .doc-side-col .list-group.doc-product-tiles .doc-product-list-img {
    bottom: 125px;
    left: 0;
    right: 0; }

  .doc-side-col .list-group.doc-product-tiles a:hover > .doc-product-list-text {
    padding-top: 20px; }

  .doc-social-bar {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    opacity: 1;
    background-color: transparent; }
    .doc-social-bar > a {
      display: inline-block;
      padding: 5px 10px;
      color: #286145;
      font-size: 20pt;
      text-align: center;
      opacity: 1; }
      .doc-social-bar > a:hover {
        color: #84b57e;
        background-color: transparent; }

  .doc-side-col .doc-teaserlist-multi .doc-teaser-item:after {
    content: "";
    display: block;
    clear: both;
    height: 0px; }
  .doc-side-col .doc-teaserlist-multi .doc-teaser-item div {
    width: 50%;
    padding-right: 20px;
    float: left; }

  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-tiles > li {
    width: 33.33%; }
  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-news > li {
    width: 50%; }

  .doc-teaserlist-news > li > div h3, .doc-teaserlist-news > li > div a {
    font-weight: normal; }
  .doc-teaserlist-news > li > div .doc-teaser-item-img {
    flex-basis: 40%; }
  .doc-teaserlist-news > li > div .doc-teaser-item-text {
    flex-basis: 60%; }

  #indexedsearchbox {
    position: absolute;
    top: 0;
    right: 15px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .doc-meta-menu .navbar-brand img {
    width: 200px;
    height: auto; }
  .doc-meta-menu .navbar ul.navbar-nav li {
    margin: 10px; }
    .doc-meta-menu .navbar ul.navbar-nav li a {
      padding: 5px; }
      .doc-meta-menu .navbar ul.navbar-nav li a span.fas, .doc-meta-menu .navbar ul.navbar-nav li a span.far {
        font-size: 120%;
        padding-right: 5px;
        vertical-align: baseline; }

  .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper {
    bottom: 15px;
    padding: 15px 45px 15px 30px;
    min-width: 420px; }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper.caption-align-left {
      left: calc((100vw - 940px) / 2); }
    .doc-banner-content .tx-ws-flexslider > div.flexslider ul.slides > li .caption-wrapper .caption-text .caption-title {
      font-size: 180%; }

  ul.doc-level2.container {
    min-height: 250px;
    width: 940px; }

  .doc-product-tab-panel ul.nav.nav-tabs > li a {
    padding: 5px; }
  .doc-product-tab-panel ul.nav.nav-tabs > li + li {
    margin-left: 5px; }

  .doc-social-bar {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    opacity: 1;
    background-color: transparent; }
    .doc-social-bar > a {
      opacity: 1;
      display: inline-block;
      padding: 5px 10px;
      color: #286145;
      font-size: 20pt;
      text-align: center; }
      .doc-social-bar > a:hover {
        color: #84b57e;
        background-color: transparent; }

  .doc-main-col .list-group.doc-product-tiles > li.list-group-item {
    max-width: 45%;
    height: 400px; }
  .doc-main-col .list-group.doc-product-tiles .doc-product-list-img {
    bottom: 125px;
    left: 0;
    right: 0; }

  .doc-side-col .list-group.doc-product-tiles > li.list-group-item {
    max-width: calc(100% - 20px);
    height: 300px; }
  .doc-side-col .list-group.doc-product-tiles .doc-product-list-img {
    bottom: 100px;
    left: 0;
    right: 0; }
  .doc-side-col .list-group.doc-product-tiles a:hover > .doc-product-list-text {
    padding-top: 20px; }

  /* IE 11 Flex img height Bug (wenn Bild kleinskaliert wird, berechnet IE volle Höhe): ul.min-height und img.bel-max-height + img.fix-max-width */
  ul.doc-teaserlist-flex {
    min-height: 1px; }
    ul.doc-teaserlist-flex img {
      max-height: 600px;
      max-width: 360px; }

  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-tiles > li {
    width: 33.33%; }
  .doc-main-col ul.doc-teaserlist-flex.doc-teaserlist-news > li {
    width: 50%; } }
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  min-height: 350px;
  margin-right: 2em;
  overflow: hidden; }

.card-img {
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  max-height: 240px;
  max-width: 360px; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  text-align: right;
  border: 1px solid #286145; }

.card-title {
  margin-bottom: .75rem;
  font-weight: bold; }

.card-text {
  margin-bottom: .5rem;
  margin-top: .5rem; }

#contacts-list ul li {
  list-style-type: none; }

.powermail_form > fieldset {
  padding-top: 1em;
  padding-left: 1em; }

.powermail_fieldwrap .powermail_input,
.powermail_fieldwrap .powermail_textarea,
.powermail_fieldwrap input,
.powermail_fieldwrap textarea,
fieldset .powermail_input,
fieldset .powermail_textarea,
fieldset input,
fieldset textarea {
  border: 0 !important;
  border-radius: 0;
  font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
  z-index: 0;
  font-size: 1.5rem;
  background: #e4e4e4; }

.powermail_fieldwrap input[type="submit"] {
  background-color: #286145;
  border: 2px solid transparent !important;
  color: white; }

.powermail_fieldwrap input[type="submit"]:hover {
  background-color: transparent;
  border: 2ps solid #286145 !important;
  color: #286145; }

.country_selector_wrap {
  margin-bottom: 20px; }

#country_selector {
  margin: 0 15px;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
  background-clip: padding-box;
  padding: 7px 20px 7px 7px;
  border: none;
  font-size: 2rem;
  color: white;
  background-color: #286145;
  width: calc(100% - 60px); }

#indexedsearchbox {
  float: right;
  padding-top: 10px; }
  #indexedsearchbox td {
    position: relative; }
  #indexedsearchbox i.fas.fa-search {
    display: none; }
  #indexedsearchbox input .searchbox-sword {
    padding: 2px 5px; }
  #indexedsearchbox input:placeholder-shown ~ i.fas.fa-search {
    position: absolute;
    left: 6px;
    top: 6px;
    color: #ccc;
    display: inline-block; }

#tx-solr-search .query-debug {
  display: none; }
#tx-solr-search .tx-solr-search-form {
  margin-bottom: 10px; }
#tx-solr-search .pagination > li > a, #tx-solr-search .pagination > li > a:focus, #tx-solr-search .pagination > li > a:hover, #tx-solr-search .pagination > li > span:focus, #tx-solr-search .pagination > li > span:hover {
  color: #286145; }
#tx-solr-search .pagination .active a, #tx-solr-search .pagination .active a:focus, #tx-solr-search .pagination .active a:hover,
#tx-solr-search .pagination .active a span {
  background-color: #286145;
  color: white; }
#tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry {
  border: none; }
  #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry > .row > div {
    padding-left: 0; }
  #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry + .list-group-item.search-result.results-entry {
    border-top: #e4e4e4 1px solid; }
  #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry .results-topic {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px; }
    #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry .results-topic a {
      color: #286145; }
  #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry .relevance {
    color: #666; }
    #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry .relevance .progress {
      margin-bottom: 0; }
      #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry .relevance .progress .progress-bar {
        background-color: #ccc; }
  #tx-solr-search .results-list.list-group .list-group-item.search-result.results-entry .results-teaser {
    display: none; }

form.layout_form.cr_form.cr_font {
  margin-bottom: 40px; }
  form.layout_form.cr_form.cr_font label {
    min-width: 125px;
    text-align: right;
    padding-right: 20px; }
  form.layout_form.cr_form.cr_font input[type="text"] {
    border: 0 !important;
    border-radius: 0;
    font-family: "Gotham SSm A","Gotham SSm B","Gotham",sans-serif;
    z-index: 0;
    font-size: 1.5rem;
    background: #e4e4e4; }
  form.layout_form.cr_form.cr_font input[type="checkbox"] {
    margin-right: 5px; }
    form.layout_form.cr_form.cr_font input[type="checkbox"] + input[type="checkbox"] {
      margin-left: 10px; }
  form.layout_form.cr_form.cr_font .cr_ipe_item {
    margin: 10px 0; }
    form.layout_form.cr_form.cr_font .cr_ipe_item > div {
      display: inline-block; }
  form.layout_form.cr_form.cr_font button[type="submit"] {
    background-color: #286145;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px; }
  form.layout_form.cr_form.cr_font div.mce_text {
    margin-top: 20px; }

.doc-teaserlist-news .doc-teaser-item-img {
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 250px; }

.ce-gallery50 .carousel-item img {
  max-width: 100%;
  height: auto; }

.ce-gallery .ce-column img {
  max-width: 100%;
  height: auto; }

.iframe-tile iframe {
  width: 100%;
  height: auto;
  min-height: 300px; }

/*# sourceMappingURL=doctima.zeck.css.map */
th br+br {
  display: none;
}

td {
  text-align: center;
}

th {
  text-align: center;
}

table[structure-table=true] td {
  text-align: left;
}

.tab-content td, .frame-type-text td, .frame-type-text td, .ce-bodytext td, .frame-type-table td, .tx-pwteaser-pi1 td {
  text-align: left;
}
.tab-content td.text-center, .frame-type-text td.text-center, .frame-type-text td.text-center, .ce-bodytext td.text-center, .frame-type-table td.text-center {
  text-align: center;
}
.tab-content td.text-right, .frame-type-text td.text-right, .frame-type-text td.text-right, .ce-bodytext td.text-right, .frame-type-table td.text-right {
  text-align: right;
}
.tab-content th, .frame-type-text th, .frame-type-text th, .ce-bodytext th, .frame-type-table th {
  text-align: left;
  padding-right: 1em;
}
.tab-content th.text-center, .frame-type-text th.text-center, .frame-type-text th.text-center, .ce-bodytext th.text-center, .frame-type-table th.text-center {
  text-align: center;
}
.tab-content th.text-right, .frame-type-text th.text-right, .frame-type-text th.text-right, .ce-bodytext th.text-right, .frame-type-table th.text-right {
  text-align: right;
}
/* Link-Korrektur: ce-bodytext Links als Text statt Button */
.ce-bodytext a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #00795D !important;
  margin-top: 0 !important;
  display: inline !important;
  margin-right: 0 !important;
}

.ce-bodytext a:hover {
  color: #286145 !important;
  text-decoration: underline !important;
}