/* 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";
/*----------------------------- FONT INCLUDE ----------------------------*/
/*--------------------------- TEMPLATE CONFIG ---------------------------*/
/*--------------------------- TEMPLATE INIT -----------------------------*/
/**
 * Inlcudes
 * Hier werden alle SCSS Dateien geladen.
 * Falls also eine neu dazu kommt sollte die hier geladen werden.
 * Ausgenommen davon sind Anpassungen die nur für den Kunden gelten sollen.
 * Grund dafür ist das diese Datei zur not aus dem Master dann wieder rüberkopiert werden kann.
 */
/**
 * Variables
 * Hier werden die Standardwerte fürs Template festgelegt.
 */
/**
 * Functions
 * Hier sind alle Funktionen drin.
 */
/**
 * Inlcudes
 * Hier werden alle SCSS Dateien geladen.
 * Falls also eine neu dazu kommt sollte die hier geladen werden.
 * Ausgenommen davon sind Anpassungen die nur für den Kunden gelten sollen.
 * Grund dafür ist das diese Datei zur not aus dem Master dann wieder rüberkopiert werden kann.
 */
/**
 * Inlcudes
 * Hier werden alle SCSS Dateien geladen.
 * Falls also eine neu dazu kommt sollte die hier geladen werden.
 * Ausgenommen davon sind Anpassungen die nur für den Kunden gelten sollen.
 * Grund dafür ist das diese Datei zur not aus dem Master dann wieder rüberkopiert werden kann.
 */
/**
 * Base
 * Hier sind so die standard sachen drin.
 */
.fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
  margin: 0 auto;
}
@media only all and (min-width: 75rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .fullwidth .center > .g-content, .center-block, .slide__content, #g-navigation .g-dropdown-wrapper div.g-dropdown > ul, .custom-footer {
    width: 100%;
  }
}
body {
  position: relative;
}
h1, h2, h3 {
  line-height: 1.2;
}
.fullwidth {
  padding: 0 !important;
}
.fullwidth > .g-container {
  width: 100%;
}
.fullwidth > .g-container .content {
  margin: 0;
  padding: 0;
}
.fullwidth .center {
  text-align: inherit;
}
.fixed > .g-content, .fullwidth > .g-content {
  margin: 0 auto;
}
#g-page-surround {
  z-index: 5;
}
#g-container-4290 {
  z-index: 1;
  position: relative;
}
#g-container-4290 .g-container {
  background: inherit;
  padding: 2em;
  border-radius: 2px;
}
.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;
}
.layout-spacer {
  flex-grow: 1;
}
.ad__button, .article .readmore a, .cms_news__readmore, .cms_article__readmore {
  border: solid 1px #37a137;
  padding: 0.5em 1.5em;
  color: #37a137;
  -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, .article .readmore a:hover, .cms_news__readmore:hover, .cms_article__readmore:hover {
  background: #37a137;
  color: #fff !important;
  text-decoration: none;
}
/**
 * Font Base
 * Alles was Schriften angeht wird hier im groben geregelt.
 */
body, td, th, p, span, ul, li {
  font-family: "Roboto", sans-serif;
  line-height: 150%;
}
p, span {
  font-weight: normal;
  line-height: 150% !important;
  text-align: left;
}
#g-mainbody p {
  line-height: 200% !important;
}
#g-mainbody .cktext.inner p:first-of-type {
  margin-top: 0;
}
/**
 * Header
 * Stylt den Bereich über der NAvigation
 */
#g-top {
  padding: 1em;
  background: linear-gradient(to top, #fff 0%, #e6e6e6 80%);
}
#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 ;
}
.gantry-logo img {
  width: 400px;
}
/**
 * Konaktbox
 * Hier ist das Styling für die Kontaktbox im header drin.
 */
.custom.kontakt {
  padding: 0.75em;
}
.custom.kontakt--background {
  background: #37a137;
  color: #fff;
}
.custom.kontakt table {
  border: none;
}
.custom.kontakt table td {
  border: none;
  padding: 0.3em;
}
.custom.kontakt table td p {
  margin: 0;
}
/**
 * Slider
 * Hier wird Der Slider und die Headerbilder gestylt.
 */
#g-showcase {
  background: none;
  margin-bottom: 0;
}
#g-showcase .header-image {
  display: block;
  background: none center/cover;
  max-height: 525px;
  position: relative;
}
#g-showcase .header-image:after {
  content: "";
  display: block;
  padding-top: 46.875%;
}
#g-showcase .header-image--empty {
  background: linear-gradient(-20.5deg, #97b358, #1d538a);
  z-index: -1;
}
.slider {
  transform: translate3d(0%, 0, 0);
}
.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 ;
}
.slide h1 {
  font-family: "Roboto Slab";
  font-weight: bold;
}
.slide h2:after {
  content: none;
}
/**
 * Langauge
 * Stylt das Sprachauswahl Modul von Joomla
 */
.mod-languages {
  margin: 1em 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);
}
#g-footer .mod-languages {
  margin-top: 0;
}
.mod-languages li:not(:first-of-type) {
  margin-left: 0.5em;
}
.g-offcanvas-toggle {
  position: fixed;
  background: #37a137;
  padding: 0.5em;
  top: 0;
  left: initial;
  border-radius: 0 0 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
}
#g-mobilemenu-container {
  margin: 0;
}
#g-navigation {
  z-index: 10;
}
#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: #666666;
}
#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-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: #37a137 !important;
  color: #ffffff;
}
#g-navigation .g-toplevel > .g-menu-item.active .g-menu-item-title {
  color: #ffffff;
}
#g-navigation .g-toplevel > .g-menu-item.active > .g-menu-item-container {
  color: #fff;
}
#g-navigation .g-toplevel > .g-menu-item > .g-menu-item-container {
  color: #ffffff;
  padding: 12px;
}
.g-main-nav .g-menu-item-565, .g-main-nav .g-menu-item-454 {
  display: none !important;
}
/**
 * Ads
 * Das hier sollte die Traktorpool auflistung stylen.
 */
.custom.ads {
  display: flex;
  flex-wrap: wrap;
}
.custom.ads--promoted {
  margin-top: -5em;
  position: relative;
}
.ad {
  padding: 1em;
  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);
}
.ad:not(:nth-child(3n+3)) {
  margin-right: 1.5em;
}
.ua-ie .ad:not(:nth-child(3n+3)) {
  margin-right: 1.499em;
}
@media only all and (max-width: 47.99rem) {
  .ad {
    width: 100%;
    margin-right: 0 !important;
  }
}
.ad > div:last-of-type {
  -webkit-flex-grow: 1 ;
  -ms-flex-grow: 1 ;
  flex-grow: 1 ;
}
.ad h3 {
  color: #003968;
}
.ad__image {
  background: none center/cover;
  position: relative;
  display: block;
}
.ad__image__wrapper {
  margin: -1em -1em 0;
}
.ad__image__wrapper--empty {
  background: #eee;
}
.ad__image__wrapper--empty:after {
  content: "";
  background: url('../../../../images/logo.svg') center/75% no-repeat;
  filter: grayscale(1);
  opacity: 0.1;
}
.ad__image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.ad__price {
  position: relative;
  margin: 0 -1em;
  background: #37a137;
  padding: 0.7em;
  font-size: 1em;
  font-weight: 800;
  text-align: center;
  color: #fff !important;
}
.ad__button {
  margin-top: 1em;
  display: block;
  text-align: center;
}
.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: #37a137;
  pointer-events: none;
  color: #fff;
}
.pagination ul li.disabled {
  color: #ccc;
  cursor: default;
}
.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 ;
}
.produkte-box img {
  height: 160px;
  margin: auto;
  width: 70%;
  object-fit: contain;
}
.produkte-box-image {
  background: none center/contain no-repeat;
  height: 160px;
  margin: auto;
  width: 70%;
}
.produkte-image-border {
  display: flex;
  background: #fff;
}
.produkte-image-border-dark {
  background: #444;
}
.product {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  margin-bottom: 5em;
}
@media only all and (max-width: 47.99rem) {
  .product {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
}
.product > div {
  flex: 1 0 65%;
}
.product > div:not(:last-child) {
  margin-right: 2em;
}
@media only all and (max-width: 47.99rem) {
  .product > div:not(:last-child) {
    margin-right: 0 !important;
  }
}
.product__images {
  flex-shrink: 1 !important;
}
.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;
}
.product__description__price {
  font-size: 1.5em;
  text-align: right;
  margin-top: 1em;
  border-top: solid 1px #ccc;
  padding-top: 1em;
}
.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: 18px;
  padding: 10px 0 !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;
  width: 35%;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 5px 10px 0 !important;
}
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;
}
/**
 * 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: #37a137;
}
.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: #37a137;
}
.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: right;
  color: #999;
}
.ua-ie .rsform .rsform-block {
  display: block !important;
}
.btn-primary {
  background: #37a137;
  padding: 0.75em 3em;
  font-size: 1em;
  color: #fff;
  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;
}
@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;
  }
}
/**
 * Legacy
 * Hier ist alter Code drin der für manche Sachen noch gebraucht wird.
 * Im moment nur für das Technibörse laufband in benutzung.
 */
div#scrollarea {
  position: relative;
  height: 70px;
  padding: 1em;
}
div#laufband {
  padding: 2em 0;
  background: #76b72a;
  z-index: 2;
  transform: translate3d(0, 0, 0);
}
div#scroller_popup {
  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;
}
/**
 * Articles
 * Hier werden die Beiträge und Herstellernews gestylt.
 */
.article {
  display: -webkit-flex ;
  display: -ms-flexbox ;
  display: flex ;
  background: #fff;
  margin-bottom: 5em;
}
.article:last-child {
  margin-bottom: 0;
}
.article__info {
  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 ;
  -ms-flex-direction: column ;
  flex-direction: column ;
  padding: 1em;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15), 0 2px 15px rgba(0, 0, 0, 0.2);
}
.article__info h2 {
  font-family: "roboto, sans-serif";
  font-weight: 900;
  font-size: 1.5em;
  text-transform: uppercase;
}
.article__info__header {
  margin-bottom: 1.5rem;
}
.article__info__header h2 {
  margin-bottom: 0;
}
.article__info__date {
  font-size: 0.75em;
  opacity: 0.5;
}
.article__image {
  display: block;
  -webkit-flex: 0 0 70% ;
  -ms-flex: 0 0 70% ;
  flex: 0 0 70% ;
  background: #fff center/cover;
}
.article__image:after {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.article .readmore {
  -webkit-align-self: center ;
  -ms-align-self: center ;
  align-self: center ;
  margin-bottom: 1em;
}
.article:nth-child(4n + 1) .readmore a {
  color: #c82639;
  border-color: #c82639;
}
.article:nth-child(4n + 1) .readmore a:hover {
  background: #c82639;
}
.article:nth-child(4n + 2) .readmore a {
  color: #ef8e00;
  border-color: #ef8e00;
}
.article:nth-child(4n + 2) .readmore a:hover {
  background: #ef8e00;
}
.article:nth-child(4n + 3) .readmore a {
  color: #9bbc1a;
  border-color: #9bbc1a;
}
.article:nth-child(4n + 3) .readmore a:hover {
  background: #9bbc1a;
}
.article:nth-child(4n + 4) .readmore a {
  color: #28649a;
  border-color: #28649a;
}
.article:nth-child(4n + 4) .readmore a:hover {
  background: #28649a;
}
.cms_news, .cms_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1em;
  background: #eee;
  margin-bottom: 3em;
}
.cms_news a, .cms_article a {
  text-decoration: none;
}
.cms_news__headline, .cms_article__headline {
  color: #37a137;
  font-size: 1.3em;
  margin-top: 0;
}
.cms_news__date, .cms_article__date {
  color: #aaa;
}
.cms_news__readmore, .cms_article__readmore {
  display: inline-block;
  cursor: pointer;
}
.cms_news__content, .cms_article__content {
  width: 100%;
}
.cms_news__image, .cms_article__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, .cms_article__image:after {
  display: table;
  content: "";
  padding-top: 66.66667%;
}
@media only all and (max-width: 47.99rem) {
  .cms_article, .cms_news {
    -webkit-flex-direction: column ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
}
@media only all and (max-width: 47.99rem) {
  .cms_article__image, .cms_news__image {
    width: 100%;
  }
}
.cms_article__headline, .cms_news__headline {
  font-size: 1.3em;
}
/**
 * Search
 * Stylt die Suche / 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;
}
/**
 * Maps
 * Hier wird die Mapbox karte gestylt.
 */
.mapboxgl-marker--vector {
  width: 64px;
}
.mapboxgl-marker--vector svg {
  overflow: visible;
  stroke-width: 1.5px;
}
.mapboxgl-marker--vector svg path {
  stroke: #37a137;
}
/**
 * Footer
 * Hier wird der Footer Bereich gestylt.
 */
#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-between ;
  -ms-flex-pack: justify ;
  justify-content: space-between ;
  padding-top: 1em;
  font-weight: 300;
  margin: 10px auto;
}
.custom-footer h3 {
  font-size: 1em;
  margin: 0.3em 0;
  color: inherit;
}
.custom-footer span, .custom-footer a {
  font-weight: 300;
}
.custom-footer small {
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0.2;
  margin-top: 1em;
}
.custom-footer strong {
  color: white;
}
.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;
}
.outline-_error h1 {
  font-size: 5em;
  text-align: center;
  font-weight: 800;
}
.outline-_error section#g-container-4290 {
  flex: 1;
  align-items: center;
  display: flex;
}
.outline-_error #g-page-surround {
  display: flex;
  flex-direction: column;
}
.outline-_error #g-footer .blockck {
  flex: 1;
}
.g-contact-icons {
  position: fixed;
  top: 50vh;
  z-index: 5;
  right: -1rem;
  transform: translateY(-50%);
}
.g-contact-icon {
  background: #37a137;
  font-size: 1rem;
  padding: 0.5em 2em 0.5em 1em;
  transform: translateX(100%) translateX(-4em);
  border: none;
  transition: transform 0.5s ease;
  will-change: transform;
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.g-contact-icon__inner {
  display: flex;
  align-items: center;
}
.g-contact-icon__image {
  width: 1em;
  height: 1em;
  margin-right: 1em;
}
.g-contact-icon__text {
  color: #fff;
}
.g-contact-icon:hover {
  transform: none;
}
.home #g-container-4290 #content-bottom .platform-content:first-of-type {
  position: relative;
  padding: 20px 0;
  margin: 50px 0;
}
.home #g-container-4290 #content-bottom .platform-content:first-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  background: #eeeeee;
  z-index: -1;
}
.home #g-container-4290 #content-bottom .platform-content:first-of-type .article {
  background: transparent;
}
.home #g-container-4290 #content-bottom .platform-content:first-of-type .article .article__images .js-img {
  width: 350px;
  background-position: center center;
}
.home #g-container-4290 #content-bottom .platform-content:first-of-type .article .article__images .js-img::after {
  padding-top: calc(9 /16 * 100%);
}
#g-extension .moduletable .g-title {
  width: 75rem;
  font-weight: bold;
  color: #0149c2;
  font-weight: 500 !important;
  font-size: 1.8rem !important;
}
#g-extension .moduletable #carousel-1 .siema-wrapper .siema-nav::before {
  color: #37a137;
  cursor: pointer;
}
#g-extension .moduletable #carousel-1 .siema-wrapper .siema-slider .siema-slider-frame .siema-el-wrapper .siema-el__image {
  height: 100%;
  border: 5px solid #37a137;
  border-bottom: 12px solid #37a137;
}
#g-extension .moduletable #carousel-1 .siema-wrapper .siema-slider .siema-slider-frame .siema-el-wrapper .siema-el__image img {
  height: 100%;
  object-fit: cover;
}
#g-extension .moduletable .karriere-btn {
  background: #37a137;
  color: #fff;
  padding: 9px 25px;
  margin: 10px 0 25px 0;
  float: right;
  width: max-content;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #37a137;
  transition: 300ms ease-in-out;
}
#g-extension .moduletable .karriere-btn:hover {
  background: transparent;
  color: #37a137;
}
#g-extension .moduletable .karriere-btn:checked, #g-extension .moduletable .karriere-btn:focus {
  outline: 1px solid #000;
}
body:not(.home) .pixelcms_articles-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body:not(.home) .pixelcms_articles-wrapper .cms_article {
  width: 100%;
}
body:not(.home) .pixelcms_articles-wrapper .cms_article:nth-child(odd) {
  margin-right: 2%;
}
body:not(.home) .pixelcms_articles-wrapper .cms_article .cms_article__intro {
  display: block;
}
.com-baforms-wrapper {
  display: flex;
  justify-content: center;
}
.com-baforms-wrapper .ba-form-1 {
  width: 60%;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page {
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item {
  margin: 0 0 20px 0;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item input, .com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item textarea {
  background: #fff !important;
  border: 2px solid #3b6728 !important;
  border-radius: 10px;
  color: #000 !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item .required-star {
  display: none !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item .drag-drop-upload-file .ba-form-icons {
  color: #3b6728 !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item .drag-drop-upload-file .upload-file-btn {
  border: 2px solid #3b6728 !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #3b6728 !important;
  padding: 5px 10px;
  margin-top: 10px;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item .drag-drop-upload-file .upload-file-btn:hover {
  background: #37a137 !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-submit-field .ba-form-submit-btn-wrapper .ba-form-submit-btn {
  border: 2px solid #3b6728 !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #3b6728 !important;
  padding: 12px 40px;
  margin-top: 10px;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-submit-field .ba-form-submit-btn-wrapper .ba-form-submit-btn .ba-form-submit-title {
  font-weight: 700 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-submit-field .ba-form-submit-btn-wrapper .ba-form-submit-btn:hover {
  background: #37a137 !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-acceptance-field label.ba-form-checkbox span {
  border: 2px solid #3b6728 !important;
  background: #fff;
  transition: 300ms ease-in-out !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-acceptance-field label.ba-form-checkbox span:hover {
  border-color: #37a137 !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-acceptance-field label.ba-form-checkbox span:hover::before {
  background: #37a137;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-acceptance-field label.ba-form-checkbox span::before {
  background: #3b6728;
  transition: 300ms ease-in-out !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-acceptance-field .ba-form-acceptance-html a {
  font-weight: 600 !important;
  color: #3b6728;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page .ba-page-items .ba-form-row .ba-form-field-item.ba-form-acceptance-field .ba-form-acceptance-html a:hover {
  text-decoration: underline;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  body:not(.home) .pixelcms_articles-wrapper .cms_article {
    width: 100%;
  }
  body:not(.home) .pixelcms_articles-wrapper .cms_article:nth-child(odd) {
    margin-right: 0;
  }
  .com-baforms-wrapper .ba-form-1 {
    width: 80%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  body:not(.home) .pixelcms_articles-wrapper .cms_article {
    width: 100%;
  }
  body:not(.home) .pixelcms_articles-wrapper .cms_article:nth-child(odd) {
    margin-right: 0;
  }
  .cms_article .cms_article__image {
    margin-bottom: 10px;
  }
  #g-extension .moduletable #carousel-1 .siema-wrapper .siema-slider .siema-slider-frame .siema-el-wrapper .siema-el__image {
    max-height: 550px;
  }
  #g-extension .moduletable #carousel-1 .siema-wrapper .siema-slider .siema-slider-frame .siema-el-wrapper .siema-el__image img {
    max-height: 550px;
  }
  .com-baforms-wrapper .ba-form-1 {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  body:not(.home) .pixelcms_articles-wrapper .cms_article {
    width: 100%;
  }
  body:not(.home) .pixelcms_articles-wrapper .cms_article:nth-child(odd) {
    margin-right: 0;
  }
  .cms_article .cms_article__image {
    margin-bottom: 10px;
  }
  #g-extension .moduletable #carousel-1 .siema-wrapper .siema-slider .siema-slider-frame .siema-el-wrapper .siema-el__image {
    max-height: 450px;
  }
  #g-extension .moduletable #carousel-1 .siema-wrapper .siema-slider .siema-slider-frame .siema-el-wrapper .siema-el__image img {
    max-height: 450px;
  }
  .com-baforms-wrapper .ba-form-1 {
    width: 100%;
  }
}
#cookie-consent .cc_banner {
  background: #37a137;
}
#cookie-consent .cc_banner .cc_btn {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
#cookie-consent .cc_banner .cc_btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
#cookie-consent .cc_banner .cc_btn:before {
  display: none;
}
#cookie-consent .cc_banner .cc_btn.cc_btn--primary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
#cookie-consent .cc_banner .cc_btn.cc_btn--primary:hover {
  background: rgba(255, 255, 255, 0.2);
}
#cookie-consent .cc_banner .cc_btn--primary {
  background: transparent;
  border: 2px solid #fff;
}
#cookie-consent .cc_banner .cc_btn--primary:hover {
  background: rgba(255, 255, 255, 0.2);
}
#cookie-consent .cc_manager__header {
  background: #37a137;
}
#cookie-consent .cc_manager__footer {
  background: #37a137;
}
#cookie-consent .cc_manager__footer .cc_btn {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}
#cookie-consent .cc_manager__footer .cc_btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
#cookie-consent .cc_manager__footer .cc_btn:before {
  display: none;
}
#cookie-consent .cc_manager__footer .cc_btn.cc_btn--primary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
#cookie-consent .cc_manager__footer .cc_btn.cc_btn--primary:hover {
  background: rgba(255, 255, 255, 0.2);
}
#g-top .g-grid {
  height: fit-content !important;
}
#g-top .g-grid .g-toplevel {
  display: flex;
  align-items: flex-end;
}
#g-top .g-grid .g-toplevel .g-menu-item.active .g-menu-item-title {
  color: #37a137;
  font-weight: bold !important;
}
#g-top .g-grid .g-toplevel .g-menu-item.active:has(.g-dropdown-wrapper) .g-sublevel .g-menu-item .g-menu-item-title {
  color: black;
  font-weight: 400;
}
#g-top .g-grid .g-toplevel .g-menu-item.active:has(.g-dropdown-wrapper) .g-sublevel .g-menu-item .active .g-menu-item-title {
  color: #37a137;
  font-weight: bold !important;
}
#g-top .g-grid .g-toplevel .g-menu-item-806 img {
  width: 250px;
}
#g-top .g-grid .g-toplevel .g-menu-item-827 img {
  height: 50px;
}
nav {
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
.hometeaser .home-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hometeaser .home-wrapper img {
  width: 240px;
}
.g-contact-icon__image {
  object-fit: contain;
}
#g-showcase .header-image {
  max-height: 750px;
}
#g-breadcrumb {
  margin-top: 100px;
}
#g-breadcrumb .homeintroleft .article__content__text .js-img:nth-of-type(1) {
  pointer-events: none;
}
#g-breadcrumb .homeintroleft .article__content__text .js-img:nth-of-type(1) img {
  box-shadow: none;
}
#g-breadcrumb .hersteller-carousel h3 {
  color: #37a137;
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  text-align: left !important;
}
#g-breadcrumb .hersteller-carousel .siema-el {
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: -4px 4px 0px 1px #f5e601;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #37a137 !important;
  color: #fff;
  margin-bottom: 2rem;
}
#g-breadcrumb .hersteller-carousel .siema-el .siema-el__image img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#g-breadcrumb .hersteller-carousel .siema-el .siema-el__title {
  color: #f5e601 !important;
  padding: 0 25px 25px;
  font-weight: 800 !important;
}
#g-breadcrumb .hersteller-carousel .siema-el .siema-el__description {
  display: none;
}
#g-breadcrumb .hersteller-carousel .siema-el__description {
  display: none;
}
#g-breadcrumb .archive-link {
  background: transparent !important;
  color: #3b6728 !important;
  box-shadow: none;
  border: none;
  float: right;
}
#g-breadcrumb .archive-link:hover {
  text-decoration: underline;
}
#g-maintop {
  background: #37a137;
  margin: 100px 0;
}
#g-maintop .moduletable {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 90px;
}
#g-maintop .moduletable::before {
  background: none;
}
#g-maintop .moduletable h2 {
  width: 100%;
  color: white;
}
#g-maintop .moduletable .UnsereMaschienen {
  width: 25%;
  color: white;
}
#g-maintop .moduletable .UnsereMaschienen p:nth-child(2) {
  margin-bottom: 100px;
}
#g-maintop .moduletable .UnsereMaschienen a {
  padding: 8px 16px;
  border-radius: 19px;
  border-top-left-radius: 0;
  background: white;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #37a137;
  border: 2px solid white;
  transition: 200ms;
}
#g-maintop .moduletable .UnsereMaschienen a:hover {
  background: transparent;
  color: white;
  transition: 200ms;
}
#g-maintop .moduletable .carousel_wrapper {
  width: 70%;
  height: 18em;
  margin-left: auto;
}
#g-maintop .moduletable .carousel_wrapper .carousel__scrollarea {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20em;
}
#g-maintop .moduletable .carousel_wrapper .carousel__scrollarea .carousel__ad {
  width: 22em;
  height: 18em;
  box-shadow: -4px 4px 0px 1px #f5e601;
  border-radius: 10px;
  border-top-left-radius: 0;
}
#g-container-4290 .g-container {
  padding: 0 !important;
}
#g-container-4290 .g-container .insta-block h3 {
  color: #37a137;
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  text-align: left !important;
}
#g-container-4290 .g-container .insta-block .ffp-feed-posts-item-reactions span {
  font-size: 12px !important;
}
#g-container-4290 .g-container .insta-block .ffp-feed-load-more-btn {
  padding: 5px 10px;
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border: 2px solid #3b6728 !important;
  background: #3b6728 !important;
  margin: 10px 0;
  width: fit-content;
  margin-left: 50%;
  font-weight: 800;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
}
#g-container-4290 .g-container .insta-block .ffp-feed-load-more-btn:hover {
  background-color: #37a137 !important;
  transform: scale(1.1);
}
#g-mainbottom {
  background: #f6f6f6;
  padding: 40px 0 0;
  margin-bottom: 80px;
}
#g-mainbottom .g-title {
  font-weight: bold !important;
  font-size: 28px;
  color: #37a137;
}
#g-mainbottom .siema {
  height: 24vw;
}
#g-mainbottom .siema .siema-wrapper {
  width: 100vw;
  position: absolute;
  left: 0;
}
#g-footer {
  padding: 30px 0 60px;
}
#g-footer .pagebuilderck #block_ID1755599619860 > .inner > .innercontent {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
#g-footer .pagebuilderck #block_ID1755599619860 > .inner > .innercontent strong {
  color: white;
}
#g-footer .pagebuilderck #block_ID1755599619860 > .inner > .innercontent h3 {
  color: white;
}
#g-footer .pagebuilderck #block_ID1755599619860 > .inner > .innercontent p {
  font-size: 16px;
}
#g-copyright {
  background: #5b5b5b;
}
#g-copyright p {
  font-size: 14px;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#g-copyright p a {
  font-size: 14px;
  color: white;
  transition: 200ms;
}
#g-copyright p a:hover {
  color: #37a137;
  transition: 200ms;
}
#g-extension {
  margin-bottom: 70px;
}
#g-extension .g-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#g-extension .g-content .platform-content {
  width: 48%;
  height: 480px;
}
#g-extension .g-content .platform-content .pixelcms_banner__video, #g-extension .g-content .platform-content .pixelcms_banner__image {
  width: 100%;
  height: 480px;
}
#g-extension .g-content .platform-content .custom p {
  margin: 0;
}
#g-extension .g-content .platform-content .custom img {
  border-bottom-left-radius: 30px;
  box-shadow: -4px 4px 0px 1px #f5e601;
}
.com-baforms-wrapper .ba-form-1 {
  width: 100% !important;
}
.com-baforms-wrapper .ba-form-1 .ba-form-page {
  background: transparent;
}
.com-baforms-wrapper .ba-form-1 .upload-file-input .drag-drop-upload-file {
  align-items: flex-start;
}
.itemid-845 .articles_links .article_link {
  background: #37a137;
  border-color: #f5e601;
  transition: 200ms;
}
.itemid-845 .articles_links .article_link:hover {
  background: #3b6728;
  transition: 200ms;
}
.itemid-845 .articles_links .article_link .cms_article__headline {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  color: white;
}
.cms_article__readmore:hover {
  transform: scale(1.1);
}
.traktorpool-copyright {
  display: none;
}
.back_to_overview, .ad__button {
  padding: 5px 10px;
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border: 2px solid #3b6728 !important;
  background: #3b6728 !important;
  margin: 10px 0;
  width: fit-content;
  margin-left: 50%;
  font-weight: 800;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
}
.back_to_overview:hover, .ad__button:hover {
  background-color: #37a137 !important;
  transform: scale(1.1);
}
.back_to_overview {
  margin-bottom: 110px !important;
}
.product__description h1 {
  color: #37a137;
  font-weight: 800 !important;
  text-align: left !important;
}
body:not(.itemid-459) #g-container-4290 {
  margin: 40px 0;
}
body:not(.itemid-459) .cms_article {
  background: #37a137;
}
body:not(.itemid-459) .cms_article h2 {
  color: #f5e601 !important;
}
body:not(.itemid-459) .cms_article p {
  color: white;
}
body:not(.itemid-459) .cms_article p strong {
  color: white;
}
body:not(.itemid-459) .worker {
  background: #37a137;
}
body:not(.itemid-459) .worker h4 {
  color: #f5e601 !important;
}
body:not(.itemid-459) .worker a {
  color: white;
}
body:not(.itemid-459) .worker a strong {
  color: white;
}
.manufacturer li a {
  color: white !important;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .slide h1 span {
    font-size: 30px !important;
  }
  .slide h2 span {
    font-size: 22px !important;
  }
  #g-maintop .UnsereMaschienen {
    width: 75% !important;
  }
  #g-footer .g-container {
    width: 100%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755599163208 {
    position: relative;
    display: flex;
    width: 20%;
    margin-left: 60px;
  }
  #g-copyright p {
    font-size: 14px !important;
  }
  #g-copyright p a {
    font-size: 14px !important;
  }
  .market .item_list {
    grid-template-columns: auto auto auto;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .slide h1 span {
    font-size: 25px !important;
  }
  .slide h2 span {
    font-size: 20px !important;
  }
  #g-maintop .UnsereMaschienen {
    width: 75% !important;
  }
  #g-footer .g-container {
    width: 100%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent {
    padding: 0 60px;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755599163208 {
    width: 100%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755587605259, #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755587437970 {
    width: 50%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755587639193 {
    width: 100%;
  }
  #g-copyright p {
    font-size: 12px !important;
  }
  #g-copyright p a {
    font-size: 12px !important;
  }
  .market .item_list {
    grid-template-columns: auto auto auto;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .slide h1 span {
    font-size: 20px !important;
  }
  .slide h2 span {
    font-size: 16px !important;
  }
  #g-maintop h2 {
    margin-left: 60px !important;
  }
  #g-maintop .UnsereMaschienen {
    width: 75% !important;
    margin-left: 60px !important;
  }
  #g-container-4290 .g-container {
    padding: 0 10px !important;
  }
  #g-mainbottom .siema {
    height: 34vw;
  }
  #g-mainbottom .siema {
    height: 34vw;
  }
  #g-mainbottom .g-title {
    padding: 0 10px;
    font-size: 24px !important;
  }
  #g-footer .g-container {
    width: 100%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent {
    padding: 0 60px;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755599163208 {
    width: 100%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755587605259, #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755587437970 {
    width: 50%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent #ID1755587639193 {
    width: 100%;
  }
  #g-copyright p {
    font-size: 12px !important;
  }
  #g-copyright p a {
    font-size: 12px !important;
  }
  .market .item_list {
    grid-template-columns: auto auto;
  }
}
@media only all and (max-width: 30rem) {
  .slide h1 span {
    font-size: 16px !important;
  }
  .slide h2 span {
    font-size: 14px !important;
  }
  #g-maintop h2 {
    margin-left: 20px !important;
    font-size: 20px !important;
  }
  #g-maintop .UnsereMaschienen {
    width: 75% !important;
    margin-left: 20px !important;
  }
  #g-breadcrumb {
    padding: 0 10px;
  }
  #g-breadcrumb .home-wrapper {
    width: 100%;
  }
  #g-breadcrumb .home-wrapper a {
    width: 48%;
  }
  #g-breadcrumb .home-wrapper a b {
    font-size: 12px;
  }
  #g-container-4290 .g-container {
    padding: 0 10px !important;
  }
  #g-extension {
    padding: 0 10px;
  }
  #g-mainbottom .siema {
    height: 50vw;
  }
  #g-mainbottom .g-title {
    padding: 0 10px;
    font-size: 1.3rem !important;
  }
  #g-footer .g-container {
    width: 100%;
  }
  #g-footer .g-container .pagebuilderck #block_ID1755599619860 > .inner > .innercontent {
    padding: 0 60px;
    flex-direction: column;
    align-items: flex-start;
  }
  #g-copyright p {
    font-size: 10px !important;
  }
  #g-copyright p a {
    font-size: 10px !important;
  }
}
/*-------------------------- TEMPLATE BLOCKS ----------------------------*/
/*--------------------------- CUSTOM TEMPLATE ---------------------------*/
p.readmore {
  align-self: center;
  flex-grow: 1;
}
/*--------------------------- DPH 31.07.2022 ---------------------------*/
/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/inter-v12-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(""), url('../../fonts/inter-v12-latin-300.eot#iefix') format("embedded-opentype"), url('../../fonts/inter-v12-latin-300.woff2') format("woff2"), url('../../fonts/inter-v12-latin-300.woff') format("woff"), url('../../fonts/inter-v12-latin-300.ttf') format("truetype"), url('../../fonts/inter-v12-latin-300.svg#Inter') format("svg");
  /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/inter-v12-latin-800.eot');
  /* IE9 Compat Modes */
  src: local(""), url('../../fonts/inter-v12-latin-800.eot#iefix') format("embedded-opentype"), url('../../fonts/inter-v12-latin-800.woff2') format("woff2"), url('../../fonts/inter-v12-latin-800.woff') format("woff"), url('../../fonts/inter-v12-latin-800.ttf') format("truetype"), url('../../fonts/inter-v12-latin-800.svg#Inter') format("svg");
  /* Legacy iOS */
}
body, p, h1, h2, h3, h4, h5, h6, a, span {
  font-family: "Inter", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.2rem;
}
body.g-menu-item-title, p.g-menu-item-title, h1.g-menu-item-title, h2.g-menu-item-title, h3.g-menu-item-title, h4.g-menu-item-title, h5.g-menu-item-title, h6.g-menu-item-title, a.g-menu-item-title, span.g-menu-item-title {
  font-size: 1.05rem !important;
}
#g-mainbody p {
  line-height: 150% !important;
}
h1, h2, h3 {
  text-transform: uppercase !important;
}
a {
  color: #3b6728;
}
a:hover {
  text-decoration: unterline;
}
h1.article__headline, .page-header h1, h2 {
  font-weight: bold;
  color: #37a137;
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  text-align: left !important;
}
h3 {
  text-align: left !important;
}
.blueborder {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  background-color: #37a137;
  padding: 5px;
  display: inline;
  line-height: 160%;
}
.article ul li p {
  margin: 0;
  color: #363636;
}
.article ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #37a137;
}
strong, b, strong a {
  font-weight: 800 !important;
}
.article__content__text table {
  table-layout: fixed;
}
/* -------------------------- ClemFix -------------------------- */
.home #g-container-4290 #content-bottom .platform-content:first-of-type {
  position: relative;
  padding: 0px 0;
  margin: 0px 0;
}
/*--------------------------- Top ---------------------------*/
.landtechnik .header-image {
  background-image: url('../../../../images/slider-landtechnik.jpg') !important;
  background-size: cover !important;
}
.melktechnik .header-image {
  background-image: url('../../../../images/slider-melktechnik.jpg') !important;
  background-size: cover !important;
}
.metallbau {
  margin-bottom: 40px;
}
.mobilelogo {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  display: none;
}
/*--------------------------- Nav ---------------------------*/
nav {
  margin-right: 40px;
  margin-top: 45px;
}
nav ul {
  text-align: right;
}
nav ul.g-sublevel {
  text-align: left;
}
nav ul li a {
  color: #333 !important;
}
nav ul li a, nav ul li .g-menu-item-title {
  text-transform: uppercase !important;
}
nav ul li.g-standard:hover .g-menu-item-container .g-separator .g-menu-item-title, nav ul li.g-standard.active .g-menu-item-container .g-separator .g-menu-item-title, nav .g-dropdown-wrapper div.g-dropdown a:hover .g-menu-item-title, nav .g-sublevel li.active a .g-menu-item-title, nav a:hover {
  color: #37a137 !important;
}
nav .g-dropdown {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
nav .g-dropdown-wrapper div.g-dropdown {
  background: #fff;
}
/* --- Logo --- */
.fixed li.g-menu-item-806 {
  margin-top: 0;
}
li.g-menu-item-806 img {
  width: 280px;
  transition: all 0.2s linear 0s;
}
.fixed li.g-menu-item-806 img {
  width: 150px;
}
/* --- JF Logo ---- */
.g-main-nav .g-toplevel > li.g-menu-item-827 > .g-menu-item-container {
  padding: 1.2rem 0.638rem 0.6rem 0.638rem;
}
.g-main-nav .g-toplevel > li.g-menu-item-827 > .g-menu-item-container img {
  height: 50px;
}
.fixed .g-main-nav .g-toplevel > li.g-menu-item-827 > .g-menu-item-container img {
  height: 30px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 1.2rem 0.638rem;
}
#g-top nav .g-grid {
  padding: 0;
}
#g-top .g-menu-item .g-menu-item-container .g-menu-item-title {
  font-size: 15px !important;
}
#g-top .g-menu-item .g-menu-item-container .g-separator .g-menu-item-title {
  font-size: 15px !important;
}
#g-top .g-menu-item .g-menu-item-container .g-menu-parent-indicator {
  font-size: 15px !important;
}
#g-top .g-menu-item .g-menu-item-container .g-menu-parent-indicator::after {
  width: fit-content;
}
#g-top {
  background: none;
  padding: 0 0 0 0;
}
#g-top .g-container {
  height: 120px;
}
#menu-container {
  width: 100%;
  transition: all 0.3s linear 0s;
  background-color: #fff;
  z-index: 99;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.fixed nav {
  margin-top: 0;
  margin-right: 40px;
}
.serviceinfo .page-header h2::before {
  content: "Service ";
}
.g-contact-icon {
  box-shadow: -4px 4px 0px 1px #f5e601;
}
/*--------------------------- Slider ---------------------------*/
.slide__content {
  padding-left: 2em;
}
.slide h1 {
  background: rgba(0, 0, 0, 0.8);
  border-left: 10px solid #37a137;
  padding-left: 20px;
  margin-bottom: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  width: 70% !important;
}
.slide h1 span {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 2.2rem;
}
.slide h2 {
  background: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  border-left: 10px solid #f5e601;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  display: flex;
  width: 70% !important;
}
.slide h2 span {
  font-weight: 300 !important;
  color: #fff !important;
  font-size: 24px;
}
.slide {
  align-items: flex-end !important;
}
.slide__content {
  padding-bottom: 50px;
}
#g-showcase .header-image--empty {
  background: linear-gradient(0deg, #fff, #eee);
  z-index: -1;
  max-height: 50px;
}
/*--------------------------- Traktorpool ---------------------------*/
div#laufband {
  padding: 2em 0;
  background: #EEEEEE;
  border-bottom: 1px solid #E4E4E4;
  z-index: 1;
}
div#laufband .center-block {
  padding: 0 2em;
}
/*--------------------------- Homepage Intro ---------------------------*/
.homeintro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.homeintroleft, .homeintroright {
  width: 46%;
}
.homeintroleft {
  margin-bottom: 50px;
}
.homeintroleft img {
  box-shadow: -4px 4px 0px 1px #eee;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.homeintroleft .article {
  flex-direction: column;
}
.homeintroleft .article .article_left {
  margin-right: 0;
}
.homeintroleft .article .article_right {
  padding: 0;
  background: transparent;
}
.homeintroleft .article .article_right .article_attachment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homeintroleft .article .article_right .article_attachment > .pdf {
  background: #eee;
  width: 48%;
  padding: 10px 10px 20px 10px;
  box-shadow: -4px 4px 0px 1px #ccc;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.homeintroleft .article .article_right a span {
  display: block;
  padding-top: 10px;
  text-align: center;
}
.homeintroright .cms_article {
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  box-shadow: -4px 4px 0px 1px #f5e601;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #37a137;
  color: #fff;
  margin-bottom: 2rem;
}
.homeintroright .cms_article strong {
  color: #fff;
}
.homeintroright .cms_article h2.cms_article__headline {
  color: #f5e601 !important;
}
.homeintroright .cms_article .cms_article__date {
  color: #fff;
}
.cms_article__readmore, .cms_news__readmore {
  border: none;
  padding: 5px 10px;
  color: #fff !important;
  -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);
  border: 2px solid #3b6728 !important;
  background: #3b6728 !important;
  margin: 10px 0;
  float: right;
  font-weight: 800;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cms_article__readmore:hover, .cms_news__readmore:hover {
  background-color: #37a137 !important;
}
.clearfix {
  text-align: right;
  display: block;
  width: 100%;
}
.clearfix a.archive-link {
  background: transparent !important;
  color: #3b6728 !important;
  box-shadow: none;
  border: none;
}
.clearfix a.archive-link:hover {
  text-decoration: underline;
  background-color: transparent !important;
}
.homeintroright .cms_article .cms_article__image {
  width: 100%;
  height: 343px;
}
.homeintroright .cms_article .cms_article__content {
  padding: 1em;
}
.homeintroleft .article .article_right a img, .homeintroleft .article .article_right a span {
  transition: 300ms ease-in-out;
}
.homeintroleft .article .article_right a:hover img, .homeintroleft .article .article_right a:hover span {
  transform: scale(1.1);
}
.homeintroleft .article .article_right h3 {
  display: none;
}
.hometeaser {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.hometeaser a {
  display: block;
  width: 46%;
  padding: 20px;
  text-align: center;
  background: #37a137;
  color: #fff;
  box-shadow: -4px 4px 0px 1px #f5e601;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: 300ms ease-in-out;
}
.hometeaser a:hover {
  background: #2ac772;
  transform: scale(1.1);
}
.hometeaser a img {
  height: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.home .fullsizenews1 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .fullsizenews1 .cms_article {
  width: 31%;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #37a137;
  color: #fff;
  border-bottom: none;
  border: 1px solid #f5e601;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.home .fullsizenews1 .cms_article a h2.cms_article__headline, .home .fullsizenews1 .cms_article .cms_article__date {
  color: #fff !important;
}
.home .cms_article__image, .home .cms_news__image {
  width: 100%;
  height: 225px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.home .homenews .cms_news {
  width: 31%;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fff;
  border-bottom: none;
  border: 1px solid #37a137;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.home .homenews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .homenews h2 {
  width: 100%;
}
/*--------------------------- Content ---------------------------*/
.span12 .article {
  flex-direction: column;
}
.article_left {
  margin-right: 0;
}
.manufacturers .manufacturer li a {
  color: #363636;
}
.manufacturers .manufacturer li {
  color: #f5e601;
}
.manufacturer {
  background-color: #37a137 !important;
}
.article__content__text table td {
  min-width: 200px;
  vertical-align: top;
}
.worker {
  background: #EEEEEE;
}
.worker__title {
  color: #333;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 800 !important;
}
.g-contact-icons {
  right: -1.2rem;
}
.worker__role {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.worker__contact {
  padding: 0 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.article_attachment--workers {
  display: flex;
  flex-direction: column-reverse;
}
.rsform-block-pflichtangaben {
  text-align: left;
}
.rsform .grecaptcha-badge {
  margin: 0;
}
.cms_article h2.cms_article__headline, .cms_news h2.cms_news__headline {
  color: #333 !important;
  font-size: 1.4rem !important;
}
.hometxt {
  display: flex;
  flex-wrap: wrap;
}
.hometxt section {
  width: 50%;
}
.cms_article__intro {
  display: none;
}
.home .cms_article__intro {
  display: block;
}
.nodate .cms_article__date {
  display: none !important;
}
.button, a.archive-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #37a137;
  background-color: #37a137;
  color: #fff;
  border: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-left: 4px solid #37a137;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  float: none;
}
.button:hover, a.archive-link:hover {
  background-color: #37a137 !important;
}
.cms_news, .cms_article {
  background: #eee;
  border-bottom: 1px solid #ccc;
}
.cms_news h2, .cms_article h2, .cms_news p, .cms_article p {
  margin: 0 0 5px 0 !important;
}
.ad__button, .article .readmore a, .cms_news__readmore, .cms_article__readmore {
  border: 3px solid #37a137;
  padding: 5px 10px;
  color: #37a137;
  -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;
  margin: 10px 0;
}
.ad__button:hover, .article .readmore a:hover, .cms_news__readmore:hover, .cms_article__readmore:hover {
  background-color: #37a137;
  color: #fff !important;
}
.cms_news__date, .cms_article__date {
  color: #333;
  font-weight: 800;
}
.ad {
  background-color: #eee;
}
.pixelcms_banner__video, .pixelcms_banner__image {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.pdf__image {
  display: block;
  margin: 5px auto;
}
div.pdf {
  text-align: center;
}
.fullsizekarriere h2 {
  color: #f5e601;
}
.fullsizekarriere a {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 30px;
  background-color: #fff;
  padding: 20px;
  display: block;
  width: 500px;
  margin-bottom: 20px;
  box-shadow: -4px 4px 0px 1px #37a137;
  transition: 300ms ease-in-out;
}
.fullsizekarriere a:hover, .homegebrauchte a:hover {
  transform: scale(1.1);
}
.fullsizekarriere a::after {
  content: url('../../../../images/pfeil.png');
  float: right;
}
.homegebrauchte {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff !important;
}
.homegebrauchte div {
  width: 48%;
}
.homegebrauchte a {
  display: block;
  position: relative;
  text-align: center;
  bottom: 0;
  transition: 300ms ease-in-out;
}
.homegebrauchte a h2 {
  position: absolute;
  text-align: center;
  bottom: 0;
}
.homegebrauchte img {
  box-shadow: -4px 4px 0px 1px #f5e601;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: 300ms ease-in-out;
}
.place_details.conditional-details {
  background: #fff !important;
  color: #333;
}
.place_details.conditional-details a {
  color: #333 !important;
}
.place_details.conditional-details a:hover {
  color: #37a137 !important;
}
.place_details.conditional-details a.place_details__btn {
  background: #3b6728 !important;
  color: #fff !important;
}
.place_details.conditional-details .place_details__btn:hover {
  color: #f5e601 !important;
}
.mapbox-details-wrapper {
  width: 360px !important;
}
h3.department__headline {
  font-weight: 800 !important;
}
.wabt {
  background: #37a137 !important;
  display: block;
  width: 300px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.wabt:hover {
  color: #f5e601 !important;
}
.mapboxgl-marker {
  cursor: pointer !important;
}
.mapboxgl-marker--active {
  width: 140px;
}
.mapboxgl-marker--vector {
  width: 50px !important;
}
#marker-address-8864070951090918 {
  left: -20px;
  top: -30px;
}
.market {
  font-size: 15px;
}
.article_right .worker__image {
  width: 20%;
}
/*--------------------------- Footer ---------------------------*/
#g-footer {
  background: #37a137;
  color: #fff;
}
#g-footer a {
  color: #fff;
}
#g-footer a:hover {
  color: #ccc;
  text-decoration: underline;
}
/* ############################# Fullsize ##################################### */
.fullsizenews1::before, .fullsizenews2::before, .fullsizekarriere::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 120vw;
  z-index: -1;
}
.fullsizenews1, .fullsizenews2, .fullsizekarriere {
  overflow: visible;
  background: none !important;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px 0;
  margin-bottom: 50px;
}
.fullsizenews1 {
  display: flex;
  margin-bottom: 0;
}
.fullsizenews2 {
  margin-bottom: 0;
}
.fullsizenews1 h2 {
  color: #fff;
  width: 100%;
}
.fullsizenews1::before {
  background: #37a137;
}
.fullsizekarriere::before {
  background: #f5e601;
  background-image: url('../../../../images/Karriere_background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.fullsizenews2::before {
  background: #fff;
}
#g-mobilemenu-container .g-menu-item-827 img {
  width: 40%;
}
@media only screen and (min-width: 75rem) {
  .fullsizenews1::before, .fullsizenews2::before, .fullsizekarriere::before {
    left: calc(-2.4rem + (100vw - 75rem) / 2 * -1);
  }
}
@media only screen and (min-width: 60rem) and (max-width: 74.938rem) {
  .fullsizenews1::before, .fullsizenews2::before, .fullsizekarriere::before {
    left: calc(-2rem + (100vw - 60rem) / 2 * -1);
  }
}
@media only screen and (min-width: 48rem) and (max-width: 59.938rem) {
  .fullsizenews1::before, .fullsizenews2::before, .fullsizekarriere::before {
    left: calc(-2rem + (100vw - 48rem) / 2 * -1);
  }
}
@media only screen and (min-width: 30rem) and (max-width: 47.938rem) {
  .fullsizenews1::before, .fullsizenews2::before, .fullsizekarriere::before {
    left: calc(-2rem + (100vw - 30rem) / 2 * -1);
  }
}
@media only screen and (min-width: 20rem) and (max-width: 29.938rem) {
  .fullsizenews1::before, .fullsizenews2::before, .fullsizekarriere::before {
    left: calc((100vw - 100%) / 2 * -1);
  }
}
/*--------------------------- RES- ---------------------------*/
/*--------------------------- PON- ---------------------------*/
/*--------------------------- SIVE ---------------------------*/
@media only screen and (max-width: 1750px) {
  li.g-menu-item-806 img {
    width: 200px;
  }
  .g-main-nav .g-toplevel > li.g-menu-item-827 > .g-menu-item-container img {
    height: 35px;
  }
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.9rem 0.6rem;
  }
}
@media only screen and (max-width: 98rem) {
  #g-top .g-container {
    width: 100% !important;
    height: fit-content;
  }
}
@media only screen and (max-width: 75rem) {
  body #g-top .g-menu-item .g-menu-item-container .g-separator .g-menu-item-title {
    font-size: 11px !important;
  }
  body #g-top .g-menu-item .g-menu-item-container .g-menu-item-title {
    font-size: 11px !important;
  }
  body #g-top .g-menu-item-806 img {
    width: 140px !important;
  }
  .slide {
    align-items: flex-end !important;
  }
  .slide .slide__content h1 {
    font-size: 24px !important;
    word-break: break-word;
  }
  .slide .slide__content h2 {
    font-size: 20px !important;
    word-break: break-word;
  }
  #g-maintop .g-container {
    width: 100%;
  }
  #g-maintop .g-container .moduletable {
    flex-direction: column;
  }
  #g-maintop .g-container .moduletable h2 {
    margin-left: 100px;
  }
  #g-maintop .g-container .moduletable .UnsereMaschienen {
    margin-left: 100px;
    margin-bottom: 60px;
  }
  #g-maintop .g-container .moduletable .carousel_wrapper {
    width: 100%;
    margin-left: 0;
  }
  #g-extension .g-content .platform-content {
    height: 390px;
  }
  #g-extension .g-content .platform-content .pixelcms_banner__video, #g-extension .g-content .platform-content .pixelcms_banner__image {
    height: 390px;
  }
  .custom.kontakt a {
    display: block;
  }
  #g-top .g-grid {
    justify-content: right;
  }
  #g-top {
    padding: 0 0 0 0;
  }
  .slide h1, .slide h2 {
    width: 100% !important;
  }
  body, p, h1, h2, h3, h4, h5, h6, a, span {
    font-size: 1rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 60rem) {
  #g-extension .g-content .platform-content {
    height: 310px;
  }
  #g-extension .g-content .platform-content .pixelcms_banner__video, #g-extension .g-content .platform-content .pixelcms_banner__image {
    height: 310px;
  }
  .homeintroleft, .homeintroright {
    width: 100%;
  }
  .home .fullsizenews1 .cms_article, .home .homenews .cms_news {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .home .fullsizenews1 h2.g-title, .home .homenews h2.g-title {
    text-align: center;
  }
}
@media only screen and (max-width: 48rem) {
  .mobilelogo {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
  .mobilelogo img {
    width: 40%;
    height: 100% !important;
    object-fit: contain;
    margin-top: 20px;
  }
  .mobilelogo img:nth-of-type(2) {
    width: 10%;
  }
  #g-mobilemenu-container li.g-menu-item-806 {
    margin-top: 0px;
  }
  #g-offcanvas, #g-offcanvas #g-mobilemenu-container ul {
    background: #fff !important;
  }
  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #333;
  }
  #g-showcase .slider:has(.mobilelogo) {
    position: absolute;
    top: 0;
    width: 100%;
    height: fit-content;
  }
  #g-showcase .slider:has(.mobilelogo) .mobilelogo img {
    height: 150px;
  }
  #g-top .g-container {
    height: 140px;
  }
  .slide h1 {
    font-size: 1.5rem !important;
  }
  .slide h2 {
    font-size: 1rem !important;
    margin-bottom: 1.5em !important;
  }
  body, p {
    font-size: 1rem !important;
  }
  h2.cms_article__headline, h2.cms_news__headline {
    font-size: 1.2rem !important;
  }
  h2, h1, h1.article__headline, .page-header h1 {
    font-size: 1.5rem !important;
  }
  .home .fullsizenews1 .cms_article, .home .homenews .cms_news {
    width: 80%;
  }
  .hometeaser section {
    width: 100%;
    margin-bottom: 25px;
  }
  .hometxt section {
    width: 100%;
  }
  .slide {
    align-items: flex-end !important;
  }
  body .slide__content {
    padding-bottom: 0px;
  }
  body .slide__content h1 {
    font-size: 18px !important;
  }
  body .slide__content h2 {
    font-size: 16px !important;
  }
  .article__content__text table td {
    display: block;
    min-width: auto;
  }
  .fullsizekarriere a {
    width: 280px;
  }
  .homegebrauchte div {
    width: 100%;
    margin-bottom: 40px;
  }
  .g-contact-icons {
    display: none;
  }
  .g-contact-icon {
    padding: 0.5em 2em 0.5em 0.5em;
  }
  .mapbox-details-wrapper {
    width: 300px !important;
  }
  .mapboxgl-marker {
    width: 90px;
    z-index: 5;
  }
  .place_details {
    z-index: 10 !important;
  }
  .mapboxgl-marker--active {
    width: 80px;
  }
  .mapboxgl-marker--vector {
    width: 20px !important;
  }
  #g-extension .g-content {
    flex-direction: column;
  }
  #g-extension .g-content .platform-content {
    height: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  #g-extension .g-content .platform-content .pixelcms_banner__video, #g-extension .g-content .platform-content .pixelcms_banner__image {
    height: 100%;
  }
}
@media only screen and (max-width: 30rem) {
  #g-top .g-container {
    height: 120px;
  }
  #g-showcase .slider:has(.mobilelogo) {
    position: absolute;
    top: 0;
    width: 100%;
    height: fit-content;
  }
  #g-showcase .slider:has(.mobilelogo) .mobilelogo img {
    margin-top: 60px;
  }
  #g-utility {
    padding: 0 10px;
  }
  .homeintroleft .article .article_right .article_attachment > .pdf, .hometeaser a {
    width: 100%;
    margin-bottom: 40px;
  }
  .home .fullsizenews1 .cms_article, .home .homenews .cms_news {
    width: 100%;
  }
  h1.article__headline, .page-header h1, h2 {
    font-size: 1.3rem !important;
  }
  .cms_article h2.cms_article__headline, .cms_news h2.cms_news__headline {
    font-size: 1.1rem !important;
  }
}
/*# sourceMappingURL=custom_17.css.map */