@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');
body {
  font-family: 'Raleway', sans-serif;
  /* Andere CSS-eigenschappen blijven zoals ze zijn */
}
.gereserveerdtext{
  position: absolute;
  font-size: 200%;
  font-style: italic;
  font-variant: small-caps;
  font-weight: bold;
  text-shadow: 1px 1px lightgray;
  color: red;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.gereserveerd {
  filter: blur(2px);
}

.swiper-zoom-container.fullscreen {
 position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 overflow: auto;
 background: lime; /* Just to visualize the extent */
}
.wit{
  color: white;
}
.geel{
  color: #ffc107;
}
.fas:hover {
  opacity: 0.5;

}
.fa:hover {
  opacity: 0.5;
}
.fa-stack:hover {
  opacity: 0.5;
}
.fab:hover {
  opacity: 0.5 !important;
}
.card-body {
  background: transparent;
}
.card-margin{
  margin-bottom: 1.5em;
}
.bg-company-donkerblauw {
  background-color: #184070 !important;
}
.bg-company-lichtblauw {
  background-color: #1A467B !important;
}
.navbar-nav li {
  padding-right: 20px;
}
.nav-link {
  font-size: 1.1em !important;
}

.artikel-img {
  height: 200px;
  object-fit:scale-down;
}
.fiets-img {

 object-fit:scale-down;
}
.dotgreen {
  height: 0.75em;
  width: 0.75em;
  border:1px solid black;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
.dotred {
  height: 0.75em;
  width: 0.75em;
  border:1px solid black;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.nieuw-label {
  z-index: 1;
  color:#fff;
  background-color:#184070;
  font-size:12px;
  text-transform:uppercase;
  padding:2px 7px;
  display:block;
  position:absolute;
  top:10px;
  
}
.aanbieding-label {
  z-index: 1;
  color: #231F20;
  background-color:#ffc107;  /*#E6E7E8  #E81E26*/
  font-size:12px;
  text-transform:uppercase;
  padding:2px 7px;
  display:block;
  position:absolute;
  top:40px;
  right:5;

}
.actie-label {
  z-index: 2;
  position: absolute;
  top: 35px;
  right: 0;

}
.nummerswipe {
 z-index: 1;
 position:absolute;
 left: 90%;
 top:10px;
}


.infolabel {
  z-index: 2; 
  position:absolute;
}
.zoom-label {
  position:absolute;
  z-index: 1;
  right:0;
  color:#fff;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;

}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f077";

}
.card-header {
  background-color: #F0F8FF !important;

}
/* The popup form - hidden by default */
.filter-popup {
  background-color: #FFFFFF;

  width: 350px;
  display: none;
  position: absolute;
  margin-top: -30px;
  margin-left: 15px;
  border: 3px solid #184070;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9;
}
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  -webkit-transition:2s;

}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;

} 

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
#klasse {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 20px;
  letter-spacing: -0.6px;
  word-spacing: -1px;
  color:  #F0F8FF !important;
  font-weight: 700;
  text-decoration: none;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
}
.top {

  left: 0;
  top: 0;
}

.line{
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: rgba(245,245,245,.3); 
}

.tijd {
  z-index: 1;
  color:#fff;
  display:block;
  position:absolute;
  bottom: 200px;
}
.jumbotron-fluid {
 background-image: url(../img/front6.webp);
 padding-bottom: 1%; /* = ( 600 / 1600 ) x 100 */
 background-position: center;
 min-height: 150px;
 background-repeat: no-repeat; 
 background-size: cover;

}
.filter{

  padding-top: 20px;
  text-align: center;
  position: fixed;
  display: inline-block;
  left: 20px;
  bottom: 20px;
  height: 80px;
  width: 80px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 50%;
  background-color: #F0F8FF;
  box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 75%);
  z-index: 5;
  display: table-cell;
  overflow: hidden;
  vertical-align:middle;
}
.bg-black{
  background-color:#000000;
}
.welkomhoogte {
  height: 120px;
}
.shadow-text-black {
text-shadow: 2px 2px 2px #000
}
.shadow-text-white {
text-shadow: 1px 1px 1px #fff
}
.logonavbar {
  width: 185px;

}
@media only screen and (max-width: 991px) {
  /* Nieuwe stijl voor de afbeelding bij kleinere schermresolutie */
  .logonavbar {

  width: 150px;
  }
  .welkomtext {
        font-size: 20px; /* Adjust as needed */
        text-shadow: 1px 1px 1px #000
}
.welkomhoogte {
  height: 50px;
}
}
@media screen and (max-width: 425px) {
  .klein {
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  .klein {
    width: 150px;
  }
  @media screen and (max-width: 315px) {
    .klein {
      width: 125px;
    }
  }

