:root {

}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow: hidden;
}

/* FONT & TEXT STYLING */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 95px;
    line-height: 100px;
}

h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
}

h3 {
    font-size: 30px;
    line-height: 42px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 24px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

button:focus {
    outline: none;
}

td {
    padding: 0 11px 5px 0;
}

p, a, u, span, select, section, td, th, option, form, input, strong, ul, ol, li, textarea, label, button, input, iframe, table {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 31px;
    color: #212529;
}

a:hover {
    color: #212529;
    text-decoration: none;
}

p {
    margin: 0;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, p b, a b, u b, span b, select b, section b, td b, th b, option b, form b, input b, b, strong, ul b, ol b, li b, textarea b, label b, button b, input b, iframe b, table b {
    font-weight: 800;
}

:focus {
    outline: none;
}

.lockScroll {
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.top-opacity {
    position: absolute;
    height: 20%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 7%, rgba(0, 0, 0, 0.5494572829131652) 100%);
}

.bottom-overlay {
    position: absolute;
    height: 20%;
    width: 100%;
    display: block;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.5494572829131652) 100%);
}

.direct-regelen-wrapper {
    background: #ffffff;
    border-radius: 25px;
    position: fixed;
    bottom: 40px;
    right: 10%;
    height: auto;
    width: auto;
    z-index: 4;
    box-shadow: 0 0 30px -20px black;
}

.direct-regelen-content {
    padding: 10px 10px 10px 20px;
}

.dr-title p {
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 0;
}

.dr-title {
    display: flex;
}

.direct-regelen-content:hover .dr-links {
    display: flex;
}

.dr-links {
    display: none;
    text-align: center;
    flex-direction: column;
    margin: 7px 5px 7px 0;
}

.dr-links a {
    margin: 0;
}

.dr-line {
    margin: 2px 5px 3px 5px;
    color: #081b2b;
    border: 1px solid;
    opacity: 10%;
}

.main-content-wrapper {
    width: 100%;
    position: relative;
    background: white;
}

.main-btn {
    border: 1px solid #fff;
    padding: 18px 40px;
}

.plate--container {
    width: 100%;
    max-width: unset;
    /*Deze padding is te veranderen per project */
    padding-left: 10%;
    padding-right: 10%;
}

/*Use this class to make element or section full width*/
.grecaptcha-badge {
    visibility: hidden;
}

.formulier {
    position: relative;
    padding: 30px 40px;
}

.formulier:before {
    content: '';
    background-color: #f1b40e;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    position: absolute;
    display: flex;
    z-index: -1;
}

.none {
    width: 100%;
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

.section-container {
    width: 100%;
    /*Deze padding is te veranderen per project*/
    padding-left: 120px;
    padding-right: 120px;
}

.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inspring {
    padding: 0 15%;
}

/* 404 message */

.error-message {
    position: relative;
    width: 100%;
    margin-top: -375px;
}

/*Navigation styling*/

#navigation {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 12;
    top: 0;
    background-color: rgba(255, 255, 255, 0);

    transition: all ease-in-out .3s;
}

#navigation.scrolled {
    background-color: #F1B40E;
}

nav.navbar {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row;
    padding: 0;
}

a.nav-link {
    font-size: 4vw;
    color: white;
    font-weight: 700;

    transition: ease .3s;
    transform: scale(1);
}

.swiper-slide.menuitems.swiper-slide-active a.nav-link {
    transform: scale(2.2);
}

.navbar-inner {
    position: relative;

    display: flex;
    justify-content: space-between;
}

.navbar-brand {
    height: 80px;
    width: auto;
    position: relative;
    max-width: 20%;
    z-index: 100;
}

button.navbar-toggler {
    padding: .25rem 0 .25rem .75rem;
    position: relative;
    z-index: 100;
}

.navbar-toggler p {
    padding: 0 20px 0 0;
    line-height: 0;
    margin: 0;
    color: #081b2b;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.menu-open .navbar-collapse {
    opacity: 1;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.navbar-collapse {
    z-index: 10;
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #F1B40E;
    justify-content: center;

    -webkit-transition: cubic-bezier(0.15, 0.86, 0.5, 1.01) .6s;
    -moz-transition: cubic-bezier(0.15, 0.86, 0.5, 1.01) .6s;
    -ms-transition: cubic-bezier(0.15, 0.86, 0.5, 1.01) .6s;
    -o-transition: cubic-bezier(0.15, 0.86, 0.5, 1.01) .6s;
    transition: cubic-bezier(0.15, 0.86, 0.5, 1.01) .6s;

    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
}

.navbar-collapse svg {
    position: absolute;
    top: 0;
    margin: 0 auto;
    height: 100vh;
    width: 100vh;
    overflow: hidden;
}

.dropdown-menu.active {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100px;
    padding: 10px 0;
    margin: 0 0 0 0;
    background-color: #fff;
    border: 1px solid #007bff;
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    color: #007bff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(0, 123, 255, 0.84);
    text-decoration: none;
    background-color: #ffffff;
}

.menu-buttons {
    display: flex;
}

.menu-style-bg {
    padding: 0 15px;
    background-color: white;
    z-index: 200;
    display: flex;
    height: 45px;
    align-self: center;
}

.menu-style {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-style p:hover {
    text-underline: none;
}

.menu-style p {
    line-height: 0;
    margin: 0;
    color: #081b2b;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    transform: rotate(0deg);
}

@keyframes driving {
    from {
        transform: translateX(-140%);
    }
    to {
        transform: translateX(150%);
    }
}

.bars {
    position: relative;
    height: auto;
    width: 35px;
    overflow: hidden;
}

.navbar-toggler:hover .bar.bar-2 {
    animation: driving linear .4s infinite;
}

.navbar-toggler:hover .bar.bar-3 {
    animation: driving linear .4s infinite;
    margin-left: 40px;
}

.bar {
    width: 100%;
    height: 3px;
    background: #081b2b;
    margin-bottom: 5px;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.bar.bar-2 {
    width: 40%;
    margin: 0;
    position: absolute;
}

.bar.bar-3 {
    width: 40%;
    margin-left: 20px;
}

.bar.bar-4 {
    margin-bottom: 0;
}

.menu-open .bars {
    margin: 0;
    overflow: visible;
}

.menu-open .navbar-toggler:hover .bar.bar-2 {
    animation: none;
}

.menu-open .navbar-toggler .bar.bar-3 {
    animation: none;
    margin-left: 18px;
}

.menu-open .bar-1 {
    transform: rotate(45deg);
}

.menu-open .bar-2 {
    margin-top: 0;
    margin-left: 2px;
    transform: rotate(-45deg);
}

.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
    margin-right: 3px;
}

.menu-open .bar-4 {
    opacity: 0;
}

ul.navbar-nav {
    position: relative;
    width: 100%;

    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

ul.sm-menu {
    position: absolute;
    bottom: 12vh;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    z-index: 1;
}

li.sm-menu-item {
    list-style: none;
    width: 49.5%;
}

li.sm-menu-item:nth-child(even) {
    text-align: right;
}

a.sm-menu-link {
    color: white;
    font-weight: 700;
}

.logo {
    position: relative;
    height: 100%;
    width: 95%;
    filter: unset;

    transition: all ease-in-out .3s;
}

ul.navbar-nav li.last {
    padding-right: 0;
}

/* CONTACTFORM STYLING */

input[type="submit"] {
    border: 0;
    background: white;
    padding: 0 15px;
    height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
}

.form-field {
    display: block;
    position: relative;
    z-index: 3;
    min-height: 45px;
    height: auto;
}

.form-field .form-field__textarea {
    min-height: 150px;
    max-height: 280px;
}

.form-field--is-active .form-field__control::after {
    color: #081b2b;
    opacity: .8;
    -webkit-transform: scaleX(150);
    -ms-transform: scaleX(150);
    transform: scaleX(150);
}

.form-field--is-active .form-field__label {
    color: #081b2b;
    opacity: .29;
    font-size: 12px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.form-field--is-filled .form-field__label:before {
    opacity: 1;
}

.form-field__label:before {
    content: '✔';
    color: #081b2b;
    position: absolute;
    right: 10px;
    bottom: -20px;
    opacity: 0;
}

.form-field--is-active .form-field__label.steps {
    color: #081b2b;
    opacity: .29;
    font-size: 12px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.form-field--is-filled .form-field__label {
    font-size: 0.75rem;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
}

.form-field--is-filled .form-field__label.steps {
    font-size: 0.75rem;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.form-field__label {
    display: block;
    font-size: 17px;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    z-index: -1;
    color: #081b2b;
}

.form-field_check_label {
    position: relative;
    margin-bottom: 5px !important;

    display: flex;
    align-items: center;
}

.form-field_check_label span {
    margin-left: 10px;
}

.form-field__control {
    background: #eee;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.form-field__control::after {
    border-bottom: 3px solid rgba(69, 87, 96, 0.48);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 1%;
}

.form-field__input,
.form-field__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #081b2b;
    color: #081b2b;
    display: block;
    margin-bottom: 34px;
    outline: 0;
    width: 100%;
    z-index: 5;
}

.form-field-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-top: 24px;
    width: 100%;
}

.form-field-container input {
    margin-top: 0;
}

.form-field.first label {
    display: block;
}

.form-field.select select {
    padding: 5px;
    border: 1px solid #333333;
}

textarea,
input[type="text"],
input[type="file"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-field input[type="file"] {
    padding-left: 0;
    -webkit-appearance: none;
}

.form-field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

.form-field input[type="file"]:before {
    content: 'Bestand kiezen';
    display: inline-block;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}

.form-field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
}

.form-field input[type="checkbox"]:checked {
    color: #99a1a7;
}

.form-field input[type="checkbox"]:after {
    content: '';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: -1px;
    left: -1px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="checkbox"]:checked:after {
    background-color: #333333;
}

.form-field input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #333333;
}

.form-field input[type="radio"]:checked {
    color: #99a1a7;
}

.form-field input[type="radio"]:after {
    content: '';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: -1px;
    left: -1px;
    background-color: transparent;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form-field input[type="radio"]:checked:after {
    background-color: #333333;
}

textarea {
    height: 150px;
    min-height: 100px;
    max-height: 350px;
}

input.form-submit {
    background: transparent;
    border: none;
}

.submit-form-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0;
}

.submit-form-btn input {
    width: 100%;
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
    font-weight: unset;
    text-transform: unset;
    padding: 15px;
    color: #000000;
    border: 1px solid #ffffff00;
}

.submit-form-btn:hover input {
    color: #e6e6e6;
    background-color: #000000;
}

/* post header & home header */
.post-header-wrapper, .home-header-wrapper {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
}

.home-header-wrapper {
    position: relative;
    top: -90px;
    height: 100%;
    background: #F1B40E;
}

.home-header svg {
    position: absolute;
    z-index: 1;
    height: 120vh;
    width: 100vw;
    top: -10vh;
}

header.home-header {
    height: 100vh;
    position: relative;
    margin-top: 90px;
}

.home-header-wrapper .buttons .button:nth-child(1n+2) {
    margin-left: 10px;
}

header.post-header {
    height: 60vh;
    width: 100%;
    position: relative;
}

.post-header.nieuws .plate--container h1 {
    font-size: 70px;
    line-height: 79px;
}

.nieuwsdetail {
    padding-top: 80px;
}

.logo.posthead {
    filter: contrast(1) brightness(99999);
}

.post-header-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-header-wrapper svg {
    position: absolute;
    height: 60vh;
    width: 125vw;
    opacity: 50%;
}

.post-header-wrapper h1 {
    text-align: center;
    font-weight: 600;
}

/*Nieuwsartikelen*/

.nieuws-inleiding {
    padding: 40px 0;
}

.nieuws-item-wrapper {
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
}

.nieuws-item-wrapper.first {
    width: 66%;
}

.nieuws-item-wrapper.first .nieuws-item-image {
    height: 95%;
}

.nieuws-item-wrapper.first .nieuws-item-wrapper-inner {
    position: absolute;
    bottom: 50px;
    left: 40px;
    padding: 0;
}

.nieuws-item-wrapper.first .nieuws-item-wrapper-inner h4 {
    color: #ffffff;
    width: 70%;
}

.nieuws-item-wrapper.first .nieuws-item-wrapper-inner p {
    display: none;
}

.nieuws-item-wrapper:nth-child(2) {
    margin-right: 0;
}

.nieuws-item-wrapper:nth-child(3n - 1) {
    margin-right: 0;
}

.nieuws-items-container {
    position: relative;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.nieuws-item-wrapper-inner {
    padding: 15px 0;
}

.nieuws-item-wrapper-inner h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.nieuws-item-image {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}

.nieuws-item-date {
    display: flex;
    position: absolute;
    justify-content: center;
    background-color: #f1b40e;
    width: 150px;
    padding: 10px 0;
    transform: rotate(1deg);
    z-index: 1;
    right: -10px;
    top: -20px;
}

.nieuws-item-date h6 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    transform: rotate(-1deg);
}

/*Opleidingen homeheader*/

.home-header-wrapper .plate--container {
    padding: 0;
}

.swiper-container.menuitems {
    width: 100vw;
    height: 80vh;
    margin-top: 10vh;
}

.swiper-slide.menuitems {
    height: 30vh;
    justify-content: center;
    align-content: center;
    display: flex;
    width: 40%;
    position: relative;
    top: 37%;
}

.swiper-pagination.recensies.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: -20%;
    width: 66px !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active-next-next,
span.swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.0) !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1px;
    background-color: #fff;
    opacity: 1;
    transition: all .6s;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 10px;
}

.opleidingen-wrapper {
    display: flex;
    justify-content: space-around;
}

.opleiding {
    position: relative;
    z-index: 1;
}

.opleiding-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.opleiding-inner {
    height: 60vh;
    width: 40vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(-1deg);
}

.opleiding-content.odd2,
.opleiding-inner.odd2 {
    transform: rotate(1deg);
}

.opleiding-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    z-index: 1;
    margin-top: 30px;
    transform: rotate(-1deg);
}

a.full-link-btn:hover .opleiding-content p {
    overflow: visible;
    height: 100%;
    display: block;
}

.opleiding-content p {
    position: absolute;
    color: white;
    width: 83%;
    left: 0;
    margin-top: 70px;
    height: 0px;
    overflow: hidden;
    transition: all .6s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.opleiding-wrapper .full-link-btn:hover p {
    height: 100%;
    overflow: visible;
}

/* Asection */

.Asection-content {
    position: relative;
    padding: 120px 0;
}

.Asection-content svg {
    position: absolute;
    top: 0;
    left: 0%;
    transform: scale(1.2);
}

/* img&tekst blok */

.imgtext-tekst h3,
.imgtext-tekst p {
    color: #ffffff;
}

.imgtext-outer {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.imgtext-tekst {
    position: absolute;
    background-color: #081B2B;
    width: 44%;
    padding: 45px 50px;
    left: 0;
    z-index: 1;
    align-self: center;
}

.imgtext-img {
    position: relative;
    height: 550px;
    width: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(1deg);
}

/* post item */
.items-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.item-wrapper {
    position: relative;
    width: 23.5%;
    background: #e6e6e6;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 12px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.item-wrapper:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.items-container .item-wrapper:nth-child(4n) {
    margin-right: 0;
}

.item-wrapper .item-wrapper-inner {
    padding: 15px;
    color: #000000;
}

.item-wrapper .item-wrapper-inner p {
    margin-bottom: 0;
}

.item-wrapper .item-image {
    height: 250px;
    background-position: center center;
    background-size: cover;
}

/* uitgelicht blok */

.uitgelichtblok-blokjes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 69px 0;
}

.uitgelichtblok-outer {
    position: relative;
    background-color: #D6D6D6;
    height: auto;
    padding: 60px 90px;
}

.uitgelichtblok-CTA {
    position: absolute;
    width: 31%;
    height: auto;
    right: -14%;
    top: -125px;
    background-color: #F1B40E;
    box-shadow: black 0px 0px 70px -50px;
    overflow: hidden;
}

.uitgelichtblok-inner-svg svg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -4vw;
    z-index: 0;
    overflow: hidden;
}

.uitgelichtblok-inner-CTA {
    position: relative;
    padding: 15% 10%;
    z-index: 1;
}

/* Sidewide melding */

.top-bar {
    position: fixed;
    height: auto;
    padding: 5px 0;
    width: 100%;
    bottom: 0;
    z-index: 9999999999;
    background-color: #081b2b;
    opacity: 0;
    display: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.top-bar p {
    color: #ffffff;
}

.top-bar .plate--container {
    height: 100%;
}

#close-notification {
    position: absolute;
    right: 5%;
    height: 30px;
    cursor: pointer;
}

#close-notification svg {
    height: 15px;
    width: 15px;
    fill: white;
}

.fil0 {
    fill: white !important;
}

.open-notification .top-bar {
    display: block;
    opacity: 1;
}

/* Recensie overzicht */

.swiper-container.recensies {
    min-height: 250px;
    display: flex;
    align-items: center;
}

.swiper-container.recensies span.swiper-pagination-bullet {
    background-color: #F1B40E;
}

.recensieoverzicht-blokjes {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.recensieoverzicht-outer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    padding: 50px 0;
}

.recensieoverzicht-content p,
.recensieoverzicht-content h3 {
    text-align: center;
    color: #081b2b;
    margin-bottom: 0;
}

.recensieoverzicht-content h3 {
    margin-bottom: 50px;
}

.recensie-message:before {
    content: url("../img/Path 96.svg");
    position: absolute;
    left: 50px;
}

.recensie-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #F1B40E;
    justify-content: center;
    display: flex;
    flex-flow: column wrap;
}

.swiper-slide {
    height: auto;
}

.swiper-slide:nth-child(odd) .recensie-outer {
    transform: rotate(1deg);
    margin-top: -1px;
}

.swiper-slide:nth-child(even) .recensie-outer {
    transform: rotate(-1deg);
    margin-top: 1px;
}

.swiper-slide:nth-child(odd) .recensie-message p {
    transform: rotate(-1deg);
}

.swiper-slide:nth-child(even) .recensie-message p {
    transform: rotate(1deg);
}

.recensie-message p {
    font-weight: 700;
    color: #081b2b;
}

.recensie-message {
    padding: 40px 30px 0 100px;
}

.recensie-content {
    text-align: left;
    color: #081b2b;
    padding: 20px 35px 20px 100px;
}

.recensie-content p {
    color: #fff;
}

/* innerblokjes */

.infoblok-outer {
    position: relative;
    width: 22%;
    background-color: #ffffff;
    height: auto;
    padding: 31px;
}

.infoblok-outer.wider {
    width: 31%;
}

.infoblok-outer:nth-child(odd) {
    transform: rotate(1deg);
}

.infoblok-content h3 b {
    margin-bottom: 24px;
}

.infoblok-content {
    margin-bottom: 50px;
}

.infoblok-extra h5 {
    margin: 0;
}

.infoblok-extra {
    min-width: 178px;
    position: absolute;
    min-height: 45px;
    background-color: #f1b40e;
    padding: 8px 20px;
    display: flex;
    right: -10px;
    bottom: -20px;
    justify-content: flex-end;
}

/* company info */
.company-info svg {
    height: 16px;
    width: 16px;
    color: #007bff;
}

/* menu element */
ul.menu {
    padding: 0 0 0 20px;
}

/* section */
.section {
    position: relative;
}

.section-content {
    position: relative;
    z-index: 3;
}

/* footer */
.footer {
    position: relative;
    padding-top: 80px;
    background: #ffffff;
}

.footer-cta {
    position: relative;
    background-color: #081B2B;
    display: flex;
}

.footer-content {
    color: #fff;
    padding: 150px 20px;
    text-align: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

.footer-content .main-btn {
    color: #fff;
}

.footer-cta svg {
    position: absolute;
    right: -150px;
    height: 100%;
}

.footer-content h3 {
    margin-bottom: 50px;
}

.footer-content .main-btn {
    color: #fff;
}

.footer-nawdata {
    position: relative;
    padding: 85px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footer-col {
    margin-right: 30px;
}

.footer-socials {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.footer-icons:nth-child(odd) {
    transform: rotate(-1deg);
}

.footer-icons:nth-child(even) {
    transform: rotate(1deg);
}

.footer-icons:first-child {
    margin-left: 0;
}

.footer-icons {
    position: relative;
    background-color: #081B2B;
    padding: 10px 16px;
    margin-left: 10%;
}

@media screen and (max-width: 1400px) {
    .infoblok-outer {
        width: 46%;
        margin: 0 auto 50px auto;
    }
    .post-header.nieuws .plate--container h1 {
        font-size: 40px;
        line-height: 49px;
    }
}

@media screen and (max-height: 560px) {
    .opleiding-inner {
        height: 50vh;
    }
}

@media screen and (max-width: 1200px) {
    .uitgelichtblok-outer {
        padding: 60px 50px;
    }

    .opleidingen-wrapper {
        margin-top: 40px;
    }
}

@media screen and (max-width: 989px) {

    .plate--container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .direct-regelen-wrapper {
        right: 30px;
    }

    .direct-regelen-content {
        padding: 10px;
    }

    .dr-title p {
        display: none;
    }

    .direct-regelen-wrapper:hover .dr-title p {
        display: flex;
    }

    .opleidingen-wrapper {
        flex-direction: column;
    }

    .opleiding-inner {
        height: 30vh;
        width: 80%;
    }

    .nieuws-item-wrapper.first {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .nieuws-item-wrapper.first {
        width: 100%;
        height: 350px;
        position: relative;
        margin-right: 0;
    }

    .nieuws-item-wrapper {
        width: 49%;
    }

    .nieuws-item-wrapper:nth-child(2n) {
        margin-right: 2%;
    }

    .nieuws-item-wrapper:nth-child(2n - 1) {
        margin-right: auto;
    }

    .nieuws-item-wrapper:nth-child(3n-1) {
        margin-right: fill;
    }

    .error-message svg {
        margin-top: -53px;
        margin-left: -5%;
        width: 84%;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background: #f1b40e;
        padding: 30px;
        min-height: 100vh;
        height: auto;
        z-index: 99;
    }

    .imgtext-outer {
        min-height: 650px;
    }

    .imgtext-img {
        width: 100%;
    }

    .imgtext-tekst {
        padding: 30px 40px;
        right: -30px;
        bottom: -80px;
        width: 85%;
        left: unset;
        align-self: flex-end;
    }

    .menu-open .navbar-collapse {
        display: block;
        opacity: 1;
        padding: 0;
    }

    .navbar-collapse .navbar-nav {
        flex-flow: column;
    }

    .dropdown-menu {
        display: block;
        background: #ffffff00;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

    .dropdown-menu .dropdown-item:before {
        content: "- ";
    }

    /* itemwrapper */
    .item-wrapper {
        width: 49%;
        margin-right: 2%;
    }

    .item-wrapper:nth-child(2n) {
        margin-right: 0;
    }

    .item-wrapper:nth-child(4n) {
        margin-right: unset;
    }

    .uitgelichtblok-inner-CTA {
        display: none;
    }

    .uitgelichtblok-blokjes {
        padding: 10px 0;
    }

    .infoblok-outer.wider {
        width: 46%;
        margin: 0 auto 50px auto;
    }
}

@media screen and (max-width: 690px) {
    h1 {
        font-size: 60px;
    }

    .opleiding-content h2 {
        font-size: 43px;
    }

    .post-header.nieuws .plate--container h1 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 25px;
    }

    a.nav-link {
        font-size: 5vw;
    }

    .uitgelichtblok-outer {
        padding: 40px 30px;
    }

    .footer-socials {
        justify-content: flex-start;
    }

    .navbar-brand {
        max-width: 50%;
    }

    .home-header svg {
        position: absolute;
        z-index: 1;
        height: 110vh;
        width: 120vw;
        top: -16vh;
    }

    .swiper-slide {
        width: 75%;
    }

    .opleidingen-wrapper {
        margin-top: 50px;
    }

    .opleiding-content {
        margin: 0;
    }

    .opleiding-wrapper {
        margin-top: 20px;
    }

    .menu-style p {
        font-size: 18px;
    }

    .menu-style p.menu-text {
        display: none;
    }

    .nieuws-item-wrapper {
        width: 100%;
        margin-right: 0 !important;
    }

    .item-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .imgtext-tekst {
        width: 100%;
        padding: 20px;
    }

    .infoblok-outer.wider {
        width: 100%;
        margin: 0 auto 50px auto;
    }

    .infoblok-outer {
        width: 100%;
        margin: 0 auto 50px auto;
    }
}
