/*STANDARD STYLING*/

:root {
    --yellow: #F33801;
    --yellow-dark: #d03303;
    --yellow-super-dark: #cf380a;
    --green: #100f0d;
    --text-color: rgba(255, 255, 255, 0.7);
}

h1, h2, h3, h4, h5 {
    font-family: 'Ubuntu', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, a, span {
    font-family: 'Titillium Web', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 40px;
    color: white;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0;
}

h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--green);
}

h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0;
}

h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: 0;
}

h5 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0;
}

h1 b,
h2 b,
h3 b {
    font-weight: 700;
    color: var(--yellow);
}

a, p, span {
    font-size: 16px;
    color: #908e8e;
}

h1 span, h2 span, h3 span, h4 span, h5 span{
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}


.grecaptcha-badge {
    visibility: hidden;
}

.home_header p,
.certificaat_section p,
.slider_section .sub_title p {
    color: var(--text-color);
}



.button {
    min-width: 155px;
    height: 46px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}

.button.yellow {
    background-color: var(--yellow);
    border-bottom: 3px solid var(--yellow-dark);
    width: auto;
    min-width: 150px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    color: white;
}

.button.yellow a,
.button.yellow input {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.button.yellow a:hover,
.button.yellow input:hover {
    color: #f4f4f4!important;
}

.button.yellow a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--yellow-super-dark);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.button.yellow a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.button a {
    position: relative;
    width: auto;
    text-align: center;
    display: block!important;
    color: white!important;
    text-decoration: none;
    padding: 11px 15px;
    font-weight: 500;
    height: 100%;
}

form label {
    display: none;
}

form .input_field {
    position: relative;
    top: -1px;
    display: block;
}

form .input_field input[type="checkbox"] {
    opacity: 0;
    margin-right: 10px;
    width: 20px;
    &:checked + label:after {
        background-color: var(--yellow);
        border-color: var(--yellow-dark);
    }
}
form .input_field .checkbox-input {
    width: 100%;
    display: flex;
    position: relative;
    label {
        position: relative;
        color: #757675;
        display: block;
        width: calc(100% - 30px);
        font-size: 12px;
        &::after {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            height: 15px;
            width: 15px;
            border: 2px solid var(--yellow-dark);
            border-radius: 3px;
            left: -28px;
            background-color: transparent;
            transition: background-color .3s ease-in-out, border .3s ease-in-out;
        }
    }
}

input[type="checkbox"]{
    width: 18px!important;
    height: 18px;
    top: 4px;
    position: relative;
}

form .input_field input,
form .input_field textarea {
    border: none;
    padding: 15px;
    color: #9c9c9c;
    width: 50%;
    background: #f1f0f0;
    border-radius: 5px;
}

.sidebar-wrapper form .input_field input,
.sidebar-wrapper form .input_field textarea {
    width: 100%;
}

form .input_field textarea {
    min-height: 150px;
}

form .submit_button input {
    -webkit-appearance: none;
    background: var(--yellow);
    width: 100%;
    height: 100%;
    border: 0;
    font-family: 'Titillium Web', serif;
    color: white;
    font-weight: normal;
}

form .submit_button input:hover {
    background: var(--yellow-super-dark);
}

.lockScroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.pdf:after, .word:after {
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 8px;
}

.pdf:after {
    content: '\f1c1';
}

.word:after {
    content: '\f1c2';
}

/*DROPDOWN*/

ul.navbar-nav li.dropdown .dropdown-menu.open {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

ul.navbar-nav li.dropdown .dropdown-menu {
    transform: translateY(24px);
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.dropdown-item:active {
    background-color: var(--yellow);
}

a.dropdown-item {
    color: black!important;
}
.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-toggle::after {
    position: relative!important;
    top: 3px;
    display: inline-block!important;
    width: 0!important;
    height: 0!important;
    background: none!important;
}

/*NAVIGATION-BAR*/

.container.navigation {
    position: relative;
    box-sizing: border-box;
    height: 100%;
}

.navbar {
    height: 90px;
    position: absolute;
    width: calc(100% - 30px);
    background: white;
    border-radius: 14px;
    left: 15px;
    top: 50px;
    z-index: 4;
    opacity: 1;
}

.navbar.sticky{
    width: 100%;
    left: 0;
}

.navbar-brand {
    z-index: 6;
}

.navbar.sticky {
    position: fixed;
    border-radius: 0;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.navbar .nav-item {
    margin: 0 10px;
}

.navbar .nav-item:last-child {
    background: var(--yellow);
    height: 44px;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.navbar .nav-item:last-child a {
    padding: 10px 15px;
    border-radius: 5px;
}

.navbar .nav-item:last-child a:after {
    display: none;
}

.navbar .nav-item .nav-link {
    color: black;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}

a.nav-link:after{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: var(--yellow);
    -webkit-transition: width .35s ease;
    -moz-transition: width .35s ease;
    -ms-transition: width .35s ease;
    -o-transition: width .35s ease;
    transition: width .35s ease;
}

a.nav-link:hover:after{
    width: 100%;
    left: 0;
    background: var(--yellow);
}

.logo {
    width: 250px;
    height: auto;
    position: relative;
}

.info_container {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 4;
}

.info_container a span {
    color: white;
    text-decoration: none;
}

.info_container a:hover span {
    text-decoration: underline;
}

.info_container a:after {
    content: ' | ';
    color: white;
    margin-left: 8px;
    margin-right: 8px;
}

.info_container a:last-child:after {
    display: none;
}

.info_container a.login {
    color: var(--yellow);
}

.info_container a.login:before {
    content: '\f023';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--yellow);
    padding-right: 8px;
    font-size: 12px;
    vertical-align: middle;
}


/*-----------HEADER STYLING-------------*/

.home_header {
     position: relative;
     overflow: hidden;
     background-color: #f4f4f4;
 }

.header-bg {
    height: 725px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-bg:after {
    content: '';
    background-image: -moz-linear-gradient(0deg, #100f0d 0%, var(--green) 100%);
    background-image: -webkit-linear-gradient(0deg, #100f0d 0%, var(--green) 100%);
    background-image: linear-gradient(0deg, #100f0d 0%, var(--green) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#100f0d",endColorstr="#100f0d",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 0;
    bottom: 0;
    opacity: .9;
}

.header-bg,
.header-bg:after {
    border-bottom-left-radius: 50% 300px;
    border-bottom-right-radius: 50% 300px;
    width: 120%;
    margin-left: -10%;
    z-index: 2;
}

.header-bg .row.relative,
.post-header-bg .row.relative {
    position: relative;
    height: 100%;
}

.header-bg .content_wrapper,
.post-header-bg .content_wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    left: 0;
}

.header-bg .intro_text p {

}

/*---------USP-SECTION STYLING---------*/

.usp_section {
    height: auto;
    min-height: 350px;
    position: relative;
    background-color: #f4f4f4;
}

.usp_section:after {
    content: "";
    display: block;
    height: 600px;
    width: 480px;
    background: url(../images/wereldbackground.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -80px;
}

.usp_section .plate--container {
    margin-top: -150px;
    z-index: 3;
}

.usp_section .plate--column {
    z-index: 3;
}

.item_wrapper {
    min-height: 375px;
    background: white;
    padding: 25px;
    border-radius: 11px;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
}

.item_wrapper .content_wrapper {
    text-align: center;
}

.item_wrapper .content_wrapper .title {
    margin-bottom: 15px;
}

.nieuws_items .item_wrapper .content_wrapper .title,
.nieuws_section .item_wrapper .content_wrapper .title {
    height: 70px;
}

.item_wrapper .image_container {
    height: 150px;
    margin-bottom: 15px;
}

.item_wrapper .image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 100%;
}

#section-no-margin .plate--container {
    margin-top: 0;
    padding: 50px 0;
}

#section-no-margin:after {
    top: -30px;
}

/*----------CERTIFICAAT SECTION--------*/

.certificaat_section {
    height: auto;
    background-color: var(--green);
    overflow: visible;
    z-index: 3;
    position: relative;
    padding: 100px 0!important;
}

.certificaat_section .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.certificaat_section h3 {
    color: white;
}

.certificaat_section p {
    line-height: 35px;
}

.certificaat_section .img_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.certificaat_section .img_container .img_inner {
    background-repeat: no-repeat;
    width: 100%;
    height: 622px;
    background-size: contain;
    -moz-background-size: contain;
    overflow: visible;
    position: absolute;
    top: -300px;
    left: -265px;
}

/*---------GREY SECTION----------*/

.grey_section {
    height: 540px;
    background-color: #f4f4f4;
    position: relative;
}

.grey_section .plate--row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.grey_section p {
    line-height: 35px;
}

.grey_section [data-id="element_86307"] {
    position: absolute;
    top: -2px;
    right: 0;
    width: 410px;
}

.grey_section [data-id="element_84730"] {
    max-width: 630px;
}

/*-------SLIDER SECTION-------*/

.slider_section {
    height: 370px;
    background-color: var(--green);
    position: relative;
}

.slider_section:after {
    content: "";
    height: 370px;
    width: 100%;
    background: url(../images/world-outline.svg) no-repeat 50% 50%;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    filter: brightness(0) invert(1);
    opacity: .1;
}

.slider_section .sub_title p {
    text-align: center;
    position: relative;
    top: 50px;
    z-index: 2;
}

.slider_section .container,
.slider_section .row {
    height: 100%;
}

.slider_section .col-md-12.sub_title {
    height: 11%;
}

.slider_section .col-md-12.referentie-carousel {
    height: 89%;
}

#referentie_carousel {
    height: 100%;
    max-height: 330px;
    z-index: 2;

}

#referentie_carousel .carousel-inner {
    max-width: 500px;
    text-align: center;
    position: absolute;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#referentie_carousel .carousel-inner h4 {
    font-weight: 500;
    color: #f4f4f4;
    line-height: 35px;
}

#referentie_carousel .carousel-item {
    -webkit-backface-visibility: unset!important;
    backface-visibility: unset!important;
}

#referentie_carousel .carousel-item p.person {
    color: var(--yellow);
}

#referentie_carousel .carousel-indicators {
    bottom: -25px;
}

#referentie_carousel .carousel-indicators li {
    width: 23px;
    height: 23px;
    background-color: #b09918;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.25);
}

#referentie_carousel .carousel-indicators li.active {
    background-color: var(--yellow);
}

#referentie_carousel .carousel-indicators li.active:before {
    content: '';
    width: 29px;
    height: 29px;
    background-color: transparent;
    border: 1px solid var(--yellow);
    border-radius: 100%;
    top: -3px;
    left: -3px;
}

/*----------NIEUWS SECTION--------*/

.nieuws_section {
    height: 700px;
    background: #f4f4f4;
}

.news_articles {
    background: #f4f4f4;
    padding-bottom: 50px;
}

.news_articles .container {
    margin-top: -150px;
}

.nieuws_section .row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.nieuws_section .item_wrapper,
.news_articles .item_wrapper {
    min-height: 450px;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
}

.nieuws_section .image_container,
.news_articles .image_container {
    height: 175px;
    margin-bottom: 0;
    position: relative;
}

.nieuws_section .image_container:after,
.news_articles .image_container:after {
    content: '\f0c1';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 30px;
    width: 35px;
    height: 30px;
    background: var(--yellow);
    text-align: center;
    padding: 2px;
    color: white;
}

.nieuws_section .image-inner,
.news_articles .image-inner {
    -webkit-background-size: cover;
    background-size: cover;
}

.nieuws_section .content_wrapper,
.news_articles .content_wrapper {
    padding: 25px;
    text-align: left;
    position: relative;
}

.nieuws_section .content_wrapper .date,
.news_articles .content_wrapper .date {
    border-top: 1px solid #979797;
    bottom: -40px;
    width: 100%;
    left: 0;
    position: relative;
}

.nieuws_section .content_wrapper .date p,
.news_articles .content_wrapper .date p {
    margin: 10px 0;
}

.nieuws_items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}

/*-------WERKEN VOOR SECTION---------*/

.work_for {
    height: 200px;
    background: #e6e6e6;
}

.work_for h2 {
    color: #8b8b8b;
}

/*---------FOOTER-------------*/

.footer {
    height: 400px;
    background: var(--green);
    position: relative;
}

.footer h4, .footer p  {
    color: white;
    font-weight: normal;
    line-height: 30px;
}

.footer p {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer p a {
    color: white;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer p a:hover {
    color: var(--yellow);
    text-decoration: none;
}

[data-id="element_84978"] img {
    width: 140px;
}

.footer .plate--container {
    height: 100%;
}

.footer .plate--row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.footer .plate--column {
    height: 190px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

[data-id="element_84978"] {
    top: 45%;
    transform: translateY(-50%);
    position: relative;
}

.footer .container-fluid.copyright {
    background-color: black;
    height: 82px;
    position: absolute;
    bottom: -82px;
    border-top: 1px solid #979797;
}

.footer .links {
    line-height: 80px;
    color: #f2f8fe;
    opacity: 1;
    font-size: 15px;
    text-decoration: none;
}

.footer .links:after {
    content: ' | ';
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.footer .links:last-child:after {
    display: none;
}

.footer .mandelo_logo {
    position: relative;
}

.footer .mandelo_logo img {
    width: 100px;
    height: 100%;
}

/*----------------------END HOMEPAGE STYLING-------------------------*/

/*----------------POST HEADER--------*/

.post_header {
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
}

.post-header-bg {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-header-bg:after {
    content: '';
    background-image: -moz-linear-gradient(0deg, #100f0d 0%, var(--green) 100%);
    background-image: -webkit-linear-gradient(0deg, #100f0d 0%, var(--green) 100%);
    background-image: linear-gradient(0deg, #100f0d 0%, var(--green) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#100f0d",endColorstr="#100f0d",GradientType=1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 0;
    bottom: 0;
    opacity: .9;
}

.post-header-bg,
.post-header-bg:after {
    border-bottom-left-radius: 50% 300px;
    border-bottom-right-radius: 50% 300px;
    width: 120%;
    margin-left: -10%;
}

/*-----------POST PAGE----------*/

.content {
    position: relative;
    background-color: #f4f4f4;
}

.content p a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.content p a,
.content li a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.white-block {
    min-height: 500px;
    background-color: white;
    padding: 46px;
    border-radius: 11px;
    margin-top: -148px;
    z-index: 2;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}

.sidebar-wrapper{
    position: relative;
}
.sidebar-wrapper .white-block{
    /* position: sticky; */
    /* top: 120px; */
    min-height: unset;
    .sidebar-image {
        width: 100%;
        border-radius: 10px;
    }
}
.sidebar-stopper {
    transform: translateY(-100vh);
}

.sidebar-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sidebar-wrapper .sidebar-inner{
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
}

.content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.sidebar-inner h3{
    margin-bottom: 15px;
}


.content-wrapper{
    position: relative;
    z-index: 2;
}

.plate--tray.slider_and_news {
    margin-top: -30px;
    z-index: 1;
}

.sidebar {
    position: relative;
    z-index: 3;
}

.sidebar .contact_info {
    min-height: 230px;
    background-color: var(--green);
    text-align: center;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 60px 10px 10px 10px;
    color: white;
}

.sidebar .contact_info h4 {
    margin-bottom: 10px;
}

.sidebar .contact_info p,
.sidebar .contact_info p a {
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
}

.sidebar .circle {
    width: 85px;
    height: 85px;
    position: absolute;
    background-color: white;
    border-radius: 100%;
    bottom: 190px;
    transform: translateX(-50%);
    left: 50%;
}

.sidebar .circle .inner {
    background-image: url('../images/wereldbol.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
    width: 85px;
    height: 85px;
    position: relative;
    z-index: 0;
}

.sidebar.docs .docs_links {
    border: 4px solid var(--yellow);
    border-radius: 11px;
    margin-bottom: 50px;
    padding: 25px 30px;
}

.sidebar.docs .docs_links a.links, .sidebar-wrapper a.links {
    display: block;
    color: black;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    text-decoration: none;
}

.sidebar.docs .docs_links a.links:hover {
    text-decoration: underline;
}

.sidebar.docs .docs_links a.links:last-child, .sidebar-wrapper a.links:last-child {
    border: 0;
}



.sidebar.docs .docs_links a.links:after, .sidebar-wrapper a.links:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 10px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}

.sidebar.docs .docs_links a.links:hover:after, .sidebar-wrapper a.links:hover:after {
    left: 18px;
}


.sidebar.docs .contact_info {
    border-radius: 11px;
}

[data-id="post_13444"] .plate--column .item_wrapper {
    min-height: auto;
}

.content ul {
    list-style-type: none;

}

.content li {
    font-family: 'Titillium Web', serif;
    color: #908e8e;
}

.content li:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    position: absolute;
    margin-left: -25px;
}


.content [data-id="element_85809"] ul,
.content [data-id="element_85822"] ul {
    margin: 0 auto;
    position: relative;
    max-width: 90px;
}

.content ul li {
    margin-bottom: 10px;
}

.share-block {
    padding: 18px;
    background: var(--yellow);
    width: 265px;
    border-radius: 4px;
    margin-left: 15px;
    margin-top: 20px;
}

.share-block h5 {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    color: white;
}

.share-block a:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 22px;
    text-align: center;
    margin-right: 3px;
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    border: 2px solid white;
    border-radius: 2px;
    color: white;
    font-size: 14px;
}

.share-block a.facebook:before {
    content: '\f39e';
}

.share-block a.twitter:before {
    content: '\f099';
}

.share-block a.linkedin:before {
    content: '\f0e1';
}


/*--------MEDIA QUERIES---------*/
@media only screen and (max-width: 1600px) {
    .certificaat_section .img_container .img_inner {
        top: -260px;
        left: -165px;
        height: 520px;
    }

}


@media only screen and  (max-width: 1300px){
    .navbar {
        width: calc(100% - 30px);
        left: 15px;
    }

    .navbar.sticky {
        width: 100%;
        left: 0;
    }

    .info_container {
        right: 15px;
    }

    .certificaat_section .img_container .img_inner {
        top: -200px;
        left: 0;
        height: 420px;
    }

    .grey_section [data-id="element_86307"] {
        width: 340px;
    }

    #section-no-margin .plate--row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar .nav-item {
        margin: 0 0px;
    }

}

@media only screen and (max-width: 991px) {

    h1 {
        font-size: 35px;
        line-height: 50px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h3 {
        font-size: 20px;
        line-height: 32px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .usp_section,
    .grey_section,
    .footer .container-fluid.copyright,
    .nieuws_section {
        height: auto;
    }

    .slider_section {
        height: 400px;
    }

    .usp_section:after {
        height: 100%;
        width: 100%;
        -webkit-background-size: contain;
        background-size: contain;

    }

    .certificaat_section, .certificaat_section .row,
    .nieuws_section .row {
        height: auto;
    }

    .certificaat_section .row {
        margin-right: 0;
        margin-left: -15px;
    }

    .usp_section .plate--column,
    .certificaat_section .plate--column,
    .nieuws_section .item {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 15px
    }

    .certificaat_section .col-md-5,
    .certificaat_section .col-md-7,
    .footer .container-fluid.copyright .col-md-6 {
        flex-basis: 100%;
        max-width: 100%;
        height: auto;
    }

    .news_articles .nieuws_items .item {
        flex-basis: 100%;
        max-width: 100%;
        flex: 1 1 auto;
        margin-bottom: 30px;
    }

    .news_articles .nieuws_items {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .certificaat_section .col-md-5 {
        position: absolute;
        top: 0;
        display: none;
    }

    .grey_section [data-id="element_86307"] {
        width: 280px;
        z-index: 0;
        opacity: .3;
    }

    [data-id="column_50413"] {
        z-index: 1;
    }

    .grey_section, .grey_section .plate--row  {
        height: auto;
    }

    .slider_section {
        padding: 50px 0;
    }

    .slider_section .sub_title p {
        top: 0;
    }
    .slider_section:after {
        height: 100%;
    }

    .footer .plate--column {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-basis: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .footer .plate--column:last-child {
        margin-bottom: 0;
    }

    .footer {
        padding: 30px 0;
        height: 885px;
    }

    .footer .text-align {
        text-align: center!important;
    }

    .footer .container-fluid.copyright {
        bottom: -160px;
    }

    .footer .mandelo_logo img {
        height: 80px;
    }

    [data-id="element_84978"] {
        top: 0;
        transform: none;
        position: relative;
    }

    .logo {
        width: 200px;
    }
    
    .info_container a span {
        display: none;
    }

    .info_container a.tel:before,
    .info_container a.mail:before {
        content: '';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: white;
    }

    .info_container a.tel:before {
        content: '\f095';
    }

    .info_container a.mail:before {
        content: '\f0e0';
    }

    [data-id="post_13444"] .content .white-block {
        margin-top: 0;
    }

    .content .white-block {
        padding: 20px 10px;
    }

    form .input_field input,
    form .input_field textarea {
        width: 100%;
    }

    .sidebar {
        margin-top: 20px;
    }

    .certificaat_section .container {
        padding: 0!important;
    }

    #referentie_carousel .carousel-indicators {
        bottom: -75px;
    }

    .navbar-toggler {
        z-index: 6;
    }

    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler-icon {
        width: auto;
        color: var(--yellow);
    }

    .navbar-toggler-icon:after {
        content: '\f0c9';
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        margin-left: 8px;
        font-size: 30px;
        vertical-align: sub;
        color: var(--yellow);
    }

    .navbar-collapse a.nav-link {
        padding-top: 8px;
        padding-bottom: 8px;
        color: white!important;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
        background: var(--green);
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    /*.navbar-collapse:before {
        content: '';
        background: white;
        width: 100%;
        height: 90px;
        position: absolute;
        top: 0;
        left: 0;
    }*/

    .lockScroll .navbar:before {
        content: '';
        background: white;
        width: 160%;
        height: 90px;
        position: absolute;
        top: 0;
        left: -136px;
        z-index: 6;
    }

    .navbar-collapse .navbar-nav {
        padding-top: 120px;
        padding-left: 20px;
        padding-bottom: 50px;
    }

    .collapse:not(.show) {
        display: none;
    }

    .collapsing {
        position: absolute;
        visibility: hidden;
        display: none;
    }

    .lockScroll .navbar {
        top: 0;
        width: 100%;
        left: 0;
    }

    .lockScroll .navbar-collapse {
        opacity: 1;
        z-index: 5;
        display: block;
        position: fixed;
        overflow-y: scroll;
    }

    .navbar-collapse .nav-item.button.yellow {
        width: 150px;
        margin-top: 10px;
    }

    .lockScroll .navbar-toggler-icon {
        -webkit-transition: all 4s ease-in-out;
        -moz-transition: all 4s ease-in-out;
        -ms-transition: all 4s ease-in-out;
        -o-transition: all 4s ease-in-out;
        transition: all 4s ease-in-out;
    }

    .lockScroll .navbar-toggler-icon:after {
        content: '\f00d';
    }

    .header-bg, .header-bg:after {
        border-bottom-left-radius: 50% 200px;
        border-bottom-right-radius: 50% 200px;
    }

    .dropdown-menu {
        transform: translateY(0px)!important;
        opacity: 1!important;
        visibility: visible!important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    a.dropdown-item {
        color: white!important;
    }

    a.dropdown-item:hover {
        color: var(--yellow)!important;
    }

    .dropdown-item:hover,
    .dropdown-item:active,
    .dropdown-item:visited,
    .dropdown-item::selection {
        background-color: transparent;
    }

    .certificaat_section {
        padding: 50px 0!important;
    }

    .sidebar-wrapper .sidebar-inner{
        position: relative;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .sidebar-wrapper .white-block{
        position: relative;
        top: 0;
        margin-top: 30px;
    }

}

@media only screen and (max-width : 767px) {
    .content .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .container, .plate--container {
        padding: 0 7.5% !important;
        max-width: none;
    }

    .container.navigation {
        max-width: 85%;
    }

    .navbar {
        width: calc((100% - 15% ) - 10px);
        left: initial;
        padding: 8px;
    }

    .navbar.sticky {
        width: 100%;
        left: 0;
    }

    .info_container {
        right: 10%;
    }

    .info_container a {
        font-size: 14px;
    }

    .referentie_items {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .logo {
        width: 150px;
    }

    .header-bg, .header-bg:after {
        border-bottom-left-radius: 50% 150px;
        border-bottom-right-radius: 50% 150px;
    }

    #section-no-margin .plate--row {
        margin-left: 0;
        margin-right:0;
    }

    #section-no-margin .plate--column {
        padding-left: 0;
        padding-right: 0;
    }
}

/*-----------EVEN CONTAINERS---------*/

@media screen and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 768px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 992px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (min-width: 1530px) {
    .container, .plate--container {
        max-width: 1470px;
    }
}
