@chartset "UTF-8";

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {

    font-family: 'Assistant', sans-serif;
}

a:link {
    color: #662D91;
}

.logos {
    display: none;
}

header {
    height: 15rem;
}

header .logo-sit {
    width: auto;
}

header .logos {
    float: right;
}

.main-content {
    background-color: orange;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "first"
        "main-left"
        "main-center"
        "main-right"
        "footer"
    ;
}

.cursuspagina {
    padding: 0 2rem;
    margin: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "head"
        "title"
        "cursus-right"
        "cursus-left"
        "footer"
    ;
}

.bold {
    font-weight: 600;
}

.lijn {
    border-bottom: 1px solid black;
    padding-bottom: 2rem;
}

h3 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-top: 3rem;

}

h4 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 2rem;

}

h1 {
    padding: 1rem 0;
    font-size: 2.5rem;
    font-weight: 700;

}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
}

p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.6rem;
}

.head {
    grid-area: head;
    background-color: #662D91;
}

.head ul {
    display: flex;
    flex-direction: column;
}

.head ul li {
    list-style-type: none;
    text-align: left;
    padding: 1.5rem .5rem;
}

.head ul li a {
    color: white;
    font-size: 2.2rem;
    margin: 2rem;
    text-decoration: none;
}

.head ul li:hover {
    background-color: orange;
}


.main-content {}

.main-left {
    padding: 1rem;
    grid-area: main-left;
    background-color: white;
    margin-bottom: 2rem;

}

.main-center {
    padding: 1rem;
    grid-area: main-center;
    background-color: white;
    margin-bottom: 2rem;

}

.main-right {
    padding: 1rem;
    grid-area: main-right;
    background-color: white;
    margin-bottom: 2rem;

}

.footermenu {
    margin-top: 3rem;
    background-color: #662D91;
}

.footer {
    grid-area: footer;
}

.footer ul {
    display: flex;
    flex-direction: column;
}

.footer ul li {
    list-style-type: none;
    padding: 1rem 0;
}

.footer ul li a {
    padding-left: 2rem;
    color: black;
    font-size: 1.6rem;
    text-decoration: none;
    color: white;
}

.footer ul li:hover {
    background-color: orange;
}

.footerinfo {
    padding-left: 2rem;
    margin-top: 2rem;
    font-size: 1.4rem;
}

.cursus {
    width: 100%;
    height: 20rem;
    background-color: white;
}

.drone {
    background: no-repeat center/contain url(img/drone.jpg);
    background-color: white;
}

.ender {
    background: no-repeat center/contain url(img/3Dprinter.jpg);
    background-color: white;
}

.braccio {
    background: no-repeat center/contain url(img/braccio.jpg);
    background-color: white;
}

.raspberry {
    background: no-repeat center/contain url(img/raspberryPi.jpg);
    background-color: white;
}

.maqueen {
    background: no-repeat center/contain url(img/maqueen.jpg);
    background-color: white;
}

.oculus {
    background: no-repeat center/contain url(img/oculus.jpg);
    background-color: white;
}

.cursusfoto {
    width: 100%;
    height: 20rem;
}

.cursusfoto p {
    font-weight: 700;
    text-align: center;
}

.info a {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    background-color: #dcdcdc;
}

.info a {
    text-decoration: none;
    color: black;
}

.info a:hover {
    background-color: orange;
    color: white;
}

.kaart {
    position: relative;
    padding-bottom: 7rem;
}

.kaart h2 {
    position: absolute;
    bottom: 5rem;
    width: 100%;
    text-align: center;
}

.cursus-right h2 {
    margin-top: 2rem;
}

.cursus-right ul {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cursus-right ul li {
    font-weight: 400;
}

.cursus-left p.vet {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid black;
}

.cursus-left table {
    padding-top: 2rem;
    font-size: 1.6rem;
    width: 100%;
}

.cursus-left table th {
    text-align: left;
    margin: 0;
}

.cursus-left table td {
    vertical-align: top
}


.eerstekolom {
    width: 50%;
}

.logofooter {
    width: 50%;
    float: left;
}

@media screen and (min-width:800px) {

    body {
        margin: 0 10;
    }

    .logos {
        display: block;
    }

    .logos.homhot {
        margin-top: 2.5rem;
    }

    h1 {
        border-top: none;
    }

    h3,
    h4 {
        margin-left: 1rem;
    }

    .head ul {
        padding-left: 2rem;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .main-content {
        margin-left: 2rem;
    }

    .main-left {
        background-color: white;
    }

    .main-right {
        background-color: white;
    }

    .footermenu {
        margin-top: 3rem;
        border-top: .2rem solid orange;
        border-bottom: .2rem solid orange;
        background-color: white;
    }

    .footer ul {
        margin-left: 2rem;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer ul li a {
        padding: 1rem;
        color: #662D91;
    }

    .footerinfo {
        margin-left: 1rem;
    }

    .main-content {
        background-color: white;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 2rem;
        grid-template-areas:
            "first first first"
            "main-left main-center main-right"
            "footer footer footer"
        ;
    }

    .cursuspagina {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 2rem;
        grid-template-areas:
            "cursus-left cursus-right cursus-right"
            "footer footer footer"
        ;
    }

    .cursus-left {
        grid-area: cursus-left;
    }

    .cursus-right {
        grid-area: cursus-right;
        margin-left: 4rem;
    }

    .first {
        grid-area: first;
    }

    .kaart {
        height: 50rem;
        position: relative;
        border: 1px solid grey;
    }

    .kaart h1,
    .kaart p,
    .kaart h2 {
        padding: 1rem;
    }

    .kaart h2 {
        position: absolute;
        bottom: 5rem;
        width: 100%;
        text-align: center;

    }

    .cursus {
        position: absolute;
        bottom: 8rem;
    }

    .info {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }




}

@media screen and (min-width:1200px) {

    .container {
        width: 1200px;
        margin: 0 auto;
    }
}



































.end {}
