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;
}
.h2_p_werkwijze {
   margin-top: 1rem;
   margin-bottom: 1rem;
}
footer {
   opacity: 0;
   transition: opacity 3s ease;
}
footer.fade-in {
   opacity: 1;
}
.gordijnen_section {
   opacity: 0;
   transition: opacity 3s ease;
}
.gordijnen_section.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 */
}
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: 8px;
     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;
   }
   .header_contactgegevens_a {
      display: flex;
      align-items: center;
      margin-left: 5%;
      padding: 0.5rem;
      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
   }
   h1 {
      text-align: center;
      font-size: 5vw;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
 .gordijnen_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
   } 
    .h2_p_werkwijze {
      box-sizing: border-box;
      width: 90%;
    margin-top: 3rem;
    margin-bottom: 3rem;
   }
   .img_gordijnen {
    width: 85%;
    height: auto;
    border-radius: 3rem;
   }
  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
   }
   h1 {
      text-align: center;
      font-size: 2rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
 .gordijnen_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
   } 
    .h2_p_werkwijze {
      box-sizing: border-box;
      width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
   }
   .img_gordijnen {
    width: 85%;
    height: auto;
    border-radius: 3rem;
   }
  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 {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 40%;
     padding: 0;
   }
   .header_div_telefoonnummer_email {
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     width: 60%;
     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
   }
   h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
.gordijnen_section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
   } 
    .h2_p_werkwijze {
    margin-top: 3rem;
   }
   .img_gordijnen {
    width: 325px;
    height: auto;
    border-radius: 3rem;
   }
 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;  
}
   h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
   }
  .gordijnen_section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
   } 
    .h2_p_werkwijze {
    margin-top: 3rem;
   }
   .img_gordijnen {
    width: 425px;
    height: auto;
    border-radius: 3rem;
   }
 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;  
}
   h1 {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-size: 3rem;
   }
.gordijnen_section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
   }
   .h2_p_werkwijze {
    margin-top: 3rem;
   }
   .img_gordijnen {
    width: 500px;
    height: auto;
    border-radius: 3rem;
   }
 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;  
}
   h1 {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-size: 3rem;
   }
   .gordijnen_section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
   }
     .h2_p_werkwijze {
    margin-top: 3rem;
   }
   .img_gordijnen {
    width: 500px;
    height: auto;
    border-radius: 3rem;
   }
 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;
 }
}