/* Standard styling */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Heebo', sans-serif;
}
p, a, span, li, ol, ul, label, input, textarea, b, select {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 32px;
    line-height: 60px;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    line-height: 47px;
    color: #910000;
    font-weight: 500;
}

h3 {
    font-size: 25px;
    color: #910000;
    line-height: 35px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
}

a {
    text-decoration: none;
    color: #404040;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a:hover {
    text-decoration: none;
    border-color: inherit;
}

li a.nav-link {
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;

    font-weight: bold;
}

li.nav-item:hover a.nav-link {
    border-color: #910000;
}

/* Standard styling end */

a.full-link-btn {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 10;
    border-radius: 2px;
    border: 0;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-container-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

/* Topbar */

.topbar {
    width: 100%;
    height: 45px;
    background-color: #910000;
    color: #fff;
    text-align: right;
    position: relative;
    z-index: 8;
}

.iban {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    position: relative;
    height: 100%;
}

.contactabove {
    height: 100%;
}

.email {
    margin: 0 50px 0 0;
}

.email_reponsive {
    margin: 0 25px 0 0;
}
.email_reponsive p, .tel_responsive p, .email p, .tel p {
    margin-bottom: 0;
}

.email_reponsive p a, .tel_responsive p a, .email p a, .tel p a {
    font-size: 14px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.2px;
}
/* Topbar end */

/* Postheader styling */

.post-header-bg {
    height: 275px;
    width: 100%;
    background-size: cover;
    background-position: center 33%;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: inset 700px -459px 93px 0 rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
}

.intro_title.postheader {
    margin-top: 50%;
    text-align: center;
    color: #FFFFFF;
}

.intro_title.postheader a {
    text-align: center;
    color: #FFFFFF;

}

/* Postheader styling end */

/*Navbar styling*/

.navbar-brand img {
    width: 160px;
    height: auto;
}

.header-bg {
    height: 768px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.overlay {
    position: absolute;
    background-color: #00000085;
    width: 100%;
    height: 100%;
}

.open {
    position: absolute;
    top: 0;
    left: 0;
    color: #009be9;
    width: 100%;
    height: 100vh;
    min-height: 300px;
}

.navbar-nav.ml-auto {
    color: #d10000;
    display: flex;
    flex-direction: column;
}
/*Navbar styling end*/

.header-container,
.header-container .row,
.header-container .col-md-12 {
    height: 100%;
}

.header_content_inner {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_content_inner h1 {
    margin-bottom: 20px;
}

.home_header .buttons .button:first-of-type {
    margin-right: 16px;
}
/* Button styling */

.main-btn {
    height: 50px;
    width: fit-content;
}

.button {
    display: inline-block;
    background-color: #910000;
    border-radius: 5px;
    height: 50px;
    min-width: 150px;
    position: relative;
    border: 3px solid transparent;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.button a {
    text-decoration: none;
    border: 0!important;
    color: #FFFFFF!important;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 44px;
    font-weight: bold;
    text-align: center;

    -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 {
    background: white;
    border: 3px solid #910000;
}

.button:hover a {
    color: #910000!important;
}

.button.white {
    border: 3px solid white;
    background: transparent;
}

.button.white:hover {
    border: 3px solid #910000;
}

.button.white:hover a {
    color: white!important;
}

.inschrijfblok {
    border-radius: 5px;
    padding: 50px 70px 50px 50px;
    height: auto;
}

.inschrijfblok-title b {
    color: #FFFFFF;
    font-size: 32px;
}


.inschrijfblok-title {
    color: #FFFFFF;
    font-size: 32px;
}

.inschrijfblok-tekst {
    margin-top: 25px;
    color: #FFFFFF;
    font-size: 14px;
}

.inschrijfblok-knop {
    height: 50px;
    width: fit-content;
    background-color: #f4f0f8;
    border-radius: 5px;
    padding: 12px;
    margin-top: 30px;
}

.inschrijfblok-knop a {
    text-decoration: none;
    color: #910000;
    padding: 15px;
}

/* Button styling end */

/*Foto galerij styling*/

.gallery_container {
    position: relative;
    display: flex;
    /* flex-direction: row; */
    flex-flow: row wrap;
}

.foto_container {
}



/*Foto galerij styling end*/

/*Section standaard 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;
}

/*Section standaard styling end*/

/* Projecten styling */
.index-title {
    text-align: center;
    width: 100%;
    margin: 0 0 35px 0;
}

.indexprojecten {
    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;
    width: 100%;
    margin-bottom: 10px;
}

.indexprojecten h4 {
    font-size: 26px;
    line-height: 25px;
    color: white;
}

.project-titel h3 {
    margin-bottom: 25px;
}

.project-titel.overzicht {
    margin-bottom: 25px;
}

.project-titel.overzicht {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-naast-titel {


}

.link-naast-titel a {
    color: #0C1F20;
    font-weight: 400;
}
.link-naast-titel a:after {
    content: '\f054';
    font-size: 12px;
    margin-left: 8px;
    font-family: FontAwesome;
    color: #0C1F20;
}

.item-title h4 {
    color: white;
}

.project-outer {
    position: relative;
    width: 32%;
    min-height: 400px;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*box-shadow: 0px 0px 30px #00000030;*/
    margin: 0 2% 35px 0;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

.project-outer:nth-child(3n) {
    margin-right: 0;
}


.project-outer:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 15px #0000001a;
    -moz-box-shadow: 0 5px 15px #0000001a;
    box-shadow: 0 5px 15px #0000001a;
}

.project-outer a.full-link-btn:hover {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 11;
    border-radius: 2px;

    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    
}

.pi2{
    margin: 10px 10px 20px 0!important;
}

.project-inner {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    background-color: #800000;
    z-index: 10;
    height: 50px;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.project-outer:hover .project-inner {
    background-color: #b51c1c;
}

.project-afbeelding {
    height: 450px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
/*    border-radius: 5px;*/
}
.project-afbeelding .title {
    position: relative;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 10px 20px;
}

.project-afbeelding .title h3 {
    position: relative;
    color: white;
}

.product-info {
    height: 100%;
}
.product-info p {
    margin-bottom: 0;
    font-weight: 400;
}

.projectinfo-inner {
    margin: 10px 10px 0 0;
}

.project-icons {
    height: 15px;
    width: 15px;
    color: #910000;
}

.arrow {
    height: 16px;
    width: 16px;
    color: #404040;
    -webkit-transform: rotate(60deg);
    transform: rotateY(180deg);
}

.arrow:hover {
    color: #910000;
}

.projectshowtitel {
}

.project-show-inner {
    margin-left: 0px;
}

.project {
    float: right;
}

.projectimage {
    float: left;
    width: 100%;
}

.projectimage .plate--column {
    padding: 0;
}

.link-to-show {
    position: relative;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.back-to-index {
    margin: 0 0 100px 0;
    left: -15px;
    position: relative;
}

.back-to-index i {
    margin-right: 8px;
}

.back-to-index 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;
}

.back-to-index a:hover {
    color: #910000;
}

.project-inner .fa-arrow-circle-right {
    font-size: 25px;
}

.showknoppen {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    /*margin-top: 50px;*/
}

.showknop1 {
    border: 2px solid #910000;
    background: #910000;
    border-radius: 5px;
    padding: 5px 50px;
    margin-right: 10px;
    color: white;
}

.showknop1:hover {
    border: 2px solid #910000;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px 50px;
    margin-right: 10px;
    color: #910000;
    transition: 0.4s ease-in;
}


.showknop1 a {
    text-decoration: none;
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
    line-height: 28px;
}

.showknop2 {
    border: 2px solid #910000;
    border-radius: 5px;
    padding: 4px 4px;
    min-width: 205px;
    text-align: center;
}

.showknop2:hover {
    border: 2px solid #910000;
    background: #910000;
    color: white;
    border-radius: 5px;
    padding: 4px 4px;
    min-width: 205px;
    text-align: center;
    transition: 0.4s ease-in;
}

.showknop2 a {
    text-decoration: none;
    color: #910000;
    padding: 15px 60px;
    font-size: 16px;
    line-height: 28px;
    min-width: 205px;
}


.showknop2 a:hover {
    text-decoration: none;
    color: #ffffff;
    padding: 15px 60px;
    font-size: 16px;
    line-height: 28px;
}

/*PRODUCTEN FILTER*/

.indexprojecten.product .project-outer {
    width: 49%;
}

.indexprojecten.product .project-outer:nth-child(3n) {
    margin-right: 2%;
}

.indexprojecten.product .project-outer:nth-child(2n) {
    margin-right: 0;
}

.indexprojecten.product {
    width: 68%;
}

.product-filter {
    position: relative;
    width: 30%;
    margin-right: 2%;
}

.product-filter-inner {
    height: auto;
    background: #F4F4F4;
    padding: 30px;
    border-radius: 5px;
}

.filter-tags .label {
    display: block;
    position: relative;
}

.product-filter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.product-filter input {
    margin-right: 20px;
}

.product-filter .label:hover input ~ .checkmark {
    background-color: #ccc;

}

.product-filter label:hover {
    cursor: pointer;
}

.product-filter .label input:checked ~ .checkmark {
    background-color: #910000;
}

.product-filter .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.product-filter .label input:checked ~ .checkmark:after {
    display: block
}

.product-filter .label .checkmark:after {
    left: 9px;
    top: 6px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* Projecten styling end */

/* Contactenoverzicht */

.contact-outer {
    margin-bottom: 30px;
}



.adres-blok {
    border-radius: 5px;
    border: #707070 4px solid;
    background: #ffffff;
    width: 100%;
    height: 200px;
}

.adres {
    flex: 1;
    overflow: hidden;
    padding: 20px;
    display:inline-block;
    width: 100%;
    height: 100%;
}
.map {
    border-radius: 0;
    overflow: hidden;
    margin-top: 70px;
}

.framemap{
border-radius: 10px;
}


/* Contactenoverzicht end */

/* Contactpagina */ /* ( !important anders wordt het overschreven bij index pages ) */

form {
    background-color: transparent ;
    padding: 0 0 30px 0;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#main-content .footer .contacttitel,
.footer .contacttitel{
    display: none;
}

form input[type="text"] {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    height: 50px;
}

.contact form {
    background: #910000;
    padding: 30px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*.input_field_product{
    display: none;
}*/

.contactform .input hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255);
}

.contactform .input p {
    color: #404040;
 /*   text-transform: uppercase;*/
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

button:focus{
    outline: -webkit-focus-ring-color auto 0;
}
#bestel_form {
    background: transparent;
    padding: 0;
    border-top: 2px solid #910000;
    padding-top: 20px;
}

#bestel_form input {
    background-color: #F4F4F4!important;
}

form textarea {
    width: 100%;
    min-height: 240px;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 16px;
    padding: 10px;
    border: none;
    color: #ffffff;
}

form input[type="text"]::placeholder {
    color: #ffffff;
}
textarea::placeholder {
    color: #ffffff;
}

.input_field p {
    margin-bottom: 25px;
}

.submit-wrapper input {
    height: 50px;
    min-width: 150px;
    border-radius: 5px;
    background-color: #ffffff;
    text-decoration: none;
    color: #910000;
    padding: 7px 20px 7px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid white;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.submit-wrapper input:hover {
    border: 3px solid #910000;
}

#main-content .footer
{
    margin: 100px 0 0 0;
    position: sticky;
}

.tussenruimten{
    height: 100px;
}

#section-contact h4 {
    font-size: 24px;
    line-height: 25px;
    color: #910000;

}

#section-contact p {
     margin-top: 0;
     margin-bottom: 4px;
 }

form {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
}

#main-content form p {
    margin-top: 0;
    margin-bottom: 1rem;
}

#main-content .contacttitel h3{
    color: #ffffff;
    font-size: 24px;
}

#main-content form input[type="text"] {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 14px 0 12px 20px;
    border-radius: 0;
    border: none;
    border-radius: 5px;
    color: #0C1F20;

}

#main-content form textarea {
    width: 100%;
    min-height: 197px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 14px 0 12px 20px;
    border: none;
    border-radius: 5px;
    color: #ffffff;
}

#main-content form input[type="text"]::placeholder {
    color: #0C1F20;

}

#main-content form textarea::placeholder {
    color: #0C1F20;
}

#main-content input[type="submit"] {
    background-color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    color: #910000;
    padding: 7px 20px 7px 20px;
    font-size: 16px;
    height: 52px;
    border: none;
}

.submit_div {
    margin-top: 40px;
}

.submit_div .button:first-of-type {
    margin-right: 16px;
}

.submit_div .buttons .button.white {
    top: -1px;
    border: 3px solid #910000;
}
.submit_div .buttons .button.white a {
    color: #910000!important;
}

.submit_div .buttons .button.white:hover {
    background: #910000;
}
.submit_div .buttons .button.white:hover a {
    color: white!important;
}

.submit-wrapper {
    display: flex;
    justify-content: flex-end;
    min-width: 165px;
    width: auto;
}

.contacttitel h3 {
    margin-bottom: 25px;
}

/* Contactpagina end */


/* Footer styling */


.footer h6{
    font-size: 20px;
}

.footer img {
    width: 40px;
    border-radius: 5px;
    filter: contrast(165%);
}

.footer a {
    color: #ffffff;
}
.footercontent {
    height: auto;
    width: 100%;
    background-color: #B51C1C;
    color: #FFFFFF;
    padding: 90px 0;
}

.bedrijfgegevens {
    height: 70px;
    width: 100%;
    background-color: #910000;
    color: #FFFFFF;
    position: relative;
}

.bedrijfgegevens-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright a {
    color: #ffffff;
    font-size: 14px;
}

.bedrijfsnaam {
    color: #FFFFFF;
    float: right;
    width: 49%;
    height: 70px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

/* Footer styling end */

/* Ledenoverzicht */

.lidfoto {
    width: 100%;
    height: 325px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 5px;
}

.lidnaam p{
color: #910000;
text-align: center;
margin: 3px;
}

.lidfunctie p{
color: #404040;
text-align: center;
margin: 3px;
}

/* Ledenoverzicht end */

/*Fotogalerijen styling*/

.foto {
    margin: 25px 0 20px 0;
}

.land h3 {
    margin-top: 25px;
}

.maand h4 {
    text-transform: capitalize;
    margin: 5px 0 10px 0;
}

.foto-album-row {
    margin-bottom: 50px;
}

.foto-album-row-inner {
    margin-bottom: 50px;
    width: 31%;
    position: relative;
    margin: 1%;
}

.foto-album-outer, .foto {
    position: relative;
    width: 100%;
}

.foto-album, .foto {
    position: relative;
    width: 31%;
    margin-right: 1%;
}

.foto-album-container {
    position: relative;
    width: 100%;
    margin-right: 2%;
}

.foto-album-outer:nth-child(3n),
.foto:nth-child(3n) {
    margin-right: 0;
}

.foto-album-inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.foto-album-inner .image,
.foto .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 225px;
    width: 100%;
}



/* Fotogalerijen end styling */


/* Productfoto's*/
grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(32.8%,1fr));
    /*grid-template-columns: repeat(3,1fr);*/
    grid-auto-rows: 20px;
}

.gallery_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
}

.foto_container{
    margin-bottom: 20px;
}

.foto_container img {
    border-radius: 5px;
}

.foto_container:nth-child(1n+2) {
    width: 31% !important;
    height: 31% !important;
    margin-right: 3.5%;;
}

.foto_container:nth-child(3n+4) {
    width: 31% !important;
    height: 31% !important;
    margin-right: 0%;
}

.foto_container img:nth-child(1) {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.modaal-gallery-item img {
    width: auto;
    max-height: 95vh;
}

.images_anchor {
    width: 150px;
    height: 30px;
    display: none;
    position: relative;
    top: -30px;
    margin: 0 auto;
}

.images_anchor a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px 0 5px;
    text-decoration: none;
}

.images_anchor a:after {
    content: '\f078';
    font-family: 'FontAwesome';
    margin-left: 6px;
    font-size: 13px;
}

.images_anchor a:hover {
    border-bottom: 1px solid white;
}


/* Responsive nav styling */
/*Navbar styling*/

.navbar-brand img {
    width: 160px;
    height: auto;
}
.navbar-brand a {
    border: 0;
}

.nav-item {
    margin: 0 4% 0 0!important;
}


.navbar-nav{
    width: 100%;
    height: 85px;
    position: relative;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

a.nav-link {
    color: #404040;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    float: right;
    position: relative;
}

a.nav-link:hover{
    color: #910000;
}

ul.navbar-nav.ml-auto {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 58%;
    /*padding-left: 25px;*/
}

.large-menu-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #b51c1c;
    z-index: 1;
    transition: 3s;
    color: #FFFFFF;
    border-radius: 0 100px 100px 0;
}

.large-menu-btn a:hover::before {
    width: 180%;
}

.large-menu-btn a {
    height: 50px;
    width: fit-content;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    background-color: #910000;
    position: relative;
    overflow: hidden;
}

.large-menu-btn a {
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    min-width: 150px;
}

.large-menu-btn a:hover{
    color: white;
    z-index: 2;
}

.large-menu-btn p{
    z-index: 3;

}


.header-bg {
    height: 768px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.71);
    width: 100%;
    height: 100%;
}

.open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 300px;
}

.navbar-nav.ml-auto {
    display: flex;
    flex-direction: column;
}
/*Navbar styling end */
/*Responsive navbar */

.navbar-toggler {
    display: block;
    z-index: 10;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 30px 10px 10px 0;
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .bars {
    display: inline-block;
    vertical-align: middle;
}

.navbar-toggler .bar {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #810000;

    -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;
}

.menu-open .navbar-collapse {
    width: 100%;
    height: 100%;
    display: block!important;
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background-color: #ffffffdb;
    overflow: visible;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.menu-open .navbar-collapse .navbar-nav {
    margin-top: 146px;
    min-height: 35vh;
    height: auto;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
    position: absolute;
    width: 100%;
    display: flex;
    padding: 21px;
    flex-flow: column wrap;
    background: #ffffff;;
    justify-content: center;
}

.menu-open .navbar-nav .dropdown-menu {
    display: block!important;
    opacity: 1!important;
    left: 0;
}

.menu-open .navbar {
    top: 40px;
    position: fixed;
    z-index: 1;
    height: 60px;
    max-width: none;
}

.menu-open .navbar-collapse {
    opacity: 1;
    z-index: 5;
}

.lockScroll .top_bar {
    position: fixed;
    top: 0;
    z-index: 2;
}

.lockScroll {
    overflow: hidden;
    width: 100%;
    z-index: 7!important;
}

/* Responsive nav styling */

.navigation, .navigation .navbar {
    height: 100px;
}

.mobile_call, .mobile_social_media {
    display: none;
}

.navbar-brand {
    position: relative;
}
ul.navbar-nav li.dropdown .dropdown-menu.open {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    display: block !important;
}

ul.navbar-nav li.dropdown .dropdown-menu {
    transform: translateY(24px);
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.dropdown-item:active {
}

li.nav-item a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

li.nav-item:hover a {

}

a.dropdown-item {
}

li.nav-item:last-child a {
    color: white;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-toggle:after {
    position: relative;
    top: 3px;
}


/*EVEN CONTAINERS*/

@media screen and (max-width: 1200px){
   /* ul.navbar-nav.ml-auto {
        width: 50%;
    }*/
    .large-menu-btn a::before {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        z-index: 1;
        color: rgb(255, 255, 255);
        background: rgb(181, 28, 28);
        transition: all 3s ease 0s;
        border-radius: 0px 100px 100px 0px;
    }

    .email_reponsive {
        margin: 0 50px 0 0;
        display: none;
    }

    .tel_responsive {
        display: none;
    }


    .modaal-wrapper .modaal-close {
        top: 90px;
    }

    ul.navbar-nav.ml-auto {
        width: 75%;
    }

    .navbar-brand {
        z-index: 9;
    }

}

@media screen and (max-width: 1000px){
    .project-outer {
        width: 49%;
    }
    .project-outer:nth-child(1n+3) {
        margin-right: 2%;
    }
    .project-outer:nth-child(2n) {
        margin-right: 0;
    }
    iframe {
        width: 100%;
    }
    .foto-album-row-inner {
        width: 48%;
    }
}

@media screen and (max-width: 992px){
    .large-menu-btn a {
        height: 10px;
        width: auto;
        padding: 7px;
        border-radius: 0;
        background-color: transparent!important;
    }

    .nav-item {
        margin: 0!important;
    }

    .button.menu-item {
        margin-top: 8px;
    }

    .large-menu-btn a {
        color: #404040 !important;
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 0 0;
        padding: 7px;
        text-align: center;
        display: flex;
        justify-content: center;
        min-height: fit-content;
    }

    a.nav-link {
        color: #404040;
        font-size: 16px;
        line-height: 19px;
        position: relative;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0 0 4px 0px;
    }

    .menu-open .navbar {
        top: 45px;
        position: fixed;
        z-index: 1;
        height: 100px;
        max-width: none;
    }

    .section-container {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }

    .footercontent {
        padding: 50px 0;
    }

    .indexprojecten.product {
        width: 100%;
    }

    .product-filter {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 780px){



    .foto-album-row-inner {
        width: 48%;
    }

    .foto_container:nth-child(1) {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .foto_container:nth-child(1n+2) {
        width: 23% !important;
        height: 23% !important;
        margin-right:2.5%;;
    }

    .foto_container:nth-last-child(5n) {
        width: 23% !important;
        height: 23% !important;
        margin-right: 0%;
    }

    .topbar{
        height: 40px;
    }

    .iban {
        display: flex;
        padding: 8px 0;
        justify-content: space-between;
        font-size: 16px;
        margin: 0 10px;
    }

    .email {
        margin: 0 0 0 0;
    }

    .header-bg {
        height: 500px;
        width: 100%;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .indexprojecten.product .project-outer {
        width: 100%;
        margin-right: 0!important;
    }


}

@media screen and (max-width: 655px) {
    .project-outer {
        width: 100%;
    }

    .project-outer:nth-child(1n){
        margin: 0 0 35px 0;
    }

    .project-outer:nth-child(2n) {
        margin-right: 0;
    }


    .showknop1 {
        margin: 0 2% 20px 0;
        background: rgb(145, 0, 0);
        border-radius: 5px;
        justify-content: center;
        text-align: center;
        padding: 5px 5px;
        width: 49%;
        min-width: 100px;
    }

    .showknop2 {
        margin: 0 0 20px 0;
        border-width: 3px;
        border-style: solid;
        border-color: rgb(145, 0, 0);
        border-image: initial;
        justify-content: center;
        text-align: center;
        border-radius: 5px;
        padding: 1px 5px;
        width: 49%;
    }


}




@media screen and (max-width: 530px){

  /*  .plate--container {
        padding: 0 28px;
    }*/

    .projectimage {
        float: left;
        margin: 10px 0px;
        width: 100%;
    }

    .project-show-inner {
        margin: 0 0 ;
    }


    .back-to-index {
        margin: 0 0 100px 0;
    }

    .bedrijfgegevens {
        height: 100px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .bedrijfgegevens-inner {
        display: block;
        justify-content: flex-start;
        align-items: center;
    }

    .bedrijfsnaam {
        color: #FFFFFF;
        float: right;
        width: 100%;
        height: 25px;
        position: relative;
        align-items: center;
        display: flex;
        justify-content: flex-start;
        font-size: 14px;
    }


}



@media screen and (min-width: 768px) {
    .container, .plate--container {
        width: 100%;
        max-width: 1090px;
    }


}

@media screen and (min-width: 992px) {
    .container, .plate--container {
        width: 100%;
        max-width: 1100px;
    }
}

@media screen and (min-width: 1201px){
    .email {
        display: none;
    }

    .tel{
        display: none;

    }
}

@media screen and (min-width: 1400px) {
    .container, .plate--container {
        width: 100%;
        max-width: 1350px;
    }
}



@media (min-width: 1530px) {
    .container, .plate--container {
        max-width: 1470px;
    }
}

/*.foto_container .modaal-image {
    height: auto!important;
}*/
