.text-small{
    font-size: 0.75rem;
    line-height: 0.9rem;
}

p {
    margin-bottom: 0.75rem;
    /* font-size: clamp(1rem, 1.2vw, 2rem); */
    font-size: 1ren;
    hyphens: auto;
    line-height: 1.2rem; /* Fallback line height */
    /* line-height: clamp(1.3em, 1.5vw, 1.6em); */
}

.table-row p {
    margin-bottom: 0px;
}

.menu__link{
    text-decoration: none;
    color: black;
}

.menu__link:hover{
    color: var(--green);
}

.menu__link.active{
    color: var(--green);
}

.no-underline{
    border-bottom:none!important;
}

.underline{
    border-bottom: 2px solid var(--green);
}

.content-section a, .content__item a {
    text-decoration: none;
    color: var(--green);
}

/* .content-section a::after {
    content: "";
    display: inline-block;
    width: .8rem; 
    height: .8rem; 
    background: url('/site/templates/img/diagonal-arrow.svg') no-repeat center center;
    background-size: contain;
    margin-left: 4px; 
} */

/* headlines */

h2 {
    margin: 0 0 .5rem 0;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 2px solid var(--green);
}

div.info h2 {
    margin-bottom: calc(1.2rem - 2px);
}

div.info p {
    margin-bottom: 0.6rem;
}


p svg.feather{
    transform: translate(0px, -2px);
    margin-bottom: -8px;
}

.small_txt_left p {
    font-size: .9rem;
    line-height: 1.1rem;
}