
/*=============== Statseiten & Dashboardelemente ==================*/

	.dashboard .post.x1y1, 
	.dashboard .post.x1y2, 
	.dashboard .post.x2y1, 
	.dashboard .post.x2y2, 
	.dashboard .post.x3y1, 
	.dashboard .post.x3y2, 
	.dashboard .post.x4y1, 
	.dashboard .post.x4y2,
	.dashboard .post.x1y3,
	.dashboard .post.x2y3,
	.dashboard .post.x3y3,
	.dashboard .post.x4y3,
.dashboard .post.x5y1,
.dashboard .post.x5y2,
.dashboard .post.x5y3 	{
		position:relative;
		padding:0;
		margin:0 10px 20px 10px;
		border-bottom-width:3px;
		display: inline-block;
		/*-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;*/
		overflow: hidden;
		background: #fff;
		overflow: hidden;
		vertical-align: top;
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.05);
		overflow-y: scroll;
		border-radius: calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px);
	}
	
	.dashboard .post.x5y1 {
		width: 1678px;
		height: 301px;
	}
	
	.dashboard .post.x5y2 {
		width: 1678px;
		height: 622px;
	}
	
	.dashboard .post.x5y3 {
		width: 1678px;
		height: 943px;
	}
	
	.dashboard .post.x1y3 {
		width: 319px;
		height: 943px;
	}
	
	.dashboard .post.x2y3 {
		width: 659px;
		height: 943px;
	}
	
	.dashboard .post.x3y3 {
		width: 999px;
		height: 943px;
	}
	
	.dashboard .post.x4y3 {
		width: 98%;
		max-width: 1338px;
		height: 943px;
	}
	
	.dashboard .post.x1y1 {
		width: 319px;
		height: 301px;	
	}
	
	.dashboard .post.x2y2 {
		width: 659px;
		height: 622px;
	}
	
	.dashboard .post.x1y2 {
		width: 319px;
		height: 622px;
	}
	
	.dashboard .post.x2y1 {
		width: 659px;
		height: 301px;
	}
	
	.dashboard .post.x3y1 {
		width: 999px;
		height: 301px;
	}
	
	.dashboard .post.x3y2 {
		width: 999px;
		height: 622px;
	}
	
	.dashboard .post.x4y1 {
		width: 98%;
		max-width: 1338px;
		height: auto;
		min-height: 301px;
		max-height: 301px;
	}
	
	.dashboard .post.x4y2 {
		width: 98%;
		max-width: 1338px;
		height: 622px;
	}
		
/* chrome workaround */
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
			
		.dashboard .post {
			float: left;
		}
			
	}

	.dashboard h2 {
		margin: 10px 0 10px 0;
		padding: 0 10px;	
		line-height: normal;
		display: block;
		clear: both;
		position: relative;
		color: rgba(255,255,255,1);
		font-size: 20px;
		font-weight: normal;
	}
	
	@media only screen and (min-width: 768px) and (max-width: 1200px) {  
		
		.dashboard h2 {
			max-width: 600px;
		}
		
	}
	
	.dashboard h3 {
		margin: 0;
		padding: 0;	
		line-height: normal;
		display: block;
		clear: both;
		position: relative;
		font-weight: bold;
		font-size: 16px;
	}
	
	.dashboard .menu2 h2:before, 
	.dashboard .menu3 h2:before, 
	.dashboard .menu4 h2:before, 
	.dashboard .registrierung h2:before, 
	.dashboard .login h2:before {
		font-family: 'LineAwesome';
		font-style: normal;
		font-weight: normal;
		font-size: 40px;
		text-decoration: inherit;
		padding: 0;
		margin:  0;
		display: block;
		opacity: 0.5;
		right: 10px;
		top: 0;
		position: absolute;
		line-height:60px;
	}

	.dashboard p, 
	.dashboard ul {
		clear: both;
		overflow: hidden;
		color: rgba(0,0,0,0.5);
	}
	
	.dashboard a {
		padding: 0;	
		font-weight: normal;
		text-decoration: none;
		/*max-width: auto;*/
		overflow: hidden;
	}
	
	.dashboard em {
		font-style: italic;
	}
	
	.dashboard a:hover {
		text-decoration: none;
	}
	
	.dashboard ul li a {
		text-indent: -16px;
		padding: 0 0 0 16px;
		display: block;
		font-weight: normal;
	}
	
	.dashboard ul li a:hover {
		text-decoration: none;
		border-radius: 0;
		background: none;
	}
	
	.dashboard ul li a:before {
		content: "\f105";
		font-family: 'LineAwesome';
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		padding: 0 10px 0 0 ;
	}
	
	/*.dashboard button {
		font-family: Open Sans, Arial, Helvetica, sans-serif;
		border: none;
		border-radius: 2px;
		color: #000;
		position: relative;
		height: 36px;
		min-width: 64px;
		padding: 0 16px;
		display: inline-block;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0;
		overflow: hidden;
		outline: none;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		line-height: 36px;
		vertical-align: middle;
		background: rgba(158,158,158,.2);
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
		margin: 0 10px 10px 10px;
	}*/
	
	.dashboard button.button_delete, 
	.dashboard button.button_outbox, 
	.dashboard button.button_inbox, 
	.dashboard button.new_message, 
	.dashboard button.filter_intern, 
	.dashboard button.filter_vorgang, 
	.dashboard button.filter_kunde, 
	.dashboard button.filter_alle, 
	.dashboard button.save,
	.dashboard button.button_assign,
	.dashboard button.button_reply  	{
		position: relative;
		font-size: 0;
		width: 50px;
		min-width: 50px;
		padding: 10px 0;
		font-size: 0;
		margin: 20px 3px 20px 0;
		background: #004c88;
		border: 1px solid #004c88;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		cursor: pointer;
		color: #fff;
		border-radius: 4px;
	}
	
	.dashboard button.button_outbox, 
	.dashboard button.button_inbox 	{
		background: #e5e5e5;
		border: 1px solid #e5e5e5;
		color: rgba(0,0,0,.2);
		border-radius: 0;
		margin: 20px -4px 20px 0;
	}
	
	.dashboard button.xlarge {
		text-align: left;
		width: auto;
		min-width: auto;
		padding: 10px 10px 10px 10px;
		font-size: 15px;
		font-weight: 400;
	}

	.dashboard button .button_txt {
		padding: 0;
		margin: 0;
		position: relative;
		top: -4px;
	}
	
	.dashboard button.filter_alle {
		background: #333;
		border: 1px solid #333;
		color: #fff;
	}
	
	.dashboard button.filter_alle:hover, 
	.dashboard button.filter_alle.selected {
		background: #fff;
		border: 1px solid #333;
		color: #333;
	}
	
	.dashboard button.filter_intern {
		background: #999;
		border: 1px solid #999;
		color: #fff;
	}
	
	.dashboard button.filter_intern:hover, 
	.dashboard button.filter_intern.selected {
		background: #fff;
		border: 1px solid #999;
		color: #999;
	}
	
	.dashboard button.filter_vorgang {
		background: rgb(242,148,46);
		border: 1px solid rgb(242,148,46);
		color: #fff;
		
		background: #a864a8;
		border: 1px solid #a864a8;
	}
	
	.dashboard button.filter_vorgang:hover, 
	.dashboard button.filter_vorgang.selected {
		background: #ffff;
		border: 1px solid rgb(242,148,46);
		color: rgb(242,148,46);
		
		border: 1px solid #a864a8;
		color: #a864a8;
	}
	
	.dashboard button.filter_kunde {
		background: rgb(0,76,136);
		border: 1px solid rgb(0,76,136);
		color: #fff;
	}
	
	.dashboard button.filter_kunde:hover, 
	.dashboard button.filter_kunde.selected {
		background: #ffff;
		border: 1px solid rgb(0,76,136);
		color: rgb(0,76,136);
	}
	
	.dashboard button.button_delete:hover, 
	.dashboard button.button_outbox:hover, 
	.dashboard button.button_outbox.selected,
	.dashboard button.button_inbox:hover, 
	.dashboard button.button_inbox.selected,
	.dashboard button.new_message:hover,
	.dashboard button.button_assign:hover {
		background: #fff;
		border: 1px solid #004c88;
		background: #fff;
		color: #004c88;
	}
	
	.dashboard button.button_outbox:hover, 
	.dashboard button.button_outbox.selected,
	.dashboard button.button_inbox:hover,
	.dashboard button.button_inbox.selected	{
		background: #fff;
		border: 1px solid #fff;
		color: rgba(0,0,0,0.7);
	}
	
	.dashboard button.new_message:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f15b";
	}
	
	.dashboard button.button_delete:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f15b";
		content: "\f1f8";
	}
	
	.dashboard button.filter_alle:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f674";
	}
	
	.dashboard button.filter_intern:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f013";
		content: "\f01c";
		content: "\f15c";
		content: "\f682";
	}
	
	.dashboard button.filter_vorgang:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f07b";
	}
	
	.dashboard button.filter_kunde:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f007";
	}
	
	.dashboard button.button_outbox:before, 
	.dashboard button.button_inbox:before,
	.dashboard button#mailbox_all:before	{
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f01c";
		content: "\f064";
	}
	
	.dashboard button.button_inbox:before {
		content: "\f01c";
	}
	
	.dashboard button.button_outbox:before {
		content: "\f658";
	}
	
	.dashboard button#mailbox_all:before {
		content: "\f199";
	}
	
	.dashboard button.button_assign:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f65e";
	}
	
	
	.dashboard button.button_reply:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f3e5";
		
	}
	
	
	
	
	
	
	
	
	
	.dashboard button.button_delete:disabled, 
	.dashboard button.button_outbox:disabled, 
	.dashboard button.button_inbox:disabled, 
	.dashboard button.filter_vorgang:disabled,
	.dashboard button.new_message:disabled,
	.dashboard button.button_assign:disabled,
	.dashboard button.button_reply:disabled	{
		opacity: .5;
		cursor: default;
		background: #e5e5e5;
		border: 1px solid #e5e5e5;
		color: #ccc;
	}
	
	.dashboard button.save:before {
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
		font-size: 28px;
		line-height: 22px;
		text-align: left;
		content: "\f0c7";
		content: "\f1d8";
	}
	
	.dashboard button.save:disabled {
		opacity: .5;
		cursor: default;
		background: #e5e5e5;
		border: 1px solid #e5e5e5;
		color: #ccc;
	}
	
	.dashboard button.save:hover {
		border: 1px solid #004c88;
		background: #fff;
		color: #004c88;
	}
	
	
	
	.dashboard button.reply:hover {
		border: 1px solid #004c88;
		background: #fff;
		color: #004c88;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*=============== Dashboard ==================*/	
	
	.dashboard table {
		margin: 10px;
		width: 90%;
	}
	
	.dashboard .db_headline {
		color: rgba(0,0,0,0.7);
	}
	
	.dashboard .x1y1 .db_headline, 
	.dashboard .x1y2 .db_headline, 
	.dashboard .x1y3 .db_headline 		{
		max-width: 220px;
		line-height: normal;
	}
	
	.dashboard .x2y1 .db_headline, 
	.dashboard .x2y2 .db_headline, 
	.dashboard .x2y3 .db_headline 		{
		max-width: 550px;
		line-height: normal;
	}
	
	.dashboard_iconlist {
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
	}	
	
	.dashboard_close, 
	.dashboard_change {
		display:block;
		float: left;
		width: 40px;
		height: 40px;
		position: relative;
		cursor: pointer;
	}

	.dashboard_close:after, 
	.dashboard_change:after	{
		font-family: 'Line Awesome Free';
		font-style: normal;
		font-weight: bold;
		text-decoration: inherit;
		padding: 0;
		line-height: 40px;
		position: absolute;
		right: 10px;
		font-size: 20px;
	}
	
	.dashboard_close:after	{
		content: "\f00d";
	}
	
	.dashboard_change:after	{
		content: "\f338";
		transform: rotate(45deg);
	}

	.dashboard article.admin1 {
		display: block;
	}
	
	.dashboard article#dashboard1, 
	.dashboard article#dashboard2, 
	.dashboard article#dashboard3 {
		display: none;
	}
	
	body.dashboard1_Close 
	.dashboard article#dashboard1, 
	body.dashboard2_Close .dashboard article#dashboard2, 
	body.dashboard3_Close .dashboard article#dashboard3		{
		display: block;
	}
	
	.dashboard .tooltip .tooltiptext {
		top: 40px;
	}

	.dashboard .graph_head {
		display: flex; flex-direction: column;
	}
	
	.dashboard .graph_content {
		display: flex; flex: 1; flex-direction: column; min-height: 0;
	}



/*=============== Startseiten Boxen in Größe verändern ==================*/	

	.change_box {
		position: absolute;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-width: 0 1px 1px;
		border-radius: 0 0 4px 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		margin-top: 40px;
		right: 0;
		line-height: normal;
		overflow: hidden;
		padding: 5px 10px 5px 10px;
		z-index: 10;
		min-width:110px;
		min-height: 30px;
	}
	
	.change_box:after {
		content: "\f111";
		font-family: 'Line Awesome Free';
		font-weight: bold;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		font-size: 12px;
		cursor: default;
	}	
	
	.change_box a.change_box_active, 
	.change_box a.change_box_inactive	{
		display: block;
		text-align: center;
		margin: 0;
		padding:0;
		width: 100%;
		color: rgba(0,0,0,.5);
		min-height: 30px;
	}
	
	.change_box a.change_box_inactive	{
		color: rgba(0,0,0,.1);
		cursor: default;
	}	
	
	.change_box a.left	{
		text-align: left;
		float: left;
		display: inline-block;
		width: 30%;
		padding: 10px 0 0 10%;
		margin: 0 10% 0 0;
		height: 30px;
	}
	
	.change_box a.right	{
		text-align: right;
		float: right;
		display: inline-block;
		width: 30%;
		padding: 10px 10% 0 0;
		margin: 0 0 0 10%;
		height: 30px;
	}
	
	.change_boxLink1:before {
		content: "\f106";
		font-family: 'Line Awesome Free';
		font-weight: bold;
		font-size: 24px;	
		position: absolute;
		left: 50%;
		top: 10%;
		transform: translate(-50%,0);
	}
	
	.change_boxLink2:before {
		content: "\f104";
		font-family: 'Line Awesome Free';
		font-weight: bold;
		font-size: 24px;	
		position: absolute;
		left: 10%;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	.change_boxLink3:before {
		content: "\f105";
		font-family: 'Line Awesome Free';
		font-weight: bold;
		font-size: 24px;
		position: absolute;		
		right: 10%;
		top: 50%;
		transform: translate(0,-50%);
	}
	
	.change_boxLink4:before {
		content: "\f107";
		font-family: 'Line Awesome Free';
		font-weight: bold;
		font-size: 24px;
		position: absolute;		
		left: 50%;
		bottom: 10%;
		transform: translate(-50%,0);
	}
	
	#box5 .boxPadding i {
		font-size: 32px;
		vertical-align: middle;
		margin: 0 0 5px 0;
	}
	
	
	
	.messages {
		width: 100%;
		overflow: hidden;
	}
	
	.messages ul {
		width: 100%;
	}
	
	.messages ul li {
		padding: 0 0 0 35px;
		margin: 0;
		width: 100%;
		border-bottom: #ccc 1px solid;
		/*border-top: #fff 1px solid;*/
		/*min-width: 500px;*/
		min-height: 35px;
		line-height: 35px;
		position: relative;
	}
	
	.messages ul li.intern:before, 
	.messages ul li.kunde:before,  
	.messages ul li.vorgang:before {
		content: ".";
		font-family: 'Line Awesome Free';
		font-weight: bold;
		font-size: 80px;
		position: absolute;
		top: -25px;
		left: 5px;
	}
	
		.messages ul li.intern:before {
			color: rgba(0,0,0,.3);
		}
		
		.messages ul li.kunde:before {
			color: rgb(0,76,136);
		}
		
		.messages ul li.vorgang:before {
			color: rgb(242,148,46);
		}
	
	.messages ul li.unread {
		font-weight: bold;
	}
	
	.messages ul li:hover {
		cursor: pointer;
		background: #ededed;
		/*border-bottom: #fff 1px solid;*/
		/*border-top: #fff 1px solid;*/
	}
	
	.messages ul li.selected  {
		background: #ededed;
		padding: 0 0 30px 35px;
		margin: 0;
	}
	
	.messages ul li:last-child, 
	.messages ul li:last-child:hover {
		border-bottom: none;
		margin:  0;
	}
	
	.message_preview {
		border: #ccc 1px solid;
		border-radius: calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px);
		margin: 0;
		padding: 1em 1em;
		overflow: hidden;
	}
	
	.messages ul li .cVorschau {
		color:rgba(0,0,0,0.5);
		overflow: hidden;
		line-height: normal;
	}
	
	.messages ul li.selected .cVorschau {
		padding: 20px 0 10px 20px;
		margin: 0 0 0 -19px;
	}
	
	.messages ul li.selected .cVorschau {
		/*outline: 4px solid rgb(0,76,136);
		outline-offset: 15px;*/
		box-shadow: -3px 0px 0px 0px rgb(0,76,136), 0px 0px 0px 0px rgb(0,76,136);
	}
	
	.messages ul li.selected.vorgang .cVorschau {
		box-shadow: -3px 0px 0px 0px rgb(242,148,46), 0px 0px 0px 0px rgb(242,148,46);
	}
	
	.messages ul li.selected.kunde .cVorschau {
		box-shadow: -3px 0px 0px 0px rgb(0,76,136), 0px 0px 0px 0px rgb(0,76,136);
	}
	
	.messages ul li.selected.intern .cVorschau {
		box-shadow: -3px 0px 0px 0px rgba(0,0,0,.3), 0px 0px 0px 0px rgba(0,0,0,.3);
	}
	
	
	
	.messages ul li span.n_datum, .messages ul li span.n_name_liste, .messages ul li span.n_betreff  {
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0 20px 0 0;
		min-width: 200px;
		/*max-width: 200px;
		line-height: 25px;
		border-right: #ccc 1px solid;
		vertical-align: top;*/
	}
	
	.messages ul li span.n_betreff {
		border-right: none;
	}
	
	/*.messages ul li span.n_datum, .messages ul li span.n_name_liste, .messages ul li span.n_betreff {
		 overflow: hidden;
	  text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  white-space: nowrap;
	  max-width: 350px;
	}*/
	
	
	
	.box_nachrichten {
		position: relative;
	}
	
	.dashboardbox_header {
		position: sticky;
		top: 0;
		height: auto;
		background: #fff;
		margin-left: 0;
		margin-top: 0;
		z-index: 1;
		overflow: visible;
	}
	
	.dashboardbox_header .boxPadding {
		padding: 0 10px 10px 10px;
	}
	
	.messages ul li .messagelink {
		display: none;
	}
	
	.messages ul li.selected .messagelink {
		clear:both;
		display: table;
		margin: 0 0 20px 0;
		padding: 0 5px;
		text-indent: 0;
		border: 1px solid #000;
		border-radius: 5px;
		text-align: center;
		width: auto;
		color: #000;
		line-height: 25px;
	}
	
	/*.messages ul li.selected .messagelink:hover {
		border: 1px solid #009de0;
		color: #009de0;
	}*/
	
	.messages ul li.selected .messagelink:before {
		content: "";
		padding: 0;
	}
	
	
	.dashboard .portrait img {
		border-radius: 50% !important;
	}
	
	.dashboard #headline_liste {
		font-weight: bold;
	}
	
	
/*=============== Reiter für boxen 29.07.2021 ==================*/	

	.db_headline_row {
		overflow: hidden;
		background:#ededed;
	}
	
	.dashboard #box_nachrichten h2.db_headline {
		display: inline-block;
		padding: 10px 10px;	
		margin: 0;
		font-size: 18px;
	}
	
	.dashboard #box_nachrichten h2.db_headline.inactive {
		background:#e5e5e5;
		color: #ccc;
	}
	
	.dashboard #box_nachrichten h2.db_headline.active {
		background:#fff;
	}
	
	.headline_buttons {
		padding: 0;
		margin: 0 0 0 -10px;
		top: -20px;
		position: absolute;
	}
	
	.dashboard .post.x1y2 .headline_buttons {
		position: relative;
		top: -42px;
		max-width: 200px;
		background: #fff;
	}
	
	.dashboard .post.x1y2 button.button_outbox,
	.dashboard .post.x1y2 button.button_outbox:hover, 
	.dashboard .post.x1y2 button.button_outbox.selected,
	.dashboard .post.x1y2 button.button_inbox,
	.dashboard .post.x1y2 button.button_inbox:hover,
	.dashboard .post.x1y2 button.button_inbox.selected	{
		margin: 0 3px 0 0;
		font-size: 0;
		width: 50px;
		min-width: 50px;
	}
	
	
	
		
	.todo-container {
		list-style: none;
		padding: 0px 0 20px;
		position: relative;
		font-size: 15px;
	}
	
	.todo-container:before {
		top: 0;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 2px;
		/*background-color: #e9ecf2;*/
		left: 25px;
		margin-right: -1.5px; 
	}
	
	.todo-container > li {
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
	}
	
	.todo-container > li:before, .timeline > li:after {
		content: " ";
		display: table;
	}
	
	.todo-container > li:after {
		clear: both; 
	}
	
	.todo-panel {
		width: calc( 100% - 65px );
		float: right;
		border: 1px solid #C3C3C3;
		border-radius: 4px;
		padding: 20px 20px;
		position: relative;
		box-shadow: none;
		line-height: 32px;
	}
	
	.todo-container > li > .todo-panel:before {
		position: absolute;
		top: 26px;
		left: -11px;
		display: inline-block;
		border-top: 11px solid transparent;
		border-right: 11px solid #C3C3C3;
		border-left: 0 solid #C3C3C3;
		border-bottom: 11px solid transparent;
		content: " ";
	}
	
	.todo-container > li > .todo-panel:after {
		position: absolute;
		top: 27px;
		left: -10px;
		display: inline-block;
		border-top: 10px solid transparent;
		border-right: 10px solid #fff;
		border-left: 0 solid #fff;
		border-bottom: 10px solid transparent;
		content: " ";
	}
	
	.todo-container > li > .todo-badge {
		color: #fff;
		width: 46px;
		height: 46px;
		line-height: 51px;
		font-size: 1.4em;
		text-align: center;
		position: absolute;
		top: 13px;
		left: 0px;
		margin-right: -25px;
		background-color: rgb(0,76,136);
		border-radius: 9999px;
	}
	
	.todo-container > li > .todo-badge.nachrichten {
		background-color: #009de0;
		background-color: rgb(0,76,136);
	}
	
	.todo-container > li > .todo-badge i {
		font-size: 28px;
		color: #ffa901;
	}
	
	.todo-container > li > .todo-badge.nachrichten i {
		font-size: 28px;
		color: #ffa901;
	}
	
	
	.todo-container > li > a,
	.dashboard ul.todo-container li a	{
		text-indent: 0;
		padding: 0;
		display: block;
		font-weight: normal;
	}
	
	.todo-container > li > a:before,
	.dashboard ul.todo-container li a:before {
		content:none;
	}



	.dashboard .post.x1y1 .col2,
	.dashboard .post.x1y2 .col2	{
		width: 100%;
	}
	
	.dashboard .post.x1y1 #chart2,
	.dashboard .post.x1y2 #chart2,
	.dashboard .post.x2y1 #chart2,
	.dashboard .post.x2y2 #chart2	{
		float: left;
	}
	
	.dashboard .post.x1y1 #chart,
	.dashboard .post.x1y2 #chart,
	.dashboard .post.x2y1 #chart,
	.dashboard .post.x2y2 #chart	{
		margin: 0 0 20px 0;
		float: left;
	}
	

	
	