/* Basic Styling for Seminar Plugin */

.seminar-liste-image {
    width: 200px;
    height: 120px;
    float: left;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}

body .seminar-liste-content {
    overflow: hidden;
    /* Clear float */
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 20px 0px 20px 17px;
}

.seminar-liste-title {
    margin-top: 5px;
    margin-bottom: 15px;
}

.seminar-liste-excerpt {
    line-height: 1.5;
}

/* Fallback for VC classes if not present */
.vc_row {
    margin-bottom: 20px;
}

.vc_btn3-color-black {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}

.vc_btn3-color-black:hover {
    background-color: #333;
    color: #fff;
}

/* 3-Column fallback */
@media (min-width: 768px) {
    .vc_col-sm-4 {
        width: 33.33333333%;
        float: left;
    }

    .vc_col-sm-6 {
        width: 50%;
        float: left;
    }
}

body .ifbs-form-control-wrapper {
    border: 1px solid #dedede;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
}

body .ifbs-form-control {
    padding: 0 8px;
    border: none;
    flex: 1 1 auto;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
}

.ifbs-search-icon {
    font-size: 16px;
    color: #666;
    display: inline-flex;
    align-items: center;
}

.ifbs-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    align-items: end;
}

.ifbs-col {
    flex: 1 1 0;
    min-width: 140px;
}

.ifbs-col-6 {
    flex: 1 1 320px;
}

.ifbs-col-4 {
    flex: 1 1 240px;
}

.ifbs-col-2 {
    flex: 0 1 140px;
}

.ifbs-col-10 {
    flex: 1 1 480px;
}

@media (max-width: 767px) {

    .ifbs-col-6,
    .ifbs-col-4,
    .ifbs-col-2,
    .ifbs-col-10 {
        flex-basis: 100%;
    }
}

.ifbs-select {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #dedede;
    background: #fff;
    height: 44px;
    box-sizing: border-box;
}

.ifbs-btn {
    width: 100%;
    padding: 0 12px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
    min-height: 44px;
    box-sizing: border-box;
}

.ifbs-btn-primary {
    background: #009ee3;
    color: #fff;
}

.ifbs-btn-primary:hover {
    background: #007bb3;
    color: #fff;
}

.ifbs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ifbs-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
}

.ifbs-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    background: #f3f4f5;
    color: #222;
}

.ifbs-badge-primary {
    background: #009ee3;
    color: #fff;
}

.ifbs-badge-neutral {
    background: #e5e7ea;
    color: #333;
}

.seminar-anmeldung-tabs {
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(68, 68, 68, .1);
    margin-top: 71px;
}

/* Fallback for tabs if theme bootstrap styles are missing */
.seminar-anmeldung-tabs .nav-tabs>li>a {
    cursor: pointer;
}

.seminar-anmeldung-tabs .tab-content>.tab-pane {
    display: none;
    opacity: 0;
    transition: opacity .15s linear;
}

.seminar-anmeldung-tabs .tab-content>.active {
    display: block;
    opacity: 1;
}

/* Utility classes to replace inline styles */
.ifbs-heading-blue {
    color: #009ee3;
    text-align: left;
}

.ifbs-space-16 {
    height: 16px;
}

.ifbs-space-32 {
    height: 32px;
}

.ifbs-simple-separator {
    width: 95%;
    height: 1px;
    background: #dddddd;
    float: left;
    display: block;
}

.ifbs-text-dark {
    color: #000;
}

.seminar-detail b {
    font-weight: 700;

}