/* TABS TABS TABS TABS TABS IM PROFIL */
 /* Style the tab */
.tab {
	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: transparent;
	color: ececec !important;
	font-size: 10px;
	float: left;
	border: 0px;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	letter-spacing: 2px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #000000;
	color: bfbfbf !important;
}

/* Create an active/current tablink class */
.tab button.active {
	background: #c07e00;
	color: #ffffff !important;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 0px;
} 
		
		
		
		
		
		
		