body {
    padding: 0;
    margin: 0;
}
*:not(h1) {
   font-family: Arial, Helvetica, sans-serif;
}

.header_contactgegevens_a:hover, .header_uitklapmenu_a:hover, .header_inklap_a:hover {
    color: black;
}
.header_contactgegevens_a {
   text-decoration: none;
}
.header_contactgegevens_a:hover {
    color: #f26fe5;
}
.header_a_menu:hover {
   color: #A31A75;
}
.header_li_menu_miniScreen {
   list-style: none;
}
.header_a_menu_miniScreen_hover:hover {
   color: #A31A75;
}
   #header_a_menu_secundair {
      color: #A31A75;
      pointer-events: none;   
      cursor: default;  
}
#span_header_a_gmail, #span_header_a_telefoonnummer {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1rem;
   margin-left: 0.5rem;
   font-weight: normal;
}
.header_a_menu_miniScreen {
   color: #333333;
}
.header_a_menu {
   color: #333333;
}
h1 {
  color: #A31A75;
  font-family: "Edu VIC WA NT Hand Pre", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}
header {
   opacity: 0;
   transition: opacity 3s ease;
}
header.fade-in {
   opacity: 1;
}
.gordijnen_kleding_hoezen_a:hover {
   background-color: purple;
}
.tweede_nav_ul_gordijnen_kleding_hoezen {
   opacity: 0;
   transition: opacity 3s ease;
}
.tweede_nav_ul_gordijnen_kleding_hoezen.fade-in {
   opacity: 1;
}
.section_welkom {
   opacity: 0;
   transition: opacity 3s ease;
}
.section_welkom.fade-in {
   opacity: 1;
}
.section_werkwijze {
   opacity: 0;
   transition: opacity 3s ease;
}
.section_werkwijze.fade-in {
   opacity: 1;
}
.openigstijden_a:hover {
   color: #A31A75;
}
.section_prijzen {
   opacity: 0;
   transition: opacity 3s ease;
}
.section_prijzen.fade-in {
   opacity: 1;
}
.a_prijzen:hover {
   background-color: purple;
}
.hoofdpagina_video {
   opacity: 0;
   transition: opacity 3s ease;
}
.hoofdpagina_video.fade-in {
   opacity: 1;
}
footer {
   opacity: 0;
   transition: opacity 3s ease;
}
footer.fade-in {
   opacity: 1;
}
.fa-check-circle {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.15rem;
	border-bottom: 1px solid #AAAAAA; 	/* Lijn om de elementen te scheiden */
}
.fa-check-circle::before { /* Dit is de check */
	color: #A31A75;        /* Kleur van het icoon */
	font-size: 24px;     /* Grootte van het icoon */
}
.fa-check-circle:last-child {
	border-bottom: none; 	/* Geen lijn onder de laatste element */
}
.div_li_werkwijze {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}
.p_werkwijze {
   font-weight: normal;
}
.span_p_werkwijze {
   font-weight: bold;
}
h5 {
   font-size: 1.5rem;
}
.a_footer {
   text-decoration: none;
   color: white;
}
.a_footer:hover {
   color: #f26fe5;
}
.facebook_footer {
   color: white;
   text-decoration: none;
   font-size: 1.5rem;
}
.facebook_footer:hover {
   color: #f26fe5;
}

@media screen and (max-width: 580px) {
   header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
   }
   .header_container_div_contactgegevens {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.25rem;
    background-color: #A31A75;
   }
   .header_div_fb_linkedin {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     box-sizing: border-box;
     width: 110px;
     padding: 0.25rem;
     margin-left: auto;
     margin-right: auto;
   }
   .header_div_telefoonnummer_email {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 100%;
      padding: 0.25rem;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      padding: 0.5rem;
      margin-left: 5%;
      color: white;
   }
   .header_uitklapmenu_a {
      display: flex;
      align-self: center;
      text-decoration: none;
      padding: 0.5rem;
      background-color: #A31A75;
      font-size: 1.25rem;
      color: white;
      border-radius: 0.5rem;
   }
   .header_uitklapmenu_nav {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 300px;
      max-width: 100vw;
      height: 100vh;
      padding: 3rem;
      border: 1px groove lightgrey;
      background-color: white;
      z-index: 1;
   }
   .header_inklap_a {
      position: fixed;
      top: 10px;
      left: 10px;
      font-size: 2rem;
      color: #333333;
      text-decoration: none;
   }
   .header_li_menu_miniScreen {
      margin: 1.5rem;
   }
   .header_contact_icons_img {
      width: 30px;
      height: auto;
      border-radius: 2rem;
   }
   .header_telefoon_icon_img, .header_telefoonnummer_p {
    display: inline-block;
    margin-right: 7.5%;
   }
   .header_telefoonnummer_p, .header_email_p {
      font-size: 3.5vw;
   }
   .header_container_div_logo_menu {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 100%;
   }
   .header_div_logo_menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
   }
   .header_logo_menu_img {
      width: 200px;
      height: auto;
      margin-left: 10%;
   }
   .header_nav_menu {
      display: none
   }
   .header_intro_img {
      width: 100%;
      height: auto;
   }
   h1 {
      text-align: center;
      font-size: 8vw;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
   .tweede_nav_gordijnen_kleding_hoezen {
      box-sizing: border-box;
      padding: 0;
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4rem;
      margin-bottom: 4rem;
   }
   .tweede_nav_ul_gordijnen_kleding_hoezen {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .gordijnen_kleding_hoezen_li {
      list-style-type: none;
   }
   .gordijnen_kleding_hoezen_a {
      text-decoration: none;
      padding: 2vw 3vw;
      background-color: #A31A75;
      border-radius: 0.5rem;
      color: white;
      font-size: 4vw;
   }
   .section_welkom {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 95%;
      padding: 0;
      margin-top: 5rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5rem;
   }
   .section_welkom_img {
      width: 100%;
      height: auto;
      border-radius: 2rem;
   }
   .welkom_section_div {
      box-sizing: border-box;
      width: 90%;
      padding: 0;
      margin-top: 3rem;
   }
   h2 {
      font-size: 1.5rem;
      color: #333333;
   }
   .section_welkom_p {
      font-size: 1.03rem;
      color: #555555;
   }
      .div_openingstijden {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 5rem;
      background-color: #A31A75;
   }
   .openigstijden_a {
      padding: 1rem;
      background-color: #333333;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
     .section_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin-top: 4rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4rem;
   }
   .div_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2rem;
   }
   h3 {
      font-size: 1.75rem;
   }
   h4 {
      font-size: 1.3rem;
   }
   .p_werkwijze {
      font-size: 1.05rem;
   }
   .werkwijze_img {
      display: block;
      width: 95%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      border-radius: 2rem;
   }
    .section_prijzen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 95%;
      min-height: 300px;
      padding: 1rem;
      background-color: #f26fe5;
      color: white;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
      border: 1px solid lightgrey;
      border-radius: 1rem;
   }
   .p_prijzen {
      font-size: 1.05rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
   }
   .a_prijzen {
      box-sizing: border-box;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 1.25rem;
      border-radius: 0.5rem;
 }
 .hoofdpagina_video {
   display: block;
   width: 95%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 6rem;
 }
  footer {
   box-sizing: border-box;
   width: 100%;
   padding: 2rem;
   background-color: #A31A75;
   color: white;
 }
 .footer_container_adres_contact_juridisch_facebooknieuws {
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   width: 90%;
   padding: 0;
   padding-bottom: 2rem;
   margin-left: 3%;
   border-bottom: 1px solid lightgrey;
 }
 .footer_div_adres, .footer_div_contactgegevens, .footer_div_juridisch, .footer_div_facebooknieuws {
   margin: 1rem;
 }
 .footer_p_copyright_design {
   text-align: center;
   padding-top: 2rem;
 }
} 

@media screen and (min-width: 581px) and (max-width: 780px) {
   header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
   }
   .header_container_div_contactgegevens {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75rem;
    background-color: #A31A75;
   }
   .header_div_fb_linkedin {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 20%;
     padding: 0;
   }
   .header_div_telefoonnummer_email {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 80%;
      padding: 0;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      margin-left: 5%;
      color: white;
   }
   .header_uitklapmenu_a {
      display: flex;
      align-self: center;
      text-decoration: none;
      padding: 0.5rem;
      background-color: #A31A75;
      font-size: 1.25rem;
      color: white;
      border-radius: 0.5rem;
   }
   .header_uitklapmenu_nav {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 300px;
      height: 100vh;
      padding: 3rem;
      border: 1px groove lightgrey;
      background-color: white;
      z-index: 1;
   }
   .header_inklap_a {
      position: fixed;
      top: 10px;
      left: 10px;
      font-size: 2rem;
      text-decoration: none;
   }
   .header_li_menu_miniScreen {
      margin: 1.5rem;
   }
   .header_contact_icons_img {
      width: 30px;
      height: auto;
      border-radius: 2rem;
   }
   .header_telefoon_icon_img, .header_telefoonnummer_p {
    display: inline-block;
    margin-right: 7.5%;
   }
   .header_container_div_logo_menu {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 100%;
   }
   .header_div_logo_menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
   }
   .header_logo_menu_img {
      width: 200px;
      height: auto;
      margin-left: 10%;
   }
   .header_nav_menu {
      display: none
   }
   .header_intro_img {
      width: 100%;
      height: auto;
   }
   h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
   .tweede_nav_gordijnen_kleding_hoezen {
      box-sizing: border-box;
      padding: 0;
      width: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4rem;
      margin-bottom: 4rem;
   }
   .tweede_nav_ul_gordijnen_kleding_hoezen {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .gordijnen_kleding_hoezen_li {
      list-style-type: none;
   }
   .gordijnen_kleding_hoezen_a {
      text-decoration: none;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      border-radius: 0.5rem;
      color: white;
   }
   .section_welkom {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 540px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .section_welkom_img {
      width: 500px;
      height: auto;
      border-radius: 2rem;
   }
   .welkom_section_div {
      box-sizing: border-box;
      width: 400px;
      padding: 0;
      margin-top: 3rem;
   }
   h2 {
      font-size: 1.5rem;
      color: #333333;
   }
   .section_welkom_p {
      font-size: 1.03rem;
      color: #555555;
   }
      .div_openingstijden {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 5rem;
      background-color: #A31A75;
   }
   .openigstijden_a {
      padding: 1rem;
      background-color: #333333;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
     .section_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      box-sizing: border-box;
      width: 500px;
      padding: 0;
      margin-top: 4rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4rem;
   }
   .div_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 480px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2rem;
   }
   h3 {
      font-size: 1.75rem;
   }
   h4 {
      font-size: 1.3rem;
   }
   .p_werkwijze {
      font-size: 1.05rem;
   }
   .werkwijze_img {
      display: block;
      width: 500px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      border-radius: 2rem;
   }
    .section_prijzen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 475px;
      height: 300px;
      padding: 1rem;
      background-color: #f26fe5;
      color: white;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
      border: 1px solid lightgrey;
      border-radius: 1rem;
   }
   .p_prijzen {
      font-size: 1.25rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
   }
   .a_prijzen {
      box-sizing: border-box;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
      border-radius: 0.5rem;
 }
 .hoofdpagina_video {
   display: block;
   width: 400px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 6rem;
 }
  footer {
   box-sizing: border-box;
   width: 100%;
   padding: 2rem;
   background-color: #A31A75;
   color: white;
 }
 .footer_container_adres_contact_juridisch_facebooknieuws {
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   width: 90%;
   padding: 0;
   padding-bottom: 2rem;
   margin-left: 5%;
   border-bottom: 1px solid lightgrey;
 }
 .footer_div_adres, .footer_div_contactgegevens, .footer_div_juridisch, .footer_div_facebooknieuws {
   margin: 1rem;
 }
 .footer_p_copyright_design {
   text-align: center;
   padding-top: 2rem;
 }
} 

@media screen and (min-width: 781px) and (max-width: 980px) {
   header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
   }
   .header_container_div_contactgegevens {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75rem;
    background-color: #A31A75;
   }
   .header_div_fb_linkedin, .header_div_telefoonnummer_email {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 50%;
     padding: 0;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      margin-left: 5%;
      color: white;
   }
   .header_uitklapmenu_a {
      display: flex;
      align-self: center;
      text-decoration: none;
      padding: 0.5rem;
      background-color: #A31A75;
      font-size: 1.25rem;
      color: white;
      border-radius: 0.5rem;
   }
   .header_uitklapmenu_nav {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      box-sizing: border-box;
      width: 300px;
      height: 100vh;
      padding: 3rem;
      background-color: white;
      border: 1px groove lightgrey;
      z-index: 1;
   }
   .header_inklap_a {
      position: fixed;
      top: 10px;
      left: 10px;
      font-size: 2rem;
      text-decoration: none;
   }
   .header_li_menu_miniScreen {
      margin: 1.5rem;
   }
   .header_contact_icons_img {
      width: 30px;
      height: auto;
      border-radius: 2rem;
   }
   .header_telefoon_icon_img, .header_telefoonnummer_p {
    display: inline-block;
    margin-right: 7.5%;
   }
   .header_container_div_logo_menu {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 100%;
   }
   .header_div_logo_menu {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
   }
   .header_logo_menu_img {
      width: 200px;
      height: auto;
      margin-left: 10%;
   }
   .header_nav_menu {
      display: none
   }
   .header_intro_img {
      width: 100%;
      height: auto;
   }
   h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
   .tweede_nav_gordijnen_kleding_hoezen {
      box-sizing: border-box;
      padding: 0;
      width: 650px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4rem;
      margin-bottom: 4rem;
   }
   .tweede_nav_ul_gordijnen_kleding_hoezen {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .gordijnen_kleding_hoezen_li {
      list-style-type: none;
   }
   .gordijnen_kleding_hoezen_a {
      text-decoration: none;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      border-radius: 0.5rem;
      color: white;
   }
   .section_welkom {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 740px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .section_welkom_img {
      width: 600px;
      height: auto;
      border-radius: 2rem;
   }
   .welkom_section_div {
      box-sizing: border-box;
      width: 500px;
      padding: 0;
      margin-top: 3rem;
   }
   h2 {
      font-size: 1.5rem;
      color: #333333;
   }
   .section_welkom_p {
      font-size: 1.03rem;
      color: #555555;
   }
     .div_openingstijden {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 5rem;
      background-color: #A31A75;
   }
   .openigstijden_a {
      padding: 1rem;
      background-color: #333333;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
     .section_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      box-sizing: border-box;
      width: 700px;
      padding: 0;
      margin-top: 4rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 4rem;
   }
   .div_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 600px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2rem;
   }
   h3 {
      font-size: 1.75rem;
   }
   h4 {
      font-size: 1.3rem;
   }
   .p_werkwijze {
      font-size: 1.05rem;
   }
   .werkwijze_img {
      display: block;
      width: 550px;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      border-radius: 2rem;
   }
   .section_prijzen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 475px;
      height: 300px;
      padding: 1rem;
      background-color: #f26fe5;
      color: white;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
      border: 1px solid lightgrey;
      border-radius: 1rem;
   }
   .p_prijzen {
      font-size: 1.25rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
   }
   .a_prijzen {
      box-sizing: border-box;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
      border-radius: 0.5rem;
 }
 .hoofdpagina_video {
   display: block;
   width: 400px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 6rem;
 }
 footer {
   box-sizing: border-box;
   width: 100%;
   padding: 2rem;
   background-color: #A31A75;
   color: white;
 }
 .footer_container_adres_contact_juridisch_facebooknieuws {
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   width: 90%;
   padding: 0;
   padding-bottom: 2rem;
   margin-left: 5%;
   border-bottom: 1px solid lightgrey;
 }
 .footer_div_adres, .footer_div_contactgegevens, .footer_div_juridisch, .footer_div_facebooknieuws {
   margin: 1rem;
 }
 .footer_p_copyright_design {
   text-align: center;
   padding-top: 2rem;
 }
} 

@media screen and (min-width: 981px) and (max-width: 1180px) {
   header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
   }
   .header_container_div_contactgegevens {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75rem;
    background-color: #A31A75;
   }
   .header_div_fb_linkedin, .header_div_telefoonnummer_email {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 50%;
     padding: 0;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      margin-left: 5%;
      color: white;
   }
   .header_uitklapmenu_a {
      display: none;
   }
   .header_uitklapmenu_nav {
      display: none;
   }
   .header_contact_icons_img {
      width: 30px;
      height: auto;
      border-radius: 2rem;
   }
   .header_telefoon_icon_img, .header_telefoonnummer_p {
    display: inline-block;
    margin-right: 7.5%;
   }
   .header_container_div_logo_menu {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 100%;
   }
   .header_div_logo_menu {
      box-sizing: border-box;
      width: 20%;
   }
   .header_logo_menu_img {
      width: 200px;
      height: auto;
      margin-left: 10%;
   }
   .header_nav_menu {
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      width: 80%;
      margin-left: 10%;
   }
   .header_ul_menu {
      display: flex;
      flex-direction: row;
      list-style: none;
   }
   .header_li_menu {
      margin-right: 4%;
   }
   .header_a_menu {
      text-decoration: none;
   }
    .header_a_menu_secundair {
      color: #A31A75;
      pointer-events: none;   
      cursor: default;  
}
   .header_intro_img {
      width: 100%;
      height: auto;
   }
   h1 {
      text-align: center;
      font-size: 3rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
   .tweede_nav_gordijnen_kleding_hoezen {
      box-sizing: border-box;
      padding: 0;
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4rem;
      margin-bottom: 4rem;
   }
   .tweede_nav_ul_gordijnen_kleding_hoezen {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .gordijnen_kleding_hoezen_li {
      list-style-type: none;
   }
   .gordijnen_kleding_hoezen_a {
      text-decoration: none;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      border-radius: 0.5rem;
      color: white;
   }
   .section_welkom {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 900px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .section_welkom_img {
      width: 475px;
      height: auto;
      border-radius: 2rem;
   }
   .welkom_section_div {
      box-sizing: border-box;
      width: 325px;
      padding: 0;
      margin-left: 40px;
   }
   h2 {
      font-size: 1.5rem;
      color: #333333;
   }
   .section_welkom_p {
      font-size: 1.03rem;
      color: #555555;
   }
     .div_openingstijden {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 1rem;
      background-color: #A31A75;
   }
   .openigstijden_a {
      padding: 1rem;
      background-color: #333333;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
     .section_werkwijze {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 900px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .div_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 400px;
   }
   h3 {
      font-size: 1.75rem;
   }
   h4 {
      font-size: 1.3rem;
   }
   .p_werkwijze {
      font-size: 1.05rem;
   }
   .werkwijze_img {
      width: 425px;
      height: 567px;
      border-radius: 2rem;
   }
   .section_prijzen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 550px;
      height: 300px;
      padding: 1rem;
      background-color: #f26fe5;
      color: white;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
      border: 1px solid lightgrey;
      border-radius: 1rem;
   }
   .p_prijzen {
      font-size: 1.25rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
   }
   .a_prijzen {
      box-sizing: border-box;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
      border-radius: 0.5rem;
 }
 .hoofdpagina_video {
   display: block;
   width: 400px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 6rem;
 }
 footer {
   box-sizing: border-box;
   width: 100%;
   padding: 2rem;
   background-color: #A31A75;
   color: white;
 }
 .footer_container_adres_contact_juridisch_facebooknieuws {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   box-sizing: border-box;
   width: 900px;
   padding: 0;
   padding-bottom: 2rem;
   margin-left: auto;
   margin-right: auto;
   border-bottom: 1px solid lightgrey;
 }
 .footer_div_adres, .footer_div_contactgegevens, .footer_div_juridisch, .footer_div_facebooknieuws {
   margin: 2rem;
 }
 .footer_p_copyright_design {
   text-align: center;
   padding-top: 2rem;
 }
} 

@media screen and (min-width: 1181px) and (max-width: 1380px) {
   header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
   }
   .header_container_div_contactgegevens {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75rem;
    background-color: #A31A75;
   }
   .header_div_fb_linkedin, .header_div_telefoonnummer_email {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 50%;
     padding: 0;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      margin-left: 5%;
      color: white;
   }
   .header_contact_icons_img {
      width: 30px;
      height: auto;
      border-radius: 2rem;
   }
   .header_telefoon_icon_img, .header_telefoonnummer_p {
    display: inline-block;
    margin-right: 7.5%;
   }
   .header_container_div_logo_menu {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 100%;
   }
   .header_div_logo_menu {
      box-sizing: border-box;
      width: 30%;
   }
   .header_uitklapmenu_a {
      display: none;
   }
   .header_uitklapmenu_nav {
      display: none;
   }
   .header_logo_menu_img {
      width: 200px;
      height: auto;
      margin-left: 25%;
   }
   .header_nav_menu {
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      width: 69%;
      margin-left: 10%;
   }
   .header_ul_menu {
      display: flex;
      flex-direction: row;
      list-style: none;
   }
   .header_li_menu {
      margin-right: 4%;
   }
   .header_a_menu {
      text-decoration: none;
      font-size: 1.1rem;
   }
    .header_a_menu_secundair {
      color: #A31A75;
      pointer-events: none;   
      cursor: default;  
}
   .header_intro_img {
      width: 100%;
      height: auto;
   }
   h1 {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-size: 4.5rem;
   }
   .tweede_nav_gordijnen_kleding_hoezen {
      box-sizing: border-box;
      padding: 0;
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4rem;
      margin-bottom: 4rem;
   }
   .tweede_nav_ul_gordijnen_kleding_hoezen {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .gordijnen_kleding_hoezen_li {
      list-style-type: none;
   }
   .gordijnen_kleding_hoezen_a {
      text-decoration: none;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      border-radius: 0.5rem;
      color: white;
   }
   .section_welkom {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 1000px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .section_welkom_img {
      width: 600px;
      height: auto;
      border-radius: 2rem;
   }
   .welkom_section_div {
      box-sizing: border-box;
      width: 350px;
      margin-left: 50px;
   }
   h2 {
      font-size: 1.5rem;
      color: #333333;
   }
   .section_welkom_p {
      font-size: 1.03rem;
      color: #555555;
   }
   .div_openingstijden {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 1rem;
      background-color: #A31A75;
   }
   .openigstijden_a {
      padding: 1rem;
      background-color: #333333;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
   .section_werkwijze {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 1050px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .div_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 450px;
   }
   h3 {
      font-size: 2rem;
   }
   h4 {
      font-size: 1.4rem;
   }
   .p_werkwijze {
      font-size: 1.15rem;
   }
   .werkwijze_img {
      width: 500px;
      height: 667px;
      border-radius: 2rem;
   }
   .section_prijzen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 550px;
      height: 300px;
      padding: 1rem;
      background-color: #f26fe5;
      color: white;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
      border: 1px solid lightgrey;
      border-radius: 1rem;
   }
   .p_prijzen {
      font-size: 1.25rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
   }
   .a_prijzen {
      box-sizing: border-box;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
      border-radius: 0.5rem;
 }
 .hoofdpagina_video {
   display: block;
   width: 400px;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 6rem;
 }
 footer {
   box-sizing: border-box;
   width: 100%;
   padding: 2rem;
   background-color: #A31A75;
   color: white;
 }
 .footer_container_adres_contact_juridisch_facebooknieuws {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   box-sizing: border-box;
   width: 950px;
   padding: 0;
   padding-bottom: 2rem;
   margin-left: auto;
   margin-right: auto;
   border-bottom: 1px solid lightgrey;
 }
 .footer_div_adres, .footer_div_contactgegevens, .footer_div_juridisch, .footer_div_facebooknieuws {
   margin: 2rem;
 }
 .footer_p_copyright_design {
   text-align: center;
   padding-top: 2rem;
 }
}

@media screen and (min-width: 1381px) {
   header {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
   }
   .header_container_div_contactgegevens {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.75rem;
    background-color: #A31A75;
   }
   .header_div_fb_linkedin, .header_div_telefoonnummer_email {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 50%;
     padding: 0;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      margin-left: 5%;
      color: white;
   }
   .header_contact_icons_img {
      width: 30px;
      height: auto;
      border-radius: 2rem;
   }
   .header_telefoon_icon_img, .header_telefoonnummer_p {
    display: inline-block;
    margin-right: 7.5%;
   }
   .header_container_div_logo_menu {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 100%;
   }
   .header_div_logo_menu {
      box-sizing: border-box;
      width: 35%;
   }
   .header_uitklapmenu_a {
      display: none;
   }
   .header_uitklapmenu_nav {
      display: none;
   }
   .header_logo_menu_img {
      width: 200px;
      height: auto;
      margin-left: 25%;
   }
   .header_nav_menu {
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      width: 60%;
      margin-left: 10%;
   }
   .header_ul_menu {
      display: flex;
      flex-direction: row;
      list-style: none;
   }
   .header_li_menu {
      margin-right: 4%;
   }
   .header_a_menu {
      text-decoration: none;
      font-size: 1.2rem;
   }
   .header_a_menu_secundair {
      color: #A31A75;
      pointer-events: none;   
      cursor: default;  
}
   .header_intro_img {
      width: 100%;
      height: auto;
   }
   h1 {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-size: 4rem;
   }
   .tweede_nav_gordijnen_kleding_hoezen {
      box-sizing: border-box;
      padding: 0;
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 4rem;
      margin-bottom: 4rem;
   }
   .tweede_nav_ul_gordijnen_kleding_hoezen {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      box-sizing: border-box;
      width: 100%;
      padding: 0;
      margin: 0;
   }
   .gordijnen_kleding_hoezen_li {
      list-style-type: none;
   }
   .gordijnen_kleding_hoezen_a {
      text-decoration: none;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      border-radius: 0.5rem;
      color: white;
      font-size: 1.25rem;
   }
   .section_welkom {
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      width: 1200px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .section_welkom_img {
      width: 600px;
      height: auto;
      border-radius: 2rem;
   }
   .welkom_section_div {
      box-sizing: border-box;
      width: 400px;
      margin-left: 50px;
   }
   h2 {
      font-size: 1.75rem;
      color: #333333;
   }
   .section_welkom_p {
      font-size: 1.15rem;
      color: #555555;
   }
     .div_openingstijden {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 100%;
      padding: 1rem;
      background-color: #A31A75;
   }
   .openigstijden_a {
      padding: 1rem;
      background-color: #333333;
      color: white;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
   }
   .section_werkwijze {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      box-sizing: border-box;
      width: 1200px;
      padding: 0;
      margin-top: 6rem;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .div_werkwijze {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 500px;
   }
   h3 {
      font-size: 2rem;
   }
   h4 {
      font-size: 1.5rem;
   }
   .p_werkwijze {
      font-size: 1.25rem;
   }
   .werkwijze_img {
      width: 500px;
      height: 667px;
      border-radius: 2rem;
   }
   .container_prijzen_video {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      width: 1250px;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 6rem;
   }
   .section_prijzen {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      width: 550px;
      height: 300px;
      padding: 1rem;
      background-color: #f26fe5;
      color: white;
      margin: 0;
      border: 1px solid lightgrey;
      border-radius: 1rem;
   }
   .p_prijzen {
      font-size: 1.25rem;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
   }
   .a_prijzen {
      box-sizing: border-box;
      padding: 1.25rem 2rem;
      background-color: #A31A75;
      text-align: center;
      text-decoration: none;
      color: white;
      font-size: 1.5rem;
      border-radius: 0.5rem;
 }
 .hoofdpagina_video {
   display: block;
   width: 400px;
   height: auto;
   margin: 0;
 }
 footer {
   box-sizing: border-box;
   width: 100%;
   padding: 2rem;
   background-color: #A31A75;
   color: white;
 }
 .footer_container_adres_contact_juridisch_facebooknieuws {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   box-sizing: border-box;
   width: 1100px;
   padding: 0;
   padding-bottom: 2rem;
   margin-left: auto;
   margin-right: auto;
   border-bottom: 1px solid lightgrey;
 }
 .footer_div_adres, .footer_div_contactgegevens, .footer_div_juridisch, .footer_div_facebooknieuws {
   margin: 2rem;
 }
 .footer_p_copyright_design {
   text-align: center;
   padding-top: 2rem;
 }
}