.vorl_profil {
width: 880px;
padding: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto;
}

.vorl_inner {
	width: 100%;
	background-color: #adadad;
	border: 0px solid #696969;
	height: 150px;
	overflow: hidden;
}

.vorl_name {
	background-color: #999999;
	position: relative;
	top: 18px;
	width:100%;
	height:  100px;
	z-index: 888;
}

.vorl_name2 {
	padding-top: 15px;
	font-family: 'Arbutus Slab';
	font-size: 25px;
	width: 100%;
	border-bottom: 3px solid #b6b6b6;
	text-align: center;
}

.vorl_name3 {
	padding-top: 10px;
	font-family: 'Arbutus Slab';
	font-size: 25px;
	width: 100%;
	text-align: center;
}

.vorl_navigation {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	position: relative;
	top: 10px;
}

.vorl_nav {
	width: fit-content;
	z-index: 999;
	margin-left: 10px;
	background-color: #adadad;
	position: relative;
	z-index: 999;
	padding: 10px;
	padding-top: 1px;
	text-transform: uppercase;
	font-family: Calibri;
	font-size: 10px;
	padding: 3px;
	text-align: center;
	text-align: justify;
	align-self: center;
	float: left;
	font-family: "Calibri";
	text-transform: uppercase;
	padding: 5px;
	margin-right: 3px;
	letter-spacing: 2px;
	font-size: 10px;
	border-bottom: 1px solid #430710;
}


.vorl_reg {
	margin-top: 10px;
	width: 100%;
	background-color: #adadad;
	border: 0px solid #696969;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.vorl_regcat {
		background-color: #999999;
	position: relative;
	top: 18px;
	width:100%;
	height:  60px;
	z-index: 888;
}

.vorl_regtext {
	padding: 15px;
	font-family: Calibri;
	font-size: 12px;
	line-height: 1.4;
	text-align: justify;
	margin-top: 20px;
}

.vorl_regtext b {
	color:  #430710;
}

.vorl_rati {
	text-align: center;
	font-size: 15px;
	text-decoration: underline
}

