html, body {
    height: 100%;
    margin: 0;
    /*background: #797d7f;*/
    background: #57595b;
}
.header {
    border-bottom: 1px solid #d47479!important;
    background-color: #e2e2e2!important;
    height: auto;
    width: 100%;    
    z-index: 300;
    top: 0;
    max-width: inherit;
    /*opacity: 0.7;*/
} 
.section-header {
    background-color: #343a40!important;
    color: #df8500!important;
    padding: 0.5rem 0.75rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #df8500!important;
}
.gym-header {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: white;
    font-size: 1.2rem;
    border-bottom: 1px solid #df8500!important;
}
.section-body {
    /*background-color: #343a40!important;
    color: #df8500!important;*/
    padding: 0.5rem 0.75rem;
    font-size: 1.0rem;
    border-bottom: 1px solid #df8500!important;
}
.main {
    min-height: calc(100vh - 110px);
    /*margin-top: 80px;*/
}
.card {
    background-color: #343a40!important;
    color: #df8500!important;
}
.card-add {
    background-color: #df8500!important;
    color: #fff!important;
}
.quiz-input {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0;
}
.input-group {
    font-size: 0.8rem;
}
.animated-card {
    transition: transform 0.3s ease;
}
.animated-card:hover {
    transform: scale(1.05); /* Skaliere das Div beim Hovern um 10% */
}
.animated-btn {
    transition: transform 0.3s ease;
}
.animated-btn:hover {
    transform: scale(1.01); /* Skaliere das Div beim Hovern um 10% */
}
.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: block!important;
}
.page-titles {    
    top:0;
    background-color: #343a40!important;
    width: 100%;
    z-index: 300;
    border-bottom: 1px solid #df8500!important;
}
.quiz-run-btn {
    font-size: 12px!important;
}
.content {
    margin-top: 20px;
}
.breadcrumb {
    background-color: #343a40!important;
    font-size: 13px;
    padding: 0.5rem 0.75rem;
}
.card-text-karteikarten {
    font-family: inherit; /* Vererbe die Schriftart von der übergeordneten Klasse */
    white-space: pre-wrap; /* Behalte Zeilenumbrüche und führende/trailing Leerzeichen bei */
}
.title {
    font-size: 1.2rem;
}
.base-color{
    color: #df8500!important;
}
.dancing-script-welcome-big {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
}
.dancing-script-welcome-small {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}
.kartei {
    height: 400px;
}
.kartei-title{
    font-size: 40px;
    font-weight: bold;
}

.animated {
    background-color: #343a40!important;
   /* border: 1px solid #df8500!important;*/
    color: #df8500!important;
}
.sticky-sidebar {
    position: sticky;
    top: 20px; /* Ändere die Top-Position nach Bedarf */
    z-index: 1000; /* Stelle sicher, dass die Sidebar über dem Hauptinhalt liegt */
}
/*
.animated:hover {
    background-color: #df8500!important;
    color: #343a40!important;
    border: 1px solid #343a40!important;
}
*/
textarea {
    color: #df8500!important;
}
.dropdown-menu {
    z-index: 9999; /* Setze den z-Index auf eine hohe Zahl */
    min-width: 100%!important;
    max-width: 50vh!important;
}
.dropdown-menu li {
    font-size: 14px; /* Kleinere Schriftgröße für Optionen */
}
/* Fokus-Stilregeln für das Textarea */
textarea:focus {
    color: #df8500;
}
.underline {
    text-decoration: underline;
}
.kursiv {
    font-style: italic;
}
.base-bg-color{
    background-color: #df8500!important;
}
.base-border{
    border: 1px solid #df8500!important;
}
.base-border-header {
    border-bottom: 1px solid #df8500!important;
}
.btn-card-save {
    background-color: #6c757d!important;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545!important;
    border-color: #dc3545;
}
.card-content, .card-btn {
    font-size: 1rem;
}
.btn-info {
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}
.hidden {
    display: none!important;
}
.th-exercises-name {
    display: none!important;
}
.td-exercises-name {
    display: none!important;
}
@media (min-width: 360px) and (max-width: 767px) {
    .th-exercises-name {
        display: table-cell!important;
    }
    .td-exercises-name {
        display: table-cell!important;
    }
    .title {
        font-size: 1rem;
    }
    .card-header {
        font-size: 13px;
    }
    .table td,th {
        font-size: 0.8rem;
    }
    .card-content, .card-btn {
        font-size: 15px;
    }
    .kartei {
        height: 300px;
    }
    .kartei-title{
        font-size: 30px;
        font-weight: bold;
    }
    .td-exercises {
        display: none;
    }
    .th-exercises {
        display: none;
    }
}