/* Minification failed. Returning unminified contents.
(620,1): run-time error CSS1035: Expected colon, found '}'
 */
/* VIDEO */


/*
.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
}

.video-foreground,
.video-background iframe {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
*/

.image-arrow-right {
    cursor: pointer;
}

#success, .success {
    text-align: center;
    display: none;
}

/* VIDEO */

.video-background {
    height: auto;
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

.video-foreground {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    top: -90px;
    z-index: 1;
}

.video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.div-scroll-down {
    position: relative;
    width: 100%;
    height: 48px;
    bottom: 40px;
    z-index: 1;
}

.image-arrow-down {
    width: 48px;
    height: 48px;
    background-color: #009EE3;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    z-index: 3;
}

.page-home-content {
    position: relative;
    top: 0px;
}


/*
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 300%;
        top: -100%;
    }
}
*/


/* TEST */

.div-home-tile {
    padding: 30px;
    padding-top: 50px;
    height: auto;
    min-height: 300px;
    position: relative;
    margin-bottom: 100px;
}

.image-home-tile {
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-bottom: 30px;
}

.link-tile-home {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page-home-content {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #FAFAFA;
    top: 100vh;
    margin-bottom: 100px;
    position: absolute;
}

.vidtop-content {
    top: 90px;
    color: #fff;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

.vid-info {
    top: 0;
    width: 100%;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    margin: 0px;
    line-height: 1.2;
}

.div-home-tile:hover {
    background-color: #EFEFEF;
}

.div-scroll-down {
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 40px;
}

.image-arrow-down {
    width: 48px;
    height: 48px;
    background-color: #009EE3;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.image-oplossing-left {
    width: 100%;
    height: auto;
    min-height: 600px;
    overflow: hidden;
}


/* END OF TEST */

body {
    margin: 0px;
    padding: 0px;
    background-color: #FAFAFA;
}

[class*='col-'] {
    float: left;
    min-height: 1px;
    width: 16.66%;
}

.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333%;
}

.col-11 {
    width: 91.666%
}

.col-12 {
    width: 100%;
}


/* TEXT */

H1 {
    font-size: 52px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 100px;
}

H2 {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

H3 {
    font-size: 44px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}

H4 {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

H5 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
}

H6 {
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
}

li,
a {
    font-family: 'Raleway', sans-serif;
}

button {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.page-content {
    margin-top: 90px;
}

.page-blog {
    margin-top: 140px;
}

.text-title,
.text-title-light {
    text-align: left;
    margin-top: 100px;
}

.text-title {
    color: #009EE3;
}

.text-blogtitle {
    color: #009EE3;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-subtitle {
    opacity: 0.75;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 0px;
}

.text-title-light-center {
    margin-top: 100px;
}

.text-content,
.text-content-light {
    text-align: left;
}

.text-title-light,
.text-content-light {
    color: white;
}


/* Main text opacity settings */

.text-title {
    opacity: 0.75;
}

.text-content {
    opacity: 0.65;
}

.text-product-title {
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 100px;
    color: black;
    opacity: 0.75;
}

.text-product-subtitle {
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 100px;
    color: black;
    opacity: 0.87;
}


/*
.text-product-header-title {
    text-align: center;
    margin: 0px;
    color: black;
    opacity: 0.75;
    position: absolute;
    line-height: 60px;
    padding: 0px;
    margin-top: 120px;
    margin-left: 58.33%;
    width: 33.33%;
    z-index: 1;
}
*/


/* right padding is adapted to cards */

.text-product-title-header {
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    right: 16.667%;
    width: 41.666%;
    opacity: 0.54;
}

.text-oplossing-title-header {
    position: absolute;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    left: 25%;
    width: 50%;
    opacity: 0.75;
}

.text-image-card {
    width: 135px;
    height: 30px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    line-height: 30px;
    padding-left: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.text-contact-title {
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-contact-info-left {
    text-align: right;
    margin-right: 15px;
}

.text-contact-info-right {
    text-align: left;
    margin-left: 15px;
}

.text-oplossingen-title,
.text-oplossingen-subtitle {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    z-index: 1;
}

.text-quote {
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid grey;
    font-size: 20px;
    opacity: 0.75;
}

.text-listview-title {
    font-weight: 600;
    color: white;
    padding-bottom: 0px;
    margin-bottom: -18px;
    margin-top: 40px;
    display: block;
}

.text-recent-articles {
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.65;
}

.text-recent-title {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: 600;
}

.text-recent-content {
    font-size: 12px;
    margin-top: 0px;
}


/* IMAGE SLIDER */

.div-image-slider {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    padding: 0px;
    margin: 0px;
    top: 0px;
    visibility: hidden;
}

.slider-image-large {
    width: 100%;
    height: auto;
    transform: translate(0%, 25%);
}

.image-slider {
    display: block;
    position: relative;
    width: 33.33%;
    height: auto;
    margin: auto;
    margin-top: 0;
    z-index: 6;
}

.slider-button-prev {
    width: 50px;
    height: 100%;
    position: absolute;
    margin-bottom: 0px;
    top: 25%;
    left: -50px;
    z-index: 7;
    background: none;
    border: none;
    background-image: url(/images/chevron-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slider-button-next {
    width: 50px;
    height: 100%;
    position: absolute;
    margin-bottom: 0px;
    top: 25%;
    right: -50px;
    z-index: 7;
    background: none;
    border: none;
    background-image: url(/images/chevron-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slider-button-next {
    margin-left: 100px;
}


/* DIVS */

.div-content {
    height: 600px;
    overflow: hidden;
}

.div-content-product {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.div-content-oplossing {
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}

.div-content-oplossing-fixed {
    height: 600px;
    overflow: hidden;
    background-color: #FAFAFA;
}

.div-content-product-header {
    height: 400px;
    overflow: hidden;
    background-color: white;
}

.div-image-background {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.image-background {
    position: absolute;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.div-content-center {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.div-text-oplossing-padding {
    padding-left: 4.166%;
    padding-right: 4.166%;
    top
}

.div-info-card {
    display: block;
    margin-top: 100px;
    position: relative;
    width: 83.333%;
}

.div-info-card-icon {
    background-color: #EEEEEE;
    width: 64px;
    height: 64px;
    position: absolute;
    border: 1px solid #BDBDBD;
    margin-top: 0px;
    color: black;
}

.div-info-card-icon-sec {
    background-color: #EEEEEE;
    width: 64px;
    height: 64px;
    position: absolute;
    border: 1px solid #BDBDBD;
    margin-top: 20px;
    color: black;
}

.div-info-card-text {
    background-color: white;
    width: auto;
    height: auto;
    margin-left: 64px;
    margin-top: 20px;
    position: relative;
    border: 1px solid #BDBDBD;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    color: black;
}

.div-image-cards {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
}

.div-image-card-item {
    width: 150px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px;
    height: auto;
    cursor: pointer;
}

.div-content-map-header {
    height: 500px;
}

.div-margin {
    margin-top: 50px;
}

.div-content-oplossing-header {
    background-color: white;
}

.div-oplossing-title-header {
    width: 50%;
    position: absolute;
    margin-left: 25%;
    margin-top: 50px;
}

.div-blogpost {
    height: auto;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}

.div-recent-blogposts {
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    padding-left: 20px;
}

.div-switch-lang {
    position: absolute;
    right: 60px;
    text-align: right;
    width: 300px;
    text-decoration: none;
    color: white;
}


/* LISTVIEWS */

.item-listview-producten {
    list-style-type: none;
    margin-left: -40px;
}

.subitem-listview-producten {
    list-style-image: url(/images/list-style-img.svg);
    list-style-position: outside;
    display: list-item;
    margin-left: -20px;
}

.listview-switch-lang {
    list-style-type: none;
    display: inline;
    float: right;
}

.listview-item-lang {
    display: inline;
    padding-left: 20px;
}

.listview-item-lang a {
    color: white;
    text-decoration: none;
}


/* BUTTONS */

button a {
    text-decoration: none;
    color: white;
}

.button-contact {
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: #FAFAFA;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 2px solid #222369;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.button-more,
.button-read-more,
.button-download,
.button-download-library,
.button-goto-product {
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: #FAFAFA;
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #2B2C83;
}

.button-read-more {
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-download,
.button-download-library {
    margin-bottom: 20px;
}

.button-read-more-center {
    padding: 15px;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #2B2C83;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    color: black;
}

.button-download-library {
    margin-top: 20px;
}

.button-contact-link {
    color: white;
    text-decoration: none;
}

.button-send-mail,
.button-send-download {
    padding: 15px;
    border-radius: 5px;
    border: none;
    background-color: #FAFAFA;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 2px solid #222369;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.button-send-download {
    margin-top: 20px;
}

.button-slider-close {
    width: 500px;
    height: 500px;
    position: absolute;
    margin-bottom: 0px;
    top: 0%;
    left: 0px;
    color: black;
    z-index: 8;
    background: none;
    border: none;
}

.button-goto-product {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* IMAGE BACKGROUNDS */

.img-bg-zyvo {
    background-image: url(/images/selectieheader3.png);
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.image-background-paraplu {
    background-image: url(/images/type-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.image-background-selectie {
    background-image: url(/images/Smart-decisions.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.image-background-plaatjeliegen {
    background-image: url(/images/plaatjeliegen.png);
    background-repeat: no-repeat;
    width: auto;
    height: 600px;
    background-position: left;
    background-size: contain;
    position: absolute;
    display: block;
}


/* Set image properties on the side*/

.img-content-side {
    width: 33.33vw;
    overflow: hidden;
    height: auto;
}

.img-content-icon {
    margin-left: 60px;
    margin-top: 100px;
}

.image-card {
    width: 150px;
    height: auto;
}


/* IMAGES */

.img-ic-help {
    width: 24px;
    height: 24px;
    opacity: 0.54;
    margin-left: 20px;
    margin-top: 20px;
}

.img-product-header {
    height: 400px;
    width: auto;
    position: relative;
    left: -10%;
}

.img-oplossing-header {
    height: 400px;
    width: auto;
    position: relative;
    float: right;
}

.image-button-close {
    width: 32px;
    height: 32px;
    opacity: 0.54;
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
}

.image-button-close:hover {
    opacity: 0.87;
}

.image-oplossing-subject {
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    display: inline-block;
}

.image-oplossing {
    display: block;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.image-oplossing-header {
    float: right;
    height: 400px;
}

.image-blogpost {
    width: 100%;
    height: 20%;
    display: block;
    position: relative;
    border-radius: 5px;
}


/* LINKS */

.link-page-switcher {
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    padding-top: 14px;
    margin-top: 2px;
    line-height: auto;
    margin-left: 72px;
    position: absolute;
    text-decoration: none;
    color: #1A70B8;
}

.div-page-switcher-bottom {
    height: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: auto;
    right: 0;
}

.div-page-switcher-top {
    height: 50px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: -50px;
    position: relative;
    width: auto;
    right: 0;
}

.image-arrow-right {
    width: 24px;
    height: 50px;
    margin: 0px;
    margin-left: 32px;
    position: absolute;
    opacity: 0.54;
}

.image-arrow-left {
    width: 24px;
    height: 50px;
    margin: 0px;
    position: absolute;
    opacity: 0.54;
}

.image-arrow-right:hover,
.image-arrow-left:hover {
    opacity: 0.75
}


/* LISTVIEW */

.info-card-listview {
    list-style: square;
    margin-left: -16px;
}

.info-submenu {
    margin-top: -18px;
}


/* FORMS */

.div-download-contact-form {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    background-color: #FFFFFF;
    visibility: hidden;
}

.div-download-contact-form-inner {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


/* EDIT THIS*/

input[type=text],
input[type=tel],
input[type=email],
textarea {
    width: 100%;
    /* Full width */
    padding: 12px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 4px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 16px;
    /* Bottom margin */
    resize: vertical/* Allow the user to vertically resize the textarea (not horizontally) */
}


/* NAVIGATION */

.nav-top {
    position: fixed;
    width: 100%;
    height: 90px;
    background-color: #FFFFFF;
    top: 0px;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.nav-menu-main {
    list-style-type: none;
    height: 50px;
    display: block;
    padding: 5px;
    margin: 15px;
    float: right;
}

.nav-menu-item-main,
.nav-menu-item-oplossingen,
.nav-menu-item-producten,
.nav-menu-item-over,
.nav-menu-item-contact {
    display: inline-block;
    margin-top: -20px;
    margin-right: 15px;
    padding-bottom: 35px;
    padding-top: 35px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #757575;
    text-decoration: none;
}

.nav-menu-item-main a {
    color: #757575;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.nav-menu-item-main>.nav-active {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.nav-active {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    opacity: 1;
}

.nav-menu-item-oplossingen,
.nav-menu-item-producten,
.nav-menu-item-over {
    margin-right: 30px;
}

.nav-menu-item-contact {
    background-color: #2b2c83;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 30px;
    margin-left: 30px;
    color: white;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #222369;
    text-transform: uppercase;
}


/* HIDE MOBILE NAVIGATION */

.nav-top-mobile,
.nav-top-mobile-main {
    visibility: collapse;
    height: 0px;
}


/* SUBMENU STYLE */

.nav-submenu-oplossingen,
.nav-submenu-producten,
.nav-submenu-over,
.nav-subitem-persoonlijkheidstest,
.nav-subitem-competentietest {
    border-top: 2px solid #009ee3;
    display: none;
    position: absolute;
    z-index: 2;
    background-color: #FAFAFA;
    margin-top: 15px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 400;
    width: 220px;
}

.nav-menu-item-oplossingen:hover .nav-submenu-oplossingen,
.nav-menu-item-producten:hover .nav-submenu-producten,
.nav-menu-item-over:hover .nav-submenu-over,
.nav-item-persoonlijkheidstest:hover .nav-subitem-persoonlijkheidstest,
.nav-item-competentietest:hover .nav-subitem-competentietest {
    display: block;
}

.nav-menu-item-oplossingen:hover .nav-submenu-oplossingen a,
.nav-menu-item-producten:hover .nav-submenu-producten a,
.nav-menu-item-over:hover .nav-submenu-over a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    width: auto;
    height: 48px;
    line-height: 48px;
    padding-left: 16px;
}


/* SUBMENUS */

.nav-subitem-persoonlijkheidstest {
    margin-left: 220px;
    margin-top: 0px;
    top: 142px;
}

.nav-subitem-competentietest {
    margin-left: 190px;
    margin-top: 0px;
    top: 94px;
}


/* TEXT */

.text-slogan {
    font-size: 12px;
    margin-top: 40px;
    margin-left: 150px;
    opacity: 0.3;
    position: absolute;
}


/* HOVER STATES */

.nav-submenu-oplossingen a:hover,
.nav-submenu-producten a:hover,
.nav-submenu-over a:hover,
.nav-subitem-competentietest a:hover,
.nav-subitem-persoonlijkheidstest a:hover {
    background-color: #EFEFEF;
    cursor: pointer;
}

.nav-img-down {
    position: absolute;
    opacity: 0.54;
    margin-top: -2px;
}

.nav-logo {
    height: 50px;
    margin-top: 20px;
    margin-left: 60px;
}


/* END OF NAVIGATION */


/* COLORS */

.color-blue {
    background-color: #009EE3;
    color: white;
}

.color-darkblue {
    background-color: #1A70B8;
    color: white;
}

.color-pink {
    background-color: #E5007D;
    color: white;
}

.color-yellow {
    background-color: #FFED00;
}

.color-green {
    background-color: #94C11C;
}

.color-purple {
    background-color: #2B2C83;
    color: white;
}

.color-white {
    background-color: #FFFFFF;
}

.color-grey {
    background-color: #212121;
}

.color-dark-grey {
    background-color: #141414;
}

.color-purple:hover {
    background-color: #33349c;
}


/* FLEXIBLE SETTINGS */

.pos-absolute {
    position: absolute;
    height: 100%;
    z-index: 8;
}


/*COLORS ON HOVER */

.nav-submenu-oplossingen a:hover,
.nav-submenu-producten a:hover,
.nav-submenu-over a:hover,
.nav-subitem-persoonlijkheidstest a:hover,
.nav-subitem-competentietest a:hover,
.nav-menu-item-oplossingen a:hover,
.nav-menu-item-producten a:hover,
.nav-menu-item-over a:hover,
.nav-menu-item-main a:hover {
    color: rgba(0, 0, 0, 0.75);
}

.button-contact-link:hover,
.nav-menu-item-contact:hover {
    background-color: #33349c;
}

.button-more.color-blue:hover {
    background-color: #008cc9;
}

.button-more.color-white:hover {
    background-color: #EFEFEF;
}

.div-content-product {
    margin-bottom: -1px;
}


/* UPDATE START (30-08-2017) */

.div-location-info {
    background-color: white;
    z-index: 1;
    width: 200px;
    text-align: left;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.12);
    position: absolute;
    right: 50px;
    top: 32px;
    border-radius: 3px;
    font-weight: 600;
}

.text-solution-title {
    font-weight: 100;
    text-align: left;
    color: black;
}

.text-solution-title-light {
    font-weight: 100;
    color: white;
    text-align: left;
}

.text-solution-content {
    color: black;
    text-align: left;
    line-height: 26px
}

.text-solution-content-light {
    color: white;
    text-align: left;
    line-height: 26px
}

.text-contact-title {
    text-align: center;
    width: 100%;
}

.button-solution-more {
    padding: 15px;
    border-radius: 5px;
    border: none;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
}

.textcolor-purple {
    color: #92268f;
}

.color-light-grey {
    background-color: #dddddd;
}

.color-darkpink {
    background-color: #b70074;
    color: white;
}

.color-blue-light {
    background-color: #00c0f0;
    color: #00c0f0
}

.textcolor-blue-light {
    color: #00c0f0;
}

.image-background-plaatjeliegen {
    background-image: url(/images/plaatjeliegen.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover
}

.image-background-paraplu {
    background-image: url(/images/paraplu-paars.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.image-background-dirigroot {
    background-image: url(/images/dirigroot.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.image-background-mensenstaand {
    background-image: url(/images/mensenstaand.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* END OF UPDATE*/

.underline {
    text-decoration: underline !important;
}

/* UPDATED (5-10-2017) */

.div-compare {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0px;
    width: 100% auto;
    background-color: white;
    height: auto;
    min-height: 180px;
    display: block;
    border: 1px solid #BDBDBD;
    padding: 16px;
    box-sizing: border-box;
}

.compare-box {
    width: 49%;
    box-sizing: border-box;
    margin: 0px;
    margin-top: 16px;
    padding: 8px;
    display: inline-block;
}

.box-right {
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 0px) and (max-width: 1367px) {
    .compare-box {
        width: 100%;
    }
}

.text-compare-method {
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 6400;
    opacity: 1;
}

.text-compare-number {
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 600;
    opacity: 0.87;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-game-card {
    padding-left: 16px;
    font-size: 14px;
}

.div-game-card-item {
    border: 1px solid #BDBDBD;
    width: 150px;
    width: 150px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px;
    height: auto;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px;
    height: auto;
    cursor: pointer;
}


/* END OF UPDATE (5-10-2017) */

.presentationsImage {
    height: 90%;
    width: 90%;
    padding-top: 20px;
    padding-left: 85px;
    padding-bottom: 20px;
}

/* END OF UPDATE (21-09-2018) */
.footer {
    background-color: #212121;
    width: 100%;
    position: absolute;
    color: #FFFFFF;
}

.footer-copy {
    position: relative;
}

.footer-menu-main {
    list-style-type: none;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 30px;
    padding-left: 0px;
    background-color: #212121;
}


/* TEXT */

.text-footer-title {
    margin-left: 60px;
    font-size: 20px;
}

.text-copy {
    text-align: left;
    margin-left: 60px;
}

.footer-menu-item-main {
    font-weight: 600;
}

.footer-menu-subitem {
    opacity: 0.6;
}

@keyframes slideMenuIn {
    0% {
        margin-right: -300px;
    }
    100% {
        margin-right: 0px;
    }
}

@keyframes slideMenuOut {
    0% {
        margin-right: 0px;
    }
    100% {
        margin-right: -300px;
    }
}

.anim-menu-in {
    animation-name: slideMenuIn;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.anim-menu-out {
    animation-name: slideMenuOut;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


/* BUTTON ROTATION */

@keyframes buttonRotatePause {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-90deg);
    }
}

@keyframes buttonRotatePlay {
    0% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(0);
    }
}

.anim-rotate-button {
    animation-name: buttonRotatePause;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.anim-reverse-rotate-button {
    animation-name: buttonRotatePlay;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes popIn {
    0% {
        transform: scale(0.0);
        opacity: 0.0;
    }
    50% {
        transform: scale(0.0);
        opacity: 0.0;
    }
    85% {
        transform: scale(1.05);
        opacity: 1.0;
    }
    100% {
        transform: scale(1.0);
        opacity: 1.0;
    }
}

.anim-pop-in-01 {
    animation-name: popIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.anim-pop-in-02 {
    animation-name: popIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}

.anim-pop-in-03 {
    animation-name: popIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

.anim-pop-in-04 {
    animation-name: popIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
}

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    margin: 0, auto;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 20;
    top: 0px;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40vw;
    height: auto;
    max-width: 1200px;
}

@media all and (max-width: 1367px) and (min-width: 200px) {
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 80vw;
        height: auto;
        max-width: 1200px;
    }
    .close {
        right: 10px;
    }
}


/* The Close Button */

.close {
    color: white;
    position: fixed;
    top: 10px;
    right: 20px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    width: 100%;
    height: 100%;
}

.cursor {
    cursor: pointer
}

.image-slider {
    width: 100%;
    height: 100%;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.4);
    user-select: none;
    -webkit-user-select: none;
    z-index: 11;
}


/* Position the "next button" to the right */

.next {
    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.2);
}


/* Number text (1/3 etc) */

.numbertext {
    visibility: collapse;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

