.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.rs_section {
  width: 100%;
  height: auto;
}

.rs_body {
  max-width: 100vw;
}

.rs_container {
  flex-flow: column;
  max-width: 950px;
  display: flex;
}

.rs_herostamp {
  background-image: url('../images/RemakeStudio_Logo_Stamp_Blue.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 550px;
  height: 96px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.rs_heroblock {
  background-image: url('../images/RemakeStudio_Hero_Desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 367px;
  margin-top: 90px;
}

.rs_headertext {
  color: #555;
  width: 590px;
  margin-top: 90px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
}

.rs_twofold_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.rs_twofolditem {
  width: 50%;
}

.rs_twofolditem.var {
  order: 1;
  width: 40%;
}

.rs_twofoldicon {
  background-image: url('../images/RemakeStudio_SHOP_Illustration.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
}

.rs_twofoldicon.var {
  background-image: url('../images/RemakeStudio_INZAMELING_Illustration.png');
}

.rs_twofoldtitle {
  background-image: url('../images/RemakeStudio_SHOP_Desktop.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 197px;
  height: 58px;
  margin-top: 36px;
}

.rs_twofoldtitle.var {
  background-image: url('../images/RemakeStudio_INZAMELING_Desktop.svg');
  width: 331px;
}

.rs_twofoldtitle.var2 {
  background-image: url('../images/DDW25.svg');
  width: 200px;
  height: 66px;
}

.rs_twofoldtext {
  color: #555;
  width: 360px;
  margin-top: 36px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.rs_threefolditem {
  background-image: url('../images/RemakeStudio_ADRES_Desktop.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 277px;
  height: 177px;
}

.rs_threefolditem.var {
  order: 1;
  width: 40%;
}

.rs_threefolditem.var2 {
  background-image: url('../images/RemakeStudio_OPENING_Desktop.svg');
}

.rs_threefolditem.var3 {
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rs_contactitem_half {
  width: 277px;
  height: 85px;
}

.rs_contactitem_half.contact1 {
  background-image: url('../images/RemakeStudio_EMAIL_Desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rs_contactitem_half.contact2 {
  background-image: url('../images/RemakeStudio_INSTA_Desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rs_footer {
  color: #131744;
  background-color: #222d5a;
  width: 100vw;
  height: 92px;
  margin-top: 60px;
}

.rs_footer_container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 92px;
  display: flex;
  position: static;
}

.rs_footertext {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.rs_photo1 {
  background-image: url('../images/RemakeStudio_Shop_Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 547px;
  height: 375px;
  position: relative;
  left: -55px;
}

.rs_photo2 {
  background-image: url('../images/RemakeStudio_INZAMELING_Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 547px;
  height: 375px;
  position: relative;
  left: -49px;
}

.rs_mobileshow {
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.rs_ddwblock_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.rs_ddwblock_container.noflex {
  display: block;
}

.rs_spacer {
  width: 100%;
  height: 64px;
  margin-top: 0;
}

.rs_spacer._128 {
  height: 128px;
}

.rs_ddwitem_half {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 55%;
  height: auto;
  display: flex;
  position: relative;
}

.rs_ddwitem_half.imagehalf {
  width: 30%;
}

.rs_ddwitem_title {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.rs_ddwitem_title.toppage {
  width: 35%;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 60px;
}

.rs_ddwitem_description {
  text-align: left;
  width: 100%;
  max-width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.rs_ddwitem_description.bold {
  font-family: Roboto Flex;
  font-weight: 400;
}

.rs_ddwitem_description.centered {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.rs_ddw_imagetitlecontainer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: block;
  position: relative;
}

.rs_ddw_image {
  background-image: url('../images/RS_MendingWorkshop.avif');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 300px;
  position: absolute;
  top: -144px;
  left: -102px;
}

.rs_ddw_image.img2 {
  background-image: url('../images/RS_DrawSewWorkshop.avif');
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: 400px;
  height: 300px;
  position: absolute;
  inset: -136px auto 0% -33px;
}

.rs_ddw_image.img3 {
  background-image: url('../images/RS_PatchMaking.avif');
  background-repeat: no-repeat;
  background-size: contain;
}

.rs_ddw_image.img4 {
  background-image: url('../images/RS_Knetterdet5.avif');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  top: -213px;
}

.rs_ddw_image.img5 {
  background-image: url('../images/RS_Knetterdet2.avif');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  top: -331px;
  left: -52px;
}

.rs_ddw_image.img6 {
  background-image: url('../images/RS_Knetterdet6.avif');
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  top: -87px;
  left: -170px;
}

.rm_workshoppage_title {
  background-image: url('../images/RM_WorkShop_PageTitle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rs_bold {
  font-weight: 900;
}

.rs_inlinetitle {
  font-size: 24px;
  font-weight: 700;
}

.rs_knettedet_titelcontainer {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.rs_knetterdet_image {
  background-image: url('../images/RS_Knetterdet.avif');
  background-position: 50%;
  background-size: contain;
  width: 500px;
  height: 400px;
}

.rs_button {
  color: #222d5a;
  background-color: #222d5a00;
  border: 4px solid #222d5a;
  border-radius: 16px;
  margin-top: 16px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rs_photo3 {
  background-image: url('../images/RS_PaginaSpijkerhoek.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 547px;
  height: 375px;
  position: relative;
  left: -55px;
}

.body-2 {
  max-width: 100vw;
  height: auto;
}

.ddwspecialopeningtimes {
  background-image: url('../images/68f2357f755bdeec81f80463_DDW_SpecialOpeningTimes_2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 140px;
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .rs_container {
    max-width: 700px;
  }

  .rs_herostamp {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .rs_heroblock {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
  }

  .rs_twofolditem.var {
    width: 50%;
  }

  .rs_threefolditem {
    background-position: 50%;
    background-size: contain;
    width: 210px;
    height: 140px;
  }

  .rs_photo1 {
    left: 17px;
  }

  .rs_photo2 {
    left: -205px;
  }

  .rs_ddwitem_title.toppage {
    flex: 0 auto;
    width: 50%;
  }

  .rs_ddw_image {
    left: -158px;
  }

  .rs_ddw_image.img2 {
    height: 400px;
    top: -188px;
    left: -103px;
  }

  .rs_ddw_image.img3 {
    height: 400px;
    top: -199px;
    left: -154px;
  }

  .rs_ddw_image.img4 {
    left: -135px;
  }

  .rs_ddw_image.img5 {
    left: -121px;
  }

  .rs_ddw_image.img6 {
    top: -64px;
    left: -180px;
  }

  .rs_knetterdet_image {
    background-repeat: no-repeat;
  }

  .rs_photo3 {
    left: 17px;
  }

  .body {
    max-width: 100vw;
    overflow: hidden;
  }

  .body-2 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .rs_section {
    width: 100vw;
  }

  .rs_container {
    max-width: 90vw;
    position: relative;
  }

  .rs_herostamp {
    width: 80vw;
  }

  .rs_heroblock {
    background-image: url('../images/RemakeStudio_Hero_Mobile.svg');
    height: 450px;
  }

  .rs_headertext {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .rs_twofold_container.mobilehide {
    display: none;
  }

  .rs_footertext {
    font-size: 18px;
  }

  .rs_mobileshow {
    background-color: #f8f8f8;
    width: 100%;
    display: block;
  }

  .rs_mobileimg {
    background-image: url('../images/RemakeStudio_Shop_Photo_Mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 320px;
  }

  .rs_mobileimg._2 {
    background-image: url('../images/RemakeStudio_INZAMELING_Mobile.png');
  }

  .rs_mobileimg.var3 {
    background-image: url('../images/RS_PaginaSpijkerhoek.avif');
    height: 400px;
  }

  .rs_textmobile {
    color: #555;
    width: 85%;
    margin-top: 60px;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
  }

  .rs_mobile_label {
    background-image: url('../images/RemakeStudio_SHOP_Mobile.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90vw;
    height: 76px;
    position: absolute;
    top: -38px;
  }

  .rs_mobile_label._2 {
    background-image: url('../images/RemakeStudio_INZAMELING_Desktop.svg');
    width: 90vw;
  }

  .rs_mobile_label.var3 {
    background-image: url('../images/DDW25.svg');
    width: 90vw;
  }

  .rs_infolabelmobile {
    background-image: url('../images/RemakeStudio_Mobile_ADRES.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 33vw;
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .rs_infolabelmobile._2 {
    background-image: url('../images/RemakeStudio_Mobile_OPENING.svg');
    height: 27vw;
    margin-top: 0;
  }

  .rs_infolabelmobile._3 {
    background-image: url('../images/RemakeStudio_Mobile_INSTA.svg');
    height: 17vw;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .rs_infolabelmobile._4 {
    background-image: url('../images/RemakeStudio_Mobile_EMAIL.svg');
    height: 10vw;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .rs_ddwblock_container {
    display: block;
  }

  .rs_ddwitem_half {
    width: 100%;
  }

  .rs_ddwitem_half.imagehalf {
    flex-flow: column;
    width: 100%;
  }

  .rs_ddwitem_title.toppage {
    text-align: center;
    width: 100%;
  }

  .rs_ddw_image {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .rs_ddw_image.img2 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .rs_ddw_image.img3 {
    top: auto;
    left: auto;
  }

  .rs_ddw_image.img4 {
    position: relative;
    top: auto;
    left: auto;
  }

  .rs_ddw_image.img5 {
    display: none;
    top: 0;
  }

  .rs_ddw_image.img6 {
    top: auto;
    left: auto;
  }

  .rm_workshoppage_title {
    width: 100%;
  }

  .rs_knettedet_titelcontainer {
    flex-flow: column;
    display: flex;
  }

  .rs_button {
    text-align: center;
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .body {
    max-width: 100vw;
    overflow: visible;
  }

  .body-2 {
    max-width: 100vw;
  }
}

@media screen and (max-width: 479px) {
  .rs_section {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .rs_heroblock {
    height: 80vw;
    margin-top: 30px;
  }

  .rs_headertext {
    width: 90%;
    font-size: 22px;
    line-height: 28px;
  }

  .rs_footer {
    color: #131744;
  }

  .rs_footer_container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rs_footertext {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .rs_mobileshow {
    background-color: #f8f8f800;
    margin-bottom: 32px;
  }

  .rs_mobileshow.nogb {
    background-color: #f8f8f800;
  }

  .rs_mobileimg.var3 {
    background-image: url('../images/RS_PaginaSpijkerhoek.avif');
  }

  .rs_textmobile {
    width: 100%;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 28px;
  }

  .rs_mobile_label, .rs_mobile_label._2 {
    width: 100%;
    height: 60px;
  }

  .rs_mobile_label.var3 {
    background-position: 0%;
  }

  .rs_infolabelmobile {
    margin-top: 60px;
  }

  .rs_ddwblock_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .rs_spacer {
    height: 16px;
  }

  .rs_spacer._128 {
    height: 64px;
  }

  .rs_ddwitem_half.imagehalf {
    order: -9999;
    width: 150%;
    margin-left: -25%;
    display: flex;
  }

  .rs_ddwitem_title {
    text-align: center;
    margin-top: -32px;
    font-size: 42px;
  }

  .rs_ddwitem_title.toppage {
    font-size: 48px;
  }

  .rs_ddwitem_description, .rs_ddwitem_description.centered {
    font-size: 18px;
  }

  .rs_ddw_image.img2 {
    background-image: url('../images/RS_DrawSewWorkshop_1.avif');
    background-size: cover;
    left: 0;
  }

  .rs_ddw_image.img3 {
    height: 325px;
  }

  .rs_ddw_image.img6 {
    order: 0;
  }

  .rs_knetterdet_image {
    margin-top: 0;
  }

  .rs_button {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    overflow: visible;
  }

  .body-2 {
    max-width: 100vw;
    overflow: visible;
  }

  .ddwspecialopeningtimes {
    background-image: url('../images/68f2357f755bdeec81f80463_DDW_SpecialOpeningTimes_2.svg');
    width: 100%;
  }
}


