/* ############## Profilseite ############## */
#scrollbalken_anschluss {
    overflow-y: hidden;
    overflow-x: auto;
    height: 260px;
}
/* Um die Weite des Scrollbalkens anzupassen muss die inc/plugins/relatives.php in der function "relatives_member_profile_start" um den jeweiligen Style inkl. id erweitert werden. Suche nach "if($theme['tid'] == 4)"*/

.title_anschluss {
    padding: 3px 3px 3px 10px;
    margin-top: 5px;
    width: $title_anschluss_width;
}

.anschluss_link {
    background-color: $anschluss_link_background;
}


.anschluss {
	text-align: center;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
	width: 120px;
	color: #cad7d5;
}

.anschluss_bild {
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	padding-top: 10px;
}

.anschluss_beziehung {
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	left: -40px;
	width: 200px;
}

.anschluss_name {
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	left: -40px;
	width: 200px;
}

.anschluss_alter {
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	left: -40px;
	width: 200px;
}

.anschluss_beruf {
	text-transform: uppercase;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 200px;
	position: relative;
	left: -40px;
}

.anschluss_link {
	font-family: 'Helvetica';
	text-transform: uppercase;
	padding: 5px;
	font-size: 8px;
	letter-spacing: 2px;
	width: 80px;
	display: block;
	margin: auto;
	font-weight: bold;
}