/*
Import this file in your plguins

No styles here!
Only variables, mixins

 */
/*
Fonts
===============
*/
/*
Colors
===============
*/
/*
Breakpoints
===============
*/
/*
Containers, margins, paddings
===============
 */
/*
Fonts
===============
 */
/*
Helpers
===============
 */
.SliderTwoCols {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5rem;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols {
    padding-bottom: 0rem;
  }
}

.SliderTwoCols .slick-arrow {
  top: auto;
  bottom: 1.5rem;
}

.SliderTwoCols .slick-arrow.icon-ICO_arrow--next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  bottom: -1.5rem;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols .slick-arrow.icon-ICO_arrow--next {
    bottom: 2.5rem;
  }
}

.SliderTwoCols .icon-ICO_arrow--prev {
  display: none !important;
}

.SliderTwoCols .slick-dots {
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols .slick-dots {
    width: 50%;
    right: 0;
    left: 50%;
    bottom: 2.5rem;
  }
}

.SliderTwoCols:nth-child(odd) .SliderTwoCols__slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols:nth-child(odd) .slick-dots {
    left: 0;
    right: auto;
  }
}

.SliderTwoCols:nth-child(odd) .slick-arrow.icon-ICO_arrow--next {
  right: 3.5rem;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols:nth-child(odd) .slick-arrow.icon-ICO_arrow--next {
    right: 53%;
  }
}

.SliderTwoCols__slide {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols__slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.SliderTwoCols__picture {
  display: block;
  width: 100%;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols__picture {
    width: 50%;
  }
}

.SliderTwoCols__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.SliderTwoCols__text-wrapper {
  width: 100%;
  padding: 5rem 3.5rem 6rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols__text-wrapper {
    width: 50%;
    padding: 6rem 7rem 6rem;
  }
}

@media screen and (min-width: 1024px) {
  .SliderTwoCols__text-wrapper {
    padding: 6.5rem 11rem 7rem;
  }
}

@media screen and (min-width: 1600px) {
  .SliderTwoCols__text-wrapper {
    padding: 7.5rem 18rem 12rem;
  }
}

.SliderTwoCols__picture-icon {
  margin-bottom: 4rem;
  display: block;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .SliderTwoCols__picture-icon {
    margin-bottom: 4.5rem;
  }
}

@media screen and (min-width: 850px) {
  .SliderTwoCols__picture-icon {
    margin-bottom: 5.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .SliderTwoCols__picture-icon {
    margin-bottom: 7.5rem;
  }
}

.SliderTwoCols__picture-icon img.SliderTwoCols__icon {
  display: inline-block;
  width: 7rem;
}

@media screen and (min-width: 640px) {
  .SliderTwoCols__picture-icon img.SliderTwoCols__icon {
    width: 8rem;
  }
}

@media screen and (min-width: 1024px) {
  .SliderTwoCols__picture-icon img.SliderTwoCols__icon {
    width: 11rem;
  }
}

.SliderTwoCols__headline {
  font-family: "Roboto-Light";
  font-size: 3rem;
  color: #e83943;
  line-height: 120%;
  text-align: center;
}

@media screen and (min-width: 850px) {
  .SliderTwoCols__headline {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .SliderTwoCols__headline {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 1441px) {
  .SliderTwoCols__headline {
    font-size: 5.2rem;
  }
}

.SliderTwoCols__text {
  margin-top: 5rem;
  font-family: "Roboto";
  font-size: 2rem;
  color: #4a4a4a;
  line-height: 160%;
  text-align: center;
}

/**
animations
 */
