@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

h1 {
    font-family: 'source serif 4';
    line-height: 1.3em;
}

html,
body,
header,
figure,
ul,
button,
article,
div,
p,
section {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: auto;
    overflow-x: hidden;
    //overflow-y: hidden;
}

body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    font-size: calc(1vw + 1vh);
    background: #6d7883;
    color: #dce3e7;
    z-index: 0;
    position: absolute;
}

h1 {
    font-size: 3em;
    text-align: center;
    color: #0000ff;
    padding-top: 10px;
}

h2 {
    font-size: 2em;
    text-align: center;
    color: #31c62a;
    line-height: 0;
    font-family: 'source serif 4';
    padding-top: 1em;
    padding-bottom: .5em;
}

h3 {
    font-size: calc(1.5vw + 1.5vh);
}

/*bovenbalk*/

#bovenbalk {
    height: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #535b62;
}

#bovenbalk div {
    flex: 1;
    width: 100%;
    height: 100%;
}

#bovenbalk figure img {
    width: 60%;
}

#logotop figure a:hover {
    -webkit-tap-highlight-color: transparent;
}

/*hamburgermenu*/

.responsive_button {
    height: 20px;
    float: right;
    text-align: right;
    //margin-top: 5px;
    display: none;
}

.hamburger {
    height: 16px;
    width: auto;
    cursor: pointer;
    vertical-align: baseline;
}

#hamburger_menu {
    display: none;
    width: 100%;
    text-align: center;

}

#hamburger_menu ul li {
    display: block;
    width: 100%;
    background: #9da6aa;
    padding: 1em;
    border-bottom: 1px solid #535b62;
    font-weight: bold;
}



#hamburger_menu ul li a:link,
#hamburger_menu ul li a:visited {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: .9em;
}


#hamburger_menu ul li a:hover,
#hamburger_menu ul li a:active {
    color: #0000ff;
    -webkit-tap-highlight-color: transparent;
}


/*navigatie*/


header nav {
    flex: 1;
    background: #535b62;
    text-align: right;
    color: #9da6aa;
    padding-right: 4em;
    padding-top: 6em;
    font-size: 1.2em;
}

header ul {
    list-style-type: none;
}

header ul li {
    display: inline-block;
    padding: .5em;
}

header a:link,
header a:visited {
    color: #dce3e7;
    text-decoration: none;
}

header a:hover {
    color: #f39200;
}

header a:active {
    color: #31c62a;
}

.opvallendelink {
    color: #f39200 !important;
}

.opvallendelink:hover {
    color: #0000ff !important;
}


/*container1*/

.hulp h3 {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 1.5em;
}

a:link,
a:visited {
    text-decoration: none;
    color: #f39200;
}

a:hover {
    color: #31c62a;
    -webkit-tap-highlight-color: transparent;
}


#ondersteuning {
    display: flex;
    flex-direction: row;
    padding-left: 5em;
    padding-right: 5em;
    padding-bottom: 3em;
}

#ondersteuning div {
    height: 100%;
    width: 100%;
    margin: .5em;
    flex: 1;
    padding-top: 1em;
}

#ondersteuning div:nth-child(1) {
    background: url(../afbeeldingen/creatieve\_ondersteuning\_knop2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    text-align: center;
}

#ondersteuning div:nth-child(1) p {
    padding-top: 3em;
    font-size: 1.3em;
    line-height: 1.1em;
    display: block;
    padding-bottom: 4em;
    color: #fff;
}

#ondersteuning div:nth-child(2) {
    background: url(../afbeeldingen/digitale\_ondersteuning\_knop2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    text-align: center;
}

#ondersteuning div:nth-child(2) p {
    padding-top: 3em;
    font-size: 1.3em;
    line-height: 1.1em;
    display: block;
    padding-bottom: 4em;
    color: #fff;
}

#ondersteuning div:nth-child(3) {
    background: url(../afbeeldingen/orga\_ondersteuning\_knop2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    text-align: center;
}

#ondersteuning div:nth-child(3) p {
    padding-top: 3em;
    font-size: 1.3em;
    line-height: 1.1em;
    display: block;
    padding-bottom: 4em;
    color: #fff;
}

#ondersteuning div a:hover p {
    font-size: 1.5em;
    padding-top: 2.4em;
}

.vragen p {
    text-align: center;
    padding-bottom: 1.5em;
}

/*tussenbalk*/


#calltoaction {
    width: 100%;
    display: flex;
    flex-direction: row;
    z-index: 0;
}

#calltoaction div {
    flex: 1;
    padding: 2em;
    z-index: 0;
    position: relative;
    background: #535b62;
}

#calltoaction div figure {
    z-index: 0;
    position: relative;
}

#calltoaction div figure img {
    height: auto;
    width: 70%;
    z-index: 0;
    position: relative;
}

.tekst {
    font-size: 1.1em;
    letter-spacing: .05em;
    line-height: 1.3em;
    padding-bottom: 2.7em;
}


#werksectoren {
    z-index: 1;
    margin-top: -6.5em;
    position: relative;
    display: flex;
}

button {
    background: #0000ff;
    border: 3px solid #31c62a;
    margin: 1em;
    flex: 1;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

button a:link,
button a:visited {
    color: #fff;
    display: block;
    padding: 1.8em;
}


button a:hover {
    background: #31c62a;
    display: block;
    height: 100%;
}



/*reviews*/

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 350px;
    position: relative;
    margin: auto;
    padding-left: 2em;
    padding-right: 2em;

}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #dce3e7;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "prev button" to the left */
.prev {
    left: -15px;
    border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
    right: -15px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    color: #31c62a;
}


/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #dce3e7;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #31c62a;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}



/*footer*/

footer {
    width: 100%;
    height: auto;
    padding-top: 2em;
    text-align: center;
    background: #535b62;
}

footer .logo2 img {
    height: auto;
    width: 40%;
    padding-bottom: 1em;

}

.contact {
    background: #f39200;
    color: #535b62;
    font-size: calc(1.5vw + 1.5vh);
    padding-top: .8em;
    padding-bottom: .8em;
    font-weight: bold;
    height: 100%;
    width: auto;
    line-height: 1.5em;
    display: block;
}

.socials {
    padding-top: 1em;
    height: 4em;
}

footer .socials article img {
    flex: 1;
    height: 3em;
    width: auto;
}

.kvknummer {
    font-size: calc(.8vw + .8vh);
    padding-top: 1em;
}

/*spans*/

.copyright {
    font-size: .8em;
}

.oranje {
    color: #f39200;
}

.groen {
    color: #31c62a;
}

.blauw {
    color: #0000ff;
    background: #6d7883;
}

.grijs {
    color: #535b62;
    text-decoration: underline;
}

.grijs2 {
    color: #535b62;
}

/*over mij*/

#container1 {
    background: #6d7883;
}
#overclaudia {
    display: flex;
    flex-direction: row;
    background: #6d7883;
}

#overclaudia figure {
    flex: 1;
    display: block;
}

#overclaudia figure img {
    width: 80%;
}

#overclaudia article {
    flex: 4;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
}


#overclaudia button {
    background: #6d7883;
    border: 3px solid #0000ff;
    font-weight: bold;
    text-align: center;
    font-size: calc(1vw + 1vh);
    border-radius: 30px;
    margin-top: 1.5em;
}

#overclaudia button a:link,
#overclaudia button a:visited {
    color: #fff;
    display: block;
    padding: 1.8em;
}


#overclaudia button a:hover {
    background: #0000ff;
    display: block;
    height: 100%;
}


#kwaliteiten article {
    border: 1px solid #0000ff;
    margin-top: 2em;
    font-size: calc(1.1vw + 1.1vh);
    background: #6d7883;
    padding: .5em;
}

.achtergrond {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url('../afbeeldingen/chameleon\_achtergrond\_blauw.png');
    background-attachment: scroll;
    background-size: 15%;
}

.lichtgrijze {
    background: #6d7883;

}

#kwaliteiten {
    padding: 2em;
}

#vaardigheden {
    padding-left: 6em;
    background: #535b62;
    padding-bottom: 2em;
    padding-top: 1em;
}

ol {
    list-style-type: circle;
}

#diensten {
    padding-left: 6em;
    padding-bottom: 2em;
    padding-top: 1em;
}

#werksectoren2 {
    display: flex;
}

/*werkervaring*/

#werkervaring {
    display: flex;
    flex-direction: row;
    padding-top: 2em;
}

#werkervaring figure {
    flex: 1;
    display: block;
}

#werkervaring figure img {
    width: 80%;
}

#werkervaring article {
    flex: 4;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    font-size: calc(1.1vw + 1.1vh);
}

#werkervaring button {
    background: #6d7883;
    border: 3px solid #31c62a;
    font-weight: bold;
    text-align: center;
    font-size: calc(1vw + 1vh);
    border-radius: 30px;
    margin-top: 1.5em;
}

.achtergrond2 {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url('../afbeeldingen/chameleon\_achtergrond\_groen.png');
    background-attachment: scroll;
    background-size: 15%;
    //background-blend-mode: overlay;
}



#opdrachten {
    padding: 2em;
}

#opdrachten article {
    border: 1px solid #31c62a;
    margin-top: 2em;
    font-size: 1.3em;
    background: #6d7883;
    padding: .5em;
}

#opdrachten .mijndiensten {
    background: #6d7883;
    border: 3px solid #31c62a;
    font-weight: bold;
    text-align: center;
    font-size: calc(1vw + 1vh);
    border-radius: 30px;
    margin-top: 1.5em;
    display: block;
}

/*contact*/

.achtergrond3 {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    background-image: url('../afbeeldingen/chameleon\_achtergrond\_oranje.png');
    background-attachment: scroll;
    background-size: 15%;
}

#contact {
    padding: 2em;
}

#contactgegevens {
    padding-top: 2em;
    text-align: center;
    background: #535b62;
}

#socials figure {
    text-align: center;
    background: #535b62;
}

#socials figure img {
    width: 5%;
}

#container2 {
    padding-top: 2em;
}

/*contactformulier*/

#contact {
    display: flex;
}

form {
    flex: 1;
    font-size: .8em;
    border: 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #535b62;
    padding: 15px;
    margin-left: 30%;
    margin-right: 30%;
    width: 350px;
    color: #fff;
    background: #f3920086;
}

input,
textarea {
    background-color: #f39200;
    border-width: 1px;
    border-style: solid;
    border-color: #535b62;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 12px 15px;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
}

input[type=text] {
    width: 80%;
}

input[type=text]:focus,
textarea:focus {
    background-color: #dce3e7;
}

textarea {
    resize: none;
    width: 100%;
}

input[type=submit] {
    width: 50%;
    text-align: center;
    color: #dce3e7;
    background-color: #535b62;
    width: 100%;
}

input[type=submit]:hover {
    background-color: #dce3e7;
    color: #535b62;
}

iframe {
    margin-top: 1em;
}

#bedankt {
    font-size: calc(1.3vw + 1.3vh);
    padding: 2em;
    margin: 3em;
    color: #fff;
    text-align: center;
    border: 3px solid #f39200;
    background: #6d7883;
    background-image: url('../afbeeldingen/chameleon\_achtergrond\_oranje.png');
    background-attachment: scroll;
    background-size: 10%;

}

//.achtergrond4 {
    height: 100%;
    width: 100%;

    background-image: url('../afbeeldingen/chameleon\_achtergrond\_oranje.png');
    background-attachment: scroll;
    background-size: 5%;
}




@media only screen and (min-device-width:768px) and (max-device-width: 1024px) and (-webkid-min-device-pixel-ratio: 1) {

    #kwaliteiten,
    #opdrachten {
        background-attachment: scroll;
    }
}

@media screen and (max-width:768px) {
    #bovenbalk {
        flex-direction: column;

    }

}

@media only screen and (max-width: 768px) {

    a:hover {
        color: #f39200;
    }

    button a:hover {
        background: #0000ff;
    }

    #bovenbalk {
        height: 120px;
        flex-direction: row;
        display: flex;
    }

    #bovenbalk figure {
        overflow-x: visible;
        flex: 3;
    }


    #bovenbalk figure img {
        height: 100px;
        width: auto;
        //background: #d7f4d7;
    }

    #hamburger_menu {
        display: none;
        height: 200px;
    }

    #logotop {
        flex: 3;
        overflow-x: visible;
    }

    #navigatie {
        flex: 1;

    }

    header>nav {
        height: 100px;
    }

    header>nav ul {
        display: none;
        flex: 1;
    }

    .responsive_button {
        padding-top: 1.5em;
        display: block;
        height: 100px;
        //background: #0000ff;
        flex: 1;
    }

    section {
        flex-direction: column;
        padding-left: 5px;
        padding-right: 5px;
    }


    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: calc(1vw + 1vh);
    }

    header nav {
        padding-top: 1em;
    }

    .vragen p {
        font-size: 1.3em;
    }

    #ondersteuning {
        flex-direction: column;
    }

    #tussenbalk div {
        flex-direction: column;
    }

    #calltoaction div {
        padding-bottom: 0em;
    }

    .tekst {
        font-size: 1.2em;
    }

    #werksectoren {
        margin-top: 0em;
    }


    #overclaudia figure img {
        width: 60%;
    }

    #opdrachten {
        background-attachment: scroll;
    }

    .slideshow-container {
        width: 250px;
    }

    footer .logo2 img {
        width: 50%;
    }

    #overclaudia {
        flex-direction: column;
    }

    .meerinfo {
        font-size: small;
    }

    #overclaudia article {
        font-size: 1.5em;
        padding-bottom: 2em;
        line-height: 1.2em;
    }

    #vaardigheden,
    #diensten {
        text-align: left;
        padding-left: 0;
        font-size: 1.1em;
    }

    #werksectoren2 {
        flex-direction: column;
    }

    #werkervaring figure img {
        width: 60%;
    }

    #werkervaring {
        flex-direction: column;
    }

    #werkervaring article {
        font-size: 1.5em;
        padding-bottom: 2em;
        line-height: 1.2em;
    }

    #socials figure img {
        width: 10%;
    }


    form {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1em;
    }

}