.tb-filter-svg {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

.tb-container {
    display: flex;
    justify-content: center;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.tb-container[data-teufelberger-hero="true"] * {
    box-sizing: border-box;
}

.tb-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-weight: inherit;
    line-height: 1.1;
}

.tb-text-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.1;
    font-style: inherit;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25), 0 4px 24px rgba(0, 0, 0, 0.15);
}

.tb-real-text {
    position: relative;
    z-index: 10;
    display: inline-flex;
    align-items: baseline;
}

.tb-word {
    display: inline-flex;
    align-items: baseline;
    position: relative;
}

.tb-space-char {
    display: inline-block;
    width: 0.3em;
    flex-shrink: 0;
}

.tb-letter-box {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.char-span {
    display: inline-block;
    position: relative;
    z-index: 10;
    will-change: transform, filter, opacity;
}

.tb-letter-text {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.tb-bracket {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 15;
    pointer-events: none;
    display: inline-block;
    width: 20px;
}

.tb-bracket img {
    width: 100%;
    height: auto;
    display: block;
}

.tb-wire-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    overflow: visible;
}

.tb-wire-path {
    fill: none;
    stroke: #ccc;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0;
    vector-effect: non-scaling-stroke;
}

.tb-lasso-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.15)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
}

.tb-lasso-text {
    display: inline-flex;
    align-items: baseline;
    color: #ffffff;
    text-shadow: 0 0 15px #ffffff, 0 0 30px #ffffff, 0 0 50px #ffffff, 0 0 80px #ffffff;
    opacity: 0.35;
    white-space: nowrap;
    padding: 40px;
    margin: -40px;
}

@media (max-width: 1024px) {
    .tb-bracket {
        width: 15px;
    }
}

@media (max-width: 767px) {
    .tb-bracket {
        width: 10px;
    }
}