/* SEO DOMEX Stylesheet */

/* Allgemeine Stile */
body {
    background-color: #f8f9fa;
    color: #333;
}

/* Header */
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

/* Cards */
.card {
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 0.5rem;
}

.card-header {
    border-radius: 0.5rem 0.5rem 0 0 !important;
    font-weight: 500;
}

.card-title {
    margin-bottom: 0;
}

/* Tabellen */
.table {
    margin-bottom: 0;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.datatable th {
    white-space: nowrap;
}

/* Domain-Detailseite */
.domain-metrics {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.metric-box {
    text-align: center;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.metric-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d6efd;
}

.metric-label {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Formulare */
.form-label {
    font-weight: 500;
}

/* Badges */
.badge {
    font-weight: 500;
}

/* Login-Seite */
.login-container {
    max-width: 400px;
    margin: 5rem auto;
}

/* Footer */
footer {
    margin-top: 2rem;
    padding-top: 1rem;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .table-responsive {
        border: none;
    }
    
    .card-body {
        padding: 1rem;
    }
}

/* DataTables Anpassungen */
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 1rem;
}

/* Eigene Klassen */
.price-tag {
    background-color: #e9f7ef;
    border: 1px solid #28a745;
    border-radius: 0.5rem;
    padding: 0.75rem;
    text-align: center;
    margin: 1rem 0;
}

.price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #28a745;
}

.bg-light-green {
    background-color: #e9f7ef;
}

.text-truncate-custom {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
/* SEO DOMEX Stylesheet */

/* Allgemeine Stile */
body {
    background-color: #f8f9fa;
    color: #333;
}

/* Header und Logo */
.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Badge für BETA-Kennzeichnung */
.badge.bg-warning {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Cards */
.card {
    margin-bottom: 1.5rem;
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-header {
    border-radius: 0 0 0 0 !important;
    font-weight: 500;
}

.card-title {
    margin-bottom: 0;
}

/* Tabellen */
.table {
    margin-bottom: 0;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.datatable th {
    white-space: nowrap;
}

/* Domain-Detailseite */
.domain-metrics {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.metric-box {
    text-align: center;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.metric-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0d6efd;
}

.metric-label {
    font-size: 0.875rem;
    color: #6c757d;
}

/* Formulare */
.form-label {
    font-weight: 500;
}

/* Badges */
.badge {
    font-weight: 500;
}

/* Login-Seite */
.login-container {
    max-width: 400px;
    margin: 5rem auto;
}

/* Footer */
footer {
    margin-top: 2rem;
    padding-top: 1rem;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .table-responsive {
        border: none;
    }
    
    .card-body {
        padding: 1rem;
    }
}

/* DataTables Anpassungen */
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 1rem;
}

/* Eigene Klassen */
.price-tag {
    background-color: #e9f7ef;
    border: 1px solid #28a745;
    border-radius: 0.5rem;
    padding: 0.75rem;
    text-align: center;
    margin: 1rem 0;
}

.price-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #28a745;
}

.bg-light-green {
    background-color: #e9f7ef;
}

.text-truncate-custom {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* BETA-Banner */
.beta-ribbon {
    position: absolute;
    top: 10px;
    right: -30px;
    transform: rotate(45deg);
    background-color: #ffc107;
    color: #212529;
    padding: 5px 40px;
    font-weight: bold;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Alerts mit Icons */
.alert-icon {
    display: flex;
    align-items: center;
}

.alert-icon i {
    font-size: 1.5rem;
    margin-right: 1rem;
}

/* Letzte Aktualisierung Badge */
.last-update-badge {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    color: #6c757d;
}
/* Logo mit weißem Hintergrund */
.logo-container {
    background-color: white;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    height: 40px;
    width: auto;
}