.task-board-header {

max-height: 15px;

}

.nummer {
    display:none !important;
}

.leiste_klein {
    width:30%;
    float:right;
    margin-right: 20px;
    margin-top: 40px;
}

.leiste_gross {
    width:65%;
    float:left;
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 10px;
    margin-top: 30px;
}

.leiste_gross .table-list-row {
height: 3px;
padding-top: 5px;
padding-bottom: 20px;
}

.leiste_klein .table-list-row {
height: 3px;
padding-top: 5px;
padding-bottom: 20px;
}

.leiste_klein .table-list-row .task-list-icons {
display:none;
}

.leiste_gross .table-list-row .task-list-subtasks {
display:none;
}

.leiste_klein .table-list-row .task-list-subtasks {
display:none;
}



.leiste_klein .table-list-row .dropdown {
display:none !important;
}

.leiste_gross .table-list-row .task-list-icons {
display:none;
}

.leiste_gross .table-list-row .dropdown {
display:none !important;
}

.leiste_gross .table-list-row .table-list-title a {
font-weight:400;
overflow:hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.leiste_klein .table-list-row .table-list-title a {
font-weight:400;
}

.leiste_klein .page-header-klein p a  {
font-weight:600;
}

.leiste_gross .page-header-klein p a  {
font-weight:600;
border-bottom: 3px solid rgb(171, 201, 255);
}

.leiste_klein .table-list-details  {
display:none !important;
} 

.leiste_klein .table-list-header-count {
font-weight:bold;
font-size:1.5em;
}

.leiste_gross .table-list {
height:300px;
overflow-y:scroll;
scrollbar-width: thin;
background: #eff2f6;
margin-bottom:20px;
}

.leiste_klein .table-list {
background: #eff2f6;
}

.leiste_gross .table-list::-webkit-scrollbar {
  width: 4px;
}

.leiste_gross .table-list::-webkit-scrollbar-track {
  background-color: white;
}

.leiste_gross .table-list::-webkit-scrollbar-thumb {
  background-color: #cad4e0;
}

.leiste_gross .pagination {
display:none;
}

.leiste_klein .pagination {
display:none;
}

.leiste_klein .table-list-header-count {
font-weight: bold;
font-size: 1.5em;
border-bottom: 5px solid rgb(255, 190, 0);
}

.board-column-expanded-header .board-column-title a {
text-transform: uppercase;
font-weight: bold !important;
font-size: 1em;
color:#333;
}

.board-add-icon .fa-plus:before {
color: rgb(105, 129, 223) !important;
font-size: 1em !important;
}

.board-add-icon .fa-plus:before::hover {
color: white !important;
}

.board-column-expanded-header>span[title="Aufgabenanzahl"] {
  display:none !important;
}

.board-column-header-task-count {
  display:none !important;
}

#task-view .sidebar-content .accordion-section {

margin: -0.5rem auto !important;
}

#task-view .sidebar-content .accordion-section .accordion-title {
border-bottom: 1px dashed #aaa !important;
font-size:1.1em !important;
}

/*#task-summary .task-summary-container {
 display:none !important;
}*/

#task-view .sidebar-content .accordion-content {
margin: 1rem 0 2rem 0 !important;
}

table th, table td {
line-height: 1rem;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
    
.leiste_klein {
width: 100%;
float:none;
}
}
    
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
    
.leiste_gross {
width: 100%;
float:none;
}

}

    
.table-list .task-list-icons {
margin-top: 0 !important;
}

.table-list .table-list-row .table-list-details {
font-size: 0.8rem;
}

.fc-basic-view .fc-body .fc-row {
height: 100px !important;
overflow-y:scroll;
overflow-x: hidden;
}

.sidebar-content #task-summary h2 {
border-bottom: 4px solid orange !important;
}

.task-summary-columns .status{
    display:none !important;
}

.task-summary-columns .swimlane{
    display:none !important;
}

.task-summary-columns .gestartet{
    display:none !important;
}

.task-summary-columns .erstellt{
    display:none !important;
}

.task-summary-columns .bearbeitet{
    display:none !important;
}

.task-summary-columns .verlegt{
    display:none !important;
}

.task-summary-columns .spalte{
    display:none !important;
}

.task-summary-columns .position{
    display:none !important;
}

.task-summary-columns .ersteller{
    display:none !important;
}


.untenrechts {
    float: right;
    width:40%;
    text-align: right;
    position: relative;
}

.untenrechts span{

font-size: 0.8em;
text-transform: uppercase;

}



.untenlinks {
    float: left;
    width:40%;
    position: relative;
}

.untenlinks:before {
content: "";
display: inline-block;
width: 250px;
height: 16px;
background: linear-gradient(60deg, rgba(0, 0, 0, 0), rgba(255, 236, 0, 0.38) 26.05%, rgba(255, 236, 0, 0.44) 71.85%, transparent);
position: absolute;
top: 0px;
z-index: 0;
left: -11px;
}

.untenrechts:before {
content: "";
display: inline-block;
width: 120px;
height: 16px;
background: linear-gradient(60deg, rgba(0, 0, 0, 0), rgba(255, 0, 130, 0.15) 26.05%, rgba(255, 0, 106, 0.16) 71.85%, transparent);
position: absolute;
top: 0px;
z-index: 0;
right: -23px;
}

#task-view .sidebar-content #task-summary {
  max-width: 900px !important;
}

#task-summary .rechts {
    float:right;
    position: relative;
    font-style: italic;
 
   
}

#task-summary .rechts small {
    text-align:right;
    color:#888;
    float: right;
 
   
}


#task-summary .task-summary-container {
    display: none;
}


#task-summary .leererblock {
    clear: both;
}

