/*-----------------------------Autor informationen------------------------*/
.gd-funding-author-info {
    margin: auto;
    font-family: Arial, sans-serif;
}

.gd-funding-author-table {
    width: 100%;
    border-collapse: collapse;
}

.gd-funding-author-table th {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    border: 1px solid #ddd;
    background-color: #ccf0ff;
}

.gd-funding-author-table td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.gd-funding-author-info-row {
    border: 1px solid #ddd;
}

/* Hintergrundbild-Zelle */
.background-cell {
    background-image: url('https://staging4.ketmarket.eu/wp-content/uploads/2024/08/iStock-1255470247-scaled.jpg');
    background-size: cover;
    background-position: center;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Avatar-Zeile */
.gd-funding-author-avatar {
    text-align: center;
    padding: 15px 0;
    border: 1px solid #ddd;
}

.gd-funding-author-avatar img {
    margin-top: -60px !important;
}

.btn-author {
    display: inline-block;
    background-color: #005E86;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 100%;
    height: 80%;
}

.btn-author:hover {
    background-color: #0073aa;
    color: #fff;
}

.gd-funding-author-info-row-btn {
    padding: 0px !important;
}

/*-----------------------------funding informationen------------------------*/
/* Container der Sidebar */
.gd-funding-sidebar {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

/* Debug-Ausgabe der Post-ID */
.funding_sidebar_post_id {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 10px;
}

/* Basis-Styles für die Tabellen */
.gd-funding-table.funding_sidebar_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
}


/* Tabellenkopf (Überschrift der ganzen Tabelle) */
.funding_sidebar_thead th {
    background-color: #005E86;
    padding: 10px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Überschriften der einzelnen Felder (fett) */
.funding_sidebar_th {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    border: 1px solid #ddd;
    background-color: #ccf0ff;
}

/* Abstand zwischen Icon und Überschrift */
.funding_sidebar_thead i {
    margin-right: 5px;
}

/* Zellen mit den Werten */
.funding_sidebar_td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border: 1px solid #ddd;
}

/* Optional: Abstand zwischen den Zeilen 
.funding_sidebar_row {
    
}
*/