
@media (max-width:720px) {
    .row > *{
        padding-top: 10px;
    }
}
@media (max-width:960px) {
    .gallery-item-size-2 {
        --gallery-columns: 1;
    }
}
/* @media (min-width: 992px) {
    .container, .container-sm, .container-md {
    max-width: 90%;
 }
 .frame-container-default {
     max-width: 90%;
 }
}*/

.frame-inner p {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .03125em;
    line-height: 1.5rem;
    text-align: justify;
    text-rendering: optimizelegibility;
}
div.footer-copyright p{
    text-align: center;
}
.carousel-item-type-text .carousel-text-inner {
    margin-left: 0px;
    width: 90%;
}

h2.element-header span {

    background: linear-gradient(to left, #13a538, #13a538 100%);
    background-position: center bottom;
    background-size: 50% 4px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

h1 {
    line-height: 2rem;
    font-size: 1.6rem;
    font-weight: 700;

}

h2 {
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: normal;
    text-align: center;
    margin: 0;
    margin-bottom: 48px;
    font-weight: 600;
    padding: 0;
    padding-bottom: 20px;
    color: rgba(0, 0, 0, .87);
    text-rendering: optimizeLegibility;
}
h3{
    font-weight: 600;

}
.footer-section-meta {
    background: #13a538;
    --frame-color: #ffffff;
    --frame-background: #212121;
    --frame-link-color: #13a538;
    --frame-link-hover-color: #13a538;
}

.footer-section-meta > a {
    color: white;
}
.card h3.card-title a {
    color: var(--bs-card-color);
}
gohealthy {
    height: 70px;
}

.footer-sociallinks {
    text-align: center;
    line-height: 3em;
}

.nav-link-text {
    font-weight: 600;
}

.articletype-0 .header {
    min-height: 70px;
}

.articletype-0 .header a {
    font-size: 1rem !important;
    letter-spacing: .009375em !important;
    line-height: 1.75rem;
    font-weight: 600;
    text-decoration: none;
    color: rgb(19, 165, 56);
}

.articletype-0 {
    padding-bottom: 8px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    align-items: flex-start !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;

}

.teaser-text {
    margin-bottom: 16px !important;
}
.teaser-text div{
    min-height: 100px!important;
}
.bottom-20 {
    padding-bottom: 20px;
}
p.address-phone a, p.address-address, p.address-www a, p.address-email a {
    color: var(--frame-color)!important;
}
p.address-phone a i, p.address-www a i, p.address-email a i{
    padding-right: 10px;
}
p.address-address span.icon{
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

p.address-address span.content{
    display: table-cell;
}

address p{
    padding-bottom: 10px;
}
.footer-sociallinks{
    font-weight: 700;
}

.frame-inner iframe{
    width:100%;
    height: 500px;
}
table{
    width: 100%;
}

.gallery-row{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.col-12 .gallery-row{
    padding-bottom: 2rem;
}
.navbar-mainnavigation > .container > .collapse > .navbar-nav .nav-link{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
a.sociallinks-link {
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 3em;
    height: 3em;
    color: inherit;
    opacity: 1!important;
    transition: all ease-in-out 0.3s;
    background-color: rgba(255,255,255,0.05);

}
span.sociallinks-link-icon{
    font-size: 2em;
    color: white;
}

.navbar-brand-logo-normal{
    padding-top: 10px;
    padding-bottom: 10px;
}