#keuzeslider {
  /* padding: 56px 0 100px 0; */
  background: #fff;
  padding: 20px 0 50px 0; }
  @media (max-width: 1023px) {
  #keuzeslider {
    padding: 20px 0 66px 0; } }
  #keuzeslider .slide {
    position: relative;
    text-align: right; }
    #keuzeslider .slide:not(:first-child) {
      position: absolute;
      top: 0;
      left: 20px;
      opacity: 0;
      width: calc(100% - 40px); }
      #keuzeslider .slide:not(:first-child) .text {
        left: -100%; }
      #keuzeslider .slide:not(:first-child) .slider_img {
        left: 100vw; }
    #keuzeslider .slide .text {
      width: 40%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      height: 100%;
      display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-direction: column;
      justify-content: center;
      text-align: left; }
      @media (max-width: 1023px) {
  #keuzeslider .slide .text {
    width: 55%;
    padding-left: 20px;
    padding-bottom: 10px;
    justify-content: center; } }
      #keuzeslider .slide .text h1 {
        font-size: 58px;
        color: #333;
        line-height: 70px;
        margin-bottom: 12px; }
        @media (max-width: 1023px) {
  #keuzeslider .slide .text h1 {
    font-size: 22px;
    line-height: 24px; } }
      #keuzeslider .slide .text .subtitle {
        position: relative; }
        #keuzeslider .slide .text .subtitle h2 {
          font-size: 22px;
          font-weight: 600;
          display: inline-block;
          margin-bottom: 18px;
          color: #333; }
          @media (max-width: 1023px) {
  #keuzeslider .slide .text .subtitle h2 {
    font-size: 14px;
    margin-bottom: 0px; } }
        #keuzeslider .slide .text .subtitle .line {
          width: 120px;
          height: 6px;
          background-color: #333;
          display: inline-block;
          position: absolute;
          top: -2px;
          margin-left: 90px;
          border: 1px solid transparent; }
          @media (max-width: 1023px) {
  #keuzeslider .slide .text .subtitle .line {
    display: none; } }
      #keuzeslider .slide .text p {
        color: #333;
        line-height: 28px; }
        @media (max-width: 1023px) {
  #keuzeslider .slide .text p {
    display: none; } }
    #keuzeslider .slide .slider_img {
      position: relative;
      top: 0px;
      right: 0px;
      /* border-radius: 5px; */
      z-index: 2; }
      @media (max-width: 1023px) {
  #keuzeslider .slide .slider_img {
    width: 100%; } }
  #keuzeslider .blocks {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    padding-right: 40px;
    margin-top: -155px; }
    @media (max-width: 1023px) {
  #keuzeslider .blocks {
    margin-top: 0px;
    padding-right: 0px; } }
    #keuzeslider .blocks .block {
      width: 23%;
      height: 185px;
      margin-left: 18px;
      color: #fff;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none;
      z-index: 4;
      box-shadow: 0 2px 23px 7px rgba(0, 0, 0, 0.16);
      position: relative; }
      @media (max-width: 1023px) {
  #keuzeslider .blocks .block {
    width: 50%;
    height: 100px;
    margin-top: 4px;
    margin-left: 10px;
    box-shadow: unset; } }
      @media (max-width: 1023px) {
    #keuzeslider .blocks .block:first-child {
      margin-left: 0px; } }
      #keuzeslider .blocks .block .block_text {
        margin: 0 auto;
        width: 54%;
        margin-top: 47px;
        font-weight: 600;
        line-height: 27px;
        font-size: 22px;
        z-index: 1;
        font-family: 'Roboto Slab'; }
        @media (max-width: 1023px) {
  #keuzeslider .blocks .block .block_text {
    width: 69%;
    font-size: 16px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 500;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; } }
      #keuzeslider .blocks .block span {
        position: absolute;
        right: 30px;
        bottom: 21px;
        transition-timing-function: ease-out;
        transition: 0.2s; }
        @media (max-width: 1023px) {
  #keuzeslider .blocks .block span {
    right: 15px;
    bottom: 8px; } }
        #keuzeslider .blocks .block span i {
          font-weight: 800;
          font-size: 34px; }
          @media (max-width: 1023px) {
  #keuzeslider .blocks .block span i {
    font-size: 23px; } }
      #keuzeslider .blocks .block:hover span {
        right: 13px; }
    #keuzeslider .blocks .overlay_samenstellen {
      position: relative; }
      @media (max-width: 1023px) {
    #keuzeslider .blocks .overlay_samenstellen:before {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: #ac6b30;
      border-radius: 5px; } }
    #keuzeslider .blocks .overlay_collectie {
      position: relative; }
      @media (max-width: 1023px) {
    #keuzeslider .blocks .overlay_collectie:before {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-color: #72725b;
      border-radius: 5px; } }
    #keuzeslider .blocks .samenstellen {
      background-color: #ac6b30;
      transition-timing-function: ease-out;
      transition: 0.2s; }
      #keuzeslider .blocks .samenstellen:hover {
        background-color: #ac6b30; }
    #keuzeslider .blocks .collectie {
      background-color: #72725b;
      transition-timing-function: ease-out;
      transition: 0.2s; }
      #keuzeslider .blocks .collectie:hover {
        background-color: #72725b; }
  #keuzeslider .arrow {
    cursor: pointer;
    position: absolute;
    top: 375px;
    font-size: 46px;
    color: #575756;
    transition: 0.2s;
    display: none;
    z-index: 88; }
    #keuzeslider .arrow:hover {
      color: #000; }
    @media (max-width: 1460px) {
  #keuzeslider .arrow {
    top: 200px; } }
    @media (max-width: 1023px) {
  #keuzeslider .arrow {
    display: none; } }
  #keuzeslider .arrow_left_block {
    left: 50px; }
  #keuzeslider .arrow_right_block {
    right: 50px; }

.slide_out {
  transition: 0.2s;
  transform: translateX(20); }
