body {
  margin: 0;
  background-color: #dedede;
}


/*NAV*/

.navbar-custom {
    background: transparent !important;
    margin-bottom: 20%;
}

.not-home {
    background: #b22222 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #dedede;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link .active {
    color: #000;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
}

.navbar-custom.scrolled{
  background:#b22222 !important;
}

footer {
  margin-top: 10%;
  
}

/*HEADER*/
.carousel-container {
  width: 600px;
  margin-left: 30%;
}

.carousel-control-prev-icon {
  color: #000;
}

.parallax-window {
    width: auto;
    height: 600px;
    background: transparent;
    transition: all 0.5s ease;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
    margin: auto;
    width:auto;
 }

 #header {
    background: url('../images/headermobile.png') no-repeat center center fixed;
    width: 100%;
    height: 1000px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }

 @media only screen and (min-width: 768px) {
  #header {
    background: url('../images/header.png') no-repeat center center fixed;
    width: 100%;
    height: 1000px;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
  }
}

 .layer {
   background-color: rgba(128, 39, 31, 0.7);
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }

 /* Position text in the middle of the page/image */
 .bg-text {
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
   color: white;
   font-weight: bold;
   border: 3px solid #f1f1f1;
   position: absolute;
   left: 20px;
   top: 50%;
   z-index: 2;
   width: 50%;
   text-align: center;
 }

/*SERVICES*/
 .kader {
   position: relative;
   top: -100px;
   left: 0px;
   background-color: #dedede;
   border: 2px solid #b22222;
   height: 105%;
 }

 .kader .icon-afbeelding {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

 .kolom {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.services-afbeelding {
  width: 200px;
  height: 100px
}

.kolommen {
  margin-left: 100px;
  margin-right: 100px;
}

.services-tekst {
  margin-top: 120px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

/*AANBIEDING*/

.diamond-grid {
  width: 200px;
  height: auto;
}

.aanbieding .diamond-grid {
  width: 200px;
  margin-top: 5%;
  margin-right: 50%;
  margin-left: 2%;
}

a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .aanbieding .diamond-grid {
  width: 75%;
  margin-top: 5%;
  margin-left: 13%;
  margin-right: 50%;
  }
}

.aanbieding .item {
    width: 200px;
    height: 200px;
    background: #b22222;
    opacity: 0.5;
    transition: 0.5s;
    background-size: cover;
  }

@media only screen and (min-width: 768px) {
  .aanbieding .item {
    width: 200px;
    height: 200px;
    background: #b22222;
    opacity: 0.5;
    transition: 0.5s;
    background-size: cover;
  }
}

.aanbieding .item:hover {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #b22222;
}

.item:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.titels {
  display: block;
}

.titels hr {
  width: 70%;
  border: 0.3px solid #000;
}

.titels .titel_text {
  position: relative;
  top: 30px;
  left: 44%;
  text-align: center;
  background-color: #dedede;
  color: #000;
  height: auto;
  width: 300px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.big_titels {
  display: block;
  margin-bottom: 5%;
}

.big_titels hr {
  width: 70%;
  border: 0.3px solid #000;
}

.big_titel_text {
  position: relative;
  top: 40px;
  left: 34%;
  text-align: center;
  background-color: #dedede;
  color: #000;
  height: auto;
  width: 500px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  margin-top: 5%;
}

.teksten {
  margin-top: 3%;
  margin-left: 4%;
  margin-right: 4%;
}

.small_titel {
  margin-left: 2%;
  margin-top: 5%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #b22222;
}

.small_titel hr {
  width: 50px;
  position: relative;
  right: 48.5%;
  border: 1.2px solid #8c372f;
}

.opdeling_titel {
  margin-bottom: 1%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #b22222;
}

.accordion .opdeling_titel {
  margin-bottom: 1%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #dedede;
}

.card-header {
  background-color: #781d1d;
}

.accordion {
  margin-left: 4%;
  margin-right: 4%;
}

.accordion .small_titel {
  margin-left: 2%;
  margin-top: 5%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #dedede;
  width: 100%;
}

.pdf {
  width: 100%;
  text-align: center;
}

.pdf a {
  color: #b22222;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.pdf hr {
  width: 50%;
}

/*.animate-gallery {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px; 
}
  
.animate-gallery .tab-container {
  padding: 10px;
  width: 100%;
  margin: auto;
  margin-bottom: 36px; 
}

.animate-gallery .tab-container::after {
  content: "";
  display: table;
  clear: both; 
}

.animate-gallery .tab-container a {
  overflow: visible;
  margin: 0px 20px 8px 0px;
  color: white;
  cursor: pointer;
  display: block;
  padding: 10px 10px 8px 30px;
  position: relative;
  float: left;
  text-decoration: none;
  background: #7f0600;
  border-radius: 5px; 
}
      
.animate-gallery .tab-container a.tab-selected {
  background: #ff0b00; 
}
        
.animate-gallery .tab-container a.tab-selected:after {
  font-style: bold;
  color: #7f0600; 
}
        
.animate-gallery .tab-container a.tab-selected:hover {
  background: #eb0a00; 
}
        
.animate-gallery .tab-container a.tab-selected:active {
  background: #990700; 
}
      
.animate-gallery .tab-container a:hover {
  background: #6b0500; 
}
      
.animate-gallery .tab-container a:active {
  background: #190100; 
}
      
.animate-gallery .tab-container a:after {
  content: "";
  color: white;
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 11px;
  left: 5px;
  background: #C8C8A9;
  border-radius: 50%; 
}
  
.animate-gallery .gallery-container {
  width: 100%;
  position: relative; 
}
    
.animate-gallery .gallery-container .item-container {
  position: relative;
  width: 100%;
  margin: auto; 
}
      
@media screen and (max-width: 500px) {
  .animate-gallery .gallery-container .item-container {
    width: 90% !important; 
    } 
  }
      
.animate-gallery .gallery-container .item-container .gallery-item {
  width: 300px;
  height: 225px;
  border-radius: 5px;
  background: #333;
  background-size: cover !important;
  position: absolute;
  overflow: hidden;
  opacity: 0; 
}
        
@media screen and (max-width: 500px) {
  .animate-gallery .gallery-container .item-container .gallery-item {
    width: 100%; 
    } 
  }*/

  .cid-s3LyGC7EaB .google-map {
  height: 25rem;
  position: relative;
}
.cid-s3LyGC7EaB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s3LyGC7EaB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s3LyGC7EaB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s3LyGC7EaB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}

.map1 {
  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.container_contact {
  margin-left: 10%;
}

/*TITELS*/
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  font-size: 50px;
}

.mbr-section-title-klein {
  font-style: normal;
  line-height: 1.2;
  text-align: left;
  font-size: 40px;
  margin-top: 5%;
}

@media only screen and (min-width: 768px) {
  .mbr-section-title-klein {
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    font-size: 40px;
    margin-top: 5%;
  }
}

.mbr-section-subtitle {
  line-height: 1.3;
  color: #767676;
  text-align: center;
  font-weight: 300;
}

.mbr-section-title-groot {
  font-style: normal;
  line-height: 1.2;
  text-align: center;
}

.container-titel {
  padding-top: 8%;
  padding-bottom: 5%;
}

.container-titel-groot {
  padding-top: 8%;
}

.mbr-section-subtitle-groot {
  line-height: 1.3;
  color: #767676;
  text-align: center;
  font-weight: 300;
  margin-left: 10%;
  margin-right: 10%;
}

@media only screen and (min-width: 768px) {
  .mbr-section-tussentitle {
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    font-size: 50px;
  }
}

.mbr-section-tussentitle {
  font-style: normal;
  line-height: 1.2;
  text-align: left;
  font-size: 50px;
  margin-left: 5%;
}

.mbr-section-tussentitle-alu {
   font-style: normal;
  line-height: 1.2;
  text-align: left;
  font-size: 50px;
  margin-left: 1%;
}

.mbr-section-tussentitle > hr {
  text-align: left;
  width: 50px;
  border: solid 2px #b22222;
  border-radius: 20px;
  margin-left: 0;
}

.mbr-section-tussentitle-alu > hr {
  text-align: left;
  width: 50px;
  border: solid 2px #b22222;
  border-radius: 20px;
  margin-left: 0;
}

/*FOOTER*/

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.mbr-white {
  color: #ffffff;
}

.cid-s3MvjsGcYy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b22222;
}
@media (max-width: 767px) {
  .cid-s3MvjsGcYy .content {
    text-align: center;
  }
  .cid-s3MvjsGcYy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s3MvjsGcYy .map {
  height: 18.75rem;
}

@media only screen and (min-width: 768px) {
  .cid-s3MvjsGcYy .footer-lower .copyright {
    text-align: left;
    opacity: .50;
    margin-left: -50%;
  }
}

@media (max-width: 767px) {
  .cid-s3MvjsGcYy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
    opacity: .50;
  }
}
.cid-s3MvjsGcYy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .20;
}

.cid-s3MvjsGcYy .google-map {
  height: 10rem;
  position: relative;
}
.cid-s3MvjsGcYy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s3MvjsGcYy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s3MvjsGcYy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s3MvjsGcYy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}

.spatie {
  margin-top: 5%;
  margin-bottom: 5%;
}

.cid-s3O9dF0A2I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}