.class {

}

/*
Komponente Titel

    Schriftgröße: 24px
    Schriftfarbe: #000000
    Ausrichtung: Linksbündig

Einträgebereich

    Breite: 100% des Content-Slots
    Höhe: Bündig zu Titel und unterem Rand des Content-Slots
    Hintergrundfarbe: #FFFFFF
    Scrollbar: Ja

Einträge

    Höhe: Höhe des Textes (Überschrift + Beschreibung) oder des Media-Files
    Hintergrundfarbe: weiß
    Hoverfarbe: #F0F0F0
    Innenabstand: 5px

Einträge Titel

    Schriftgröße: 16px
    Schriftfarbe: #000000
    Ausrichtung: Linksbündig
    Automatischer Umbruch

Einträge Beschreibung

    Schriftgröße: 12px
    Schriftfarbe: #000000
    Ausrichtung: Linksbündig
    Automatischer Umbruch*/

.comptitel {
    font-size: 45px;
    color: #000000;
    text-align: left;
    font-weight: bold;
}

.entryarea {
    width: 100%;
    background-color: #FFFFFF;
    margin-top:10px;
}

.entrytext {
    font-size: 12px;
    color: #000000;
    text-align: left;
}


.entrytitle {
    font-size: 16px;
    color: #000000;
    text-align: left;
}


.tableBorder {
    border: 0.5px solid #b2b2b2;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-radius: 17px;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tableBorder.row {
    margin-right: 10px;
    margin-left: 10px;
}

.entry-tag-row {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    padding-right: 22px;
}

.tdNoPad {
    padding: 0px;
}

.tdHeader {
    padding: 5px;
}

.tableBorder:hover {
    background-color: #F0F0F0;
}

.mymark {
    padding: 0px;
    background-color: #fed605;
}


.titelthead {
}


.startenddatepickers {
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.submitButton {
    display: none;
}

.filterform {
}

.entrydates {
    font-weight: bold;
}

.tdentrydates {
    text-align: right;
    padding: 5px;
    padding-right: 15px;
    padding-top:10px;
    padding-bottom:0;
}

.tdentrytitle {
    padding: 5px;
    padding-top: 10px;
}


.itmessageboardouterdiv {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}


.itmessageboardinnerdiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}


.filtertd {
    border-bottom-style: inset;
    border-bottom-width: 0.5px;
    padding-bottom: 70px;
    padding-top: 10px;
}


.filtercell {
}

.messagetable {
}

.messagetablebody {
    height: 100%;
    overflow-y: scroll;
}


.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: #f9f9f8;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 25px;
    padding: 10px;
    text-align: center;
}

.select-pure__option--disabled {
    color: #e4e4e4;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    align-items: 'center';
    background: #5e6264;
    border-radius: 4px;
    color: #fff;
    cursor: initial;
    display: inline-flex;
    justify-content: 'center';
    margin: 5px 10px 5px 0;
    padding: 3px 7px;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    cursor: pointer;
    display: inline-block;
    margin-left: 7px;
}

.select-pure__selected-label img {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin-left: 7px;
    width: 14px;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}

.select-pure__placeholder--hidden {
    display: none;
}

.select-pure__placeholder {
    color: #909394
}

.filter-text {
    cursor: text;
}

.active-news-category {
    font-weight: bold;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.embed-feed-container-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.clear-filter-span {
    position: absolute;
    right: 16px;
    z-index: 99;
    top: 15px;
    color: red;
}

.embedded-entry-container {
    display: flex;
    justify-content: center;
}

.news-category {
    cursor: pointer;
}

.pagination-container {
    text-align: center;
    padding-top: 25px;
}

.filter-hidden {
    display: none;
}

.tag-select{
    width:100%;
}

.bootstrap-tagsinput {
    background-color: #f9f9f8;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 34px;
    cursor: text;
    width: 100%;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
    font-size: 100%;
    background-color: #5e6264;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.collapeSideMenu {
    display: none;
}


.nobullets{list-style: none;}

.menuHeader{
    font-size:20px;
    font-weight:bold;
    padding-left:30px;
}

.menuItem{
    font-size:18px;
    color: #3c3c3c;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
}



.list{
    padding-left: 30px;
    margin: 10px 0;}

.listItems{
    padding: 10px 0;
}


.menuLink{
    text-decoration: none;}


.sidemenu{
    margin: 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0;}





