/* ========================= */
/* Globale / allgemeine Komponenten */
/* ========================= */

.bg-login {
    background-color: var(--custom_maincolor);
    background-image: url(custom-background-login.jpg);
}

.bg-extern-webinar {
    background-color: var(--custom_maincolor);
    background-image: url(../webinar_bg.jpg);
}

/*
.Notes_add_trigger {
    display:none !important;
}
*/

.blueimp-gallery > .close {
    font-size: 19px;
    /*color: var(--custom_maincolor) !important;*/
}

.blueimp-gallery > .close:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .play-pause:hover,
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .download:hover {
    /*color: var(--custom_maincolor) !important;*/
}

/* lms-icon aus index.html */
lms-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

lms-icon .icon-backdrop {
    background-color: var(--icon-backdrop-background-color);
    border-radius: 50%;
    min-height: var(--icon-backdrop-icon-size);
    min-width: var(--icon-backdrop-icon-size);
    max-height: var(--icon-backdrop-icon-size);
    max-width: var(--icon-backdrop-icon-size);
    height: var(--icon-backdrop-icon-size);
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

lms-icon .icon-backdrop i {
    width: 100%;
    font-size: var(--icon-backdrop-font-size);
    color: var(--icon-backdrop-icon-color);
    -ms-flex-item-align: center;
    align-self: center;
}

/* bg-dashboard aus index.html */
.bg-dashboard {
    background-image: url("lmsmediafolder/custom/assets/dashboard/BG_hell.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: none !important;
    visibility: visible;
}

/* ========================= */
/* Login-Bereich */
/* ========================= */

.login-form-container {
    background-color: transparent;
}

.login-logo {
    display: block;
    width: 100%;
    text-align: left;
}

.login-details {
    border-radius: 24px;
}

/* muss ins ui-kit */
.login-panel-header h3 {
    line-height: 1.5rem;
}

.login-panel-header img {
    max-width: 12rem;
    padding-bottom: 2rem;
    margin-left: 0;
}

.splash-login {
    background-image: url(../login_image.png);
}

.login-page li.nav-item {
    font-size: 0.92rem;
}

.login-page form {
    height: auto;
    padding-bottom: 24px;
    padding-left: 5rem;
    padding-right: 5rem;
}

.login-page form input,
.login-page form select {
    border-radius: 1.5rem;
    margin-bottom: 0.75rem;
}

.login-page form input[type="password"] {
    margin-bottom: 1.5rem;
}

/* ========================= */
/* Dashboard Startseite */
/* ========================= */

/** settings for dashboard startsite elements */
.welcome_text {
    font-size: 1.75em;
    line-height: normal;
}
.welcome_right_bg {
    background-color: #fce5a2;
}

.border-box-1 {
    border-top-left-radius: 24px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* Spitze links unten an Chatbubble */
.border-box-1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -25px;
    width: 0;
    height: 0;
    border-width: 25px 25px 0 0;
    box-shadow: #000;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
}

/* Schatten hinter Spitze */
.border-box-1::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -30px;
    width: 0;
    height: 0;
    border-width: 25px 25px 0 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.08) transparent transparent;
    filter: blur(3px);
}

.border-box-2 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.progress-circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.progress-percentage {
    font-size: xx-large;
}

.arrow {
    text-align: center;
    font-size: larger;
    color: #6f7173;
    align-self: center;
}

/* ========================= */
/* First Steps Feature */
/* ========================= */

/** settings for first steps feature */
.firststeps:hover {
    text-decoration: none;
}

.firststeps_container_leftside {
    min-width: 18%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.firststeps_container_leftside_clicked {
    background-color: #b2cd48;
}

.firststeps:hover .firststeps_container_leftside_clicked .firststeps_container_leftside_circle {
  background-color: #b2cd48;
  color: white;
}

.firststeps_container_leftside_notclicked {
    background-color: #f9cb46;
}

.firststeps:hover .firststeps_container_leftside_notclicked .firststeps_container_leftside_circle {
  background-color: #f9cb46;
  color: white;
}

.firststeps_container_leftside_circle {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.25rem;
}

.firststeps_container_text {
    color: #000;
    font-size: 1.5em;
    line-height: normal;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 76%;
}

.firststeps_container_rightside_icon {
    min-height: 100px;
    min-width: 16%;
}

.firststeps_container_rightside_icon_clicked {
    background: transparent url(../assets/dashboard/erste_schritte_erledigt_icon_klein.png) no-repeat center center /
        100%;
}

.firststeps_container_rightside_icon_1 {
    background: transparent url(../assets/dashboard/erste_schritte_01_klein.png) no-repeat center center / 100%;
}

.firststeps_container_rightside_icon_2 {
    background: transparent url(../assets/dashboard/erste_schritte_02_klein.png) no-repeat center center / 100%;
}

.firststeps_container_rightside_icon_3 {
    background: transparent url(../assets/dashboard/erste_schritte_03_klein.png) no-repeat center center / 100%;
}

/* ========================= */
/* Module Overview */
/* ========================= */

/** settings for module overview */
.lmsmodul_area h3.modulegroup_headline {
    line-height: 1.5rem;
}

.lmsmodul_area h3.modulegroup_headline span img {
    width: 30px;
}

.lmsmodul_area .card-deck {
    gap: 10px;
}

.lmsmodul_area .card-deck .modulcard {
    max-width: 33%;
}

.lmsmodul_area .card-deck .modulcard a.LmsModul_preview_trigger {
    text-decoration: none;
}

.lmsmodul_area .card-deck .modulcard .modulegroup {
    text-transform: uppercase;
}

.lmsmodul_area .card-deck .modulcard .card-body h3 {
    line-height: 1.5rem;
}

.lmsmodul_area .card-deck .modulcard .card-footer .modulprogressbg {
    width: 100%;
    height: 12px;
    background-color: #999;
    border: solid 1px #fff;
    border-radius: 8px;
}

.lmsmodul_area .card-deck .modulcard .card-footer .modulprogress {
    height: 10px;
    background-color: #f9cb46;
    border-radius: 8px;
}

/* ========================= */
/* br_datatable */
/* ========================= */

/** global settings for br_datatable **/
#br_datatable .table {
    border-collapse: separate;
    border-spacing: 0;
}

/** border and border radius for table head of br_datatable */
#br_datatable .table thead tr:first-child th {
    border-top: solid 1px var(--table-head-background-color);
}

#br_datatable .table thead tr:first-child th:first-child {
    border-left: solid 1px var(--table-head-background-color);
    border-top-left-radius: var(--theme-radius-b);
}

#br_datatable .table thead tr:first-child th:last-child {
    border-right: solid 1px var(--table-head-background-color);
    border-top-right-radius: var(--theme-radius-b);
}

/** border and border radius for table body of br_datatable */
#br_datatable .table tbody tr td:first-child {
    border-left: solid 1px var(--table-head-background-color);
}
#br_datatable .table tbody tr td:last-child {
    border-right: solid 1px var(--table-head-background-color);
}

#br_datatable .table tbody tr:last-child td {
    border-bottom: solid 1px var(--table-head-background-color);
}

#br_datatable .table tbody tr:hover > td {
    background-color: var(--table-head-background-color-hover);
    color: #ffffff;
}

/** border color for form elements in br_datatable **/
#br_datatable thead input[type="text"],
#br_datatable thead select {
    border: none;
}

#br_datatable thead div.meta_search input {
    border: solid 1px var(--table-head-background-color);
}

#br_datatable thead input.searchfilter {
    margin-bottom: 1px;
    margin-right: 1px;
}

/* ========================= */
/* Navigation & Footer */
/* ========================= */

/** navbar drop down settings for hover state **/
.navbar-dropdown-body li:hover {
    background-color: var(--table-head-background-color);
}

.navbar-dropdown-body > li:hover lms-link a {
    color: #ffffff !important;
}

.container-pagination {
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}

.container-pagination span.smallText,
.container-pagination ul.pagination li {
    line-height: 1.5em;
}

footer {
    margin-top: 0px !important;
}

/* ========================= */
/* Weitere Dashboard-Elemente / Widgets */
/* ========================= */

main.content {
    background-image: url(../assets/dashboard/BG_hell.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: none !important;
    visibility: visible;
    padding-left: unset;
    padding-right: unset;
}

.withoutbackground {
    background: none !important;
}

.vcrcontent {
    padding-bottom: 10px;
}

.promovideo {
    border-radius: 24px;
}

.entry-accordion-heading h4 {
    line-height: 1.75em;
}

#accordion .entry-accordion .entry-accordion-heading {
    border-bottom: 1px solid var(--sidebar-background-color);
}

h2.section-headline span.fas,
h2.section-headline i.icons {
    color: var(--sidebar-background-color);
}

div.card-deck .card {
    border: none;
}

/* ========================= */
/* Buttons & Styles */
/* ========================= */

/* CSS Cards rounded corners starts here */

.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
    /* make two squares (before and after), looking similar to the button */
    content: "";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */
    background-color: white;
}

/* ========================= */
/* Erste Schritte / Admin Quickjumps / Neu anlegen */
/* ========================= */

/* erste Schritte */

.erste-schritte {
    font-family: TTCommons;
    font-style: bold;
    /* line-height: 32px; */
    letter-spacing: 0px;
    text-align: left;
    /* background-color: #34A6D1; */
    flex: 1 1 90%;
    border-radius: 24px;
    max-width: 100%;
    /*min-width: 200px;*/
    position: relative;
}

.erste-schritte-circle {
    width: 20px;
    height: 20px;
}

.erste-schritte-number {
    font-size: 16px;
    color: #34a6d1;
    font-weight: 600;
    line-height: 20px;
}

.erste-schritte-text {
    font-size: 32px;
    color: white;
    text-align: center;
}

.erste-schritte a:hover {
    text-decoration: none;
}

.erste-schritte-unseen,
.erste-schritte-seen {
    position: absolute;
    width: 16%;
    aspect-ratio: 1;
    left: 8%;
    top: 14%;
}

.erste-schritte-unseen {
    color: #fff;
    background-color: #e98a22;
    text-align: center;
    padding-top: 2%;
    font-size: 1.6vw;
    font-weight: normal;
}

.erste-schritte-seen {
    color: var(--color1_bg);
    background-color: #b0cb3e;
    text-align: center;
    padding-top: 5%;
    font-size: 0.8vw;
}

/*Admin quickjumps*/

.admin-quickjums {
    font-family: TTCommons;
    font-style: bold;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    background-color: #34a6d1;
    flex: 1 1 90%;
    border-radius: 24px;
    max-width: 100%;
    min-width: 200px;
}

.admin-quickjums a:hover {
    text-decoration: none;
}

.admin-quickjums-link {
    width: 100%;
}

/*Admin quickjumps teacher area*/

.admin-quickjums-2 {
    font-family: TTCommons;
    font-style: bold;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    background-color: #34a6d1;
    flex: 1 1 46%;
    border-radius: 24px;
    max-width: 48%;
    min-width: 25%;
}

.admin-quickjums-2 a:hover {
    text-decoration: none;
}

/* neu anlegen */

.neu-anlegen {
    background: #ffffff;
    border: 0.3px solid #9d9d9d;
    box-sizing: border-box;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
    border-radius: 24px;
    color: #dc3f80;
    font-size: 17px;
    line-height: 16px;

    /* or 94% */
    text-align: center;
    max-width: 100%;
    min-width: 200px;
    flex: 1 1 90%;
}

.neu-anlegen a:hover {
    text-decoration: none;
}

.nohover-button:hover {
    text-decoration: none;
    border-color: none;
    cursor: pointer;
}

/* ========================= */
/* Zu den Modulen */
/* ========================= */

.inner-modul-button {
    padding: 3em 0;
    background-color: #ffffff;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

a .inner-modul-button:hover {
    text-decoration: none;
    color: #000;
}

/* ========================= */
/* Bottom widgets */
/* ========================= */

.bottom-widget {
    flex: 1 1 50%;
}

/* ========================= */
/* Sidebar Styles (aus index.html) */
/* ========================= */

.sidebar-container {
    --expand-button-size: var(--navbar-height);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: var(--sidebar-width);
    background-color: var(--sidebar-background-color);
    color: var(--sidebar-font-color);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem
}

[data-sidebar-expanded] .sidebar-container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sidebar-expand-button {
    padding: 20px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--expand-button-size);
    width: var(--expand-button-size);
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--sidebar-background-color);
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

[data-sidebar-expanded] .sidebar-expand-button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

[data-sidebar-expanded] .sidebar-expand-button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar {
    display: grid;
    height: 100vh;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    grid-template-rows: auto 1fr auto;
    --icon-backdrop-font-size: 1.2rem;
    --icon-backdrop-icon-size: 2rem;
    --icon-backdrop-icon-size: 2rem;
    --icon-backdrop-icon-offset: 0.48rem;
    --icon-backdrop-background-color: 0
}

.sidebar lms-icon {
    font-size: var(--icon-backdrop-font-size)
}

.sidebar li[data-href-active] > a,
.sidebar li[data-href-active] label {
    --icon-backdrop-background-color: var(--color-theme-delta);
    --icon-backdrop-icon-color: var(--color-grayscale-white);
    color: var(--sidebar-hover-color)
}

.sidebar li[data-href-active] > a i,
.sidebar li[data-href-active] label i {
    color: var(--color-grayscale-white)
}

.sidebar a {
    display: grid;
    grid-template-columns: 1.5rem auto;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -ms-flex-align: center;
    align-items: center
}

.sidebar a:hover {
    text-decoration: none;
    color: var(--sidebar-hover-color)
}

.sidebar a:hover i {
    color: var(--sidebar-hover-color)
}

.sidebar a.active {
    color: var(--sidebar-hover-color);
    --icon-backdrop-background-color: var(--sidebar-hover-color)
}

.sidebar a.active i {
    color: var(--color-grayscale-white)
}

.sidebar-header {
    --icon-backdrop-font-size: 1.4rem;
    --icon-backdrop-icon-size: 2rem;
    --icon-backdrop-icon-size: 2rem;
    --icon-backdrop-icon-offset: 0.42rem;
    display: grid;
    margin-left: 1.5rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    grid-auto-flow: column;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem
}

.sidebar-section-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    background-color: var(--sidebar-background-color)
}

.sidebar-sections {
    overflow-y: auto
}

.sidebar-section {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
    color: var(--sidebar-font-color);
    padding-top: 0.5rem
}

.sidebar-section:first-child {
    padding-top: 1.5rem
}

.sidebar-section ul {
    display: grid;
    row-gap: 1rem;
    -ms-flex-line-pack: start;
    align-content: start
}

.sidebar-section ul:last-child {
    padding-bottom: 1rem
}

.sidebar-section li > ul {
    margin-left: 2.5rem
}

.sidebar-section li > ul a {
    display: inline-block
}

.sidebar-section a,
.sidebar-section label {
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.03em;
    grid-template-columns: 1.5rem auto;
    margin-bottom: 0
}

.sidebar-section a:hover,
.sidebar-section label:hover {
    text-decoration: none;
    color: var(--sidebar-hover-color)
}

.sidebar-section a:hover i,
.sidebar-section label:hover i {
    color: var(--sidebar-hover-color)
}

.sidebar-section lms-icon {
    color: var(--color-grayscale-white)
}

.sidebar-footer {
    margin: 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem
}

.sidebar-footer lms-icon {
    font-size: 4.8rem;
    width: 100%
}

.sidebar-subgroup > label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sidebar-subgroup > label::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.25rem 0.25rem 0 0.25rem;
    border-color: var(--sidebar-font-color) transparent transparent transparent
}

.sidebar-subgroup ul {
    display: none;
    margin-top: 1.5rem;
    margin-left: 1.5rem
}

.sidebar-subgroup input[type=checkbox] {
    display: none
}

.sidebar-subgroup input[type=checkbox]:checked ~ ul {
    display: grid
}

/* ========================= */
/* User-Avatar Styles (aus index.html) */
/* ========================= */

.avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.avatar-profile-image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--avatar-border-radius);
    width: var(--avatar-icon-size);
    height: var(--avatar-icon-size);
    color: var(--avatar-icon-color);
    background-color: var(--avatar-background-color);
    border-radius: var(--avatar-border-radius)
}

.avatar-default-image {
    font-size: 2rem
}

/* ========================= */
/* Navbar Styles (aus index.html) */
/* ========================= */

.navbar-container {
    background-color: var(--navbar-background-color);
    color: var(--navbar-font-color);
    height: var(--navbar-height);
    font: var(--font-navigation);
    padding: 15px 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-links {
    display: grid;
    grid-auto-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
}

.navbar-links lms-link:hover {
    color: initial
}

.navbar-dropdown-container {
    position: relative
}

.navbar-dropdown-header {
    display: grid;
    grid-auto-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    cursor: pointer
}

.navbar-dropdown-header::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: var(--navbar-icon-color) transparent transparent transparent
}

.navbar-dropdown-body {
    position: absolute;
    margin-top: 1.5rem;
    border-radius: var(--navbar-border-radius);
    background-color: var(--navbar-background-color);
    border: var(--dropdown-border-width) solid var(--dropdown-border-color);
    text-align: right;
    display: grid;
    row-gap: 0.25rem;
    -ms-flex-pack: end;
    justify-content: end;
    right: 0;
    z-index: 1;
    overflow: hidden
}

.navbar-dropdown-body > li {
    height: 2.25rem;
    padding: 0 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    white-space: pre
}

.navbar-dropdown-body > li lms-link {
    color: var(--navbar-icon-color)
}

.navbar-dropdown-body > li lms-link a {
    display: grid;
    grid-template-columns: 1.5em auto;
    grid-auto-flow: column;
    -webkit-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem
}

.navbar-dropdown-body > li lms-icon {
    font-size: 1.5rem
}

.navbar-dropdown-body > li:focus {
    background-color: var(--dropdown-highlight-color)
}

.navbar-dropdown-body > li:hover {
    background-color: var(--dropdown-highlight-color)
}

/* ========================= */
/* Media Queries */
/* ========================= */

@media (max-width: 570px) {
    .splash-login {
        background: none;
    }

    .login-page form {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media only screen and (max-width: 990px) {
    .border-box-1 {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 0px;
    }
    .border-box-2 {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 24px;
    }


@media only screen and (min-width: 1280px) {
    .lmsmodul_area .card-deck .modulcard {
        max-width: 25%;
    }
}

@media only screen and (max-width: 1279px) {
    .lmsmodul_area .card-deck .modulcard {
        max-width: 33%;
    }
}

@media only screen and (max-width: 989px) {
    .lmsmodul_area .card-deck .modulcard {
        min-width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    .lmsmodul_area .card-deck .modulcard {
        max-width: 100%;
    }
}

@media (max-width: 567px) {
    .erste-schritte-unseen {
        font-size: 8vw;
    }

    .erste-schritte-seen {
        font-size: 4vw;
    }
}

@media (min-width: 768px) {
    .erste-schritte {
        flex: 1 1 45%;
        max-width: 49%;
    }

    .erste-schritte-unseen {
        font-size: 1.6vw;
    }

    .erste-schritte-seen {
        font-size: 0.8vw;
    }

    .admin-quickjums {
        max-width: 32%;
        flex: 1 1 30%;
    }

    .neu-anlegen {
        flex: 1 1 45%;
        max-width: 49%;
    }
}

@media (min-width: 992px) {
    .erste-schritte-unseen {
        font-size: 1.7vw;
    }

    .erste-schritte-seen {
        font-size: 0.8vw;
    }
}

@media (min-width: 1200px) {
    .erste-schritte {
        flex: 1 1 45%;
    }
    .erste-schritte-unseen {
        font-size: 1.8vw;
    }

    .erste-schritte-seen {
        font-size: 1vw;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
    .erste-schritte {
        flex: 1 1 23%;
    }
    .erste-schritte-unseen {
        font-size: 1.4vw;
    }

    .erste-schritte-seen {
        font-size: 0.7vw;
    }

    .admin-quickjums {
        flex: 1 1 25%;
    }

    .neu-anlegen {
        flex: 1 1 23%;
        max-width: 24%;
    }
}
}