#left, #right{
	width: 50%;
	height: auto;
	float: left;
	margin-bottom: 70px;
}
.split{
	display: inline-block;
	float: left;
}
.left{
	width: 150px;
	height:210px;
}
.right{
	height: auto;
	padding: 20px 0 0 20px;
}
.split p{
	font-size: 20px;
}
.profil_pic_1{
	background-image: url("../media/images/jjoachim.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.profil_pic_2{
    background-image: url("../media/images/rjoachim.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile_pic {
	display: none;
}
h4{
	margin: 0 0 0 15px;
	clear: both;
}
h6{
	font-family: "pt_sansregular", "Helvetica", "Arial", sans-serif;
	font-size: 19px;
	font-weight: 100;
    color: #555;
    display: block;
    margin: 15px 0 1px 15px;
}
p{
    margin: 0;
}
.note{
	color: #555;
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	display: block;
}
.icon{
	width: 20px;
	height: 20px;
	display: inline-block; 
	background-size: cover;
	margin-right: 8px;
	margin-left: 21px;
	position:relative;
	top: 3px;
}
.icon_xing{
    width: 18px;
    height: 18px;
    background: url("../media/icons/xing.png") no-repeat center center;
    background-color: #ddd;
    margin-right: 10px;
}
.icon_linkedin{
    margin-left: 23px;
}
.icon_linkedin > div {
	display: inline-block;
}
.link_linkedin{
    margin-left: 4px;
}
.icon_linkedin_noscript{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../media/icons/sprite_connect_v14.png") -92px -42px no-repeat;
    vertical-align: middle;
}
#content a, #content a:visited{
    color: #333;
}
#content a:hover{
    color: #000;
    text-decoration: none;
}
.mail_frame {
	display: inline-block;
	width: 280px;
	height: 25px;
	padding-left: 0;
	background-position: 20px -22px;
	background-size: auto 50px;
}
.mail_frame:hover {
	background-position: 20px 3px;
}
#jjmail {
	background-image: url('../media/images/jjoachim_mail.png');
}
#rjmail {
	background-image: url('../media/images/rjoachim_mail.png');
}
#cmail {
	background-image: url('../media/images/contact_mail.png');
}
#webmail {
	background-image: url('../media/images/webmaster_mail.png');
}

/* Media Queries for mobile support. */
@media screen and (max-width: 1180px) {
	#left, #right{
		width: 100%;
	}
}
@media screen and (max-width: 590px) {
	.mobile_pic {
		display: block !important;
		margin: 25px;
	}
	.profil_pic_1, .profil_pic_2 {
		display: none;
	}
	.split {
		float: none;
	}
	p {
		padding: 0;
	}
}
