.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-fix {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 2.5rem 10rem 25rem 4rem;
  grid-template-rows: 2.5rem 10rem 25rem 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-fix > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.flex-fix > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.flex-fix > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.flex-fix > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.grid-row-short {
  -ms-grid-rows: 2.5rem 10rem 21rem 4rem;
  grid-template-rows: 2.5rem 10rem 21rem 4rem;
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.quick-scroll {
  color: #f07d00;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  font-weight: bold;
  -webkit-animation: quickScroll 1s ease-in-out infinite;
  animation: quickScroll 1s ease-in-out infinite;
}

.ce-nav {
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  width: 100%;
  height: 38px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ce-nav-text {
  color: #fff;
  padding: 1.5rem;
}

.ce-divider {
  width: 100%;
  height: 4rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
}

.divider-text {
  color: #fff;
  font-size: 15px;
  margin: 0 10px;
}

.ce-nav-dark-green {
  background-color: #438170;
}
.ce-nav-grey {
  background-color: #94a2ab;
}
.ce-nav-purple {
  background-color: #6f5895;
}
.ce-nav-blue {
  background-color: #c99dcc;
}
.ce-nav-green {
  background-color: #4db856;
}
.ce-nav-orange {
  background-color: #f7901e;
}
.ce-nav-dark-blue {
  background-color: #004069;
}
.ce-nav-brown {
  background-color: #8d3829;
}

.ce-nav:hover {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}

.cable-title {
  color: #f07d00;
  font-size: 17px;
  float: left;
}

.extrablock {
  background-color: #e4e4e4;
  border-radius: 3px;
  padding: 5px;
  width: 50%;
  margin-bottom: 10px;
}

@-webkit-keyframes quickScroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes quickScroll {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
#footer_htmldiv{max-width:100%;padding:0;margin:0}#footer_htmldiv .igus080fullscreenbanner{background-color:#ececec;padding:0;margin:0;color:#433e3e}#footer_htmldiv .fs-orange{background-color:#f07d00}.text-orange{color:#f07d00}.footer-small-font{font-size:1rem;line-height:1.8rem!important;color:rgba(78,73,73,.5)}#footer_htmldiv div[class*=col-],#footer_htmldiv div[class^=col-]{padding:0}#footer_htmldiv h6{font-weight:700;font-size:1.4rem}#footer_htmldiv h6.not-bold{font-weight:400;padding-top:1rem}.footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#footer_htmldiv .footer-links a{color:#433e3e;font-size:1.1rem;line-height:3rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#footer_htmldiv .footer-links a:hover{color:#f07d00}.flex-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff!important}#footer_htmldiv .padding-top-2{padding-top:2rem}#footer_htmldiv .padding-bottom-2{padding-bottom:2rem}#footer_htmldiv img{padding-right:1rem;padding-top:1rem}.space-evenly{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.margin-left{margin-left:4rem!important}.footer-copyright{margin-top:1.3rem;font-size:1.4rem}svg[class*=niftybutton-],svg[class^=niftybutton-]{text-decoration:none;border:0;width:36px;height:36px;padding:2px;margin:5px;color:#fff;border-radius:0;background-color:#f07d00;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}svg[class*=niftybutton-]:hover,svg[class^=niftybutton-]:hover{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}@media screen and (max-width:939px){.margin-top-bottom{padding-left:3rem!important}.space-evenly{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem}}@media screen and (max-width:719px){.space-evenly{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.margin-left{margin-left:0!important}.margin-top-bottom{margin:3rem 0 3rem 0;padding-left:0!important}.height-15rem{height:15rem}.flex-center,.flex-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:535px){.space-evenly{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.margin-left{margin-left:0!important}.margin-top-bottom{margin:3rem 0 3rem 0;padding-left:0!important}.height-15rem{height:15rem}.flex-center,.flex-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}
.igus001Header .igus001Header__top .btn--secondary .icon {
    height: 1.5rem;
    color: #ffffff;
}

.igus001Header .igus001Header__top .igus001Header__searchfield .btn--secondary, .igus001Header .igus001Header__top .igus001Header__searchfield .search__input {
    background-color: #f07d00;
}
.igus042seotext li {
    font-size: 17px;
}
.igus042seotext p {
    font-size: 17px;
}
.igus042seotext a {
    font-size: 17px;
}
.igus042seotext h1 {
    font-size: 22px;
}
.igus042seotext h2 {
    font-size: 21px;
}
.igus042seotext h3 {
    font-size: 19px;
}
.igus042seotext h4 {
    font-size: 18px;
}
.tierra.ce-nav.ce-nav-green {
    background: linear-gradient(#4db856, #dbe810);
}
.tierra.ce-divider.ce-nav-green {
    background: linear-gradient(#4db856, #dbe810);
}
div#btnQuantityDiscount .link__text {
    font-weight: 700;
}
.titlehome {
font-size: 53px;
}
.hibrido.ce-divider {
    background: linear-gradient(#f07d00, #1f9a48);
}
.ce-divider.ce-nav-hibrid-blue {
    background: #8C7102;
    width: 50%;
}
.cuadrado {
    border-width: 5px;
    border-color: #f07d00;
    padding: 10px;
    border-radius: 11px;
}
.transicion-cuadrado {
    border-width: 5px;
    border-color: #f07d00;
    border-style: solid!important;
    padding: 10px;
    border-radius: 11px;
}
.section.gastbestellung {
    background: #363636;
    padding: 11px;
}
.section.gastbestellung .link__text {
    color: white;
    font-size: 15px!important;
}
.paralelogramo {
    width: 100%;
    height: 55px;
    border: 3px solid #000;
    background: #f07d00;
    -webkit-transform: skew(
20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(
20deg);
}
p.unico {
    text-align: center!important;
    padding: 10px;
    transform: skew( 
-20deg);
    color: white;
}
.top-bar-wrapper {
    width: 100%;
    background-color: #000000;
    height: 4rem;
    display: flex;
    justify-content: center;
}
.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 1.5rem;
}
.top-bar-item {
    font-size: 1.6rem;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-bar-item .text-orange {
    color: #f07d00;
    font-weight: 700;
}
.u-flex-center {
    display: flex;
    align-items: center;
}
#truck #body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: body-bounce;
    animation-name: body-bounce;
    fill: #f07d00;
}
.top-bar-item a:hover {
    text-decoration: underline;
}
.top-bar-item a {
    color: #fff!important;
}
.text-orange {
    color: #f07d00;
}
.u-flex-center {
    display: flex;
    align-items: center;
}
#truck {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: truck-skew;
    animation-name: truck-skew;
}
#truck {
    width: 60px;
}
.top-bar-item svg {
    margin-bottom: .3rem;
    margin-right: .9rem;
}
#truck #wheel--front {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: wheel-front-bounce;
    animation-name: wheel-front-bounce;
    fill: #f07d00;
}
#truck #wheel--back {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: wheel-back-bounce;
    animation-name: wheel-back-bounce;
    fill: #f07d00;
}
#truck #gas--last {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: gas-last-flow;
    animation-name: gas-last-flow;
    fill: #ddd;
}
#truck #gas--first {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: gas-first-flow;
    animation-name: gas-first-flow;
    fill: #ccc;
}
#truck #body-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: body-bounce;
    animation-name: body-bounce;
}
#body-text {
    fill: #fff;
}
.pseudo {
    color: #f07d00;
    cursor:pointer; 
}

.text-center {
  text-align: center;
}

.iguswpcksec31shoppingcart .shopping-cart-related-items {
  display: none;
}

.all--news {
text-align: center; 
}

.flex-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paypal-floating {
  position: absolute;
  padding: 2.5rem;
  top: 5.5rem;
  right: 33rem;
  background-image: url(https://home-page-igusuk.netlify.app/pp-small.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}