/******* JOBLISTE *******/

.jobtab{
	width:49%;
	float: left;
	padding: 5px;
	min-height: 100px;
	max-height: 150px;
}

/******* TEXT FORMATIERUNG LISTEN *******/
.listentext{
	font-family: Calibri;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 10px;
	min-height: 100px;
	max-height: 150px;
	overflow: auto;
	scrollbar-width: thin;
}

.rftext{
	font-family: Calibri;
	font-size: 11.5px;
	letter-spacing: 0.5px;
	text-align: justify;
	padding: 20px;
}

.rftext b{
	font-family: Calibri;
	font-size: 11.5px;
	letter-spacing: 2px;
	color: #333;
	font-weight: 500;
}

.rftext i{
	font-family: Calibri;
	font-size: 11.5px;
	letter-spacing: 2px;
	color: #333;
	font-weight: 400;
}

.rftextz{
	font-family: Calibri;
	font-size: 11.5px;
	letter-spacing: 0.5px;
	text-align: justify;
	padding: 50px;
}

.rftit {
	font-family: Montserrat;
	font-size: 8px;
	letter-spacing: 3px;
	text-align: justify;
	text-transform: uppercase;
	padding: 8px 0px 8px 30px;
}

.rfbox{
	padding: 30px;
}

.rfscroll{
	padding: 10px;
	min-height:100px;
	max-height: 200px;
	overflow: auto;
	scrollbar-width: thin;
}

.sightscroll{
	padding: 2px;
	min-height:105px;
	max-height: 125px;
	overflow: auto;
	scrollbar-width: thin;
}

		