/*
Theme Name: Liomed
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Vul hier de beschrijving in van de website
Version: 1.0
*/

/* Theme CSS */

:root {
  --Rood: linear-gradient(to right, #e14752, #a83c45);
  --Donkerblauw: #2e3b51;
  --Btn-groen: #49a56c;
  --Groen: linear-gradient(to right, #266665 , #00ad50);
  --Blauw: linear-gradient(to right, #4884af  , #264370);
  --element-padding-desktop: 100px 0;
  --element-margin-mobile: 0 0 50px 0;
  --element-margin-desktop: 0 0 150px 0;
  --smaller-section-padding: 80px 0;
  --border-radius: 10px;
  --desktop-margin: 100px 0; 
}

.container {
  max-width: 1500px;
  /* max-width: 100%; */
}


* {
  padding: 0;
  margin: 0;
}

p strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--Donkerblauw);
  transition: all 0.3s;
  line-height: 25px;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}


h1 {
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 600;
  margin-bottom: 20px;
  text-wrap: balance;
  line-height: 1;
}

h2 {
  font-size: clamp(20px, 3.5vw, 28px);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1;
  text-wrap: balance;
}

h3 {
  font-size: clamp(22px, 2.5vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 110%;
  color: var(--Donkergroen);
}

h4 {
  font-size: clamp(17px, 3.5vw, 24px);
  line-height: 1;
  font-weight: bold;
}

h5 {
  font-size: clamp(14px, 2vw, 14px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 14px);
}

p {
  font-size: clamp(14px, 1.5vw, 14px);
  margin-bottom: 20px;
}

a:not(header a):not(footer a) {
  font-size: clamp(14px, 1.5vw, 14px);
  text-decoration: underline;

}

a:hover {
  text-decoration: none;
  color: var(--Donkerblauw);
}

footer a:hover {
  text-decoration: underline;
}

footer ul {
  display: flex;
  flex-direction: column;
}

strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

header ul, footer ul, .tekst-image-semi-inner ul {
    list-style: none;
}

p:empty {
  margin: 0;
}

ul li:not(header ul li),
ol li:not(header ol li) {
  font-size: 14px;
  position: relative;
  line-height: 28px;
}

ul:not(header ul):not(footer ul),
ol:not(header ol):not(footer ol) {
  padding-left: 20px;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

p, a {
  color: var(--Donkerblauw);
}

.btn-mobile-nav {
  display: none;
}

.logo {
  width: 200px;
}

.nav-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-bar {
  padding: 50px 0;
}

.nav-bar .menu {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

.nav-bar .menu li a {
  font-weight: 600;
}

.sw-btn {
  text-decoration: none;
  padding: 5px 25px;
  border-radius: 50px;
  color: white;
  width: fit-content;
  text-decoration: none !important;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
}

.portal-inloggen {
  background-color: var(--Btn-groen);
  padding: 8px 40px;
  font-size: 18px;
}

.portal-inloggen:hover {
  background-color: #3e8e5d;
}

.sw-btn:hover {
  color: white;

}


.btn-red {
  background: var(--Rood);
}

.btn-red:hover {
  background: linear-gradient(to right, #c63e47, #912f39);
}

.btn-blue {
  background: var(--Blauw);
}

.btn-blue:hover {
  background: linear-gradient(to right, #3b6c91, #1e345c);
}

.thuis footer .sw-btn:hover {
    background: linear-gradient(to right, #3b6c91, #1e345c);
}

.btn-green {
  background: var(--Groen);
}

.btn-green:hover {
  background: linear-gradient(to right, #1f544e, #009644);
}

.tweede-leven footer .sw-btn:hover {
    background: linear-gradient(to right, #1f544e, #009644);
}

.btn-white {
  background-color: white;
  border: 2px solid var(--Donkerblauw);
  color: var(--Donkerblauw);
}


.tweede-leven footer .sw-btn {
  background: var(--Groen);
}

.thuis footer .sw-btn {
  background: var(--Blauw);
}

.btn-white:hover {
  color: var(--Donkerblauw);
}

.usps {
  display: flex;
  justify-content: space-around;
  background-color:#F4F6F8;
  padding: 20px 0;
  border-radius: var(--border-radius);
  margin-top: 20px;
}

.element-margin {
  margin: var(--element-margin-desktop);
}

.usps p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  font-size: 16px;
}

.usps p:before {
  content: "";
  background-image: url(./img/Asset\ 12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}

.tweede-leven .usps p::before {
  background-image: url(./img/vink-groen.svg);
}

.thuis .usps p::before {
  background-image: url(./img/vink-blauw.svg);
}

.included > div {
  display: flex;
  gap: 20px;
}

body.tweede-leven .block-right {
  height: fit-content;
}

.tweede-leven .included > div > div {
  background: var(--Groen);
}

.thuis .included > div > div {
  background: var(--Blauw);
}

.included > div > div {
  background: var(--Rood);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  border-radius: var(--border-radius);
  padding: 0 20px;
}

.included > div > div p {
  color: white;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}

.intro .hulpmiddelen-item img {
  width: 50px;
  height: 50px;
}

.intro .hulpmiddelen-item {
  padding: 20px;
  gap: 10px;
}

.intro .hulpmiddelen-item p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  word-break: break-word;
  hyphens: auto;
  overflow-wrap: break-word;
}

.intro .block-left > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.intro {
  display: flex;
  gap: 75px;
  align-items: center;
  justify-content: space-around;
  margin-top: 100px;
  padding: 0 75px;
}

.intro .block-right {
  width: 60%;
  height: 400px;
  flex-shrink: 0;
}

.intro img {
  border-radius: var(--border-radius);
  width: 100%;
  object-fit: cover;
  
}

.hulpmiddelen-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.hulpmiddelen-header h2 {
  margin-right: 50px;
  margin-bottom: 0;
}

.hulpmiddelen-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.hulpmiddelen-item {
  background-color:#F4F6F8;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius);
  border: 1px solid transparent;
  transition: all 0.3s;
  text-decoration: none;
}

.hulpmiddelen-item p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.hulpmiddelen-item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

footer {
  border-top: 5px solid #B73F48;
  background-color:#F4F6F8;
  padding: 50px 0;
}

.tweede-leven footer {
  border-color: var(--Btn-groen);
}

.thuis footer {
  border-color: var(--Donkerblauw);
}

.footer-contact {
  display: flex;
  gap: 40px;
}

.footer-contact > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-contact p {
  margin-bottom: 0;
}

footer p:has(strong) {
  font-size: 16px;
  margin-bottom: 15px !important;
  line-height: 1;
}

.footer-col:first-child > div:first-child p {
  width: 75%;
}

footer h2 {
  margin-bottom: 10px;
}


.footer-bottom {
  background-color: var(--Donkerblauw);
}

.footer-bottom-inner > div:last-child {
  display: flex;
  gap: 75px;
}

.footer-bottom-inner > div:last-child img {
  width: 130px;
  object-fit: contain;
}

.footer-bottom-inner > div:nth-child(2) img {
  width: 30px;
  transition: all 0.3s;
  flex-shrink: 0;
  object-fit: contain;
  cursor: pointer;
}

.footer-bottom-inner > div:nth-child(2) img:hover {
  transform: scale(0.9);
}

.footer-bottom-inner > div:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom-inner > div:nth-child(2) p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-bottom-inner > div:nth-child(1) a:hover {
  text-decoration: underline;
}

.footer-bottom-inner > div:nth-child(1) p, .footer-bottom-inner > div:nth-child(1) a {
  color: white;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s;
}

.footer-bottom-inner > div:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}

.footer-menu li::before {
  content: "";
  background-image: url(./img/arrow-b-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-top: 3px;
  transition: transform 0.3s ease;
}

.footer-menu li:hover::before {
  transform: translateX(4px); 
}

.footer-menu li {
  display: flex;
}

.footer-menu li a {
  line-height: 1.2;
}

.footer-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-bottom {
  display: none;
}

.footer-faq-single > div p::before {
  content: "";
  background-image: url(./img/arrow-b-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-top: 3px;
  transition: all 0.3s ease;
}

.footer-faq-single > div {
  line-height: 1;
  display: flex;
  cursor: pointer;

}

.faq-btn {
  margin-top: 40px;
  width: 100%;
}

.footer-faq-single.active p::before {
  transform: rotate(90deg);
}

.front-page-header {
  display: flex;
  gap: 20px;
  height: 600px;
}

.front-page-header img {
  border-radius: var(--border-radius);
  height: 100%;
  width: 100%;
  position: relative;
}

.front-page-header-left > img {
  position: absolute;
}

.front-page-header-left h1, .front-page-header-left p {
  color: white;
}

.front-page-header-left p {
  font-weight: 300;
}

.header-right-bottom {
  flex-grow: 1;
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(18, 37, 72, 0.6), transparent);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 2rem;
  border-radius: 0 0 12px 12px;
  color: white;
}

.header-links p {
  margin-bottom: 0;
  color: var(--Donkerblauw);
  font-weight: bold;
  font-size: 16px;
}

.header-links div a {
  width: 150px;
  display: block;
}

.header-links div {
  display: flex;
  gap: 10px;
}

.header-links img {
  object-fit: contain;
  padding: 10px;
  border: 2px solid #F4F6F8;
  transition: all 0.3s;
}

.header-links img:hover {
  border: 2px solid #343435;
}

.header-links {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 0 20px;
  border-radius: 10px 0 0 0;
}

.front-page-header-left > div:nth-child(3) {
  padding: 0 0 75px 75px;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

button.sw-btn {
  cursor: pointer;
  border: none;
}

.front-page-header-left {
  width: 75%;
  flex-shrink: 0;
  position: relative;
}

.header-right-top a, .header-right-top p {
  border-radius: var(--border-radius);
  width: 100%;
  padding: 15px 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  background: var(--Donkerblauw);
  margin-bottom: 0;
}

.header-right-top a:hover {
  background: var(--Donkerblauw) !important;
}

.header-right-top a:hover::after {
  margin-right: -5px;
}

.header-right-top a::after, .header-right-top p::after {
  content: "";
  background-image: url(./img/arrow-w-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}

.header-right-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.front-page-header-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pim-module {
  background: var(--Rood);
  position: relative;
  padding: 40px 20px;
  border-radius: var(--border-radius);
  height: 100%;
}

.thuis .pim-module {
  background: var(--Blauw);
}

.tweede-leven .pim-module {
  background: #00AC50;
}

.pim-module-inner {
  position: relative;
    z-index: 2;
}

.pim-module > img {
  width: 100%;
  height: fit-content;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  z-index: 1;
}

.pim-module p {
  color: white;
}

.pim-module-inner p:nth-child(1) {
  line-height: 1;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.pim-module-inner p:nth-child(2) {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pim-module-inner p:nth-child(3) {
  font-weight: 300;
  text-wrap: balance;
}

.pim-module-inner img {
  width: 225px;
  margin: auto;
  display: block;
  margin-top: 30px;
}

.pim-module-inner a {
  margin: auto;
  margin-top: 10px;
  background: var(--Donkerblauw);
}

.thuis .pim-module-inner a {
  margin-top: 50px;
}

.thuis .pim-module {
  display: flex;
  align-items: center;
}

.gform_required_legend {
  display: none;
}

.tweede-leven-download {
  display: flex;
  flex-direction: column;
  width: 60%;
  flex-shrink: 0;
  justify-content: space-between;
}

.download-brochure img {
  height: 400px;
  border-radius: var(--border-radius);
}

.tweede-leven-info {
  display: flex;
  padding: 0 75px;
  gap: 50px;
  justify-content: space-between;
}

.download-brochure {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;

}

.download-brochure a {
  font-size: 20px;
  padding: 10px 30px;
}

body .gform_wrapper .gform_fields input:focus,
body .gform_wrapper .gform_fields textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: black;
}

.page-inner {
  margin: 100px 0;
  min-height: calc(100vh - 758px);
}

.page-inner iframe {
	max-width:100%;
}


.tweede-leven-download h2 {
  font-size: clamp(35px, 3.5vw, 50px);
}

.gform_wrapper .gform-body .gform_fields {
  row-gap: 20px;
}

.gform_wrapper .gform-body .gfield_label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}

.gform_wrapper .gform-body input {
  border-radius: var(--border-radius) !important;
  height: 40px;
}

.gform_wrapper .gform_button {
  background: var(--Groen) !important;
  border-radius: 50px !important;
  height: 50px !important;
  border: unset !important;
  padding: 0 30px !important;
  color: white !important;
  cursor: pointer;
}

.faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
  margin-top: 100px;
}

.faq-header p {
  font-size: 25px;
}

.faq-grid .footer-faq-single > div p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.faq-grid .faq-bottom {
  font-size: 16px;
}

.faq-grid .footer-faq-single {
  border-bottom: 1px solid #969CA8;

  margin-bottom: 20px;
  cursor: pointer;
}

.faq-cta > div {
  display: flex;
} 

.faq-grid {
  margin-bottom: 100px;
}

.faq-grid .footer-faq-single.active p::after {
  transform: rotate(180deg);
}

.faq-grid .footer-faq-single > div p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.faq-grid .footer-faq-single p::before {
  display: none !important;
}

.faq-grid .footer-faq-single > div p::after {
  content: "";
  background-image: url(./img/arrow-b-up.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 3px;
  transition: all 0.3s ease;
}

.faq-cta h2 {
  font-size: clamp(28px, 4vw, 50px);
}

.faq-cta > p {
  font-size: 25px;
  margin-bottom: 30px;
}

.faq-cta > div p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
 
}

.faq-cta > div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ondersteuning-single img {
  width: 150px;
}

.ondersteuning-single p {
  width: 50%;
  text-wrap: balance;
  margin-top: 5px;
  text-align: center;
}

.ondersteuning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.sw-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  display: flex; 
}

.popup-inner {
  background: white;
  padding: 2rem;
  border-radius: var(--border-radius);
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup-form input {
  width: 100%;
  padding: 0.7rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.close-popup img {
  transform: rotate(45deg);
}

#login-form {
  margin-bottom: 20px;
}

.begeleiding-en-ondersteuning h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

#menu_checkbox {
    display: none;
}

.animated-hamburger-menu {
  display: inline-block;
  width: 32px;
  height: 18px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.animated-hamburger-menu div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--Donkerblauw);
  border-radius: 2px;
  transition: 0.3s ease;
}

.animated-hamburger-menu div:nth-child(1) {
    top: 0;
}

.animated-hamburger-menu div:nth-child(2) {
    top: 8px;
}

.animated-hamburger-menu div:nth-child(3) {
    top: 16px;
}

#menu_checkbox:checked + .animated-hamburger-menu div:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

#menu_checkbox:checked + .animated-hamburger-menu div:nth-child(2) {
  opacity: 0;
}

#menu_checkbox:checked + .animated-hamburger-menu div:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.ondersteuning-single {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-close-btn {
    display: none;
    background: none;
    border: none;
    font-size: 25px;
    cursor: pointer;
    z-index: 10002;
    color: #000;
    justify-content: flex-end;
    padding: 20px;
    border-bottom: 1px solid #c9c7c7;
    margin-bottom: 30px;
}

.tweede-leven-back {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  width: fit-content;
  border-radius: var(--border-radius);
  padding: 10px;
  transition: all 0.3s;
}

.tweede-leven-back:hover {
  background-color: #F4F6F8;
}

.tweede-leven-back p {
  margin-bottom: 0;
}

.tweede-leven-back img {
  width: 10px;
}

.page-inner p, .page-inner a, .page-inner li {
  font-size: clamp(16px, 1.5vw, 16px);
}

.begeleiding-en-ondersteuning .page-inner ul {
    list-style-type: none;
    padding-left: 0;
}



@media (max-width: 1366px) {
}

@media (max-width: 1200px) {

  .portal-inloggen {
    margin-left: 15px;
  }

  .primary-menu .menu {
    padding: 0 30px 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 998;
  }

  body.nav-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .menu-close-btn {
    display: flex;
  }

  .primary-menu {
    display: none;
  }

  .btn-mobile-nav {
    display: flex;
    align-items: center;
  }

  .nav-open .primary-menu{
    transform: translateX(0);
  }

  .primary-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    max-width: 80%;
    height: 100svh;
    background: white;
    z-index: 99999;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: none;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease-in-out;
  }
}

@media (max-width: 991px) {

  .tweede-leven .intro img {
    width: 400px;
  }

  .tweede-leven .intro .block-right {
    text-align: center;
  }

  .intro {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin-top: 50px !important;
  }

  .intro .block-right {
    width: 100%;
    height: fit-content;
  }

  .front-page-header-left {
    width: 50%;
  }

  .front-page-header-left > div:nth-child(3) {
    padding: 0 0 90px 20px;
  }
  
  .hero-overlay {
    height: 85%;
    background: linear-gradient(to top, rgba(18, 37, 72, 1), transparent);
  }

  .ondersteuning-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ondersteuning-single p {
    width: 75%;
  }

  .hulpmiddelen-items {
    grid-template-columns: 1fr 1fr;
  }

  .tweede-leven-info {
    flex-direction: column;
  }

  .tweede-leven-download {
    width: 100%;
  }


}

@media (max-width: 768px) {

  .hulpmiddelen-item {
    padding: 20px 30px;
  }

  .tweede-leven-info {
    margin-bottom: 50px !important;
  }

  .download-brochure a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .tweede-leven-info {
    padding: 0;
  }

  .included > div {
    flex-wrap: wrap;
  }

  .portal-inloggen {
    padding: 8px 20px;
    font-size: 14px;
  }

  .logo {
    width: 125px;
  }

  .nav-bar {
    padding: 20px 0;
  }

  .front-page-header {
    flex-direction: column;
    height: fit-content;
  }

  .front-page-header-left {
    width: 100%;
    height: 400px;
  }

  .element-margin {
    margin: 0 0 50px 0;
  }

  .usps .slick-slide {
    display: flex !important;
    justify-content: center;
  }

  .faq-header {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .faq-header p, .faq-cta > p  {
    font-size: 20px;
  }

  .faq-grid {
    margin-bottom: 50px;
  }

  .page-inner {
    margin: 50px 0;
    min-height: unset
  }

  .hulpmiddelen-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {

  .thuis .pim-module > img {
    width: 63%;
  }

  .ondersteuning-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ondersteuning-single p {
    width: 100%;
  }
  

  .header-links div a {
    width: 120px;
    display: block;
  }

  .footer-contact {
    flex-direction: column;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .faq-btn {
    margin-top: 20px;
  }

  footer {
    padding-bottom: 20px;
  }

  .footer-bottom-inner > div:last-child {
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }

  .footer-bottom-inner > div:last-child img {
    width: 100px;
  }

  .header-links {
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-radius: 0
  }

  .front-page-header-left > div:nth-child(3) {
    padding: 0 0 115px 20px;
  }

  .popup-inner {
    margin: 0 15px;
  }

  .footer-col:first-child > div:first-child p {
    width: 100%;
  }
}
