/* 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 > .g-content {
  margin: 0 auto;
}
.fullwidth .center {
  text-align: inherit;
}
.fixed > .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 {
  /*-webkit-flex-grow: $flex-grow !important;*/
  -ms-flex-grow: 1 !important;
  flex-grow: 1 !important;
}
.ad__button, .article .readmore a, .cms_news__readmore, .cms_article__readmore {
  border: solid 1px #00671f;
  padding: 0.5em 1.5em;
  color: #00671f;
  -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: #00671f;
  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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#g-top .g-block.size-50:last-child {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}
.gantry-logo img {
  width: 400px;
}
.g-contact-icons {
  position: fixed;
  top: 50vh;
  z-index: 5;
  right: -1rem;
  transform: translateY(-50%);
}
.g-contact-icon {
  background: #00671f;
  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;
}
/**
 * Konaktbox
 * Hier ist das Styling für die Kontaktbox im header drin.
 */
.custom.kontakt {
  padding: 0.75em;
}
.custom.kontakt--background {
  background: #00671f;
  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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.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: #00671f;
  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 !important;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  -webkit-flex: 1 0 auto !important;
  -ms-flex: 1 0 auto !important;
  flex: 1 0 auto !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
#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: #00671f !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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  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: $flex-grow !important;*/
  -ms-flex-grow: 1 !important;
  flex-grow: 1 !important;
}
.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: #00671f;
  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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pagination ul {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  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: #00671f;
  pointer-events: none;
  color: #fff;
}
.pagination ul li.disabled {
  color: #ccc;
  cursor: default;
}
.filter .input-group {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.filter .input-group label {
  width: 100%;
}
.product_box {
  position: fixed;
  z-index: 10;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.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: $flex-grow !important;*/
  -ms-flex-grow: 1 !important;
  flex-grow: 1 !important;
}
.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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 5em;
}
@media only all and (max-width: 47.99rem) {
  .product {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
.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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.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: #00671f;
}
.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: #00671f;
}
.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: #00671f;
  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 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #fff;
  margin-bottom: 5em;
}
.article:last-child {
  margin-bottom: 0;
}
.article__info {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex: 1 1 0px !important;
  -ms-flex: 1 1 0px !important;
  flex: 1 1 0px !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  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% !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
  background: #fff center/cover;
}
.article__image:after {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.article .readmore {
  -webkit-align-self: center !important;
  -ms-align-self: center !important;
  align-self: center !important;
  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: #00671f;
  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 !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@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: #00671f;
}
/**
 * Footer
 * Hier wird der Footer Bereich gestylt.
 */
#g-footer {
  margin-top: 0;
  border: none;
}
.custom-footer {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  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;
}
/*-------------------------- TEMPLATE BLOCKS ----------------------------*/
/*--------------------------- CUSTOM TEMPLATE ---------------------------*/
p.readmore {
  align-self: center;
  flex-grow: 1;
}
/*--------------------------- DPH 03.07.2020 ---------------------------*/
/* oswald-300 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/oswald-v30-latin/oswald-v30-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(""), url('../../fonts/oswald-v30-latin/oswald-v30-latin-300.eot#iefix') format("embedded-opentype"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-300.woff2') format("woff2"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-300.woff') format("woff"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-300.ttf') format("truetype"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-300.svg#Oswald') format("svg");
  /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/oswald-v30-latin/oswald-v30-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(""), url('../../fonts/oswald-v30-latin/oswald-v30-latin-500.eot#iefix') format("embedded-opentype"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-500.woff2') format("woff2"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-500.woff') format("woff"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-500.ttf') format("truetype"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-500.svg#Oswald') format("svg");
  /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/oswald-v30-latin/oswald-v30-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(""), url('../../fonts/oswald-v30-latin/oswald-v30-latin-700.eot#iefix') format("embedded-opentype"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-700.woff2') format("woff2"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-700.woff') format("woff"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-700.ttf') format("truetype"), url('../../fonts/oswald-v30-latin/oswald-v30-latin-700.svg#Oswald') format("svg");
  /* Legacy iOS */
}
body, p, h1, h2, h3, h4, h5, h6, em, a, span {
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.2rem !important;
}
#g-mainbody p {
  line-height: 150% !important;
  color: #333;
}
h1, h2, h3 {
  text-transform: uppercase !important;
  margin-top: 0;
}
a {
  color: #00671f;
}
a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
  color: #8dc73f;
}
h1.article__headline, .page-header h1, h2 {
  font-weight: bold;
  color: #8dc73f;
  font-weight: 500 !important;
  font-size: 1.8rem !important;
}
h3 {
  color: #8dc73f;
  margin-bottom: 10px;
}
.article ul li p {
  margin: 0;
  color: #00671f;
}
.article ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #00671f;
}
strong, b {
  font-weight: 500 !important;
  color: #333;
}
#g-page-surround {
  max-width: 1920px;
  margin: 0 auto;
}
video {
  max-width: 100%;
}
/*--------------------------- Top ---------------------------*/
#g-container-4290 .g-container {
  padding-bottom: 0 !important;
}
#g-top {
  padding: 10px 0;
  background: linear-gradient(to top, #fff 0%, #fff 80%);
  box-shadow: 0 0 5px #999;
}
#g-top .size-24 {
  padding: 0 0 0 0;
}
.gantry-logo img {
  width: 250px;
}
#g-top .g-grid {
  padding: 0 2em;
  height: auto !important;
}
/*--------------------------- Nav ---------------------------*/
nav {
  margin-top: 50px;
}
nav ul {
  text-align: right;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0rem 0.838rem 0rem 0.838rem;
}
nav ul.g-sublevel {
  text-align: left;
}
nav ul li a, nav .g-menu-item-title, nav .g-menu-parent-indicator {
  color: #00671f !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 ul li a:hover .g-menu-item-title, nav ul li.active a .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: #8dc73f !important;
}
nav ul li.g-standard.active li a .g-menu-item-title {
  color: #fff !important;
}
nav ul li.g-standard.active li a:hover .g-menu-item-title, nav ul li.g-standard.active li.active a .g-menu-item-title, nav .g-sublevel .g-menu-item-title {
  color: #fff !important;
}
nav .g-dropdown-wrapper div.g-dropdown {
  background: #00671f;
  width: 250px !important;
}
#g-top nav .g-grid {
  padding: 0 10px;
}
/*--------------------------- Slider ---------------------------*/
.slide__content {
  padding-left: 2em;
}
.slide {
  align-items: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: inherit;
  flex-shrink: 0;
}
.slide h1 {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px !important;
  color: #8dc73f !important;
  font-weight: 500 !important;
  font-size: 1.8rem !important;
}
.slide h2 {
  background: rgba(255, 255, 255, 0.9);
  color: #00671f !important;
  margin-bottom: 3.5rem !important;
  margin-top: 0 !important;
  font-weight: 500 !important;
  font-size: 1.8rem !important;
}
.slide h1 span, .slide h2 span {
  font-weight: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}
.overlay-pattern:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url('../../../../images/pattern.png');
}
.header-image--empty {
  display: none !important;
}
.header-image {
  background-position: center !important;
}
/*--------------------------- Traktorpool ---------------------------*/
div#laufband {
  padding: 2em 0;
  background: #EEEEEE;
  border-bottom: 1px solid #E4E4E4;
  z-index: 1;
}
div#laufband .center-block {
  padding: 0 2em;
}
/*--------------------------- Homepage ---------------------------*/
.hometeaser {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px 0;
}
.hometeaser .teaser {
  width: 31%;
}
.hometeaser section div.ico {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00671f;
  color: #fff;
  margin: 0 auto;
}
.hometeaser section div.ico img {
  width: 150px;
  height: auto;
}
.hometeaser section div.txt {
  padding: 20px;
}
.hometeaser a, .hometeaser h3, .hometeaser p {
  color: #00671f;
  text-align: center;
}
.hometeaser h3, .hometeaser p {
  margin: 0 0 0 0 !important;
}
.hometeaser h3 a {
  font-weight: 700 !important;
  font-size: 1.2rem;
}
.hometeaser .teaserlt div.ico {
  background-color: #8dc73f;
}
.hometeaser .teaserwb div.ico {
  background-color: #55330d;
}
.hometeaser .teasergt div.ico {
  background-color: #a4a5a9;
}
.center-block.tplaufband {
  width: 100%;
}
.g-contact-icon {
  background: #55330d !important;
}
.g-contact-icons {
  right: -2rem;
}
/* ############################## Home-Eistieg ################################### */
.home-einstieg {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.home-einstieg section {
  width: 47%;
}
/* ############################## 2-Spalter ################################### */
.article_left .article_attachment {
  flex-direction: column;
  display: flex;
}
.article_right {
  margin-bottom: 40px;
}
.article {
  flex-direction: column;
}
.article_right .article_attachment {
  display: flex;
  flex-wrap: wrap;
}
.article_right .article_attachment div {
  width: 33%;
}
.article_right .article_attachment .worker__title {
  color: #78c82b;
  background-color: transparent;
}
.granitrow {
  display: flex;
  margin-bottom: 40px;
}
.granitrow div.granittxt {
  width: 48%;
  margin-left: 2%;
}
.granitrow div.granitlogin {
  width: 48%;
  margin-right: 2%;
  border: 2px solid #78C82B;
  justify-content: center;
  display: flex;
}
/*############################# WA INSTA ##################################### */
.wainfo {
  display: flex;
  justify-content: space-between;
}
.wainfo .waico {
  width: 35%;
}
.wainfo .watxt {
  width: 63%;
}
.watxt h3 {
  margin-bottom: 10px;
}
.watxt h2 {
  color: #8dc73f;
}
.watxt a.wabtn {
  display: inline-box;
  background-color: #8dc73f;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem !important;
}
.watxt a.wabtn:hover {
  opacity: 0.8;
}
.wa-insta .home-einstieg {
  margin-top: 0 !important;
}
/* ############################# Fullsize ##################################### */
.fullsizenews2::before, .homelieferanten::before, .wa-insta::before, .tplaufband::before, .sdfbanner::before, .willkommen::before, .willkommenimg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.fullsizenews2, .homelieferanten, .wa-insta, .tplaufband, .sdfbanner, .willkommen, .willkommenimg {
  overflow: visible;
  background: none !important;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 50px 0 50px 0;
}
.willkommen::before {
  background-color: #dceaf5;
}
.fullsizenews2::before {
  background: #fff;
}
.fullsizenews2 h2 {
  color: #00671f !important;
  text-align: center;
  margin-bottom: 40px;
}
.homelieferanten::before {
  background-color: #00671f;
}
.homelieferanten h2, .homelieferanten p {
  color: #fff;
  width: 100%;
  text-align: center;
}
.wa-insta::before {
  background-color: #eee;
}
.tplaufband::before {
  background-color: #00671f;
}
.sdfbanner::before {
  background-color: #8dc73f;
  background-image: url('../../../../images/header_14.jpg');
}
.sdfbanner {
  text-align: center;
}
@media only screen and (min-width: 75rem) {
  .fullsizenews2::before, .homelieferanten::before, .wa-insta::before, .tplaufband::before, .sdfbanner::before, .willkommen::before, .willkommenimg::before {
    left: calc(-2rem + (100vw - 75rem) / 2 * -1);
  }
}
@media only screen and (min-width: 60rem) and (max-width: 74.938rem) {
  .fullsizenews2::before, .homelieferanten::before, .wa-insta::before, .tplaufband::before, .sdfbanner::before, .willkommen::before, .willkommenimg::before {
    left: calc(-2rem + (100vw - 60rem) / 2 * -1);
  }
}
@media only screen and (min-width: 48rem) and (max-width: 59.938rem) {
  .fullsizenews2::before, .homelieferanten::before, .wa-insta::before, .tplaufband::before, .sdfbanner::before, .willkommen::before, .willkommenimg::before {
    left: calc(-2rem + (100vw - 48rem) / 2 * -1);
  }
}
@media only screen and (min-width: 30rem) and (max-width: 47.938rem) {
  .fullsizenews2::before, .homelieferanten::before, .wa-insta::before, .tplaufband::before, .sdfbanner::before, .willkommen::before, .willkommenimg::before {
    left: calc(-2rem + (100vw - 30rem) / 2 * -1);
  }
}
@media only screen and (min-width: 20rem) and (max-width: 29.938rem) {
  .fullsizenews2::before, .homelieferanten::before, .wa-insta::before, .tplaufband::before, .sdfbanner::before, .willkommen::before, .willkommenimg::before {
    left: calc((100vw - 100%) / 2 * -1);
  }
}
/*--------------------------- Content ---------------------------*/
.g-contact-icon {
  background: #8dc73f;
}
.manufacturers .manufacturer, div.ad {
  background: #eee !important;
}
.manufacturers .manufacturer li a {
  color: #00671f;
}
.manufacturers .manufacturer li {
  color: #00671f;
}
.worker__image--empty {
  display: none;
}
.worker {
  background: #EEEEEE;
}
.worker__title {
  color: #333;
  margin-top: 0;
  padding-top: 10px;
  font-weight: 500 !important;
}
.worker__role {
  background-color: #00671f;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #fff;
}
.worker__contact {
  padding: 0 10px;
}
.worker__role {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.worker__title {
  color: #fff;
  margin-top: 0;
  padding-top: 10px;
  padding: 10px;
  background-color: #8dc73f;
}
.rsform-block-pflichtangaben {
  text-align: left;
}
.rsform .grecaptcha-badge {
  margin: 0;
}
.images--tmpl-5-images, .images--tmpl-3-images {
  float: none;
}
.images--tmpl-5-images a.cboxElement, .images--tmpl-3-images a.cboxElement {
  margin-right: 0.5em !important;
  margin-left: 0 !important;
}
.view-pixelcms_events .article_right div {
  margin-bottom: 20px;
}
.pixelcms_events-wrapper .cms_article__image--empty {
  background-image: url('../../../../images/termin.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*--------------------------- Content ---------------------------*/
.button, a.archive-link {
  display: inline-block;
  padding: 0.5rem 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
  color: #00671f;
  border: 0;
  font-size: 1rem;
}
.button:hover, a.archive-link:hover {
  text-decoration: underline !important;
}
/* --------------------------- News / Article --------------------------------- */
.newswrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newswrapper h2, .newswrapper .clearfix {
  width: 100%;
}
.homepage .cms_article {
  background: #fff;
  flex-direction: column;
  width: 31%;
  margin-bottom: 60px;
  padding: 0;
}
.cms_news {
  background: #fff;
  flex-direction: column;
  width: 48%;
  margin-bottom: 60px;
  padding: 0;
}
.cms_news__image, .homepage .cms_article__image {
  height: 300px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.cms_news h2, .homepage .cms_article h2, .cms_news p, .homepage .cms_article p {
  margin: 0 0 15px 0 !important;
}
.cms_news h2.cms_article__headline, .homepage .cms_article h2.cms_article__headline, .fullsizenews2 h2.cms_news__headline {
  color: #00671f !important;
  font-size: 1.4rem !important;
  text-align: left;
}
.cms_news__date, .cms_article__date {
  color: #666 !important;
}
.ad__button, .article .readmore a, .cms_news__readmore, .cms_article__readmore {
  border: none;
  padding: 5px 10px;
  color: #00671f;
  border: 2px solid #00671f;
  -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: #00671f;
  color: #fff !important;
}
.cms_news__date, .cms_article__date {
  color: #333;
  font-weight: bold;
}
.article_right .pdf {
  margin-bottom: 40px;
}
.article_right .pdf__image {
  display: block;
}
.article_right .pdf span {
  text-transform: uppercase;
  font-size: 0.8rem !important;
}
a.pixelcms_banner {
  width: 480px;
  height: auto;
}
.sdfbanner {
  display: flex;
  justify-content: center;
}
/*--------------------------- Footer ---------------------------*/
#g-footer {
  background: #00671f;
}
.custom-footer {
  padding: 2em;
}
.custom-footer strong {
  display: block;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}
.custom-footer a {
  color: #fff;
}
.custom-footer b {
  color: #eee;
}
.custom-footer em b {
  font-style: normal;
  color: #fff;
  background-color: #E67608;
  border: 2px solid #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
}
#row_ID1621263750543 {
  background: #8dc73f;
}
#row_ID1621263750543 a {
  color: #fff !important;
}
/*--------------------------- RES- ---------------------------*/
/*--------------------------- PON- ---------------------------*/
/*--------------------------- SIVE ---------------------------*/
@media only screen and (max-width: 75rem) {
  .custom.kontakt a {
    display: block;
  }
  .size-24 {
    text-align: right;
    width: 100%;
    padding: 1rem 0;
    flex: 0 100%;
  }
  #g-top .g-grid {
    justify-content: right;
  }
  #g-top {
    padding: 0 0 0 0;
  }
  .hometeaser {
    margin-top: 0;
  }
}
@media only screen and (max-width: 60rem) {
  .article__images {
    float: none;
  }
  .article__images a.img {
    width: 31%;
  }
  .home-einstieg {
    margin-top: 40px;
    flex-direction: column;
  }
  .home-einstieg section {
    width: 100%;
    margin-bottom: 20px;
  }
  .newswrapper {
    flex-direction: column;
    align-items: center;
  }
  .newswrapper h2 {
    text-align: center;
  }
  .newswrapper h2.cms_news__headline {
    text-align: left !important;
  }
  .cms_news, .homepage .cms_article {
    width: 50%;
  }
  .fullsizenews::before {
    background: linear-gradient(#bdcbd4 30%, #bdcbd4 30%);
  }
  .wa-insta .txt {
    text-align: center;
  }
  .hometeaser section div.ico img {
    height: 80px;
  }
  .hometeaser section div.ico {
    height: 150px;
    width: 150px;
  }
  .hometeaser {
    margin-top: 0;
  }
  .granitrow {
    flex-direction: column;
  }
  .granitrow div.granittxt {
    width: 100%;
    margin-left: 0%;
  }
  .granitrow div.granitlogin {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .article_right .article_attachment {
    flex-direction: column;
  }
  .article_right .article_attachment div {
    width: 100%;
  }
  .article_right .article_attachment div .worker__image {
    width: 50%;
  }
}
@media only screen and (max-width: 48rem) {
  .slide h1 {
    font-size: 1rem !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;
  }
  .article__images a.img {
    width: 48%;
  }
  .cms_news, .homepage .cms_article {
    width: 80%;
  }
  .hometeaser {
    flex-direction: column;
  }
  .hometeaser .teaser {
    width: 100%;
    margin-bottom: 20px;
  }
  #g-footer {
    text-align: left !important;
  }
  .article__content__text table td {
    display: block;
  }
}
@media only screen and (max-width: 30rem) {
  .cms_news, .homepage .cms_article {
    width: 100%;
  }
}
/*# sourceMappingURL=custom_13.css.map */