    .Aside {
        background-color: #424242;
        position: relative;
        width: 15%;
        transition-duration: 2s;
    }
    
    .Navigation {
        color: white;
        z-index: 1;
        letter-spacing: 5px;
        width: 100%;
        background-color: #585858;
        padding: 0.01%;
        border-bottom: 1px solid white;
    }
    
    #NavMargin {
        margin-top: 5%;
        background-color: #424242;
    }
    
    .Navigation p {
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        color: white;
    }
    
    .Page label i {
        font-size: 30px;
        padding-left: 0.5%;
        padding-top: 0.5%;
        margin-bottom: 1.4%;
        z-index: 2;
        position: absolute;
        color: white;
        transition-delay: 0.8s;
        transition-duration: 1s;
        cursor: pointer;
    }
    
    .NavigationSection {
        background-color: #424242;
        position: relative;
        z-index: 0;
    }
    
    .Social {
        display: flex;
        align-content: center;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin: 1%;
        font-size: 20px;
        color: white;
    }
    
    .Social i {
        font-size: 30px;
        width: 10%;
        padding: 0.1%;
        margin: 5%;
        margin-left: 2%;
    }
    
    .Social p {
        width: 70%;
    }
    
    .Page {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    /* -- Content verschuiving -- */
    
    input:checked~section {
        transform: translate(-117%, 0%);
        -ms-transform: translate(-117%, 0%);
    }
    
    input:checked~.Content {
        transform: translate(-15.5%, 0%);
        -ms-transform: translate(-15.5%, 0%);
    }
    
    input:checked~label i {
        color: black;
    }
    
    input:checked~aside {
        transform: translate(-88%, 0%);
        -ms-transform: translate(-88%, 0%);
    }
    /* -- Input Logo Tijdlijn -- */
    
    input:checked~article div picture {
        transform: translate(-40%, 0%);
        -ms-transform: translate(-40%, 0%);
        display: flex;
    }
    
    .Content {
        width: 85%;
        transition-duration: 2s;
        display: flex;
        flex-wrap: wrap;
    }
    
    #Check {
        display: none;
    }
    /* -- First Article -- */
    
    .FirstArticle {
        width: 100%;
        margin: 1%;
        position: relative;
        background-color: #A4A4A4;
        -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
    }
    
    .FirstArticle h1 {
        color: #eeeeee;
        letter-spacing: 2px;
        font-family: sans-serif;
    }
    
    .SecondArticle {
        width: 34%;
        margin: 1%;
        position: relative;
        background-color: #A4A4A4;
        -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
    }
    
    .Picture {
        width: 26%;
        margin: 1%;
        display: flex;
        justify-content: center;
    }
    
    .Picture img {
        -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
    }
    
    aside {
        width: 15%;
        position: absolute;
        left: 100%;
        z-index: 1;
        transition-duration: 2s;
    }
    
    aside img {
        width: 85%;
        margin-top: 5%;
        margin-bottom: 27%;
    }
    /* -- Over Mij -- */
    
    #OverMij {
        display: flex;
        align-content: center;
        justify-content: center;
        position: relative;
    }
    
    #OverMij h1 {
        border-bottom: 1px solid grey;
        text-align: center;
    }
    /* -- ASIDE -- */
    
    .AsideLogo img {
        width: 62%;
    }
    
    .AsideLogo {
        width: auto;
        position: relative;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        display: none;
        right: -60%;
    }
    /* -- Project 1 -- */
    
    .Project1 {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
    }
    
    .Progress {
        width: 95%;
        height: 10%;
        border-radius: 10px;
        border: 1px solid black;
        position: relative;
    }
    
    .Procent {
        width: 25%;
        height: 100%;
        border-radius: 10px;
        background-color: #FE9A2E;
        padding-left: 2%;
        color: white;
        font-size: 20px;
    }
    
    #ProjectPagina h3 {
        width: 100%;
        height: 10%;
    }
    /* Home 2.0 */
    
    .HomePaige {
        width: 100%;
        position: absolute;
        left: 0%;
        top: 42%;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .blend {
        position: absolute;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: rgb(242, 242, 242, 0.2);
    }
    
    .HomePaige h1 {
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 15px;
        position: relative;
        color: black;
    }
    
    .HomePaige h2 {
        width: 95%;
        text-align: center;
        font-size: 30px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        letter-spacing: 8px;
        color: #eeeeee;
        position: relative;
    }
    
    .HomePaige p {
        color: white;
        font-size: 17px;
        margin-top: 11%;
        bottom: 100%;
        width: 100%;
        text-align: center;
    }
    
    .HomePaige div {
        width: 90%;
        animation: backgroundMove 35s linear 1ms infinite;
        transition: all 0.2s ease-in-out;
    }
    
    .BodyHome {
        background-image: url("AchtergrondHome.jpeg");
        background-color: #cccccc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    
    .HomePaige section {
        width: 15%;
        min-width: 175px;
        border: 1.5px solid white;
        color: white;
        background-color: none;
        font-size: 20px;
        padding: 0.5%;
        letter-spacing: 8px;
        text-align: center;
        position: relative;
        -webkit-animation: mymove 2s ease;
        animation: mymove 2s ease;
        animation-duration: 2s ease;
    }
    
    .HomePaige a {
        display: flex;
        align-content: center;
        justify-content: center;
        margin-top: 2%;
        animation-delay: 4s;
        animation-duration: 1.5s;
    }
    
    .HomePaige section:hover {
        color: black;
        background-color: #BDBDBD;
        opacity: 0.8;
        cursor: pointer;
    }
    /* -- ANIMATION -- */
    
    @-webkit-keyframes mymove {
        from {
            left: -100%;
        }
        to {
            left: 0%;
        }
    }
    
    @keyframes mymove {
        from {
            left: -100%;
        }
        to {
            left: 0%;
        }
    }
    
    @-webkit-keyframes backgroundMove {
        0% {
            transform: scale(1)
        }
        50% {
            transform: scale(1.11)
        }
    }
    
    @keyframes backgroundMove {
        0% {
            transform: scale(1)
        }
        50% {
            transform: scale(1.11)
        }
    }
    /* -- Over Mij -- */
    
    .OverMijContent {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .Intro {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background-color: rgb(223, 194, 152);
        min-height: 200px;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .Intro h2 {
        font-size: 3.0em;
        color: #eeeeee;
        z-index: 2;
    }
    
    .SidePicture {
        width: 100%;
        max-height: 450px;
        display: flex;
        margin-top: 1%;
    }
    
    .SidePicture img {
        max-width: 245px;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .MoreAbout {
        display: none;
        margin: 1.5%;
    }
    
    #OverI i {
        color: grey;
        margin: 0;
        position: relative;
        font-size: 40px;
        cursor: pointer;
    }
    
    .Row label {
        margin-right: 1%;
    }
    
    #checkBox1 {
        display: none;
    }
    
    input[type=checkbox]:checked~picture {
        display: flex;
    }
    
    input[type=checkbox]:checked~article {
        display: none;
    }
    
    input[type=checkbox]:checked~section {
        display: none;
    }
    
    #JipvanHeugten {
        width: 100%
    }
    
    .header-blend {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.1);
        z-index: 1;
    }
    
    .FirstIntroduction {
        width: 100%;
        margin-left: 1%;
        position: relative;
        background-color: #ccd9ff;
        opacity: 0.9;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        background-image: url("backgroundGradient.PNG");
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .Competentions {
        width: 100%;
        background-color: #D8D8D8;
        margin-top: 1%;
        opacity: 0.9;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .Row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .CompetentionHeader {
        width: 100%;
        margin-top: 1%;
        background-image: url("VaardighedenBackground.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 200px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .CompetentionHeader h2 {
        width: 100%;
        font-size: 3.0em;
        padding-left: 8%;
        margin-top: 4%;
        color: #eeeeee;
    }
    
    .TimeLineHeader {
        width: 100%;
        margin-top: 1%;
        background-color: #dfc298;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .TimeLineHeader h2 {
        font-size: 3.0em;
        color: #1C1C1C;
        margin: 1%;
    }
    
    .TimeLineHeader p {
        color: black;
        text-align: center;
        min-width: 280px;
        background-color: #D8D8D8;
        opacity: 0.8;
        cursor: pointer;
        -webkit-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 18px -5px rgba(0, 0, 0, 0.75);
    }
    /* -- Navigation Over Mij -- */
    
    .Nav {
        width: 100%;
        margin-bottom: 1%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .Nav li {
        color: #eeeeee;
        list-style: none;
        font-size: 22px;
        padding: 1%;
        text-align: center;
        border-right: 1px solid #eeeeee;
    }
    
    .Nav li:hover {
        background-color: #eeeeee;
        color: black;
        opacity: 0.7;
        border-radius: 3px;
    }
    
    .Nav a {
        width: 10%;
        min-width: 125px;
    }
    /* -- Contact -- */
    
    .ContactHeader {
        width: 100%;
        background-image: url("AchtergrondContact.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 200px;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .ContactHeader h2 {
        width: 60%;
        position: relative;
        font-size: 3.0em;
        left: 40%;
        top: 6%;
        color: #eeeeee;
    }
    
    .Block {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 18%;
        min-width: 113px;
        margin: 1%;
        border: 1px solid #D8D8D8;
        cursor: pointer;
        -webkit-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        -moz-box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
        box-shadow: 2px 2px 9px 0px rgba(164, 164, 164, 1);
    }
    
    .Block i {
        font-size: 4.5em;
        margin: 19%;
    }
    
    #Facebook:hover {
        color: #eeeeee;
        background-color: #045FB4;
        border: none;
    }
    
    #Email:hover {
        color: #eeeeee;
        background-color: #FF4000;
        border: none;
    }
    
    #Phone:hover {
        color: #eeeeee;
        background-color: #58FA58;
        border: none;
    }
    
    #Linkedin:hover {
        color: #eeeeee;
        background-color: #2E64FE;
        border: none;
    }
    
    #Twitter:hover {
        color: #eeeeee;
        background-color: #58ACFA;
        border: none;
    }
    
    #Contactform {
        flex-wrap: wrap;
        border: none;
    }
    /* CSS Remake */
    
    #introHeader {
        font-size: 1.8em;
        margin-left: 1%;
        margin-bottom: 1.5%;
    }
    
    #headerDash {
        background-color: #f2f2f2;
        width: 120px;
        height: 7px;
        margin-left: 1%;
    }
    
    .cvButton:hover {
        background-color: #58ACFA;
    }
    
    * {
        box-sizing: border-box
    }