html,
body {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  display: none;
}

:root {
  --font-size-base: clamp(1rem, 1.5vw, 1.25rem);
  --line-height-base: 1.6;
}

.over-ons {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffffff;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 120px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.logo-rebup {
  width: 155px;
  height: 57px;
  object-fit: cover;
}

.logo-link {
  display: inline-block;
  flex-shrink: 0;
  padding-right: 20px;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.burger-line {
  width: 100%;
  height: 2px;
  background-color: black;
}

.nav-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  transition: all 0.3s ease;
}

.tabs {
  position: relative;
}

.tabs a {
  text-decoration: none;
  color: black;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: relative; 
  transition: color 0.3s ease;
}

.tabs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%; 
  height: 3px;
  background-color: #F21A1B;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.tabs a:hover {
  color: #F21A1B;
}

.tabs a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.buttons {
  display: flex;
  gap: 12px;
}

.contact-button {
  all: unset;
  box-sizing: border-box;
  width: 160px;
  border: 1px solid #F21A1B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border-radius: 100px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F21A1B;
}

.contact-button a {
  color: #F21A1B;
  text-decoration: none;
}

.contact-button:hover {
  background-color: #fef0f0;
}

.agenda-button {
  all: unset;
  box-sizing: border-box;
  width: 160px;
  background-color: #F21A1B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border-radius: 100px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 24px;
  white-space: nowrap;
}

.agenda-button a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.agenda-button:hover {
  background-color: #d91a1a;
}

@media (max-width: 1160px) {
  .header {
    padding: 20px 32px;
    flex-direction: row;
    justify-content: space-between;
  }

  .logo-rebup {
    width: 145px;
    height: 53px;
  }

  .burger-menu {
    display: flex;
  }

  .tabs a {
    font-size: 18px;
    line-height: 27px;
  }

  .buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }

  .nav-menu.active {
    display: flex;
  }
}

@media (max-width: 480px) {
  .logo-rebup {
    width: 105px;
    height: 38px;
  }
}

.nav-menu.active {
  display: flex;
}

.over-ons .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  padding: 48px 09px;
  overflow: auto;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .over-ons .frame-2 {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 834px) {
  .over-ons .frame-2 {
    padding: 32px 10px;
  }
}

@media (max-width: 660px) {
  .over-ons .frame-2 {
    padding: 0px;
  }
}


.over-ons .frame-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 762px;
  width: 100%;
  align-items: center;
  gap: 32px;
  position: relative;
  padding: 0 16px;
}

.over-ons .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.over-ons .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.over-ons .p {
  width: 100%;
  max-width: 586px;
  margin-top: -1px;
  font-family: var(--h5-semi-bold-font-family);
  font-weight: var(--h5-semi-bold-font-weight);
  color: var(--black-200);
  font-size: var(--h5-semi-bold-font-size);
  text-align: center;
  letter-spacing: var(--h5-semi-bold-letter-spacing);
  line-height: var(--h5-semi-bold-line-height);
  overflow-wrap: break-word;
}

.over-ons .frame-5 {
  position: relative;
  width: 100px;
  height: 5px;
  background-color: var(--primary-100);
  border-radius: 10px;
}



.over-ons .text-wrapper-5 {
  white-space: nowrap;
  font-size: 1.5vw;
  overflow: visible;
}

.text-wrapper-5 strong {
  font-weight: 600; 
}


@media (max-width: 780px) {
  .over-ons .text-wrapper-5 {
    font-size: 1.8vw;
  }
}

@media (max-width: 480px) {
  .over-ons .text-wrapper-5 {
    font-size: 3.2vw;
  }
}

.over-ons .text-wrapper-6 {
  white-space: nowrap;
  font-size: 1.5vw;
}

.text-wrapper-6 strong {
  font-weight: 600;
}

@media (max-width: 780px) {
  .over-ons .text-wrapper-6 {
    font-size: 1.5vw;
  }
}

@media (max-width: 480px) {
  .over-ons .text-wrapper-6 {
    font-size: 3vw;
  }
}

.over-ons .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  text-align: center;
  letter-spacing: var(--sub-headline-regular-letter-spacing);
  line-height: var(--sub-headline-regular-line-height);
  overflow-wrap: break-word;
}

.over-ons .img {
  width: 50%;
  flex: 0 0 50%;
  
  height: auto;
  object-fit: cover;
  border-radius: 2%;

  margin: 20px;
}

@media (max-width: 768px) { 
  .over-ons .img {
    width: 40%;
    height: auto;
    object-fit: cover;
    border-radius: 2%;
  }
}

@media (max-width: 480px) { 
  .over-ons .img {
    width: 100%;
    order: 2;
    margin: 0px;
  }
}

.image-container {
  width: 100%;
  max-width: 1500px;
  height: 98vh;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 2%;
}

.main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .image-container {
    height: auto;
  }
}

@media (max-width: 480px){
  .image-container {
    width: 100%;
  }
}

@media (max-width: 834px) {
  .over-ons .p {
    font-size: calc(var(--h5-semi-bold-font-size) * 0.9);
  }

  .over-ons .text-wrapper-2 {
    font-size: calc(var(--sub-headline-regular-font-size) * 0.9);
  }

  .over-ons .frame-5 {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .over-ons .p {
    font-size: calc(var(--h5-semi-bold-font-size) * 0.75);
  }

  .over-ons .text-wrapper-2 {
    font-size: calc(var(--sub-headline-regular-font-size) * 0.75);
  }

  .over-ons .p,
  .over-ons .text-wrapper-2 {
    padding: 0 12px;
  }

  .image-container {
    padding: 0 15px;
    height: auto;
  }
}

.over-ons .frame-7 {
  flex: 1;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  flex-grow: 1;
}

.over-ons .frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  justify-content: center;
  overflow: visible;
}

.over-ons .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.over-ons .text-wrapper-3 {
  width: 100%;
  max-width: 475px;
  font-family: var(--h5-medium-font-family);
  font-weight: var(--h5-medium-font-weight);
  color: var(--black-200);
  font-size: var(--h5-medium-font-size);
  letter-spacing: var(--h5-medium-letter-spacing);
  line-height: var(--h5-medium-line-height);
  font-style: var(--h5-medium-font-style);
  justify-content: flex-start;
  text-align: left;
}

.over-ons .frame-10.header-line {
  width: 100px;
  height: 5px;
  background-color: var(--primary-100);
  border-radius: 10px;
  margin-top: 5px;
  align-self: flex-start;
  margin-top: -10px;
}

.over-ons .frame-10 {
  width: 100px;
  height: 5px;
  background: #F21A1B;
  border-radius: 10px;
}

.over-ons .sinds-is-rebup {
  width: 100%;
  font-family: var(--sub-headline-regular-font-family);
  font-weight: var(--sub-headline-regular-font-weight);
  color: var(--black-500);
  font-size: var(--sub-headline-regular-font-size);
  letter-spacing: var(--sub-headline-regular-letter-spacing);
  line-height: var(--sub-headline-regular-line-height);
  font-style: var(--sub-headline-regular-font-style);
}

.over-ons .div-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 10px;
  gap: 10px;
  width: 179px;
  height: 48px;
  background: #F21A1B;
  border-radius: 100px;
  flex: none;
  order: 1;
  flex-grow: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.over-ons .div-wrapper:hover {
  background-color: #c91717;
}

/* Additional styles to ensure text is centered within the button */
.over-ons .view-mechandise-2 {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}

.over-ons .element {
  width: 50%;
  
  height: auto;
  object-fit: cover;
  border-radius: 2%;

  margin: 20px;
}

@media (max-width: 768px) { 
  .over-ons .element {
    width: 40%;
    height: auto;
    object-fit: cover;
    border-radius: 2%;
  }
}

@media (max-width: 480px) { 
  .over-ons .element {
    width: 70%;
  }
}

.tablet-mobile-text {
  display: none;
}

.desktop-text {
  display: block;
}

/* Tablet View */
@media (max-width: 1024px) {
  .over-ons .frame-7,
  .over-ons .frame-wrapper {
    width: 100%;
    align-items: center;
  }

  .over-ons .text-wrapper-3,
  .over-ons .sinds-is-rebup {
    text-align: left;
    max-width: 100%;
  }

  .over-ons .div-wrapper {
    justify-content: flex-start;
  }

  .desktop-text {
    display: none;
  }

  .tablet-mobile-text {
    display: block;
  }
}

@media (min-width: 1024px) {
  .desktop-text {
    display: block;
  }

  .tablet-mobile-text {
    display: none;
  }
}

.over-ons .frame-6 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  padding: 96px 7%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .over-ons .frame-6 {
    flex-wrap: nowrap;
    padding: 20px;
    gap: 18px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .over-ons .frame-6 {
    flex-direction: column;
    align-items: center;
  }
}


.over-ons .element1 {
  width: 50%;
  object-fit: cover;
  border-radius: 2%;
}

@media (max-width: 768px) { 
  .over-ons .element1 {
    width: 40%;
    height: auto;
    object-fit: cover;
    border-radius: 2%;
  }
}

@media (max-width: 480px) { 
  .over-ons .element1 {
    width: 70%;
  }

  .over-ons  .header-line {
    margin-left: 40px;
    margin-top: -30px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .over-ons .frame-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 12px;
    width: 100%;
    height: auto;
  }

  .over-ons .frame-9 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: left;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: auto;
    
    margin-bottom: 20px;
  }

  .over-ons .text-wrapper-3 {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #171717;
    text-align: left;
  }

  .over-ons .frame-10 {
    width: 100px;
    height: 5px;
    background: #F21A1B;
    border-radius: 10px;
  }

  .over-ons .mobile-text {
    width: 100%;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #4B4B4B;
    text-align: center;
  }

  .tablet-mobile-text {
    display: block;
  }

  .desktop-text {
    display: none;
  }
}


.over-ons .frame-11 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 0px;
  padding: 96px 10%;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

@media (max-width: 768px) {
  .over-ons .frame-11 {
    flex-wrap: nowrap;
    padding: 20px;
    gap: 0px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .over-ons .frame-11 {
    flex-direction: column;
    align-items: center;
    gap: 30px
  }
}

.over-ons .frame-12,
.over-ons .frame-13 {
  flex: 0 0 50%;
  overflow: visible;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .over-ons .frame-13 {
    flex: 0 0 50%;
    width: 100%;
    justify-content: center;
    order: 1;
  }
}



.over-ons .frame-14 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 70px;  
}

@media (max-width: 768px) {
  .over-ons .frame-14 {
    justify-content: center;

  }
}

@media (max-width: 480px) {
  .over-ons .frame-14 {
    gap: 10px;

  }
}

.over-ons .frame-15,
.over-ons .frame-19 {
  width: 100%;
  margin-bottom: 15px;
  overflow: visible;
}

@media (max-width: 767px) {
  
}
.over-ons .text-wrapper-4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%; 
  max-width: 100%;
  font-family: var(--h5-medium-font-family);
  font-size: var(--h5-medium-font-size);
  color: var(--black-200);
  margin-bottom: 20px;
  text-align: left;
  align-content: flex-start;
  white-space: nowrap;
  overflow: visible;
}

/* Responsive font size adjustment */
@media (max-width: 768px) {
  .over-ons .text-wrapper-4 {
    font-size: calc(var(--h5-medium-font-size) * 0.8); 
    justify-content: left;
  }
}

@media (max-width: 480px) {
  .over-ons .text-wrapper-4 {
    font-size: calc(var(--h5-medium-font-size) * 0.7); 
    justify-content: center;
  }
}

.over-ons .frame-16 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.over-ons .frame-17,
.over-ons .img-2 {
  width: 28px;
  height: 28px;
}

.over-ons .frame-18 {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.over-ons .frame-19 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.over-ons .frame-20 {
  margin-bottom: 15px;
}

.over-ons .div-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: "Manrope-Regular", Helvetica;
  font-size: 1rem;
  line-height: 30px;
  color: var(--black-500);
}

.over-ons .frame-21 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0px;
}

.over-ons .frame-22 {
  padding: 0px 0px;
  width: 50%;
}
@media (max-width: 480px) {
  .over-ons .frame-22 {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .over-ons .frame-12 {
    flex: 1 1 100%;
    width: 50%;
    justify-content: center;
  }

  /* Change the order on mobile */
  .over-ons .frame-12 {
    order: 2;
    justify-content: center;
  }

  .over-ons .frame-22 {
    width: 50%;
  }
}

.over-ons .elisa-de-goede {
  width: 170px;
  height: 32px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2vw;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #171717;
  flex: none;
  order: 0;
  flex-grow: 0;
  white-space: nowrap;
}


@media (max-width: 480px) {
  .over-ons .elisa-de-goede {
    font-size: 4vw;
    font-weight: 600;
  }
}

.over-ons .frame-24 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 586px;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.over-ons .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

.over-ons .frame-26 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 31px;
  width: 100%;
  box-sizing: border-box;
}

.over-ons .onze-missie-bij,
.over-ons .onze-visie-is-een {
  width: 100%;
  font-family: "Manrope-Regular", Helvetica;
  font-weight: 400;
  color: var(--black-500);
  font-size: 20px;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: justify;
}

/* Ensure the text headings remain centered and responsive */
.over-ons .text-wrapper-8,
.over-ons .text-wrapper-9 {
  font-family: var(--h5-medium-font-family);
  font-weight: var(--h5-medium-font-weight);
  color: var(--black-200);
  font-size: var(--h5-medium-font-size);
  white-space: nowrap;
  text-align: left;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .over-ons .frame-24 {
    max-width: 100%;
    padding: 10px;
  }

  .over-ons .onze-missie-bij,
  .over-ons .onze-visie-is-een {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .over-ons .frame-24 {
    padding: 5px;
  }

  .over-ons .onze-missie-bij,
  .over-ons .onze-visie-is-een {
    font-size: 16px;
    line-height: 1.3;
  }
}


.over-ons .frame-28 {
  display: flex;
  max-width: 1250px;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.over-ons .frame-29 {
  display: flex;
  flex-direction: column;
  width: 386px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.over-ons .frame-30 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .img-3 {
  position: relative;
  width: 32px;
  height: 32px;
}

.over-ons .text-wrapper-11 {
  position: relative;
  width: fit-content;
  font-family: var(--body-1-regular-font-family);
  font-weight: var(--body-1-regular-font-weight);
  color: var(--black-400);
  font-size: var(--body-1-regular-font-size);
  letter-spacing: var(--body-1-regular-letter-spacing);
  line-height: var(--body-1-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-1-regular-font-style);
}

.over-ons .frame-31 {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .text-wrapper-12 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-1-regular-font-family);
  font-weight: var(--body-1-regular-font-weight);
  color: var(--black-400);
  font-size: var(--body-1-regular-font-size);
  letter-spacing: var(--body-1-regular-letter-spacing);
  line-height: var(--body-1-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-1-regular-font-style);
}

.text-wrapper-10 {
  text-align: justify;
}

.over-ons .frame-32 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.over-ons .maandag-van {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Manrope-Regular", Helvetica;
  font-weight: 400;
  color: var(--black-400);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 39.6px;
}

.over-ons .frame-33 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.over-ons .text-wrapper-13 {
  position: relative;
  flex: 1;
  font-family: var(--body-1-regular-font-family);
  font-weight: var(--body-1-regular-font-weight);
  color: var(--black-400);
  font-size: var(--body-1-regular-font-size);
  letter-spacing: var(--body-1-regular-letter-spacing);
  line-height: var(--body-1-regular-line-height);
  font-style: var(--body-1-regular-font-style);
}

/* Media query for mobile responsiveness */
@media (max-width: 1250px) {
  .over-ons .frame-28 {
    flex-direction: column;
  }

  .over-ons .frame-29 {
    width: 100%;
    order: 3;
    border-bottom: 2px solid black;
  }

  .over-ons .frame-31 {
    order: 2;
  }

  .over-ons .frame-33 {
    order: 1;
  }
}

.over-ons .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--primary-100);
  min-height: 600px;
  width: 100%;
  padding: 2% 5%;
  margin-top: 0 !important;
}

.over-ons .FooterMainFrame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.over-ons .FooterFirstContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 31px;
  width: 100%;
  box-sizing: border-box;
}

.over-ons .NewsletterContainer {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .join-our-newsletter {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--h5-semi-bold-font-family);
  font-weight: var(--h5-semi-bold-font-weight);
  color: #ffffff;
  font-size: var(--h5-semi-bold-font-size);
  text-align: center;
  letter-spacing: var(--h5-semi-bold-letter-spacing);
  line-height: var(--h5-semi-bold-line-height);
}

.over-ons .newsLetterText {
  position: relative;
  max-width: 459px;
  width: 100%;
  font-family: var(--special-1-medium-font-family);
  font-weight: 100;
  color: #ffffff;
  font-size: var(--special-1-medium-font-size);
  letter-spacing: var(--special-1-medium-letter-spacing);
  line-height: var(--special-1-medium-line-height);
}

.over-ons .inputContainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.over-ons .inputContainer-close {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 22px;
  position: relative;
  flex: 0 0 auto;
}

.emailContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emailInput {
  width: 100%;
  padding: 12px 10px;
  font-size: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  outline: none;
  text-align: left;
  color: #ffffff;
  transition: border-color 0.3s, color 0.3s;
}

.emailInput::placeholder {
  color: #ffffff; 
}

.emailInput:focus {
  color: white; 
  border-color: white; 
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.emailInput:focus::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.over-ons .Subbutton {
  all: unset;
  box-sizing: border-box;
  width: 179px;
  height: 40px;
  font-family: 'Manrope', sans-serif;
  background-color: var(--white-100);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 10px;
  position: relative;
  border-radius: 100px;
  cursor: pointer;
}

.home .Subbutton:hover {
  background-color: #fef0f0;
}

.Subbutton .view-mechandise {
  color: red;
  font-weight: 500;
}

.over-ons .contactContainer {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .contactInfoContainer {
  width: 50%;
  justify-content: center;
}

.over-ons .socials-frame {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .over-ons .contactInfoContainer {
    flex: 1 1 100%;
    width: 50%;
    justify-content: center;
    order: 2;
  }

  .over-ons .inputContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: auto;
    justify-content: center;
    justify-items: center;
    align-content: center;
    margin-bottom: 20px;
  }
}

.over-ons .contactContainer-close {
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  width: 48%;
}

.over-ons .titleText {
  color: #ffffff;
  font-size: var(--h6-bold-font-size);
  text-align: center;
  line-height: var(--h6-bold-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--h6-bold-font-family);
  font-weight: var(--h6-bold-font-weight);
  letter-spacing: var(--h6-bold-letter-spacing);
  white-space: nowrap;
  font-style: var(--h6-bold-font-style);
}

.over-ons .marion-van-der-vegt {
  position: relative;
  width: fit-content;
  font-family: "Manrope-Medium", Helvetica;
  font-weight: 500;
  color: var(--white-100);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.over-ons .navigation-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .container-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px 13px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 10px;
}

.over-ons .linkText {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-1-medium-font-family);
  font-weight: var(--body-1-medium-font-weight);
  color: #ffffff;
  font-size: var(--body-1-medium-font-size);
  text-align: center;
  letter-spacing: var(--body-1-medium-letter-spacing);
  line-height: var(--body-1-medium-line-height);
  white-space: nowrap;
  font-style: var(--body-1-medium-font-style);
}

.over-ons .socialsTitle {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
}

.over-ons .FooterImages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: 30px;
}

.over-ons .bank-account-details {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 480px;
}

.over-ons .logo-rebup-2 {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 273px;
}

.footer img {
  height: auto;
  object-fit: contain;
}

.socials-navigate-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  flex: 1;
}

.email-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.navigation-wrapper,
.socials-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.contact-info {
  flex: 1;
}

.Subbutton {
  height: 40px;
}

/* Tablet settings */
@media screen and (max-width: 1200px) {
  .footer {
    padding: 2% 4%;
  }

  .FooterMainFrame {
    flex-direction: column;
    align-items: center;
  }

  .contactContainer,
  .NewsletterContainer {
    align-items: center;
    width: 100%;
  }

  .bank-account-details {
    max-width: 436px;
    height: 96px;
  }

  .logo-rebup-2 {
    max-width: 272px;
    height: 37px;
  }
}

/* Mobile settings */
@media (max-width: 768px) {
  .over-ons .footer {
    padding: 2% 3%;
  }

  .socials-navigate-container {
    gap: 40px;
    order: 2;
  }

  .contact-info {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .socials-wrapper {
    width: 100%;
  }

  .join-our-newsletter,
  .newsLetterText,
  .titleText,
  .linkText {
    text-align: center;
  }

  .FooterMainFrame {
    flex-direction: column;
  }

  .inputContainer-close {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .emailContainer {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .Subbutton {
    width: auto;
    margin-top: 10px;
  }

  .contactContainer {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .FooterImages {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
  }

  .bank-account-details {
    max-width: 398px;
    height: 96px;
  }

  .logo-rebup-2 {
    max-width: 100px;
    height: 37px;
    margin-top: 10px;
    align-self: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 1% 2%;
  }

  .over-ons .emailContainer {
    width: 100%;
    box-sizing: border-box;
  }

  .NewsletterContainer,
  .contactContainer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .contactContainer-close {
    width: auto;
  }

  .socials-navigate-container {
    flex-direction: row;
    gap: 10px;
  }

  .email-section {
    margin-bottom: 10px;
  }

  .navigation-wrapper,
  .socials-wrapper {
    width: 100%;
  }

  .link-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .container-close {
    margin-right: 15px;
  }

  .bank-account-details {
    width: 398px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .logo-rebup-2 {
    width: 100px;
    height: 36px;
    object-fit: contain;
  }
}

/* ANBI-sectie */
.anbi-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1250px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.anbi-description {
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  color: #4B4B4B;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

.anbi-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

.anbi-panel {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 20px 24px;
}

.anbi-panel--wide {
  flex: 2;
  min-width: 280px;
}

.anbi-panel-title {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #171717;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 3px solid #F21A1B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pdf-link {
  display: block;
  color: #F21A1B;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  padding: 2px 0;
}

.pdf-link:hover {
  text-decoration: underline;
}

.pdf-muted {
  display: block;
  color: #9a9a9a;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  padding: 2px 0;
}

@media (max-width: 768px) {
  .anbi-description {
    font-size: 16px;
  }

  .pdf-link,
  .pdf-muted {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .anbi-panel,
  .anbi-panel--wide {
    min-width: 100%;
  }

  .pdf-link,
  .pdf-muted {
    font-size: 14px;
  }
}