
/*========================================custom joomla und pagebuilder*/
html {
font-size: 1.2rem;
}

body {
font-family: "exo-soft", sans-serif;
font-weight: 400;
font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "exo-soft", sans-serif;
font-weight: 400;
font-style: normal;
}
.bold, bold, .strong, strong{
font-weight: 700;}

#sp-bottom, #spfooter, .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    font-size: inherit;
  margin: 0;
}

@media (max-width: 575px) {
  #sp-header {
    height: 80px;
  }
}