/*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: 378px;
}

.weristwer_zweit {
	height: 205px;
	overflow: auto;
	width: 379px;
	/* float: left; */
	font-size: 11pt;
	scrollbar-width: none;
}

.weristwer_accounts_zweit_kA {
	height:80px;
}

.wiw_username{
   font-family: var(--font-main);
    /* text-transform: uppercase; */
    color: var(--akzent3);
    text-align:    center;
    display:    block;
    font-size:20px;
    border-bottom:1px solid var(--akzent3);
}

.wiwzweit{
	float:	left;
	width: auto;
	height: auto;
	margin:1px;
}

.wiwzweitchara{
	width: 123px;
	height: 108px;
	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: -108px; /* 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(--akzent3);
	color: var(--hintergrund1);
	display: block;
	padding: 4px;
}

.wiwminihead1{
	font-size: 12pt;
	text-align: center;
	/* text-transform: uppercase; */
	border-bottom: 1px solid var(--akzent3);
	display: block;
	padding: 20px 2px 10px 2px;
}

.wiwminihead2{
	font-size: 20px;
	text-align: center;
	/* border-bottom: 1px solid var(--akzent2); */
	display: block;
	width: 115px;
	height: auto;
	overflow: auto;
	scrollbar-width: none;
}

.wiwshort{
	font-size: 9pt;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--akzent3);
	color: var(--hintergrund1);
	margin:1px;
	padding: 3px 1px;
}

.wiwmaincharabox{
    width: 372px;
    height: 103px;
    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(--akzent3);
	background-color: var(--hintergrund1);
	width: 130px;
	padding: 3px;
	/* border-radius: 100px 100px 0px 0px; */
	height: 114px;
}



.wiwmaincharabox1 img{
	width: 130px;
	/* height: 130px; */
}

.wiwmaincharabox2{
	float: left;
	margin:1px;
	width: 230px;
}

.wiwzaava{
	width: 123px;
	height: 108px;
	float: left;
}

.wiwzaava img{
	width: 121px;
	height: 106px;
	border: 1px solid var(--akzent3);
}

.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;
}