@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
:root { /*is overal in je webpagina van toepassing*/
    --primary-color: rgb(0 44 80);
    --primary-bg-color: white;
    --secundary-bg-color: rgb(222 220 0);
    --primary-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --secundary-font: 'secundary-font', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;   
}
@font-face {
    font-family: 'secundary-font';
    src: url(../fonts/CronusRound-KA6y.ttf) ;
} 
ul {
    list-style-image: url(../img/asterisk.svg);
  }
* {
    font-family: var(--primary-font);
    margin: 0px;
    padding: 0px;
    box-sizing: border-box; 
    color: var(--primary-color);
}   
body {    
    background-color: var(--primary-bg-color);
    overflow-x: hidden;
}
/*HEADER*/
.main-header {
    background-color: var(--primary-bg-color);
    padding: 2% 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 10vh;
    background-color: var(--secundary-bg-color);
}
.main-header__logo {
    height: 100%;
}
.main-header__quote {
    font-family: var(--secundary-font);
    display: none;
}  
.main-header__hamburger {
    font-size: 3em;
}
.main-header__menu {
    display: none;
    list-style: none;    
    width: 95%;
    height: auto;
    position: fixed;
    top: 11vh;
    right: 5%;
    color: rgb(0 44 80);
    text-align: right;
    z-index: +99;
}
.main-header__menu-item a{
    font-family: var(--secundary-font);
    display: inline-block; 
    background-color: var(--secundary-bg-color);
    width: 95%;
    padding: 2% 10%;
    text-decoration: none;
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 1%;
    font-weight: bold;  
    text-align: center;
}
/*MAIN*/
.main-content {
    background-color: var(--primary-bg-color);
    height: 75vh;
    width: 100vw;
    padding: 0% 5%;
    position: flex;
    font-size: 1.1em;
}
.main-content__about-me {    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;   
    position: relative; 
    padding: 1% 0% 0% 0%;
}
            .main-content__about-me-quote {    
                width: 60%;
                font-family: var(--secundary-font);
                border-style: none;   
                color: var(--primary-color);
                padding: 14% 5% 3% 0%;
                position: relative;
            }
.main-content__offer {
    padding: 3% 5% 3% 5%;  
    position: relative; 
    background-color: var(--secundary-bg-color);
    width: auto;
}
            .main-content__offer-title {
                font-family: var(--primary-font);
                font-weight: bold;  
                font-size: 1.3em;  
                border-style: none;   
                padding: 0% 0% 2% 0%;
            }
            .main-content__offer-list {
                width: 100%;
                height: auto;
                padding: 0% 0% 2% 4%;
            }
            .main-content__about-me-profile {
                border-style: none;   
                padding: 0%;
                width: 35%;
                border-radius: 15px;    
                position: relative;
            }
            .main-content__offer-list-item {
                padding: 1%;
            }   
            .main-content__about-me-profile-title {    
                width: 65%;
                padding-left: 5%;
                display: inline-block;
                font-size: 1.3em;
                font-weight: bold;
                
            }  
            .main-content__about-me-intro {
                width: 100%;
                height: auto;                 
                padding: 3% 0%;
                background-color: var(--primary-bg-color);
                position: relative;
                font-size: 1em;    
            }
            .main-content__about-me-intro-DDB {
                text-align: right;
                position: absolute;
                bottom: 2%;
                right: 2%;
                font-size: 1em;
            }

.floating_text {
    font-size: 0.9em;
    display: flex;
    width: 90%;
    position: absolute;
    top: 10%;
    right: 5%; 
    display: none;
}

/*AANBOD*/
.main-services-title {
    font-family: var(--secundary-font);
    font-size: 2.4em;
    font-weight: bold;
    padding: 2% 5% 0% 5%;
    height: auto;
}
.main-services {
    width: 100%;
    min-height: max-content;
    padding: 0% 5%;  
}
.main-services__offer {
    width: 95%;
    margin: 0% 5% 5% 5%;
}
.main-services__offer-title {
    font-size: 1.2em;
    font-style: italic; 
    height: auto; 
    width: 100%;    
    padding-top: 5%;
}
.offer-title {
    font-size: 1.1em;
}
.offer-subtitle {
    font-size: 1.1em;
}
.toggle {
    /*height: 100%;*/
    padding: 5% 2% 2% 5%;
    width: 100%;
    display: none;
}
.main-services__offer-list {
    font-size: 1.1em;
    width: 100%;      
    height: auto;
    padding: 2% 0% 0% 2%;
}
.main-services__offer-list4 {
    font-size: 1em;
    width: 100%;      
    height: auto;
    padding: 0% 0% 0% 8%;
    list-style: circle;
}
.main-services-img {
    max-width: 100%;
    border-radius: 5px; 
}
.main-services__offer-btn {
    margin-left: 8%;
    background-color: var(--secundary-bg-color);
    padding: 0% 3%;
    border-radius: 5px;
    border: none;
    width: 10%; 
    font-weight: normal;
    transition-duration: 0.4s;
    cursor: pointer;
}

.toggle {
    
}

/*REFERENTIES*/
.main-references {
    background-color: var(--primary-bg-color);    
    padding: 1% 5%;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;   
}
.main-references-container {
    height: auto;
}
.main-references-title {
    font-family: var(--secundary-font);
    font-size: 2.4em;
    font-weight: bold;
    padding: 2% 5% 0% 0%;
    height: auto;
}
.main-references-subtitle {
    padding: 5% 5% 3% 1%;    
    font-size: 1.6em;
    width: 100%;
    font-style: italic;
}
.breedte {
    width: 100%;
}
.main-references-list-item {
    padding: 0% 1%;
    font-size: 0.9em;  
    list-style: decimal;
    width: 100%;
} 
.main-references-quotes {
    margin-top: 12%;
    font-size: 1em;
    padding-left: 1%;
}
.main-references-quotes-items {
    padding-top: 1%;
    font-size: 0.9em;  
    list-style: none;
    width: 100%;
    padding-left: 1%;
} 
.main-references-list-itemlink{
    padding-left: 2%;
    color: grey;
    
}

/*CONTACT*/
.main-contact{
    width: 100%;
    height: auto;
    padding: 0% 5%;    
}
.main-contact-title {
    font-family: var(--secundary-font);
    font-size: 2.4em;
    font-weight: bold;
    padding: 5% 5% 5% 0%;
    height: auto;
}
.main-contact-phone {
    padding-bottom: 5%;
    font-size: 1.4em;
}
.main-contact-email {
    padding-bottom: 5%;
    font-size: 1.4em;
}
.main-contact-linkedin {
    font-size: 1.4em;
    cursor: pointer;
}
.main-contact-linkedin a{
    text-decoration: none;
}
 

@media only screen and (min-width: 700px){
    .main-header__hamburger {
        display: none; 
    }
    .main-header__menu {
        position: static; /* position: fixed moet je eerst resetten vooraleer je de flexbox kunt toepassen, dat doe je door de waarde static te geven*/
        display: flex!important; /*met display: block zouden ze onder elkaar verschijnen, !important overruled wat jQuery automatisch doet namelijk overgaan naar diplay none, inline css heeft steeds voorrang dus wat er in jQuery doet komt eerst */
        align-items: center;
        justify-content: space-between;
        height: auto;
        width: 60%; 
        font-size: 1.4em; 
        }
    .main-header__menu-item a{
        margin: 0%;
        padding: 0%;
    }  
    .main-content__about-me {    
        padding-top: 5%;
    }
    .main-content__about-me-quote {    
        padding: 3% 5% 3% 0%;
    }
    .main-content__offer {
        background-color: white;
    }
    .floating_text {
        display: flex; 
   
    }
 
    /*AANBOD*/ 
    .main-services-img {
        max-width: 100%;
    } 
    
    
    /*REFERENTIES*/ 
    .main-references-subtitle {
        padding: 3% 5% 1% 0%;    
    } 
    .main-references-quotes {
        margin-top: 5%;
    }   
} 
@media only screen and (min-width: 900px) {
    .main-header {
        padding: 1% 5%;
        width: 100vw;
    }
    .main-header__menu {
        width: 45%; 
        font-size: 1.2em;  
    }    
    .main-header__quote {
        display: inline;
        font-size: 1em;
    }
    .main-header__menu-item a{
        font-size: 1.6em;
    }
    .main-content__about-me-quote {
        display: none;
    }
    .main-content__offer {
        margin-top: 3%;
    }
    .main-content__about-me-intro {  
        width: 70%;
    }

    /*AANBOD*/
    .main-services {
        width: 100%;
        padding: 1% 5%; 
        display: grid;
        grid-template-columns:  auto auto;    
    }   
    .main-services__offer {
        width: 100%; 
        height: auto;
        margin: 1% 0%;
        
    }
    .main-services__offer-list {
        width: 100%; 
        height: auto;
        margin: 1% 0%;
    }
    .main-services-img {
        width: 380px;
    }  
     
    /*REFERENTIES*/
    
} 

@media only screen and (min-width: 1300px){
    
    .main-content {
        position: relative;
    }
    .floating_text {
        position: absolute;
        top: 2%;
    }
    .main-header__menu {
        width: 45%; 
        font-size: 1.4em; 
    }
    .main-header__menu-item a{
        font-size: 1.8em;
    }

    .main-content__about-me {  
        height: 60%;
        position: relative;
        top: 12%;
    }
    .main-content__about-me-profile {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 35%;
    }    
    .main-content__about-me-profile-title {
        position: absolute;
        top: 15%;
        left: 35%;
        padding-top: 3%;
        width: 25%;
    }
    .main-content__about-me-intro {  
        position: absolute;
        top: 70%;
        width: 55%;
    }
    .main-content__offer {
        position: absolute;
        top: 22%;
        left: 65%;
        padding: 2%;
        margin-right: 5%;
        background-color: var(--secundary-bg-color);
    }

    /*AANBOD*/   
  
    .main-services-img {
        width: 600px;
    }
     
    /*REFERENTIES*/

}
@media only screen and (min-width: 1900px) {
    .main-header__quote {
        font-size: 1.6em;
    } 
    .main-header__menu-item {
        font-size: 1.4em;
    }
 
    /*AANBOD*/
    .main-services-title {
        font-size: 3em;
    }
    .main-services {
        font-size: 1.6em;
    }
    .main-services-img {
        width: 600px;
    }
    
    /*REFERENTIES*/
}


   
   

     

