@charset "utf-8";

.contentcard {
    height: 100%;
    width: calc(100% - 76px);
    display: inline-block;
    vertical-align: top;
    background-color: #ebebeb;
    position: absolute;
    top: 0px;
    left: 74px;
    z-index: 10;
    transition: background-color 0.5s, width 0.4s;
}


body.sidepanel_kleiner_bereich .contentcard {
    width: calc(100% - 335px);
}

.content {
    display: inline-block;
    vertical-align: top;
    height: calc(100% - 32px);
    padding: 16px;
    width: calc(100% - 182px);
    overflow-y: scroll;
}

.content .trenner {
    display: block;
    border-bottom: 1px solid #aaaaaa;
    margin-top: 16px;
    margin-bottom: 16px;
}

.content h2.cc_zwischentitel {
    background-color: #6a6a6a;
    padding: 16px;
    margin-top: 64px;
    margin-bottom: 32px;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
}


.notification_button {
    font-weight: bold;
    cursor: pointer;
    display: block;
    padding: 4px;
    border-radius: 4px;
    text-align: center;
    background-color: #5ca931;
    color: #fff;
    margin-bottom: 3px;
}


.notification_button:hover {
    background-color: #71bc47;
    cursor: pointer;
    color: #fff;
}


.dashboard {
    border-bottom: 2px solid #b7b7b7;
    margin-bottom: 16px;
}

.dashboard .dashboardspalte {
    display: inline-block;
    padding: 8px;
    vertical-align: top;
}

.dashboard .dashboardzeile {
    border: 1px solid #626262;
    background-color: #fff;
    margin-bottom: 8px;
}

.dashboard .dashboardzeile span {
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
}

.dashboard .balkenzeile {
    white-space: nowrap;
}

.dashboard .balkenzeile .name {
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
    margin-top: 16px;
    vertical-align: top;
    width: 75px;
    display: inline-block;
}

.dashboard .balken {
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin-right: 4px;
}

.dashboard .balken .grau {
    background: #e2e2e2;
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
    display: inline-block;
    height: 50px;
}

.dashboard .balken .gruen {
    background: #bfd255;
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
    display: inline-block;
    height: 50px;
}

.dashboard .balken .blau {
    background: #3b679e;
    background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );
    display: inline-block;
    height: 50px;
}

.dashboard .balken .gelb {
    background: #fceabb;
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
    display: inline-block;
    height: 50px;
}

.dashboard .balken .rot {
    background: rgb(210,85,85);
    background: -moz-linear-gradient(0deg, rgba(210,85,85,1) 0%, rgba(185,42,42,1) 50%, rgba(170,0,0,1) 51%, rgba(203,45,45,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(210,85,85,1) 0%, rgba(185,42,42,1) 50%, rgba(170,0,0,1) 51%, rgba(203,45,45,1) 100%);
    background: linear-gradient(0deg, rgba(210,85,85,1) 0%, rgba(185,42,42,1) 50%, rgba(170,0,0,1) 51%, rgba(203,45,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d25555",endColorstr="#cb2d2d",GradientType=1);
    display: inline-block;
    height: 50px;
}

.dashboard .balken .ende {
    border-right: 1px solid #ffffff;
}

.dashboard .balken .grenze {
    border-right: 1px solid #ad0000;
}



.uniknopf {
    background-color: #aaf77e;
    padding: 4px;
    cursor: pointer;
    overflow-x: hidden;
    text-align: left;
    transition: all 0.3s;
    margin: 4px;
    border-radius: 4px;
    transition: all 0.2s;
}

.uniknopf:hover {
    background-color: #d9ffc4;
}

.uniknopf img {
    width: 36px;
    margin-right: 8px;
    vertical-align: middle;
}

.uniknopf span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 58px);
}

.uniknopf.inline {
    display: inline-block;
    max-width: 300px;
    padding-right: 8px;
}

.uniknopf.deaktiviert {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(1);
}

.kleinbilduniknopf.deaktiviert {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(1);
}


.bilduniknopf {
    background-color: #aaf77e;
    padding: 8px;
    margin-bottom: 2px;
    margin-right: 2px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 4px;
    vertical-align: middle;
}

.bilduniknopf:hover {
    background-color: #d9ffc4;
}

.bilduniknopf img {
    width: 24px;
}



.kleinbilduniknopf {
    margin-bottom: 2px;
    margin-right: 2px;
    background-color: #aaf77e;
    padding: 4px;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.2s;
}

.kleinbilduniknopf:hover {
    background-color: #d9ffc4;
}

.kleinbilduniknopf img {
    width: 16px;
}



.unikasten {
    background-color: #fff;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    border-radius: 4px;
}



.hinweisgrau {
    color: #717171;
    text-align: center;
    padding: 8px;
}



.datenblock {
    margin-right: 32px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
}

.datenblock h3 {
    display: inline-block;
    margin: 0px;
}



.gesamtbalken {
    background-color: #fff;
    border: #b9b9b9 1px solid;
    max-width: 100%;
    overflow: hidden;
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.gesamtbalken .balkenteil {
    padding-top: 16px;
    padding-bottom: 4px;
    padding-left: 4px;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    white-space: nowrap;
    margin: 0px;
}



.toolbar {
    background-color: #dddddd;
    display: block;
    padding: 6px 4px 4px 6px;
    margin-top: 8px;
    border-radius: 4px;
}

.toolbar a {
    background-color: #f8f8f8;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
}

.toolbar a:hover {
    background-color: #ffffff;
}

.toolbar a img {
    width: 16px;
}



.mini_toolbar {
    background-color: #dddddd;
    float: right;
    display: inline-block;
    padding: 6px 4px 4px 6px;
    border-radius: 4px;
    margin-top: 12px;
}



.richtexteditor {
    width: 100%;
    height: 550px;
    min-height: 300px;
    border: none;
    resize: vertical;
}



.uniwarnung {
    background-color: #fff0ce;
    border: 1px solid #ffb100;
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 32px;
    background-image: url('../../img/spam-gelb.png');
    padding: 8px 8px 8px 48px;
    border-radius: 4px;
}



.reiterleiste {
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #4d4d4d;
}

.reiterleiste .reiter {
    padding: 8px 16px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #4d4d4d;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
}

.reiterleiste .reiter:hover {
    background-color: #deffcc;
}

.reiterleiste .reiter.aktiv {
    background-color: #deffcc;
}



.filedropmeldung {
    border: 5px dashed #fceabb;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    color: #d99d00;
    margin-bottom: 16px;
    border-radius: 16px;
    text-align: center;
}



.infopopupbutton {
    height: 11px;
    cursor: pointer;
    margin-right: 16px;
    opacity: 0.8;
}

.infopopupbutton:hover {
    opacity: 1.0;
}

.link_anzeige {
    padding: 4px;
    color: #1d1d1d;
    background-color: #bababa;
    font-family: monospace;
    display: inline-block;
    width: calc(100% - 12px);
    word-break: break-all;
    border-radius: 4px;
    vertical-align: middle;
}



table.datentabelle {
    border-collapse: collapse;
}

table.datentabelle thead tr {
    border-bottom: 1px solid #000;
}

table.datentabelle tr:nth-child(odd) {
    background-color: #f0f0f0;
}

table.datentabelle td {
    padding: 12px;
}



.klickbar {
    color: #468524;
    cursor: pointer;
    transition: color 0.2s;
}

.klickbar:hover {
    color: #000000;
}



table.optisch {
    border-collapse: collapse;
}

table.optisch tr {
    border-bottom: 1px solid #a2a2a2;
}

table.optisch tr:first-child {
    border-top: 1px solid #a2a2a2;
}

table.optisch td {
    padding: 8px;
}

table.optisch td input {
    margin: 0px;
}

table.optisch td select {
    margin: 0px;
}


table.optisch thead tr {
    border-bottom: 2px solid #646464;
}

table.optisch thead td {
    font-weight: bold;
}


table.optisch tfoot tr:first-child {
    border-top: 2px solid #646464;
}

table.optisch tfoot td {
    font-weight: bold;
}



table.struktur {
    width: 100%;
}

table.struktur tbody tr td {
    padding: 0px;
    border: 0px;
}



.filter_leiste {
    background-color: #d8d8d8;
    padding: 8px 50px 8px 8px;
    display: block;
    background-image: url('../../img/filter.png');
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 32px;
    margin-bottom: 16px;
    border-radius: 8px;
}

.filter_leiste select {
    display: inline-block;
    margin: 8px;
    width: auto;
}

.filter_leiste input {
    display: inline-block;
    margin: 8px;
    width: auto;
}