/*
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
*/

/* ======================================= */
/* BASIS / LAYOUT */
/* ======================================= */

html, body {
    height: 98%;
    background-color: #EAEAEA;;
    font-size: 16px;    
}

body{
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-widget, body{
    font-family: 'Roboto', sans-serif !important;
}

.container{
    width: 80%;
    max-width: 1280px;
    padding-bottom: 100px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    min-height: 750px;
    padding-top: 5px;
    background-color: #fafaf7;
    padding-left: 56px;
}

html.theme-dark , .theme-dark body{
    background-color: #2A2A2A !important;
}

.container-fluid{
    width: 80%;
    max-width: 1280px;
}

.footer{
    width: 100%;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-style:solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    vertical-align: top;
    /*border-color: 0a3460;*/
    font-size: 0.75rem;
    /*
    position: fixed;
    bottom: 0px;
    */
    position: absolute;
    z-index: 9;
}



/* ======================================= */
/* HEADER + ELEMENTE */
/* ======================================= */

.header{
    width: 80%;
    max-width: 1280px;
    background-color: #fff;
    padding: 0px 0;
    color: #777;
    padding-left:56px;
    padding-right:10px;
    /*height: 57px;*/
    min-height: 50px;
    border-bottom: 1px solid #ddddd6;
    z-index: 98;
    top: 61px;
    margin-left: auto;
    margin-right: auto;
}

 .mainbar{
    display: block;
    background-color: #1F1F1F;
    height: 61px;
 }

.userdata
{
    font-size: .813em;
    text-align: right;
    margin-top: 10px;
    color: #fff;
}

.userdata a
{
    color: #fff;
}

.userdata a{
    text-decoration: none;
}

#sub-header{
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.header-main{
    font-size: 1em;
    line-height: 1.5em;
    /*font-weight: 600;*/
    color: #fff;
    margin-top: 5px;
}

.sub-header-wrapper{
    padding: 30px;
}

.page-header{
    margin: 50px 0 20px;
    margin-bottom: 0px;
}



.header-topbar {
    background: #1F1F1F;
    color: #FAFAF7;
    border-bottom: 1px solid #2A2A28;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.header-topbar__inner {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 56px;;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 56px;
}

.header-topbar__brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-topbar__logo {
    font-family: 'Roboto Serif', Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: #FAFAF7;
}

.header-topbar__logo .dot {
    color: #8b4a3f;
}

.header-topbar__divider {
    width: 1px;
    height: 20px;
    background: #3F3F3D;
}

.header-topbar__sub {
    font-family: var(--cond);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #A8A8A6;
}

.header-topbar__user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.curser-pointer{
    cursor: pointer;
}

.desktop-navi-box{
    font-size: 1.5rem;
    color: #B20000;
}

.navi-box-item{
    display: block;
    position: relative;
    width: 32%;
    height: 250px;
    margin: 0.5%;
    float: left;
    background-color: #ddd;
    padding: 1%;
    cursor: pointer;
}

.navi-box-item:hover{
    background-color: #B20000;
    color: #fff;
}

a .navi-box-item{
    color: #B20000;
}

.navi-box-item .glyphicon{
    margin-top: 15px;
    display: block;;
}


/* ======================================= */
/* FORMULARE */
/* ======================================= */

/* ARTIKEL FORMULAR */

.artikel-form {
    max-width: 900px;
    padding: 32px;
    background: #fff;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.artikel-form h2 {
    margin: 0 0 24px;
    font-size: 22px;
}

.artikel-form label {
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 14px;
}

.artikel-form input,
.artikel-form textarea,
.artikel-form select {
    width: 100%;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
}

.artikel-form textarea {
    resize: vertical;
}

.form-actions {
    display: flex;
    gap: 12px;
    margin-top: 28px;
}

.form-actions button {
    padding: 10px 18px;
    border: 0;
    border-radius: 4px;
    background: #222;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.form-actions button:hover {
    background: #444;
}

.artikel-image-box {
    margin-bottom: 32px;
}

.artikel-image-preview {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    background:
        repeating-linear-gradient(
            -45deg,
            #f0f0eb,
            #f0f0eb 10px,
            #ecece6 10px,
            #ecece6 20px
        );
}

.artikel-image-preview img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}

.artikel-image-button {
    position: absolute;
    top: 12px;
    right: 12px;

    height: 30px;
    padding: 0 14px;

    border: 0;
    border-radius: 4px;

    background: #1d1d1f;
    color: #fff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    cursor: pointer;
}

.artikel-image-button:hover {
    background: #343436;
}


/* ------------ */

/* ARTIKEL LISTE / INHALTE LISTE */

.btn-neuer-artikel {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 36px;
    padding: 0 18px;

    border: 0;
    border-radius: 3px;

    background: #5f7f67;
    color: #fff;

    cursor: pointer;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    transition: background-color 0.2s ease;
}

.btn-neuer-artikel:hover {
    background: #4f6d56;
}

.artikel-header-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.btn-neuer-artikel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;

    background: #5f7f67;
    color: #fff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;

    border-radius: 3px;

    transition: background-color 0.2s ease;
}

.btn-neuer-artikel:hover {
    background: #4f6d56;
    color: #fff;
}



/* ------------ */


/* TINYMCE HTML EDITOR */

.html-editor {
    border: 1px solid #cfcfcf;
    background: #fff;
    margin-bottom: 18px;
}

.html-editor-toolbar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background: #eef3ee;
    border-bottom: 1px solid #d6ddd6;
}

.html-editor-toolbar button {
    border: 0;
    background: transparent;
    padding: 6px 9px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}

.html-editor-toolbar button:hover {
    background: #dfe7df;
}

.html-editor-toolbar span {
    width: 1px;
    height: 22px;
    background: #cfd8cf;
    margin: 0 4px;
}

.html-editor-tabs {
    margin-left: auto;
    display: flex;
    gap: 4px;
}

.html-editor-tabs button {
    background: #fff;
    border: 1px solid #cfd8cf;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 10px;
}

.html-editor-tabs button.active {
    background: #4f735b;
    color: #fff;
}

.html-editor-content,
.html-editor-preview {
    min-height: 280px;
    padding: 18px;
    outline: none;
    font-size: 15px;
    line-height: 1.6;
}

.html-editor-content h2,
.html-editor-preview h2 {
    font-size: 24px;
    margin: 20px 0 12px;
}

.html-editor-content h3,
.html-editor-preview h3 {
    font-size: 19px;
    margin: 18px 0 10px;
}

.html-editor-content blockquote,
.html-editor-preview blockquote {
    border-left: 4px solid #b8c8b8;
    margin: 16px 0;
    padding: 8px 14px;
    background: #f4f7f4;
}


/* ------------ */


/* INHALTE LISTE */

.artikel-list {
    width: 100%;
    border-top: 1px solid #ddd8ce;
    font-family: Georgia, "Times New Roman", serif;
}

.artikel-list-head,
.artikel-row {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) 190px 130px 110px 145px;
    column-gap: 28px;
    align-items: center;
}

.artikel-list-head {
    padding: 26px 0;
    border-bottom: 1px solid #1f1f1f;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #777;
}

.artikel-row {
    min-height: 88px;
    padding: 12px 0;
    border-bottom: 1px solid #ddd8ce;
}

.artikel-title-cell {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: center;
}

.artikel-thumb {
    width: 62px;
    height: 46px;
    background:
        repeating-linear-gradient(
            -45deg,
            #f3f2ed,
            #f3f2ed 8px,
            #dedcd4 9px,
            #dedcd4 10px
        );
    border: 1px solid #ddd8ce;
}

.artikel-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #777;
}

.artikel-meta em {
    padding: 6px 8px;
    border-radius: 3px;
    background: #eeeeea;
    font-style: normal;
    color: #666;
}

.artikel-title-cell h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.artikel-author-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.artikel-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #617f67;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    font-family: Georgia, "Times New Roman", serif;
}

.artikel-date-cell {
    font-family: Arial, sans-serif;
    color: #333;
}

.artikel-date-cell strong {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.artikel-date-cell small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #777;
}

.artikel-views-cell {
    text-align: right;
    font-size: 16px;
    color: #111;
}

.artikel-status-cell {
    text-align: right;
}

.artikel-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;/*112px;*/
    height: 31px;
    padding: 0 16px;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.artikel-status.online {
    background: #587b63;
    color: #fff;
}

.artikel-status.draft {
    background: #eeeeea;
    color: #666;
}

.artikel-status.planned {
    background: #83744e;
    color: #fff;
}

.artikel-status.archived {
    background: #ddd8ce;
    color: #555;
}

.artikel-title-cell h3 a {
    color: #111;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.artikel-title-cell h3 a:hover {
    opacity: 0.65;
}

.artikel-thumb {
    width: 62px;
    height: 46px;
    overflow: hidden;
    border: 1px solid #ddd8ce;
    background:
        repeating-linear-gradient(
            -45deg,
            #f3f2ed,
            #f3f2ed 8px,
            #dedcd4 9px,
            #dedcd4 10px
        );
}

.artikel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* ------------ */


/* VOKABULAR */

.vokabular-page .vok-tabs {
    display: flex;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.vokabular-page .vok-tabs a {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    background: #f7f7f7;
    color: #333;
}

.vokabular-page .vok-tabs a.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.vokabular-page .vok-filter {
    display: flex;
    gap: 12px;
    align-items: end;
    margin: 20px 0;
    flex-wrap: wrap;
}

.vokabular-page .vok-filter .form-group {
    margin-bottom: 0;
}

.vokabular-page .vok-actions-top {
    margin-left: auto;
}

.vokabular-page .vok-table {
    margin-top: 20px;
}

.container .vok-actions-top a{
    color: #ffffff;
}

.vokabular-page .modal {
    z-index: 1060 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}


#modalBegriffAnlegen,
#modalBegriffZusammenfuehren,
#modalVorschlagUebernehmen,
#modalVorschlagZusammenfuehren {
    z-index: 1060 !important;
}

#modalBegriffAnlegen .modal-dialog,
#modalBegriffZusammenfuehren .modal-dialog,
#modalVorschlagUebernehmen .modal-dialog,
#modalVorschlagZusammenfuehren .modal-dialog {
    z-index: 1061 !important;
}


/* ------------ */


/* ======================================= */
/* DIVERSE */
/* ======================================= */

.higlighter:hover
{
    background-color: #ededed;
}
.systemnachricht-item.higlighter:hover{
    background-color: #ededed;
    color: #000;
}

.col-bg-white{
    background-color: #fff;
    height: 350px;
}

.tab-content h3{
    margin-top: 25px;
}

.lead{
    font-size: 1rem;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Roboto Serif', Georgia, serif;
    color: #6b6b6b;
}

body.loading {
     overflow: hidden;   
 }

body.loading .modal {
     display: block;
}

.modal {
     display:    none;
     position:   fixed;
     z-index:    1000;
     top:        0;
     left:       0;
     height:     100%;
     width:      100%;
     background: rgba( 255, 255, 255, .8 ) 
                 url('../../int/images/global/loading/ajax-loader.gif') 
                 50% 50% 
                 no-repeat;
}

.text-left{
    text-align: left!important;
}

.row-border-bottom{
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    border-bottom-width: 1px;
    /*padding-bottom:3px;*/
    font-size: 13px;
}
/*
.row.row-border-bottom.higlighter{
    font-size: 0.75rem;
}
*/

hr{
    border-top-color: #cccccc;    
}

h1{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Roboto Serif', Georgia, serif;
}

h1.h1-medium{
    font-size: 1.75rem;
    color: #777;
    font-weight: normal;
}

h2{
    color: #777;
    font-size: 1.5rem;
    font-family: 'Roboto Serif', Georgia, serif;
}

h3{
    font-size: 1.375rem;
    font-weight: 600;
}

.text-highlight-fett-farbe{
    color: #888;
    font-weight: bold;    
}

.mouse-pointer
{
    cursor:pointer;
}

.font-small{
    font-size: 12px;
}

a.link-unterline{
    /*text-decoration: underline;*/
    font-weight: bold;
}

.logo{
    margin-right:10px;
}

.logo-header{
    margin-top: 15px;
    margin-left: 15px;
    z-index: 99;
    position: absolute;
}

.bg-gelb{
    background-color: #ff0000;
}

.bg-gelb{
    background-color: #ffff00;
}

.bg-gruen{
    background-color: #00ff00;
}

.text-rot{
    color: #ff0000;
}

.container a{
    color: #337ab7;
}

.footer a{
    color: #fff;
}

/*
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
}
*/

legend{
    width: auto;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;    
}

.ui-widget-header, .ui-button{
    background: #466052 !important;
    color: #fff !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header{
    background: #ddd !important;
}

.userdetails-container .row{
    margin-bottom: 10px;
}

.color-black{
    color: #000;
}

.min-width-150{
    min-width: 150px !important;
}

fieldset.scheduler-border {
    border: 1px solid #ccc !important;
    padding: 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #ddd;
            box-shadow:  0px 0px 0px 0px #ddd;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

.systemnachrichten{
    padding:10px; 
    background-color: #eee; 
    /*height: 50px;*/
    /*max-width: 900px;*/
    width: 100%;
    overflow-x: hidden; 
    overflow-x: auto; 
    font-size: 0.9rem;
}

.systemnachrichten{
    height: 250px;
    /*max-width: 900px;*/
}

.rolle_1{
    background-color:#FFD39B;
}

.rolle_3{
    background-color:#fff;
}

.higru-rot{
    background-color: #ff0000;
}

.border-red{
    border-style: solid;
    border-color: #ff0000 !important;
    background-color: #ff0000;
}

.font-red{
    color: #ff0000;
}

.highlight{
    background-color: #104b8e;
    color: #fff;
}

.no-col-padding-left{
    padding-left: 0px;
}

.ui-widget-overlay{
    background: #000 !important;
    opacity: 0.5 !important;
}

.datum-info{
    font-size: 0.8rem;
    font-weight: bold;
}

.center-it{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.row-head .glyphicon{
    font-size: 0.7rem;
}

.glyphicon{
    color: #fff;
}

 /* 
.alert-primary .glyphicon, .userdetails-container fieldset .glyphicon{
   color: #444;
}
 */

.userdetails-container fieldset #acc-besucher .glyph-weiss .glyphicon, .userdetails-container fieldset .higlighter .glyphicon, .userdetails-container fieldset.glyph-white-block .glyphicon{
    color: #fff;
}

.farbe-rot, .neuerUserAngelegt{
    color: #ff0000;
}

.neuerUserVersendet{
    color: #0000ff;
}

.col-div{
    display: block;
    cursor: pointer;
    width: 50px;
    float: left;
    border: 1px solid #fff;    
}

.col-div-selected{
    border: 1px solid #000;
}

.abstand-unten-s{
    margin-bottom: 25px;
}

.abstand-unten-xs{
    margin-bottom: 5px;
}

#suchergebnisse-div .user-row{
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#flaggencontainer-login
{
    max-width: 500px;
    padding: 0 29px;
    margin: 0 auto 0px;
}

#flaggencontainer{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}

.flagge{
    float: left;
    margin-right: 25px;
}

.showmobile{
    display: none;
}

.notifyBullet a::before, a.notifyBullet::before {
  content: "• ";
  font-size: 2rem;
  color: #ff0000;
  position: absolute;
  margin-top: -20px;
  margin-left: -10px;
}

.clearer-div{
    clear: both;
}

.btn-suche-floater-right{
     float:right;
}

.welcome-default-titel{
    margin-bottom: 15px;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.unterlagen-row{
    margin-bottom: 10px;
}

.unterlagen-row button{
    margin-right: 30px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 25px;
}

.aktion-col{
    text-align: right;
}


/* Unicode character for "plus" sign (+) - https://unicode-table.com/de/sets/arrow-symbols/ */
/* Unicode character for "minus" sign (-) - https://unicode-table.com/de/sets/arrow-symbols/*/
/*
.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}
*/

.icon-info{
    display: block;
    margin-right: 25px;
    float: left;
}
.icon-info img{
    margin-bottom: 0px;
}



/* ======================================= */
/* NAVIGATION */
/* ======================================= */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link{
    color: #6B6B6B;
    margin-top: 12px;
    margin-right: 12px;
    font-weight: 400;
    font-family: 'Roboto Condensed', system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link:hover{
    border-bottom:2px solid #5b7c65;
    color: #1f1f1f;
    font-weight: 500;
}

li.nav-item{
    white-space: nowrap; 
    margin-right: 32px;   
}

.navbar.navbar-expand-lg.navbar-light.bg-light .dropdown-menu.show{
    min-width: 225px;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link{
    color: #222 !important;
    padding: 10px;
}

.navbar-light .navbar-nav .dropdown-menu .nav-link.active{
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-item.active .dropdown-menu a.nav-link{
    box-shadow: none;
}

.navbar-toggler{
    background-color: #fff;
    padding: 2px !important;
}

.navbar-nav.mr-auto{
    z-index: 9999;
    /*background-color: #334083;*/
    width: 250px;
    border-radius: 5px;
    text-align: left;
}



/* ======================================= */
/* BUTTONS */
/* ======================================= */

.btn-xs{
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-roleselection 
{    
    max-width: 400px;
    margin: 0 auto 20px;
    margin-top:100px;
}

.btn, .btn-primary {
    color: #fff;
    background-color: #5b7c65;
    border-color: #5b7c65;
}

.focus.disabled.btn-default, .disabled.btn-default:focus, .disabled.btn-default:hover, [disabled].focus.btn-default, [disabled].btn-default:focus, [disabled].btn-default:hover, fieldset[disabled] .focus.btn-default, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    color: #FFF;
    background-color: #dddddd;
    border-color: #dcdcdc;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #466052;
    border-color: #466052;
}


/* NEUER BUTTON-BASIS-STYLE => ÜBERSCHRIEBEN FÜR SANAWIKI PROJEKT */
.btn {
  /*display: block;*/
  padding: 12px 16px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

/* ------------ */


.btn-danger{
    background-color: #ff0000;
}

.button-style-default{
    background-color: #888;
    color: #fff;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}



/* ======================================= */
/* FORMULARE (login, registrierung, ...) */
/* ======================================= */

.form-signin .form-signin-heading, .form-register .form-register-heading{
    padding-top: 20px;
}

.form-signin 
{
    max-width: 500px;
    padding: 0 29px;
    margin: 0 auto 20px;
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,
.form-signin .checkbox 
{
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] 
{
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}



/* ======================================= */
/* BOOTSTRAP DIVERSE */
/* ======================================= */

.row{
    margin-left: 0px;
    margin-right: 0px;
}

/*
.col-md-4{
    font-size: 0.85rem !important;
}
*/
.form-control{
    border-radius: 0px;
    /*height: calc(1em + .75rem + 4px);*/
    font-size: 0.85rem !important;
}

.input-group-text{
    padding-top: 0px;
    padding-bottom: 0px;
}

.input-group>.input-group-prepend>.input-group-text{
    width: 50px;
}


.form-control[type="checkbox"]:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[type="checkbox"] {
    width: 50px;
}

/* ------------------------ */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-left: 0px;
}



/* ========================================================================== */


/* DESKTOP ELEMENTE */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #ddddd6;
}

.stat-box {
  padding: 20px 22px;
  border-right: 1px solid #ddddd6;
}

.stat-box:last-child {
  border-right: 0;
}

.stat-box h3 {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stat-box strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.stat-box p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.aktivitaeten-info {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b6b6b;
    margin-bottom: 14px;
}

.dashboard-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: start;
}

.activity h2,
.panel h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.activity h2 {
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
}

.activity-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid currentColor;  
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background: currentColor;
  color: white;
}

.activity-item p {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.28;
  font-family: 'Roboto Serif', Georgia, serif;
}

.activity-item small {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6b6b;
}

.activity-item time {
  font-size: 13px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

.log-link {
  display: inline-block;
  margin-top: 28px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.sidebar {
  display: grid;
  gap: 16px;
}

.panel {
  border: 1px solid currentColor;
  padding: 22px 20px;
}

.panel > h3,
.panel-head {
  margin-bottom: 18px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.panel-head a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
}

.pipeline div {
  padding: 0 0 24px;
  border-bottom: 1px solid currentColor;
}

.pipeline div:nth-child(n + 3) {
  padding-top: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}

.pipeline strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 1;
}

.pipeline span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.health-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.health-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
}

.health-list li + li {
  margin-top: 16px;
}

.health-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.health-list small {
  font-size: 12px;
  white-space: nowrap;
}

.priority-box {
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #ddddd6;
  padding: 18px;
  background-color: #ffffff;
}

.priority-box h3 {
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
}

.priority-btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #111;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #111 !important;
  background: transparent;
}

.priority-btn + .priority-btn {
  margin-top: 10px;
}

.priority-btn-primary {
  border-color: #9a4f43;
  background: #9a4f43;
  color: #fff !important;
}

.priority-btn-muted {
  border-color: #ddd8cf;
  color: #777;
}

.pipeline-box {
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #ddddd6;
  padding: 18px;
  background-color: #ffffff;
}

.pipeline-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.pipeline-head h3 {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
}

.pipeline-head a {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #5d7f66;
  white-space: nowrap;
}

.pipeline-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 28px;
  row-gap: 18px;
}

.pipeline-item {
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd8cf;
}

.pipeline-item:nth-child(n + 3) {
  border-bottom: 0;
  padding-bottom: 0;
}

.pipeline-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}

.pipeline-item span {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
}

.health-box {
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #ddddd6;
  padding: 18px;
  background-color: #ffffff;
}

.health-box h3 {
  margin: 0 0 22px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
}

.health-items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.health-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.health-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #111;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #5d7f66;
}

.status-dot-warning {
  background: #c8aa68;
}

.health-row small {
  font-size: 12px;
  line-height: 1;
  color: #7a6f67;
  white-space: nowrap;
}


/* ========================================================================== */


@media only screen and (max-width: 1600px) {  
    
}

@media only screen and (max-width: 1400px) {  
    
}

@media only screen and (max-width: 897px) {  
        
    /* DESKTOP ELEMENTE */

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box {
        border-right: 1px solid #ddddd6;
        border-bottom: 1px solid #ddddd6;
    }

    .stat-box:nth-child(2n) {
        border-right: 0;
    }

    .stat-box:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .dashboard-section {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .activity-item {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 14px;
        padding: 18px 0;
    }

    .activity-item p {
        font-size: 19px;
        line-height: 1.28;
    }

    .activity-item small {
        font-size: 13px;
    }

    .activity-item time {
        font-size: 13px;
    }

    .sidebar {
        gap: 18px;
    }

    .panel {
        padding: 22px 20px;
    }

    /* ------------ */


    /* INHALTE LISTE */
    
    
    .artikel-list-head {
        display: none;
    }

    .artikel-row {
        display: block;
        min-height: 0;
        padding: 14px 0;
        border-bottom: 1px solid #ddd8ce;
    }

    .artikel-title-cell {
        display: block;
    }

    .artikel-thumb {
        width: 100%;
        height: 120px;
        margin-bottom: 12px;
    }

    .artikel-meta {
        margin-bottom: 8px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .artikel-title-cell h3 {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 1.25;
    }

    .artikel-author-cell {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .artikel-date-cell {
        margin-bottom: 14px;
    }

    .artikel-date-cell strong {
        margin-bottom: 6px;
    }

    .artikel-views-cell {
        text-align: left;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .artikel-status-cell {
        text-align: left;
    }

    .artikel-status {
        width: 100%;
        justify-content: flex-start;
        box-sizing: border-box;
    }


    /* ------------ */


    #filter{
        margin-bottom: 25px;
    }
    
    .navbar-light .navbar-nav .nav-link{
        color: #fff !important;
    }
    .navbar-nav.mr-auto{
        z-index: 9999;
        position: absolute;
        background-color: #222;
        width: 250px;
        border-radius: 5px;
    }
    
    .navbar-light .navbar-nav .active>.nav-link{
        color: #fff !important;
    }
    
    .mr-auto{
        text-align: left;
    }
    
    .col-md-7.col-md-7-mobile{    
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 98.333333%;
        max-width: 98.333333%;
    }

    /* 
    .sub-header-wrapper-bild, .hide-on-mobile{
        display: none;
    }
    */
    
    .userdata{
        margin-bottom: 15px;
    }
    
    /*
    .container-fluid{
        background-color: rgba(136,136,136,.5);
    }
    */
    
    .navbar.navbar-expand-lg.navbar-light{
        padding: 10px 0px;
    }

    h1{
        font-size: 1.75rem;
    }    
    
    .ui-widget.ui-widget-content{
        max-width: 95%;
        top: 100px !important;
    }
        
    .ui-dialog .ui-dialog-buttonpane button {
        width: 100%;
    }
    
    .btn-suche-floater-right{
        float:none;
        margin-top: 25px;
    }
    
    .column-s {
        width: 30% !important;
    }
    
    .modal-content {
        /*width: 70% !important;*/ /* nur für KFZ galerie mobile ! */
        margin-left: 10% !important; /* nur für KFZ galerie mobile ! */
    }
    
    .header{
        top: 0px;
        width: 99%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .header-main{
        font-size: 1rem;
        margin-top: 15px;
    }
    
    .mobile-full-col{
        width: 100%;
        max-width: 80%;
    }
        
    .container{
        margin-left: 0px;
        max-width: 99%;
        width: 99%;
    }    
    
    .btn-umbruch{
        margin-bottom: 15px;
        width: 100%;
    }
    
    fieldset.scheduler-border {
        padding: 5px !important;
        border: none !important;
        margin: 0px !important;
    }
    
    .userdetails-container .col-md-12, .userdetails-container .col-md-8{
        padding: 0px;
    }
    
    .btn-chat-mobile{
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .logo-header{
        right: 10px;
        margin-top: 35px;
    }
    
    .showdesktop{
        display: none;
    }
    
    .showmobile{
        display: block;
    }
    
    .col-md-2.checkbox-col{
        width: 25%;
    }

    .navi-box-item{
        width: 100%;
        padding: 10%;
        margin-bottom: 20px;
    }
}

