@charset "UTF-8";
/* ======================================================================================================================================================
ACL HEADING / ACL ÜBERSCHRIFT
====================================================================================================================================================== */
/* Container */
.acl-heading {
  width: 100%;
  clear: both;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.acl-heading.avia-builder-el-no-sibling {
  margin-top: 0;
  margin-bottom: 0;
}
.acl-heading-left {
  text-align: left;
}
.acl-heading-center {
  text-align: center;
}
.acl-heading-right {
  text-align: right;
}
.acl-heading .avia-font-color-theme-color {
  color: var(--enfold-primary-color, #719430);
}
.acl-heading .avia-font-color-theme-color-highlight {
  color: var(--enfold-secondary-color, #F0A844);
}

/* Title */
.acl-heading-title {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .acl-heading-title {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}
.acl-heading-title span {
  font-size: inherit;
}

.acl-heading-link {
  text-decoration: none;
  color: inherit;
}
.acl-heading-link:hover {
  opacity: 0.8;
}

.acl-heading-subtitle {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
}

/* Enfold heading styles integration */
.acl-heading.blockquote > * {
  white-space: normal;
}
.acl-heading.modern-quote .acl-heading-title {
  font-weight: 600;
}
.acl-heading.modern-quote .acl-heading-title strong {
  font-weight: 600;
}
.acl-heading.modern-centered {
  text-align: center;
}
.acl-heading.modern-right {
  text-align: right;
}
.acl-heading.classic-quote .acl-heading-title {
  font-weight: normal;
  font-style: italic;
}
.acl-heading.classic-quote-left {
  text-align: left;
}
.acl-heading.classic-quote-right {
  text-align: right;
}
.acl-heading.elegant-centered {
  text-align: center;
}

/* Responsive adjustments */
@media only screen and (max-width: 767px) {
  .acl-heading {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .acl-heading-subtitle {
    font-size: 14px;
  }
}

/*# sourceMappingURL=acl_heading.css.map */
