.pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: var(--akzent3);
	color: var(--hintergrund1);
	padding: 5px;
	margin: 1px;
	text-align: center;
	float: left;
	width: 99%;
}
.pairview_pairs{
	width: 100%;
	min-height: 10px;
	height: auto;
	float: left;
}


.pairview_pair{
	width: 364px;
	height: 108px;
	float: left;
	margin: 2px;
	/* border: 1px solid; */
}

.pairview_lovers_pic{
	height: 90px;
	width: 90px;
	border-radius: 100%;
	padding: 2px;
	text-align: center;
	border: 1px solid var(--akzent2);
	float: left;
}

.pairview_lovers_pic img{
		height: 90px;
		width: 90px;
		border-radius: 100%;
}

.pairview_lovers{
	width: 151px;
	height: 48px;
	padding: 5px 10px;
	text-align: center;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	float: left;
	margin: 12px 0px;
}

.lovername{
	width: 100%;
	font-size: 12.5pt;
}

.pairview_and{
  text-align: center;
  color: var(--akzent2);
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
	width: 385px;
	text-align: center;
	position: absolute;
	margin: 81px 1px 1px 1px;
}
