.pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: var(--akzent1);
	color: var(--font-color);
	padding: 7px;
	font-size:20px;
	text-align:center;
	float: left;
	width: 98%;
	margin:1px;
}
.pairview_pairs{
	/* display: flex; */
	align-items: center;
	width: 100%;
}


.pairview_pair{
	width: 416px;
	height: 113px;
	margin: 4px;
	float: left;
	/* border: 1px solid; */
}

.pairview_pair .box1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.pairview_lovers_pic{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding: 5px;
	text-align: center;
	border: 1px solid var(--akzent4);
	/* float: left; */
}

.pairview_lovers_pic img{
		height: 100px;
	width: 100px;
	border-radius: 100%;

}

.pairview_lovers{
	padding: 5px 10px;
	text-align: center;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 369px;
	/* float: left; */
}

.lovername{
	width: 100%;	
}

.pairview_and{
  text-align: center;
  color:var(--akzent4);
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
	/* width: 100%; */
	text-align: center;
	/* float: left; */
	margin: -24px 0px 0px 0px;
}