/* =========================================================
   RCFlug Börse – Global UI
   Bootstrap 3 kompatibel
   Für Header, Hero, Buttons, Alerts, Formulare, Basislayout
   ========================================================= */

body {
    background: #f4f7fb;
    color: #243447;
    font-size: 15px;
    line-height: 1.6;
}

a {
    color: #1f6fb2;
    transition: all 0.2s ease;
}

a:hover,
a:focus {
    color: #144d7d;
    text-decoration: none;
}

.container,
.container-fluid,
.shell {
    position: relative;
}

/* =========================================================
   Header / Navbar / Hero
   ========================================================= */

.boerse-page-head {
    position: relative;
    background: transparent;
}

.boerse-navbar-wrap {
    position: relative;
    z-index: 30;
}

.boerse-page-head .rd-navbar {
    background: rgba(10, 26, 43, 0.72);
    border: 0;
    box-shadow: 0 10px 28px rgba(8, 24, 39, 0.16);
    backdrop-filter: blur(8px);
}

.boerse-page-head .rd-navbar-inner {
    padding-left: 18px;
    padding-right: 18px;
}

.boerse-page-head .rd-navbar-brand .brand-name,
.boerse-page-head .rd-navbar-brand a {
    color: #fff !important;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.boerse-page-head .rd-navbar-nav > li > a {
    color: rgba(255,255,255,0.92) !important;
    font-weight: 600;
    transition: all 0.2s ease;
}

.boerse-page-head .rd-navbar-nav > li > a:hover,
.boerse-page-head .rd-navbar-nav > li.active > a {
    color: #fff !important;
    opacity: 1;
}

.boerse-page-head .rd-navbar-toggle span,
.boerse-page-head .rd-navbar-toggle span:before,
.boerse-page-head .rd-navbar-toggle span:after {
    background: #fff;
}

.boerse-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 42px 30px 34px 30px;
    border-radius: 0;
    background: linear-gradient(135deg, #0f3d63 0%, #1f6fb2 55%, #5aa9e6 100%);
    color: #fff;
    box-shadow: 0 14px 34px rgba(15, 61, 99, 0.20);
}

.boerse-hero h1,
.boerse-hero .h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.7px;
    color: #fff;
}

.boerse-hero p {
    margin-bottom: 0;
    font-size: 16px;
    color: rgba(255,255,255,0.92);
    max-width: 760px;
}

.boerse-hero .hero-badges {
    margin-top: 14px;
}

.boerse-hero-actions {
    margin-top: 18px;
}

.boerse-main {
    padding-top: 0;
}


/* =========================================================
   Hauptbereich
   ========================================================= */

.boerse-main {
    padding-top: 10px;
}

.boerse-list-header {
    margin-bottom: 20px;
}

.boerse-section-title {
    margin: 0 0 6px 0;
    font-size: 26px;
    font-weight: 800;
    color: #243447;
    letter-spacing: -0.03em;
}

.boerse-stat-number {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #1f6fb2;
}

.boerse-nav-wrap {
    margin-bottom: 18px;
}

.boerse-pagination {
    background: #fff;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 8px 24px rgba(36, 52, 71, 0.08);
}

.boerse-pagination .well {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

/* =========================================================
   Panels / Cards
   ========================================================= */

.panel {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(36, 52, 71, 0.08);
    overflow: hidden;
}

.panel-heading {
    border-bottom: 1px solid #eef2f6 !important;
    padding: 16px 20px;
    background: #fff !important;
}

.panel-title {
    font-weight: 700;
    color: #243447;
}

.panel-body {
    padding: 20px;
    background: #fff;
}

.panel-footer {
    background: #fbfcfe;
    border-top: 1px solid #eef2f6;
}

.panel-default > .panel-heading {
    color: #243447;
}

.card-like {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(36, 52, 71, 0.08);
}

/* =========================================================
   Formulare
   ========================================================= */

.form-group {
    margin-bottom: 20px;
}

label {
    margin-bottom: 7px;
    font-weight: 600;
    color: #33475b;
}

.form-control {
    height: 44px;
    border: 1px solid #d8e1ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    padding: 10px 14px;
    font-size: 14px;
    color: #243447;
    transition: all 0.2s ease;
}

textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

.form-control:focus {
    border-color: #5aa9e6;
    box-shadow: 0 0 0 4px rgba(90, 169, 230, 0.14);
    background: #fff;
}

.help-block {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7b8c;
}

.form-control::-webkit-input-placeholder { color: #9aa9b8; }
.form-control:-moz-placeholder { color: #9aa9b8; }
.form-control::-moz-placeholder { color: #9aa9b8; }
.form-control:-ms-input-placeholder { color: #9aa9b8; }

.input-group-addon {
    border: 1px solid #d8e1ea;
    background: #f8fafc;
    color: #5b6b7b;
    border-radius: 12px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group .form-control:last-child {
    border-radius: 12px;
}

.checkbox label,
.radio label {
    padding-left: 24px;
    color: #33475b;
}

/* =========================================================
   Buttons
   ========================================================= */

.btn {
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: none;
}

.btn:hover,
.btn:focus {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, #1f6fb2 0%, #2d89d0 100%);
    border-color: #1f6fb2;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #175987 0%, #236ea8 100%);
    border-color: #175987;
}

.btn-success {
    background: linear-gradient(135deg, #2e9f67 0%, #39b878 100%);
    border-color: #2e9f67;
}

.btn-default {
    background: #fff;
    border-color: #d8e1ea;
    color: #33475b;
}

.btn-default:hover,
.btn-default:focus {
    background: #f8fafc;
    border-color: #c9d5e2;
    color: #243447;
}

/* =========================================================
   Alerts
   ========================================================= */

.alert {
    border: 0;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 6px 18px rgba(36, 52, 71, 0.06);
    font-size: 14px;
}

.alert strong {
    font-weight: 700;
}

.alert-success {
    background: #ecfbf3;
    color: #1f6b46;
}

.alert-info {
    background: #edf7ff;
    color: #185b8f;
}

.alert-warning {
    background: #fff8e8;
    color: #8a650f;
}

.alert-danger {
    background: #fff0f0;
    color: #9d2f2f;
}

.alert a {
    font-weight: 600;
    text-decoration: underline;
}

/* =========================================================
   Tabellen / Listen allgemein
   ========================================================= */

.table {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.table > thead > tr > th {
    border-bottom: 1px solid #e8eef5;
    background: #f8fafc;
    color: #4a5a6a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.table > tbody > tr > td {
    border-top: 1px solid #eef2f6;
    vertical-align: middle;
}

/* =========================================================
   Labels / Utilities
   ========================================================= */

.label {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
}

.soft-muted {
    color: #6b7b8c;
}

.mb-0 { margin-bottom: 0; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991px) {
    .boerse-page-head .rd-navbar {
        background: rgba(10, 26, 43, 0.92);
    }

    .boerse-page-head .rd-navbar-nav-wrap {
        background: rgba(10, 26, 43, 0.96);
    }

    .boerse-page-head .rd-navbar-nav > li > a {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .boerse-hero {
        padding: 24px 20px 20px 20px;
        border-radius: 0;
    }

    .boerse-hero h1,
    .boerse-hero .h1 {
        font-size: 24px;
    }

    .boerse-hero p {
        font-size: 14px;
    }

    .boerse-hero-actions {
        margin-top: 12px;
    }

    .boerse-hero .hero-badges {
        margin-top: 10px;
    }

    .boerse-hero-actions .btn {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}



.page-foot,
.page-footer,
.footer,
footer {
    color: rgba(255,255,255,0.78);
}

.page-foot p,
.page-foot li,
.page-foot div,
.page-foot span,
.page-footer p,
.page-footer li,
.page-footer div,
.page-footer span,
.footer p,
.footer li,
.footer div,
.footer span,
footer p,
footer li,
footer div,
footer span {
    color: rgba(255,255,255,0.78);
}

.page-foot h1,
.page-foot h2,
.page-foot h3,
.page-foot h4,
.page-foot h5,
.page-foot h6,
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

.page-foot a,
.page-footer a,
.footer a,
footer a {
    color: #fff;
}

.page-foot a:hover,
.page-footer a:hover,
.footer a:hover,
footer a:hover {
    color: #cfe6ff;
}



.boerse-hero-compact {
    padding: 26px 30px 22px 30px;
    margin-bottom: 16px;
}

.boerse-hero-compact .boerse-hero-kicker {
    margin-bottom: 8px;
}

.boerse-hero-compact h1,
.boerse-hero-compact .h1 {
    margin-bottom: 6px;
    font-size: 24px;
}

.boerse-hero-compact .hero-badges {
    margin-top: 10px;
}

.boerse-hero-compact .boerse-hero-actions {
    margin-top: 12px;
}

.boerse-hero-compact .btn-hero {
    min-width: 0;
    padding: 9px 14px;
}

@media (max-width: 767px) {
    .boerse-hero-compact {
        padding: 18px 20px 16px 20px;
    }

    .boerse-hero-compact h1,
    .boerse-hero-compact .h1 {
        font-size: 22px;
    }

    .boerse-hero-compact .boerse-hero-actions {
        margin-top: 10px;
    }
}