body {
	font-family: "Gill Sans", "Gill Sans MT", Corbel, Verdana, sans-serif;
	color: #6E6E6E;
	font-size: 25px;
	line-height: 33px;
	width: 100%;
}

p {
	margin: 0 0 26px;
	padding: 0;
}

h2 {
	font-size: 26px;
	line-height: 33px;
	font-weight: 600;
	color: #0066CC;
}

a {
	font-size: 18px;
	color: #6E6E6E;
	text-decoration: none;
	line-height: 18px;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#wrapper {
	width: 100%;
	max-width: 1072px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position: fixed;
	top: 0;
	left: auto;
	width: 100%;
	height: auto;
	max-width: 1072px;
}

#content {
	width: 100%;
	height: auto;
	max-width: 1072px;
}

.section {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 200px;
}

#signatureline {
	background-color: #0066CC;
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
}

#logo {
	width: 105px;
	height: 75px;
	position: absolute;
	top: 19px;
	right: 34px;
}

#logo img {
	width: 100%;
}

#german, #english {
	width: 19px;
	height: 19px;
	margin: 3px 8px 0 0 !important;
}

.german #english,
.english #german {
	opacity: 0.5;
}

.german #english:hover,
.english #german:hover {
	opacity: 1;
}

#logo img, #german img, #english img {
	width: 100%;
}

#nav {
	position: absolute;
	left: 34px;
	top: 20px;
}

#nav li {
	margin: 0 26px 0 0;
	padding: 0;
	float: left;
}

#hero {
	text-align: right;
	padding-top: 160px;
	padding-bottom: 260px;
}

#hero img {
	width: 85%;
	text-align: right;
	position: relative;
	max-width: 565px;
	margin-right: 32px;
}

#patrickfeller img {
	width: 100%;
}

#patrickfeller div {
	color: #FFFFFF;
	position: absolute;
	right: 24%;
	bottom: 8%;
	font-weight: 600;
}

#philosophy {
	padding-top: 120px;
}

.enumeration {
	background-color: #cce0f5;
	margin-right: 170px;
	margin-left: 34px;
	padding-top: 14px;
	padding-bottom: 1px;
	margin-bottom: 26px;
}

.enumeration p {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.enumeration-text {
	padding-left: 22px;
	display: block;
}

#philosophy p,
#privateequity p,
#publicequity p {
	margin-right: 170px;
	margin-left: 34px;
}

.section_pic {
	margin-left: 34px;
	margin-bottom: 30px;
}

#philosophy .section_pic {
	width: 170px;
	height: 67px;
}

#privateequity .section_pic {
	width: 254px;
	height: 145px;
}

#publicequity .section_pic {
	width: 350px;
	height: 194px;
}

.section_pic img {
	width: 100%;
}

.dash {
	color: #0066CC;
	padding-right: 6px;
}

#vita img {
	width: 100%;
}

#vita div {
	position: absolute;
	right: 161px;
	bottom: 43px;
}

#vita p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 16px;
	color: #353535;
}

#contact {
	padding-top: 120px;
}

#privacypolicy {
	padding-bottom: 500px;
	padding-top: 120px;
}

#contact .coll {
	width: 32%;
	float: left;
}

#contact p, #contact h2, #privacypolicy p, #privacypolicy h2 {
	margin-right: 34px;
	margin-left: 34px;
	font-size: 18px;
	line-height: 21px;
}

@media (max-width: 854px) {

.sectionnav {
	display: none;
}

#vita div {
	position: relative;
	right: auto;
	bottom: auto;
	top: 13px;
	left: 34px;
	width: 90%;
}

#vita p {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 16px;
	color: #6E6E6E;
}

#contact {
	padding-bottom: 200px;
}

#contact .coll {
	width: 100%;
	float: left;
	clear: both;
}

}

@media (max-width: 604px) {
	
body {
	font-size: 18px;
	line-height: 21px;
}

#signatureline {
	height: 5px;
}

#nav {
	left: 20px;
}

#logo {
	width: 76px;
	position: absolute;
	top: 20px;
	right: 18px;
}

#philosophy p,
#privateequity p,
#publicequity p {
	margin-right: 114px;
	margin-left: 20px;
}

.section_pic {
	margin-left: 20px;
	margin-bottom: 11px;
}

.section_pic img {
	width: 85%;
}

.enumeration {
	margin-right: 114px;
	margin-left: 20px;
	padding-top: 14px;
	padding-bottom: 1px;
	margin-bottom: 26px;
}

.section {
	margin-bottom: 100px;
}

#patrickfeller div {
	font-size: 18px;
	right: 11%;
}

.enumeration-text {
	padding-left: 14px;
}

}