.elementor-2087 .elementor-element.elementor-element-a9d5277{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for wd_text_block, class: .elementor-element-aae388f */.tb-impressum {
    --tb-primary: #138670;
    --tb-primary-dark: #0d6f5d;
    --tb-dark: #16221f;
    --tb-text: #4f5c57;
    --tb-light: #f5f8f7;
    --tb-border: #e1e9e6;

    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    color: var(--tb-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

.tb-impressum * {
    box-sizing: border-box;
}


/* Header */

.tb-impressum-header {
    background: linear-gradient(
        135deg,
        var(--tb-primary),
        var(--tb-primary-dark)
    );
    padding: 55px 40px;
    border-radius: 14px;
    margin-bottom: 40px;
    color: #fff;
}

.tb-impressum-header h1 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.tb-impressum-header p {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 16px;
}


/* Sections */

.tb-impressum-section {
    margin-bottom: 35px;
    padding: 30px;
    background: #fff;
    border: 1px solid var(--tb-border);
    border-radius: 12px;
}

.tb-impressum-section h2 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 14px;
    color: var(--tb-dark);
    font-size: 24px;
    line-height: 1.3;
}

.tb-impressum-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: var(--tb-primary);
    border-radius: 3px;
}


/* Informations */

.tb-info {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px 0;
    border-bottom: 1px solid var(--tb-border);
}

.tb-info:last-child {
    border-bottom: none;
}

.tb-label {
    width: 280px;
    flex-shrink: 0;
    color: #71807a;
    font-size: 14px;
}

.tb-info strong {
    color: var(--tb-dark);
    font-weight: 600;
}

.tb-info a {
    color: var(--tb-primary);
    text-decoration: none;
    font-weight: 600;
}

.tb-info a:hover {
    text-decoration: underline;
}


/* Text */

.tb-impressum-section p {
    margin: 0 0 15px;
    font-size: 15px;
}

.tb-impressum-section p:last-child {
    margin-bottom: 0;
}


/* Note */

.tb-impressum-note {
    background: var(--tb-light);
    border-left: 4px solid var(--tb-primary);
}


/* Mobile */

@media (max-width: 768px) {

    .tb-impressum {
        padding: 15px;
    }

    .tb-impressum-header {
        padding: 40px 25px;
    }

    .tb-impressum-header h1 {
        font-size: 32px;
    }

    .tb-impressum-section {
        padding: 25px 20px;
    }

    .tb-impressum-section h2 {
        font-size: 21px;
    }

    .tb-info {
        display: block;
        padding: 13px 0;
    }

    .tb-label {
        display: block;
        width: auto;
        margin-bottom: 4px;
    }
}/* End custom CSS */