/* Het Bataille lettertype importeren */
@font-face {
  font-family: Galdeano;
  src: url(Galdeano-Regular.ttf);
}


/* Voor grote apparaten 990px en groter: */
  @media only screen and (min-width: 992px) {
    .logo-static{
        max-height: 150px;

    } 
    
    .scroll-logo{
      max-height: 75px;
    }

    
    .banner-img{
        max-height: 400px;
    }

    .row-padding{
      padding-left: 5%;
      padding-right: 5%;
    }

    .col-padding-left{
      padding-left:5%;
    }

    .login-float{
      position:absolute;
      top: 10px;
      right:10px;
    
    }

  }
/* Voor M (992px) en kleiner tot 768px */
  @media only screen and (max-width: 992px) {
    .logo-static{
        max-height: 100px; /*150*/

    } 
    
    .scroll-logo{
      max-height: 75px;
    }


    .banner-img{
        max-height: 300px;
    }

    .text-left-to-center{
      text-align: center;
    }

    .login-float{
      position:absolute;
      top: 10px;
      right:10px;
    
    }

  }


/* Voor kleine apparaten en mobiel For width smaller than 768px: */
  @media only screen and (max-width: 768px) {
  .logo-static{
      max-height: 50px;


  }  

  .scroll-logo{
    max-height: 50px;
  }

  .login-float{
    font-size: smaller;
    position:absolute;
    top: 4px;
    right: 4%;
    --bs-gutter-x: 1.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  
  }
  .navbar>.container-fluid{
    align-items: end;
    }
  
  .dropdown-item{
    text-align: right;
  }

  .nav-link
  {
    padding-left: .25rem;
  }
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */

}

/* Voor alle maten geldig */
 .logo-static{
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;

} 


  


.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.test{
min-height:100vh;
display: flex;
flex-direction: column;
}

.footer{
  margin-top: auto;
  margin-bottom: 0px;
    --bs-gutter-x: 1.5rem;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
}

.carousel{
  position:relative;
  width:100%;
  
  
}

.bg-grey{
  background-color: rgb(245, 245, 245);
}

.a-none{
  text-decoration: none;
  /*theme color for links 13,110,253*/
}

a{
  text-decoration: none;
}

.bg-blk{
   background-color: black; 
}

 h1,h2,h3,h4,h5 {
    font-family: Galdeano, sans-serif;
    text-transform:uppercase;
    margin-top: 0.5rem;
 }

 .navbar-toggler:focus {
  box-shadow: none;

 }

 .img-flyer{
  margin-top: 0.5rem;
 }

.main-nav {
    /*display:none;*/
    width:100%;
    z-index: 6;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.5);
    text-align: right;
}

.text-right{
  text-align: right;
}

.nav-balk-size{
  margin-left: 4%;
  margin-right:4%;
} 

.nav-link{
  display:inline;
}

.scroll-sticky {
  position: fixed;
  /*bottom: 100dvh;*/
  top:0dhv;
  /*-webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  transform:translateY(100dhv);
  deze regels waren voor de bottom:100% variant*/
}

.unsticky {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  /*transition: all 0.5s ease-out;
  transform: translateY(0dhv);
  deze regels waren voor bottom:1--% variant nog even bewaren tot nieuwe oplossing*/
}

/*
.extra-margin{
  padding-top: 75px; /*origineel margin & 150 deze is voor bottom:100%
}
*/

.zero-margin{
  margin-top: 0px;
}
.offcanvas-body{
overflow-y: visible;
background-color: black;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-width: auto;
}
.offcanvas-header{
  min-height: 75px;
  background-color:black;
  align-items: end;
  padding-right: 12px;
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-right: 4%;

}

.navbar-toggler{
  --bs-btn-hover-color: rgba(0,0,0,0);
  --bs-btn-hover-bg: rgba(0,0,0,0);
  --bs-btn-hover-border-color: rgba(0,0,0,0);
}
.shadow{
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
}

.spacer{
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/element/spacer.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height:0;
    padding-top: 8%;
    
                
}
.spacer-180{
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(../images/element/spacer-180.png);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
    height:0;
    padding-top: 8%;
    
                
}


.img-gradient{
  
    position:relative;
    display:inline-block;
  }

.img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:40%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0) 100%); /* W3C */
   
  }
  .img-gradient img{
    display:block;
  }

  /* de opmaak hieronder wordt ook gebruikt in artikelen */
  
  .tussenkop{
    font-weight: bold;
    text-decoration-line: underline;
  }

  figcaption{
    font-size: smaller;
  }