.button {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 1.225rem 3.4375rem;
  font-size: 1.425rem;
  line-height: 1.5625rem;
  text-align: center;
  color: #fff;
  background-color: #e30118;
  -webkit-transition: color .3s, background-color .3s;
  -o-transition: color .3s, background-color .3s;
  transition: color .3s, background-color .3s
}

@media only screen and (min-width: 40.063em) {
  .button {
    max-width: 100%;
    width: auto;
    text-align: left
  }
}

.button.is-highlighted {
  color: #e30118;
  background-color: #fff;
  outline: 0 solid rgba(0, 0, 0, 0.1);
}

.button-theme-light {
  color: #e30118;
  background-color: #fff
}

.button-theme-light.is-highlighted {
  color: #fff;
  background-color: #e30118;
}

.button-decoration.button, .button-decoration .button {
  position: relative
}

.button-decoration.button .item, .button-decoration .button .item {
  left: .9375rem;
  float: left;
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 5px;
  color: #434343;
  background-color: #fff
}

.button-decoration.button.is-highlighted, .button-decoration .button.is-highlighted {
  color: #434343;
  background-color: #fff
}

.button-decoration.button.is-highlighted .item, .button-decoration .button.is-highlighted .item {
  color: #fff;
  background-color: #ababab
}

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
  .carousel-item .button-decoration.button, .carousel-item .button-decoration .button {
    font-size: 1rem
  }
}

.button-decoration.button-theme-light .item, .button-decoration .button-theme-light .item {
  color: #fff;
  background-color: #ababab
}

.button-decoration.button-theme-light.is-highlighted, .button-decoration .button-theme-light.is-highlighted {
  color: #fff;
  background-color: #434343
}

.button-decoration.button-theme-light.is-highlighted .item, .button-decoration .button-theme-light.is-highlighted .item {
  color: #434343;
  background-color: #fff
}

.button-decoration.button-theme-light.is-highlighted .item::after, .button-decoration .button-theme-light.is-highlighted .item::after {
  color: #434343;
  background-color: #fff
}

.button-picture {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: transparent
}

.button-picture .button {
  color: #fff;
  background-color: #434343;
  width: 100%;
  display: block;
  font-size: .9375rem;
  line-height: 1.15;
  white-space: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-align: center;
  padding: .625rem .3125rem .625rem 2.1875rem
}

.button-picture .button .item {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem;
  left: .3125rem
}

.button-picture.is-highlighted .button {
  color: #434343;
  background-color: #fff
}

.button-picture.is-highlighted .button .item {
  color: #fff;
  background-color: #ababab
}

.button-picture picture {
  display: none
}

@media only screen and (min-width: 40.063em) {
  .button-picture picture {
    overflow: hidden;
    display: block;
    background: #858585
  }
}

.button-progress .button-state-loading {
  display: none
}

.button-progress.is-loading .button-state-default, .is-loading .button-progress .button-state-default {
  display: none
}

.button-progress.is-loading .button-state-loading, .is-loading .button-progress .button-state-loading {
  display: block
}

.button-commerce-connector, .spd-big-teaser .button-commerce-connector {
  position: relative;
  overflow: visible;
  cursor: pointer
}

.button-commerce-connector > ul, .spd-big-teaser .button-commerce-connector > ul {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #434343;
  background-color: #fff
}

.button-commerce-connector > ul.top, .spd-big-teaser .button-commerce-connector > ul.top {
  bottom: 100%
}

.button-commerce-connector > ul.top > li, .spd-big-teaser .button-commerce-connector > ul.top > li {
  border-bottom: 0
}

.button-commerce-connector > ul.bottom, .spd-big-teaser .button-commerce-connector > ul.bottom {
  top: 100%
}

.button-commerce-connector > ul.bottom > li, .spd-big-teaser .button-commerce-connector > ul.bottom > li {
  border-top: 0
}

.button-commerce-connector > ul > li, .spd-big-teaser .button-commerce-connector > ul > li {
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6
}

.button-commerce-connector > ul > li a, .spd-big-teaser .button-commerce-connector > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 50%
}

.button-commerce-connector > ul > li a img, .spd-big-teaser .button-commerce-connector > ul > li a img {
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.button-commerce-connector__overlay, .spd-big-teaser .button-commerce-connector__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e32219
}

.button-commerce-connector__overlay.is-visible, .spd-big-teaser .button-commerce-connector__overlay.is-visible {
  display: block
}

.button-commerce-connector__overlay svg, .spd-big-teaser .button-commerce-connector__overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50%;
  color: #fff
}

.button-commerce-connector__overlay svg:hover, .spd-big-teaser .button-commerce-connector__overlay svg:hover {
  color: #fff
}

.button-decoration.is-highlighted .item, button.is-highlighted .item, .component-meta-tiles a.is-highlighted .item {
  color: #fff;
  background-color: #434343
}

.component-stage .component-stage-safety-button .button-icon {
  min-width: 6.25rem;
  display: block
}

.js .component-knowledge .text-group, .js .component-knowledge .button {
  opacity: 0;
  -webkit-transition: opacity .75s;
  -o-transition: opacity .75s;
  transition: opacity .75s
}

.component-knowledge.is-active .text-group, .component-knowledge.is-active .button {
  opacity: 1
}

.component-stage .component-stage-button__dropdown {
  display: none;
  height: 0
}

.component-stage .component-stage-button__dropdown.is-active {
  display: block;
  width: 100%;
  height: 200px;
  background: #fff
}

@media only screen and (min-width: 40.063em) {
  .component-stage-detail .component-stage-button {
    position: absolute;
    bottom: 2.8125rem
  }
}

.transitions-active .component-stage-button, .transitions-active .component-controls {
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}

.transitions-active .is-animation-triggered.is-current .component-stage-button, .transitions-active .is-animation-triggered.is-current .component-controls {
  opacity: 1
}

.transitions-active .is-animating.is-current .component-stage-button, .transitions-active .is-animating.is-current .component-controls {
  opacity: 0
}

.component-lp-extended-product .component-teaser .component-footer .row .component-stage-button {
  padding: 0
}

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
  .component-lp-extended-product .component-teaser .component-footer .row .component-stage-button {
    top: 2.5rem;
    position: relative;
    width: 100%
  }
}

@media only screen and (max-width: 40em) {
  .component-lp-extended-product .component-teaser .component-footer .row .component-stage-button {
    top: 2.7rem
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 62.75em) {
  .component-lp-extended-product.component-lp-extended-product-direction-right .component-content .component-footer .column.component-stage-button {
    margin-left: 60.3333333333% !important
  }
}

@media only screen and (min-width: 62.8125em) {
  .component-lp-extended-product.component-lp-extended-product-direction-right .component-content .component-footer .column.component-stage-button {
    margin-left: 50.3333333333% !important
  }
}

.component-stage-button .button.button-decoration {
  color: #ffffff;
  background-image: linear-gradient(to right, #e30118, #e30118, #e30118, #e30118, #e30118, #df0519, #db091a, #d70c1b, #ce121d, #c5171f, #bc1a21, #b31d22);
  border-radius: 30px;
  box-shadow: 0 5px 0 #fff;
}

.component-stage-button .button.button-decoration .item {
  color: #e30118;
  background: #fff;
}

.component-stage-button .button.button-decoration.is-highlighted {
  color: #e30118;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 0 0 #fff;
}

.component-stage-button .button.button-decoration.is-highlighted .item {
  color: #ffffff;
  background-image: linear-gradient(to right, #e30118, #e30118, #e30118, #e30118, #e30118, #df0519, #db091a, #d70c1b, #ce121d, #c5171f, #bc1a21, #b31d22);
}

.button {
  cursor: pointer;
}

.absentbutton {
  padding: .825rem 2.04375rem;
  font-size: 1.025rem;
}

@media (max-width: 1004px) {
  .button__base::before {
    position: unset;
  }

  .btn-danger {
    width: 100%;
  }
}

.button_box_modal {
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn-danger {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 15px 50px;
  color: #fff;
  border-radius: 40px;
  background-image: linear-gradient(to right, #b41c21, #bd1920, #c6161f, #cf111d, #d80b1b, #d80b1b, #d80b1b, #d80b1b, #cf111d, #c6161f, #bc1921, #b31c22);
  position: relative;
  display: inline-block;
  align-items: center;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  cursor: pointer;
  width: 250px;
}

.orange_button {
  font-family: "GardenaSans-CondMedium", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f05922;
  padding: 10px;
  color: #FFFFFF;
  width: 225px;
  text-align: center;
}

.orange_button:hover {
  background-color: #FFFFFF;
  color: #f05922;
}

.orange_button i {
  float: right;
}

.orange_button_add {
  font-family: "GardenaSans-CondMedium", sans-serif;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f05922;
  padding: 10px;
  color: #FFFFFF;
  width: 375px;
  text-align: center;
}

.orange_button_add:hover {
  background-color: #FFFFFF;
  color: #f05922;
}

.orange_button_add i {
  float: left;
}

.orange_button_back {
  font-family: "GardenaSans-CondMedium", sans-serif;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #f05922;
  background-color: #FFFFFF;
  padding: 7px;
  color: #f05922;
  width: 150px;
  text-align: center;
}

.orange_button_back:hover {
  background-color: #f05922;
  color: #FFFFFF;
}

.orange_button_submit {
  font-family: "GardenaSans-CondMedium", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f05922;
  padding: 10px;
  color: #FFFFFF;
  width: 290px;
  text-align: center;
}

.orange_button_submit:hover {
  background-color: #FFFFFF;
  color: #f05922;
}

.orange_button_submit i {
  float: right;
}

.orange_button_retroactively {
  font-family: "GardenaSans-CondMedium", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f05922;
  padding: 10px;
  color: #FFFFFF;
  width: 425px;
  text-align: center;
}

.orange_button_retroactively:hover {
  background-color: #FFFFFF;
  color: #f05922;
}

.orange_button_retroactively i {
  float: right;
}

.orange_button_home {
  font-family: "GardenaSans-CondMedium", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f05922;
  padding: 10px;
  color: #FFFFFF;
  width: 300px;
  text-align: center;
}

.orange_button_home:hover {
  background-color: #FFFFFF;
  color: #f05922;
}

.orange_button_home i {
  float: right;
}

.button_box {
  margin-top: 3em;
}

.button_box_add {
  margin-top: 3em;
}

@media (min-width: 992px) {
  .button_box {
    margin-bottom: 1em;
  }
}

@media (max-width: 991px) {
  .orange_button {
    width: 100%;
  }

  .orange_button_add {
    width: 100%;
  }

  .orange_button_back {
    width: 100%;
  }

  .orange_button_submit {
    width: 100%;
  }

  .orange_button_retroactively {
    width: 100%;
  }

  .orange_button_home {
    width: 100%;
  }
}