@media (min-width: 1280px) {
  body.sss-ctm .container {
    max-width: 1220px;
  }
}

body.sss-ctm .navbar {
  padding: 0;
}

body.sss-ctm .navbar,
body.sss-ctm .mobmenu-panel {
  background-color: #3F3F3F !important;
}

body.sss-ctm .navbar::after {
  border-top-color: #3F3F3F !important;
}

body.sss-ctm .menu-item-has-children .sub-menu {
  background-color: #3F3F3F90 !important;
  padding-top: 17px;
  left: 0;
}

body.sss-ctm .menu-item a {
  color: #FFFFFF !important;
  font-family: "IBM Plex Sans",sans-serif;
  text-transform: none;
  font-size: 17px;
}
body.sss-ctm .menu-item a:hover,
body.sss-ctm .menu-item.current-menu-item > a {
  color: #FF7D44 !important;
}
.mobmenu-content #mobmenuright *:hover {
  background: none !important;
}


body.sss-ctm .menu-item-has-children .sub-menu a {
  padding: 10px;
  font-size: 16px;
  display: block;
}
body.sss-ctm .menu-item-has-children .sub-menu li:last-child a  {
  border-bottom: 0;
}

body.sss-ctm .card__full--content--inner p:has(strong:first-child) strong {
  font-family: "IBM Plex Sans",sans-serif;
  color: #54A0C3 !important;
  text-transform: uppercase;
}
body.sss-ctm .card__full--content--inner p:has(strong:first-child) a {
  color: inherit !important;
}
body.sss-ctm .card__full--content--inner p:has(strong:first-child) a:hover {
  color: #FF7D44 !important;
}

body.sss-ctm .card--grey--content:has(.gform-body) {
  padding: 70px;
}

body.sss-ctm .gform-body .flex-wrapper {
  padding: 0;
}

body.sss-ctm .gform-body > .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 100px;
}

@media (min-width: 768px) {
  body.sss-ctm .gform-body > .gform_fields > *:not(.gfmc-row-1-column) {
    grid-column: span 2;
  }

  body.sss-ctm .gform-body > .gform_fields > .gfmc-row-1-column:has(+ .gfmc-row-1-column) {
    position: relative;
  }
  body.sss-ctm .gform-body > .gform_fields > .gfmc-row-1-column:has(+ .gfmc-row-1-column)::before {
    content: '';
    position: absolute;
    top: 0;
    right: -70px;
    bottom: 0;
    width: 1px;
    background: #707070;
  }
}

.teamleden-section {
  padding: 40px 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .teamleden-section {
    padding: 80px 0;
  }
}

.teamleden-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media (min-width: 600px) {
  .teamleden-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .teamleden-grid {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .teamleden-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.teamlid-meta {
  padding: 20px 10px 0;
  font-family: "IBM Plex Sans",sans-serif;
}

.teamlid-foto {
  aspect-ratio: 255/314;
  position: relative;
}
.teamlid-foto img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.teamlid-foto-overlay {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  font-size: 18px;
  background-color: #3F3F3F90;
  transition: 0.2s ease-in-out all;
}

@media (pointer:fine) {
  .teamlid-foto-overlay {
    top: 0;
    opacity: 0;
    user-select: none;
  }
  .teamlid-foto:hover .teamlid-foto-overlay {
    opacity: 1;
  }
}

.teamlid-email,
.teamlid-telefoonnummer {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: underline;
}

.teamlid-email:hover,
.teamlid-telefoonnummer:hover  {
  color: #FE7D43;
}

.teamlid-email svg,
.teamlid-telefoonnummer svg {
  height: 24px;
  width: 24px;
  color: #FE7D43;
}

.teamlid-naam {
  font-weight: bold;
  color: #54A0C3;
  text-transform: uppercase;
  line-height: 1.4;
}

.teamlid-functie {
  color: #A5A3A4;
  line-height: 1.4;
}
