/*==========  Mobile First Method  ==========*/
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .mobile--cta-fixed {
    display: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}


.gerecht--flex {
  display: flex;
  justify-content: flex-start;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .banner--background-content {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    color: #fff;
  }

  /* Hide desktop navigation on mobile */
  #block-dreamtheme-hoofdnavigatie,
  #block-secundarymenu {
    display: none;
  }

  /* Cookies */
  div#sliding-popup,
  div#sliding-popup .eu-cookie-withdraw-banner,
  .eu-cookie-withdraw-tab {
    text-align: center;
  }

  .eu-cookie-compliance-message {
    max-width: 100%;
    text-align: center;
    line-height: 1em;
    float: none;
  }

  .eu-cookie-compliance-buttons {
    max-width: 100%;
    text-align: center;
    line-height: 1em;
    float: none;
  }

  div#sliding-popup,
  div#sliding-popup .eu-cookie-withdraw-banner,
  .eu-cookie-withdraw-tab {
    padding: 0 0 15px;
  }
  
  .gerecht--flex {
    display: inline-block;
    justify-content: flex-start;
  }
  
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  #block-featureblokkenlayout .block {
    margin: 10px 0;
  }

  /* Center topheader */
  #topheader {
    text-align: center;
  }

  /* Footer blocks margin, prevent last block margin */
  .footer1,
  .footer2,
  .footer3 {
    margin-bottom: 30px;
  }

  /* Give space to mobile bottom block - same height as .mobile--cta-fixed */
  #copyright {
    margin-bottom: 70px;
  }
}
