/*weristwer.css*/

.weristwer_container {
	display: flex;
	display: -webkit-flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	padding: 5px 30px;
}

.weristwer_accounts {
	float: left;
	margin: 1px;
	height: 375px;
	display: block;
	width: 400px;
}

.weristwer_zweit {
	height: 205px;
	overflow: auto;
	width: 397px;
	/* float: left; */
	font-size: 11pt;
}

.weristwer_accounts_zweit_kA {
	height:80px;
}

.wiw_username{
   font-family: var(--font-main);
    /* text-transform: uppercase; */
    color: var(--akzent2);
    text-align:    center;
    display:    block;
    font-size:20px;
    border-bottom:1px solid var(--akzent2);
}

.wiwzweit{
	float:	left;
	width: auto;
	height: auto;
	margin: 2px;
}

.wiwzweitchara{
	width: 128px;
	height: 128px;
	float:left;
	opacity: 0.0; /*Transparenz des Avatars, sollte in dem Fall nicht geÃ¤ndert werden */
	transition-duration: 0.6s; /* Geschwindigkeit eures Hovers */
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	background-color: var(--hintergrund5); /* Hintergrundfarbe */
	/* color: var(--font-color); */ /* Schriftfarbe */
	text-align: justify; /* Textposition */
	/* padding: 23px; */ /* Textabstand zum Rand - Opera ignoriert den */
	position: relative;
	top: -128px; /* Abstand zum oberen Rand */
	/* left: 17px; */ /* Abstand zur linken Seite */
	/* margin-bottom: -300px; */ /* Abstand zum Aussenrand */
	font-family: var(--font-main); /* Schriftart */
	font-size: 12pt; /*Schriftsize */
  /* Rahmen*/
	backdrop-filter: blur(10px);
	overflow:auto;
	scrollbar-width:none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	}

.wiwzweitchara:hover{opacity: 1.9 /*Transparenz eures Hovers*/}

.weristwer_accounts_zweit_kA {
	height: 80px;
}

.wiwminihead{
	font-size: 11pt;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--akzent2);
	color: var(--hintergrund1);
	display: block;
	padding: 4px;
}

.wiwminihead1{
	font-size: 12pt;
	text-align: center;
	/* text-transform: uppercase; */
	border-bottom: 1px solid var(--akzent2);
	display: block;
	padding: 30px 2px 10px 2px;
}

.wiwminihead2 a{
	font-size: 15px;
	text-align: center;
	/* border-bottom: 1px solid var(--akzent2); */
	/* display: block; */
	width: 100px;
	height: 40px;
	scrollbar-width: none;	
	white-space: nowrap;
	overflow-wrap: break-word;
}

.wiwminihead2::before, .wiwminihead2::after {
content: "\A";
white-space: pre;
        }

.wiwshort{
	font-size: 9pt;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--akzent2);
	color: var(--hintergrund1);
	margin:1px;
	padding: 3px 1px;
}

.wiwshort i{color:var(--hintergrund2);}

.wiwmaincharabox{
    width: 395px;
    height: 113px;
    padding: 3px;
    /* float: left; */
    /* border: 1px solid red; */
}

.wiwmaincharabox1 img:hover{
	backdrop-filter: blur(10px);
	-webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.wiwmaincharabox1{
	float:	left;
	margin:1px;
	border: 1px solid var(--akzent2);
	background-color: var(--hintergrund1);
	width: 130px;
	padding: 3px;
	/* border-radius: 100px 100px 0px 0px; */
	height: 130px;
}



.wiwmaincharabox1 img{
	width: 130px;
	height: 130px;
}

.wiwmaincharabox2{
	float: left;
	margin:1px;
	width: 250px;
}

.wiwzaava{
	width: 126px;
	height: 126px;
	float: left;
}

.wiwzaava img{
	width: 126px;
	height: 126px;
	border: 1px solid var(--akzent2);
}

.wiwzaava:hover{
	opacity: 1.9; /*Transparenz eures Hovers*/
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

