
/* 
zusätzliche Styles für DTWI3
*/

/* Body */
body {
    font-family: "Open Sans", sans-serif;
    background: #ededec; /* FIX */
    /*background: #ededec; */
    color: #5b515e;
}

/**** Header ****/

#cimlogo {
    margin-left: 32px;
}

#cimlogo img {
    height: 36px;
}

#cimtitel {
    font-size: 26px;
    font-weight: 500;
    color: #5b515e;
    font-family: "Poppins", sans-serif;
    margin-left: 84px;
    line-height: 1rem;
    text-align: center;
}

#cimtitel a {
    color: #5b515e !important;
}

@media only screen and (max-width: 1200px) {
    
    #cimlogo {
        margin-left: 4%;
    }

    #cimlogo img {
        height: 34px;
    }

    #cimtitel {
        font-size: 24px;
        margin-left: 4%;
    }
    
    .header .toggle-sidebar-btn {
        padding-left: 0;
    }
}

@media only screen and (max-width: 420px) {
    
    #cimlogo {
        margin-left: 4%;
    }

    #cimlogo img {
        height: 26px;
    }

    #cimtitel {
        font-size: 16px;
        margin-left: 4%;
    }
    
    .header .toggle-sidebar-btn {
        padding-left: 0;
    }
}

@media only screen and (max-width: 360px) {
    
    #cimlogo {
        margin-left: 2%;
    }

    #cimlogo img {
        height: 26px;
    }

    #cimtitel {
        font-size: 12px;
        margin-left: 2%;
    }
    
    .header .toggle-sidebar-btn {
        padding-left: 0;
    }
}


/**** Aside ****/

.cim-nav-heading {

    font-size: 15px !important;
}

/**** Content ****/

/* Überschriften */
.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #5b515e;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: "Nunito", sans-serif; */
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

/* Cards */
.cim-card-title {
    padding: 12px 0 6px 0;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #5b515e;
    /*font-family: "Poppins", sans-serif;*/
}

.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #5b515e;
    padding: 15px;
}

/* User */
.cim-user-big {
    font-size: 4rem;
}

.cim-user-middle {
    font-size: 1.5rem;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 500;
    color: #5b515e;
    margin: 10px 0 0 0;
}


/*** Abstande ***/

.cim-margin-bottom {
    margin-bottom: 12px;
}

.cim-margin-top {
    margin-top: 12px;
}


/*** Farben ***/


/* Links */
a {
    color: #3a4bdc;
}

.nav-link {
    color: #3a4bdc;
}

/* Cards */
.cim-green {
    
    background-color: #d1e7dd;
}

/*ist jetzt grau*/
.cim-blue {
    
    background-color: #d8d3d5;
}

.cim-magenta {
    
    color: #d94162;
}

.cim-magenta-bg {
    
    background-color: #d94162;
}

.cim-gray-dark {
    
    color: #5b515e;
}

.cim-gray-middle {
    
    color: #d8d3d5;
}

.cim-gray-light {
    
    color: #edebec;
}

.cim-gray-light-bg {
    
    background-color: #edebec;
}


/*** Buttons ****/

.cim-btn-primary-green {
    --bs-btn-color: #012970;
    --bs-btn-bg: #d1e7dd;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #012970;
    --bs-btn-hover-bg: #c9e0c2;
    --bs-btn-hover-border-color: #0a58ca;
}

.cim-btn-primary-red {
    --bs-btn-color: #edebec;
    --bs-btn-bg: #d94162;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #012970;
    --bs-btn-hover-bg: #ffceda;
    --bs-btn-hover-border-color: #0a58ca;
}


/* Buttons im Label */
.link_button {
    background-color: #cccccc;
    display: inline-block;
    margin: 3px 6px 3px 0;
    border-radius: 4px;
    border-width: 0;
}

.link_button a {
    color: black;
    display: inline-block;
    padding: 4px;
    text-decoration: none;
}

/* Check Options Suche */
.kb-search-options {
    display: inline-block;
    width: auto;
}

/* Navigation */
.sidebar-nav .kb-nav-active {
  color: #d94162;
  border: 1px solid #d94162;
  border-radius: 4px;
}

.sidebar-nav a.kb-nav-active {
  color: #d94162;
  border: 1px solid #3a4bdc;
  border-radius: 4px;
}

.sidebar-nav .nav-link:hover {
  color: #fff;
  background: #d94162;
}

.sidebar-nav .nav-link:hover i {
  color: #fff;
}

.sidebar-nav .nav-content a {
  /*color: #d94162;*/
}

.sidebar-nav .nav-content a:hover {
  color: #d94162;
}

.no-cursor {
    
    cursor: default !important;
}

/*** Passwort Level ***/

#dpwdoutputscore{
    height: 4px;
    width: 5px;
    /*background-color: lightgrey;*/
    border-radius: 5px;
    margin-left: 10px;
}

#dpwdoutputscore.lv0{
    width: 10%;
    background-color: #ff4757;
}

#dpwdoutputscore.lv1{
    width: 30%;
    background-color: #ff4757;
}

#dpwdoutputscore.lv2{
    width: 62%;
    background-color: #53cd5c;
}

#dpwdoutputscore.lv3{
    width: 94%;
    background-color: #21a250;
}

#dpwdoutputtext{
    height: 14px;
    margin-top: 5px;
    margin-left: 10px;
}


/*** Framework überschreiben ***/

/* Dialog (Modal) Boxen */
@media (min-width: 576px){
    .modal-dialog {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Button-Link */
.btn-link-kb {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: none;
    text-align: left;
    padding: 0;
}

/********** Anwesenheit *********/

.anw-woche-wrap {

    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}

.anw-woche {

    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid gray;*/
    /*background-color: #edebec;*/
    background-color: #f2f2f0;
    /*border-collapse: collapse;*/
}

.anw-tag {

    padding: 6px;
    border: 1px solid gray;
    text-align: center;
    cursor: default;
    /*border-collapse: collapse;*/
}

.anw-tag .anw-status {
    
    font-size: 18px;
    font-weight: bold;
}

.anw-tag-bg-gruen {
    background-color: #d1e7dd;
}

.anw-tag-bg-gruen2 {
    background-color: #badbcc;
}

.anw-tag-bg-rot {
    background-color: #f5c2c7;
}

.anw-tag-bg-rot2 {
    background-color: #f7e6e8;
}

.anw-tag-bg-blau {
    background-color: #cfe2ff;
}

.anw-tag-bg-blau2 {
    background-color: #b6d4fe;
}



