body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #333;
line-height: 1.6;
} .container.my-5 .card {
border: none;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
}
.container.my-5 .card:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.card-header {
background-color: #007bff; color: #ffffff;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.card-title {
font-weight: 600;
text-align: center;
} .form-label {
font-weight: 500;
color: #555;
margin-bottom: 8px;
}
.form-control {
border-radius: 8px;
border: 1px solid #ddd;
padding: 12px 15px;
font-size: 1rem;
transition: all 0.3s ease;
}
.form-control:focus {
border-color: #007bff;
box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}
.btn-primary {
background-color: #dc3545; border-color: #dc3545;
font-weight: bold;
border-radius: 8px;
padding: 12px;
transition: background-color 0.3s, transform 0.2s;
}
.btn-primary:hover {
background-color: #c82333;
border-color: #bd2130;
transform: translateY(-2px);
} #rechner-ergebnis .alert-info {
background: #f8f9fa;
border-color: #e9ecef;
color: #333;
}
#rechner-ergebnis .alert-heading {
font-weight: 600;
color: #000;
}
#rechner-ergebnis strong {
color: #000;
} .card-footer {
border-top: 1px solid #e9ecef;
background-color: #f8f9fa;
}
.card-footer small {
line-height: 1.4;
color: #6c757d;
} .table th, .table td {
border-top: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}