body
{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Segoe UI'), local('Segoe UI'), url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format('woff2');
  font-display: swap;
}

.logoMain
{
  width: 200px;
  max-width: 100%;
  height:100%;
  max-height:100%;
}

.homeOpdracht
{
  max-height:500px!important;
  max-width:500px!important;
  min-height:500px!important;
  min-width:500px!important;
}

.homeOpdrachtText{
  text-align: center;
  left: -6%;
  position: relative;
}

#footerSmall
{
  display: none;
}

.contactLinks
{
  text-decoration: underline;
}
.contactLinks:hover
{
  color: #008FD8;
}

.bedrijfsProfielImage
{
  max-width: 450px; max-height: 450px;
}

@media screen and (max-width: 991px)
{
  .bedrijfsProfielImage
  {
    max-width: 300px; max-height: 300px;
  }
  .logoMain
  {
    width: 150px;
  }  
  .homeOpdracht
  {
    max-height:250px!important;
    max-width:250px!important;
    min-height:250px!important;
    min-width:250px!important;
  }
  .homeOpdrachtText
  {
   font-size: 18px;
   left: 0%;
   text-align: left;
  }
  #footerBig, #navbarItemMail, #navbarItemCall
  {
    display: none;
  }
  #footerSmall
  {
    display: block;
  }
  .ol-zoom-out, .ol-zoom-in
  {
    height: 50px!important;
    width: 50px!important;
  }
  /*Font size van de navigatie balk*/
  .navbar-dark .navbar-nav .nav-link
  {
    font-size: 20px;
  }
  /*Text bij de icoontjes in de navigatie balk*/
  .tel, .mail
  {
    visibility: visible;
  }
  /*Breedte en z-index van het navigatie menu*/
  .navbar-collapse.collapsing, .navbar-collapse.collapse.show
  {
    width: 10%;
    z-index: 100;
  }
  /*Placement van de icoontjes in de navigatie balk*/
  .mailIco, .callIco
  {
    left: 0%;
  }
  /*Placement en grote van de image slider controls*/
  .carousel-controls-next, .carousel-controls-prev
  {
    font-size: 250%;
    top: 100px;
  }
  .carousel-controls-Next
  {
    left: 50px;
  }
  .carousel-controls-prev
  {
    right: 50px;
  }
}


/*Veranderd de kleur van svg items*/
.svgColor
{
  /*
  site om hex codes om te zetten naar css filter code:
  https://codepen.io/sosuke/pen/Pjoqqp
  */
  filter: invert(32%) sepia(72%) saturate(453%) hue-rotate(179deg) brightness(94%) contrast(86%);
}

/*Zorgt dat de images niet groter uitkomen dan 350px breed op de projecten paginas*/
.ImgContainer
{
  position: relative;
  max-width: 350px;
}

/*CSS voor de overlay*/
.overlay
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 350px;
  max-width: 350px;
  opacity: 0;
  transition: .5s ease;
  background-color: #40609d;
}

/*CSS voor de overlay als je over project thumbnail hoverd*/
.ImgContainer:hover .overlay
{
  opacity: 1;
  background: rgba(64, 96, 157, 0.5);
}
/*De styling van de text in de image overlay van VR en Consultancy*/
.overlay-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;
  opacity: 1;
}

/*Contact page button css*/
.btn-outline-primary {
color: #40609d;
background-color: transparent;
border-color: #40609d;
}

/*Kleur en outline van de route button op de contact pagina*/
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover {
    color: #fff;
    background-color: #40609d;
    border-color: #40609d;
}
.btn
{
  border-radius: 0px;
  width: 10%;
}

/*Link text kleur*/
a
{
  color: #40609d;
}

/*Image popout styling voor het venster dat opent als je een image vergroot*/
.modal-dialog
{
  max-width: 33%;
}
.img-responsive-height
{
  display: block;
  width: 100%;
  max-height: 200%
}
.btnModal
{
  margin-top: auto;
  background-color: #40609d;
}
/*Image slider styling*/

.carousel-item {
    height: 450px;
    transition:(.6s ease-in-out left);
}

.carousel.inner {
    bottom: -50px;
}
/*De styling van de control iconen*/
.carousel-control-next, .carousel-control-prev
{
  color: #40609d;
  opacity: 1;

}

.carousel-controls-prev, .carousel-controls-next
{
    color: #40609d;
    font-size: 400%;
    position: relative;
    top: 200px;
    z-index: 1005;

}

.carousel-controls-prev
{
  right: 75px;
}

.carousel-controls-next
{
  left: 75px;
}


/*Voorloperrevitserver en consultancy image styling*/
/*Margin aan de boven en linker kant zodat de images netjes langs elkaar komen*/
.ImgContainer
{
  margin-top: 10px;
  margin-left: 10px;
}
/*Zorgt ervoor dat de thumbnail niet groter wordt dan 350px op de VR en Consultancy paginas*/
.ImgContainer > img
{
  display: block;
  min-width: 350px;
  min-height: 350px;
  max-width: 350px;
  max-height: 350px;
}

/*Hidden class*/
.hidden
{
  visibility: hidden;
}

/*Map canvas*/
.map {
  height: 400px;
  width: 100%;
}
/*Pin styling*/
#popup-content
{
  background-color: white;
  position: relative;
  top: 12px;
  border: 2px solid #40609d;
  border-radius: 0px 40px 40px 40px;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  left: 8px;
}

/*Footer text css*/
.footerText, .footerTextR
{
  position: absolute;
}

.footerTextR
{
  left: 66%;
  font-weight: 500;
  font-size: 14px;
}

/*Navbar active css*/
.navbar-nav > .active > a
{
  font-weight: bold;
}

/*Navbar styling kleur font size etc*/
.navbar-dark .navbar-nav .nav-link
{
    color: white;
    font-size: 20px;
    padding-left: 20px;
}

/*Hyperlink hover animatie die de geanimeerde lijn maakt als de muis erop staat dit is bij de footer*/
a.animated
{
    color:white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: relative;
}

a.animated:after {
    width: 0%;
    height: 1px;
    background: white;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.animated:hover {
    color: #40609d;
}

a.animated:hover:after {
   width: 100%;
}

/*hyperlink hover driehoek*/
nav li {
    display: inline-block;
    /* float: left; */
    position: relative;
}

nav li a:hover:after {
    border-left: solid white 6.75px;
    border-bottom: solid transparent 7px;
    border-top: solid transparent 7px;
    bottom: 15px;
    content: "";
    height: 0;
    left: 15px;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

/*mail en telefoon icoontjes*/
.mailIco, .callIco
{
  position: relative;
  top: 5px;
  right: 3px;
}


/*Responsiveness website Veranderd de grootes van bepaalde items als de pagina x aantal pixels is*/
@media screen and (max-width: 1265px)
{
  /*Font size van de navigatie balk*/
  .navbar-dark .navbar-nav .nav-link
  {
    font-size: 18px;
  }
  /*Text bij de icoontjes in de navigatie balk*/
  .tel, .mail
  {
    visibility: hidden;
  }
/*Placement van de icoontjes in de navigatie balk*/
  .callIco
  {
    visibility: visible;
    left: 96%;
  }

  .mailIco
  {
    visibility: visible;
    left: 5%;
  }
  /*Placement en grote van de image slider controls*/
  .carousel-controls-next, .carousel-controls-prev
  {
    font-size: 350%;
    top: 175px;
  }
  .btn
  {
    border-radius: 0px;
    width: 25%;
  }
  .homeOpdracht
  {
    max-height:450px!important;
    max-width:450px!important;
    min-height:450px!important;
    min-width:450px!important;
  }
}

@media screen and (max-width: 1200px)
{
  /*Font size van de navigatie balk*/
  .navbar-dark .navbar-nav .nav-link
  {
    font-size: 16px;
  }
  /*Placement en grote van de image slider controls*/
  .carousel-controls-next, .carousel-controls-prev
  {
    font-size: 300%;
    top: 125px;
  }
}

@media screen and (max-width: 1080px)
{
  /*Font size van de navigatie balk*/
  .navbar-dark .navbar-nav .nav-link
  {
    font-size: 15px;
  }
}

@media screen and (max-width: 1034px)
{
  /*Font size van de navigatie balk*/
  .navbar-dark .navbar-nav .nav-link
  {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px)
{
  /*Placement en grote van de image slider controls*/
  .carousel-controls-next, .carousel-controls-prev
  {
    font-size: 150%;
    top: 50px;
  }
  .carousel-controls-Next
  {
    left: 25px;
  }
  .carousel-controls-prev
  {
    right: 25px;
  }
  .footerLText
  {
    font-size: 90%!important;
  }
}

@media (min-width: 1200px)
{
  /*Veranderd de breedte van de container als deze minimaal 1200px breed is*/
  .container
  {
    max-width: 1440px;
  }
}
