@charset "UTF-8";
/* CSS Document */

/* Contacts */

.Contacts {
	background: #4a545a;
	background-size: cover;
	color: #FFF;
}

.Contacts hr {
	background: #FFF;
	height: 1px;
	border: 0;
	width: 100%;
}

.Contacts p {
	font-size: 1em;
	line-height: 1.5em;
}



.Contacts .Kontakt {
	position: relative;
	display: inline-block;
	width: 270px;
	height: auto;
	text-align: center;
}

.Contacts .Kontakt .Portrait {
	position: relative;
	width: 120px;
	height: 120px;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display: table; 
	text-align: center;
	box-sizing: border-box;
	margin: auto auto 10px auto;
	background: #FFF;
	border: 3px solid #FFF;
	overflow: hidden;
}

.Contacts .Kontakt .Portrait .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
	overflow: hidden;
}

.Contacts .Kontakt .Portrait img {
	max-width: 114px;
	max-height: 114px;
}




.Contacts .Kontakt h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #d2d61e;
	margin: 0px 0 5px 0;
}

.Contacts .Kontakt p {
	font-size: 0.90em;
	font-weight: 300;
	margin-bottom: 30px;
}

.Contacts .Kontakt a   {
	text-decoration: none;
	color: #FFF;
}

.Contacts a  {
	text-decoration: underline;
	color: #FFF;
}

.Contacts .Kontakt a:hover ,.BoxGray a:hover {
	text-decoration: underline;
	color: #FFF;
}

.Social {
	margin-top: 40px;
}

.Social img {
	vertical-align: middle;
	margin: 0 10px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.Social img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

