/*** NEU 2025 ***/
.contact-box{
    flex-direction: column!important;
}

.text figure {
    border: none!important;
    padding: 0px!important;
}

table.noalternating tbody .trodd{
    background-color: transparent!important;
}

table.noalternating tbody .treven{
    background-color: var(--color_brand_secondary_bright)!important;
}

.grid2col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.75em;
}

/* to-topcat-button */
.mint-backlink{
    background-color: #000;
    height: 3.375rem;
    width: 3.375rem;
    display: none;
    overflow: hidden;
    color: transparent;
    margin-bottom: -5rem;
    margin-top: 10em;
    margin-left: 2em;
    
}

.mint-backlink:hover{
    text-decoration: none;
    background-color: #00876c;
}

.mint-backlink:after{
    content: "\E920";
    font-family: "kit-icons";
    color: white;
    position: relative;
    font-size: 1.5rem;
    position: relative;
    left: 0.7em;
    top: 0.4em;
}

.mint-backlink span{
    display: none;
}


@media screen and (max-width:600px) {
    .testimonial .content-wrap{
        width: 85%!important;
    }
}