

/* --- Stylesheet 7125 () --------- */ 

.T4465 { margin-top: 110px important; }
.T4465 .team {
	margin: 10px 0px;
	padding: 20px 10px;
	background-color: #eee;
}

.T4465.app .team {
    margin: 10px 0px 15px 0px;
    padding: 10px 8px;
}


.T4465 .team h2 { 
	margin: 5px 0px;
}


.T4465 .ansprechpartner { margin: 5px 0px 15px 0px; }
.T4465 .ansprechpartner .ansprechpartner_detail { float: left; margin: 0px 28px 10px 0px; }
.T4465 .ansprechpartner .ansprechpartner_detail .col { float: left; }
.T4465 .ansprechpartner .ansprechpartner_detail .col.col2 { margin-left: 10px; padding-top: 8px; }

.T4465 .team .anz_helfer { font-weight: bold; }

.T4465 .team .team_inner {
	padding: 0px 20px;
}

.T4465 .hdl { padding: 5px 10px; font-weight: bold; color: #FFF; display: inline-block; }
.T4465 .team h5.hdl { margin: 0px 15px 0px 0px; font-size: 14px; }

.T4465 .team .news { margin: 20px 0px; }
.T4465 .team .news p { padding: 5px 15px; }

.T4465 .team .subevent {
	margin: 5px;
	border: 2px solid #888;
	vertical-align: top;
}

.T4465 .team .subevent .inner {
	padding: 5px 10px;
}

.T4465 .team .subevent.currently { background-color: #79BD8F; color: #FFF; border: 3px solid #79BD8F; }

.T4465 .team .subevent .date {
	font-size: 15px;
	font-weight: bold;
}


.T4465 .team .subevent.invite span.status {
	padding: 2px 10px;
	font-weight: bold;
	font-size: 13px;
}

.T4465 .team .subevent .invite.buttons {
	width: 90%;
	margin: 10px auto 0px auto;
}

.T4465 .team .subevent .invite.buttons .btn {
	display: inline-block;
	cursor: pointer;
	width: 49%;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align:center;
	color: #FFF;
}

.T4465 .team .subevent .invite.buttons .btn.accept { background-color: #79BD8F; }
.T4465 .team .subevent .invite.buttons .btn.decline { background-color: #E74C3C; margin-left: 2%; }


 .T4465 .team .post { margin: 5px 0px; }
.T4465 .team .post .Bild {
	width: 40px;
	float: left;
}

.T4465 .team .post .Bild img {
	width: 40px;
	height: auto;
	border-radius: 40px;
}

.T4465 .team .post .content {
	font-size: 13px;
	position: relative;
	margin-left: 55px;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	min-height: 50px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.T4465 .team .post.highlight .content { background-color: #325c77; color: #fff !important; }

.T4465 .team .post .content .storage {
	width: 100%;
	margin-top: 7px;
}
.T4465 .team .post .content .storage img {
	height: auto;
	max-width: 300px;
	width:auto;
	border-radius: 5px;
}
.T4465 .team .post .content .downloadimage {
	color: #111;
}
.T4465 .team .post.highlight .content .downloadimage { color: #fff; }

.T4465 .team .post .content:after {
	content: ' ';
	position: absolute;
	left: -10px;
	top: 15px;
	width: 0px;
	height: 0px;
	border-top: 5px solid #eee;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #eee;
}

.T4465 .team .post.highlight .content:after {
	border-top: 5px solid #eee;
	border-right: 5px solid #325c77;
	border-bottom: 5px solid #325c77;
	border-left: 5px solid #eee;
}

.T4465 .team .post .autor {
	font-size: 11px;
	color: #888;
}

.T4465 .team .post.highlight .autor { font-weight: bold; }

.T4465 .team .post .time {
	font-size: 11px;
	color: #888;
	position: absolute;
	top: 5px;
	right: 10px;
}

.T4465 .team .post.highlight .autor, .T4465 .team .post.highlight .time {
	color: #da573d;
}

.T4465 .team .post .text {
	margin-top: 3px;
}

.T4465 .team .post .text a {
 	color: #0e5878;
}



/* Mitteilungen von Bereichsleiter */
.T4465 .mitteilungen .memo_wrapper { margin: 8px 0px 0px 0px; }

.T4465 .mitteilungen .news {
	cursor: pointer;
	position: relative;
	margin: 0px 0px 12px 0px;
	padding: 0 0 10px 0;
	background-color: #EEE;
	border: 1px solid #999;
}

.T4465 .mitteilungen .news .name {
	font-size: 18px;
    font-weight: bold;
}

.T4465.app .mitteilungen .news .name { font-size: 14px; }

.T4465 .mitteilungen .news .text { font-size: 15px; line-height: 1.25; }
.T4465.app .mitteilungen .news .text { font-size: 13px; }



.T4465 .mitteilungen .news .date-element2 {
	display:inline-block;
	padding: 3px 10px;
	background-color: #FFF;
}


.T4465 .mitteilungen .news  .date-element2 .month {
	/*text-transform: uppercase;*/
	font-size: 13px;
}

.T4465 .mitteilungen .news .image { position: relative; width: 100%; height: auto; }
.T4465 .mitteilungen .news .image img { width: 100%; height: auto; }


.T4465 .mitteilungen .news .textwrapper {
	margin: 3px 15px 0px 10px;
}
.T4465 .mitteilungen .news .textwrapper a {
	text-decoration: none;
	color: #111;
}
.T4465 .mitteilungen .news:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color:#fff;
	border: 2px solid #999;	
	position: absolute;
	top: 14px;
	right: 14px;
}

.T4465.app .mitteilungen .news:after { width: 15px; height: 15px; top: 10px; right: 10px; }

.T4465 .mitteilungen .news.unread:after {
	background-color: #3C3;
	border-color: #3C3;
}


/* Rooms */
.T4465 .kommunikation { margin: 15px 0px 0px 0px; }


.T4465 .kommunikation .room {
	cursor: pointer;
    vertical-align: top;
    position: relative;
    margin: 3px;
    display: inline-block;
    padding: 5px 10px 5px 30px;
    border: 2px solid #999;
    max-width: 500px;
	height: auto;
	font-size: 0.9rem;
}

.T4465.app .kommunikation .room { width: 100%; margin: 2px 0px; }

.T4465 .room .status {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
	border: 2px solid #999;
	border-radius: 14px;
	width: 14px;
	height: 14px
}

.T4465 .room .status.unread { background-color: #3C3; border-color: #3C3; }
.T4465 .kommunikation .room h3 { margin: 0px;
    font-size: 15px;
    font-weight: bold; }

.T4465 .button {
	display: inline-block;
    border: 2px solid #666182;
	background-color: #666182;
	color: #FFF;
	font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    outline: 0px;
    padding: 8px 19px;
    text-decoration: none;
}

.T4465.app .button {
	display: inline-block;
	border: 2px solid #666182;
	background-color: #666182;
	color: #FFF;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	outline: 0px;
	padding: 3px 13px;
	text-decoration: none;
}


.T4465 .button:hover {
	background-color: #fff;
    color: #666182;
}


/* Expander */
.T4465 .expand { position: relative; max-height: 100px; overflow: hidden; }
.T4465 .expand.large { max-height: 300px;  }
.T4465.app .expand.large { max-height: 250px;  }
.T4465 .expand.small { max-height: 200px; }
.T4465 .expand.mini { max-height: 55px; }
.T4465 .expand:before {
	content: " ";
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    bottom: 0px;
    z-index: 8;
    background-image: linear-gradient(to bottom, rgba(238,238,238,0.08) 0%, rgba(238,238,238,1) 100%);
}

.T4465 .expand.on {
	position: relative;
	max-height: none !important;
	overflow: visible;
}

.T4465 .expand:after {
	content: "+";
	width: 48px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	bottom: 8px;
	background: #FFF;
	color: #FFF;
	border: 2px solid #666182;
	background-color: #666182;
	border-radius: 2px;
	cursor: pointer;
	z-index: 9;
}
.T4465.app .expand:after {
	width: 30px;
	height: 20px;
	line-height: 20px;
}

.T4465 .expand.on:after {
	content: "-";
	width: 48px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	bottom: 8px;
	background: #FFF;
	color: #FFF;
	border: 2px solid #666182;
	background-color: #666182;
	border-radius: 2px;
	cursor: pointer;
	z-index: 9;
}

.T4465.app .expand.on:after {
	width: 30px;
	height: 20px;
	line-height: 20px;
}

.T4465 .expand:after:hover {
	border: 2px solid #666182;
	background-color: #FFF;
	color: #666182;
}

.T4465 .expand.on:before { display: none; }


