@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');


/**** FONT ****/
#homepage h1.hero-text {
  font-size: 92px;
  font-weight: 600;
  line-height: 102px;
  word-wrap: break-word;
 /* padding-top: 50px;*/
  ;
}

.liwithsup sup {
  position: relative;
  top: -0.4em;
 /* Adjust to keep it looking like a superscript */
  font-size: 0.75em;
 /* Smaller font to make it look natural */
  line-height: 1;
}

#homepage h1.hero-text span {
  color: white;
}

#banner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Tablet Styles (width <= 768px) */
@media (max-width: 768px) {
  #homepage h1.hero-text {
    font-size: 72px;
    line-height: 82px;
    padding-top: 40px;
  }

  #homepage h1.hero-text span {
    color: white;
  }
}

/* Mobile Styles (width <= 480px) */
@media (max-width: 480px) {
  #homepage h1.hero-text {
    font-size: 48px;
    line-height: 58px;
    padding-top: 30px;
  }

  #homepage h1.hero-text span {
    color: white;
  }
}

.nospacing,
.azcl-container:has(> #material-column) {
  padding: 0 !important;
  margin: 0 !important;
}

.reference p,
.reference ol li,
.reference a {
  font-size: 14px;
  font-family: var(--font-family-helvetica);
  color: var(--primary-grey) !important;
}

#ongecontroleerd-astma ol {
  list-style-position: inside;
}

/**** END FONT ****/

/**** QUOTE ****/
/* Base styles for all quote boxes */
[class^="quote-box"] {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-width: 500px;
  margin: 20px auto;
}

[class^="quote-box"] p {
  margin: 0;
}

[class^="quote-box"]::after {
  content: "";
  position: absolute;
  bottom: -40px;
  border-width: 20px;
  border-style: solid;
  display: block;
  width: 0;
  height: 0;
}

/* Styles for Quote Box 1 */
.quote-box1 {
  background-color: #E6CCDC;
}

.quote-box1::after {
  right: 100px;
  border-color: #E6CCDC transparent transparent transparent;
}

/* Styles for Quote Box 2 */
.quote-box2 {
  background-color: #F3F7CC;
}

.quote-box2::after {
  left: 50px;
  border-color: #F3F7CC transparent transparent transparent;
}

/* Styles for Quote Box 3 */
.quote-box3 {
  background-color: #E1F6F9;
}

.quote-box3::after {
  right: 80px;
  border-color: #E1F6F9 transparent transparent transparent;
}
/**** END QUOTE ***/

/**** DOWNLOAD ****/
#download-doorverwijskaart .cmp-download__pretitle,
.download-title {
  color: var(--primary-magneta);
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  word-wrap: break-word;
}

.cmp-download__description p {
  font-size: 16px;
  color: var(--primary-grey);
}

#download-doorverwijskaart .cmp-download__content {
  margin-bottom: 50px;
}

#download-doorverwijskaart .cmp-download__action {
  position: relative;
  text-decoration: none;
  color: #3C4242;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 22px;
}

#download-doorverwijskaart .cmp-download__action-text {
  position: relative;
  padding-left: 40px;
  color: #3C4242;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  text-decoration: none;
}

#download-doorverwijskaart .cmp-download__action-text::before {
  content: "";
  background-image: url('/content/dam/intelligentcontent/brands/zorg-voor-opluchting/assets/download-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
}

#download-doorverwijskaart .cmp-download__action-text::after {
  content: "PDF 2.6 mb";
  display: block;
  font-size: 14px;
  color: var(--primary-magneta);
  font-weight: 300;
  line-height: 22px;
  word-wrap: break-word;
  margin-left: 40px;
  left: 0;
  position: absolute;
}
/*
div.download:has(> div#download-doorverwijskaart) {
  border: 1px solid var(--secondary-grey);
}
*/


#download-doorverwijskaart .cmp-download__content {
  padding: 28px 20px;
}

#download-doorverwijskaart .cmp-download__action-container {
  padding: 20px;
}

div#download-doorverwijskaart.cmp-download {
  margin-bottom: 20px;
}

div#material-column {
  margin-bottom: 20px;
}

#material-column .azcl-column-par1 {
  border: 1px solid var(--secondary-grey);
}
/*** END DOWNLOAD ***/

/**** HERO ****/
/* Desktop default */
#homepage .cmp-container__backgroundImage--enabled {
  aspect-ratio: 700 / 171;
  background-image: url("/content/dam/intelligentcontent/brands/zorg-voor-opluchting/assets/zorg-voor-opluchting-home.jpg") !important;
  background-size: contain !important;
  background-position: center  !important;
  background-repeat: no-repeat !important;
}

/* Tablet */
@media (max-width: 991px) and (min-width: 577px) {
  #homepage .cmp-container__backgroundImage--enabled {
    aspect-ratio: 700 / 171 !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 20vh !important;
  }
}

/* Mobile only */
@media (max-width: 576px) {
  #homepage .cmp-container__backgroundImage--enabled {
    background-image: url("/content/dam/intelligentcontent/brands/zorg-voor-opluchting/assets/zorg-voor-opluchting-home-mobile.jpg") !important;
    aspect-ratio: auto !important;
    min-height: 20vh !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .cmp-container__backgroundImage--enabled {
    aspect-ratio: auto !important;
    min-height: 20vh !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

.cmp-container__backgroundImage--enabled {
  background-image: url(/content/dam/intelligentcontent/brands/zorg-voor-opluchting/assets/zorg-voor-opluchting-alt.jpg) !important;
}

@media (max-width: 768px) {
  #homepage .cmp-container__backgroundImage--enabled {
  /*  aspect-ratio: 4 / 3;*/
    ;
  }
}

#homepage #banner-cont .azcl-container {
  max-width: 1540px !important;
}

.cmp-container__backgroundImage--enabled {
  aspect-ratio: 1440 / 200;
}

@media (max-width: 1024px) {
    
  .cmp-container__backgroundImage--enabled {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 768px) {
  .cmp-container__backgroundImage--enabled {
    aspect-ratio: 4 / 3;
  }
}
/*
#hero {
  position: relative;
  height: 25vh;
}

#hero .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.hero-text {
  margin: 0;
}*/

/**** END HERO ****/

/*** CUSTOM ***/
#hypertensie img {
  width: 80%;
}

#astmapatient img {
  width: 50%;
}

.subtitle {
  color: var(--primary-blue);
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  word-wrap: break-word;
}

.subtitle-alt {
  color: var(--primary-gray);
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  word-wrap: break-word;
}

li.cmp-tabs__tab {
  background-color: #f8f8f8;
  font-size: 16px;
  font-style: italic;
  width: 250px;
  text-align: center;
}

@media (max-width: 1024px) {
  li.cmp-tabs__tab {
  }
}

@media (max-width: 768px) {
  li.cmp-tabs__tab {
    width: 100%;
  }
}

li.cmp-tabs__tab.cmp-tabs__tab--active {
  background-color: var(--primary-magneta);
  color: white;
}

/*** END CUSTOM ***/

/**** SECTIONS ***/
#section-1 ul,
#section-2 ul,
#section-3 ul {
  margin-left: 10px;
}

#section-1 {
  background-color: #fafafa;
  border-top: 5px solid var(--primary-orange);
  border-bottom: 5px solid var(--primary-orange);
  padding: 30px;
}

#section-1 img {
  max-width: 100px;
}

#section-1 .azcl-column-par1,
#section-1 .azcl-column-par2 {
  border-right: 1px solid var(--secondary-grey);
}

#section-1 .azcl-column-par1 {
  padding-right: 30px;
}

#section-1 .azcl-column-par2 {
  padding-left: 30px;
  padding-right: 30px;
}

#section-1 .azcl-column-par3 {
  padding-left: 30px;
  padding-right: 30px;
}

#section-1 .azcl-column-par4 {
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section-1 .azcl-column-par4 img {
  margin-left: 30px;
  max-width: 100px;
  height: auto;
}

/* Tablet styling (width <= 768px) */
@media (max-width: 850px) {
  #section-1 .azcl-column-par3,
  #section-1 .azcl-column-par2 {
    padding-left: 0px;
  }

  #section-1 .azcl-column-par1,
#section-1 .azcl-column-par2 {
    border-right: none;
  }
}


/* Tablet styling (width <= 768px) */
@media (max-width: 768px) {
  #section-1 {
    padding: 20px;
  }

  #section-1 .azcl-container {
    flex-wrap: wrap;
  }

  #section-1 .azcl-column-par1,
  #section-1 .azcl-column-par2,
  #section-1 .azcl-column-par3,
  #section-1 .azcl-column-par4 {
   /* width: 48%;*/
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  #section-1 .azcl-column-par4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #section-1 img {
    max-width: 80px;
  }
}

/* Mobile styling (width <= 480px) */
@media (max-width: 480px) {
  #section-1 {
    padding: 15px;
  }

  #section-1 .azcl-column-par1,
  #section-1 .azcl-column-par2 {
    border-bottom: 1px solid var(--secondary-grey);
    border-right: none;
  }

  #section-1 .azcl-column-par1,
  #section-1 .azcl-column-par2,
  #section-1 .azcl-column-par3,
  #section-1 .azcl-column-par4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }

  #section-1 img {
    max-width: 60px;
  }
}

#section-2 {
  background-color: #fafafa;
  border-top: 5px solid var(--primary-orange);
  border-bottom: 5px solid var(--primary-orange);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#section-2 img {
  max-width: 100px;
  height: 70px;
}

#section-2 .azcl-column-par1,
#section-2 .azcl-column-par2 {
  border-right: 1px solid var(--secondary-grey);
}

#section-2 .azcl-column-par1 {
  padding-right: 30px;
}

#section-2 .azcl-column-par2 {
  padding-left: 30px;
  padding-right: 30px;
}

#section-2 .azcl-column-par3 {
  padding-left: 30px;
  padding-right: 30px;
}

/* Tablet styling (width <= 768px) */
@media (max-width: 850px) {
  #section-2 .azcl-column-par3,
  #section-2 .azcl-column-par2 {
    padding-left: 0px;
  }

  #section-2 .azcl-column-par1,
#section-2 .azcl-column-par2 {
    border-right: none;
  }
}


/* Tablet styling (width <= 768px) */
@media (max-width: 768px) {
  #section-2 {
    padding: 20px;
  }

  #section-2 .azcl-container {
    flex-wrap: wrap;
  }

  #section-2 .azcl-column-par1,
  #section-2 .azcl-column-par2,
  #section-2 .azcl-column-par3 {
   /* width: 48%;*/
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  #section-2 img {
    max-width: 80px;
  }
}

/* Mobile styling (width <= 480px) */
@media (max-width: 480px) {
  #section-2 {
    padding: 15px;
  }

  #section-2 .azcl-column-par1,
  #section-2 .azcl-column-par2 {
    border-bottom: 1px solid var(--secondary-grey);
    border-right: none;
  }

  #section-2 .azcl-column-par1,
  #section-2 .azcl-column-par2,
  #section-2 .azcl-column-par3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }

  #section-2 img {
   /* max-width: 60px;*/
    ;
  }
}

#section-3 {
  background-color: #fafafa;
  border-top: 5px solid var(--primary-orange);
  border-bottom: 5px solid var(--primary-orange);
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#section-3 img {
}

#section-3 .azcl-column-par1 {
  padding-right: 30px;
  width: 880px;
}

#section-3 .azcl-column-par2 {
  padding-left: 30px;
  padding-right: 30px;
}

/* Tablet styling (width <= 768px) */
@media (max-width: 850px) {
  #section-3 .azcl-column-par2 {
    padding-left: 0px;
  }
}


/* Tablet styling (width <= 768px) */
@media (max-width: 768px) {
  #section-3 {
    padding: 20px;
  }

  #section-3 .azcl-container {
    flex-wrap: wrap;
  }

  #section-3 .azcl-column-par1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  #section-3 .azcl-column-par2 {
    display: none;
  }

  #section-3 .azcl-columns--2 {
    --col-count: 1;
  }
}

/* Mobile styling (width <= 480px) */
@media (max-width: 480px) {
  #section-3 {
    padding: 15px;
  }

  #section-3 .azcl-column-par1,
  #section-3 .azcl-column-par2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}

#read-more-section {
  gap: 40px;
}

#read-more-section #internalText {
  min-height: 175px;
}

#read-more-section .readmoretitle {
  color: var(--primary-blue);
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  word-wrap: break-word;
}

#read-more-section .read-more-link {
  padding: 10px;
  border: 1px solid black;
  background-color: white;
}

#read-more-section .read-more-link a {
  color: black;
  text-decoration: none;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#read-more-section .read-more-link a img {
  height: 12px;
  width: auto;
  margin-left: 0;
}

#read-more-section [class^="azcl-column-par"] {
  background-color: var(--secondary-blue);
  padding: 30px;
  min-height: 246px;
}

#video-section {
  gap: 40px;
}

#video-section #internalText {
  min-height: 175px;
}

#video-section .videotitle {
  color: var(--primary-magneta);
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  word-wrap: break-word;
}

#video-section .video-link {
  padding: 10px;
  border: 1px solid black;
  background-color: white;
}

#video-section .video-link a {
  color: black;
  text-decoration: none;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#video-section .video-link a img {
  height: 12px;
  width: auto;
  margin-left: 0;
}

.new.newpar.section {
  display: none !important;
}

@media (max-width: 1024px) {
  .new.newpar.section {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .new.newpar.section {
    display: none !important;
  }
}
/*
.azcl-column-par3:has(> #nocolor) {
  display: none;
}
*/
#video-section [class^="azcl-column-par"] {
  padding: 0;
  min-height: 246px;
  border: 1px solid var(--secondary-grey);
}

#video-section [class^="azcl-column-par"] .cmp-container .text {
  padding: 20px;
}

#video-section [class^="azcl-column-par"] .cmp-container .text .videotext {
  font-size: 16px;
}

#experts-section {
  gap: 40px;
}
/*
#experts-section #internalText {
  min-height: 175px;
}
*/

#experts-section .expertstitle {
  color: var(--primary-magneta);
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  word-wrap: break-word;
}

#experts-section .experts-link {
  padding: 10px;
  border: 1px solid black;
  background-color: white;
}

#experts-section .experts-link a {
  color: black;
  text-decoration: none;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#experts-section .experts-link a img {
  height: 12px;
  width: auto;
  margin-left: 0;
}
/*
.azcl-column-par3:has(> #nocolor) {
  display: none;
}
*/
#experts-section [class^="azcl-column-par"] {
  padding: 0;
  /*min-height: 246px;*/
  border: 1px solid var(--secondary-grey);
}

#experts-section [class^="azcl-column-par"] .cmp-container .text {
  padding: 20px;
}

#experts .cmp-video__content {
  display: none;
}

#experts-section [class^="azcl-column-par"] .cmp-container .text .expertstext {
  font-size: 16px;
}

.azcl-container:has(#experts-section) {
  margin-top: 40px;
}
/**** END SECTIONS ***/


/*** CUSTOM BLOCK **/

#act-score {
  margin-top: 10px;
}

.azcl-container:has(> #perception-container) {
  padding: 0 !important;
  margin-top: 40px;
}

.perception-container {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #003865;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.perception-content {
  flex: 1 1 0;
}

.perception-text {
  color: #003865;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .perception-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .perception-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .perception-container {
    padding: 10px;
  }

  .perception-text {
    font-size: 14px;
    line-height: 20px;
  }
}

/*** END CUSTOM BLOCK ***/
/* Default (Desktop) */
.info-container {
  display: flex;
  align-items: center;
  gap: 10px;
 /* Space between button and text */
  ;
}

.contact-info {
  margin: 0;
}

/* Tablet and Mobile */
@media (max-width: 1024px) {
  .info-container {
    display: block;
  }

  .contact-info {
    margin-top: 10px;
  }
}

sup.space-before {
  margin-left: 5px;
}

#Header .azcl-columns__base .azcl-column-par2 ul li a.active:after {
  width: 100%;
  background: #D0006F;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
  .lightbox-content {
    max-width: 80%;
    max-height: 80%;
    margin-top: 20%;
  }
}

#vraag-exemplaar-aan,
#download-button,
.download-title {
  margin: 20px;
}

.cmp-video__player {
  padding: 0 !important;
}

#displaynone {
  display: none !important;
}

.gesprek #prod-id,
.gesprek #Menu {
  display: none !important;
}

.button:has(#button-with-padding) {
  padding: 0 20px 20px;
}

#article-image img {
  max-height: 375px;
  object-fit: cover;
}
 
