/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* angebote - vorteile - boxen same height  */

.fusion-content-boxes.equal-height {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.fusion-content-boxes.equal-height .col {
  height: 100%;
}


/* footer - responsive - borders  */

@media only screen and (max-width: 640px) {

  #pmz-footer-box-1 .fusion-column-wrapper {
    border-right: 0px !important;
    border-bottom-width: 1px !important;
    padding-bottom:60px;
  }

  #pmz-footer-box-3 .fusion-column-wrapper {
    border-left: 0px !important;
    border-top-width: 1px !important;
    padding-top:60px;
  }

}