/*STANDAARD STYLING*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}

p, a, span, i, select, li, td, th, option {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Work Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

td, th {
    padding: 3px 10px;
    min-width: 205px;
}

td:first-child,
th:first-child {
    padding-left: 0;
    min-width: 60px;
}

h1 {
    font-size: 40px;
    line-height: 47px;
}

h2 {
    font-size: 35px;
    line-height: 35px;
}

h3 {
    font-size: 25px;
    line-height: 35px;
}

h4 {
    font-size: 25px;
    line-height: 25px;
}

h5 {
    font-size: 16px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
}

p a {
    font-weight: bold;
}

.full_link_btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 4;
    border-radius: 2px;
}

a.nav-link {
    font-size: 16px;
    padding: 30px 15px !important;
    line-height: 40px;
    margin-left: 8px;
    margin-right: 8px;
    height: 100%;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.nav-item,
a.nav-link {
    max-height: 100px;
}

/*BUTTON STYLING*/
.button {
    min-width: 155px;
    height: 55px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 15px;
    overflow: hidden;

    -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 a {
    position: relative;
    width: auto;
    min-width: 155px;
    text-align: center;
    display: inline-block;
    color: #FFFFFF!important;
    text-decoration: none;
    padding: 14px 15px;
    font-weight: 700;
    height: 100%;
}

.fullwidth .button {
    width: 100%;
}

.button a i {
    vertical-align: middle;
    color: white;
}

.centeredbtn {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.fullwidth a {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

/*HEADER STYLING*/

.top_bar {
    position: relative;
    width: 100%;
    height: 65px;
}

.top_bar_background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.top_bar .wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    padding: 0 50px;
}

.top_bar_links,
.top_bar_rechts {
    width: 50%;
    height: 65px;
    display: inline-block;
}

.top_bar_links {
    float: left;
}

.top_bar_rechts {
    float: right;
    text-align: right;
    position: relative;
}

.top_bar_rechts .submenu-links {
    line-height: 65px;
    text-decoration: none;
    padding: 15px 8px;
    height: 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;
}

.home_header {
    overflow: hidden;
}

.navigation,
.navbar,
.navbar-collapse,
.navbar-nav{
    height: 100px;
}

li.mobile {
    display: none;
}

.navbar {
    padding-left: 50px;
    padding-right: 50px;
}

.navigation {
    position: relative;
}

.navbar .navbar-brand {

}

.navbar-toggler {
    display: block;
    z-index: 5;
    position: absolute;
    right: 50px;
    top: 60px;
    padding: 10px;
    cursor: pointer;
}

.navbar-toggler .bars {
    display: inline-block;
    vertical-align: middle;
}

.navbar-toggler .bar {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    -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;
}

.navbar-toggler .bar-3 {
    margin-bottom: 0;
}

.navigation.menu-open .bars {
    margin-top: -10px;
    position: relative;
}

.navigation.menu-open .bar-1 {
    transform: rotate(45deg);
    margin-top: 10px;
}
.navigation.menu-open .bar-3 {
    transform: rotate(-45deg);
    margin-top: -16px;
}
.navigation.menu-open .bar-2 {
    opacity: 0;
}

.navbar-brand a {
    width: 100%;
}

.navbar-brand img.logo {
}

.dropdown-menu {
    display: none;
    margin: 0;
    border-radius: 0;
    padding: 15px 0;
    top: 106px;
    border-top: 0;
}

.dropdown-item {
    padding: 5px 20px;
}

.header-bg .overlay,
.post-header-bg .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,.4);
}

.header-bg {
    position: relative;
    height: 600px;
    overflow: visible;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header-bg .header-container {
    padding: 85px 50px;
    position: relative;
    z-index: 1;
}

.post-header-bg {
    height: 350px;
    position: relative;
}

.post-header-bg .header-container {
    padding: 100px 50px;
    position: relative;
    z-index: 1;
}

.header-bg .header_content_wrapper,
.post-header-bg .post_header_content_wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}

.header_content_wrapper .row,
.post_header_content_wrapper .row{
    height: 100%;
    position: relative;
}

.header_content_wrapper .header_content,
.post_header_content_wrapper .post_header_content {
    position: relative;
}

.header_content_wrapper .intro_title h1,
.post_header_content_wrapper .intro_title h1 {
    color: #FFFFFF;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.25);
    font-weight: bold;
    text-align: center;
}

.header_content_wrapper .intro_tekst {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.header_content_wrapper .intro_tekst p {
    color: white;
    font-size: 16px;
    line-height: 30px;
}

#headerSlider {
    height: 100%;
    position: absolute;
    width: 100%;
}

#headerSlider .carousel-inner .carousel-item {
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerSlider .carousel-inner {
    height: 100%;
}

.header-bg .whiteCircle {
    height: 60px;
    width: 60px;
    background: white;
    position: absolute;
    left: 50%;
    border-radius: 100px;
    bottom: -30px;
    z-index: 2;
    transform: translateX(-50%);
    padding: 16px 14px;

    -webkit-box-shadow: 0 0 3px #00000061;
    -moz-box-shadow: 0 0 3px #00000061;
    box-shadow: 0 0 3px #00000061;
}

.header-bg .whiteCircle svg {
    transform: rotate(90deg);
    position: relative;
    left: 7px;
    height: 30px;
    width: 18px;
}

.header-bg .whiteCircle svg g {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel-indicators li {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    border: 4px solid rgba(255,255,255, .5);
    background: none;
}

.carousel-indicators li.active {
    border: 4px solid white;
    background: none;
}

.carousel-indicators li.active:after {
    width: 6px;
    height: 6px;
    background: white;
    position: absolute;
    bottom: 4px;
    left: 4px;
    border-radius: 100px;
}

/*MENU STYLING*/

.big-menu-btn {
    margin: 22.5px 0 22.5px 15px;
    width: auto;
    min-width: 120px;
    border-radius: 4px;
}

.big-menu-btn a {
    color: white;
    line-height: 27px;
    text-align: center;
    width: 100%;
    display: inline-block;
    min-width: 120px;
    padding: 14px 15px;
}

/*SECTION STANDARD STYLING*/

.section-container {
    position: relative;
}

.section-container .carousel-inner .carousel-item {
    height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay-sectie-title {
    top: 0;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    position: absolute;
}

.section-container .plate--container {
    z-index: 1 !important;
    position: relative !important;
}

/*RECENT OVERVIEW*/

.recent-overview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*ITEM STYLING*/

.item-wrapper {
    position: relative;
    background: white;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;

    flex: 0 0 23.5%;
    max-width: 23.5%;
}

.item-wrapper .image-container {
    height: 180px;
    width: 100%;
    position: relative;
}

.item-wrapper .image-container .image-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.item-wrapper .content-container {
    position: relative;
    min-height: 300px;
    padding: 15px 25px 70px 25px;
}

.item-wrapper .item-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    border-top: 1px solid #DFDFDF;
    height: 55px;
    padding: 15px 25px 15px 25px;
}

.item-wrapper .item-button .read-more {
    margin-bottom: 0;
}


.item-wrapper .item-button .read-more:after {
    content: '\f061';
    font-family: 'FontAwesome';
    display: inline-block;
    -webkit-text-stroke: 1px white;
    border: 1px solid;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    line-height: 20px;
    float: right;
    text-align: center;
}

.item-wrapper:nth-child(4n) {

}

/*CONTACTBLOCK*/

.contact_wrapper{
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 28px 93px -31px rgba(0,0,0,0.65);
    -moz-box-shadow: 2px 28px 93px -31px rgba(0,0,0,0.65);
    box-shadow: 2px 28px 93px -31px rgba(0,0,0,0.65);
}

.contact_wrapper .contact_inner .info {
    display: block;
}

.contact_wrapper .contact_inner .title {

}

.contact_wrapper .contact_inner .info a {
    display: block;
    text-underline: 1px solid #000000;
}

/*EVEN CONTAINERS*/

@media screen and (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 738px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 962px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (min-width: 1530px) {
    .container, .plate--container {
        max-width: 1470px;
    }
}

