html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #111 !important;
    color: white; /* Standard-Schriftfarbe hell */
}


/* Navigation anpassen */
.navbar {
    background-color: #111 !important; /* Dunkles Grau oder Schwarz */
}

.navbar .navbar-brand,
.navbar .nav-link {
    color: white !important; /* Menü-Links weiß */
}

/* Footer anpassen */
footer {
    background-color: #111;
    color: white;
}

/* Falls du spezielle Container oder Textelemente hast */
.container {
    color: white;
}

/* Sicherstellen, dass Links auch sichtbar sind */
a {
    color: #0dcaf0; /* Heller Blauton */
}

a:hover {
    color: #0ab1d6; /* Etwas dunkler bei Hover */
}

.tableresult {
    color: #888;
}

#dropzone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}

#dropzone.dragover {
        border-color: #007bff;
        color: #007bff;
}

#convertSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
