.support-info-container {
	position: relative;
    max-width: 1760px;
    margin: auto;
    border-radius: 0 0 20px 20px;
    margin-top: -35px;
    z-index: 1;
}

.support-info-box {
    background-color: #f4f7f9; /* Dezentes Hellgrau wie im Entwurf */
    padding: 50px 100px 50px 100px;
    border-radius: 16px;
    border: 1px solid #e0e4e7;
}
@media (max-width: 1199px) {
.support-info-box {
    background-color: #f4f7f9; /* Dezentes Hellgrau wie im Entwurf */
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e0e4e7;
}
	}

.support-info-title {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 30px;
	margin-top: 50px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.info-list li {
    margin-bottom: 12px;
    display: flex;
    color: #333;
	font-family: var(--body-font);
}

.info-list .icon {
    margin-right: 10px;
    color: #28a745; /* Sidify Grün */
    font-weight: bold;
}

.support-hint {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    border-top: 1px solid #d1d8dd;
    padding-top: 15px;
}
.privacy-footer {
    font-size: 13px;
    color: #777;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
}

.privacy-footer a {
    color: #28a745; /* Sidify-Grün für den Link */
    text-decoration: underline;
    font-weight: 500;
}

.privacy-footer a:hover {
    color: #218838;
}
.support-notice {
    font-size: 13px;
    color: #555;
    background-color: #f9f9f9; /* Dezenter Hintergrund zur Abgrenzung */
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    border-left: 3px solid #7bd706; /* Kleiner Akzentstreifen */
    line-height: 1.5;
}

/* Falls du ihn noch etwas hervorheben möchtest */
.support-notice strong {
    color: #333;
}
.contact-form5 {
    min-width: auto !important;
}