#ziekte_nl {
    
}

#fullsect .azcl-columns__base {
    max-width: 1440px;
    margin: 0px auto;
}
#ziekte_nl .head {
    color: #3C4242;
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    font-family: Lexia-Italic;
}
#ziekte_nl .subhead {
    color: #3C4242;
    font-size: 23px;
    font-weight: 300;
    line-height: 29px;
    margin-top:20px;
}
#ziekte_nl .sub {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #3C4242;
    margin-top: 20px;
    font-family: HelveticaNeue;
}
div#malp img {
    width: 100%;
}
#fullsect .azcl-column-par2 {
    display: flex;
    align-items: center;
}
#fullsect .azcl-container > .cmp-container {
    gap: 40px;
}
#ziekte_nl div#fullsect {
    margin-top: 40px;
    margin-bottom: 450px;
}
#ziekte_nl .button {
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    margin-top: 20px;
    font-weight: 600;
    border: 1px solid #28293D;
    color: #28293D;
    width: 175px;
    padding: 15px;
}
#ziekte_nl .button a:hover {
    border-color: #D8DFDE;
}
#ziekte_nl .button a:after {
    content: "";
    width: calc(100% + 10px);
    left: -5px;
    bottom: -5px;
    height: 2px;
    position: absolute;
    transition: all 0.3s;
}
#ziekte_nl .button a:hover:after {
    background: #28293D;
}
#ziekte_nl .button a {
    text-decoration: none;
    color: #28293D;
    position: relative;
}
#ziekte_nl .sike {
    display: none;
}
#ziekte_nl .element a {
    color: #D0006F;
    text-decoration: underline;
    font-size: 14px;
    line-height: 22px;
    font-family: HelveticaNeue;
}
#ziekte_nl .element {
    margin-top: 20px;
}
#ziekte_nl img.right_icon {
    margin-left: 29px;
    margin-bottom: 3px;
}
@media screen and (max-width:1600px){
   
}
/*1366px screen*/
@media screen and (max-width:1367px){
    #ziekte_nl .subhead {
    margin-top: 5px;
}
#ziekte_nl .sub {
    margin-top: 6px;
   }
   #ziekte_nl .button {
    margin-top: 10px;
   }
   #ziekte_nl .element {
    margin-top: 8px;
}
}
/*iPad Landscape*/
@media screen and (max-width:1200px){/*container width: 960px*/
#ziekte_nl .Bannerstyle1heading {
    padding-left: 0;
}
#ziekte_nl div#fullsect {
    margin-bottom: 100px;
}
}
/*iPad Portrait & Mobile Landscape*/
@media screen and (max-width:992px){
    #fullsect .azcl-columns__base {
    grid-template-columns: 1fr;
}
}
/* Mobile Landscape */
@media screen and (max-width:767px){/*container width: 540px*/
#ziekte_nl div#fullsect {
    margin-bottom: 50px;
}
#ziekte_nl #fullsect .azcl-container > .cmp-container {
    gap: 30px;
}
#ziekte_nl .subhead, #ziekte_nl .sub, #ziekte_nl .button, #ziekte_nl .element {
    margin-top: 20px;
} 
#ziekte_nl .head {
    font-size: 26px;
    line-height: 36px;
  }
#ziekte_nl div#Bannerstyle1 {
    padding-top: 35px;
}
#ziekte_nl .Bannerstyle1heading {
    font-size: 26px;
    line-height: 36px;
    }
#ziekte_nl .Bannerstyle1heading {
    font-size: 26px;
    line-height: 36px;
    display: none;
}
}
/* Mobile Portrait: website structure should be as per the mobile design */
@media screen and (max-width:540px){/*container width: 100%*/}
/* 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*/}

@media screen and (min-width:1201px) and (max-width:1367px){
    #ziekte_nl div#malp img {
width: 100%;
height:450px!important;
}

    
}