/* your styles go here */

t {							/* Studiengang/Firma */
	color: #333333; 
	font-weight: 700;
	text-transform: uppercase;
}

more {						/* Ort/Adresse */
	color: #333333; 
	font-size: 16px;
	font-weight: 500;
}

sm {						/* Jahreszahl/Tätigkeit */
	color: #333333; 
	font-size: 15px;
	font-weight: 200;
	font-style: italic;
}


h7,
.h7 {
  font-size: 16px;
	padding-left: 12px;
	color: red;
}

.copyright a {
 	color: #eeeeee;
  	text-decoration: none;
}
.copyright a:hover,
a:focus {
  	color: #eeeeee;
  	text-decoration: underline;
}
.copyright a:focus {
  	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}