body													{ font-family: 'Open Sans', sans-serif; font-size: 16px; color: #000A15; line-height: 24px; background: #F4F4F4; }
.container											{ width: 600px; margin: 0 auto; padding: 0 0 0 0; }
.page													{ padding: 0px; /*background: #ffffff;*/ }

*														{ margin: 0; padding: 0; box-sizing: border-box; color: inherit; font-size: inherit; font-family: Open Sans; }
#shader												{ display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 5; background: rgba( 0,0,0,0.5 ); }
body.form_focus #shader							{ display: block; }

.form_container									{ position: relative; z-index: 8; line-height: 1px; }
.form_container form table						{ line-height: 15px; }
.form_container form *							{ /*line-height: 25px;*/ }
.form_titlebar										{ padding: 5px 10px; background: #acbbc6; border-radius: 5px 5px 0 0; font-weight: bold; }
.form_titlebar i									{ margin-right: 10px; }
.form_container textarea						{ width: 100%; height: 58px; padding: 3px 8px; border: 2px solid #eeeeee; resize: none; outline: none; }
body.form_focus .form_container textarea	{ height: 154px; }

.form_hidden										{ display: none; }
body.form_focus .form_hidden					{ display: block; }

.form_backgrounds									{ background: #eeeeee; }
.form_backgrounds ul								{ padding: 3px; }
.form_backgrounds ul:after						{ display: block; content: ""; clear: both; }
.form_backgrounds ul li							{ float: left; width: 5%; padding: 2px; list-style: none; }
.form_backgrounds ul li div					{ padding: 50%; border-radius: 2px; border: 1px solid #969696; }
.form_backgrounds ul li.submit				{ float: right; width: 25%; }
.form_backgrounds ul li.submit button		{ width: 100%; height: 26px; padding: 0 10px; margin: 7px 0px 5px -5px; border: none; outline: none; color: #FFF; background-color: #894F63; border-radius: 2px; line-height: 26px; text-align: left; }
.form_backgrounds ul li.submit button:hover		{color: #FFF; background-color: #acbbc6;}
.form_backgrounds ul li.submit button i	{ float: right; margin-top: 6px; }

.form_buttons										{ background: #eeeeee; border-radius: 0px 0px 5px 5px }
.form_buttons ul									{ padding: 0; border-radius: 0px 0px 5px 5px; }
.form_buttons ul:after							{ display: block; content: ""; clear: both; }

.form_buttons ul li								{ float: left; width: 33.333%; padding: 10px; list-style: none; }
.form_buttons.form_buttons_desktop ul li	{ width: 100%; }
.form_buttons ul li > div						{ position: relative; height: 38px; overflow: hidden; border: 3px solid #39CAF4; background: #C7F0FC; border-radius: 5px; }
body.form_focus .form_buttons ul li > div	{ height: auto; padding: 50%; }
body.form_focus .form_buttons.form_buttons_desktop ul li > div	{ padding: 15%; }




.form_buttons ul li div.form_mm_title		{ position: absolute; left: 0; top: 0; right: 0; height: 32px; padding: 3px 10px; background: #39CAF4; color: #ffffff; }
.form_buttons ul li div.form_mm_title i	{ margin-right: 10px; }

.form_buttons ul li div.form_mm_cloud		{ display: none; position: absolute; left: 0; top: 32px; right: 0; bottom: 0; }
body.form_focus .form_buttons ul li div.form_mm_cloud		{ display: block; }
.form_buttons ul li div.form_mm_cloud table	{ width: 100%; height: 100%; line-height: 16px; font-size: 12px; }
.form_buttons ul li div.form_mm_cloud table td	{ text-align: center; vertical-align: middle; color: #969696; }
.form_buttons ul li div.form_mm_cloud table td i{ font-size: 48px; line-height: 54px; }


.form_buttons .dropzone							{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.form_buttons .dropzone *						{ display: none; }
.form_buttons ul li > label					{ display: block; position: relative; height: 38px; overflow: hidden; border: 3px solid #39CAF4; background: #C7F0FC; border-radius: 5px; }
body.form_focus .form_buttons ul li > label	{ height: auto; padding: 50%; }

#form_img_lst ul									{ background: #eeeeee; }
#form_img_lst ul:after							{ display: block; content: ""; clear: both; }
#form_img_lst ul li								{ float: left; width: 33.333%; padding: 10px; list-style: none; }
#form_img_lst ul li div							{ padding: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }
#form_img_lst ul li:first-of-type			{ width: 100%; }
#form_img_lst ul li:first-of-type div		{ padding: 25%; }

#form_doc_lst ul									{ background: #eeeeee; padding: 0px !important; }
#form_doc_lst ul li								{ list-style: none; padding: 5px !important; }
#form_doc_lst ul li a							{ text-decoration: none; color: #124198; }
#form_doc_lst ul li a:hover					{ color: #ff3333; }
#form_doc_lst ul li i							{ margin-right: 10px; }

#form_mov_lst ul li								{ list-style: none; }

#doc_lst ul 										{ padding: 0px !important; }
#doc_lst ul li										{ padding: 5px }	
#doc_lst ul li:nth-of-type(odd)				{ background-color:#E4E3E4; }

.pdf {
	background: url(../img/pdf.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;	
}
.doc
{
	background: url(../img/doc.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;	
}
.xls
{
	background: url(../img/xls.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;	
}
.ppt
{
	background: url(../img/ppt.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;	
}


/*############ Gruppen Button Start ################# */

.grpBtn					{ width: 250px; margin: 0px; padding: 12px 16px; text-align: left; font-size: 16px; cursor: pointer; color: #000; background-color: #E4E3E4; border: none;  }
.grpBtn:hover			{ color: #FFF; background-color: #acbbc6; }
.grpBtnSelected			{ color: #FFF; background-color: #acbbc6; }

/*############ Gruppen Button Ende ################# */



/*############ POSTIT Start ################# */

.PostIt_container		{ display:block; margin-left: 30px; margin-top: 30px; }
.PostIt_text			{ position: absolute; margin: 10px 40px 0px -230px; font-size: 18px; font-family: 'Indie Flower', cursive; }
.PostIt_text > b		{ font-family: 'Indie Flower', cursive; }

/*############ POSTIT Ende ################# */



/* ab hier die Fron-Darstellung*/
#img_lst ul									{ background: #eeeeee; }
#img_lst ul:after							{ display: block; content: ""; clear: both; }
#img_lst ul li								{ float: left; width: 33.333%; padding: 2px; list-style: none; }
#img_lst ul li div						{ padding: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }
#img_lst ul li:first-of-type			{ width: 100%; }
#img_lst ul li:first-of-type div		{ padding: 25%; }


#doc_lst ul									{ background: #f4f4f4; padding: 0 10px; }
#doc_lst ul li								{ list-style: none; }
#doc_lst ul li:hover						{ background-color: #894f63; color: white; }
#doc_lst ul li a							{ text-decoration: none; color: #124198; }
#doc_lst ul li a:hover					{ color: #ff33ff; }
#doc_lst ul li i							{ margin-right: 10px; }

#mov_lst ul li								{ list-style: none; }

.timeline-container { background-color: #F4F4F4;}

<!--######################################-->

[aria-required=true]{
	background-color:#fff !important;
}
.widget-header-small {
    border-width: 3px;
}
.widget-box {
    padding: 10PX;
    box-shadow: none;
    margin: 10px 0 20px 0px;
    border: 1px solid #e1e1e1;
	 border-radius:5px !important;
	 background-color:#FFFFFF;
}
.widget-color-blue {
    border-color: #307ECC;
}
/** {
  	margin: 0;
    padding: 0;
    box-sizing:  border-box;
    font-family: Open Sans;
} */      
.flex_container {
	position: relative;
    margin-top: 44px;
    width: 100%;
    display: flex;
    align-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
}
.flex_box {
	display: block;
	padding:  5px;
}
.flex_box_25 {
	width: 300px;
	height: 100%;
	text-align: left;
	position: fixed;
	margin-left: -310px;
	margin-top:10px;
}
@media only screen and (max-width: 500px) {
	header  {display: none; } 
	.flex_box_25 { display: none; }
    
}
.flex_box_75 {
	width: 300px;
	height: 100%;
	text-align: left;
	position: fixed;
	margin-left: 480px;
	margin-top: 10px;
	margin-left:510px;
}
.flex_box_50 {
	width: 250px;
	height: 100%;
	text-align: center;
}
.flex_box_100 {
	width: 100%;
}

.button_100 {
	position: relative;
	width: 100%;
	background: #0065ae;
	color: white;
	margin: 10px 0px;
	padding: 10px;
}
.list_100 {
	position: relative;
	width: 90%;
	/* height: 50px; */
	color: black;
	margin-bottom: 5px;
}
.button_inner {
	position: relative;
	padding: 50px 10px 10px 10px;
}
.icon {
	position: absolute;
	left:  50%;
	top:  10px;
	width: 40px;
	margin-left: -20px;
	height: 30px;
	font-family: "Font Awesome 5 Free Regular";
	/*font-family: "Awesome Font Brands";*/
	background-repeat:  no-repeat;
	background-position:  center;
	background-size:  contain;
}
.button_text {
	text-align: center;
	font-size: 15px;
	font-weight: normal
}
.button_text span {
	color: white;
}

.button {
    background-color: #894F63;
    border: none;
    color: white;
	top: -35px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}
	
input[type=text] {
    width: 100%;
	height: 90px;
    padding: 12px 20px 10px 20px;
    margin: 0px 0px 40px 0px;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
	font-size: 14px;
	border-radius: 0px !important;
}

input[type=text]:focus {
    border: 3px solid #894F63;
}

h1 {
	color: #0065ae;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;

}
::-webkit-input-placeholder {
   text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}
:-ms-input-placeholder {  
   text-align: center; 
}
header {
	list-style: none;  
	justify-content: space-around;
	background: #7E4658;
	box-sizing: border-box;
	height: 50px;
	margin: 0 auto;
	padding: 7px;
	width: 100%;
	flex-direction: row;
	position: fixed;
	top: 0;
	z-index: 10;
}
.flex-item {
	padding: 5px;
	width: 50px;
	font-size: 1em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
p {
	margin-top: 50px; 
	padding: 5px;
}
.flex-item_search {
	width: 85%;
	padding-top: 2px;
	text-align: center;
	height: fit-content;
	margin-left: -15px;
   margin-right: -70px;
}

.button4 {
    background-color: #ffffff00;
    color: black;
    border: 0px solid #e7e7e7;
	 cursor: pointer;
}

.post_user_pic {
	height: 40px;
	width: 40px;
	background-color: transparent;
	border-radius: 100%;
	padding: 0px;
	margin-bottom: 10px;
}

input {
	border: 1px solid #D690A8;
	border-radius: 10px;
	height: 30px;
	padding-left: 5px;
	width: 100%;
}
input.empty {
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 15px;
}
.btn {
	/*background-color: #ECC9D4;*/
	background-color: #E4E3E4;
	border: none;
	color: #505050;
	padding: 12px 16px;
	font-size: 16px;
	cursor: pointer;
	width: 250px;
	text-align: left;
}

.btnGreen {
	color: #FFFFFF;
	background-color: #40A85E;
}

.btnRed {
	color: #FFFFFF;
	background-color: #ff2c2c;
}

.btn_active{
	/*background-color:#CFBBC1;*/	
	background-color:#acbbc6;
	color: white;
	
}

ul {
	list-style-type: none;
}
.container{
	margin: 0 auto;
	display: flex;
	width: 500px !important; 
}
.container-content{
	width: 500px;
	margin: 0 auto;
	display: flex;
}
a 
{
	text-decoration: underline;
}
/* webkit solution */
::-webkit-input-placeholder { text-align:left; }
/* mozilla solution */
input:-moz-placeholder { text-align:left; }	



.nav-user-photo{ position: absolute;margin:-2px 0px 0 -10px; padding: 0px;border-radius:100%;border:2px solid #FFF;max-width:40px;max-height:40px }

.buttonLogout {
	color: white;
	border: 0px;
	cursor: pointer;
	position: absolute;
	margin: 4px 0px 0px 45px;
	background-color: #7E4658;
	font-size: 30px;
}

.buttonLogin {
	color: white;
	border: 0px;
	cursor: pointer;
	position: absolute;
	margin: 4px 0px 0px 25px;
	background-color: #7E4658;
	font-size: 30px;
}


/******* TEXT TO SPEECH CONTROLS *******/
.tts							{ display: none; margin: 0 !important; padding: 3px 0 0 0 !important; justify-content: end; }
.tts li						{ height: 30px; padding: 0 0 0 5px; font-size: 20px; line-height: 30px; color: black; cursor: pointer; }
.tts li:hover				{ color: #7E4658; }
.tts li i					{ font-size: 20px; line-height: 30px; }