body{
    font-size: 14px;
    color: #333;
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
}
.font-md{
    font-size:14px;
}
a {
    color: #014c8c;
}

.margin-left-15{
    margin-left:15px;
}

.panel-main{
    overflow:auto;
    margin-top:8px;
}

.black{
    color: #333;
}

.taskbar a, .taskbar a:hover{
    color: #333;
    text-decoration: none;
}

.btn-dhxt{
    border: 0;
    padding: 6px;
    cursor: pointer;
}
.btn-dhxt:hover{
    background-color: #deefff;
}


.panel-heading>h4{
    margin:0;
    letter-spacing: 1.5pt;
    font-weight: 100;
}


.align-right{
    text-align: right;
}

.align-center{
    text-align: center;
}

.shadow{
    /*padding: 15px 30px;*/
}

.content{
    padding: 15px;
}
.padding-15{
    padding: 15px 15px 0 15px;
}
.padding-left-15{
    padding: 0 0 0 15px;
}
.padding-top{
    padding: 15px 0;
}

.btn-kb{
    color: #0275d8;
    background:none;
    font-size:12px;
    cursor: pointer;
}
.btn-kb:hover, .btn-kb:focus{
    color: #014c8c;
}

.adm-link{
    text-align:right;
    padding-right:15px;
}

.hover:hover{
    background-color: #f8f8f8;
}
/*************** Taskbar ********************/

.h1-margin{
    margin: 40px 0 20px;
}

.taskbar{
    background-color: #f2f2f2;
    height: 50px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    font-size:14px;
}
.taskbar a, .taskbar input{
    font-size:12px;
}

.taskbar-sector{
    margin: auto 0;
}
.taskbar button{
    max-height: 30px;
}

.taskbar-uk{
    border-top:0;
    margin-left:-15px !important;
    margin-right:-15px !important;
}
.titel-uk{
    padding-left: 15px;
    margin-top:6px;
}

.search-input{
    float: right;
    max-width: 250px;
}
.search-input input{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width:100% !important;
}
.search-input button{
    height:100%;
    border: 1px solid #ccc;
}

.menu-breadcrumbs-icon{
    height: 15px;
    margin: 0 10px;
}

.menu-breadcrumbs{
    padding-left: 15px;
    padding-top: 7px;
}

.full-width{
    width:100%;
}

.menu-adm{
    min-height: 43px;
    width:100%;
}
.menu-adm-item{
    float:right;
    max-height:24px;
    padding:3px 10px;
}
.menu-adm-item-lrg{
    width:250px;
    padding-top:0;
}
.menu-adm-item #menu-add{
    font-size:12px !important;
    max-height:24px;
    padding: 0;
    color: #333;
}



/*************** end Taskbar ****************/

/*************** Alerts-custom *******************/

.alert-success-custom{
    background-color: #f9f9f9;
    border-color: #eee;
    border-left: 4px solid #3c763d;
    border-radius: 0;
    width: 100%;
}
.alert-success-custom .alert-heading{
    color: #3c763d;
}

.alert-info-custom{
    background-color: #f9f9f9;
    border-color: #eee;
    border-left: 4px solid #1b809e;
    border-radius: 0;
}
.alert-info-custom .alert-heading{
    color: #1b809e;
}

.alert-danger-custom{
    background-color: #f9f9f9;
    border-color: #eee;
    border-left: 4px solid #a94442;
    border-radius: 0;
}
.alert-danger-custom .alert-heading{
    color: #a94442;
}

/************** end Alerts-custom *****************/

/************** Kategorien *********************/
.border-left{
    border-left: 2px solid #ccc;
}

.panel-kategorie{
    text-align: center;
    float: left;
    width: 100%;
    padding: 30px;
    margin:auto;
    height: 180px;
    min-height: 150px;

    line-height: 120px;
}

.kategorie-titel{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: normal;
}

.ul-kategorie{
    list-style: none;
    margin-top: 15px;
}

.ul-subkategorie{
    list-style: none;
    margin-bottom: 15px;
    padding-top:0;
}

.list-element, .artikel-snippet{
    max-width: 700px;
    margin-bottom: 30px;
}
.list-element-title{
    font-size: 20px;
}
.list-element-body, .list-element-body:hover{
    text-decoration: none !important;
}

.kategorie-bild{
    height:150px;
}
.kategorie-bild img {
    vertical-align: middle;
}
.helper {
    display: inline-block;
    height: 100%;
    max-height: 155px;
    vertical-align: middle;
}

.panel-beitraege{
    margin-top:6px;
    padding-left:15px;
}
/************** end Kategorien *********************/

/************** Artikel *************************/

h1{
    font-size: 2rem;
}
h2{
    font-size: 1.5rem;
}
h3{
    font-size: 1.25rem;
}

.kategorie-titel h3{
    font-size: 18px;
}

.kb-titel{
    color: #999;
}
.kb-titel-sm{
    font-size:16px;
}
.kb-titel-xsm{
    float:right;
    font-size: 12px;
}

.artikel-content{
    margin-top: 25px;
    font-size: 14px;
    margin-bottom: 15px;
}

.artikel-img-beschr{
    color: #aaa;
    font-style: italic;
}

.artikel-img{
    margin: 30px 0;
    border-left: 3px solid var(--main-color);
    padding-left: 30px;
    padding-top: 10px;
}
.artikel-img img{
    max-width:1000px;
}

.artikel-titel{
    padding-left: 15px;
}

video{
    border-top: 0.5px solid #333;
    border-bottom: 0.5px solid #333;
}

/************** end Artikel *********************/

/************** Administration ******************/

.lbl-administration{
    font-size: 20px;
    margin-left: 15px;
}

/************** end Administration ******************/

/************** Suche *****************/

.artikel-snippet, .artikel-snippet *{
    color: #aaa;
    font-size:14px;
}
.highlighted{
    background-color: yellow;
}
.menu-breadcrumbs>a>.highlighted{
    background-color: transparent;
}
/************** end Suche *****************/

/************** Formular ******************/

.imageupload-disabled {
    cursor: not-allowed;
    opacity: 0.60;

}

.no-styles{
    border:0;
    background: none;
}

.no-padding{
    padding:0;
}

#marked-text{
    color: #fff;
}

.btn-file {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius:0;
    margin-left:-10px;
    margin-right: 10px;
    margin-top:15px;
}

.imagepreview{
    margin-top:15px;
}

input[type="file"] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.img-input{
    height: 38px;
    border-radius: 0 0.25rem 0.25rem 0;
}
.img-label{
    border-radius: 0.25rem 0 0 0.25rem;
}

.file-tab >button{
    display: none;
}

textarea{
    max-height: 200px;
}

.btn-remove{
    margin-bottom: .5rem;
}

.note-editing-area{
    min-height:300px;
}

.note-editable{
    /* height:100%;*/
}

.note-editor.panel.panel-default{
    margin:0;
}

#popup {
    position: absolute;
    color: white;
    background: #666;
    padding: 0.5em;
    display: none;
}
#popup a{
    text-decoration:none;
    color: #fff;
}

/********************* medien ***************************/

.hidden{
    display:none;
}

.media-item img, .media-item video{
    max-width:200px;
}
.media-item{
    float:left;
    padding:15px;
    height:190px;
    cursor:pointer;
}

.sm-text{
    font-size: 10px;
}

.p-no-margin{
    margin-bottom: 0;
    font-size:12px;
}

.imgSelected{
    background-color: #f5f5f5;
    cursor: default;
}

.btn-insert, .btn-insert-plus{
    position:absolute;
    top:0;
    right: 0;
    padding:5px;
    display:none;
    cursor:pointer;
    font-size:12px;
    background-color: #f5f5f5;
}
.btn-insert:hover{
    background-color: #e8e8e8;
}

.btn-insert::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}
.btn-insert-plus{
    color:#fff;
    font-size:16px;
    background:transparent;
    padding-right:5px;
    right: 5px;
}
.btn-insert-plus:hover{
    color: #dddddd;
}

.btn-insert::before {
    border-width: 2.5em;
    border-right-color: #0769a9;
    border-top-color: #0769a9;
}

/*********************** Editor overwrites ********************************/
.jqte_focused, .jqte{
    border-color: rgba(0, 0, 0, 0.15) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    margin:0 !important;
}

.jqte_editor{
    height: 330px;
}

.jqte{
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 20px !important;
}

.plh-medien{
    width: calc(100% - 180px);
    margin-left:165px;
    height: 100%;
    display:none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.border-sm{
    border: 1px solid #dfdfdf;
}