/* Prajakta page styling */

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/content/dam/intelligentcontent/brands/levenmet-vivreavec-be/nl/fonts/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
    src: url('/content/dam/intelligentcontent/brands/levenmet-vivreavec-be/nl/fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
    src: url('/content/dam/intelligentcontent/brands/levenmet-vivreavec-be/nl/fonts/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Light';
    src: url('/content/dam/intelligentcontent/brands/levenmet-vivreavec-be/nl/fonts/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Italic';
    src: url('/content/dam/intelligentcontent/brands/levenmet-vivreavec-be/nl/fonts/Montserrat-Italic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
    src: url('/content/dam/intelligentcontent/brands/levenmet-vivreavec-be/nl/fonts/Montserrat-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#overzicht .cmp-container__backgroundImage--enabled,
#footer .aem-Grid {
  max-width: 100% !important;
}

#footer p {
  margin: 0 5% 0 5%;
}

div#header .aem-Grid.aem-Grid--12.aem-Grid--default--12 {
  max-width: 100%;
}

#overzicht .cmp-container__backgroundImage--enabled {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#overzicht .cmp-container__backgroundImage--enabled #container-flex-height > .aem-Grid {
  min-height: 650px;
}

#overzicht .cmp-container__backgroundImage--enabled .cmp-text {
  width: 100% !important;
  padding: 0 5%;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 {
  background-color: rgba(255,255,255,0.9);
  padding: 6%;
  margin: 5%;
  border-radius: 2%;
  width: 90%;
}

@media screen and (min-width: 768px) {
  #overzicht .cmp-container__backgroundImage--enabled {
    width: 100%;
  }

  #overzicht .cmp-container__backgroundImage--enabled #container-flex-height > .aem-Grid {
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #overzicht .cmp-container__backgroundImage--enabled #content-flex .aem-Grid {
    display: flex;
    justify-content: space-around;
  }

  #overzicht .cmp-container__backgroundImage--enabled #content-flex {
    margin-bottom: 2%;
  }

  #overzicht .cmp-container__backgroundImage--enabled #container-flex-height > .aem-Grid::before,
    #overzicht .cmp-container__backgroundImage--enabled #container-flex-height > .aem-Grid::after {
    display: none;
  }

  #overzicht .cmp-container__backgroundImage--enabled #box-logo-1 {
    background-color: rgba(255,255,255,0.9);
    padding: 8%;
    margin: 0 auto;
    border-radius: 2%;
    max-width: 285px;
    min-height: 260px;
  }

  #header .cmp-image {
    text-align: right;
  }
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn {
  box-shadow: 0px 2px 5px #00000033;
  border-radius: 4px;
  width: 100%;
  min-height: 52px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: white;
  padding: 5% 10%;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.blue {
  background: #479ecd 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.blue-alt {
  background: #00b7f0 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.green {
  background: #27E1C9 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.darkgreen {
  background: #104859 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.orange {
  background: #DE7B32 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.green-hcc {
  background: #008264 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.green-galweg {
  background: #26BC69 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.bluegreen {
  background: #1AA1AD 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn.purple {
  background: #503169 0% 0% no-repeat padding-box;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn img {
  margin-right: 10px;
}

#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn span,
#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn a,
#overzicht .cmp-container__backgroundImage--enabled #box-logo-1 .btn a:hover {
  text-decoration: none;
    /*color: white;
    font-size: 18px;*/;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #footer .cmp-text {
        /*width: 85% !important;*/;
  }

  #overzicht .cmp-container__backgroundImage--enabled .aem-GridColumn--offset--default--1,
    #footer .aem-GridColumn--offset--default--1 {
    margin-left: 0;
    width: 100%;
  }
}

p.text-mr {
  margin-bottom: 2%;
  font-size: 55px;
}

div#hidden {
  display: none !important;
}

h1.mainText {
  font-size: 45px;
  font-family: 'Montserrat-Bold';
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}