/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  color: var(--cl-primary);
  -webkit-font-smoothing: antialiased;
}

/*
img,picture,video,canvas,svg,iframe,object,embed{display:block;max-width:100%}
*/
:where(img, picture, video, canvas, svg, iframe, object, embed) {
  display: block;
  width: 100%;
}

:where(img, picture, svg) {
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote {
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  color: rgb(var(--cl-secondary));
  line-height: 1;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
  font: inherit;
}

h1, .h1 {
  font-size: 3.6rem;
  letter-spacing: 0.075rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.6rem;
  letter-spacing: 0.075rem;
}

h4, .h4 {
  font-size: 2.2rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-out !important;
}

a *, a:before, a:after {
  color: inherit;
  transition: inherit;
}

a:not(.btn):not(.card):is(:active, :focus, :hover, .active) {
  color: rgb(var(--cl-tertiary));
  text-decoration: none;
}

:where(ul, ol) {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:is(::-webkit-input-placeholder, ::-moz-placeholder, ::-ms-input-placeholder, :-ms-input-placeholder, :-moz-placeholder, ::placeholder) {
  color: rgb(var(--cl-secondary));
}

#root, #__pagination-item--next {
  isolation: isolate;
}

/* Remove focus outline for all elements */
*:focus {
  outline: none;
}

/* Apply focus outline only for keyboard navigation */
*:focus:not(:focus-visible) {
  outline: none;
}

/* Apply focus outline for :focus-visible */
*:focus-visible {
  /* Add your desired focus styles here */
  outline: none;
}

.navbar-top-blue {
  display: flex;
  padding: 0.625rem 6.0625rem;
  align-items: flex-start;
  width: 100%;
  gap: 15vw;
  background: var(--soeb-groen-25, #E4E9DC);
  justify-content: center;
}

.navbar-top-p {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.navbar-top-p img {
  height: 0.75rem;
  width: 0.875rem;
}

header {
  background-color: white;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.navbar {
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top {
  padding: 0 2rem 0 2rem;
  width: auto;
}

.logo {
  width: 6.25rem;
  height: 4.75rem;
  flex-shrink: 0;
  margin: 1rem;
}

.search {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9375rem;
}
.search input {
  border: none;
  border-radius: 4px;
  opacity: 0.85;
  background: var(--radboudumc-blauw-donker-25, #BFD9E3);
  max-width: 26.25rem;
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  padding-left: 20px;
}
.search input:focus-visible {
  border: none;
}
.search input::-moz-placeholder {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  max-width: 286px;
  width: 100%;
  height: 19px;
  flex-shrink: 0;
}
.search input::placeholder {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  max-width: 286px;
  width: 100%;
  height: 19px;
  flex-shrink: 0;
}

.navbar-top {
  margin-top: 13px;
  display: flex;
  height: 43px;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
  justify-content: flex-end;
}
.navbar-top a {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.subnav {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  padding: 0px;
  height: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
.subnav .nav-item {
  height: 100%;
}
.subnav .nav-item a {
  color: var(--Radboudumc-Blauw-donker, #006991) !important;
  text-align: center;
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 100px;
  height: 100%;
}
.subnav .nav-item .nav-link:hover {
  background: var(--Radboudumc-Blauw-donker, #006991);
  color: var(--SOEB-Wit, #FFF) !important;
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.navbar-main {
  max-width: 1200px;
  width: 100%;
}

.row .boxred {
  width: 80%;
  min-height: 16rem;
  background: #FDEAEF;
  -webkit-clip-path: polygon(0 22%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 22%, 100% 0%, 100% 80%, 0% 100%);
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.backgroundsvg {
  position: relative;
  width: 100%;
}

.boxblue {
  position: relative;
  width: 100%;
  height: 200vh;
  display: flex;
  flex-direction: row;
  z-index: -1;
}

.boxblue::before,
.boxblue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #E5F7FB; /* Adjust the background color */
}

.boxblue::after {
  bottom: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, -300% 100%);
          clip-path: polygon(0 0, 100% 0, -300% 100%);
}

.box {
  position: relative;
  width: 100%;
  height: 140%;
  background: white; /* Adjust the background color */
}

.boxwhite {
  margin-top: 3rem;
  position: relative;
  width: 100%;
  height: 543px;
  display: flex;
  flex-direction: row;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.boxwhitebefore,
.boxwhiteafter {
  width: 100%;
  height: 33.4%;
  background: white; /* Adjust the background color */
  margin-bottom: -1px;
}

.boxwhiteafter {
  -webkit-clip-path: polygon(100% 50%, 0 0, 100% 0);
          clip-path: polygon(100% 50%, 0 0, 100% 0);
}

.boxwhitebefore {
  -webkit-clip-path: polygon(0 100%, 0 50%, 100% 100%);
          clip-path: polygon(0 100%, 0 50%, 100% 100%);
}

.hero {
  height: 620px;
  flex-shrink: 0;
  background: url(/img/hero.png), lightgray 50%/cover no-repeat;
  z-index: 3;
}

.hero-content {
  height: 620px;
}

.custom-input {
  background-image: url("/img/loop.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  z-index: 2;
  padding-right: 30px; /* Adjust the padding to make space for the image */
}

.hero-main {
  max-width: 35.625rem;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.hero-main svg {
  z-index: 2;
  margin-top: 2.25rem;
}

.overlay-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem; /* Adjust the font size as needed */
  color: black; /* Set the text color */
  font-weight: bold; /* Set the font weight if needed */
  word-break: break-word;
  padding: 3rem;
}
.overlay-text h3 {
  color: var(--SOEB-Groen, #92A673);
  font-family: Calibri;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.overlay-text h1 {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.overlay-text p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

section {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 2rem 0 2rem;
}

.backgroundsvg svg {
  z-index: -1;
  position: absolute;
  top: -200px;
  min-height: 3000px;
  width: 100%;
  flex-shrink: 0;
}

.background-white {
  background: white;
}

.introtext {
  padding-top: 66px;
}
.introtext h2 {
  color: var(--Radboudumc-Blauw-donker, #006991);
  text-align: center;
  font-family: Calibri;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introtext p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  text-align: center;
  font-family: Calibri;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.offset {
  margin-top: 5rem;
}

.card-section {
  margin-top: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 5rem;
}

.homecard img {
  max-width: 292px;
  width: 100%;
  height: 253px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.homecard .card {
  max-width: 292px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: var(--SOEB-Wit, #FFF);
  margin-left: -35px;
  margin-top: 25px;
}
.homecard .card .card-text {
  padding: 0.5rem 2rem 2rem 3rem;
}
.homecard .card svg {
  margin-bottom: 1rem;
}
.homecard .card h4 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.homecard .card p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.homecard .card a {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.icons h4 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  text-align: center;
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.icons h2 {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.icons p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.icons .center {
  text-align: center;
}
.icons svg {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.icons .button {
  display: flex;
  max-width: 200px;
  width: 100%;
  height: 44px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 22px;
  border: 1px solid var(--Radboudumc-Blauw-donker, #006991) !important;
  background: var(--SOEB-Wit, #FFF) !important;
  font-family: Calibri !important;
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.icons .button:hover {
  border-radius: 27px;
  border: 1px solid #114559 !important;
  background: var(--SOEB-Wit, #FFF);
  color: #114559 !important;
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: scale(1.1);
  color: #222222;
}
.icons .smile {
  width: 100%;
  max-width: 29.6875rem;
  height: 19.75rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.gezondheid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  height: 261px;
  margin-bottom: 2rem;
}

.nav-link:hover {
  background: var(--Radboudumc-Blauw-donker, #006991);
  color: var(--SOEB-Wit, #FFF) !important;
  text-align: center;
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-actueel {
  max-width: 292px;
  width: 100%;
  flex-shrink: 0;
  background: var(--SOEB-Wit, #FFF);
  margin-top: 25px;
  border: rgba(192, 192, 192, 0.514) 1px solid;
  margin-left: auto;
  margin-right: auto;
}
.card-actueel .card-text {
  padding: 0.4rem 1rem 1rem 1rem;
}
.card-actueel h5 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 3px;
}
.card-actueel h4 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-actueel p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.card-actueel a {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.green {
  background: var(--soeb-groen-15, #EFF2EA);
  padding: 1rem;
}

.signup h2 {
  color: var(--SOEB-Fuchsia, #E83264);
  font-family: Calibri;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.signup .signup-button {
  display: flex;
  max-width: 9.5rem;
  height: 2.75rem;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 22px;
  border: 1px solid var(--Radboudumc-Blauw-donker, #006991);
  background: var(--SOEB-Wit, #FFF);
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.signup svg {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.partner {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.partner h3 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  text-align: center;
  font-family: Calibri;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.partner h2 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  text-align: center;
  font-family: Calibri;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.partner .becomepartner {
  text-align: center;
}
.partner .becomepartner a {
  display: flex;
  height: 44px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 22px;
  background: var(--Radboudumc-Blauw-donker, #006991);
  color: var(--SOEB-Wit, #FFF);
  font-family: Calibri;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
}
.partner .becomepartner a:hover {
  background: #114559;
  color: white;
}
.partner .becomepartner h3 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  text-align: center;
  font-family: Calibri;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.partner .publicatie-card-text {
  color: var(--SOEB-Groen, #92A673) !important;
  font-family: Calibri !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}

.partner-logo-container {
  display: flex;
  justify-content: space-around; /* You can also use 'space-between' or 'center' based on your preference */
  align-items: center; /* Align logos vertically at the center */
  flex-wrap: wrap; /* Allow logos to wrap to the next line if the container is not wide enough */
}

.partner-logo {
  margin: 10px; /* Adjust the margin as needed */
}

.partner-logo img {
  max-width: 100%;
  height: auto;
}

footer {
  width: 100%;
  flex-shrink: 0;
  background: var(--soeb-groen-25, #E4E9DC);
}
footer svg {
  width: 100px;
  height: 75px;
  flex-shrink: 0;
}
footer h5 {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .socials svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 1rem;
}
footer .telemail {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 1rem;
}
footer a {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .copyright {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
footer .disclaimer {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}
footer .devider {
  color: var(--SOEB-Groen, #92A673);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
footer .wordwrap {
  white-space: normal;
  word-break: break-all;
}

.actueel {
  color: var(--SOEB-Zwart-Neutrial, #222) !important;
  text-align: center !important;
  font-family: Calibri !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.svg-container {
  position: relative;
}
.svg-container .text-overlay {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translate(1%, -50%);
  color: white;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.publicatie-titel {
  max-width: 750px;
}
.publicatie-titel h1 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.publicatie-titel p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.publicatie-titel p a {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}
.publicatie-titel .auteurs {
  display: flex;
  flex-direction: row;
}
.publicatie-titel .auteurs svg {
  width: 16px;
  height: 16px;
  margin-right: 1rem;
}
.publicatie-titel .publicatie-datum {
  display: flex;
  flex-direction: row;
}
.publicatie-titel .publicatie-datum svg {
  width: 16px;
  height: 16px;
  margin-right: 1rem;
}
.publicatie-titel .publicatie-datum p {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.publicatie-menu-section {
  max-width: 828px;
  flex-shrink: 0;
  background: var(--SOEB-Wit, #FFF);
}
.publicatie-menu-section .menu {
  border-bottom: #BFD9E3 1px solid;
  border-top: #BFD9E3 1px solid;
  padding: 0.5rem;
  display: flex;
  width: 100%;
}
.publicatie-menu-section .menu .publicatie-menu {
  width: 100%;
  display: flex;
  margin-bottom: 0;
  padding-left: 2.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.publicatie-menu-section .menu .publicatie-menu .publicatie-menu-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-right: 1rem;
  color: var(--Radboudumc-Blauw-donker, #006991);
  leading-trim: both;
  text-edge: cap;
  font-family: Calibri;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: auto;
  text-transform: uppercase;
}
.publicatie-menu-section .menu .publicatie-menu .publicatie-menu-item svg {
  height: 12px;
  width: 12px;
  margin-right: 0.5rem;
}

.publicatie {
  max-width: 828px;
  flex-shrink: 0;
  background: var(--SOEB-Wit, #FFF);
}
.publicatie p {
  color: var(--SOEB-Zwart-Neutrial, #222) !important;
  font-family: Calibri !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}
.publicatie button {
  border: none;
  background: none;
  display: flex !important;
}
.publicatie .bronnen {
  color: var(--BDS-Black, #2D2D2C) !important;
  leading-trim: both !important;
  text-edge: cap !important;
  font-family: Calibri !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24px !important; /* 150% */
  text-decoration: none !important;
  margin-bottom: 0;
}
.publicatie .card-header {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.publicatie h2 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.publicatie h3 {
  color: var(--SOEB-Zwart-Neutrial, #222);
  font-family: Calibri;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.publicatie .tag-items a {
  display: inline-flex;
  height: 20px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--SOEB-Groen, #92A673);
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px; /* 125% */
  text-transform: uppercase;
  border-radius: 11px;
  background: var(--soeb-groen-25, #E4E9DC);
}
.publicatie .keywords {
  display: flex;
  flex-direction: row;
}
.publicatie .keywords h3 {
  padding-right: 1rem;
}
.publicatie .desc {
  color: rgba(34, 34, 34, 0.5);
  font-family: Calibri;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
.publicatie .citaat {
  width: 100%;
  min-height: 16rem;
  background: #E5F7FB;
  -webkit-clip-path: polygon(0 22%, 100% 0%, 100% 80%, 0% 100%);
          clip-path: polygon(0 22%, 100% 0%, 100% 80%, 0% 100%);
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.publicatie .citaat h2 {
  color: var(--Radboudumc-Blauw-donker, #006991) !important;
  text-align: center;
  font-family: Calibri;
  font-size: 24px !important;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}
.publicatie .auteur {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.publicatie .auteur img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 50%;
}
.publicatie .auteur h4 {
  color: #222;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.publicatie .auteur p {
  color: #222;
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.publicatie .auteur .email {
  display: flex;
}
.publicatie .auteur .email svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.publicatie .auteur .email a {
  color: var(--Radboudumc-Blauw-donker, #006991);
  font-family: Calibri;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.publicatiehero .backgroundsvg {
  position: relative;
  width: 100%;
}
.publicatiehero .boxblue {
  position: relative;
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: row;
  z-index: -1;
}
.publicatiehero .boxblue::before,
.publicatiehero .boxblue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #E5F7FB; /* Adjust the background color */
}
.publicatiehero .boxblue::after {
  bottom: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, -90% 100%);
          clip-path: polygon(0 0, 100% 0, -90% 100%);
}

/* Large Devices (desktops) */
@media (min-width: 1200px) {
  .overlay-text h1 {
    font-size: 3.5rem;
  }
  .overlay-text h3 {
    font-size: 1rem;
  }
  .overlay-text p {
    font-size: 1.3rem;
  }
  body {
    font-size: 90%; /* Decrease font size by 10% */
  }
  .homecard img {
    max-width: 292px;
    width: 100%;
    height: 253px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homecard .card {
    max-width: 292px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: -35px;
    margin-top: 25px;
  }
  .homecard .card .card-text {
    padding: 0.5rem 2rem 0rem 3rem;
  }
  .homecard .card svg {
    margin-bottom: 1rem;
  }
  .homecard .card h4 {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .homecard .card p {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .homecard .card a {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .top {
    padding: 0 2rem 0 2rem;
  }
}
/* Medium Devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .overlay-text h1 {
    font-size: 3rem;
  }
  .overlay-text h3 {
    font-size: 1rem;
  }
  .overlay-text p {
    font-size: 1.3rem;
  }
  body {
    font-size: 80%; /* Decrease font size by 10% */
  }
  .homecard img {
    max-width: 292px;
    width: 100%;
    height: 253px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homecard .card {
    max-width: 292px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: -35px;
    margin-top: 25px;
  }
  .homecard .card .card-text {
    padding: 0.5rem 2rem 0rem 3rem;
  }
  .homecard .card svg {
    margin-bottom: 1rem;
  }
  .homecard .card h4 {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .homecard .card p {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .homecard .card a {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .top {
    padding: 0 2rem 0 2rem;
  }
}
/* Small Devices (tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .overlay-text h1 {
    font-size: 2.5rem;
  }
  .overlay-text h3 {
    font-size: 1rem;
  }
  .overlay-text p {
    font-size: 1.3rem;
  }
  body {
    font-size: 70%; /* Decrease font size by 10% */
  }
  .homecard img {
    max-width: 292px;
    width: 100%;
    height: 253px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homecard .card {
    max-width: 292px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: 0px;
    margin-top: 0px;
  }
  .homecard .card .card-text {
    padding: 0.5rem 2rem 1rem 2rem;
  }
  .homecard .card svg {
    margin-bottom: 1rem;
  }
  .homecard .card h4 {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .homecard .card p {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .homecard .card a {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .top {
    padding: 0 2rem 0 2rem;
  }
}
/* Extra Small Devices (phones) */
@media (max-width: 767.98px) {
  .overlay-text h1 {
    font-size: 2rem;
  }
  .overlay-text h3 {
    font-size: 1rem;
  }
  .overlay-text p {
    font-size: 1.3rem;
  }
  body {
    font-size: 60%; /* Decrease font size by 10% */
  }
  .homecard img {
    max-width: 292px;
    width: 100%;
    height: 253px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homecard .card {
    max-width: 292px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: -35px;
    margin-top: 25px;
  }
  .homecard .card .card-text {
    padding: 0.5rem 2rem 2rem 3rem;
  }
  .homecard .card svg {
    margin-bottom: 1rem;
  }
  .homecard .card h4 {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .homecard .card p {
    color: var(--SOEB-Zwart-Neutrial, #222);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .homecard .card a {
    color: var(--Radboudumc-Blauw-donker, #006991);
    font-family: Calibri;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
  }
  .top {
    padding: 0 2rem 0 2rem;
  }
  .top .logo {
    margin: 1rem 1rem 1rem 1rem;
  }
  .top .search {
    margin: 1rem 1rem 1rem 1rem;
  }
  .offset {
    margin-top: 0rem;
  }
  .card-spacing {
    margin-top: 5rem;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 60%; /* Decrease font size by 10% */
  }
  .overlay-text h1 {
    font-size: 2rem;
  }
  .overlay-text h3 {
    font-size: 1rem;
  }
  .overlay-text p {
    font-size: 1.3rem;
  }
  .top {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .top .logo {
    margin-left: auto;
    margin-right: auto;
    margin: 1rem 1rem 1rem 1rem;
  }
  .top .search {
    margin: 0rem 0rem 0rem 0rem;
  }
  .homecard .card {
    max-width: 292px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: var(--SOEB-Wit, #FFF);
    margin-left: 0px;
    margin-top: 0px;
  }
  .homecard img {
    max-width: 292px;
    width: 100%;
    height: 253px;
    flex-shrink: 0;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }
  .homecard .card {
    margin-left: auto;
    margin-right: auto;
  }
  .offset {
    margin-top: 0rem;
  }
  .card-spacing {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=styles.css.map */