/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*--------------------------- TEMPLATE CONFIG ---------------------------*/
/*--------------------------- TEMPLATE INIT -----------------------------*/
/*-----------------------------------------HELPERS-----------------------------------------*/
/*-----------------------------------------MIXINS------------------------------------------*/
.ua-desktop #g-page-surround::-webkit-scrollbar, .ua-desktop #g-page-surround::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  width: 10px;
  height: 0;
}
.custom.ads {
  display: flex;
  flex-wrap: wrap;
}
.custom.ads--promoted {
  margin-top: -5em;
  position: relative;
}
.ad {
  margin-bottom: 1.5em;
  background: #fff;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  width: calc(33.3333333333% - 1em);
}
@media only all and (max-width: 47.99rem) {
  .ad {
    width: 100%;
    margin-right: 0 !important;
    font-size: 0.8em;
  }
}
.ad:not(:nth-child(3n+3)) {
  margin-right: 1.5em;
}
.ua-ie .ad:not(:nth-child(3n+3)) {
  margin-right: 1.499em;
}
.ad > div:last-of-type {
  -webkit-flex-grow: 1 ;
  -ms-flex-grow: 1 ;
  flex-grow: 1 ;
}
.ad h3 {
  color: #003968;
  font-size: 1.5em;
  margin: 0.5em 0;
}
.ad__image {
  background: none center/cover;
  position: relative;
  display: block;
}
.ad__image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.ad__price {
  position: absolute;
  bottom: 20%;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.7em;
  font-size: 1em;
  font-weight: 800;
  color: #154819;
  min-width: 60%;
  text-align: right;
}
.ad__button {
  margin-top: 1em;
  display: block;
  text-align: center;
}
.ad_contact {
  margin-top: 3em;
}
.ad_contact h3 {
  text-align: center;
}
.ad__contact_person {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad__contact_person .contact_person__image {
  flex: 0 1 25%;
  border-radius: 50%;
  margin-right: 2em;
  background: none center/cover;
}
.ad__contact_person .contact_person__image:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.pagination {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-justify-content: center ;
  -ms-flex-pack: center ;
  justify-content: center ;
}
.pagination ul {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  border: solid 1px #ccc;
}
.pagination ul li {
  user-select: none;
  cursor: pointer;
  padding: 0.25em 0.75em;
}
.pagination ul li:not(:last-child) {
  border-right: solid 1px #ccc;
}
.pagination ul li.active {
  background: #4a7729;
  pointer-events: none;
  color: #fff;
}
.pagination ul li.disabled {
  color: #ccc;
  cursor: default;
}
@media only all and (max-width: 47.99rem) {
  .filter select {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .filter span {
    display: block;
    text-align: center;
    font-size: 0.9em;
  }
}
.filter .input-group {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.filter .input-group label {
  width: 100%;
}
.product_box {
  position: fixed;
  z-index: 10;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  height: 90vh;
  width: 90vw;
  left: 5vw!important;
  top: 5vh!important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0 5vmax rgba(0, 0, 0, 0.5);
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.product_box--hidden {
  opacity: 0;
  pointer-events: none;
  visibility: visible;
}
.product_box__header {
  background: #3e3e3e;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-justify-content: space-between ;
  -ms-flex-pack: justify ;
  justify-content: space-between ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
  padding: 0.3em;
  color: #fff;
}
.product_box__header__close {
  font-size: 1.5em;
  cursor: pointer;
}
.product_box__body {
  width: 100%;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
}
.product_box__body__iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.produkte {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
.produkte-box {
  flex: 0 0 auto;
  width: calc(25% - 0.75em);
  background: #ccc;
  padding: 0.5em;
  margin-bottom: 1em;
}
.produkte-box:not(:nth-child(4n+4)) {
  margin-right: 1em;
}
.produkte-box:not(:nth-child(1n+4)) {
  -webkit-flex-grow: 1 ;
  -ms-flex-grow: 1 ;
  flex-grow: 1 ;
}
@media only all and (max-width: 47.99rem) {
  .produkte-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
.produkte-box img {
  height: 130px;
  margin: auto;
  width: 70%;
  object-fit: contain;
}
.produkte-box a {
  color: #000;
}
.produkte-box a:hover {
  text-decoration: underline;
}
.produkte-box-image {
  background: none center/contain no-repeat;
  height: 130px;
  margin: auto;
  width: 70%;
}
.produkte-image-border {
  display: flex;
  background: #fff;
  padding: 1em 0;
}
.produkte-image-border-dark {
  background: #444;
}
.flexForm {
  display: flex;
  flex-wrap: wrap;
}
.flexForm > div {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
}
.flexForm > :last-child {
  width: 100%;
}
.flexForm > :nth-child(2n) {
  margin-left: 1em;
}
.flexForm .formBody {
  float: none !important;
}
.flexForm .rsform-block-nachricht {
  justify-self: stretch;
  height: 100%;
}
.flexForm .rsform-block-nachricht .formControls {
  height: 100%;
}
.flexForm .rsform-block-nachricht .formControls .formBody {
  height: 100%;
}
.flexForm .rsform-block-nachricht .formControls .formBody textarea {
  min-height: calc(100% - .8em);
  height: 100%;
}
.product {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin-bottom: 5em;
}
.product > div {
  width: 50%;
}
.product > div:not(:last-child) {
  margin-right: 2em;
}
@media only all and (max-width: 47.99rem) {
  .product {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
    font-size: 0.8em;
  }
  .product > div {
    width: 100%;
    margin-right: 0 !important;
  }
  .product__description {
    order: -1;
  }
}
.product__images__thumbs a {
  width: calc(25% - 0.3em);
  margin-bottom: 0.2em;
  margin-top: 0.2em;
  display: inline-block;
  outline: none;
}
.product__images__thumbs a:not(:nth-child(4n + 4)) {
  margin-right: 0.4em;
}
.product__description h1 {
  color: #003968;
  font-size: 2.25em;
}
@media only all and (max-width: 47.99rem) {
  .product__description h1 {
    font-size: 1.8em;
  }
}
.product__description__price {
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em;
  background: #4a7729;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.product__description__price small {
  font-size: 1em;
  margin-top: 0.25em;
  display: block;
  opacity: 0.75;
}
.product__description__free_text {
  padding-top: 1em;
  border-top: solid 1px #ccc;
  margin: 1em 0;
}
.product__description__details {
  border: none !important;
  border-spacing: 0 !important;
  table-layout: fixed;
}
.product__description__details tr {
  background: none !important;
}
.product__description__details tr td {
  border: none;
  color: #000;
  font-size: 1.125em;
  padding: 10px !important;
  vertical-align: top;
}
.product__description__details tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__description__details tr td ul li {
  padding-left: 1em;
  text-indent: -0.7em;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
.product__description__details tr td ul li:before {
  content: "•";
  color: #779a39;
  font-size: 1.5em;
}
.product__description__details tr td:first-child {
  text-transform: uppercase;
  min-width: 35%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  font-weight: 800;
}
tr.highlight-row {
  border-bottom: solid;
}
tr.highlight-row td {
  background: #cbcbcb;
}
input + pre {
  display: none;
}
input:checked + pre {
  display: block;
}
div#cboxOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  z-index: 10;
}
.g-offcanvas-toggle {
  background: #84ac26;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  margin-left: 0.7em;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#g-mobilemenu-container {
  margin: 0 !important;
}
#g-offcanvas {
  max-width: 95vw;
}
#g-offcanvas:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
}
.outline-_error {
  background: #4a7729;
}
.outline-_error #g-page-surround {
  background: url('../../../../images/error/error404.svg');
  background-size: cover;
  background-position: center center;
}
.outline-_error #g-page-surround .g-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.outline-_error #g-page-surround .g-wrapper .custom {
  height: 100vh;
}
.outline-_error #g-page-surround .g-wrapper .custom > :nth-child(2) {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.outline-_error #g-page-surround .g-wrapper .custom .error-first-container {
  position: absolute;
  top: 46.5%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  color: #333;
  font-family: "Montserrat", sans-serif;
}
.outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(1) {
  color: #333;
  font-size: 2.4rem;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
}
.outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(2) {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bolder;
  background: #333;
  height: 40px;
  width: 160px;
  margin-top: 20px;
  padding-top: 9px;
  border-radius: 42px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  transition: all 0.1s ease-in-out;
  position: relative;
}
.outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(2):hover {
  background: #4a7729;
}
.outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(2) a {
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .outline-_error #g-page-surround {
    background: url('../../../../images/error/error404_1200.svg');
    background-size: cover;
    background-position: center center;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container {
    width: 70%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .outline-_error #g-page-surround {
    background: url('../../../../images/error/error404_768.svg');
    background-size: cover;
    background-position: center center;
  }
  .outline-_error #g-page-surround .g-wrapper .custom {
    width: 95vw;
  }
  .outline-_error #g-page-surround .g-wrapper .custom > :nth-child(2) {
    font-size: 1.1rem;
    width: 90%;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container {
    top: 42.5%;
    width: 90%;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(1) {
    font-size: 1.6rem;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(2) {
    font-size: 1.1rem;
    height: 40px;
    width: 155px;
    padding-top: 8px;
  }
}
@media only all and (max-width: 30rem) {
  .outline-_error #g-page-surround {
    background: url('../../../../images/error/error404_768.svg');
    background-size: cover;
    background-position: center center;
  }
  .outline-_error #g-page-surround .g-wrapper .custom {
    width: 95vw;
  }
  .outline-_error #g-page-surround .g-wrapper .custom > :nth-child(2) {
    font-size: 1.1rem;
    width: 90%;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container {
    top: 42.5%;
    width: 90%;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(1) {
    font-size: 1.6rem;
  }
  .outline-_error #g-page-surround .g-wrapper .custom .error-first-container > :nth-child(2) {
    font-size: 1.1rem;
    height: 40px;
    width: 155px;
    padding-top: 8px;
  }
}
/* Modul Text

<div class="error-first-container">
<div class="error-item">ES TUT UNS LEID<br />DIESER LINK FUNKTIONIERT NICHT</div>
<div class="error-item"><a href="..\..\..\..\..\..\..\..\..\..\index.php">Startseite</a></div>
</div>
<div class="error-item">Die von Ihnen gesuchte Seite können wir leider nicht finden.</div>

Modul Text */
/**
 * RsForm
 * Hier ist das Styling fürs kontaktformular drin.
 */
.flexbox {
  display: flex;
}
.flexbox > div {
  flex: 1 1 0px;
}
.flexbox > div:not(:last-child) {
  padding-right: 1em;
}
.rsform .formRequired {
  color: #8B0000;
}
.rsform .form-control {
  box-sizing: border-box;
  border: none;
  box-shadow: none !important;
  border-bottom: solid 2px #ccc;
  border-radius: 0;
}
.rsform .form-control:focus {
  border-bottom-color: inherit;
}
.rsform textarea {
  padding: 0.375rem;
}
.rsform .grecaptcha-badge {
  margin: auto;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  border-radius: 4px;
  overflow: hidden;
}
.rsform-block-pflichtangaben {
  text-align: left;
  color: #999;
}
.ua-ie .rsform .rsform-block {
  display: block !important;
}
.btn-primary {
  background: inherit;
  padding: 0.75em 3em;
  font-size: 1em;
  color: #000;
  font-weight: 800;
  box-shadow: none;
  text-transform: uppercase;
}
.btn-primary:focus {
  outline: none;
}
.form-row > * {
  min-width: 10em;
  max-width: 100% !important;
  flex-grow: 1;
}
.formContainer .form-row {
  font-size: 0;
}
.rsform-block {
  display: inline-block;
  width: 100%;
  margin: 1em 0 0;
  font-size: 1rem;
}
@media screen and (min-width: 60rem) {
  .rsform-block-plz {
    width: 30%;
    margin-right: 10%;
  }
  .rsform-block-ort {
    width: 60%;
  }
}
@media screen and (max-width: 60rem) {
  input#submit {
    width: 100%;
    box-sizing: border-box;
  }
  .formControls, .formControlLabel {
    padding: 0;
  }
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.simpleForm {
  padding: 0 10%;
}
.simpleForm > h2 {
  text-align: center;
  margin-bottom: 0;
  color: #4a7729;
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 200;
}
.simpleForm .rsform-block-header {
  text-align: center;
  font-size: 1.1em;
  color: #333;
}
.simpleForm a {
  color: #4a7729 !important;
  text-decoration: none !important;
  transition: 0.2s linear;
}
.simpleForm a:hover {
  color: #5d9533 !important;
}
.simpleForm .rsform-block-captcha {
  height: 1px;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.simpleForm .rsform-block-beschreibung {
  text-align: center;
}
.simpleForm .rsform-block .formControlLabel {
  float: none !important;
  padding-top: 0 !important;
  width: 90% !important;
  text-align: inherit !important;
  font-size: 1.2em;
  color: #333;
}
.simpleForm .rsform-block .formControlLabel > strong {
  color: darkgray;
}
.simpleForm .rsform-block .formControls {
  margin-left: 0 !important;
}
.simpleForm .rsform-block .formControls .formValidation {
  display: inherit !important;
}
.simpleForm .rsform-block .formControls .formValidation > span {
  color: #bd0900;
  font-weight: 600;
}
.simpleForm .rsform-block .formControls input[type=radio] {
  margin-top: 5px;
  height: 15px;
  width: 15px;
}
.simpleForm .rsform-block .formControls input[type=text], .simpleForm .rsform-block .formControls input[type=tel], .simpleForm .rsform-block .formControls input[type=email] {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  box-shadow: none;
  border: 1px solid #4a7729;
  background: white;
  font-weight: 400;
  font-size: 1em;
  margin-top: 5px;
}
.simpleForm .rsform-block .formControls input[type=text]::placeholder, .simpleForm .rsform-block .formControls input[type=tel]::placeholder, .simpleForm .rsform-block .formControls input[type=email]::placeholder {
  color: #aaaaaa;
}
.simpleForm .rsform-block .formControls textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  box-shadow: none;
  border: 1px solid #4a7729;
  background: white;
  font-weight: 400;
  font-size: 1em;
  margin-top: 10px;
  height: 332px;
}
.simpleForm .rsform-block .formControls textarea::placeholder {
  color: #aaaaaa;
}
.simpleForm .rsform-block .formControls input[type=checkbox] {
  height: 15px;
  width: 15px;
  margin-top: 6px;
}
.simpleForm .rsform-block .formControls input[type=submit], .simpleForm .rsform-block .formControls button[type=submit] {
  transition: 0.2s linear;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: none;
  border: none;
  background: #4a7729;
  font-weight: 600;
  border-radius: 0;
  font-size: 1.1em;
  color: white;
  text-shadow: none;
  text-transform: uppercase;
}
.simpleForm .rsform-block .formControls input[type=submit]:hover, .simpleForm .rsform-block .formControls button[type=submit]:hover {
  background: #D7D7D7;
}
.simpleForm .rsform-block .formControls input[type=button] {
  transition: 0.2s linear;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  box-shadow: none;
  border: none;
  background: white;
  font-weight: 500;
  font-size: 1em;
  color: #4a7729;
  text-shadow: none;
}
.simpleForm .rsform-block .formControls input[type=button]:hover {
  background: #D7D7D7;
}
.simpleForm .rsform-block-pflichtangaben {
  color: #7b7b7b;
}
.simpleForm .rsform-block-pflichtangaben > span {
  font-size: 1.2em;
  color: darkgray;
}
.simpleForm .rsform-block-recaptcha {
  margin-top: 40px;
}
.simpleForm .rsform-block-recaptcha .formControlLabel {
  display: none;
}
.simpleForm .rsform-block-datenschutz .formControlLabel {
  display: none;
}
.simpleForm .rsform-block-datenschutz .formControls label {
  color: #636363;
}
.simpleForm input[type="checkbox"], .simpleForm input[type="radio"] {
  display: none;
}
.simpleForm input[type="checkbox"] + label, .simpleForm input[type="radio"] + label {
  margin-left: 30px;
}
.simpleForm input[type="checkbox"] + label:before, .simpleForm input[type="radio"] + label:before {
  content: "";
  display: block;
  margin-right: 15px;
  min-width: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  border: 2px solid #4a7729;
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.simpleForm input[type="checkbox"]:checked + label:before, .simpleForm input[type="radio"]:checked + label:before {
  background: #4a7729;
}
@media only all and (max-width: 47.99rem) {
  .article {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}
.com-baforms-wrapper {
  display: flex;
  justify-content: center;
}
.com-baforms-wrapper form {
  width: 80%;
}
.com-baforms-wrapper form .ba-form-page {
  padding: 0;
}
.com-baforms-wrapper form .ba-form-page .ba-form-input-field {
  margin: 0 0 12px 0;
}
.com-baforms-wrapper form .ba-form-page .ba-form-input-field .ba-field-container input, .com-baforms-wrapper form .ba-form-page .ba-form-input-field .ba-field-container textarea {
  border: 2px solid #4a7729 !important;
  background: transparent !important;
  padding: 6px 8px;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field {
  margin: 0 0 12px 0;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field .ba-field-container .ba-form-checkbox span {
  border: 2px solid #4a7729 !important;
  background: transparent;
  border-radius: 0;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field .ba-field-container .ba-form-checkbox span:hover {
  background: #4a7729;
  opacity: 0.8;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field .ba-field-container .ba-form-checkbox span::before {
  background: #4a7729;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field .ba-field-container .ba-form-acceptance-html p {
  line-height: 120% !important;
  font-weight: 400;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field .ba-field-container .ba-form-acceptance-html a {
  color: #4a7729;
}
.com-baforms-wrapper form .ba-form-page .ba-form-acceptance-field .ba-field-container .ba-form-acceptance-html a:hover {
  text-decoration: underline;
}
.com-baforms-wrapper form .ba-form-page .ba-form-submit-field .ba-form-submit-wrapper .ba-form-submit-btn-wrapper {
  display: flex;
  justify-content: center;
}
.com-baforms-wrapper form .ba-form-page .ba-form-submit-field .ba-form-submit-wrapper .ba-form-submit-btn-wrapper .ba-form-submit-btn {
  background: #4a7729;
  border: 2px solid #4a7729;
  padding: 16px 80px;
  transition: 300ms ease-in-out;
}
.com-baforms-wrapper form .ba-form-page .ba-form-submit-field .ba-form-submit-wrapper .ba-form-submit-btn-wrapper .ba-form-submit-btn:hover {
  opacity: 0.8;
}
.com-baforms-wrapper form .ba-form-page .required-star {
  display: none !important;
}
.traktorpool-copyright {
  display: none;
}
#g-page-surround {
  overflow: visible;
}
#g-top {
  position: sticky !important;
  top: 0;
  z-index: 9 !important;
}
#g-page-surround {
  perspective: none;
}
.uk-slideshow .uk-slideshow-items {
  min-height: 70vh !important;
}
.slide .slide__content {
  margin-top: 12%;
  align-items: flex-end;
}
.slide .slide__content h1, .slide .slide__content h2 {
  position: relative;
  background: transparent;
  margin: 0;
}
.slide .slide__content h1 {
  padding-bottom: 0;
}
.slide .slide__content h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background: #4a7729;
  z-index: -1;
}
.slide .slide__content h1::before {
  content: "";
  display: block;
  background: #4a7729;
  width: 55px;
  height: 199%;
  position: absolute;
  left: -30px;
  top: 0;
  border-left: 7px solid #183a68;
  transform: skewX(-15deg);
  z-index: -1;
}
#laufband {
  margin-top: 12em;
}
#g-showcase .g-content {
  position: relative;
}
#g-showcase .rowck {
  position: absolute !important;
  right: 0;
  bottom: -150px;
  width: 1200px;
  background: linear-gradient(110deg, transparent 110px, #fff 111px) top left;
  padding: 10px 0 10px 150px;
  filter: drop-shadow(0 0 5px #5f5a5a);
  margin: 0 !important;
}
#g-showcase .rowck .blockck .imageck {
  display: flex;
  justify-content: center;
}
#g-showcase .rowck .blockck .imageck img {
  width: 150px;
  height: 150px;
}
#g-showcase .rowck .blockck .titleck {
  font-weight: 800;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #4a7729;
}
#g-showcase .slider_icons__parent .moduletable {
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 1200px;
  background: linear-gradient(110deg, transparent 110px, #fff 111px) top left;
  padding: 10px 0 10px 150px;
  filter: drop-shadow(0 0 5px #5f5a5a);
  margin: 0 !important;
}
#g-showcase .slider_icons__parent .moduletable .custom {
  justify-content: space-evenly;
}
.uk-slideshow .uk-slidenav.uk-slidenav-next {
  right: 2%;
}
.uk-slideshow .uk-slidenav.uk-slidenav-previous {
  left: 2%;
}
.itemid-449 .article_right {
  height: fit-content;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #laufband {
    margin-top: 10em;
  }
  #g-showcase .g-container .rowck {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
  }
  #g-showcase .g-container .moduletable.slider_icons {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #laufband {
    margin-top: 10em;
  }
  #g-showcase .g-container .rowck {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
  }
  #g-showcase .g-container .rowck .blockck .imageck img {
    width: 100px;
    height: 100px;
  }
  #g-showcase .g-container .moduletable.slider_icons {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
  }
  #g-showcase .g-container .moduletable.slider_icons svg {
    height: 100px;
  }
  #g-top .g-container {
    width: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .uk-slideshow .uk-slideshow-items {
    min-height: 30vh !important;
  }
  #g-showcase .rowck {
    position: relative !important;
    bottom: 0 !important;
  }
  #g-top {
    width: 100%;
    position: fixed !important;
    padding-top: 0 !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
  #g-top #logo {
    justify-content: center !important;
  }
  #g-top #logo img {
    width: 250px;
    padding: 1em 0;
  }
  #g-top .size-30 {
    display: none !important;
  }
  #g-top .size-35 {
    height: fit-content !important;
  }
  #g-top .size-35 .logos img {
    width: 100px;
  }
  #laufband {
    margin-top: 4em;
  }
  #g-showcase .g-container {
    margin-top: 8em;
  }
  #g-showcase .g-container .rowck {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
  }
  #g-showcase .g-container .rowck .blockck {
    width: 100%;
  }
  #g-showcase .g-container .rowck .blockck .imageck img {
    width: 90px;
    height: 90px;
  }
  #g-showcase .g-container .moduletable.slider_icons {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
  }
  #g-showcase .g-container .moduletable.slider_icons .slider_icons__icon {
    display: flex;
    justify-content: center;
  }
  #g-showcase .g-container .moduletable.slider_icons .slider_icons__icon svg {
    height: 90px;
  }
  #g-showcase .g-container .moduletable.slider_icons span {
    display: block !important;
  }
}
@media only all and (max-width: 30rem) {
  .uk-slideshow .uk-slidenav.uk-slidenav {
    display: none;
  }
  .uk-slideshow .uk-slideshow-items {
    min-height: 200px !important;
  }
  #g-showcase .rowck {
    position: relative !important;
    bottom: 0 !important;
  }
  #g-top {
    position: relative !important;
    padding-top: 0 !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
  #g-top #logo {
    justify-content: center !important;
  }
  #g-top #logo img {
    width: 250px;
    padding: 1em 0;
  }
  #g-top .size-30 {
    display: none !important;
  }
  #g-top .size-35 {
    height: fit-content !important;
  }
  #g-top .size-35 .logos img {
    width: 100px;
  }
  #laufband {
    margin-top: 4em;
  }
  #g-showcase {
    margin-top: -8em;
  }
  #g-showcase .g-container {
    margin-top: 10em;
  }
  #g-showcase .g-container .rowck {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
    bottom: -450px;
  }
  #g-showcase .g-container .rowck .blockck .imageck img {
    width: 90px;
    height: 90px;
  }
  #g-showcase .g-container .moduletable.slider_icons {
    width: 100%;
    background: #fff;
    padding: 10px 2em;
    bottom: -450px;
  }
  #g-showcase .g-container .moduletable.slider_icons a {
    width: 50%;
  }
  #g-showcase .g-container .moduletable.slider_icons .slider_icons__icon {
    display: flex;
    justify-content: center;
  }
  #g-showcase .g-container .moduletable.slider_icons .slider_icons__icon svg {
    height: 90px;
  }
  #g-showcase .g-container .moduletable.slider_icons span {
    display: block !important;
  }
}
.no-margin-top p:first-child, .no-margin-top h1:first-child, .no-margin-top h2:first-child, .no-margin-top h3:first-child, .no-margin-top h4:first-child, .no-margin-top h5:first-child, .no-margin-top h6:first-child {
  margin-top: 0;
}
.no-margin-bottom p:last-child, .no-margin-bottom h1:last-child, .no-margin-bottom h2:last-child, .no-margin-bottom h3:last-child, .no-margin-bottom h4:last-child, .no-margin-bottom h5:last-child, .no-margin-bottom h6:last-child {
  margin-bottom: 0;
}
.buttonck {
  transition: 0.08s linear;
}
/*-------------------------- TEMPLATE BLOCKS ----------------------------*/
.kachelwrapper h3 a, .kachelwrapper h3 a:hover, .kachelwrapper h3 a:active, .kachelwrapper h3 a:visited, .sjwrapper h2 a, .sjwrapper h2 a:hover, .sjwrapper h2 a:active, .sjwrapper h2 a:visited {
  color: #fff;
  text-decoration: none;
}
.fullwidth .center > .g-content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer, #traktorpool_laufband, .slide__content, .slider_icons.moduletable {
  margin: 0 auto;
}
@media only all and (min-width: 75rem) {
  .fullwidth .center > .g-content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer, #traktorpool_laufband, .slide__content, .slider_icons.moduletable {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .fullwidth .center > .g-content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer, #traktorpool_laufband, .slide__content, .slider_icons.moduletable {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .fullwidth .center > .g-content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer, #traktorpool_laufband, .slide__content, .slider_icons.moduletable {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .fullwidth .center > .g-content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer, #traktorpool_laufband, .slide__content, .slider_icons.moduletable {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .fullwidth .center > .g-content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer, #traktorpool_laufband, .slide__content, .slider_icons.moduletable {
    width: 100%;
  }
}
@font-face {
  font-family: "Klavika";
  font-weight: bold;
  font-style: normal;
  src: url('../../fonts/klavikbp-webfont.eot');
  src: url('../../fonts/klavikbp-webfont.eot') format("eot"), url('../../fonts/klavikbp-webfont.woff') format("woff"), url('../../fonts/klavikbp-webfont.ttf') format("truetype");
}
@font-face {
  font-family: "Klavika";
  font-weight: regular;
  font-style: normal;
  src: url('../../fonts/klavikrp-webfont.eot');
  src: url('../../fonts/klavikrp-webfont.eot') format("eot"), url('../../fonts/klavikrp-webfont.woff') format("woff"), url('../../fonts/klavikrp-webfont.ttf') format("truetype");
}
/*--------------------------- CUSTOM TEMPLATE ---------------------------*/
body {
  position: relative;
}
h1, h2, h3 {
  line-height: 1.2;
}
:root {
  --accent-color-1: #4a7729;
  --accent-color-2: #cccccc;
}
.fullwidth {
  padding: 0 !important;
}
.fullwidth > .g-container {
  width: 100%;
}
.fullwidth > .g-container .content {
  margin: 0;
  padding: 0;
}
.fullwidth > .g-content {
  margin: 0 auto;
}
.fullwidth .center {
  text-align: inherit;
}
.fixed > .g-content {
  margin: 0 auto;
}
#g-page-surround {
  z-index: 5;
}
#g-top .g-container {
  position: relative;
}
.g-content {
  padding: 0;
  margin: 0;
}
.centered {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.centered > .g-content {
  width: 100%;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
#g-fullslideshow {
  z-index: 999;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
#g-top {
  padding: 1em;
  background: linear-gradient(to top, #fff 0%, #e6e6e6 80%);
  background: none;
  z-index: 1;
  position: relative;
}
#g-top .g-block.size-50 {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}
#g-top .g-block.size-50:last-child {
  -webkit-justify-content: flex-end ;
  -ms-flex-pack: flex-end ;
  justify-content: flex-end ;
}
#g-fullslideshow .g-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#g-fullslideshow .g-container .g-block {
  width: 100%;
  margin: 0;
  padding: 0;
}
#g-fullslideshow .g-container .module-surround {
  overflow: hidden;
  width: 100%;
}
#g-fullslideshow .g-container .module-surround .g-grid-12 {
  width: 100% !important;
}
.button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, .btn-primary {
  border-radius: 0;
}
p, span {
  font-weight: normal;
  line-height: 150% !important;
  text-align: left;
}
.titel a, .titel a:active, .titel a:hover, .titel a:visited {
  color: #fff !important;
}
#g-mainbody .cktext.inner p:first-of-type {
  margin-top: 0;
}
#g-top-surround {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
  background: #fff;
}
.component-content .item-page h2 {
  clear: both;
  margin-top: 30px;
  margin-bottom: 10px;
}
#g-top-surround::after, #g-top-surround {
  background-image: none;
}
#g-top-surround, #g-top-surround #g-top, #g-top-surround .g-grid-12, #g-top-surround .g-block, ul.maximenuck {
  position: inherit !important;
}
/* Smartphones */
/* Smartphones to Tablets */
/* Tablets */
/* Desktop */
/* Large Display */
@media (max-width: 767px) {
  #g-top-surround {
    display: none;
  }
}
/*----------------------- ENDE CUSTOM TEMPLATE ---------------------------*/
/*----------------------------------- FONTS ------------------------------*/
body, td, th, p, span, ul, li {
  font-family: "Roboto", sans-serif;
  line-height: 150%;
}
/* --------------------------- ENDE FONTS ------------------------------- */
/*----------------------------- FLEXBOXEN --------------------------------*/
.meganew-box {
  margin-bottom: 10px !important;
}
.kachel, .meganew-box, .droppicscats .wimg {
  background: #dedede;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: none !important;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  max-width: 24%;
  width: 24%;
}
.kachelwrapper, .kachelwrapper100, .kachelwrapper75, .kachelwrapper66, .kachelwrapper50, .kachelwrapper33, .kachelwrapper25 {
  -webkit-justify-content: wrap ;
  -ms-flex-pack: wrap ;
  justify-content: wrap ;
  position: relative;
  width: 100%;
}
.kachelwrapper h3 {
  background: none repeat scroll 0 0 #00468c;
  color: #fff !important;
  margin: -20px -20px 20px;
  padding: 20px;
  font-size: 1.5em;
  font-weight: normal;
}
.grau .kachelwrapper h3 {
  background: none repeat scroll 0 0 #333;
  padding: 5px 20px;
}
.kachelwrapper:after {
  display: block;
  clear: both;
}
.kachelwrapper100 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 20px;
}
.kachelwrapper75 {
  max-width: 74% !important;
  width: 74% !important;
  padding: 20px;
}
.kachelwrapper66 {
  max-width: 65% !important;
  width: 65% !important;
  padding: 20px;
}
.kachelwrapper50 {
  max-width: 49% !important;
  width: 49% !important;
  padding: 20px;
}
.kachelwrapper33 {
  max-width: 32% !important;
  width: 32% !important;
  padding: 20px;
}
.kachelwrapper25 {
  max-width: 24% !important;
  width: 24% !important;
  padding: 10px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .kachelwrapper h3, .sjwrapper h2 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .kachel, .meganew-box {
    max-width: 99% !important;
    width: 99% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .kachel, .meganew-box {
    margin-bottom: 10px !important;
    max-width: 48% !important;
    width: 48% !important;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .kachel, .meganew-box {
    margin-bottom: 10px;
    max-width: 48% !important;
    width: 48% !important;
  }
}
/*--------------------------- ENDE FLEXBOXEN -----------------------------*/
/*--------------------------- ZITATE -------------------------------------*/
blockquote::before {
  color: #4b4b4d;
  content: "";
  display: block;
  font-size: 80px;
  left: -25px;
  position: absolute;
  top: -40px;
  font-family: FontAwesome;
}
blockquote::after {
  bottom: -40px;
  color: #4b4b4d;
  content: "";
  display: block;
  font-size: 80px;
  position: absolute;
  right: -10px;
  font-family: FontAwesome;
}
blockquote {
  border: medium none;
  color: #4b4b4d;
  font-style: italic;
  margin: 30px 30px;
  position: relative;
  height: 100%;
}
blockquote cite::before {
  content: "- ";
  font-family: FontAwesome;
}
blockquote cite {
  color: #555;
  display: block;
  font-size: 15px;
}
cite {
  padding-top: 5px;
}
/*--------------------------- ENDE ZITATE --------------------------------*/
/* -------------------------------- SOBIPRO ----------------------------- */
/* --------------------------- ENDE SOBIPRO ----------------------------- */
/* ------------------ FLEXSLIDER (NOT USED) ----------------------------- */
/* ------------- ENDE FLEXSLIDER (NOT USED) ----------------------------- */
/* ---------------------------- MODULBOXNEN ----------------------------- */
.sidebar .moduletable {
  background: #cccccc;
  padding: 15px;
  margin-bottom: 10px;
}
.sidebar .moduletable h3 {
  background-color: #4a7729;
  padding: 15px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.sidebar .moduletable.box2 {
  background: #4a7729;
  color: #fff;
}
.sidebar .moduletable.box2 h3 {
  background-color: #cccccc;
  padding: 15px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #fff;
  color: #4a7729;
}
/* ----------------------- ENDE MODULBOXNEN ----------------------------- */
/* ------------------------------ BREADCRUMBS --------------------------- */
.breadcrumb {
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-top: 30px;
}
#g-content-top .g-block {
  margin: 0 10px;
  padding: 0 15px;
}
/* ------------------------- ENDE BREADCRUMBS --------------------------- */
/* -------------------------------- JEVENTS ----------------------------- */
.mod_events_latest_date {
  font-weight: normal;
  line-height: 250%;
  color: #000;
  font-size: 10px;
}
.mod_events_latest_content a {
  font-size: 13px;
  text-decoration: none;
  color: #424647;
}
div.mod_events_latest_callink a:link, div.mod_events_latest_callink a:visited, div.mod_events_latest_callink a:active {
  padding-top: 10px;
  display: block;
  color: #333;
  text-decoration: none;
  margin-top: 10px;
}
td.mod_events_latest_first, td.mod_events_latest {
  border: none !important;
}
.mod_events_latest_callink a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 1.5em;
  margin-right: 5px;
}
/* --------------------------- ENDE JEVENTS ----------------------------- */
/* -------------------------------- UMFRAGE ----------------------------- */
.polling_container {
  border-radius: 0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13) inset !important;
}
.polling_result {
  border-radius: 0 !important;
  border-bottom: none !important;
  background: -webkit-linear-gradient(top, #ccc, #eee);
  background: linear-gradient(to bottom, #ccc, #eee);
  background-repeat: repeat-x !important;
  border-color: #000000 !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
}
.polling_submit {
  border-radius: 0 !important;
  border-bottom: none !important;
  background: -webkit-linear-gradient(top, #3a3a3a, #191919);
  background: linear-gradient(to bottom, #3a3a3a, #191919);
  background-repeat: repeat-x !important;
  border-color: #000000 !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: 0 !important;
}
.polling_container {
  font-family: "Roboto", sans-serif;
}
.polling_container_wrapper {
  z-index: 1 !important;
}
.answer_navigation {
  border-radius: 0 !important;
}
/* ---------------------------- ENDE UMFRAGE ---------------------------- */
/* ------------------------ SCHICKE TABELLEN ---------------------------- */
.item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) {
  border-collapse: separate !important;
  border-spacing: 5px;
  border: 1px solid #ccc;
}
.item-page table:not(.mceLayout):not(.mceToolbar) td, .item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) th {
  padding: 10px;
}
.item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) tr:nth-child(1n+1) {
  background-color: rgba(0, 0, 0, 0.3);
  color: #000;
}
.item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) tr:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}
.item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) tr:hover, .item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) tr:hover a {
  background-color: #7e837b;
  color: #fff;
}
.item-page table:not(.mceLayout):not(.mceToolbar):not(.mceSplitButtonEnabled) a {
  color: #000;
}
/* ------------------- ENDE SCHICKE TABELLEN ---------------------------- */
/* ------------------- RESPONSIVE TABLE TO LIST ------------------------- */
/* ------------------- ENDE RESPONSIVE TABLE TO LIST -------------------- */
/* ---------------------- RESPONSIVE MEGAMENU --------------------------- */
/* ----------------- ENDE RESPONSIVE MEGAMENU --------------------------- */
/* -------------------------- KONTAKT SEITE------------------------------ */
.bfFormDiv {
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #e0e0e0 21%, #c4c4c4 49%, #e2e2e2 80%, #f5f6f6 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #e0e0e0 21%, #c4c4c4 49%, #e2e2e2 80%, #f5f6f6 100%);
  margin-right: 40px;
}
.visitenkarte {
  background: -webkit-linear-gradient(top, #f5f6f6 0%, #c4c4c4 50%, #aaa 100%);
  background: linear-gradient(to bottom, #f5f6f6 0%, #c4c4c4 50%, #aaa 100%);
  padding: 25px;
}
.visitenqr {
  margin-top: 20px;
  height: 296px;
}
.visitenvcard {
  float: left;
  margin-top: 20px;
}
.bfFormDiv {
  margin-right: 0 !important;
}
.bfQuickMode .bfNextButton, .bfQuickMode .bfSubmitButton, .bfQuickMode .bfCancelButton {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-shadow: none;
}
.bfQuickMode button, .bfQuickMode .bfDivButtonWrapper, .newsletteranmeldebutton {
  box-shadow: none !important;
  border: 1px solid #3186bc;
  background: #fff !important;
  color: #3186bc !important;
}
.bfQuickMode button:hover, .bfQuickMode .bfDivButtonWrapper:hover, button.submitBtnHover, .newsletteranmeldebutton:hover {
  background: #3186bc !important;
  color: #fff !important;
  border: none;
}
.bfQuickMode button:hover span, .bfQuickMode .bfDivButtonWrapper:hover .bfDivButtonMain {
  color: #fff;
}
.geomap {
  clear: both;
  width: 100%;
  height: 400px;
  margin-top: 15px;
}
.visitenkarte h3, .kontaktformularheadline {
  background: #19317b;
  color: #fff;
  font-weight: normal;
}
.bfQuickMode label {
  font-weight: normal !important;
  text-shadow: none !important;
}
.bfRequired {
  color: #3186bc !important;
}
.bfQuickMode textarea:focus, .bfQuickMode input[type="text"]:focus, .bfQuickMode input[type="password"]:focus, .bfQuickMode select:focus {
  border: 1px solid #3186bc !important;
}
@media only screen and (min-width: 1200px) {
  #ff_elem229 {
    width: 490px !important;
  }
  #kontaktboxenwrapper {
    float: left;
    width: 48%;
    color: #333;
  }
  #kontaktformularwrapper {
    float: right;
    width: 48%;
    margin-bottom: 20px;
    color: #333;
  }
  .visitenkarte h3, .kontaktformularheadline {
    padding: 25px;
    margin: -25px -25px 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #ff_elem229 {
    width: 370px !important;
  }
  #kontaktboxenwrapper {
    float: left;
    width: 48%;
    color: #333;
  }
  #kontaktformularwrapper {
    float: right;
    width: 48%;
    margin-bottom: 20px;
    color: #333;
  }
  .visitenkarte h3, .kontaktformularheadline {
    padding: 20px 10px;
    margin: -10px -10px 20px;
  }
  .visitenqr {
    height: 330px;
  }
  .visitenqr img {
    width: 250px !important;
    height: 250px !important;
    margin-top: -55px !important;
  }
  .visitenkarte {
    padding: 10px;
  }
  .bfPage-m {
    padding: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #kontaktboxenwrapper {
    float: left;
    width: 100%;
    color: #333;
  }
  #kontaktformularwrapper {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
  }
  .visitenkarte h3, .kontaktformularheadline {
    padding: 20px;
    margin: -25px -25px 20px;
  }
  #kontaktformularwrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #kontaktboxenwrapper {
    float: left;
    width: 100%;
    color: #333;
  }
  #kontaktformularwrapper {
    float: right;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
    margin-top: 20px;
  }
  .visitenkarte h3, .kontaktformularheadline {
    padding: 20px;
    margin: -25px -25px 20px;
  }
  .visitenqr {
    display: none;
  }
}
/* -------------------------- ENDE KONTAKT SEITE ------------------------ */
/* ----------------------------- AKTUELLES KASTEN ----------------------- */
.pixel-aktuelles .datum {
  font-size: 0.4em;
  margin-top: 10px;
}
.pixel-aktuelles .headline {
  font-size: 0.7em;
}
.pixel-aktuelles h3 {
  line-height: 0.7em;
  margin: 2px 0;
}
.pixel-aktuelles .newstext {
  font-size: 0.7em;
  margin-bottom: 23px;
}
/* -------------------------- ENDE AKTUELLES KASTEN --------------------- */
/* ---------------------------- SUCHERGEBNISSE -------------------------- */
#searchForm fieldset.phrases, #searchForm fieldset.only {
  display: none;
}
.result-title {
  background: #3186bc;
  color: #fff !important;
  padding: 15px;
  font-size: 1.2em;
  font-weight: normal !important;
}
.result-title a, .result-title a:link, .result-title a:hover, .result-title a:active {
  color: #fff;
}
.result-category, result-text, result-created {
  margin: 0;
}
.result-text, .result-created, .result-category {
  background: #eee;
  color: #333;
  margin: 0;
}
.result-category {
  padding: 15px;
}
.result-text {
  padding: 0 15px;
}
.result-created {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 11px;
}
/* ------------------------ ENDE SUCHERGEBNISSE ------------------------- */
/* -------------------------- DROPPICS ---------------------------------- */
.droppicscatslink {
  transform: none !important;
  -webkit-transform: none !important;
}
.droppicsgallerymasonry p {
  font-weight: normal !important;
  width: 100% !important;
  position: relative;
  margin-bottom: 10px !important;
}
.droppicscats .wimg {
  background: #dedede !important;
  height: auto !important;
  padding: 0 !important;
}
.droppicscatslink {
  height: 120px !important;
  overflow: hidden !important;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 40px;
  position: relative !important;
}
.droppicscats .droppicscatslink img {
  width: 100% !important;
  height: auto;
}
.wcat h2 {
  width: 100%;
  background: #00468c;
  color: #fff;
  text-shadow: none;
  border-bottom: 0;
  box-shadow: none;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  margin-top: 0 !important;
}
.droppicscatslink.galerietext {
  position: relative !important;
  color: #333 !important;
  padding: 20px !important;
  margin-top: 0 !important;
  width: auto;
}
.droppicscatslink.backtogallery {
  position: relative !important;
  color: #333 !important;
  padding: 20px !important;
  margin-top: 20px !important;
  width: auto;
  background: none !important;
  height: auto !important;
}
.droppicscatslink.backtogallery span {
  position: relative !important;
  bottom: auto !important;
}
.droppicscatslink.galerietext a {
  color: #333 !important;
}
@media only screen and (min-width: 1200px) {
  .droppicscats .wimg {
    width: 24% !important;
    max-width: 24% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .droppicscats .wimg {
    width: 49% !important;
    max-width: 49% !important;
  }
}
@media only screen and (max-width: 480px) {
  .droppicscats .wimg {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* -------------------------- ENDE DROPPICS ------------------------------ */
/* -------------------------- SMARTSLIDER -------------------------------- */
/* -------------------------- ENDE SMARTSLIDER --------------------------- */
/* -------------------------- GANTRY MEGAMENU ---------------------------- */
.gantry-logo img {
  width: 500px;
  padding: 3em 0;
}
#g-navigation .g-main-nav {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li {
  -webkit-flex: 1 0 auto ;
  -ms-flex: 1 0 auto ;
  flex: 1 0 auto ;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  -webkit-flex: 1 0 auto ;
  -ms-flex: 1 0 auto ;
  flex: 1 0 auto ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}
#g-navigation .headroom {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #4a7729;
}
#g-navigation .fixed {
  position: fixed;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0, 1), box-shadow 0.5s;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#g-navigation .g-dropdown-wrapper {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
#g-navigation .g-dropdown-wrapper div.g-dropdown {
  top: 0;
  pointer-events: all;
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  background: rgba(76, 76, 76, 0.96);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0, 1);
}
#g-navigation .g-dropdown-wrapper div.g-dropdown.g-inactive {
  transform: translateY(-105%);
}
#g-navigation .g-autowidth .g-dropdown-wrapper {
  width: auto !important;
}
#g-navigation .g-autowidth .g-dropdown-wrapper > .g-dropdown > ul {
  width: auto !important;
}
#g-navigation .g-toplevel > .g-menu-item {
  text-transform: uppercase;
}
#g-navigation .g-toplevel > .g-menu-item .g-menu-item-title {
  font-weight: 800;
}
#g-navigation .g-toplevel > .g-menu-item.active {
  background: #4a7729 !important;
  color: #fff;
}
#g-navigation .g-toplevel > .g-menu-item.active .g-menu-item-title {
  color: #fff !important;
}
#g-navigation .g-toplevel > .g-menu-item.active > .g-menu-item-container {
  color: #ffffff !important;
}
#g-navigation .g-toplevel > .g-menu-item > .g-menu-item-container {
  padding: 12px !important;
}
/* ------------------------ ENDE GANTRY MEGAMENU ------------------------- */
/* ------------------------------ TEAM MODUL ----------------------------- */
#owl-team {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  #owl-team {
    display: block !important;
    -webkit-display: block !important;
  }
}
.team-member {
  box-sizing: border-box !important;
  display: flex;
  display: -webkit-flex;
  flex-direction: column !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
  float: none !important;
  margin-bottom: 20px !important;
  position: relative !important;
}
.team-member h3 {
  text-transform: none !important;
  font-size: 1.5em !important;
  color: #333 !important;
  text-align: center;
}
.team-member > div {
  padding-bottom: 0;
  background: #ccc !important;
}
.team-member > div:hover {
  background: #ccc !important;
  color: #333 !important;
}
.team-member > div:hover ul li a {
  color: #fff;
  background: #333;
}
.team-member > div:hover ul li a:hover {
  background: #84ac26 !important;
}
.team-member ul li {
  padding: 0;
}
.team-member ul li a {
  border-radius: 0;
  margin-left: -10px;
  padding: 0.5em;
}
.team-member ul li a i {
  margin: 0;
}
.team-member span {
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit !important;
}
@media (min-width: 1200px) {
  .team-member {
    max-width: 18.3% !important;
    width: 24% !important;
  }
  .team-member > div {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 60px !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .team-member {
    width: 33% !important;
    max-width: 33% !important;
  }
}
@media (max-width: 767px) {
  .team-member {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    -webkit-display: block !important;
  }
}
/* ---------------------- ENDE TEAM MODUL -------------------------------- */
h2 {
  color: #333333;
  margin: 0.5em 0 0.8em;
  font-size: 1.7em;
  line-height: 1.1;
  font-weight: bold;
}
#g-mainbottom h3.g-title {
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #102445;
}
.cms_article, .cms_news {
  padding: 1em;
  background: #eee;
}
.cms_article__headline {
  color: #4a7729;
  font-size: 1.3em;
  margin-top: 0;
}
.cms_article__date {
  color: #aaa;
}
.cms_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cms_news__image {
  background: none 50%/cover;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.cms_news__image:after {
  display: table;
  content: "";
  padding-top: 66.66667%;
}
.welcome-headline {
  text-transform: uppercase;
  color: #102445;
  margin-bottom: 1em;
}
.welcome-headline h3 {
  color: #4a7729;
  font-size: 2.5em;
  margin: 0;
}
.welcome-headline h2 {
  font-weight: 300;
  font-size: 3.4em;
  margin-bottom: 0;
  color: inherit;
}
.welcome-headline:after {
  content: "";
  display: block;
  width: 75%;
  border-bottom: solid 1px;
}
.mod-languages {
  position: absolute;
  top: 0;
  right: 0;
}
.mod-languages .lang-active img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 0px 50px rgba(0, 0, 0, 0.3);
}
.kontakt table {
  border: none;
}
.kontakt table td {
  border: none;
  padding: 0.3em;
}
img.nextend-slide-bg {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
p.sliderfont3, p.sliderfont1 {
  font-family: inherit !important;
  font-size: 2.5em !important;
  text-shadow: none !important;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 0.1em 0.5em !important;
  position: absolute;
  right: 0;
  top: 30%;
  margin: 0 !important;
  letter-spacing: 0.05em;
}
p.sliderfont1 {
  font-size: 3.2em !important;
  top: 42%;
  font-weight: 800;
}
p.deutsch.sliderfont3 {
  top: 20%;
}
p.deutsch.sliderfont1 {
  top: 32%;
}
p.english {
  right: auto;
  left: 0;
}
p.english.sliderfont3 {
  top: 32%;
}
p.english.sliderfont1 {
  top: 44%;
}
.smart-slider-layer {
  position: static !important;
}
.ad__button, .custom.articles .article .readmore a, .cms_article__readmore, .cms_news__readmore {
  border: solid 1px #4a7729;
  padding: 0.5em 1.5em;
  color: #4a7729;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background: none;
}
.ad__button:hover, .custom.articles .article .readmore a:hover, .cms_article__readmore:hover, .cms_news__readmore:hover {
  background: #4a7729;
  color: #fff !important;
}
.flexbox {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
}
.flexbox > div {
  flex: 1 1 0px;
}
.flexbox > div:not(:last-child) {
  padding-right: 1em;
}
@media only all and (max-width: 47.99rem) {
  .flexbox {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .flexbox > div {
    padding-right: 0 !important;
  }
}
#g-showcase {
  background: none;
  margin-bottom: 0;
}
#g-showcase .header-image, #g-showcase .headerbild-einzeln {
  display: block;
  background: none center/cover;
  max-height: 800px;
  position: relative;
}
#g-showcase .header-image:after, #g-showcase .headerbild-einzeln:after {
  content: "";
  display: table;
  padding-top: 46.875%;
}
#g-showcase .header-image--empty, #g-showcase .headerbild-einzeln--empty {
  background: linear-gradient(-20.5deg, #97b358, #1d538a);
  z-index: -1;
}
#g-showcase .header-image p, #g-showcase .headerbild-einzeln p {
  margin: 0 !important;
  line-height: 0 !important;
}
#g-showcase .header-image img, #g-showcase .headerbild-einzeln img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#g-container-4290 {
  z-index: 1;
  position: relative;
}
#g-container-4290 .g-container {
  background: inherit;
  border-radius: 2px;
}
#g-container-4290 .moduletable .g-title {
  color: #102445;
}
#g-container-4290 .moduletable .g-title:after {
  content: "";
  display: block;
  width: 75%;
  border-bottom: solid 1px;
}
#g-footer {
  margin-top: 0;
  border: none;
}
.custom-footer {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
  -webkit-justify-content: space-around ;
  -ms-flex-pack: distribute ;
  justify-content: space-around ;
  padding: 1em 0;
  font-weight: 400;
}
.custom-footer .vertical-bar {
  display: block;
  width: 2px;
  background: #fff;
}
@media only all and (max-width: 47.99rem) {
  .custom-footer {
    -webkit-justify-content: center ;
    -ms-flex-pack: center ;
    justify-content: center ;
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .custom-footer > div {
    width: 100%;
    margin: 0.5em 0;
  }
  .custom-footer .vertical-bar {
    display: none;
  }
}
.custom-footer h3 {
  font-size: 1em;
  margin: 0.3em 0;
  color: inherit;
}
.custom-footer span, .custom-footer a {
  font-weight: 400;
}
.custom-footer small {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0.2;
  margin-top: 1em;
}
#menu-footer {
  background: #4a7729;
}
#menu-footer a {
  color: #ffffff;
  padding: 0.75rem 1rem;
}
#menu-footer a:hover span {
  text-decoration: underline;
}
.g-sub-nav ul {
  margin: 0;
}
.g-sub-nav ul.g-toplevel {
  column-count: 2;
}
.g-sub-nav ul.g-toplevel .g-menu-item {
  list-style: none;
}
.g-sub-nav ul.g-toplevel .g-menu-item .g-separator.g-menu-item-content {
  display: none;
}
.g-sub-nav ul.g-toplevel .g-menu-item .g-menu-item-container {
  color: #fff;
}
.g-sub-nav ul.g-toplevel .g-menu-item.active .g-menu-item-container .g-menu-item-content {
  border-bottom: solid 1px;
}
#g-footer .mod-languages {
  margin-top: 0;
}
.mod-languages li:not(:first-of-type) {
  margin-left: 0.5em;
}
/**
 * Smart Slider Styling
 */
.smart-slider-canvas {
  width: 100% !important;
  height: 100% !important;
}
.smart-slider-canvas .nextend-slide-bg {
  width: 100% !important;
  height: 100% !important;
  background: none center/cover !important;
}
#g-navigation {
  z-index: 10;
}
.tec_maschine {
  border: solid 1px #ccc;
  padding: 1em;
}
.tec_title {
  font-size: 1.2em;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0.25em 0;
}
@media only all and (min-width: 48rem) {
  #g-navigation {
    margin-bottom: 1.5em;
  }
  #g-showcase {
    margin-top: -1.5em;
  }
}
div#scrollarea, #traktorpool_laufband {
  position: relative;
  height: 70px;
  padding: 1em;
}
#traktorpool_laufband {
  height: 80px;
  overflow: hidden;
}
#traktorpool_laufband:before, #traktorpool_laufband:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  background: linear-gradient(to left, white 50%, rgba(74, 119, 41, 0) 100%);
  z-index: 1;
}
#traktorpool_laufband:before {
  transform: scaleX(-1);
  left: 0;
}
#traktorpool_laufband:after {
  right: 0;
}
#laufband {
  padding: 2em 0;
  z-index: 5;
  transform: translate3d(0, 0, 0);
}
#scroller_popup, #traktorpool_laufband_mouseover {
  position: absolute !important;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #000;
  padding: 1em;
  display: none;
  font-size: 0.75em;
  z-index: 10;
}
.traktorpool-copyright {
  margin-bottom: 1em;
}
.moduletable.fullwidth {
  position: relative;
}
.moduletable.fullwidth:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: calc(-50vw + (($breakpoints-large-desktop-container - (2 * 2em))/ 2));
  background: #eee;
  z-index: -1;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .moduletable.fullwidth:before {
    left: calc(-50vw + (($breakpoints-desktop-container - (2 * 2em)) / 2));
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .moduletable.fullwidth:before {
    left: calc(-50vw + (($breakpoints-tablet-container - (2 * 2em)) / 2));
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .moduletable.fullwidth:before {
    left: calc(-50vw + (($breakpoints-mobile-container - (2 * 2em)) / 2));
  }
}
@media only all and (max-width: 30rem) {
  .moduletable.fullwidth:before {
    left: calc(-50vw + (($breakpoints-mobile-container - (2 * 2em)) / 2));
  }
}
.moduletable.fullwidth .department {
  padding: 2em 0 1em;
}
.articles.moduletable {
  width: 100%;
}
.custom.articles {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin-bottom: 3em;
}
.custom.articles .article {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  background: #fff;
  margin-right: 5em;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex: 1 1 0px ;
  -ms-flex: 1 1 0px ;
  flex: 1 1 0px ;
  -webkit-flex-direction: column-reverse ;
  -ms-flex-direction: column-reverse ;
  flex-direction: column-reverse ;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.2);
}
.custom.articles .article:last-child {
  margin-right: 0;
}
.custom.articles .article__info {
  font-family: Roboto !important;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex: 1 0 auto ;
  -ms-flex: 1 0 auto ;
  flex: 1 0 auto ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  padding: 1em;
}
.custom.articles .article__info h2 {
  font-family: inherit;
  font-weight: 900 !important;
  font-size: 1.5em;
  text-transform: uppercase;
}
.custom.articles .article__info__header {
  margin-bottom: 1.5rem;
}
.custom.articles .article__info__header h2 {
  margin-bottom: 0;
}
.custom.articles .article__info__date {
  font-size: 0.75em;
  opacity: 0.5;
}
.custom.articles .article__image {
  display: block;
  -webkit-flex: 0 0 25 ;
  -ms-flex: 0 0 25 ;
  flex: 0 0 25 ;
  background: #fff center/cover;
  width: 100%;
}
.custom.articles .article__image:after {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.custom.articles .article .readmore {
  -webkit-align-self: center ;
  -ms-align-self: center ;
  align-self: center ;
  margin-top: 1em;
}
.custom.articles .article .readmore a {
  display: block;
}
.layout-spacer {
  -webkit-flex-grow: 1 ;
  -ms-flex-grow: 1 ;
  flex-grow: 1 ;
}
p.readmore {
  align-self: center;
  flex-grow: 1;
}
.cms_article, .cms_news {
  margin-bottom: 3em;
}
.cms_article__readmore, .cms_news__readmore {
  display: inline-block;
  cursor: pointer;
}
.banner.moduletable {
  margin-left: 1em;
  margin-top: 4em;
}
body.standorte #g-container-4290 .pixelcms_articles-wrapper {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-flex-wrap: wrap ;
  flex-wrap: wrap ;
}
body.standorte #g-container-4290 .pixelcms_articles-wrapper .page-header {
  display: block;
  width: 100%;
}
body.standorte .cms_article, body.standorte .cms_news {
  -webkit-flex: 0 1 32% ;
  -ms-flex: 0 1 32% ;
  flex: 0 1 32% ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  margin-left: 1em;
}
body.standorte .cms_article__intro {
  white-space: pre-line;
}
body.standorte .cms_article__date {
  display: none;
}
body.standorte .cms_article__image {
  -webkit-flex: 0 2 auto ;
  -ms-flex: 0 2 auto ;
  flex: 0 2 auto ;
  margin-bottom: 1em;
  width: 100%;
}
body.standorte .cms_article__image ~ div {
  -webkit-flex: 1 0 auto ;
  -ms-flex: 1 0 auto ;
  flex: 1 0 auto ;
}
.ua-ie .worker__role {
  flex: 1 auto;
}
.ua-ie .worker__contact {
  flex: 4 auto;
}
.slider-container:not(.moduletable) {
  margin-top: -140px;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 30%, black 70%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 30%, black 70%, rgba(0, 0, 0, 0));
}
#logo.g-block {
  -webkit-justify-content: flex-start ;
  -ms-flex-pack: flex-start ;
  justify-content: flex-start ;
}
.slide h1, .slide h2 {
  background: rgba(0, 0, 0, 0.41);
  display: block;
  padding: 0.4em;
  max-width: 75%;
}
.slide__content {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-align-items: flex-start ;
  -ms-flex-align: flex-start ;
  align-items: flex-start ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
}
@media only all and (max-width: 47.99rem) {
  .slide__content {
    font-size: 0.6rem;
  }
}
.slide h1 {
  font-weight: bold;
  font-size: 2.25em;
}
.slide h2:after {
  content: none;
}
#g-top > .g-container > .g-grid > .g-block {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-justify-content: center ;
  -ms-flex-pack: center ;
  justify-content: center ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}
#g-top {
  backdrop-filter: blur(5px) saturate(1.25);
}
.custom.kontakt {
  background: #76b72a;
  padding: 0.5em;
}
.custom.kontakt p {
  margin: 0;
  color: #fff;
  text-align: center;
}
.custom.kontakt p:last-child {
  font-size: 1.2em;
}
.article {
  width: 100%;
}
.department .worker__title {
  background: #4a7729;
  color: #fff;
  margin-top: 0;
  padding-top: 1em;
}
.department .worker__role {
  background: #4a7729;
  color: #fff;
  padding-bottom: 1em;
}
.department .worker__contact {
  border: solid 1px #4a7729;
  padding: 0.5em;
}
.department .worker__bio {
  display: none;
}
.ua-ie .slider-container:not(.moduletable), .ua-firefox-52 .slider-container:not(.moduletable) {
  background-color: #fff;
  position: relative;
  transform: none;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}
.ua-ie .slider-container:not(.moduletable):after, .ua-firefox-52 .slider-container:not(.moduletable):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white);
}
.ua-ie .slider-container:not(.moduletable) .header-image:not(.slider-wrap), .ua-firefox-52 .slider-container:not(.moduletable) .header-image:not(.slider-wrap) {
  transform: translateZ(-0.5px) translateY(-4%) scale(1.6);
}
.ua-ie .slider {
  transform: translateX(-100%);
}
.ua-edge .slider-container:not(.moduletable) {
  background-color: #fff;
  position: relative;
  transform: none;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}
.ua-edge .slider-container:not(.moduletable):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white);
}
.ua-edge .slider-container:not(.moduletable) .header-image:not(.slider-wrap) {
  transform: translateZ(-0.5px) translateY(-4%) scale(1.6);
}
.slider_icons.moduletable {
  margin: auto;
  margin-top: -220px !important;
  margin-bottom: 30px;
  z-index: 5;
  position: relative;
}
.slider_icons.moduletable .custom {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-justify-content: space-between ;
  -ms-flex-pack: justify ;
  justify-content: space-between ;
}
.slider_icons.moduletable .custom > a, .slider_icons.moduletable .custom > div {
  width: 200px;
  padding: 0.5em;
  box-sizing: border-box;
  text-align: center;
  color: #fff !important;
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
  -webkit-flex-direction: column ;
  -ms-flex-direction: column ;
  flex-direction: column ;
}
.slider_icons.moduletable .custom > a span, .slider_icons.moduletable .custom > div span {
  font-weight: 800;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #4a7729;
}
.ua-ie .slider_icons.moduletable .custom > a span, .ua-ie .slider_icons.moduletable .custom > div span {
  width: calc(100% + 4em);
  margin-left: -2em;
  margin-right: -2em;
  padding: 0 1em;
}
.slider_icons.moduletable .custom > a .slider_icons__icon, .slider_icons.moduletable .custom > div .slider_icons__icon {
  width: 100%;
  background: #fff;
  padding: 0em 1em;
  margin-bottom: 1em;
}
.slider_icons.moduletable .custom > a svg, .slider_icons.moduletable .custom > div svg {
  max-width: 95%;
  fill: #4a7729 !important;
  display: block;
}
ul.cws-tabs {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  pointer-events: none;
}
ul.cws-tabs.left {
  left: 0 !important;
}
ul.cws-tabs.left li {
  margin-left: 0 !important;
  left: 0 !important;
  -ms-transform: translateX(-225px);
  -webkit-transform: translateX(-225px);
  transform: translateX(-225px);
}
ul.cws-tabs.left li a {
  padding-right: 50px !important;
  background-position: calc(100% - 7.5px) center !important;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
ul.cws-tabs.right {
  right: 0 !important;
}
ul.cws-tabs.right li {
  margin-right: 0 !important;
  right: 0 !important;
  -ms-transform: translateX(225px);
  -webkit-transform: translateX(225px);
  transform: translateX(225px);
}
ul.cws-tabs.right li a {
  padding-left: 50px !important;
  background-position: 7.5px center !important;
  background-size: 35px 35px;
  background-repeat: no-repeat;
}
ul.cws-tabs li {
  width: 275px;
  pointer-events: all;
  margin-bottom: 0.125em;
  -webkit-transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1)!important;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1)!important;
}
ul.cws-tabs li:hover {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
ul.cws-tabs li.teamviewer {
  background: #0a7ad9;
}
ul.cws-tabs li.teamviewer a {
  background-image: url('../../../../images/social/teamviewer_logo.svg');
}
ul.cws-tabs li.email {
  background: #FF5722;
}
ul.cws-tabs li.email a {
  background-image: url('../../../../images/social/email.svg');
}
ul.cws-tabs li.facebook {
  background: #3b5998;
}
ul.cws-tabs li.facebook a {
  background-image: url('../../../../images/social/facebook.svg');
}
ul.cws-tabs li.instagram {
  background: radial-gradient(circle at 30% 207%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
ul.cws-tabs li.instagram a {
  background-image: url('../../../../images/social/instagram.svg');
}
ul.cws-tabs li.telephone {
  background: #607D8B;
}
ul.cws-tabs li.telephone a {
  background-image: url('../../../../images/social/phone.svg');
}
ul.cws-tabs li.youtube {
  background: #e52d27;
}
ul.cws-tabs li.youtube a {
  background-image: url('../../../../images/social/youtube_logo.svg');
}
ul.cws-tabs li.standorte {
  background: #4a7729;
}
ul.cws-tabs li.standorte a {
  background-image: url('../../../../images/social/standorte.svg');
}
ul.cws-tabs li.anfahrt {
  background: #f4b605;
}
ul.cws-tabs li.anfahrt a {
  background-image: url('../../../../images/social/anfahrt.svg');
}
ul.cws-tabs li.shop {
  background: #1d3482;
}
ul.cws-tabs li.shop a {
  background-image: url('../../../../images/social/cart.svg');
}
ul.cws-tabs li a {
  width: 100% !important;
  padding: 1em 0.5em;
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 14px;
}
.menu-trigger {
  position: fixed;
  top: 20px;
  right: 30px;
  background: #78b12b;
  border-radius: 99em;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 999999;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.13);
  transition: all 200ms ease-in-out;
  transform: scale(0);
}
.menu-trigger:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.13);
  cursor: pointer;
}
.menu-trigger .x-hidden {
  display: none;
}
@media screen and (max-width: 575px) {
  .menu-trigger {
    transform: scale(1);
  }
  #g-navigation {
    display: none;
  }
  .g-toplevel {
    flex-direction: column !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .slider_icons.moduletable .custom > a {
    width: 25%;
    margin-bottom: 1em;
    -webkit-flex: 0 1 26% ;
    -ms-flex: 0 1 26% ;
    flex: 0 1 26% ;
  }
  .slider_icons.moduletable .custom > a span {
    display: none;
  }
  .slider_icons.moduletable .custom > a .slider_icons__icon {
    margin-bottom: 0;
    padding: 0;
  }
  .moduletable.slider_icons {
    margin-top: 0 !important;
  }
  .slider-container:not(.moduletable) {
    margin-top: 0;
  }
  .custom.slider_icons {
    -webkit-flex-wrap: wrap ;
    flex-wrap: wrap ;
    -webkit-justify-content: space-around ;
    -ms-flex-pack: distribute ;
    justify-content: space-around ;
  }
  ul.cws-tabs {
    right: 0 !important;
    top: 50%;
    display: none !important;
  }
  .rowck > .inner {
    -webkit-flex-direction: column-reverse ;
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
  }
  .rowck > .inner > .blockck {
    width: 100%;
    margin: 0;
  }
  .articles {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .articles .article {
    flex: 1 0 auto !important;
    margin: 1em 0 !important;
  }
  .worker {
    width: 100%;
    margin-right: 0 !important;
  }
  .article {
    -webkit-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .article_left {
    padding: 1em;
    -webkit-flex: 0 0 100% ;
    -ms-flex: 0 0 100% ;
    flex: 0 0 100% ;
    max-width: 100%;
    margin: 0;
  }
  .department__body {
    -webkit-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  .gebrauchtmaschinen {
    padding: 1em;
  }
  .gebrauchtmaschinen .pagination {
    overflow: auto;
    -webkit-justify-content: initial ;
    -ms-flex-pack: initial ;
    justify-content: initial ;
  }
  .gebrauchtmaschinen .pagination ul {
    margin: auto;
    white-space: nowrap;
  }
  .gebrauchtmaschinen .pagination ul > li:first-child, .gebrauchtmaschinen .pagination ul > li:last-child {
    display: none;
  }
  .product__description {
    padding: 1em;
  }
  #g-navigation #menu-container {
    position: fixed;
    top: 0;
  }
  body.standorte #g-container-4290 .span12 {
    -webkit-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
    padding: 1em;
  }
  body.standorte #g-container-4290 .span12 .cms_article, body.standorte #g-container-4290 .span12 .cms_news, body.standorte #g-container-4290 .span12 body.standorte .cms_news {
    -webkit-flex: 0 0 auto ;
    -ms-flex: 0 0 auto ;
    flex: 0 0 auto ;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 1em;
  }
}
.ad__price {
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
.slider .slide {
  background-color: #fff !important;
}
@supports (position: sticky) {
  .ua-chrome .g-offcanvas-toggle {
    top: 8px;
    position: sticky;
  }
  @media only all and (max-width: 47.99rem) {
    .ua-chrome .g-offcanvas-toggle {
      position: fixed;
    }
  }
  .ua-chrome #g-navigation {
    position: sticky;
    top: 0;
  }
  .ua-chrome #g-page-surround {
    height: 100%;
    overflow-y: auto;
    perspective: 1px;
  }
  @media only all and (max-width: 47.99rem) {
    .ua-chrome #g-page-surround {
      height: initial;
      overflow-y: hidden;
      perspective: none;
    }
  }
  .ua-chrome body {
    height: 100%;
  }
  @media only all and (max-width: 47.99rem) {
    .ua-chrome body {
      height: initial;
    }
  }
  .ua-chrome ul.cws-tabs.right {
    right: 10px !important;
  }
  .ua-chrome .slider {
    transform-style: preserve-3d;
  }
  .ua-chrome .slider .slide {
    overflow: hidden;
    position: relative;
  }
  .ua-chrome .slider .slide:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: inherit;
    z-index: 0;
    transform: translateZ(-0.5px) translateY(-4%) scale(1.6);
  }
  .ua-chrome .slider .slide__content {
    z-index: 1;
  }
  .ua-chrome .slider-container:not(.moduletable) {
    background-color: #fff;
    position: relative;
    transform: none;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .ua-chrome .slider-container:not(.moduletable):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, white);
  }
  .ua-chrome .slider-container:not(.moduletable) .header-image:not(.slider-wrap) {
    transform: translateZ(-0.5px) translateY(-4%) scale(1.6);
  }
}
.manufacturer-page {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  -webkit-align-items: center ;
  -ms-flex-align: center ;
  align-items: center ;
}
.manufacturer-page > .manufacturer:nth-child(1n+2) {
  display: none;
}
.pdf {
  margin-bottom: 2em;
}
.pdf__title {
  display: block;
  text-align: center;
}
.pdf__image {
  display: block;
  margin: auto;
}
.logos.logos-inline img {
  width: calc(22% - 0.5em);
  height: auto !important;
  margin-right: 1em;
}
.logos.logos-inline img:first-of-type {
  width: auto !important;
  height: calc(40px) !important;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-top .g-grid .g-block:nth-of-type(2) {
    display: none;
  }
  #g-top .g-grid .g-block .logos.logos-inline {
    display: flex;
    justify-content: center;
  }
  #g-top .g-grid .g-block .logos.logos-inline img {
    width: calc(18% - 0.5em);
  }
  #g-top .g-grid .g-block .logos.logos-inline img:first-of-type {
    height: calc(30px) !important;
  }
}
.gebrauchtmaschinen {
  margin-top: 1em;
}
.fbwall-Container, .fbwall-Pane, div#wkfbloading, #fb-wall .live-demo {
  height: auto !important;
}
.fbgotopost {
  display: none;
}
.flex-center {
  display: flex;
  justify-content: center;
}
a.btn.btn-c2a {
  background: none;
  border: solid 0.1em #4a7729;
  color: #4a7729;
  font-size: 1.5em;
  padding: 0.5em;
  box-shadow: none !important;
  text-shadow: none !important;
}
a.btn.btn-c2a:hover {
  background: #4a7729;
  color: #fff;
}
.floaty {
  float: right;
}
.floaty.article-sidebar {
  padding: 1em;
  background: #eee;
}
.floaty.article-sidebar img {
  width: 7.5rem;
}
.cms_article__intro p {
  margin: 0.75em 0;
}
.rsform.anfrage {
  justify-content: center;
  display: flex;
}
.square-img {
  padding-top: 100%;
  position: relative;
}
.square-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
.ad_contact_wrapper {
  display: grid;
  grid-template-columns: min-content;
  grid-auto-rows: 1fr;
  grid-gap: 1rem;
  justify-content: center;
}
.contact-card {
  display: flex;
  background: #fff;
  box-shadow: 0 5px 10px #0002;
  border-radius: 4px;
  overflow: hidden;
  width: max-content;
}
.contact-card__image {
  padding: 1rem;
  background: var(--accent-color-1, none);
  width: 10rem;
  flex: 0 1 10rem;
  display: grid;
  align-items: center;
}
.contact-card__image img {
  width: 100%;
  border-radius: 50%;
}
.contact-card__title {
  font-size: 1.2em;
  margin: 0 0 0.25rem;
  font-weight: 500;
}
.contact-card__desc {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.contact-card__desc table, .contact-card__desc th, .contact-card__desc td {
  border: none;
}
.contact-card__desc td {
  padding: 0.25em 10px 0.25em 0;
}
.contact-card__desc td:last-child {
  padding-right: 0;
}
hr[data-content] {
  border-bottom: solid 1px #78a22b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
hr[data-content]:before {
  content: attr(data-content);
  padding: 0.2rem;
  background: #fff;
}
a.whatsapp-cta {
  background: #00E676;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  color: #fff !important;
  align-items: center;
  border: solid 3px #00E676;
}
a.whatsapp-cta:hover {
  color: #fff !important;
  border-color: #00b35c;
}
a.whatsapp-cta i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
a.emails--encrypted {
  pointer-events: none;
}
a.emails--encrypted > span {
  display: none;
}
a.emails--encrypted:after {
  content: "Bitte aktivieren Sie Java-Script um die E-Mail anzuzeigen";
}
/*# sourceMappingURL=custom_18.css.map */