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;
    overflow-y: scroll;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.card-title {
    color: #3E3E3E !important;
}

.btn-primary,
.btn {
    background-color: #3E3E3E !important;
    color: #ffffff !important;
    border-color: #3E3E3E !important;
}

.btn-primary:hover,
.btn:hover {
    background-color: #2a2a2a !important;
    border-color: #2a2a2a !important;
}

.btn-outline-light {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-outline-light:hover {
    background-color: #ffffff !important;
    color: #3E3E3E !important;
    border-color: #ffffff !important;
}

.btn-light {
    background-color: #ffffff !important;
    color: #3E3E3E !important;
    border-color: #ffffff !important;
}

.btn-light:hover {
    background-color: #f0f0f0 !important;
    color: #3E3E3E !important;
}

div[data-block="vorname"] {
    display: none;
}

.jsEnabled .reveal-on-scroll {
    opacity: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.jsEnabled .is-visible {
    opacity: 1;
    animation: fadeIn 0.3s ease-in;
}

.nav-link:hover,
.dropdown-item:hover {
    color: #328A32 !important;
    transform: translateY(1px)
}

.navbar-brand {
    transition: transform 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.1);
}

.error-page {
    padding: 3rem 0 4rem;
}

.error-card {
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.error-code {
    color: #328A32;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 700;
    line-height: 1;
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
