.messager_icons{
			display: flex;
			align-items: center;
		}
		
		.messager_icons i{
			font-size:16px;
			padding: 0 10px;
		}
		
		.messager_chat{
			display: flex;
			align-items: center;
			width: 80%;
			margin: 5px auto;
			gap: 5px 10px;
		}
		
		.messager_chat > div{
			margin: 3px;	
		}
		
		.messager_pic{
					height:50px;
			width:50px;
			border-radius: 100%;
			margin-right: 10px;
		}
		
		.messager_pic img{
					height:50px;
			width:50px;
			border-radius: 100%;
		}
		
		.messager_lastmessagebox{
			padding: 2px;	
			width: 100%;
		}
		
		.messager_messagename{
			font-weight: bold;
			font-size: 15px;
		}
		
		.messager_messagedate{
			float: right;
			font-size:9px;
		}
		
		
.messager_lastmessage{
	font-size: 11px;	
}

/* Showthread */

.showthread_head{
	display: flex;
	gap: 0 30px;
	align-items: center;
	padding:10px 20px;
}

.showthread_icon{
	display: flex;
	justify-content: center;
	align-items: center;
}

.showthread_icon_single{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

.showthread_icon_single img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

.showthread_name{
	font-size: 20px;
	font-weight: bold;
}

.showthread_icons{
	display: flex;
	justify-content: center;
	align-items: center;
}


.showthread_icon{
	height: 60px;
	width: 60px;
	border-radius: 100%;
	position: relative;
	left: 10px;
}

.showthread_icon img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

/* Postbit */
.messager {
	padding: 4px 20px;
}

.message_own {
	display: flex;
	align-items: center;
	flex-direction:row-reverse;
	padding: 20px 30px 20px 20px;
		flex-wrap: wrap;
}

.message_other {
	display: flex;
	align-items: center;
		padding: 20px;
	flex-wrap: wrap;
	
}


.message_account_pic{
	width: 120px;
	height: 120px;
	margin: 20px 10px;
}


.message_account_pic img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.message_own .message_post_body{
	width: 80%;
	border-radius: 20px 0 20px 20px;
	background: #ddd;
	padding: 10px 20px;
  box-sizing: border-box;

}


.message_other .message_post_body{
	width: 80%;
	border-radius: 0 20px 20px 20px ;
	background: #ddd;
	padding: 10px 20px;
  box-sizing: border-box;

}


.message_own .post_head{
	text-align: right;
	font-size: 10px;
	width: 100%;
	display: flex;
	gap: 5px 10px;
	flex-direction: row-reverse;
  margin-bottom: 10px;
}

.message_other .post_head{
	font-size: 10px;
		width: 100%;
	display: flex;
		gap: 5px 10px;
	margin-bottom: 10px;
}

.message_own .message_post_body::before{
	content: "";
	width: 0;
  height: 0;
border-top: 20px solid #ddd;
  border-right: 20px solid transparent;
  position: relative;
top: -10px;
  float: right;
  left: 39px;
}

.message_other .message_post_body::before{
	content: "";
	width: 0;
  height: 0;
border-top: 20px solid #ddd;
  border-left: 20px solid transparent;
  position: relative;
  top: 9px;
  left: -39px;
}

.message_own .message_bottom{
	width: 100%;	
	text-align: right;
	padding: 2px 10px 2px 0;
}
.message_other .message_bottom{
	width: 100%;	
	padding: 2px 0 2px 10px;
}


.message_profile{
	font-size: 14px;
	padding: 2px 5px;
}

.messager_datetime{
	font-size: 8px;
	text-align: right;
}

.message{
	padding: 2px;	
}
/*Forumdisplay*/
.messager_forumdisplay{
	display: flex;
	align-items: center;
	gap: 5px 20px;
}

.messager_forumdisplay_icons{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.messager_icon{
	height: 60px;
	width: 60px;
	border-radius: 100%;
	position: relative;
	left: 10px;
}

.messager_icon img{
	height: 60px;
	width: 60px;
	border-radius: 100%;
}

.messager_groupicon img{
		height: 80px;
	width:80px;
	border-radius: 100%;
}


.messager_forumdisplay_messager{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.messager_forumdisplay_chat{
	font-size: 20px;
	font-weight: bold;
}

.messager_forumdisplay_lastpost{
	font-size: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
 .club_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

 .club_flex_formular{
		display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 50%;
	margin: 5px auto 20px auto;
	
}

.club_formular{
	min-width: 45%;	
	max-width: 90%;
text-align: center;
	margin: 2px 5px 5px 5px;
}

.club_formular .tcat{
	margin-bottom: 10px;	
}

.club_addclub{
	text-align: center;
	text-transform: uppercase;
	padding: 4px;
color: #0072BC;
}

.club_body{
	width: 23%;
	margin: 5px 8px;
}

.club_desc{
	margin: 5px;
	height: 120px;
	overflow: auto;
	scrollbar-width: none !important;
	font-size: 12px;
	text-align: justify;
}  
          .jobliste__title {
              text-align: center;
          }

          .job__mainsubtitle {
              text-align: center;
          }
          .jobliste__tabnav.res_tab {
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
              justify-content: center;
              padding: 10px;
          }

          .jobliste__forms {
              margin: 10px;
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
              justify-content: center;
          }

          .job_ausgabe .joblist_descr {
              padding: 5px 20px;
          }

          .job_bit__heading {
              border-bottom: 1px solid;
          }

          .job_ausgabe .job__title {
              text-align: center;
          }

          .job_ausgabe .job_bit__item {
              padding: 10px 20px;
          }

          .jobuser-entry__item {
              padding-left: 20px;
          }

          .jobuser__item.abteilung {
              font-weight: bold;
              padding: 10px 0 0;
          }

          .jobliste-user.adduser {
              padding-top: 5px;
          }

          .joblist__formitem label {
              font-weight: bold;
          }
    