@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
/*font-family: 'Inter', sans-serif;*/
@font-face {
  font-family: Lexia-Regular;
     font-display: swap;
     src: url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia-Regular.eot?iefix') format('embedded-opentype'), 
     url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia-Regular.woff') format('woff');
}

@font-face {
  font-family: Lexia_Lt;
     font-display: swap;
     src: url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia_Lt.eot?iefix') format('embedded-opentype'), 
     url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia_Lt.woff') format('woff');
}

@font-face {
  font-family: Lexia_Bd;
     font-display: swap;
     src: url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia_Bd.eot?iefix') format('embedded-opentype'), 
     url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia_Bd.woff') format('woff');
}

@font-face {
  font-family: LexiaBold;
     font-display: swap;
     src: url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/LexiaBold.eot?iefix') format('embedded-opentype'), 
     url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/LexiaBold.woff') format('woff');
}

@font-face {
  font-family: Lexia-Italic;
     font-display: swap;
     src: url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia-Italic.eot?iefix') format('embedded-opentype'), 
     url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/Lexia-Italic.woff') format('woff');
}
@font-face {
  font-family: HelveticaNeue;
     font-display: swap;
     src: url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/HelveticaNeue.eot?iefix') format('embedded-opentype'), 
       url('/content/dam/intelligentcontent/brands/azpro/nl/fonts/HelveticaNeue.woff') format('woff');
}
body, html .cmp-text{font-family: 'Lexia-Regular';}
html, body {
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #1C1C28;
    font-weight: normal;
}
body{max-width:1920px; margin:0 auto; width:100%; overflow-x:hidden;}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    vertical-align: bottom;
}
body .cmp-container__backgroundImage--enabled {
    min-height: unset !important;
    background-size: cover !important;
    background-position: center center !important;
    margin: 0 !important;
}
div#footer_part {
    margin-left: 28px;
}
.azcl-container {
    width: 100%;
    padding: 0 15px;
    max-width: 1766px;
    margin: 0 auto;
}
 sup {
    line-height:0px !important;
} 

#fesenra-home .azcl-container {
    width: 100%;
    padding: 0 15px;
    max-width: 1440px;
    margin: 0 auto;
}    

#Header .azcl-columns__base {
    grid-template-columns: calc(25% - 40px) 50% 25%;
    justify-content: space-between;
    height: 80px;
}
#Header .azcl-columns__base > * {
    display: flex;
    align-items: center;
    justify-content: center;
}
#Header .azcl-columns__base .azcl-column-par1{
padding-left: 40px;
justify-content: flex-start;
}
#Header .azcl-columns__base .azcl-column-par3 {
    justify-content: flex-end;
}
/*#Header .azcl-columns__base .azcl-column-par3 .cmp-container {*/
/*display: flex;*/
/*align-items: center;*/
/*}*/
#Header .azcl-columns__base .azcl-column-par2 ul {
    display: flex;
    gap: 40px;
}
#Header .azcl-columns__base .azcl-column-par2 ul li {
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 41px;
}
#Header .azcl-columns__base .azcl-column-par2 ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #3C4242;
    height: 100%;
    display: block;
    position: relative;
}
#Header #Menu ul li:last-child{
    display:none;
}
#Header .azcl-columns__base .azcl-column-par2 ul li a:hover {
    text-decoration: none;
}
#Header .azcl-columns__base .azcl-column-par2 ul li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    transform: translate(0px, 11px);
}
#Header .azcl-columns__base .azcl-column-par2 ul li a:hover:after,
#LandingPage div#Menu ul li:first-child a:after,
#ziekte_nl div#Menu ul li:last-child a:after,
#medicijnenPage div#Menu ul li:nth-child(2) a:after,
#nascholingen_page div#Menu ul li:nth-child(3) a:after,
#materialen div#Menu ul li:nth-child(4) a:after,
#Home div#Menu ul li:first-child a:after{
    width: 100%;
    background: #D0006F;
}
/*#Header div#Menu2, */
/*#Header .cmp-user--display-profile-pic{*/
/*    display: flex;*/
/*    height: 80px;*/
/*    padding: 0;*/
/*    align-items: center;*/
/*}*/
#Header div#Menu2{
    display: flex;
    height: 80px;
    padding: 0;
    align-items: center;
}
#Header div#Menu2 > ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 27px;
}
#Header div#Menu2 > ul a {
    font-size: 18px;
    line-height: 24px;
    color: #3C4242;
    position: relative;
}
#Header div#Menu2 > ul a:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    transform: translate(0px, 12px);
}
#Header div#Menu2 > ul a:hover:after {
    width: 100%;
    background: #D0006F;
}
#Header div#Menu2 > ul li img {
    margin-right: 13px;
    transform: translate(0px, -4px);
    margin-left: 0;
}
#Header .search {
    border-left: 1px solid #EBEFEE;
    height: 100%;
    margin-left: 35px;
    display: block;
    padding: 40px 10px 0 15px;
    position: relative;
    width: 86px;
    text-align: center;
    display:none;
}
#Header #Uprofile {
    display: flex;
}

a#loginHeader span {
    font-size: 18px;
    line-height: 24px;
    color: #3C4242;
    height: 100%;
    display: block;
     position: absolute; 
     top: 0px; 
     right: 2px; 
    /*padding-top: 30px;*/
}
body #Uprofile #loginHeader  span {
    position: relative;
    top: 10px;
    right: 0;
}

a#loginHeader span:after{
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    transition: width .5s ease, background-color .5s ease;
    transform: translate(0px, 11px);
}
a#loginHeader span:hover:after{
    width: 100%;
    background: #D0006F;
}

#loginHeader span.cmp-button__text:hover, span.cmp-button__text:active, span.cmp-button__text:focus {
    border-left: none;
}

#fesenra-home span.cmp-button__text:hover, #myaccount span.cmp-button__text:hover, #Home span.cmp-button__text:hover, #medicijnenPage span.cmp-button__text:hover, #nascholingen_page span.cmp-button__text:hover, #materialen span.cmp-button__text:hover{
    border-left:none !important;
}
#Home a#loginHeader span{
    top:0;
}
body #new_top #loginHeader span {
    top: -4px;
}
body #Uprofile .user {
    padding-top: 24px;
}
body #Uprofile .user #loginHeader span:after {
    top: 2px;
    position: relative;
}

#Home a#loginHeader span:hover:after{
    transform: translate(0px, 11px);
}
#Home .Uitgelicht{
    display:none;
}
#Header .search:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    transform: translate(0px, 14px);
}
#Header .search:hover:after {
    width: 100%;
    background: #D0006F;
}


#Footer .container:first-child {
    background-color: #FAFAFC;
    padding: 42px 0 38px 0;
}
#Footer .container:first-child .azcl-columns__base {
    justify-content: space-between;
    grid-template-columns: 500px 400px;
}
#Footer .container:last-child {
    background: #F2F2F5;
    padding: 20px 0 5px 0;
}
#Footer .container:last-child p {
    margin-bottom: 15px !important;
    font-size: 12px;
    line-height: 14px;
    color: #8F90A6;
    font-family: 'Inter', sans-serif;
    font-weight:400;
}
#Footer .container:last-child p a {
    color: #8F90A6;
    border-bottom: 1px solid #8F90A6;
}
#Footer .azpro {
    margin-bottom: 25px;
}
#Footer p.contact a {
    font-family: Lexia-Italic;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #3C4242;
    margin-bottom: 25px;
    display: inline-block;
}
p.head_right a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #3C4242;
    font-family: Lexia-Regular;
}
.head_right img {
    margin-bottom: 9px;
    margin-right: 12px;
}
div#account_header {
    margin-top: 31px;
    margin-right: 115px;
}
/*promo number*/
.prm_no {
    text-align: right !important;
    margin-right: 4.5%;
    font-size: 14px;
    line-height: 22px;
    color: #555770;
}

#Footer ul.footer_menu {
    display: flex;
    gap: 40px;
}
#Footer ul.footer_menu a {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.02px;
    color: #8F90A6;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}
#Footer .AZ.news {
    color: #830051;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 10px;
}
#Footer .azcl-column-par2 .text {
    font-size: 14px;
    line-height: 22px;
    color: #555770;
    font-family: HelveticaNeue;
    margin-bottom: 10px;
}
#Footer .pink_button a {
    width: 168px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D0006F;
    color: #fff;
    font-size: 16px;
    font-family: Lexia-Italic;transition: all 0.3s;
}
#Footer .pink_button a:hover {
    background: #E366A9;
}
div#Bannerstyle1 {
    padding: 75px 0 230px 0;
}
.Bannerstyle1heading {
    color: #fff;
    font-size: 42px;
    line-height: 48px;
    font-family: Lexia-Italic;
    padding-left: 40px;
}
div#MobHeader {
    display: none;
}
body #new_top_fr #loginHeader span:after {
display:none;
}
/*------Exitram Pop----*/
.modal.exit-ramp-modal.modal--visible {
    position: fixed;
    top: 423!important;
    left: 0%;
    width: 50%;
    margin: 0 auto;
    border-radius: 0;
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    height: auto;
    padding-left: 30px;
    padding-right: 40px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    bottom: auto;
	right:0;
	z-index: 999999;
}

button.modal__close {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1000;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}
.modal--visible {
    visibility: visible;
    opacity: 1;
}
/*.modal {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 1000;*/
/*    display: flex;*/
/*    visibility: hidden;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    overflow: hidden;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    background: rgba(0,0,0,0.9);*/
/*    opacity: 0;*/
/*}*/
button.modal__close {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1000;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}
.modal__close {
    position: absolute;
    right: 18px;
    top: 14px;
    font-family: Lexia-Regular;
}
/*.modal__close svg * {*/
/*    fill: currentColor;*/
/*}*/
.modal--visible .modal-box {
    -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    /*width: 60%;*/
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    will-change: transform, opacity;
}

.modal-box__content {
    padding: 3rem 3rem;
}
.exit-ramp-title {
    color: #830051;
    font-size: 38px;
    font-family: Lexia-Italic;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
}
.exit-ramp-body {
    margin-top: 35px;
    font-size:17px;
    line-height: 20px;
}
.exit-ramp-actions {
    margin-top: 41px;
    margin-bottom: 40px;
}
.exit-ramp-actions .exit-ramp-continue {
    color: #3C4242;
    border: solid 1px #3C4242;
    font-size: 18px;
    font-style: italic;
    font-family: lexiabold;
    padding: 2% 5%;
}
.exit-ramp-content {
    min-height: 202px;
}
span.modal__closeLabel {
    display: none;
}
.modal__close svg * {
    color: #000;
}
.modal-box {
    width: 100%!important;
}

.azcl-column-par3 #new_top div p {
    display: none;
}
#LandingPage .cmp-experiencefragment.cmp-experiencefragment__user-signedin,
#contact_page .cmp-experiencefragment.cmp-experiencefragment__user-signedin{
    position: relative;
}
#LandingPage .cmp-experiencefragment.cmp-experiencefragment__user-signedin:after,
#contact_page .cmp-experiencefragment.cmp-experiencefragment__user-signedin:after
{
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    height: 30px;
    width: 90px;
    background: #fff;
    z-index: 999;
}
#loginpage .cmp-user__base.cmp-user--display-profile-pic #cmp-user--displayprofilePhoto .cmp-user--profilePhoto,
#registreer .cmp-user__base.cmp-user--display-profile-pic #cmp-user--displayprofilePhoto .cmp-user--profilePhoto,
#forgot_password .cmp-user__base.cmp-user--display-profile-pic #cmp-user--displayprofilePhoto .cmp-user--profilePhoto{
    position: absolute;
    top: 20px !important;
    left: 0px !important;
    width: 16px !important;
    height: 16px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    z-index: 9999;
}
.cmp-user__base.cmp-user--display-profile-pic #cmp-user--displayprofilePhoto .cmp-user--profilePhoto {
    position: absolute;
    top: 20px !important;
    left: -10px !important;
    width: 16px !important;
    height: 16px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    z-index: 9999;
}
.cmp-user--dynamic-details-firstName span.cmp-user--dynamicData {
    font-size: 18px;
    line-height: 24px;
    color: #3C4242;
    height: 100%;
    display: block;
    position: relative;
    top: 12px;
}
.cmp-user__base #cmp-user--popup {
    margin: 40px 0px !important;
    background-color: #fff !important;
    z-index: 99;
    color: black !important;
    background: white !important;
    padding: 0px !important;/*padding: 5px !important;*/
}
div#cmp-user--popup active .button a:hover, 
div#cmp-user--popup active .button a:active, 
div#cmp-user--popup active .button a:focus {
    text-decoration: none;
    color: black;
    border-left: 4px solid #d0006f;
}
span.cmp-button__text:hover,
span.cmp-button__text:active,
span.cmp-button__text:focus
{
    text-decoration: none;
    color: black;
    border-left: 4px solid #d0006f;
}
span.cmp-button__text {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #3C4242;
    height: 100%;
    /* display: block; */
    position: relative;
}
/*----------FasenraHeader CSS--------*/
#BrandHeaderMobile{
    display:none;
}
#BrandHeader #header-wrapper2 .azcl-columns__base {
    grid-template-columns: calc(25% - 77px) 75%;
    justify-content: space-between;
    height: 60px;
    align-items: center;
}
#BrandHeader #header-wrapper2 #Menu ul{
    display: flex;
    gap: 40px;
}
#BrandHeader #header-wrapper2 #Menu ul li a {
    color: #3C4242;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: Lexia-Regular;
    height: 100%;
    display: block;
    position: relative;
}
#BrandHeader #header-wrapper2 #Menu ul li a:hover:after,
#fesenra-home #header-wrapper2 #Menu ul li:first-child a:after,
#Werkingsmechanisme #header-wrapper2 #Menu ul li:nth-child(2) a:after,
#effect #header-wrapper2 #Menu ul li:nth-child(3) a:after,
#patient_profile #header-wrapper2 #Menu ul li:nth-child(4) a:after,
#materialen_02 #header-wrapper2 #Menu ul li:nth-child(5) a:after,
#FAQ #header-wrapper2 #Menu ul li:last-child a:after{
    width: 100%;
    background: #D0006F;
}
#BrandHeader #header-wrapper2 #Menu ul li a:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    transform: translate(0px, 11px);
    position: relative;
    top: 5px;
}
div#header-wrapper1 {
    height: 40px;
    background: #EBEFEE;
}
#header-wrapper1 .cmp-accordion__header span.cmp-accordion__title,
#header-wrapper1 .azcl-column-par1,
#header-wrapper1 .cmp-text ul li a{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    font-family: Lexia-Italic;
    font-weight: 400;
    color:#3C4242;
}
#header-wrapper1 .azcl-column-par1 div a {
    font-size: 14px;
    line-height: 20px;
    color: #3C4242;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: 'Lexia-Italic';
}
#header-wrapper1 .cmp-accordion__header span.cmp-accordion__title{
    text-align: right;
    padding-right: 0;
}
#header-wrapper1 .azcl-column-par1 img {
    position: relative;
    bottom: 6px;
    padding-right: 10px;
}
#header-wrapper1 .azcl-column-par1 span.arrow {
    position: relative;
    top: -5px;
    left: 0px;
}
#header-wrapper1 .azcl-column-par1 div {
    padding: 2px 0;
}
#header-wrapper1 .azcl-column-par2 .cmp-accordion__icon::before {
    display: none;
}
#header-wrapper1 .azcl-column-par2 .cmp-accordion__title img {
    position: relative;
    padding-right: 10px;
    bottom: 6px;
}
#header-wrapper1 .azcl-column-par2 .cmp-accordion__button{
    padding-right:0;
}
#header-wrapper1 .cmp-text ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    padding-left: 0;
    position: relative;
    left: 87%;
    bottom: 12px;
    background: #EBEFEE;
    z-index: 1000;
    padding: 10px;
    width: 14%;
}

.azcl-column-par2 .user {
    float: right;
}
/*fesenra-header*/
#new_top_fr .user:hover:after {
    /*width: 100%;*/
    /*background: #D0006F;*/
}
#new_top_fr .user:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    transform: translate(0px, 11px);
    position: relative;
      bottom: 10px;
}
/*normal-header*/
/*#new_top .user:hover:after {*/
/*    width: 100%;*/
/*    background: #D0006F;*/
/*}*/
/*#new_top .user:after {*/
/*    content: '';*/
/*    display: block;*/
/*    margin: auto;*/
/*    height: 4px;*/
/*    width: 0px;*/
/*    background: transparent;*/
/*    transition: width .5s ease, background-color .5s ease;*/
/*    transform: translate(0px, 11px);*/
/*    position: relative;*/
/*    top: 10px;*/
/*}*/
/*registration-success css*/
#registreer div#reg_limg p img {
    width: 80%;
}
#registreer div#reg_text {
    font-size: 42px !important;
    font-family: Lexia-Italic !important;
    color: #830051 !important;
    line-height: 48px !important;
    margin-top: 20%;
    margin-left: 10%;
    /* text-align: center; */
    margin-bottom: 6%;
}
#registreer div#reg_text2 p {
    text-align: left !important;
    margin-left: 16%;
}
#registreer #reg_text2 a {
    text-decoration: none !important;
    color: #3C4242 !important;
    font-size: 28px !important;
    line-height: 36px !important;
     border: 1px solid #070733;
    font-family: Lexia-Italic;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 30px;
    font-weight: 600;
    text-align: center;
}
#registreer #reg_text2 a:hover {
    border-color: #D9D9D9;
}
/*1440px screen*/
@media screen and (max-width:1600px){
    .azcl-container, #LupusSection .azcl-container {
        max-width: 1320px !important;
    }
    #header-wrapper1 .cmp-text ul {
        left: 81%;
        width: 20%;
    }
    div#account_header {
    margin-top: 31px;
    margin-right: 115px;
    width: 100%;
}
.prm_no {
    margin-right: 9.5%;
  }
}
/*1366px screen*/
@media screen and (max-width:1367px){
    .azcl-container, #LupusSection .azcl-container {
        max-width: 1140px !important;
    }
    div#account_header {
    margin-top: 31px;
    margin-right: 0px;
    width: 100%;
}
    #Header .azcl-columns__base{grid-template-columns: calc(20% - 40px) 60% 20%;}
    #header-wrapper1 .cmp-text ul {
        left: 79%;
        width: 22%;
    }
   #Footer .azcl-container, #LupusSection .azcl-container {
    max-width: 1200px !important;
}
#registreer div#reg_text {
    font-size: 42px !important;
    font-family: Lexia-Italic !important;
    color: #830051 !important;
    line-height: 48px !important;
    margin-top: 20%;
    margin-left: 0%;
    /* text-align: center; */
    margin-bottom: 6%;
}
#registreer div#reg_text2 p {
    text-align: left !important;
    margin-left: 9%;
}
}
/*iPad Landscape*/
@media screen and (max-width:1200px){/*container width: 960px*/
    .azcl-container, #LupusSection .azcl-container {
        max-width: 960px !important;
    }
    #Header .azcl-columns__base {
        grid-template-columns:calc(16% - 40px) 62% 22%;
    }
    #Header .azcl-columns__base .azcl-column-par1 {
        padding-left: 0;
    }
        #Header .azcl-columns__base .azcl-column-par2 ul {
        gap: 30px;
    }
    #Header div#Menu2 > ul {
        gap: 30px;
    }
    #BrandHeader #header-wrapper2 .azcl-columns__base {
        grid-template-columns: calc(18% - 77px) 82%;
    }
    #header-wrapper1 .cmp-text ul {
        left: 75%;
        width: 27%;
    }
     div#account_header {
    margin-top: 31px;
    margin-right: 0px;
    width: 100%;
}
#registreer div#reg_text {
    margin-left: 0%;
    
}
#registreer div#reg_text2 p {
    text-align: left !important;
    margin-left: 10%;
}
}
/*iPad Portrait & Mobile Landscape*/
@media screen and (max-width:992px){
    /*container width: 720px*/
    .azcl-container, #LupusSection .azcl-container {
        max-width: 720px !important;
    } 
    div#footer_part {
        margin-left: 0px;
    }
    #Footer .container:first-child .azcl-columns__base {
        grid-template-columns: 1fr;
        max-width: 728px;
        margin: 0 auto;
    }
    #Footer .container:last-child p{
        max-width: 728px;
        margin: 0 auto;
        margin-top: 10px !important;
    }
    #Header{
        display: none;
    }
    div#MobHeader {
    display: block;
    height: 80px;
    z-index: 9;
    position: relative;
    width: 100%;
    background: #fff;
}
    #MobHeader .azcl-container {
        position: relative;
    }
    #MobHeader .azpro {
        width: 110px;
        position: absolute;
        left: 0;
        z-index: 1;
        height: 80px;
        display: flex;
        align-items: center;
        top: -28px;
    }
    #MobHeader .accordion {
        margin-top: 28px;
        padding: 0;
    }

#MobHeader .cmp-accordion__button {
    width: 65px;
    height: 24px;
    float: right;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 13px;
    color: #1C1C28;
    text-transform: uppercase;
    font-family: HelveticaNeue;
    outline: 0;
    font-weight: 500;
}
#MobHeader .cmp-accordion__button .cmp-accordion__title {
    width: 45px;
}
#MobHeader .cmp-accordion__button .cmp-accordion__icon {
    min-width: 16px;
    height: 14px;
    display: block;
    background-image: url(/content/dam/intelligentcontent/brands/azpro/nl/mobile/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#MobHeader .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
    background-image: url(/content/dam/intelligentcontent/brands/azpro/nl/mobile/menu-close.png);
}
#MobHeader .cmp-accordion__button .cmp-accordion__icon:before{display:none;}
#MobHeader .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12 {
    float: none;
}
#MobHeader .cmp-accordion__panel {
    position: relative;
    top: 52px;
    background: #fff;
    width: calc(100% + 30px);
    padding: 0;
    z-index: 9;
    left: -15px;
    border-top: 1px solid #D8DADA;
    border-bottom: 1px solid #D8DADA;
}
#MobHeader ul li {
    padding: 17px 15px;
    border-bottom: 1px solid #EBEFEE;
}
    #MobHeader ul li:last-child {
        border: none;
    }
    #MobHeader ul li a {
        font-size: 18px;
        line-height: 24px;
        color: #3C4242;
        height: 100%;
        display: block;
        position: relative;
    }
    #MobHeader ul li a {
        font-size: 18px;
        line-height: 24px;
        color: #3C4242;
    }
    #MobHeader ul li a img {
        margin-right: 13px;
        transform: translate(0px, -4px);
    }
    #MobHeader ul li a:hover {
        color: #D0006F;
    }
    #ziekte_nl #MobHeader ul li:nth-child(5) a,
    #medicijnenPage #MobHeader ul li:nth-child(2) a,
    #nascholingen_page #MobHeader ul li:nth-child(3) a,
    #materialen #MobHeader ul li:nth-child(4) a,
    #Home #MobHeader ul li:first-child a,
    #LandingPage #MobHeader ul li:first-child a {
        color: #D0006F;
    }

    div#Bannerstyle1{padding-bottom: 0;}
    body .cmp-container__backgroundImage--enabled {
        height: 240px;
    }
    .modal.exit-ramp-modal.modal--visible {
        width: 90%;
        max-height: 80vh;padding: 10px;
    }
    #header-wrapper1 .cmp-text ul {
        left: 65%;
        width: 40%;
    }
    #BrandHeader #header-wrapper2,
    #BrandHeaderMobile #Fasenra-mobile-wrapper1{
        display:none;
    }
    #BrandHeaderMobile {
        display:block;
    }
    #BrandHeaderMobile .cmp-accordion__button:before{display:none;}
    div#fasenra-mobile-menu-row {
        display: block;
        height: 80px;
        z-index: 1;
        position: relative;
    }
    #BrandHeaderMobile .fesenra {
        width: 110px;
        position: absolute;
        left: 0;
        z-index: 1;
        height: 80px;
        display: flex;
        align-items: center;top: -30px;
    }
    /*#Fasenra-mobile-menu .cmp-accordion__button:before {*/
    /*    top: 12px;*/
    /*}*/
    /*#Fasenra-mobile-menu .cmp-accordion__button:after, */
    /*#Fasenra-mobile-menu .cmp-accordion__button:before {*/
    /*    content: "";*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 2px;*/
    /*    left: 0;*/
    /*    border-top: 3px solid #1C1C28;*/
    /*    transition: all 0.3s;*/
    /*}*/
    #BrandHeaderMobile .cmp-accordion__panel {
        position: relative;
        top: 52px;
        background: #fff;
        width: calc(100% + 30px);
        padding: 0;
        z-index: 9;
        left: -15px;
        border-top: 1px solid #D8DADA;
    }
#BrandHeaderMobile ul li {
    padding: 17px 15px;
    border-bottom: 1px solid #EBEFEE;
}
    #BrandHeaderMobile ul li a{
        color: #3C4242;
        font-size: 18px;
        line-height: 24px;
    }
    #BrandHeaderMobile ul li a:hover,
    #fesenra-home #BrandHeaderMobile ul li:first-child a,
    #Werkingsmechanisme #BrandHeaderMobile ul li:nth-child(2) a,
    #effect #BrandHeaderMobile ul li:nth-child(3) a,
    #patient_profile #BrandHeaderMobile ul li:nth-child(4) a,
    #materialen_02 #BrandHeaderMobile ul li:nth-child(5) a,
    #FAQ #BrandHeaderMobile ul li:last-child a{
        color: #D0006F;
    }
    
    #BrandHeaderMobile .cmp-accordion__button .cmp-accordion__title {
        width: 45px;
    }
    #BrandHeaderMobile .cmp-accordion__button .cmp-accordion__icon {
    min-width: 16px;
    height: 14px;
    display: block;
    background-image: url(/content/dam/intelligentcontent/brands/azpro/nl/mobile/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
}
#BrandHeaderMobile .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
    background-image: url(/content/dam/intelligentcontent/brands/azpro/nl/mobile/menu-close.png);
}
#BrandHeaderMobile .cmp-accordion__button .cmp-accordion__icon:before{display:none;}
    #BrandHeaderMobile .cmp-accordion__button {
       width: 65px;
    height: 24px;
    float: right;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 13px;
    color: #1C1C28;
    text-transform: uppercase;
    font-family: HelveticaNeue;
    outline: 0;
    font-weight: 500;
    }
    #BrandHeaderMobile .cmp-accordion__button:after, #BrandHeaderMobile .cmp-accordion__button:before {
        display:none;
    }
    #BrandHeaderMobile .cmp-accordion__button:before {
        top: 12px;
    }
    #Fasenra-mobile-menu .accordion {
        margin-top: 28px;
        padding: 0;
    }
    .modal.exit-ramp-modal.modal--visible{
         z-index: 9;
    }
    #MobHeader ul li:nth-child(5) {
        display:none;
    }
    #registreer .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
}
#registreer div#one-imge p img {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: 240px;
    object-fit: cover !important;
    object-position: center!important;
    display: block;
}
#registreer div#reg_text {
    margin-top: 5%;
    text-align: center;
    
}
#registreer div#reg_text2 {
    margin-top: 2%;
    margin-bottom: 5%;
}
#registreer div#reg_text2 p {
    text-align: center !important;
    margin-left: 0%;
}
#MobHeader #MobmenuID .accordion {
    margin: 0;
}
#MobHeader #MobmenuID .cmp-accordion__button {
    float: none;
    width: auto;
    padding: 17px 15px;
    margin-bottom: 10px;
}
#MobHeader #MobmenuID .cmp-accordion__button span.cmp-accordion__icon {
    display: none;
}
#MobHeader #MobmenuID .cmp-accordion__button span.cmp-accordion__title {
    width: auto;
    font-size: 18px;
    line-height: 24px;
    color: #3C4242;
    font-family: Lexia-Regular;
    text-transform: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
#MobHeader #MobmenuID .cmp-accordion__panel {
    position: static;
    width: 100%;
    border: none;
}
#MobHeader #loginHeader span {
    position: static;
    width: auto;
    padding: 0;
}
#MobHeader #loginHeader span:after{display:none;}
#MobHeader .user.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--offset--default--1.aem-GridColumn--default--1 {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
}
#MobHeader #MobmenuID {
    padding-bottom: 10px;
}
#BrandHeader #new_top_fr .user .cmp-user__base.cmp-user--display-profile-pic {
    display: inline-flex;
    align-items: center;
    top: -22px;
}
#BrandHeader .cmp-user__base.cmp-user--display-profile-pic #cmp-user--displayprofilePhoto .cmp-user--profilePhoto {
    top: 16px !important;
}
body #new_top_fr div#cmp-user--popup {
    top: 0;
    left: inherit;
    right: 0;
}
#BrandHeader .cmp-user--dynamic-details-firstName span.cmp-user--dynamicData{
  font-size: 14px;
    line-height: 20px;
    top: 14px;  
}
.cmp-user__base.cmp-user--display-profile-pic #cmp-user--displayprofilePhoto .cmp-user--profilePhoto {
    left: 0px !important;
    }


}
/* Mobile Landscape */
@media screen and (max-width:767px){
/*container width: 540px*/
    .azcl-container, #LupusSection .azcl-container {
        max-width: 540px !important;
    }
    button.modal__close{
        /*width: 1rem;*/
        width: 2rem;
    }
    .modal.exit-ramp-modal.modal--visible{
        padding: 25px;
    }
    .exit-ramp-title{
        line-height: 26px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 20px;
        padding-bottom:5px;
    }
    .modal-box__content {
        padding: 15px;
    }
    .exit-ramp-body {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
        padding-bottom:10px;
    }
    .exit-ramp-actions {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .exit-ramp-actions .exit-ramp-continue{
        font-size:14px;
    }
    button.modal__close{
        top: 0rem;
        right: 0.5rem;
    }
    .modal.exit-ramp-modal.modal--visible{
        width: 68%;
    }
    #header-wrapper1 .cmp-text ul {
        left: 57%;
        width: 50%;
    }
    
    div#header-wrapper1 {
        height: 65px;
        background: #EBEFEE;
    }
    #BrandHeader #header-wrapper1 .cmp-accordion__header span.cmp-accordion__title,
    #header-wrapper1 .azcl-column-par1 div{
        text-align: center;
    }
    #BrandHeader #header-wrapper1 .azcl-columns__base {
        gap: 0px;
        grid-template-columns: 1fr;
    }
    #header-wrapper1 .azcl-column-par2 .cmp-accordion__button {
        padding-bottom: 0;
    }
    #Footer .container:first-child {
        padding: 40px 0 35px 0;
    }
    #Footer .azpro {
    margin-bottom: 35px;
    }
    #Footer p.contact a {
        margin-bottom: 25px;
    }
    #Footer ul.footer_menu {
        /* display: block; */
        flex-wrap: wrap;
        gap: 0px;
    }
    #Footer .footer_menu li {
    padding: 0px 25px 0px 0px;
    }
    #Footer .container:first-child .azcl-columns__base {
        gap: 30px;
    }
    #Footer .AZ.news {
        margin-bottom: 5px;
    }
    #Footer .azcl-column-par2 .text {
        margin-bottom: 5px;
    }
    body .cmp-container__backgroundImage--enabled,
    #errorpage #error-banner-wrapper, #error403 #error-banner-wrapper, #error500 #error-banner-wrapper{
        height: auto;
        aspect-ratio: 15/4;
    }
    div#header-wrapper1 {
        height: 34px;
        background: #EBEFEE;
    }
    #BrandHeader #header-wrapper1 .azcl-columns__base {
        grid-template-columns: 1fr 1fr;
    }
    #BrandHeader #header-wrapper1 .azcl-column-par2 .cmp-accordion__header span.cmp-accordion__title{
        text-align: right;
        margin-right: 0;
        padding-right: 0 !important;
    }
    #header-wrapper1 .cmp-accordion__header span.cmp-accordion__title {
        text-align: right;
        padding-right: 0 !important;
    }
    #header-wrapper1 .azcl-column-par1 div{
        text-align:left;
    }
    #BrandHeader #header-wrapper1 .azcl-column-par2 .cmp-accordion__header span.cmp-accordion__title {
        margin-right: -10px;
    }
    #registreer div#one-imge p img{
    width: 100%;
    aspect-ratio: 15/4;
    background: url(/content/dam/intelligentcontent/brands/azpro/nl/mobile/Header-register.png) no-repeat;
    background-size: 100% 100%;
    }
   #registreer div#reg_text {
    margin-top: 5%;
    text-align: center;
    font-size: 26px !important;
    line-height: 36px !important;
    margin-left: 0%;
    }
    #registreer #reg_text2 a {
    font-size: 22px !important;
    line-height: 32px !important;
    }
    #Footer .container:first-child .azcl-columns__base,
    #Footer .container:last-child p{
        max-width: 540px
    }
}
/* Mobile Portrait: website structure should be as per the mobile design */
@media screen and (max-width:540px){
    /*container width: 100%*/
    .modal__closeIcon  {
    width: 1rem !important;
    }
    .cmp-user__base.cmp-user--display-profile-pic {
    display: flex;
}
    .azcl-container, #LupusSection .azcl-container {
    max-width: 100% !important;
    }
   #registreer div#one-imge p img {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    height: auto;
   }
    div#Bannerstyle1 {
        padding-top: 60px;
    }
    button.modal__close{
        width: 1rem;
    }
    .modal.exit-ramp-modal.modal--visible{
        padding-top: 50px;
        padding-bottom: 20px;
        padding: 20px;
    }
    .exit-ramp-title{
        line-height: 26px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 20px;
    }
    .modal-box__content {
        padding: 5px;
    }
    .exit-ramp-body {
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
    }
    .exit-ramp-actions {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .exit-ramp-actions .exit-ramp-continue{
        font-size:14px;
    }
    button.modal__close{
        top: 0rem;
        right: 1rem;left: initial!important;
    }
    .modal.exit-ramp-modal.modal--visible{
        width: 80%;
         z-index: 9;
    }
    /*div#header-wrapper1 {*/
    /*    height: auto;*/
    /*    background: #EBEFEE;*/
    /*}*/
    /*#BrandHeader #header-wrapper1 .cmp-accordion__header span.cmp-accordion__title,*/
    /*#header-wrapper1 .azcl-column-par1 div{*/
    /*    text-align: center;*/
    /*}*/
    /*#BrandHeader #header-wrapper1 .azcl-columns__base {*/
    /*    gap: 0px;*/
    /*    grid-template-columns: 1fr;*/
    /*}*/
    #header-wrapper1 .cmp-text ul {
        left: 34%;
        width: 77%;
    }
   
}
@media only screen and (min-width: 541px) and (max-width: 600px) {
    span.cmp-button__text {
    
    margin-top: -57px;
    }
}
/* optional: if you found any issue in the mobile landscape use this below media
query */
@media only screen and (orientation: landscape) and (max-width: 991px) {
/*your css*/}

/*Account-box*/

div#cmp-user--popup {
    box-shadow: 1px 1px 3px 0px #000000;
    margin: 50px 0px 0px 0px !important;
    width: 155px;
    position: absolute !important;
    left: -10px;
    padding: 0 !important;
    top: 0px;
}
div#cmp-user--popup .button {
    padding: 16px 0px;
    position: relative;
}
div#cmp-user--popup .button a {
    width: 100%;
    display: block;
}

div#cmp-user--popup .button a:after {
    content: '';
    height: 0px;
    background: transparent;
    transform: rotate(180deg);
    position: absolute;
    left: 0px;
    border-left: 5px solid #d0006f;
    transition: 0.5s;
    top: 0;
}
div#cmp-user--popup .button a:hover:after{
    height: 100%;
}
div#cmp-user--popup span.cmp-button__text{
    padding: 11px 22px;
}
div#cmp-user--popup .button a span.cmp-button__text, div#cmp-user--popup .button a span.cmp-button__text:hover {
    border: none;
}
div#new_top_fr .user .cmp-user__base.cmp-user--display-profile-pic {
    top: -7px;
}
div#new_top_fr .user #loginHeader span.cmp-button__text {
    top: 7px;
}
body #new_top_fr div#cmp-user--popup {
    top: 0;
}
/*Account-box*/


.threebuttontext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
        margin-top: 40px;
    margin-bottom: 40px;
    
}
p.check-de a span{
 display:block;   
}
p.check-de a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    background: #FF7F32;
    padding: 16px 80px;
    font-family: Lexia-Italic;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
        flex-wrap: wrap;
}
span.check-span {
    font-size: 16px;
    line-height: 20px;
}
p.check-de a:hover, p.check-de a:focus {
    
    background: #e366a9 !important;
}
p.secondbordertext {
    font-size: 16px;
    line-height: 22px;
    color: #3C4242;
    font-family: 'Lexia-Regular';
    padding: 20px 0;
    /* text-align: left !important; */
    text-align: center !important;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #e366a9;
    /*max-width: 900px;*/
    margin: 20px 0;
}
p.firstbordertext {
        font-size: 20px;
    line-height: 26px;
    color: #3C4242;
    font-family: 'Lexia-Regular';
    padding: 10px;
    text-align: center!important;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #e366a9;
    /*max-width: 900px;*/
    margin: 20px 0;
}
p.firstbordertext a {
    color: #68d2df;
    text-decoration: underline;
}


@media screen and (max-width:992px){
.threebuttontext {
    
    flex-wrap: wrap;
}
.threebuttontext {
   
    justify-content: center;
    
}
}
span.textwrap {
    text-wrap: nowrap;
}
span.check-span {
    text-wrap: nowrap;
}
#vergoedingpage #download-cont .azcl-container {
    background: #FAFAFC;
    border-radius: 10px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}
#vergoedingpage div#download-cont {
    margin-top: 100px;
    margin-bottom: 100px;
}

div#container-5caf5b537d {
    padding: 20px;
    border-radius: 15px;
}