@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400&display=swap');

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background-color: #fff;
}

header {
    background-color: #fff;
    padding: 2%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

header .logo {
    flex-shrink: 0;
}

header .logo img {
    margin-top: 1%;
    width: 10%;
    height: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    margin-right: 20px;
}

.nav-menu li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 10px;
}

.nav-menu li a:hover {
    color: #28b487;
}

.contact-btn {
    background-color: #28b487;;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-transform: uppercase;
}

.intro {
    display: flex;
    justify-content: space-between;
    padding: 50px 10%;
    background-color: #F4C37E;
}


.appointment-btn {
    background-color: #28b487;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
}

.yvofit-logo {
    position: absolute;
    top: 1%;
    left: 5%;
    width: 175px; 
    height: auto;
}
.nav-menu{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 20px;
    padding: 1.7%;
}
.container-about {
    background-color: #F4C37E;
    display: flex;
    justify-content: space-between;
    height: 813px;
    width: 100%;
}
    
.text-section h2 {
    font-family: 'sans-serif', Pacifico;
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 24px;
    line-height: 36px;
    margin-top: 13.5%; 
    margin-left: 22.5%;
  }
  
.text-section h1 {
    font-family: 'Crimson Pro';
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 60px;
    line-height: 70px;
    margin-top: -0.2%; 
    margin-left: 22.5%;
    max-width: 40%;
  }
  
.text-section p {
    font-family: 'Work Sans';
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 18px;
    line-height: 33px;
    margin-top: -0.2%; 
    margin-left: 22.5%;
    max-width: 52%;
  }
  
button:hover {
    background-color: #2BB3A5;
  }
  
.image-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
} 

.image-section img {
    width: 130%; 
    height: auto; 
}

.elementor-widget-container h2 {
    font-family: 'Crimson Pro';
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 30px;
    line-height: 62px;
    margin-left: 15%;
    margin-top: 15%;
    max-width: 60%;
}

.container-intrigeren {
    display: flex;
    justify-content: space-between;
    margin-top: 20%;
  }

  .text-intrigeren h2 {
    font-family: 'sans-serif', Pacifico;
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 24px;
    line-height: 36px;
    margin-left: 5%;
  }
  
.text-intrigeren h1 {
    font-family: 'Crimson Pro';
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 48px;
    line-height: 67px;
    margin-left: 5%;
  }
  
.text-intrigeren p {
    font-family: 'Work Sans';
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 18px;
    line-height: 33px;
    max-width: 50%;
    margin-left: 5%;
  }

.image-intrigeren {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 30%;
} 

.image-intrigeren img {
    width: 400%; 
    height: auto;
    border-radius: 8px; 
}
.elementor-section {
    padding: 10%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-top: 10%;
    width: 80%; 
}

.elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    width: 70%; 
    margin-left: 10%;
    margin: 0 auto;
}

.elementor-column {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px; 
}

.elementor-icon-wrapper {
    margin-bottom: 15px;
}

.elementor-icon {
    font-size: 50px;
    color: #2FA582;
}


.elementor-heading-title {
    font-family: 'Crimson Pro';
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-top: 10px;
}

.elementor-section-title {
    font-family: 'Crimson Pro';
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 48px;
    line-height: 62px;
}

.contact-section {
    background-color: #F4C37E; 
    padding: 50px 20px;
    width: 100%;
}

.contact-info {
    margin-left: 20%;
}

.contact-info h1 {
    font-family: 'Pacifico', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 24px;
    line-height: 36px;    
}

.contact-info h2 {
    font-family: "Crimson Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 48px;
    line-height: 67px;
}

.contact-info p {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 18px;
    line-height: 33px;
}

form {
    gap: 20px;
    max-width: 700px; 
    margin: 0 auto;
    margin-left: 0;
    margin-left: 20%;
}

.form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 18px;
    line-height: 33px;
}

.form-group.half-width {
    flex-direction: row; 
    gap: 20px;
}

input, textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 18px; 
    width: 100%;
    font-size: 16px;
}

button {
    padding: 15px;
    background-color: #4D4035;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    width: 150px;
    margin: 1%;
}

button:hover {
    background-color: #333;
}

.main-content {
    padding: 100px 20px;
    margin-left: 10%;
    margin-top: 5%;
}

.fas.fa-bullhorn {
    font-size: 50px;   
    color: #6ADAB4;    
    margin-right: 10%; 
}

.main-content h1 {
    font-family: "Crimson Pro", sans-serif;
    font-weight: 400;
    color: rgb(0, 0, 0); 
    font-size: 48px;
    line-height: 62px;
}

.container-Vitaliteit {
    display: flex;
    justify-content: space-between;
    margin-top: 10%;
  }

  .text-Vitaliteit h2 {
    font-family: 'sans-serif', Pacifico;
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 24px;
    line-height: 36px;
    margin-left: 5%;
  }
  
.text-Vitaliteit h1 {
    font-family: 'Crimson Pro';
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 48px;
    line-height: 67px;
    margin-left: 5%;
  }
  
.text-Vitaliteit p {
    font-family: 'Work Sans';
    font-weight: 400;
    color: rgb(80, 69, 56);
    font-size: 18px;
    line-height: 33px;
    max-width: 50%;
    margin-left: 5%;
  }

.image-Vitaliteit {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 10%;
} 

.image-Vitaliteit img {
    width: 100%; 
    height: auto;
    border-radius: 8px; 
}
.container_contact {
    width: 100%;  
    background-color: #504538;
    color: #ffffff;
    padding-top: 2%;
    margin-top: 5%;
}
.container_contact_inner{
    margin-left: 20%;
    display: flex;
}

.left_section, .middle_section, .right_section {
    margin-right: 10%;
}

.left_section a {
    font-family: 'Crimson Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(255, 255, 255); 
    font-size: 18px;
    line-height: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 10px;
}

ul li a {
    text-decoration: none;
    color: white;
}

ul li a:hover {
    text-decoration: underline;
}

.middle_section h2 {
    font-family: 'Crimson Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: rgb(255, 255, 255); 
    font-size: 38px;
    line-height: 38px;
    margin-top: 2%;
}

.middle_section ul li {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(106, 218, 180);
    font-size: 16px;
    line-height: 30px;
}

.social_media_section ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
}

.social_media_section ul li {
    margin-right: 15px;
}

.fa-facebook, .fa-instagram, .fa-youtube, .fa-linkedin, .fa-spotify {  
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 25px;
    width: 10px;
    height: 10px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    background: #68C6B8; 
    border-radius: 50%; 
    color: black;
}

.fas.fa-phone-alt {  
    font-size: 25px;  
    color: #6ADAB4;    
    margin-right: 2%; 
}

.far.fa-envelope {  
    font-size: 25px;  
    color: #6ADAB4;    
}

.right_section {
    font-family: "Crimson Pro", sans-serif; 
    font-weight: 600; 
    font-size: 20px; 
    line-height: 25px; 
    color: rgb(255, 255, 255);
}

.right_section a {
    color: rgb(255, 255, 255);
    text-decoration: none; 
}

.right_section a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline; 
}
@media (max-width: 1050px) {
    .container-intrigeren {
        display: flex;
        justify-content: space-between;
        margin-top: 20%;
      }
      .image-intrigeren {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: 30%;
    } 
    
    .image-intrigeren img {
        width: 250%; 
        height: auto;
        border-radius: 8px; 
        margin-top: 30%;
    }
    
}
@media (max-width: 850px) {
    header {
        background-color: #fff;
        padding: 2%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    
    header .logo {
        flex-shrink: 0;
        margin-right: 5px;
    }
    
    header .logo img {
        width: auto;
        height: 40px;
        margin-top: 0;
    }
    
    header nav {
        display: flex;
        align-items: center;
        margin: 0;
        padding-left: 0;
    }
    
    .nav-menu {
        display: flex;
        list-style: none;
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 13px;
        line-height: 20px;
        margin: 0;
        padding-left: 40%;
    }
    
    .nav-menu li {
        margin-right: 11px;
    }
    
    .nav-menu li:first-child {
        margin-left: 0;
    }
    
    .nav-menu li a {
        text-decoration: none;
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        padding: 0;
    }
    
    .nav-menu li a:hover {
        color: #28b487;
    }
    
    .contact-btn {
        background-color: #28b487;
        color: white;
        padding: 8px 15px;
        border-radius: 20px;
        text-transform: uppercase;
        margin-left: 10px;
    }
    .container-about {
        background-color: #F4C37E;
        display: flex;
        justify-content: space-between;
        height: 100%;
        width: 110%;
    }
    .text-section h2 {
        padding-top: 10%;
        font-family: 'sans-serif', Pacifico;
        font-weight: 400;
        color: rgb(80, 69, 56);
        font-size: 24px;
        line-height: 36px;
        margin-top: 13.5%; 
        margin-left: 22.5%;
    }
      
    .text-section h1 {
        font-family: 'Crimson Pro';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 40px;
        line-height: 70px;
        margin-top: -0.2%; 
        margin-left: 22.5%;
        max-width: 70%;
    }
    .image-section {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    } 
    
    .image-section img {
        width: 120%; 
        height: auto; 
    }
    
    .elementor-widget-container h2 {
        font-family: 'Crimson Pro';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 30px;
        line-height: 62px;
        margin-top: 15%;
        max-width: 80%;
        margin-left: 10%;
    }
    .container_contact {
        width: 100%;  
        background-color: #504538;
        color: #ffffff;
        padding-top: 2%;
    }
    .container_contact_inner{
        display: inline; 
    }

    .left_section, .middle_section, .right_section {
        margin-left: 20%;
    }

    .left_section a {
        font-family: 'Crimson Pro', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: rgb(255, 255, 255); 
        font-size: 18px;
        line-height: 20px;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    ul li {
        margin-bottom: 10px;
    }

    ul li a {
        text-decoration: none;
        color: white;
    }

    ul li a:hover {
        text-decoration: underline;
    }

    .middle_section h2 {
        font-family: 'Crimson Pro', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: rgb(255, 255, 255); 
        font-size: 38px;
        line-height: 38px;
        margin-top: 2%;
    }

    .middle_section ul li {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        color: rgb(106, 218, 180);
        font-size: 16px;
        line-height: 30px;
    }

    .social_media_section ul {
        display: flex;
        justify-content: flex-start;
        padding: 0;
    }

    .social_media_section ul li {
        margin-right: 15px;
    }

    .fa-facebook, .fa-instagram, .fa-youtube, .fa-linkedin, .fa-spotify {  
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        font-size: 25px;
        width: 10px;
        height: 10px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        background: #68C6B8; 
        border-radius: 50%; 
        color: black;
    }

    .fas.fa-phone-alt {  
        font-size: 25px;  
        color: #6ADAB4;    
        margin-right: 2%; 
    }

    .far.fa-envelope {  
        font-size: 25px;  
        color: #6ADAB4;    
    }

    .right_section {
        font-family: "Crimson Pro", sans-serif; 
        font-weight: 600; 
        font-size: 20px; 
        line-height: 25px; 
        color: rgb(255, 255, 255);
    }

    .right_section a {
        color: rgb(255, 255, 255);
        text-decoration: none; 
    }

    .right_section a:hover {
        color: rgb(255, 255, 255);
        text-decoration: underline; 
    }
    .text-intrigeren h2 {
        font-family: 'sans-serif', Pacifico;
        font-weight: 400;
        color: rgb(80, 69, 56);
        font-size: 24px;
        line-height: 36px;
        margin-left: -10%;
    }
      
    .text-intrigeren h1 {
        font-family: 'Crimson Pro';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 48px;
        line-height: 67px;
        margin-left: -10%;
    }
      
    .text-intrigeren p {
        font-family: 'Work Sans';
        font-weight: 400;
        color: rgb(80, 69, 56);
        font-size: 18px;
        line-height: 33px;
        max-width: 50%;
        margin-left: -10%;
    }
    .elementor-section {
        padding: 10%;
        background-color: #f5f5f5;
        margin-bottom: 20px;
        margin: 0 auto;
        margin-top: 10%;
        width: 80%; 
    }
    
    .elementor-container {
        display: inline;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        width: 70%; 
        margin-left: 10%;
        margin: 0 auto;
    }
    
    .elementor-column {
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 200px; 
        margin-top: 10%;
    }
    
    .elementor-icon-wrapper {
        margin-bottom: 15px;
    }
    
    .elementor-icon {
        font-size: 50px;
        color: #2FA582;
    }
    
    
    .elementor-heading-title {
        font-family: 'Crimson Pro';
        font-weight: 500;
        color: rgb(0, 0, 0);
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        margin-top: 10px;
    }
    
    .elementor-section-title {
        font-family: 'Crimson Pro';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 48px;
        line-height: 62px;
        margin-left: 20%;
    }
    .text-Vitaliteit h2 {
        font-family: 'sans-serif', Pacifico;
        font-weight: 400;
        color: rgb(80, 69, 56);
        font-size: 24px;
        line-height: 36px;
        margin-left: -20%;
    }
      
    .text-Vitaliteit h1 {
        font-family: 'Crimson Pro';
        font-weight: 400;
        color: rgb(0, 0, 0);
        font-size: 48px;
        line-height: 67px;
        margin-left: -20%;
    }
      
    .text-Vitaliteit p {
        font-family: 'Work Sans';
        font-weight: 400;
        color: rgb(80, 69, 56);
        font-size: 18px;
        line-height: 33px;
        max-width: 50%;
        margin-left: -20%;
    }
    .image-Vitaliteit img {
        width: 1%; 
        height: auto;
        border-radius: 8px; 
    }
}