/* General fonts */

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: grey;
    line-height: 180%;
    background: #f2f2f2;
}

h1 {
    font-size: 40px !important;
    color: #0075bc !important;
    font-family: 'Titillium Web', Arial, serif !important;
    font-weight: 200 !important;
    text-transform: capitalize;
}

h2 {
    font-size: 40px !important;
    color: #0075bc !important;
    font-family: 'Titillium Web', Arial, serif !important;
    font-weight: 200 !important;
    text-transform: capitalize;
}

h3 {
    font-size: 28px;
    font-weight: 200;
    color: #3d3c3c;
    font-family: 'Titillium Web', sans-serif !important;
    border-bottom: 1px solid #a8c4e9;
    padding: 0% 0% 2% 0%;
    display: block;
}

h4 {
    font-family: 'Titillium Web', sans-serif !important;
    color: #0075bb;
    font-weight: 200;
    font-size: 24.5px;
}

h4 a {
    color: #0075bb;
}

p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: grey;
    line-height: 180%;
}

.bg-white {
    background: #fff;
}

.black {
    color: #000;
}

a:hover {
    color: #0075bb;
}



/* Top bar */

#top-bar {
    height: 85px;
    background: url('../img/brushed-steel.jpg');
    background-size: cover;
}

#top-bar a {
    color: #FFF;
    padding: 3px;
}

#top-bar .language ul {
    list-style-type: none;
    display: inline-block;
}

#top-bar .language li {
    background: #000;
    display: inline;
    font-size: 10px;
    font-weight: 700;
    padding: 5px;
    margin: 0 10px 0 0;
}

#top-bar .active {
    background: #0075bb !important;
}

#top-bar .language li:last-child {
    background: transparent;
    position: relative;
    top: 5px;
    font-size: 14px;
    color: grey;
    font-weight: 300;
}

.bg-white {
    background: #fff;
}

/* Navbar */
.navbar {
    background: transparent;
}


.navbar .nav-item {
    font-size: 18px;
    font-weight: 300;
    color: black;
    /* padding: 0 0 0 1rem; */
    text-transform: lowercase;
}

.navbar-nav>li::after {
    content: '';
    height: 18px;
    width: 2px;
    background: rgba(0, 0, 0, 0.3);
    display: block-inline;
}


.navbar .nav-item:last-child {
    border-right: none;
    /* padding: 0 0 0 1rem; */
}

.navbar .navbar-nav .nav-link {
    line-height: 18px;
    color: #000;
    border-right: 2px solid grey;
    padding: 0 1rem;
}

.navbar .active a {
    color: #0075bb !important;
    font-weight: 500;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    box-shadow: 1px 2px 4px #736f6e;
    border: 0px;
    top: 30px;
}

.dropdown-menu::before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.2);
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 31px;
    position: absolute;
    top: -8px;
}

.dropdown-menu::after {
    border-bottom: 8px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 31px;
    position: absolute;
    top: -7px;
}

.dropdown-item {
    font-size: 18px;
    font-weight: 300;
    border-bottom: #a8c4e9 1px solid;
    border-right: 0 !important;
    margin: 0 auto;
    padding: 10px 0px !important;
    text-transform: none;
}

.dropdown-item:first-child {
    padding-top: 35px;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
}

/* header */
.header {
    width: 100%;
    background: #f2f2f2;
}

.header img {
    width: 100%;
}


/* Cards */

.card {
    border-radius: 0;
    border: 0;
}

.card a::before {
    float: left;
    content: " ";
    display: block;
    width: 4%;
    max-width: 15px;
    height: 100%;
    background: #0075bb;
}

.card img {
    float: right;
    width: 96%;
    border-radius: 0;
}

.card-title {
    font-size: 26px;
    font-weight: 200;
    color: #3d3c3c;
    font-family: 'Titillium Web', sans-serif !important;
    border-bottom: 1px solid #a8c4e9;
    padding: 0% 0% 2% 0%;
    display: block;
}

.card-body {
    padding: 1.6rem;
    min-height: 298px;
}

/* Homepage carousel */
.hp-carousel::before {
    float: left;
    content: " ";
    display: block;
    width: 15px;
    height: 100%;
    background: #0075bb;
}

.carousel-indicators {
    position: relative;
    top: 140px;
}

.carousel-indicators li {
    background-color: #3d3c3c;
}

.carousel-indicators .active {
    background-color: #0075bb;
}

.carousel-comment {
    min-height: 200px;
}

/* Submenu */
.submenu a {
    font-size: 24px;
    font-family: 'Titillium Web', Arial, serif;
    font-weight: 200;
    color: #000;
    text-transform: none;
}

.submenu a:hover {
    text-decoration: none;
    color: #0075bb !important;
}

.submenu {
    padding: 0;
    list-style: none;
}

.submenu li {
    padding-bottom: 15px;
    border-bottom: 1px solid #a8c4e9;
}

.submenu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.submenu li::before {
    content: "•";
    padding-top: 5px;
    padding-right: 20px;
    display: block-inline;
    color: #0075bc;
    font-size: 46px;
    position: relative;
    top: 8px;
}

/* Download list */
.list-download {
    list-style-image: url('../img/PDF.svg');
    color: #000;
    margin-left: 25px;
}

.list-download a {
    color: #000;
}

/* Default list */
.list-default {
    padding: 0;
    list-style: none;
}

.list-default a {
    color: #000;
}

.list-default li::before {
    content: "•";
    padding-top: 1px;
    padding-right: 7px;
    display: block-inline;
    color: #0075bc;
    font-size: 30px;
    position: relative;
    top: 4px;
}

/* Content */
#content ul {
    padding: 0 0 0 13px;
}

/* Sidebar */
.sidebar {
    box-shadow: 0px 15px 20px -25px #4a4a4a
}

#sidebar .bottom-blue {
    border-bottom: #a8c4e9 1px solid;
    padding-bottom: 20px;
}

/* Footer */
footer {
    background: #9b9b9b;
}


footer ul {
    list-style: none;
}

footer ul a {
    color: #000;
}

footer ul a:hover {
    color: #fff;
}

footer li {
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer li:first-child {
    border-bottom: 1px solid #fff;
}

footer li:first-child a {
    color: #fff;
}

/* Modal opmaak */
.modal-footer {
    justify-content: normal;
}

.fa-times {
    cursor: pointer;
}


/* Forms */
label {
    width: 100%;
    margin: 0;
}

.form-control {
    border: 0;
}

.form-control::placeholder {
    color: #CECECE;
}

/* Chrome, Firefox, Opera*/

input[type="text"],
input[type="email"],
.wpcf7-textarea {
    width: 100%;
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #FFF !important;
    border-color: #cccccc;
    color: grey;
    padding: 30px 30px 30px 20px;
    border-radius: 0px;
    border-color: #F9F9F9;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
}

.wpcf7-submit {
    border: 0;
    background: transparent;
    color: grey;
    float: right;
    padding: 0;
    margin: 0;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
    background: transparent;
    text-decoration: underline;
    outline: none !important;
    box-shadow: none !important;
    color: grey;
}

@media (max-width: 767.98px) {

    .navbar .navbar-nav .nav-link {
        border-right: none;
    }

    .dropdown-menu {
        box-shadow: none;
        border: 0;
    }

    .dropdown-item {
        padding: 10px 20px !important;
    }


}