* {
    margin: 0px;
    padding: 0px;
}

/*Algemene opmaak van paginas*/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Century Gothic", sans-serif;
    /*padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    /*padding-top: env(safe-area-inset-top); /* iOS 11.2 */
    margin-bottom: 250px;
    /*test*/

}


body p {
    margin-bottom: 0;
}


.text-container ol {
    padding: 2em;
}

h1,
h2 {
    margin: 1.5em 0em 1em 0em;
}

/* .grayHeader{
    color: #6e6e6e;
} */


.bottom {
    margin-bottom: 6em;
}


h1 {
    font-size: 2.5em;
    color: #6e6e6e;
    background-color: white;
}

h3 {
    font-size: 1em;
}

@media (max-width: 767px) {
    h1 {
        margin-top: 1.5em;
    }

}

@media (max-width: 410px) {
    h2 {
        font-size: 24px;
    }
    h1 {
        font-size: 28px;
        margin-top: 1.5em;
    }
}

/*algemene padding voor lijsten in main content*/
.text-container ul {
    padding-left: 2em;
}

.text-container li {
    padding: 0.5em;
}

/*algemene highlight, voor elke bagina buiten index*/
.texthighlight {
    display: block;
    background-color: rgb(73, 73, 73);
    background-image: linear-gradient(90deg, rgb(73, 73, 73), rgb(100, 100, 100));
    color: #fcfcfc;
    padding: 80px 0px;
}

.texthighlightwithtitle {
    padding: 50px 0px;
}

.texthighlight a,
.texthighlight a:link,
.texthighlight a:visited,
.texthighlight a:active{
    color: #fcfcfc;
    background-color: transparent;

}

.texthighlight a:hover {
    color: #fcfcfc;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    /*text-shadow: 0 0 1.2px white;*/
}

.texthighlight h2 {
    margin: 0em 0em 1em 0em
}

/*enkel voor index welkom*/
.texthighlight h1 {
    font-size: 3em;
    margin: 20px 0px;
    color: #fcfcfc;
    background-color: transparent;
}

.welkomhighlight {
    margin: 80px 0px 70px 0px;
}


/*mediaqueries voor de opmaak van highlightted text*/
@media (max-width: 576px) {
    .texthighlight h1 {
        font-size: 2.5em;
    }

}

@media (max-width: 1200px) {
    .texthighlight {
        padding: 4em 0em;
    }

    .welkomhighlight {
        margin-top: 70px;
    }

    .texthighlight h1 {
        margin: 0em 0em 0.5em 0em;
        font-size: 2.5em;
    }
}

@media (max-width: 575px) {
    .texthighlight {
        padding: 1.5em 0em;
    }

    .welkomhighlight {
        margin-top: 50px;
    }

    .center {
        text-align: center;
    }

    .texthighlight h1 {
        margin: 0em 0em 0.5em 0em;
        font-size: 2.5em;
    }

}

@media (max-width: 410px) {

    .texthighlight h1 {
        margin: 0em 0em 0.5em 0em;
        font-size: 28px;
    }


}

/*navigatie*/

.navbar {
    padding: 0.5rem 0rem;
}

.navkleur {
    background-color: rgb(242, 242, 242);
    color: #6E6E6E;
}

.navbar-brand {
    font-size: 2.8em;
    /*font-weight: bold; is naar kijken*/
}

@media (max-width: 1200px) {
    .navbar-brand {
        font-size: 2.4em;
        margin-right: 5px;
    }

}

@media (max-width: 992px) {
    .navbar-brand {
        padding-left: 15px;
        font-size: 2.3em;
    }

    .navbar-toggler {
        margin-right: 10px;
    }
}

@media (max-width: 992px) {
    .line {
        display: none;
    }

    .dropdownTaal {
        margin-left: 25px;
    }
}


@media (max-width: 410px) {
    .navbar-brand {
        font-size: 24px;
        margin-right: 5px;
    }

}



/*NAVIGATION ANIMATION*/
nav > div.container > div.collapse > ul.navbar-nav > li.nav-item > a {
    color: #6E6E6E;
    background-color: rgb(242, 242, 242);
    transition: all 0.2s;
    font-size: 1.2em;
}


nav > div.container > div.collapse > ul.navbar-nav > li.nav-item > a:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(242, 242, 242);
    transform: translate(-2px, -2px);
}

nav > div.container > div.collapse > ul.navbar-nav > li.nav-item.active > a {
    color: rgb(30, 30, 30);
    background-color: rgb(242, 242, 242);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.12);
}

nav > div.container > div.collapse > ul.navbar-nav > li.nav-item.dropdownTaal > a {
    transition: none;
    cursor: pointer;
}

nav > div.container > div.collapse > ul.navbar-nav > li.nav-item.dropdownTaal > button {
    color: #6E6E6E;
    background-color: rgb(242, 242, 242);
}

nav > div.container > div.collapse > ul.navbar-nav > li.nav-item.dropdownTaal > a:hover {
    transform: none;
}

@media (max-width: 1200px) {
    nav > div.container > div.collapse > ul.navbar-nav > li.nav-item > a {
        font-size: 1em;
    }

}



/* footer css*/
footer {
    background-color: rgb(242, 242, 242);
    color: rgb(85, 85, 85);
    font-size: 14px;
    position: absolute;
    /* 2 lines possible fix */
    width: 100%;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0;
    padding: 0;
}

ul.social-network li {
    display: inline;
    padding: 0px;
}

footer p {
    background-color: rgb(242, 242, 242);
    color: rgb(85, 85, 85);
    margin-bottom: 0;
    font-weight: bold;
}

.footerLine {
    width: 96%;
    margin: auto;
}

footer ul li a:link {
    background-color: rgb(242, 242, 242);
    color: rgb(85, 85, 85);
}

footer ul li a:visited {
    background-color: rgb(242, 242, 242);
    color: rgb(85, 85, 85);
}

footer ul li a:hover {
    color: #000;
    background-color: rgb(242, 242, 242);
    text-decoration: none;
}

footer ul li a:active {
    background-color: rgb(242, 242, 242);
    color: rgb(85, 85, 85);
}

.icons i{
    font-size: 35px;
    color: gray;
    background-color: rgb(242, 242, 242);
    margin: 3px 0px;
}

.icons i:link, .icons i:visited, .icons i:active{
    font-size: 35px;
    color: gray;
    background-color: rgb(242, 242, 242);
}

.icons i:hover{
    font-size: 35px;
    color: #000;
    background-color: rgb(242, 242, 242);
}


@media (min-width: 770px) {
    footer {
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .mainfooter {
        text-align: center;

    }
}



/*Diensten*/
.card {
    margin: 25px 0px;

}

.card-header {
    background-color: rgb(242, 242, 242);
    color: #000;
    text-align: center;
}

.card-header a {
    background-color: rgb(242, 242, 242);
    color: rgb(42, 42, 42);
}

.card-body {
    text-align: justify;
}

.card-body p {
    margin: 1em 0em;
}

.text-container a,
.text-container a:link,
.text-containera:visited,
.text-containera:active {
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.text-container a:hover {
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
}



.dienstenHeaders {
    margin: 0px;
    font-size: 18px;
}


/* .card-header :after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: relative;
    float: right;
    right: 20px;
    color: rgb(100, 100, 100);
}

.card-header .collapsed:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: relative;
    float: right;
    right: 20px;
    color: rgb(100, 100, 100);
} */


/*Contact*/
.title {
    font-size: 20px;
    margin: 2em 0em 0.5em 0em;
}



/* taal selectie*/
button {
    border: none;
}


.dropdownTaal {
    font-size: 12px;
    padding-top: 3.5px;
}

.line {
    font-size: 16px;
    margin: 6.5px 0px 0px 20px;
    color: rgb(150, 150, 150);
    background-color: rgb(242, 242, 242);
    user-select: none;
}





/*Nieuws*/

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.flexItem .newsHeader {
    text-align: Left;
    background-color: #F2F2F2;/*#646464;*/
    /*color: white;*/
    color: #6E6E6E;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 10px 20px;


}

.newsHeader {
    margin: 0;
}

.flexItem {
     border: 1px solid #d2d2d2; /*#646464;*/
    border-radius: 25px 25px 25px 25px;
    /* box-shadow: 4px 4px 7px #646464; */
    /*background-color: rgb(242, 242, 242);*/
    /* color: black; */
    margin: 30px 0px;
}


.nieuwsLink a,
.nieuwsLink a:link,
.nieuwsLink a:visited,
.nieuwsLink a:active {
    font-size: 0.9em;
    color: #000;
    background-color: transparent;
}

.nieuwsLink a:hover {
    font-size: 0.9em;
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
}



/*nieuws tabbladen*/
.nav-item > .nav-link {
    color: #6E6E6E;
    background-color: transparent;
}


@media (min-width: 570px) {
    .flexItem p {
        text-align: justify;
    }
}

.flexItem p {
    padding: 20px 20px;
}

p.datum {
    text-align: right;
    padding-bottom: 15px;
    font-size: 0.9em;
}


@media (min-width: 470px) {
    .newsHeader {
        font-size: 2em;
    }
}

@media (max-width: 486px) {
    .newsHeader {
        font-size: 1.4em;
    }
}

@media (max-width: 358px) {
    .newsHeader {
        font-size: 1.2em;
    }

    .flexItem .newsHeader {
        padding: 10px 10px;
        text-align: center;
    }
}
