body {
  overflow-x: hidden; 
    background-color: #fff;
    color: #555;
    font-family: 'Georgia','Times',"Times New Roman",serif;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    color: #888;
    font-size: 14px;
    line-height: 1.65;
}

.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1em !important;
  padding-right: 1em !important; }

.navbar .nav-item.active {
  border-left: #444 3px solid; }

.carousel-item {
  height: 100vh; }

.carousel-image-1 {
  background: url("img/slide1.jpg");
  background-size: cover; }

.carousel-image-2 {
  background: url("img/heroslider-hert.jpg");
  background-size: cover; }

.carousel-image-3 {
  background: url("img/slide2.jpg");
  background-size: cover; }

.fa {
  font-size: 55px;}
    

h2 {
    margin-bottom: 10px;
    color: #a2195b;
    font-size: 175%;
    font-style: italic;
    font-family: open sans;
    font-weight: 700;
}

h3 {
    color: #a2195b;
    font-size: 175%;
    font-style: italic;
    font-family: open sans;
    font-weight: 700;
    text-align: center;
    line-height: normal;
}

/* ----------------------------------------------- */
/* footer */
/* ----------------------------------------------- */

.footer-section {
    padding: 6em 0 3em;
    background-color: #ffffff;
    background-image: url("img/foot_background7.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #888888;
}

.footer-logo {
    text-align: center;
}

.footer-logo + .footer-copyright {
    color: white;
}

.footer-logo + .footer-copyright {
    margin-top: 3em;
}

.footer-copyright {
    text-align: center;
    font-size: 90%;
    font-style: italic;
}

py-5 {
    padding-top: 7rem!important;
}

section#all {
    padding-top: 120px;
}

/* ----- LINKS ----- */

a:link,
a:visited {
    color: #888888;
    text-decoration: none;
   
}

a:hover,
a:active {
    color: #555;
    border-bottom: 1px solid transparent;
}

a.link {
    color: #a2195b;
    font-size: 100%;
}

a.link:hover {
    color: #720b3d;
}

img.img-fluid.mb {
    margin-bottom: 30px;
}


/*-----------------------------*/
/*contact-form-------*/
/*-----------------------------*/

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=name],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

#contact {
    background-image: url(img/bg-cv.png);
    height: 60vh;
    margin-bottom: 0px;
    background-size: cover;
}

.col-lg-8.offset-2 {
    text-align: center;
}

cite {
    color: #a21a5b;
}

/*--------menu------*/

.dropdown.community-dropdown.open {
    border: none;
    position: absolute;
    right: 100px;
    top: 13px;
    list-style-type: none;
}

@media (min-width: 992px) {
li.dropdown.community-dropdown.open {
    display: none;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0;
    list-style: none;
    font-size: 90%;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    margin-left: -87px;
    border: none;
    color: #eee;
    border-radius: 0px;

    animation-name: MoveInTopShort;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 25px;
    white-space: nowrap;
    color: #888;
    font-size: 1.1em;
}

.dropdown-menu>li>a:hover {
    color: #555;
    border-bottom: none !important;
    padding-bottom: none !important;
}

.dropdown, .dropup {
    float: left;
}

.dropdown-menu.show {
    margin-top: 40px;
    margin-left: -128px;
    text-align: center;
}

li.nl {
    padding-top: 10px !important;
}

li.en {
    padding: 5px 0 5px 0;
}

li.en {
    margin-bottom: 10px! important;
}

li.nav-lang-nl,
li.nav-lang-en {
    padding: 0;
    margin: 0 10px !important;
}

li.nav-lang-nl:after {
    content: "/";
    color: white;
    top: 3px;
    position: relative;
    left: 10px;
}

nav.main .community-dropdown .dropdown-menu {
    top: 100%;
    right: 0;
    left: auto;
}

div.driehoek {
    position: absolute;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
    margin-right: 25px;
    border-radius: 0;
    right: 5px;
}

.header-navigation, .dropdown.community-dropdown.open:hover {
    border-bottom: none;
    padding-bottom: 0;
}

