
/*========================================custom joomla und pagebuilder*/
.html, html .body, body,  #sp-footer, #sp-bottom {
	font-size: 1.2rem;line-height: 1.3;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}
@media (max-width: 575px) {
  #offcanvas-toggler {
    height: 75px;
    line-height: 75px;
  }
}
@media (max-width: 575px) {
  #sp-header .logo {
    height: 50px;
  }
}
.small,
small,
.small p,
.small span {
  font-size: 1rem;
  line-height: 1.1!important;
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.2;
  font-size: 1.1rem;
  margin: 0;
}


.breadcrumb {
  padding: 0;
  background-color: #FFAB00;
	--bs-breadcrumb-margin-bottom: 0.2rem;
}
.breadcrumb-item.active {
  color: #000000;
}

.article-list .article {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 3px;
}


