.custom.ads {
  display: flex;
  flex-wrap: wrap;
}
.custom.ads--promoted {
  margin-top: -5em;
  position: relative;
}

.ad {
  margin-bottom: 1.5em;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: calc(100%/3 - 1em);
}
.ad--promo {
  width: 100% !important;
  margin: 0;
}
.ad:not(:nth-child(3n+3)) {
  margin-right: 1.5em;
}
.ua-ie .ad:not(:nth-child(3n+3)) {
  margin-right: 1.499em;
}
.ad > div:last-of-type {
  flex-grow: 1;
}
.ad h3 {
  color: #003968;
}
.ad__image {
  position: relative;
  display: block;
}
.ad__image:after {
  content: none !important;
}
.ad__image__wrapper {
  background: none center/cover;
}
.ad__image__wrapper:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.ad__price {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.7em;
  font-size: 1em;
  font-weight: 800;
  color: #154819;
  min-width: 60%;
  text-align: right;
}
.ad__button {
  margin-top: 1em;
  display: block;
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination ul {
  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: #555;
  pointer-events: none;
  color: #fff;
}
.pagination ul li.disabled {
  color: #ccc;
  cursor: default;
}

.filter .input-group {
  display: flex;
  flex-wrap: wrap;
}
.filter .input-group label {
  width: 100%;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* Variables for default colors and sizes */
.gallery_folder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3em;
  align-items: center;
  justify-content: center;
  padding: 0.3em;
}
.gallery_folder__thumbnail {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0 !important;
  display: block !important;
  transform: none !important;
  max-width: initial !important;
  background: none center/cover;
  border-radius: 4px !important;
}
.gallery_folder__thumbnail:before {
  content: "";
  display: table;
  padding-top: 100%;
}

body.overflow-hidden {
  overflow: hidden;
}

li > p, ol > p, td > p, th > p {
  margin: 0.75rem 0 0;
}
li > p:first-child, ol > p:first-child, td > p:first-child, th > p:first-child {
  margin: 0;
}

.department__body, .department__workers {
  display: flex;
  flex-wrap: wrap;
}

.product__images__big--empty {
  padding-top: 75%;
  background: no-repeat center/cover;
}
.product__description__internal_id {
  display: block;
  margin-top: -2em;
  margin-bottom: 2em;
  color: #999;
}
.product__description__internal_id:before {
  content: attr(data-label) ": ";
}

.traktorpool-copyright {
  text-align: right;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: flex-end;
  padding-top: 0.2em;
  color: rgb(171, 171, 171);
}
.traktorpool-copyright img {
  height: 1.5em;
  margin-left: 0.2em;
  margin-top: -0.2em;
}

.back_to_overview {
  display: table !important;
  cursor: pointer;
  margin: auto auto 2em;
}

.worker {
  width: 20%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 30rem) {
  .worker {
    width: 100% !important;
  }
}
.worker--col-1 {
  margin-bottom: 1em;
}
@media screen and (min-width: 75em) {
  .worker--col-1 {
    width: 100%;
  }
}
@media screen and (max-width: 60rem) {
  .worker--col-1-phone {
    width: 100%;
  }
}
@media screen and (min-width: 60rem) and (max-width: 75rem) {
  .worker--col-1-tablet {
    width: 100%;
  }
}
.worker--col-2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 75em) {
  .worker--col-2 {
    width: calc(50% - 0.5em);
  }
  .worker--col-2:not(:nth-child(2n+2)) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 60rem) {
  .worker--col-2-phone {
    width: calc(50% - 0.5em);
  }
  .worker--col-2-phone:not(:nth-child(2n+2)) {
    margin-right: 1em;
  }
}
@media screen and (min-width: 60rem) and (max-width: 75rem) {
  .worker--col-2-tablet {
    width: calc(50% - 0.5em);
  }
  .worker--col-2-tablet:not(:nth-child(2n+2)) {
    margin-right: 1em;
  }
}
.worker--col-3 {
  margin-bottom: 1em;
}
@media screen and (min-width: 75em) {
  .worker--col-3 {
    width: calc(33.3333333333% - 0.6666666667em);
  }
  .worker--col-3:not(:nth-child(3n+3)) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 60rem) {
  .worker--col-3-phone {
    width: calc(33.3333333333% - 0.6666666667em);
  }
  .worker--col-3-phone:not(:nth-child(3n+3)) {
    margin-right: 1em;
  }
}
@media screen and (min-width: 60rem) and (max-width: 75rem) {
  .worker--col-3-tablet {
    width: calc(33.3333333333% - 0.6666666667em);
  }
  .worker--col-3-tablet:not(:nth-child(3n+3)) {
    margin-right: 1em;
  }
}
.worker--col-4 {
  margin-bottom: 1em;
}
@media screen and (min-width: 75em) {
  .worker--col-4 {
    width: calc(25% - 0.75em);
  }
  .worker--col-4:not(:nth-child(4n+4)) {
    margin-right: 1em;
  }
}
@media screen and (max-width: 60rem) {
  .worker--col-4-phone {
    width: calc(25% - 0.75em);
  }
  .worker--col-4-phone:not(:nth-child(4n+4)) {
    margin-right: 1em;
  }
}
@media screen and (min-width: 60rem) and (max-width: 75rem) {
  .worker--col-4-tablet {
    width: calc(25% - 0.75em);
  }
  .worker--col-4-tablet:not(:nth-child(4n+4)) {
    margin-right: 1em;
  }
}
.worker__image {
  width: 100%;
  background: none center/cover;
}
.worker__image:after {
  content: "";
  padding-top: 100%;
  display: block;
}
.worker__image--empty--male {
  background: url(https://cms.pixel-kraft.de/images/placeholders/male.svg) center/cover;
}
.worker__image--empty--female {
  background: url(https://cms.pixel-kraft.de/images/placeholders/female.svg) center/cover;
}
.worker__title {
  margin-bottom: 0;
  text-align: center;
}
.worker__role, .worker__bio {
  display: block;
  text-align: center;
  flex: 1 0 auto;
}
.worker__bio {
  font-size: 0.85rem;
}
.worker__contact {
  list-style: none;
  margin: 0;
  flex: 4 0 auto;
}
.worker__contact li {
  display: flex;
  align-items: center;
  padding: 0.25em 0;
}
.worker__contact li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.worker__contact li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.worker__contact li a:hover {
  text-decoration: none;
}
.worker__contact li a:hover span {
  text-decoration: underline;
}
.worker__contact li i {
  margin-right: 0.25em;
  font-size: 24px;
}

.cms_article, .cms_news {
  display: flex;
  align-items: flex-start;
}
.cms_article__image, .cms_news__image {
  background: none center/cover;
  margin-right: 1em;
  flex: 0 0 25%;
}
.cms_article__image:empty:after, .cms_news__image:empty:after {
  display: table;
  content: "";
  padding-top: 66.6666666667%;
}
.cms_article__image--square, .cms_news__image--square {
  padding-top: 100%;
}

.cms_news__content {
  flex-grow: 1;
}
.cms_news__manufacturer {
  width: 8em;
  padding: 0.5em;
  float: right;
  margin-bottom: 0.5em;
}

.event_info__date_label {
  width: 2.2em;
  display: inline-block;
}

.article {
  display: flex;
}
@media screen and (max-width: 48rem) {
  .article {
    flex-direction: column;
  }
}
.article__content:before, .article__content:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.article__images {
  display: flex;
  float: right;
  max-width: 100%;
}
@media (max-width: 48rem) {
  .article__images {
    float: none;
  }
}
.article__images a.img {
  display: block;
  width: 200px;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  background: none center/cover;
}
.article__images a.img:after {
  content: "";
  display: table;
  padding-top: 100%;
}
.article__images a.cboxElement {
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.article_left {
  flex: 1 1 70%;
  margin-right: 2em;
  max-width: 100%;
}
@media screen and (max-width: 48rem) {
  .article_left {
    margin-right: 0;
  }
}
.article_right {
  background: #eee;
  padding: 1em;
  flex: 1 1 25%;
}
.article_right > h3 {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  margin-top: 2em;
}
.article_right > h3:first-of-type {
  margin-top: 0;
}
.article_right .worker {
  width: 100%;
  margin-top: 1em;
  align-items: center;
}
.article_right .worker__image {
  border-radius: 50%;
  width: 50%;
}
.article_right .worker__contact li a {
  justify-content: center;
}
.article_attachment {
  margin: 1em 0;
}

.gallery {
  --px-gallery-gap: .5em;
}
.gallery__body {
  display: flex;
  flex-wrap: wrap;
}
.gallery__item {
  /**
    IE Fallbacks must come first so here they are
   */
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: calc(16.6666666667% - 0.4166666667em);
  width: calc(16.6666666667% - calc(var(--px-gallery-gap, 0.5em) / 6 * 5));
  flex: 0 1 auto;
  background: none center/cover;
  margin-right: var(--px-gallery-gap, 0.5em);
  margin-bottom: var(--px-gallery-gap, 0.5em);
}
.gallery__item--folder {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #62DE82;
  margin-top: 13px;
  border-radius: 0px 10px 10px 10px;
}
.gallery__item--folder:before {
  content: "";
  display: block;
  position: relative;
  top: -13px;
  height: 13px;
  width: 54px;
  background-color: #4dda71;
  border-radius: 10px 0px 0px 0px;
  padding-top: 70% !important;
  z-index: -1;
}
.gallery__item--folder:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -26px;
  left: 41px;
  border: 13px solid transparent;
  border-bottom-color: #4dda71;
}
.gallery__item--folder span, .gallery__item--folder i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery__item--folder span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 15px;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: rgba(73, 217, 110, 0.8);
}
.gallery__item--folder i {
  font-size: 63px;
  color: #49d96e;
}
.gallery__item--folder .gallery_folder__title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.gallery__item:not(.gallery__item--desc):before, .gallery__item__thumb {
  content: "";
  padding-top: 100%;
  display: block;
  background-size: cover;
}
.gallery__item:nth-of-type(6n+6) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .gallery__item {
    width: calc(33.3333333333% - 0.3333333333em);
  }
  .gallery__item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

.archive-link {
  float: right;
  font-size: 1.2em;
  margin-bottom: 1rem;
  border: solid 1px;
  background: none;
  padding: 0.5em 0.7em;
}

.video_wrapper {
  position: relative;
}
.video_wrapper:after {
  content: "";
  display: table;
  padding-top: 56.25%;
}
.video_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  flex: 1 1 50%;
  transition: all 0.5s ease-in-out;
}
.article_attachment--videos {
  display: flex;
}

.video--playing {
  flex: 1 0 100%;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video iframe, .video .facebook_player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.video .facebook_player > span, .video .facebook_player iframe {
  width: 100% !important;
  height: 100% !important;
}

.pdf__image {
  width: 7.5em;
}

.manufacturer_box {
  position: fixed;
  display: flex;
  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 5vw rgba(0, 0, 0, 0.5);
  background: #fff;
  opacity: 1;
  transition: opacity 0.75s ease-out, visibility 0.75s ease-out;
  z-index: 500;
}
@media screen and (max-device-aspect-ratio: 1/1) {
  .manufacturer_box {
    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 5vh rgba(0, 0, 0, 0.5);
  }
}
.manufacturer_box--hidden {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  transition: opacity 0.75s ease-in, visibility 0.75s ease-in;
}
.ua-ios.ua-mobile .manufacturer_box--hidden iframe {
  display: none;
}
.manufacturer_box__header {
  background: #3e3e3e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em;
  color: #fff;
}
.manufacturer_box__header__close {
  font-size: 1.5em;
  cursor: pointer;
}
.manufacturer_box__body {
  width: 100%;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
}
.manufacturer_box__body__iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.manufacturers {
  display: flex;
  flex-wrap: wrap;
}
.manufacturers .manufacturer {
  --padding: .5em;
  flex: 0 0 auto;
  background: #ccc;
  padding: var(--padding);
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 75rem) {
  .manufacturers .manufacturer {
    width: calc(25% - 0.75em);
  }
  .manufacturers .manufacturer:not(:nth-child(4n+4)) {
    margin-right: 1em;
  }
  .manufacturers .manufacturer:not(:nth-child(1n+4)) {
    flex-grow: 1;
  }
}
@media screen and (min-width: 60rem) and (max-width: 75rem) {
  .manufacturers .manufacturer {
    width: calc(33.3333333333% - 0.6666666667em);
  }
  .manufacturers .manufacturer:not(:nth-child(3n+3)) {
    margin-right: 1em;
  }
  .manufacturers .manufacturer:not(:nth-child(1n+3)) {
    flex-grow: 1;
  }
}
@media screen and (min-width: 30rem) and (max-width: 60rem) {
  .manufacturers .manufacturer {
    width: calc(50% - 0.5em);
  }
  .manufacturers .manufacturer:not(:nth-child(2n+2)) {
    margin-right: 1em;
  }
  .manufacturers .manufacturer:not(:nth-child(1n+2)) {
    flex-grow: 1;
  }
}
@media screen and (max-width: 30em) {
  .manufacturers .manufacturer {
    width: 100%;
    margin-right: 0 !important;
  }
}
.manufacturers .manufacturer a {
  color: #000;
}
.manufacturers .manufacturer a:hover {
  text-decoration: underline;
}
.manufacturers .manufacturer__links {
  flex-grow: 1;
}
.manufacturers .manufacturer__notice {
  margin: calc(var(--padding) * -1);
  padding: var(--padding);
  background: rgba(0, 0, 0, 0.1);
}
.manufacturers .manufacturer__image {
  display: flex;
  background: #fff;
  padding: 1em 0;
}
.manufacturers .manufacturer__image img {
  height: 130px;
  margin: auto;
  width: 70%;
  object-fit: contain;
  font-size: 1.6em;
  font-weight: 800;
  text-align: center;
  line-height: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manufacturer-logos {
  display: flex;
  justify-content: space-between;
}
.manufacturer-logos .manufacturer {
  flex: 1 1 auto;
  margin-right: 2em;
  display: flex;
  align-items: center;
}
.manufacturer-logos .manufacturer:last-child {
  margin-right: 0;
}
.manufacturer-logos .manufacturer__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.manufacturer-logos .manufacturer__image img {
  max-height: 100px;
}
.manufacturer-logos .manufacturer__image--colored {
  padding: 0.5em;
  border-radius: 2em;
}

.filter {
  background: #F5F5F5;
  border-radius: 4px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 1.2em;
}
.filter:before {
  content: "Filter";
  position: absolute;
  top: -1.5em;
  background: #f5f5f5;
  padding: 0.5em 1em 0;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 900;
  color: #424242;
}
.filter .select-group {
  position: relative;
  display: inline-block;
}
.filter .select-group label {
  display: block;
  font-size: 0.8em;
  margin-right: 2em;
}
.filter .select-group select {
  margin: 0;
  width: auto;
  min-width: 100%;
}
.filter .select-group select#filterCategory {
  width: 270px;
}
.filter__result_text {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

.carousel {
  display: flex;
  animation: carousel 15s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.ua-safari .carousel, .ua-ie .carousel {
  left: 0;
  animation: none;
}
.ua-safari .carousel.js-initialized, .ua-ie .carousel.js-initialized {
  animation: carousel 15s linear infinite;
}
.carousel--stopped {
  animation-play-state: paused;
}
.carousel_wrapper {
  position: relative;
}
.carousel_wrapper .traktorpool-copyright > div {
  background: #fff;
  border-radius: 0.5em;
  padding: 0.5em;
}
.carousel_box {
  padding: 1em;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 350px;
  border-radius: 3px;
  pointer-events: none;
  color: #222;
  transform: translate(-50%, 10px);
  z-index: 50;
}
.carousel_box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  border: solid 10px transparent;
  border-bottom-color: #fff;
}
.carousel_box span, .carousel_box h3 {
  color: inherit !important;
  font-weight: 800;
}
.carousel_box__price {
  margin: 1em 0;
}
.carousel_box__price--netto, .carousel_box__price--ask {
  font-size: 1.5em;
}
.carousel_box__price--brutto {
  color: #828282;
}
.carousel__scrollarea {
  overflow: hidden;
}
.carousel__ad {
  width: 12em;
  height: 10em;
  display: block;
  background: none center/cover;
  flex: 0 0 auto;
  margin-right: 1em;
}

@keyframes carousel {
  100% {
    transform: translateX(-50%);
  }
}
@keyframes carousel-ios {
  100% {
    left: var(--animationLeft);
  }
}
a.article_link {
  display: flex;
  align-items: center;
  background: rgb(238, 238, 238);
  border-left: solid;
  margin: 0 1em 1em 0;
}
a.article_link h2 {
  margin: 0;
}
a.article_link .cms_article__image {
  width: 6em;
  flex: auto;
  margin: 0 1em 0 0;
}

.articles_links {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
