@font-face {
    font-family: 'Segoe Boot Semilight';
    src: url('/media/SegoeBoot-Semilight.woff2') format('woff2'),
    url('/media/SegoeBoot-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html{
    margin: 0;
    padding: 0;
    /* Set the background image */
    background-image: url('/media/background-brighter.png');
    /* Scale the background image to cover the entire viewport */
    background-size: cover;
    /* Set the opacity of the background image to 10% */
    /*opacity: 0.1;*/
    /* Ensure the background image covers the entire viewport */
    width: 100%;
    height: 100vh;
    /* Center the background image */
    background-position: center;
    /* Fix the background image while scrolling */
    background-attachment: fixed;
}

body{
    font-family: 'Segoe Boot Semilight', sans-serif;
    margin: 0;
    padding: 0;
}
#container{

}

#inner{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    #inner{
        width: 100%;
    }
}

#purpleHead{
    width: 100%;
    height: 150px;
    background-image: url("/media/header.png");
    background-repeat: no-repeat;
    background-size: 100%
}
#greenHead{
    width: 100%;
    height: 150px;
    background-image: url("/media/header2.png");
    background-repeat: no-repeat;
    background-size: 100%
}
#aiHead{
    width: 100%;
    height: 150px;
    background-image: url("/media/header4.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 35%;
}

.supportFoto    {
    max-width: 100%;
    margin-top: 15px;
}

.textOuterFooter{
    width: 100%;
}
.textOuterFooter img{
    width: 100%;
}

.textOuter{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.textOuterPurple{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #5F3080;
    padding-top: 30px;
    padding-bottom: 30px;
}
.textOuterGray{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0EEF1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}


.textInner{
    width: 100%;
}
.textWhite{
    color: #5F3080;
}
.textPurple{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}
.textGray .textFill{
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #5F3080;
}
.textGray .textFill h2{
    line-height: 1em;
}

.textCenter{
    text-align: center;
}
.textCenter.logo img{
    width: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.textCenter.productAanbieding img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;

}

.textCenter.productAanbieding{
    position: relative;
}

.productBeschrijving{
    position: absolute;
    padding: 0px;
    border-radius: 10px;
    background-color: #21BBBB;
    color: #ffffff;
    top: 21%;
    left: 28px;
    line-height: 1.6em;
    text-align: left;
    width: 269px;
    font-size: 0.9em;
}

.textCenter.kees img{
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
}

.textFill{
    line-height: 1.6em;
}

.textFill label{
    text-align: left;
}

.textFill h1{
    font-weight: lighter;
}
.textFill h3{
    margin-top: 0;
    margin-bottom: 0;
}
.textFill li{
    font-size: 0.9em;
}
.textFill blockquote{
    font-style: italic;
}
.contactKnop{
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    background-color: #f6941c;
    text-decoration: none;
    font-size: 1.5em;
    color: white;
    font-weight: 400;
    border-radius: 10px;
}
.bottomMargin{
    margin-bottom: 40px;
}

.partner{
    clear: left;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.partner img{

    width: 75px;
    float: left;
}
.partners h3{
    padding-top: 26px;
}



.footer{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.socialVolgOns{
    padding-top: 25px;
    padding-bottom: 25px;
}
.socialCont{
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.socialCont img{
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
}
.social{
    float: left;
}
.copyright{
    clear: both;
    width: 217px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;

}
.copyright img{
    width: 100px;
    padding-bottom: 1px;
}

.copyText{
    width: 100%;
    text-align: center;
}

/*
Quotes
 */

/* Slideshow container */
.slideshow-container {
    position: relative;
    /*background: #f1f1f1f1;*/
}

/* Slides */
.mySlides {
    display: none;
    padding: 40px;
    text-align: center;
}

.mySlides q{

}

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

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

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

/* Add a background color to the active dot/circle */
.active, .dot:hover {
    background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/*
FORM
 */
.formContainer{

}
.formHeader{
    color: #21BBBB;
    font-weight: bold;
    line-height: 1.5em;
}
.formBody{
    background-color: #21BBBB;
    padding: 20px;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.5em;
}

.formBody input{
    border: 0;
    background-color: #ffffff;
    width: 100%;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1em;
}

.formBody input[type="checkbox"] {
    width: auto;
}


.submitButt{
    border: 0;
    background-color: #F9921D;
    color: #ffffff;
    padding: 15px;
    font-size: 1.0em;
    font-weight: bold;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.stichtingTekst h3{
    margin-bottom: 0;
    font-weight: normal;
    font-style: italic;

}
.stichtingTekst p{
    margin-top: 10px;
}