/* =========================================================
   INFOFITNESS SITE FOOTER
   ========================================================= */

.if-site-footer,
.if-site-footer * {
  box-sizing: border-box;
}

.if-site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #faf9f7;
  border-top: 1px solid #ded9e0;
  font-family: 'Montserrat', sans-serif;
  color: #2b2b2b;
}

.if-site-footer-container {
  width: calc(100% - 48px);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}


/* =========================================================
   HOOFDDEEL
   ========================================================= */

.if-site-footer-main {
  width: 100%;
  padding: 56px 0 50px;
  background: #faf9f7;
}

.if-site-footer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
  gap: 64px;
  align-items: start;
}


/* =========================================================
   MERK
   ========================================================= */

.if-site-footer-brand {
  min-width: 0;
}

.if-site-footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto 18px 0;
  text-decoration: none;
}

.if-site-footer-logo img {
  display: block;
  width: auto;
  height: 60px;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.if-site-footer-description {
  max-width: 610px;
  margin: 0;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #55515a;
}


/* =========================================================
   TRUST ITEMS
   ========================================================= */

.if-site-footer-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.if-site-footer-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e9e5eb;
  border-radius: 10px;
  color: #2b2b2b;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.if-site-footer-trust-item:hover {
  border-color: #c9c3ce;
  transform: translateY(-1px);
}

.if-site-footer-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background: #f3f0f4;
  border-radius: 8px;
}

.if-site-footer-trust-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #3a3244;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.if-site-footer-trust-item strong {
  display: block;
  margin: 0 0 3px;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 700;
  color: #262229;
}

.if-site-footer-trust-item small {
  display: block;
  font-size: 9px !important;
  line-height: 1.45 !important;
  color: #77727a;
}


/* =========================================================
   ONAFHANKELIJKHEIDSKAART
   ========================================================= */

.if-site-footer-principle {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e9e5eb;
  border-radius: 14px;
}

.if-site-footer-principle-label {
  display: block;
  margin-bottom: 7px;
  font-size: 10px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  color: #ff5600;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: left;
}

.if-site-footer-principle h2 {
  margin: 0 0 8px;
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
}

.if-site-footer-principle > p {
  margin: 0;
  font-size: 12px !important;
  line-height: 1.65 !important;
  color: #676269;
  text-align: left;
}

.if-site-footer-principle-points {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eeeae6;
}

.if-site-footer-principle-point {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px !important;
  line-height: 1.45 !important;
  font-weight: 600;
  color: #4d4850;
  text-align: left;
}

.if-site-footer-principle-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: #f3f0f4;
  border-radius: 6px;
}

.if-site-footer-principle-check svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #3a3244;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   NIEUWSBRIEF
   ========================================================= */

.if-site-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
  gap: 48px;
  align-items: center;
  margin-top: 38px;
  padding: 24px;
  background: #f3f0f4;
  border-radius: 12px;
}

.if-site-footer-newsletter-copy {
  min-width: 0;
}

.if-site-footer-newsletter-copy h3 {
  margin: 0 0 5px;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  color: #1a1a1a;
  text-align: left;
}

.if-site-footer-newsletter-copy p {
  margin: 0;
  font-size: 11px !important;
  line-height: 1.6 !important;
  color: #676269;
  text-align: left;
}

.if-site-footer-newsletter-form {
  min-width: 0;
}

.if-site-footer-newsletter-form .sib_signup_form {
  margin: 0;
}

.if-site-footer-newsletter-form .sib_signup_box_inside_2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
  align-items: end;
  width: 100%;
}

/* Brevo melding mag de formuliergrid niet verschuiven */
.if-site-footer-newsletter-form .sib_msg_disp:empty {
  display: none;
}

.if-site-footer-newsletter-form .sib_msg_disp:not(:empty) {
  grid-column: 1 / -1;
  margin: 0 0 8px;
}

.if-site-footer-newsletter-form .sib_signup_box_inside_2 > p {
  margin: 0;
}

.if-site-footer-newsletter-form .sib_signup_box_inside_2 > p:first-of-type {
  grid-column: 1;
}

.if-site-footer-newsletter-form .sib_signup_box_inside_2 > p:last-of-type {
  grid-column: 2;
}

.if-site-footer-newsletter-form .sib-email-area {
  font-size: 9px !important;
  line-height: 1.4 !important;
}

.if-site-footer-newsletter-form input[type="email"] {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #ddd8df;
  border-radius: 7px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px !important;
  line-height: 1.4 !important;
  color: #2b2b2b;
  outline: none;
}

.if-site-footer-newsletter-form input[type="email"]:focus {
  border-color: #3a3244;
}

.if-site-footer-newsletter-form .sib-default-btn {
  display: block;
  height: 40px;
  margin: 0;
  padding: 0 17px;
  background: #3a3244;
  border: 0;
  border-radius: 7px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.if-site-footer-newsletter-form .sib-default-btn:hover {
  background: #473b56;
}

.if-site-footer-newsletter-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  font-size: 9px !important;
  line-height: 1.4 !important;
  color: #77727a;
}

.if-site-footer-newsletter-note svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #77727a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================================================
   NIEUWSBRIEF TABLET
   ========================================================= */

@media (max-width: 780px) {

  .if-site-footer-newsletter {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}
/* =========================================================
   BREVO MELDINGEN
   ========================================================= */

form#sib_signup_form_2 p.sib-alert-message {
  margin: 0;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid #ddd8df;
  border-radius: 7px;
  font-size: 11px !important;
  line-height: 1.45 !important;
  font-weight: 500;
  color: #3a3244;
  margin-bottom: 0px !important;
}

form#sib_signup_form_2 p.sib-alert-message-success {
  background: #f3f0f4;
  border-color: #ddd8df;
  color: #3a3244;
}

form#sib_signup_form_2 p.sib-alert-message-error,
form#sib_signup_form_2 p.sib-alert-message-danger {
  background: #fff7f5;
  border-color: #f0d3ca;
  color: #8a3f2b;
}
/* =========================================================
   NIEUWSBRIEF MOBIEL
   ========================================================= */

@media (max-width: 480px) {

  .if-site-footer-newsletter {
    margin-top: 30px;
    padding: 20px;
  }

  .if-site-footer-newsletter-form .sib_signup_box_inside_2 {
    grid-template-columns: minmax(0, 1fr) auto;
  }

}


/* =========================================================
   SCHEIDING
   ========================================================= */

.if-site-footer-divider {
  width: 100%;
  height: 1px;
  margin: 46px 0 38px;
  background: #e4e0e5;
}


/* =========================================================
   FOOTERNAVIGATIE
   ========================================================= */

.if-site-footer-nav {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 46px;
  text-align: left;
}

.if-site-footer-column {
  min-width: 0;
}

.if-site-footer-column-head {
  min-height: 26px;
  margin-bottom: 14px;
}

.if-site-footer-column-head h3 {
  margin: 0;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  color: #1a1a1a;
}

.if-site-footer-column-head > a {
  display: inline-block;
  margin-top: 4px;
  font-size: 9px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  color: #ff5600;
  text-decoration: none;
}

.if-site-footer-column-head > a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.if-site-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.if-site-footer-column li {
  margin: 0 0 8px;
  padding: 0;
}

.if-site-footer-column li:last-child {
  margin-bottom: 0;
}

.if-site-footer-column li a {
  font-size: 12px !important;
  line-height: 1.5 !important;
  font-weight: 400;
  color: #5f5a62;
  text-decoration: none;
}

.if-site-footer-column li a:hover {
  color: #3a3244;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* =========================================================
   DONKERE ONDERBALK
   ========================================================= */

.if-site-footer-bottom {
  width: 100%;
  padding: 24px 0;
  background: #3a3244;
}

.if-site-footer-bottom .if-site-footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.if-site-footer-bottom-brand {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.if-site-footer-bottom-logo {
  display: block;
  flex: 0 0 auto;
}

.if-site-footer-bottom-logo img {
  display: block;
  width: auto;
  height: 32px;
}

.if-site-footer-bottom-brand p {
  max-width: 690px;
  margin: 0;
  font-size: 11px !important;
  line-height: 1.6 !important;
  color: #c6c0cb;
  text-align: left;
}

.if-site-footer-bottom-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.if-site-footer-socials {
  display: flex;
  align-items: center;
  gap: 7px;
}

.if-site-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 7px;
  color: #ffffff;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}

.if-site-footer-socials a:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.4);
}

.if-site-footer-socials svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.if-site-footer-socials a:last-child svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.if-site-footer-copyright {
  white-space: nowrap;
  font-size: 9px !important;
  line-height: 1.5 !important;
  color: #aaa3af;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 600px) {

  .if-site-footer-container {
    width: calc(100% - 40px);
  }

  .if-site-footer-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .if-site-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;
  }

  .if-site-footer-bottom .if-site-footer-container {
    align-items: flex-start;
  }

  .if-site-footer-bottom-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}


/* =========================================================
   MOBIEL
   ========================================================= */

@media (max-width: 980px) {

  .if-site-footer-container {
    width: calc(100% - 32px);
  }

  .if-site-footer-main {
    padding: 40px 0 38px;
  }

  .if-site-footer-logo img {
    height: 60px;
  }

  .if-site-footer-description {
    font-size: 14px !important;
    line-height: 1.65 !important;
    text-align: left;
  }

  .if-site-footer-trust {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 22px;
  }

  .if-site-footer-trust-item {
    padding: 12px;
  }

  .if-site-footer-trust-item strong {
    font-size: 11px !important;
    line-height: 1.35 !important;
    text-align: left;
  }

  .if-site-footer-trust-item small {
    font-size: 9px !important;
    line-height: 1.45 !important;
    text-align: left;
  }

  .if-site-footer-principle {
    padding: 20px;
  }

  .if-site-footer-principle h2 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }

  .if-site-footer-principle > p {
    font-size: 12px !important;
    line-height: 1.65 !important;
  }

  .if-site-footer-divider {
    margin: 34px 0 30px;
  }

  /* BEWUST NOG STEEDS TWEE KOLOMMEN */
  .if-site-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }

  .if-site-footer-column-head h3 {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .if-site-footer-column li a {
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .if-site-footer-bottom {
    padding: 22px 0;
  }

  .if-site-footer-bottom .if-site-footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .if-site-footer-bottom-meta {
    width: 100%;
    justify-content: space-between;
  }
}


/* =========================================================
   KLEIN MOBIEL
   Nog steeds 2 kolommen
   ========================================================= */

@media (max-width: 420px) {

  .if-site-footer-container {
    width: calc(100% - 24px);
  }

  .if-site-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .if-site-footer-column-head {
    min-height: 0;
  }

  .if-site-footer-column-head h3 {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .if-site-footer-column li a {
    font-size: 10px !important;
    line-height: 1.5 !important;
  }

  .if-site-footer-bottom-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .if-site-footer-copyright {
    white-space: normal;
  }
}


/* =========================================================
   ZEER KLEIN MOBIEL
   Pas hier 1 kolom
   ========================================================= */

@media (max-width: 300px) {

  .if-site-footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

}