.amltab {
	display: flex; 
	flex-direction: row; 
	padding: 0; 
	margin: 0; 
	width: 100%;
}

.amltab ul {
  justify-content:space-evenly;
  list-style:none;
  margin:0px;
  padding-inline-start: 0px;
}

.profile_navigation {
	display: flex; 
	flex-direction: column; 
	padding: 0; 
	margin: 0 20px 0 0; 
    font-family: var(--calibri);
	font-size: 7px;
    text-transform: uppercase;
    align-content: stretch;
    align-items: stretch;
	text-align: center;
	flex-wrap: wrap;
}

.profile_wrap {
	display: flex; 
	flex-direction: column; 
	padding: 0; 
	margin: 0; 
	width: 95%;
	text-align: left;
    flex: 1;
    justify-content: center;
    font-family: var(--calibri);
	font-size: 9px;
    text-transform: uppercase;
    align-content: stretch;
    align-items: stretch;
	text-align: center;
	flex-wrap: wrap;
}

.profile_listhead {
	display: flex;
    flex-direction: row;
    margin: 20px 0px 5px 0px;
    align-content: stretch;
    align-items: stretch;
	padding:20px 10px 72px 10px;
	font-size: 9px;
	color: var(--picked);
	text-align: center;
		height: 100px;
	box-sizing: border-box;
}

.profile_navicon {
	font-size: 12px;
	color: var(--picked);
	padding: 6px 0 4px 0;
}

.profile_topbanner {
	display: flex;
    flex-direction: row;
    width: 100%;
	height: 100px;
	box-sizing: border-box;
    margin: 20px 0px 5px 0px;
    align-content: stretch;
    align-items: stretch;
}

.profile_top_left {
	display: flex;
    flex-direction: column;
    width: 70%;
	flex: 1;
    padding: 20px 10px 20px 10px;
	border-left: 5px var(--elf) solid;
    align-content: stretch;
    align-items: stretch;
	text-align:left;
	background-color: var(--fuenf);
		height: 100px;
	box-sizing: border-box;
}

.top_username {
	font-family: var(--beba);
	font-size: 30px;
	border-bottom: 1px var(--picked2) solid;
}

.profile_chartext_down_heading {
	font-family: var(--beba);
	font-size: 30px;
	text-align:right;
	border-bottom: 1px var(--picked2) solid;
	margin-bottom: 4px;
}

.top_usertitle {
	padding: 6px 0px 5px 0px;
}

.profile_top_right {
	display: flex;
    flex-direction: column;
    width: 25%;
    padding: 20px 30px 20px 5px;
	border-right: 5px var(--picked) solid;
    align-content: stretch;
    align-items: stretch;
	text-transform: lowercase;
	text-align:right;
	font-family: var(--beba);
	font-size: 35px;
	background-color: var(--fuenf);
	margin-left: 5px;
	box-sizing: border-box;
	height: 100px;
}

.top_relationshint {
	text-transform: uppercase;
	font-family: var(--calibri);
	font-size: 10px;
	margin-top: -10px;
}

.profile_mainbanner {
	display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    margin: 0px 0px 5px 0px;
    align-content: stretch;
    align-items: stretch;
}

.profile_mainbanner_left {
	display: flex;
    flex-direction: row;
    flex: 1;
    width: 70%;
    margin: 0px 0px 0px 0px;
    align-content: stretch;
    align-items: stretch;
}

.profile_main_buttonlist {
	display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    vertical-align: middle;
    margin: 0px 0 0 0;
    flex: 1;
}

.profile_button {
	background-color: var(--fuenf);
	margin: 0px 0px 4px 0px;
	padding: 5px;
	text-align: center;
	flex: 1;
    align-items: center;
	justify-content: center; 
	align-items: center;
}

.profile_button a {
	color: var(--picked2)
}

.profile_main_avatar {
	margin-left: 0;
	padding-left: 0;
}

.profile_main_avatar img {
	border-left: 5px var(--elf) solid;
}

.profile_icon{
	max-width:180px; 
	background: var(--fuenf);
	margin: 20px 0 0 0;
	box-sizing: border-box;
}

.profile_main_info {
	margin-left: 20px;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.profile_char {
	display: flex;
	flex-direction: column;
}

.fields_line {
	display: flex;
	flex-direction: row;
}

.fields_descr {
color: var(--acht);
background: var(--picked);
text-align: left;
width:25%;
	margin: 0px 5px 4px 0px;
	padding: 5px;
	font-weight: bold;
	letter-spacing:1px;
}

.fields_input {
flex:1;
padding: 5px;
	text-align: left;
	background-color: var(--fuenf);
		margin: 0px 0 4px 0;
}

.profile_user {
	display: flex;
	flex-direction: column;
	margin: 20px 0 0 0;
	background: var(--fuenf);
	padding: 5px;
	flex: 1;
}

.username {
text-align: center; 
font-family: var(--playfair);
font-size: 20px;
padding: 3px;
border-bottom: 1px var(--picked2) solid;
text-transform: lowercase;
margin-bottom: 5px;
}

.user_line {
	display: flex;
	flex-direction: row;
	font-size: 9px !important;
	letter-spacing: 1px;
}

.user_line a {
	font-size: 9px !important;
}

.user_descr {
font-weight: bold;
	min-width: 25% !important;
	text-align: left;
}

.user_input {
text-align: left;
}

.user_input li {
display: inline;
margin: 0 5px 0 0;
}

.profile_switch {
    text-align: left;
}

.profile_chardetails {
	width: 25%;
	display: flex; 
	flex-direction: column;
	overflow: hidden;
	text-align: justify;
	margin-left: 5px;
	box-sizing: border-box;
}

.profile_chartext_up {
	overflow-y: auto;
	text-align: justify;
	background: var(--fuenf);
    border-right: 5px var(--picked) solid;
	padding: 20px 30px 20px 10px;
	box-sizing: border-box;
	flex:1;
}

.profile_chartext_down {
	overflow-y: auto;
	text-align: justify;
	background: var(--fuenf);
    border-right: 5px var(--picked) solid;
	padding: 20px 30px 20px 10px;
	box-sizing: border-box;
	margin-top: 4px;
	max-height: 50%;
}

.profile_bottom {
	width: 100%;
	display: flex; 
	flex-direction: row;
	margin: 0 20px 0 0; 
}

.profile_blind {
	width: 8%;
	padding: 5px; 
	margin: 0 20px 0 0;
}

.profile_bottombanner {
display: flex;
    flex-direction: row;
    width: 100%;
	box-sizing: border-box;
    margin: 0px 0px 5px 0px;
    align-content: stretch;
    align-items: stretch;
	background-color: var(--fuenf);
	text-align:center;
	border-right: 5px var(--picked) solid;
}

.profile_bottombannersig {
    width: 100%;
	box-sizing: border-box;
    margin: 0px 0px 5px 0px;
    align-content: stretch;
    align-items: stretch;
	background-color: var(--fuenf);
	text-align:center;
	border-right: 5px var(--picked) solid;
}

.bottom_left {
	display: flex;
    flex-direction: column;
    width: 70%;
	flex: 1;
    padding: 20px 10px 20px 10px;
    align-content: stretch;
    align-items: stretch;
	text-align:left;
	background-color: var(--fuenf);
	box-sizing: border-box;
	}

.bottom_right {
	display: flex;
    flex-direction: column;
    width: 25%;
    padding: 20px 30px 20px 5px;
	border-right: 5px var(--picked) solid;
    align-content: stretch;
    align-items: stretch;
	text-transform: lowercase;
	text-align:right;
	font-family: var(--beba);
	font-size: 30px;
	background-color: var(--fuenf);
	margin-left: 5px;
	box-sizing: border-box;
}

.profile_signatur {
	text-align: center; 
	background: var(--fuenf);
	padding: 20px 10px 20px 10px;
}

.profile_gesuchstext {
	overflow: auto;
	text-align: justify;
	margin-left: 5px;
	box-sizing: border-box;
	background: var(--fuenf);
	padding: 20px 30px 20px 10px;
	box-sizing: border-box;
	flex:1;
	font-family: var(--calibri);
	font-size: 7px;
}

.profile_main_denkarium {
	text-align: center;
	flex: 1;
	background: var(--fuenf);
	box-sizing: border-box;
	border-right: 5px var(--picked) solid;
}

.profile_main_relations {
	text-align: left;
	flex: 1;
	background: var(--fuenf);
	box-sizing: border-box;
	border-right: 5px var(--picked) solid;
	max-height: 500px;
	overflow: auto; 
	display: flex;
	flex-direction: column;
	width: 100%;
}

.profile_main_scene_left {
	text-align: left;
	flex: 1;
	background: var(--fuenf);
	box-sizing: border-box;
	border-left: 5px var(--elf) solid;
	max-height: 500px;
	overflow: auto; 
	display: flex;
margin-right: 2px;
	flex-direction: column;
	width: 50%;
}

.profile_main_scene_right {
	text-align: left;
	flex: 1;
	background: var(--fuenf);
	box-sizing: border-box;
	border-right: 5px var(--picked) solid;
	max-height: 500px;
	overflow: auto; 
	display: flex;
margin-left:2px;
	flex-direction: column;
	width: 50%;
}

.profile_main_scene_right, .profile_main_scene_left  {
    -ms-overflow-style: none;  //IE 10+
    overflow: -moz-scrollbars-none;  //Firefox
}
.profile_main_scene_right::-webkit-scrollbar { 
    display: none;  //Safari and Chrome
}
.profile_main_scene_left::-webkit-scrollbar { 
    display: none;  //Safari and Chrome
}

/* --------!!! auch genutzt für plottracker-design !!!-------- */

.ipt_heading {
text-align: center; 
font-family: var(--beba);
font-size: 20px;
padding: 10px;
text-transform: lowercase;
margin-bottom: 15px;
}

.ipt_scenesum_bit {
display: flex; 
flex-direction: column; 
text-align: left; 
font-family: var(--calibri);
font-size: 9px;
padding: 5px;
margin: 5px;
background: var(--drei);
}

.ipt_scenesum_bit i {
margin: 5px;
}


.ipt_scenesum_bit_title {
text-align: left; 
font-family: var(--playfair);
text-transform: lowercase !important;
font-size: 12px;
padding: 2px 5px;
margin-bottom: 10px;
}

.ipt_scenesum_bit_title a {
text-transform: lowercase !important;
font-size: 12px;
}

.ipt_scenesum_bit_body {
display: flex; 
flex-direction: column; 
font-size: 12px !important;
text-align: left; 
font-family: var(--calibri);
}

.ipt_scenesum_bit_lane {
display: flex; 
flex-direction: row; 
padding: 2px 5px;
font-size: 9px;
}

.ipt_icon  {
text-align: center;
font-weight: 600;
padding: 2px 5px;
width: 5% !important;
}

.ipt_textline  {
flex:1; 
text-align: left;
font-weight: 600;
padding: 2px 5px;
width: 95%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.ipt_user  {
text-align: left; 
padding: 2px 5px;
word-spacing: 10px;
width: 95%;

}

.ipt_user a {
word-spacing: 2px !important;
}