/*GENERAL STYLING*/
@font-face {
    font-family: 'AmsiPro';
    src: url('../FONTS/AmsiPro-SemiBold.woff2') format('woff2'),
    url('../FONTS/AmsiPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "GTWalsheimProBold";
    src: url("../FONTS/GT-Walsheim-Pro-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GTWalsheimProRegular";
    src: url("../FONTS/GT-Walsheim-Pro-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmsiPro';
    src: url('../FONTS/AmsiPro-Regular.woff2') format('woff2'),
    url('../FONTS/AmsiPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'AmsiProNarw';
    src: url('../FONTS/AmsiProNarw-Bold.woff2') format('woff2'),
    url('../FONTS/AmsiProNarw-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AmsiProNarw';
    src: url('../FONTS/AmsiProNarw-SemiBold.woff2') format('woff2'),
    url('../FONTS/AmsiProNarw-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AmsiProNarw';
    src: url('../FONTS/AmsiProNarw-Regular.woff2') format('woff2'),
    url('../FONTS/AmsiProNarw-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f8f0ee;
}

body.lockScroll {
    overflow: hidden;
    padding-right: 17px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'AmsiProNarw';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2648A1;
    letter-spacing: -0.84px;
}

h1 b,
h2 b,
h3 b,
h4 b {
    font-weight: 700;
    letter-spacing: -0.84px;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

p, a, span, select, li, td, th, option, form input, b, ul, textarea, label, button {
    font-size: 15px;
    line-height: 23px;
    font-family: 'AmsiPro';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333438;
}

b {
    font-weight: 600;
}

h1 {
    font-size: 42px;
    line-height: 42px;
}

h2 {
    font-size: 42px;
    line-height: 42px;
}

h3 {
    font-size: 32px;
    line-height: 32px;
}

h4 {
    font-size: 26px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 18px;
}

h6 {
    font-size: 16px;
    line-height: 16px;
}

.fas {
    color: #DDD2CF;
    font-size: 20px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(54, 54, 54, .5);
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(54, 54, 54, .5);
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(54, 54, 54, .5);
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(54, 54, 54, .5);
}

.section-container {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-container .plate--container {
    padding-left: 12%;
    padding-right: 12%;
}

.section-container.text-indent .plate--container {
    padding-left: calc(6% - .75%);
    padding-right: calc(6% - .75%);
}


/* afbeelding met link blok */
.afbeelding-element {
    width: 100%;
    height: 250px;
    position: relative;
}

.afbeelding-met-link {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.afbeelding-met-link svg {
    position: absolute;
    width: 40px;
    z-index: 3;
    transition: .2s ease;
    opacity: 0;
    right: -20px;
    bottom: -40px;
}

.afbeelding-met-link:hover svg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    z-index: 3;
    opacity: 1;
    transition-delay: .2s;
}

.afbeelding-met-link-titel h3 {
    color: #FFFFFF;
    padding: 20px 25px;
    z-index: 2;
    position: absolute;
    top: 15px;
    left: 20px;
}

.afbeelding-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.afbeelding-met-link:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.35);
}

.afbeelding-met-link.is_link:after {
    content: '';
    position: absolute;
    background-color: #000000;
    transform: rotate(51deg);
    width: 100px;
    height: 200px;
    right: -5px;
    bottom: -210px;
    z-index: 2;
    transition: ease-in .3s;
}

.afbeelding-met-link.is_link:hover:after {
    content: '';
    position: absolute;
    background-color: #000000;
    transform: rotate(51deg);
    width: 100px;
    height: 200px;
    right: -5px;
    bottom: -78px;
    z-index: 2;
}

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 60px;
}

.overflow {
    overflow-x: hidden;
}

.nav-link {
    display: block;
    padding: 4px 1rem;
}

.fixed-header li.nav-item a.dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu a.dropdown-item:hover {
    color: rgb(0, 0, 0) !important;
    background-color: #000000;
}

.dropdown-menu a.dropdown-item:before {
    content: none;
}

.dropdown-menu:before {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 30px;
    background-color: #ffffff00;
    content: '';
    left: 0;
    z-index: 6;
}

.dropdown-menu {
    border-radius: 0;
    left: 0px;
    z-index: 5;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    list-style: none;
    color: #FFFFFF;
    background-color: #000000;
    border: none;
    transition: ease-in .3s;
}

.dropdown-item {
    border: 0;
    animation-duration: 0.25s;
}

.dropdown-item:before {
    content: none;
}


/*PARAGRAPH*/

.paragraph.licht h1,
.paragraph.licht h2,
.paragraph.licht h3,
.paragraph.licht h4,
.paragraph.licht h5,
.paragraph.licht h6,
.paragraph.licht p {
    color: white !important;
}

.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6,
.paragraph p {
    color: #000000;
}

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;
}

a:hover {
    text-decoration: none;
    color: #2648A1;
}

button {
    -webkit-appearance: none !important;
    border: 0;
    padding: 0;
    outline: none !important;
}

.button {
    position: relative;
    min-width: 180px;
    height: 54px;
    background-color: #53D0EC;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;

    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.button:hover {
}

.button a {
    position: relative;
    color: #FFFFFF !important;
    font-size: 15px;
    line-height: 18px;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    padding: 17px 30px;
    font-weight: 400;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.button-wrapper .button {
    margin-top: 20px;
}

p a:hover {
    text-decoration: none;
}

.full-link-btn, .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}

.plate--container {
    position: relative;
    max-width: none !important;
    padding-left: 6%;
    padding-right: 6%;
    z-index: 0;
}

.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;
}

.al-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*NAVIGATION*/
.navigation, .navbar {
    height: 125px;
    position: relative;
}

.navigation.menu-open .navbar-toggler-wrapper .bars,
.navigation.drukwerkmenu-open .drukwerk-toggler-wrapper .bars {
    margin-top: 0;
    position: relative;
}

.navigation.menu-open .navbar-toggler-wrapper .bar,
.navigation.drukwerkmenu-open .drukwerk-toggler-wrapper .bar {
    background: white;
}
.navigation.menu-open .navbar-toggler-wrapper .bar-1,
.navigation.drukwerkmenu-open .drukwerk-toggler-wrapper .bar-1 {
    transform: rotate(45deg);
}

.navigation.menu-open .navbar-toggler-wrapper .bar-3,
.navigation.drukwerkmenu-open .drukwerk-toggler-wrapper .bar-3 {
    transform: rotate(-45deg);
    margin-top: -8px;
}
.navbar-toggler-wrapper,
.navbar-toggler-wrapper .bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.navigation.menu-open .bar-2 {
    opacity: 0;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    width: 100%;
    position: relative;
}

.navbar-nav .social_media {
    position: relative;
    margin-left: auto;
    margin-right: 15px;
}

.navigation {
    position: relative;
    padding: 0 40px;
    width: 100%;
    z-index: 10;
    background: #f8f0ee;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-toggler-wrapper,
.drukwerk-toggler-wrapper {
    position: relative;
    width: 54px;
    height: 54px;
    background: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
}

.drukwerk-toggler-wrapper {
    position: absolute;
    top: 35px;
    right: 40px;
}

.navbar-toggler,
.drukwerk-toggler {
    display: block;
    z-index: 5;
    position: relative;
    right: 0;
    top: 0;
    padding: 25px 18px 18px 18px;
    cursor: pointer;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-toggler:focus,
.drukwerk-toggler:focus {
    outline: none;
}

.navbar-toggler .bar,
.drukwerk-toggler .bar {
    width: 20px;
    height: 2px;
    border-radius: 3px;
    margin-bottom: 6px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background-color: #2648a1;
}
li.nav-item {
    padding-left: 15px;
    width: calc(100% + 15px);
    transition: .1s ease-out;
}

li.nav-item:hover {
    background-color: #F8F0EE;
    border-radius: 27px;
    z-index: 1;
}

p.nav-tekst {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.navbar-nav li.nav-item.last {
    padding-right: 0 !important;
}

li.nav-item a {
    color: #333438;
    font-size: 13px;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.nav-item a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 3px;
    width: 100%;
    background: transparent;
    display: block;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-nav .social_media a {
    margin-right: 12px;
}

.navbar-brand {
    margin-right: 100px;
    z-index: 1;
    width: 20%;
    height: 70%;
    position: relative;
    padding-bottom: 0;
}

.navbar-brand a {
    opacity: 1;
}

.navbar-nav .social_media a:before {
    color: white;
}

.fixed-header .navbar-nav .social_media a:before {
    color: #000000;
}

.navbar-brand img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fixed-header .navbar-brand img {
    filter: invert(0);
}

.navigation.menu-open .navbar-toggler-wrapper,
.navigation.drukwerkmenu-open .drukwerk-toggler-wrapper,
.navbar-toggler-wrapper:hover {
    background: #2648a1;
}
.navbar-toggler-wrapper:hover .bar {
    background-color: white;
}


/* TYPOGRAFIE ELEMENT */
.typografie h2 {
    font-family: 'GTWalsheimProRegular';
    font-size: 42px;
    color: #000;
}

.typografie h2 b {
    font-family: 'GTWalsheimProBold';
    font-size: 42px;
    color: #000;
}

.typografie p {
    font-family: 'GTWalsheimProRegular';
}

.typografie p a {
    font-family: 'GTWalsheimProRegular';
}


/*LOGIN CONTAINER*/

.login-data-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    background: #F8F0EE;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-data-container {
    position: relative;
    background: white;
    width: 68%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.inner-login {
    position: relative;
    width: 50%;
    padding: 40px;
}

.inner-login.left {
    padding: 40px 100px 40px 40px;
}

.inner-login.right {
    background-color: #2648A1;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.data-title-wrapper {
    margin-bottom: 35px;
}

.data-title-wrapper h2, .data-title-wrapper h2 b {
    color: #2648A1;
}

.data-title-wrapper p {
    font-weight: 600;
    margin-top: 15px;
}

a.forgot-password {
    position: absolute;
    right: 100px;
    bottom: 56px;
    text-decoration: underline;
}

/* Speerpunten */
.speerpunt-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.speerpunt-wrapper .speerpunt-header,
.speerpunt-wrapper .speerpunt-body {
    position: relative;
}

.speerpunt-wrapper .speerpunt-body {
    padding-left: 20px;
}

.speerpunt-wrapper .speerpunt-body .tekst p {
    color: #616161;
}

.speerpunt-wrapper .speerpunt-body p.intro {
    margin-bottom: 10px;
}

.speerpunt-wrapper .speerpunt-icon {
    position: relative;
    width: 50px;
    height: 50px;
}

/*HOME HEADER*/

input.searchfield {
    outline: none;
}

.header-wrapper {
    position: relative;
    height: auto;
}

.header-inner {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f8f0ee;
    bottom: 0;
}

.header-inner h1 {
    position: relative;
    color: #2648A1;
}

.header-inner.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner.all-files {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-inner.all-files .breadcrumb-download-wrapper {
    display: none;
}

span.dots {
    padding-left: 10px;
}

.header-inner.all-files .data-title-wrapper h1 {
    font-weight: 700;
}

.header-inner.all-files .data-title-wrapper p {
    margin-bottom: 0;
}

.header-inner.all-files .searchform {
    padding: 40px 40px 40px 40px;
    background: #52cfeb;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header-inner.all-files .searchform .fa-search {
    left: 18px;
    top: 18px;
}

.searchfields {
    width: 100%;
    position: relative;
}

.header-inner.all-files .extentionFilter {
    position: relative;
    top: 0px;
    width: 100%;
    padding-top: 10px;
    left: 0px; 
}

.extentionFilter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.extentionFilter p {
    margin: 0 32px 0 0;
}

:focus {
    outline: none;
}

input[type="radio"] {
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 1px solid #2648A1;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type="radio"]:checked {
    -webkit-appearance: none;
    width: 19px;
    height: 19px;
    border: 1px solid #2648A1;
    background-color: #2648A1;
}

.searchform {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    width: 40%;
}

input#myInput::placeholder {
    font-family: 'AmsiPro';

}

input.searchfield {
    height: 54px;
    width: 100%;
    border: 0;
    padding: 0 30px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.search-file-wrapper {
    position: relative;
    width: 100%;
    background-color: #52CFEB;
    padding: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.search-file-wrapper .input_field {
    border: 0;
    margin-bottom: 0;
    background: white;
}

.search-file-wrapper .input_field input,
input.searchfield {
    padding: 14px 22px 14px 50px !important;
}

.search-file-wrapper .fa-search,
.searchform .fa-search {
    position: absolute;
    left: 18px;
    top: 18px;
}

/* kleurcodes */

.kleur-wrapper {
    position: relative;
    width: 100%;
}

.previewkleur {
    height: 125px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 12px;
}

.kleurcodes h6 {
    font-family: 'AmsiPro';
    font-weight: 600;
    font-size: 15px;
    color: #333438;
    margin-bottom: 10px;
}

.kleurcodes p {
    font-family: 'AmsiPro';
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0px;
    color: #969293;
    margin-bottom: 3px;
}

/* logo layout */

.paragraph h2 b {
    color: #2648a1;
}

.logowrapper {
    width: 100%;
    height: 265px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.logo {
    position: relative;
    width: 75%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Element */
.brand_book .element-wrapper{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
/*.brand_book .element-wrapper .featured-image{*/
    /*height: 360px;*/
/*}*/
.element-wrapper {
    width: 23.5%;
    border-radius: 10px;
    position: relative;
    margin-right: .75%;
    margin-left: .75%;
    margin-bottom: 1.5%;
    transition: .3s;
    background-color: white;
}

.element-wrapper.folder:hover {
    opacity: .65;
}

.brandbook-element {
    position: relative;
    width: 48.5%;
    height: 240px;
    margin-right: 0.75%;
    margin-left: 0.75%;
    border-radius: 10px;
    background-color: #2648A1;
    display: flex;
    align-items: center;
}

.brand-inner {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding: 45px;
}


.letter {
    width: 150px;
    height: 150px;
    background-color: #52CFEB;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.letter h2 {
    color: #FFFFFF;
    font-size: 53px;
    font-weight: 700;
    font-family: 'AmsiPro';
}
.textbox {
    margin-left: 35px;
    margin-top: 8px;
}
.textbox h2 {
    color: white;
    font-weight: 700;
}
.textbox p {
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 0;
}
.featured-image.contain {
    background-size: contain;
    border: 20px solid rgba(0, 0, 0, 0);
}

.featured-image.cover {
    background-size: cover;
}

.featured-image {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.featured-image svg {
    width: 100%;
    height: 80%;
}

.featured-image i {
    font-size: 60px;
    color: #52CFEB;
}

.drive-text-wrapper {
    position: relative;
    padding: 10px 100px 10px 30px;
    border-top: 1px solid #F8F0EE;
    height: auto;
    min-height: 60px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.drive-text-wrapper .print-download {
    position: absolute;
    right: 30px;
}

.drive-text-wrapper .print-download a {
    margin-left: 10px;
}

.drive-text-wrapper .print-download a i {
    vertical-align: middle;
    cursor: pointer;
}

.get-file svg {
    margin-bottom: 1px;
}

a.get-file svg path,
.print-item svg path,
.get-all-files svg path {
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.print-item:hover svg path,
a.get-file:hover svg path,
.get-all-files:hover svg path {
    fill: #2648A1 !important;
}
.get-all-files svg {
    margin-right: 8px;
}
.print-item:hover:before {
    content: 'Bestel drukwerk';
    position: absolute;
    top: 35px;
    white-space: nowrap;
    color: #333438;
    font-size: 10px;
    width: 100px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    left: -50%;
    border-radius: 4px;
}

.drive-text-wrapper p,
.drive-text-wrapper h5 {
    margin: 0;
}

.drive-text-wrapper h5 {
    color: #333438;
    font-size: 13px;
    font-family: 'AmsiPro';
    word-break: break-word;
}

.drive-text-wrapper p {
    font-style: 12px;
}

p a.underline-none {
    text-underline: none;
    text-decoration: none;
}

svg.download {
    height: 24px;
    position: absolute;
    right: 30px;
    top: 26px;
    fill: #0000ff;
}

svg.arrow {
    height: 10px;
}

.element-wrapper.hidden {
    display: none !important;
}

.elements-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

/*BRANDS SECTION*/

.title-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.title-wrapper {
    margin-bottom: 40px;
}

.title-wrapper .intro p {
    max-width: 80%;
    margin-bottom: 0;
}

.link-naast-titel {
    padding-right: 6%;
    position: relative;
    width: auto;
}

.link-naast-titel a {
    line-height: 44px;
    border-bottom: 1px solid #000000;
    display: block;
}

.brand-container {
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    flex-flow: row wrap;
}

/*FOOTER*/
.footer-column-wrapper .plate--container {
    padding: 0;
}

.footer-wrapper {
    position: relative;
    width: 100%;
    background: #F8F0EE;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer-wrapper ul {
    list-style-type: none;
    padding: 0px;
}

.menu p {
    margin-bottom: 3px;
}

.social_media a {
    position: relative;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 10px;
    opacity: .25;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social_media a:before {
    content: '';
    background: transparent;
    height: 25px;
    width: 25px;
    font-size: 22px;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    text-align: center;
    z-index: 2;
    position: relative;

    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social_media a.vimeo:before {
    content: '\f27d';
}

.social_media a.twitter:before {
    content: '\f099';
}

.social_media a.instagram:before {
    content: '\f16d';
}

.social_media a.facebook:before {
    content: '\f230';
}

.social_media a.linkedin:before {
    content: '\f0e1';
}

.social_media a.pinterest:before {
    content: '\f0d2';
}

.social_media a:hover {
    opacity: 1;
}

.footer-column-wrapper {
    position: relative;
    padding-top: 140px;
    padding-bottom: 70px;
}

.footer-column {
    position: relative;
    width: 33.3334%;
}

.footer-column.right {
    text-align: right;
}

.copyright-bar {
    width: 100%;
}

.copyright-bar p {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
}

.breadcrumb-download-wrapper {
    position: relative;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.breadcrumbs {
    position: relative;
    width: auto;
    padding-right: 30px;
    border-right: 1px solid #E2DCDA;
}

.breadcrumbs a, .breadcrumbs span {
    position: relative;
    display: inline-block;
    font-size: 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs a span.first i {
    color: #2648A1;
    margin-right: 0;
}

.breadcrumbs a span i {
    margin-right: 8px;
    color: #52CFEB;
}

.breadcrumbs span i {
    color: #333438;
    font-size: 20px;
    line-height: normal;
}

.breadcrumbs span.arrow i {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 11px;
    margin-top: 3px;
}

.breadcrumbs a:hover {
    opacity: .8;
}

.download-all {
    position: relative;
    margin-left: 25px;
}

.download-all .fas {
    margin-right: 10px;
}

/*BRAND OVERZICHTSPAGINA*/

.post-overview-wrapper {
    position: relative;
    background: #ffffff;
    padding: 150px 0;
}

/* footer logo */
.copyright-bar {
    display: flex;
    justify-content: space-between;
}

.footer_logos {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-flow: row wrap;
    height: 65px;
}

.footer_logos .footer_logo img {
    height: 100%;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.footer_logos .footer_logo {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: auto;
    max-width: fit-content;
    margin-right: 20px;
    background-position: left center;
    position: relative;
}

/*FORM STYLING*/

.form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form label {
    position: absolute;
    top: 14px;
    left: 18px;
    color: rgba(54, 54, 54, 0.5);
    cursor: auto;
    z-index: -1;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

form .input_field.active label,
form .input_field.filled label {
    top: -13px;
    font-size: 10px;
    margin-bottom: 0;
    background: white;
    padding-left: 4px;
    padding-right: 4px;
    color: rgba(54, 54, 54, 1);
    z-index: 1;
}

form .input_field {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    height: 54px;
    min-height: 25px;
    border: 1px solid #EAE4DE;
    z-index: 1;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

form .input_field.textarea {
    height: auto;
}

.form-field__input:-webkit-autofill {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;

    -webkit-box-shadow: 0 0 0 50px white inset;
    -moz-box-shadow: 0 0 0 50px white inset;
    box-shadow: 0 0 0 50px white inset;
}

form .input_field input:focus,
form .input_field textarea:focus {
    outline: none;
}

form .input_field input[type="file"] {
    background: white !important;
    padding-left: 0;
    -webkit-appearance: none;
}

form .input_field input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

form .input_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 .input_field input[type="checkbox"] {
    position: relative;
    -webkit-appearance: none;
    padding: 9px;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
}

form .input_field.AVG input[type="checkbox"] {
    display: inline-block;
    float: left;
    margin: 2.5px 7.5px 7.5px 0;
    cursor: pointer;
}

form .input_field input[type="checkbox"]:checked {
    color: #99a1a7;
}

form .input_field input[type="checkbox"]:checked:after {
    content: '\2714';
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    top: -2px;
    left: -2px;
    color: black;
    padding: 3px;
    display: block;
    padding-left: 6px;
}

form .input_field input,
form .input_field textarea {
    border: none;
    padding: 14px 22px;
    width: 100%;
    height: 100%;
    background: transparent;
}

form .input_field textarea {
    min-height: 150px;
}

form .input_field p {
    margin-bottom: 0;
}

form .submit_button {
    margin-top: 40px;
    cursor: pointer;
    border: 0;
    color: white;
}

form .submit_button:focus {
    outline: none;
}

form .input_field.AVG {
    border-bottom: 0;
}

form .input_field.AVG label {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    top: unset;
    bottom: 0 !important;
    cursor: pointer;
    margin-bottom: unset !important;
    font-size: 19px;
    z-index: 0;
}

/*MENU*/
.navbar-expand-custom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-direction: column;
}

.navbar-expand-custom .navbar-toggler {
    display: block;
}
ul.submenu {
    list-style: none;
}
ul.navbar-nav > .parent {
    margin-top: 20px;
}
ul.navbar-nav > .nav-item a.nav-link {
    font-weight: 600;
    color: #333438;
    font-size: 15px;
}
ul.navbar-nav > ul.submenu {
    list-style: none;
    padding-left: 0;
}
ul.navbar-nav > ul.submenu > ul.submenu li.nav-item:before {
    content: "- ";
    display: inline-block;
    margin-right: 6px;
}
ul.navbar-nav a.nav-link {
    display: inline-block;
    width: calc(100% - 20px);
}
ul.submenu > ul.submenu .nav-item a.nav-link {
    padding-left: 20px;
}
ul.submenu ul.submenu {
    padding-left: 15px;
}

/*MENU RESPONSIVE*/
.menuoverlay.full {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(38, 72, 161, .2);
    z-index: 1;
}

button.loguit svg {
    -webkit-appearance: none;
    height: 58px;
    width: 58px;
}
button.loguit svg circle,
button.loguit svg path {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

button.loguit {
    cursor: pointer;
    background: none;
}
button.loguit:hover svg circle {
    fill: #2648A1;
}
button.loguit:hover svg path {
    fill: white;
}

#navbarResponsive,
#drukwerkMenu {
    width: 25%;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 100px 40px 40px 30px;
    z-index: 2;
}

#drukwerkMenu {
    padding: 100px 20px 100px 40px;
}

.scroll-container {
    position: relative;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding-right: 20px;
}

.scroll-container::-webkit-scrollbar, .breadcrumbs::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.breadcrumbs::-webkit-scrollbar {
    height: 6px;
}

/* Track */
.scroll-container::-webkit-scrollbar-track, 
.breadcrumbs::-webkit-scrollbar-track {
    background: #EAE4DE;
}

/* Handle */
.scroll-container::-webkit-scrollbar-thumb {
    background: #2648A1;
}

.breadcrumbs::-webkit-scrollbar-thumb{
    background: #d8d1ca;
}
/* Handle on hover */
.scroll-container::-webkit-scrollbar-thumb:hover,
.breadcrumbs::-webkit-scrollbar-thumb:hover{
    background: #2648A1;
}

.menu-open #navbarResponsive,
.drukwerkmenu-open #drukwerkMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-open #navbarResponsive.pushed,
.drukwerkmenu-open #drukwerkMenu.pushed {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.drukwerkmenu-open .navbar-toggler-wrapper {
    z-index: 0;
}

.main-content-wrapper {
    left: 0;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-content-wrapper.pushed {
    left: -100%;
}

.navbar-collapse .search-file-wrapper {
    background: transparent;
    padding: 0;
    border: 1px solid #EAE4DE;
    border-radius: 27px;
    margin-top: 30px;
    margin-bottom: 25px;
    left: 15px;
}

.title-wrapper.nav {
    left: 15px;
    margin-bottom: 20px;
}

.navbar-collapse .title-wrapper {
    margin-bottom: 20px;
}

.navbar-collapse .title-wrapper h2 {
    font-weight: 700;
}

.navbar-toggler-wrapper:before,
.drukwerk-toggler-wrapper:before {
    content: 'Sluiten';
    position: absolute;
    opacity: 0;
    color: #333438;
    left: 0;
    font-family: 'AmsiPro';

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.drukwerk-toggler-wrapper:before {
    left: unset;
    right: 0;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.navigation.menu-open .navbar-toggler-wrapper:before {
    left: 130%;
    opacity: 1;
}

.navigation.drukwerkmenu-open .drukwerk-toggler-wrapper:before {
    right: 130%;
    opacity: 1;
}

#drukwerkMenu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);

    right: 0;
    left: unset;
}

#drukwerkMenu .title-wrapper h2 b {
    font-weight: 400;
}

#drukwerkMenu .title-wrapper p {
    font-weight: 600;
    margin-top: 20px;
}

.drukwerk-form .button {
    background: #E5386D;
    width: 100%;
    margin-top: 0;
}

.need-help {
    margin-top: 35px;
    text-align: center;
}

.need-help p {
    color: #2648A1;
    margin-bottom: 0;
    margin-right: 30px;
}

.need-help p a {
    text-decoration: underline;
    color: inherit;
}

.need-help.menu {
    margin-top: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1500px) {
   

    .inner-login.left{
        width: 65%;
        padding: 40px 40px 40px 40px;
    }

    .inner-login.right{
        width: 35%;
    }

    a.forgot-password{
        right: 40px;
    }

    .inner-login.right{
        background-size: contain;
        background-color: #c2c1c0;
    }

    #navbarResponsive, #drukwerkMenu{
        width: 50%;
    }

    .navbar-collapse .search-file-wrapper{
        max-width: calc(100% - 35px);  
    }



    .extentionFilter .extensionFile:nth-last-child(1) p{
        margin-right: 0;
    }

    .extensionFile {
        margin: 5px 0;
    }    

    .extensionFile input[type="radio"]{
        margin-top: 3px;
    }
    

}
/*MEDIA QUERIES*/
@media screen and (max-width: 1200px) {

    .searchform{
        width: 100%;
        margin-top: 2%;
    }

    input.searchfield{
        width: 100%;
    }   
    
    .header-inner.post{
        flex-flow: column;
    }

    .breadcrumb-download-wrapper{
        width: 100%;
        height: auto;
    }


    .login-data-container{
        width: calc(100% - 100px)
    }

    .brand-inner {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
    }
    .letter {
        width: 100px;
        height: 100px;
    }
    .textbox {
        margin-left: 0;
        margin-top: 8px;
        text-align: center;
    }
    .textbox h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .element-wrapper,
    .brandbook-element {
        width: 31.8334%;
    }
    .drive-text-wrapper {
        padding: 10px 100px 10px 20px;
    }

}

@media screen and (max-width: 1025px) {
    .dropdown-menu, .overflow {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .dropdown {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    li.nav-item.dropdown .dropdown-menu {
        position: relative;
        visibility: hidden;
        display: block;
        opacity: 0;
        width: 0%;
        height: 0px;
        overflow: hidden;
        padding: 0px 15px;
    }

    li.nav-item.dropdown .dropdown-menu .overflow {
        height: 0;
    }

    li.nav-item.dropdown:hover .dropdown-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: auto;
        top: 0;
        overflow: visible;
        padding: 10px 15px;
    }

    li.nav-item.dropdown .dropdown-menu .overflow {
        height: auto;
    }

    li.nav-item a.dropdown-item {
        font-size: 25px;
        line-height: 30px;
    }

    .bar.bar-3 {
        margin-bottom: 0;
    }

    .navbar-nav {
        position: initial;
    }
    .textbox p {
        display: none;
    }
    .navbar-toggler,
    .drukwerk-toggler {
        padding: 18px 18px 18px 18px;
    }

}

@media screen and (max-width: 989px) {

    .plate--column {
        flex-basis: 100%;
        max-width: 100%;
    }

    .modal-dialog{
        max-width: unset!important;
        height: 100%;
        margin: 0 0 0 0;
        left: 40px;
        width: calc(100% - 80px);
    }

    .footer-column-wrapper {
        padding-top: 70px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-column {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-column.right {
        margin-bottom: 0;
        text-align: left;
    }

    .copyright-bar {
        text-align: left;
    }

    .footer-column.left a.email {
        margin-top: 10px;
    }

    .title-wrapper.above-post-container {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .title-wrapper.above-post-container .intro p {
        max-width: 100%;
    }

    .title-wrapper.above-post-container .titel-intro {
        margin-bottom: 0;
    }

    .post-overview-wrapper {
        padding: 75px 0;
    }

    .plate--column {
        min-height: auto;
    }

    li.nav-item a:before {
        display: none;
    }

    .navbar-nav li.animated {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

    .navbar-brand {
        width: auto;
        max-width: 50%;
        max-height: 90px;
        height: 90px;
        display: flex;
        align-items: center;
    }

    .navbar-brand img {
        width: auto;
        height: 80px;
        max-height: 80px;
        position: relative;
        vertical-align: text-top;
        object-fit: contain;
        max-width: 250px;
    }

    .header-inner.all-files .extentionFilter{
        align-items: flex-start;
        justify-content: flex-start;
    }

}

@media screen and (max-width: 767px) {

    a.forgot-password{
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

    .breadcrumbs{
        overflow-y: hidden;
        padding-right: 0px;
        border-right: none;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid transparent;
    }

    .plate--container{
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-container.text-indent .plate--container {
        padding-left: calc(40px - 1.5%);
        padding-right: calc(40px - 1.5%);
    }

    .download-all{
        margin-left: 0;
        padding-bottom: 10px;
    }
    .breadcrumb-download-wrapper{
        flex-flow: column;
    }
    .form-fields.login{
        margin-bottom: 20px;
    }

    .inner-login.left{
        width: 100%;
    }

    .inner-login.right {
        width: 100%;
        padding-top: 24%;
    }

    .login-data-container{
        flex-flow: column-reverse;
    }

    .login-data-container h2{
        font-size: 38px;
        line-height: 43px;
    }

    .login-data-container .data-title-wrapper{
        margin-bottom: 20px;
    }

    .login-data-container form .input_field{
        margin-bottom: 10px;
    }
    .title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .title-wrapper .titel-intro {
        margin-bottom: 30px;
    }

    .title-wrapper .titel-intro .intro p {
        max-width: 100%;
    }

    .title-wrapper .link-naast-titel {
        padding-right: 0;
    }

    .post-header-wrapper .title-wrapper {
        text-align: left;
    }

    h1, h2 {
        font-size: 51px;
        line-height: 61px;
    }

    .overflow {
        overflow: visible;
    }

    #navbarResponsive, #drukwerkMenu{
        width: calc(100% - 40px);
    }

}

@media screen and (max-width: 600px) {
    .footer_logos {
        margin-bottom: 20px;
    }

    .text-right {
        text-align: left !important;
    }

    .header-wrapper-inner .header-slide .header-content .title {
        margin-bottom: 30px;
    }
}

/*MAX HEIGHT MEDIA QUERY*/

@media only screen and (max-width: 750px) {
    .element-wrapper, .brandbook-element {
        width: 47%;
        margin-right: 1.5%;
        margin-left: 1.5%;
        margin-bottom: 3%;
    }

    .searchform {
        flex-direction: column;
    }

    input.searchfield {
        margin-bottom: 2%;
    }
}
