html, body {
    height: 100%;
    margin:0;
}
body {
  font-family: "Lato", "Open Sans", sans-serif;
  background-color: #F8F9FA;
  position: relative;
  color: #323232;
  scroll-behavior: smooth;
    overflow-x: hidden;
        padding-bottom:80px;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

.footer-contact {
    position:fixed;
    bottom:0; 
    width:100%;
    left:0;
}
.wrapper {
      min-height: 100vh;
     display: flex;
  flex-direction: column;
}
main {
    flex: 1;
  position: relative;
}
p {
  /* color: #b3b3b3; */
  color: #323232;
  /*font-weight: 300;*/
}
p.text {
  color: #323232;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato";
}
h4 {
  font-size: 20px;
}
.subtitle {
  font-family: "Lato";
  color: #323232;
  line-height: 2rem;
  font-size: calc(1rem + 0.7vw);
  text-align: center;
    font-weight: 300;
}
.subtitle span {
  font-weight: 300;
  font-size: calc(0px + 2.36vw);
  color: #5B5B5B;
  line-height: 50px;
}
.subtitle2 {
  font-family: "Lato";
  font-size: 1.2rem; 
text-align: center;
    font-weight: 300;
}
.title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
    margin-bottom:2rem;
    text-align: center;
}
.labeltitle {
    color:#323232;
    text-align: center;
    font-weight: 300;
    
}
@media (max-width:786px){
    .title {
        font-size:1.5rem;
        margin-bottom:0.5rem;
    }
    .subtitle {
        line-height:1.4rem;
    }
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a, a:hover {
  text-decoration: none !important;
   
}
.hero {
  height: 100vh;
  width: 100%;
  background-color: #F8F9FA;
}

/*----------------------------------------
                NAVBAR
--------------------------------------------*/
.bg-white {
    background-color:#ffffff;
}
.language-switcher {
  display: flex;
  gap: 10px;
}
.flag {
width:20px;
    height:20px;
  cursor: pointer;

  border-radius: 4px;
  transition: border 0.2s;
}
.flag:hover {
  transform: scale(1.3); /* lichte vergroting bij hover */
}
.flag.active {  
  transform: scale(1.2); /* iets groter bij actief */
}
.site-navbar-wrap a, span{
  color: #ffffff; 
    font-weight: 100;
    text-align: center;
}
.contact-icon {
    max-width: 20px;
}

.icon-envelope,
.icon-phone {
  color: white;
}
.site-navbar-wrap {
  font-size: 0.8rem;
  background-color: #ffffff;
}
.site-navbar-wrap{
height:50px;
z-index:1050;
    background-color: #ffffff;
}
.main-navbar{
margin-top:50px;
}
.navbar-toggler {
   border:none;      
}
.navbar-toggler:active, .navbar-toggler:hover, .navbar-toggler:focus {
    outline:2px solid transparent;
    box-shadow: none;
}
.nav-link:hover {
    color:#AFCB08;
   
}
.dropdown-item:hover {
    background-color:#AFCB08;
    color:#fff;
}

@media (max-width:991px){

.navbar-nav{
text-align:right;
}
.navbar-nav .nav-link{
text-align:right;
}
}

/* --------------EXTRA INFO--------------------------- */

.svg {
  display: block;
  width: 160px;
  height: 73px;
}
.icon-menu:before {
  color: #ffffff;
}
.info-btn {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #343a40;
  transition: .3s;
}
.info-btn:hover {
  background-color: #25292E;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.info-btn:active {
  background-color: #3D4349;
  box-shadow: rgb(30, 30, 30) 2px 2px 4px 0px inset, rgba(0, 0, 0, 0.4) -2px -2px 4px 1px inset;
}
.infoo img {
  max-width: 100px;
}

    

/*------------------------color change--------------------------- */
.label-crr {
  width: 100%;
  aspect-ratio: 1;
  background-color: #F0F0F0;
  border-radius: 50%;
  display: flex;
  padding: 8%;
  filter: grayscale(100%);
  transition: 0.2s;
    max-width: 250px;
    margin:0 auto;
}
.label-crr:hover {
  cursor: pointer;
  background-color: white;
  filter: grayscale(0%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scale(1.03);
  transition: 0.6s;
}
.label-crr:active {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.label-crr img {
  width: 100%;
  height: auto;
}
.label-crr {
  filter: grayscale(1);
  transition: 0.5s;
}

.label-crr.active {
  filter: grayscale(0);
}

.label-subtext {
    text-align: center;
  margin-top:265px;
    position: absolute;
   display:none;
    font-weight: bold;
    background-color:#F8F9FA;
    padding:8px;
    border-radius:4px;
}
.hover-target:hover + .label-subtext {
    display:block;
}

@media (max-width: 992px) {
  .label-crr {
   max-width: 163px;
      z-index: 999;
      position: relative;
    
  }
    .hover-target:hover + .label-subtext {
    display:none;
}
}
.ifWave path {
  fill: #AFCB08;
  transition: 1s;
}
.ifWave[data-color="panelclix"] path {
  fill: #5E8BC8;
  transition: 1s;
}
.ifWave[data-color="euroclix"] path {
  fill: #FE9901;
  transition: 1s;
}

.ifWave[data-color="cadeaukaart"] path {
  fill: #8100A9;
  transition: 1s;
}
.ifWave[data-color="shopr"] path {
  fill: #6C5DD4;
  transition: 1s;
}
.ifWave[data-color="iflavours"] path {
  fill: #AFCB08;
  transition: 1s;
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce1 {
  animation: bounce 2s ease;
  animation-delay: 1s;
}
.bounce2 {
  animation: bounce 2s ease;
  animation-delay: 3s;
}

.bounce3 {
  animation: bounce 2s ease;
  animation-delay: 5s;
}

.bounce4 {
  animation: bounce 2s ease;
  animation-delay: 7s;
}

/*--------------------------------------------------------------
                       SVG WAVE/SPLASH
--------------------------------------------------------------*/
.svg-container {
  position: relative;
  width: 100%;
    z-index: -1;

}
.svg-container svg {
  width: 100%;
  height: auto;
  z-index: 1;
  margin-bottom: clamp(-40px, -10vw, -180px);
  display: block;
  transform: scale(1);
  transform-origin: center;
}
.svg-container div {
  width: 100%;
  height: 90px;
  z-index: 0;
}
.svg-container2 {
    display:none;
}
.ifWave2 path {
  fill: #AFCB08;
  transition: 1s;
}
.ifWave2[data-color="panelclix"] path {
  fill: #5E8BC8;
  transition: 1s;
}
.ifWave2[data-color="euroclix"] path {
  fill: #FE9901;
  transition: 1s;
}
.ifWave2[data-color="shopr"] path {
  fill: #6C5DD4;
  transition: 1s;
}
.ifWave2[data-color="cadeaukaart"] path {
  fill: #8100A9;
  transition: 1s;
}
.ifWave2[data-color="iflavours"] path {
  fill: #AFCB08;
  transition: 1s;
}
@media (max-width: 992px) {   
    .svg-container {
        display: none;
    }
   .svg-container2 {
  position: relative;
  width: 100%;
    z-index: -1;
       display:block;
       margin-top:-100px;
}
.svg-container2 svg {
  width: 100%;
  height: auto;
  z-index: 1;
  margin-bottom: clamp(-40px, -10vw, -180px);
  display: block;
  transform: scale(1);
  transform-origin: center;
}
.svg-container2 div {
  width: 100%;
  height: 90px;
  z-index: 0;
}
}

/*--------------------------------------------------------------
                       Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #ffffff;
  background-color: #323232;
  border: 2px solid #323232;
  padding: 7px 18px;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #22E82D;
  border: 2px solid #323232;
  padding: 7px 18px;
}
/*------------------------FORM Buttons--------------------------- */
/* general styling */
.btn-gen {
  background-color: #AFCB08;
  border-radius: 6px;
  color: white;
  padding: 20px 30px;
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btn-gen:hover {
  background-color: white;
  color: #7A8A1A;
  transition: .3s;
}

.form-container span {
    color:#323232;
}
/* form buttons */
form .btn {
  background-color: #AFCB08;
  border-radius: 6px;
  color: white;
  padding: 20px 30px;
}
form .btn:hover {
  color: #7A8A1A;
  transition: .3s;
  background: white;
}
form .btn-upload {
  background-color: white;
  border-radius: 6px;
  color: #7A8A1A;
  padding: 20px 35px;
  border: none;
  font-weight: bold;
}
@media (max-width:992px) {
    form .btn-upload {
    padding: 10px 20px;
        font-size: 14px;
    }
}
form .btn-upload:active {
  border: none !important;
}
form .btn-upload:hover {
  color: white;
  background-color: #AFCB08;
  cursor: pointer;
  transition: .3s;
}

/*--------------------------------------------------------------
                      Admin UX Enhancements
--------------------------------------------------------------*/
.admin-shell {
  background: linear-gradient(180deg, #f4f7fb 0%, #eef2f8 100%);
}

.admin-shell .card,
.admin-shell .table {
  border-radius: 12px;
  overflow: hidden;
}

.admin-shell .admin-stat-card {
  border: 1px solid #e6ecf4;
  box-shadow: 0 8px 24px rgba(26, 37, 52, 0.06);
}

.admin-shell .admin-form-card {
  background-color: #ffffff;
  border: 1px solid #e6ecf4;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(26, 37, 52, 0.06);
}

.admin-shell .admin-form-card .form-text {
  color: #75839a;
  font-size: 0.8rem;
}

.admin-shell .admin-banner-preview {
  background: #f8fafc;
  border: 1px dashed #c9d4e4;
  border-radius: 10px;
  padding: 12px;
}

.admin-shell .admin-image-preview {
  background: #f8fafc;
  border: 1px dashed #c9d4e4;
  border-radius: 10px;
  padding: 10px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-shell .admin-image-preview img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
}

.admin-shell .admin-banner-preview img {
  max-height: 100px;
  object-fit: cover;
  width: 100%;
}

.admin-shell .admin-delete-btn {
  background-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  color: #ffffff !important;
  padding: 0.22rem 0.6rem !important;
  line-height: 1.2;
}

.admin-shell .admin-delete-btn:hover {
  background-color: #bb2d3b !important;
  border-color: #bb2d3b !important;
}

.admin-shell .admin-wysiwyg .ql-editor {
  min-height: 220px;
}

.admin-shell .admin-wysiwyg.ql-container {
  height: auto !important;
}

.admin-shell .admin-wysiwyg .ql-toolbar,
.admin-shell .admin-wysiwyg .ql-container {
  border-color: #cfd8e5;
}

.admin-shell .admin-wysiwyg.is-invalid {
  border: 1px solid #dc3545;
  border-radius: 0.375rem;
}

.admin-shell form .btn {
  padding: 0.45rem 0.9rem;
  border-radius: 0.55rem;
  background-color: transparent;
  color: inherit;
}

.admin-shell form .btn.btn-dark {
  background-color: #1f2937;
  border-color: #1f2937;
  color: #fff;
}

.admin-shell form .btn.btn-dark:hover {
  background-color: #111827;
  border-color: #111827;
  color: #fff;
}

.admin-shell .admin-btn-primary {
  background-color: #1f2937 !important;
  border: 1px solid #1f2937 !important;
  color: #ffffff !important;
}

.admin-shell .admin-btn-primary:hover {
  background-color: #111827 !important;
  border-color: #111827 !important;
}

.admin-shell .admin-btn-secondary {
  background-color: #ffffff !important;
  border: 1px solid #ced7e3 !important;
  color: #374151 !important;
}

.admin-shell .admin-btn-secondary:hover {
  background-color: #f3f6fb !important;
  border-color: #b9c6d8 !important;
}

.admin-shell .admin-switch,
.admin-shell .admin-form-switch .form-check-input {
  width: 2.6rem;
  height: 1.35rem;
  cursor: pointer;
}

.admin-shell .admin-switch:checked,
.admin-shell .admin-form-switch .form-check-input:checked {
  background-color: #16a34a;
  border-color: #16a34a;
}

.admin-shell .admin-table code {
  color: #4b5563;
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 6px;
}
/* CARDS */
.card-text {
  font-size: 12px;
  line-height: 22px;
  color: #323232;
}
/* NUMMERED LIST */
.section-list p {
  color: #323232;
  font-weight: 600;
  margin-bottom: 5px;
}
/*----------------------------------------
                FOOTER
--------------------------------------------*/

footer {
     background-color: #212529;
    position: relative;
    z-index: -999;
    padding: 50px 0;
 }
.footerline {
  width: 100%;
    height: 20px;
  }

.bg-dark {
    padding:0px 0; 
     background-color:#212529;
}

.footertext, .footertext-main, .footertext-main span, .footertext span { 
color: #efefef;
    font-weight: 100; 
}
.footertext {
    padding:34px 0 21px;
}

.gap-top {
    margin-top:30px;
}
@media (min-width:768px) {
    .gap-top {
        display:        none;
    }
}
.gap-6 {
  height: 6vh;
}
.gap {
    margin-left:20px;
}
.gap2 {
    margin-left:5px;
}
/* Shopr */
.footer-shopr {
  background: linear-gradient(0.25turn, #6C5DD4, #8E5CE1, #5A49CF);
}
/* panelclix */
.footer-panelclix {
  background: linear-gradient(0.25turn, #6992CA, #819DC2, #3364A6);
}
/* Euroclix */
.footer-euroclix {
  background: linear-gradient(0.25turn, #F7A62C, #EAAC50, #FF9900);
}
/* Cadeaukaart 123.nl */
.footer-cadeaukaart {
  background: linear-gradient(0.25turn, #8100A9, #C260E0, #A238C2);
}
/* iFlavours */
.footer-iflavours {
  background-image: linear-gradient(to right, #a5cd3a, #CFE597, #B2D456, #a5cd3a);
}
.footer-dark {
    background-color:#212529;
}
@media (max-width: 786px) {   
    .gap-6 {
        display:        none;
    } 
  
}
/*----------------------------------------
       ALLE LABELS PAGINA
--------------------------------------------*/
h1 img {
  height: calc(3vw + 20px);
  max-height: 170px;
  width: auto;
    margin-top:40px;   
}
.shopr-cadeaukaart {
  height: calc(4vw + 50px);
  max-height: 170px;
  width: auto;
    margin-top:40px;   
}
.infoo {
  position: relative;
  z-index: 0;
}

.infoo img {
    width:180px !important;
    
}

.partner img {
   max-width: 100px;
    padding-bottom: 2rem;
  }
.partner-cadeau img {
    max-width:200px;
    padding-bottom:2rem;
}
@media (max-width:576px){
    .infoo {
        padding:0;
    }
    .partner-cadeau img {
    max-width:100px;
    padding-bottom:1rem;
}
}
.image-container {
  position: relative;
  width: 100%;
  height: 335px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: visible;
  z-index: 2;
  margin-bottom: -86px;
  display: flex;
  justify-content: center;
  align-items: center;
    transform:scale(1);
 }
.image-container-wrap {
    position: relative;
}


    .image-container-shopr {
  background-image: url('../img/flavour-shopr-page-sm.svg'); 
}
.image-container-panelclix {
  background-image: url('../img/flavour-panelclix-page-sm.svg'); 
}
.image-container-euroclix {
  background-image: url('../img/flavour-euroclix-page-sm.svg'); 
}
.image-container-cadeaukaart {
  background-image: url('../img/flavour-cadeaukaart123-page-sm.svg'); 	
}	

.image-container {
    height: 175px;
}

@media (min-width: 576px) {
    .image-container {
        height: 380px;
    }
}

@media (min-width: 768px) {
.image-container-shopr {
  background-image: url('../img/flavour-shopr-page.svg'); 
}
.image-container-panelclix {
  background-image: url('../img/flavour-panelclix-page.svg'); 
}
.image-container-euroclix {
  background-image: url('../img/flavour-euroclix-page.svg'); 
}
.image-container-cadeaukaart {
  background-image: url('../img/flavour-cadeaukaart123-page.svg'); 	
}	
}


@media (min-width: 1200px) {
    .image-container {
        height: 465px;
       
    }
}
@media (min-width: 1600px) {
    .image-container {
        height: 530px;
       
    }
}

@media (min-width: 1800px) {
    .image-container {
        
        height: 32vh;
    }
}



.btn-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: visible;
  z-index: 999;
  margin-bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* key features in dark-bg */
.key-feature div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.key-feature p {
  color: white;
}
.key-feature p:first-of-type {
  font-size: 16px;
  font-weight: 800;
  margin: 20px 0 15px 0;
}
.key-feature p:last-of-type {
  font-size: 14px;
  margin-top: -10px;
  max-width: 220px;
}
.over-company h2 span {
  font-weight: 800;
  font-size: 40px;
}
/* CAROUSEL STYLING */
.carousel-indicators {
  margin-bottom: 20px !important;
}
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .4;
  border: none;
  margin: 0 4px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-control {
  background-color: #343a40 !important;
  box-shadow: none !important;
  border: none !important;
}
/* CTA button general */
.cat-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  z-index: 3;
  font-size: 16px;
    padding: 8px;
}

.cat-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 68px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
/* Stijlen voor alle knoppen */
.cat-btn > a:active {
  transform: translateY(2px);
  transition: 0.3s;
}
/* ---------- shopr PAGINA ---------- */
.cat-btn > .cat-btn-shopr:nth-child(1) {
  background-color: #503EC8;
  color: white !important;
}
.cat-btn > .cat-btn-shopr:nth-child(1):hover {
  background-color: #9487ED;
  box-shadow: 0 5px #5A49CF;
}
.cat-btn > .cat-btn-shopr:nth-child(1):active {
  box-shadow: 0 2px #5A49CF;
}
.cat-btn > .cat-btn-shopr:nth-child(2) {
  background-color: white;
  color: #503EC8 !important;
  border: 2px solid #503EC8;
}
.cat-btn > .cat-btn-shopr:nth-child(2):hover {
  background-color: #ebebeb;
  box-shadow: 0 5px #5A49CF;
}
.cat-btn > .cat-btn-shopr:nth-child(2):active {
  box-shadow: 0 1px #5A49CF;
}
.over-company h2 .h2-shopr {
  color: #503EC8;
}
/* ---------- PANELCLIX PAGINA ---------- */
.cat-btn > .cat-btn-panelclix:nth-child(1) {
  background-color: #2F62A8;
  color: white !important;
}
.cat-btn > .cat-btn-panelclix:nth-child(1):hover {
  background-color: #5185CD;
  box-shadow: 0 5px #2F62A8;
}
.cat-btn > .cat-btn-panelclix:nth-child(1):active {
  box-shadow: 0 2px #2F62A8;
}
.cat-btn > .cat-btn-panelclix:nth-child(2) {
  background-color: white;
  color: #6992CA !important;
  border: 2px solid #2F62A8;
}
.cat-btn > .cat-btn-panelclix:nth-child(2):hover {
  background-color: #ebebeb;
  box-shadow: 0 5px #2F62A8;
}
.cat-btn > .cat-btn-panelclix:nth-child(2):active {
  box-shadow: 0 1px #2F62A8;
}
.over-company h2 .h2-panelclix {
  color: #344864;
}
/* ---------- EUROCLIX PAGINA ---------- */
.cat-btn > .cat-btn-euroclix:nth-child(1) {
  background-color: #E25D04;
  color: white !important;
}
.cat-btn > .cat-btn-euroclix:nth-child(1):hover {
  background-color: #F17F33;
  box-shadow: 0 5px #E25D04;
}
.cat-btn > .cat-btn-euroclix:nth-child(1):active {
  box-shadow: 0 2px #E25D04;
}
.cat-btn > .cat-btn-euroclix:nth-child(2) {
  background-color: white;
  color: #E25D04 !important;
  border: 2px solid #E25D04;
}
.cat-btn > .cat-btn-euroclix:nth-child(2):hover {
  background-color: #ebebeb;
  box-shadow: 0 5px #E25D04;
}
.cat-btn > .cat-btn-euroclix:nth-child(2):active {
  box-shadow: 0 1px #E25D04;
}
.over-company h2 .h2-euroclix {
  color: #FF6600;
}
.svg-euroclix path {
  fill: #FE9901;
}
/* ---------- CADEAUKAART123 PAGINA ---------- */
.cat-btn > .cat-btn-cadeaukaart:nth-child(1) {
  background-color: #4D0065;
  color: white !important;
}
.cat-btn > .cat-btn-cadeaukaart:nth-child(1):hover {
  background-color: #6A1B83;
  box-shadow: 0 5px #4D0065;
}
.cat-btn > .cat-btn-cadeaukaart:nth-child(1):active {
  box-shadow: 0 1px #4D0065;
}
.cat-btn > .cat-btn-cadeaukaart:nth-child(2) {
  background-color: white;
  color: #4D0065 !important;
  border: 2px solid #4D0065;
}
.cat-btn > .cat-btn-cadeaukaart:nth-child(2):hover {
  background-color: #ebebeb;
  box-shadow: 0 5px #4D0065;
}
.cat-btn > .cat-btn-cadeaukaart:nth-child(2):active {
  box-shadow: 0 1px #4D0065;
}
.over-company h2 .h2-cadeaukaart {
  color: #700093;
}

/*----------------------------------------
       OPEN SOLLICITATIE PAGINA
--------------------------------------------*/
.vacature-img  {
    max-width:350px;
    width:100%;
}
/*----------------------------------------
       WERKEN BIJ IFLAVOURS PAGINA
--------------------------------------------*/
.vacature-card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  max-width: 300px;
  height: 405px;
  transition: .1s;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .vacature-card {
    height: 420px;
  }
}
.vacature-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: scale(1.02);
  backface-visibility: hidden;
}
.vacature-card:hover .logo-circle {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: .2s;
}
.vacature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.logo-circle {
  background-color: white;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: -80px auto 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  position: relative;
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
}
.logo-circle img {
  width: 120px;
  height: auto;
}
.logo-circle p {
  font-size: 12px;
  padding: 5px 10px;
}
.vacature-card div:nth-of-type(2) {
  padding: 20px 20px 10px 25px;
  font-size: 14px;
  color: #777;
  text-align: left;
}
.vacature-card div:nth-of-type(2) p {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.n-cta-button {
  background-color: #AFCB08 !important;
  color: white !important;
}
.n-cta-button:hover {
  background-color: #AFCB08 !important;
  box-shadow: 0 5px #8DA111 !important;
}
.n-cta-button:active {
  box-shadow: 0 2px #8DA111 !important;
}
/*----------------------------------------
                OVER ONS PAGINA
--------------------------------------------*/
.circle-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: -1; /* achter alles */
  overflow: hidden;
}

.circle {
  position: absolute;
  width: 900px;
  height: 900px;
  background: white;
  border-radius: 50%;
    opacity: 0.5;
  transform: translate(10%, 10%);
}

.circle2 {
  position: absolute;
  width: 1200px;
  height: 1200px;
  background: white;
  border-radius: 50%;
    opacity: 0.7;
  transform: translate(50%, 30%);
}
.hero-image {
  width: 100%;
  overflow: hidden;
  height: 208px;
  object-fit: cover;
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .hero-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
.content-circle img {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

/* Stijlen voor afbeeldingen */
.gallery-img {
  width: 100%;
  max-width: 372px;
  height: 249px;
  object-fit: cover;
  border-radius: 0;
}
/*----------------------------------------
                CONTACT PAGINA
--------------------------------------------*/
iframe {
  width: 100%;
  height: 387px;
}
.responsive-map {
  max-width: 516px;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
}
/*----------------------------------------
                SOLLICITEREN PAGINA
--------------------------------------------*/
.float-circle {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 0;
}
.float-circle img {
  width: 100%;
  max-width: 352px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
.bg-img {
  background-color: #E9E9E9;
  background-image: url("../img/bgg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*----------------------------------------
        EXTRA INFO VACATURE PAGINA
--------------------------------------------*/
/* Stijlen voor icons */
.bi {
  font-size: 20px;
}
/* Stijlen voor ul list */
@media (max-width: 768px) {
  .list-group {
    padding-left: 20px; /* Zorgt voor ruimte tussen de bullets en de linkerrand */
  }
}
/* Stijlen voor aside block */
.sticky-sidebar {
  position: fixed;
  bottom: 200px;
  right: -100%;
  height: 400px;
  width: 270px;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease-in-out;
  z-index: 99999;
}
.sticky-sidebar.show {
  right: 0;
}
@media (min-width: 992px) {
  .sticky-sidebar {
    position: sticky;
    top: 13%;
    right: 0;
    height: auto;
    width: 270px;
    box-shadow: none;
    transition: none;
  }
  #toggle-aside-btn {
    display: none;
  }
}
#toggle-aside-btn {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 999999;
}
#toggle-aside-btn button {
  border: 2px solid #E9E9E9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#toggle-aside-btn button img {
  width: 24px;
  transform: rotate(10deg);
}
#toggle-aside-btn button:hover {
  background-color: #323232;
}
aside p {
  color: #5B5B5B;
}
aside div:first-of-type {
  background: white;
  width: 270px;
}
aside h5 {
  background-color: #AFCB08;
  color: white;
  width: 100%;
}
aside img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}