.gsb-schulungen-archive {
    padding: 40px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.gsb-container {
    box-sizing: border-box;
}

.gsb-schulung-detail {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gsb-schulung-detail .gsb-container {
    max-width: 1360px;
    margin: 0 auto;
}

.gsb-schulungen-filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    background: transparent;
    border-radius: 10px;
    padding: 0;
}

.gsb-schulungen-filter select,
.gsb-schulungen-filter button {
    width: 100%;
    padding: 14px 16px;
    border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 600;
    background: #F3F3F3;
    color: #000;
    box-shadow: inset 0 0 0 1px #dcdcdc;
}

.gsb-schulungen-filter select {
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%);
    background-position:
        calc(100% - 16px) 50%,
        calc(100% - 11px) 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.gsb-schulungen-filter button {
    background: #FBBA00;
    color: #000;
    border: none;
    box-shadow: none;
    transition: background .2s ease;
}

.gsb-schulungen-filter button:hover {
    background: #F0A400;
}

.gsb-schulungen-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gsb-schulung-card {
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.gsb-card-header {
    display: flex;
    align-items: fkex-start;
    justify-content: space-between;
    gap: 12px;
}

.gsb-schulung-card h3 {
    margin: 0;
}

 .gsb-schulung-card h3 a {
     font-size: 26px;
     font-weight: 700;
     color: #FBBA00;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
}
}

.gsb-schulung-card p {
    line-height: 1.6;
    margin: 0 0 10px;
    color: #1c1c1c;
}

.gsb-status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    height: max-content;
}

.gsb-schulung-card .button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 30px;
    background: #FBBA00;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    border: none;
}

.gsb-schulung-card .button:hover {
    background: #f9b400;
}

.gsb-prices {
    margin: 0;
    padding: 0;
}

.gsb-prices h3 {
    margin-top: 0;
}

.gsb-price-type {
    margin-top: 4px;
    font-weight: 600;
    color: #3d3d3d;
}

.gsb-price-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gsb-price-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 8px;
    background: #F3F3F3;
    border: 1px solid #FBBA00;
}

.gsb-price-item-title {
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.03em;
}

.gsb-price-item-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #000000;
}

.gsb-price-item-row strong {
    font-size: 15px;
}

/* Detailseite */
.gsb-schulung-detail .gsb-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    gap: 16px;
}

.gsb-detail-primary,
.gsb-detail-sidebar {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
}

.gsb-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gsb-price-card {
    border-radius: 10px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.gsb-meta-card {
    background: #F3F3F3;
    border: 1px solid #FBBA00;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.gsb-meta-card h3 {
    margin: 0 0 12px;
    font-size: 18px;
}

.gsb-meta-list {
    list-style: none;
    margin-top: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gsb-meta-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: #000;
}

.gsb-meta-list span {
    color: #444;
}

.gsb-meta-list strong {
    font-weight: 700;
    text-align: right;
}

.gsb-status-card {
    background: #F3F3F3;
    color: #000;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #FBBA00;
}

.gsb-status-card .gsb-status-badge {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-left: auto;
}

 .gsb-progress {
     margin: 20px 0 6px;
 }

 .gsb-progress-bar {
     background: #2c2c2c;
     border-radius: 8px;
     overflow: hidden;
     height: 8px;
     margin-bottom: 10px;
 }

.gsb-progress-meter {
    background: #FBBA00;
    height: 100%;
    width: 0;
    transition: width 0.3s ease;
}

.gsb-progress + p {
    color: #fff;
    margin: 6px 0 0;
    font-size: 14px;
}

.gsb-hint {
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    border: none;
    box-shadow: none;
    color: #444;
}

.gsb-hint a {
    color: #FBBA00;
    text-decoration: none;
}

.gsb-form-wrapper {
    background: #fff;
}

.gsb-vormerkung-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
    background: transparent;
}

.gsb-vormerkung-form h3 {
    margin: 0;
    font-size: 20px;
    color: #000;
}

.gsb-vormerkung-form p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 15px;
}

.gsb-vormerkung-form input[type="text"],
.gsb-vormerkung-form input[type="email"] {
    padding: 10px 12px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    background: #F3F3F3;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    margin-top: 10px;
}

.gsb-vormerkung-form label {
    font-weight: 600;
    color: #000;
}

.gsb-vormerkung-form .button,
.gsb-vormerkung-form button.button-primary {
    align-self: flex-start;
    padding: 12px 28px;
    background: #FBBA00;
    color: #000;
    border-radius: 30px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    margin-top: 10px;
}

.gsb-vormerkung-form .button-link {
    background: transparent;
    padding: 0;
    color: #FBBA00;
    text-decoration: underline;
    box-shadow: none;
}

.gsb-vormerkung-form .button-link:hover,
.gsb-vormerkung-form .button-link:active {
    color: #000000;
    background: transparent;
    text-decoration: underline;
}

.gsb-vormerkung-form .button-link:focus,
.gsb-vormerkung-form .button-link:focus-visible {
    color: #000000;
    background: transparent;
    text-decoration: underline;
    box-shadow: none;
    outline: none;
}

.gsb-back-link {
    display: inline-block;
    font-weight: 700 !important;
    text-decoration: underline;
}

.gsb-form-price-summary {
    font-size: 14px;
    color: #000;
}

.gsb-form-price-summary p {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    flex-direction: row;
}

.gsb-form-price-summary strong {
    font-weight: 700;
}

.gsb-price-details {
    color: #444;
    display: flex;
    flex-direction: row;
}

.gsb-vormerkung-form .notice {
    margin: 0;
}

.gsb-employee-row + .gsb-employee-row {
    margin-top: 15px;
}

.gsb-form-divider {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 8px 0;
}

.gsb-dates p {
    margin: 0 0 5px;
}

.gsb-dates-hint {
    margin: 0 0 8px;
    font-size: 13px;
    color: #444;
}

.gsb-date-filter {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    background: #F3F3F3;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    padding: 14px 16px;
    flex-wrap: wrap;
}

.gsb-date-filter-title {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    width: 100%;
}

.gsb-filter-group {
    background: #F3F3F3;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.gsb-filter-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.gsb-filter-checkbox {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
}

.gsb-filter-checkbox input[type="checkbox"] {
    accent-color: #FBBA00;
}

.gsb-info-icon {
    margin-left: 6px;
    color: #666;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
    cursor: help;
}

.gsb-filter-group {
    flex-wrap: wrap;
}

.gsb-filter-title {
    width: 100%;
}

.gsb-filter-checkbox {
    margin-right: 14px;
}

@media (max-width: 768px) {
    .gsb-filter-group {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .gsb-filter-checkbox {
        margin-right: 0;
    }
}

.gsb-date-filter label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    color: #000000;
    flex: 1;
}

.gsb-date-filter input[type="date"] {
    padding: 10px 12px;
    border: none;
    background: #FFF;
    box-shadow: inset 0 0 0 1px #dcdcdc;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

.gsb-extra-heading{
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.gsb-detail-description {
    margin-top: 0;
    padding-top: 0;
    color: #1c1c1c;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .gsb-schulung-detail .gsb-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .gsb-date-filter {
        flex-direction: column;
        align-items: stretch;
    }
}
