.grecaptcha-badge {
    visibility: hidden !important;
}

.headline-box {
    display: inline; /* statt inline */
    background: rgba(243, 148, 0, 0.7);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.05em 0.4em;
    border-radius: 6px;
    color: #fff;
    line-height: 1.6;       /* etwas höher für saubere Zeilen */
}

.headline-box-green {
    display: inline; /* statt inline */
    background: rgba(89, 162, 107, 0.7);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.05em 0.4em;
    border-radius: 6px;
    color: #fff;
    line-height: 1.6;       /* etwas höher für saubere Zeilen */
}


.headline {
    color: white;
	text-shadow:
        9px 8px 30px #000;
}