/*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;
}

.weristwer_accounts {
	float: left;
	margin: 1px;
	width: 431px;
	/* border: 1px solid; */
}

.weristwer_zweit {
	height: 177px;
	overflow: auto;
	width: 431px;
}

.weristwer_accounts_zweit_kA {
	height:80px;
}

.wiw_username{
    font-family: var(--font-headline1);
    /* text-transform: uppercase; */
    color: var(--akzent4);
    text-align:    center;
    display:    block;
    font-size:20pt;
	border-bottom:1px solid var(--akzent2);
}

.wiwzweit{
	float:	left;
	width: auto;
	margin:1px;
}

.weristwer_accounts_zweit_kA {
	height: 80px;
}

.wiwminihead{
	font-size: 13pt;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--akzent2);
	color: var(--font-color1);
	display: block;
}

.wiwminihead1{
	font-size: 13pt;
	text-align: center;
	/* text-transform: uppercase; */
	border-bottom: 1px solid var(--akzent2);
	/* color: #8b162d; */
	display: block;
}

.wiwminihead2{
	font-size: 9pt;
	text-align: center;
	border-bottom: 1px solid var(--akzent2);
	/* color: #3d7352; */
	display: block;
	/* width: 125px; */
	height: 17px;
}

.wiwshort{
	font-size: 10pt;
	text-align: center;
	text-transform: uppercase;
	background-color: var(--akzent1);
	color: var(--font-color1);
	margin:1px;
	padding: 3px 1px;
}

.wiwmaincharabox{
    width: 425px;
    height: 131px;
    padding: 3px;
}

.wiwmaincharabox1:hover{
	opacity:0.7;
	  -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: 6px solid var(--akzent2);
	width: 171px;
	padding: 3px;
	border-radius: 100px 100px 0px 0px;
	background-color: var(--hintergrund1);
}

.wiwmaincharabox1 img{
	/* border: 6px solid #6797d7; */
	width: 171px;
	border-radius: 100px 100px 0px 0px;
	/* padding: 3px; */
	background-color: var(--hintergrund1);
}

.wiwmaincharabox2{
	float:right;
	margin:1px;
	width: 230px;
}

.wiwzaava{
	width: 136px;
	float: left;
	border: 1px solid var(--akzent3);
	height: 120px;
}

.wiwzaava img{
    width: 136px;
}
.wiwzaava:hover{
border: 1px solid var(--akzent2);
	opacity:0.2;
	  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}