/*
Theme Name: PKU German
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Rajkumar Khandelwal
Author URI: http://wordpress.org/
*/


@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-LtCn.eot');
    src: url('fonts/HelveticaNeueLTPro-LtCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTPro-LtCn.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTPro-LtCn.woff') format('woff'),
        url('fonts/HelveticaNeueLTPro-LtCn.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTPro-LtCn.svg#HelveticaNeueLTPro-LtCn') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('fonts/HelveticaNeueLTPro-MdCn.eot');
    src: url('fonts/HelveticaNeueLTPro-MdCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTPro-MdCn.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTPro-MdCn.woff') format('woff'),
        url('fonts/HelveticaNeueLTPro-MdCn.ttf') format('truetype'),
        url('fonts/HelveticaNeueLTPro-MdCn.svg#HelveticaNeueLTPro-MdCn') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
	font-family: 'Helvetica Neue LT Pro';
	color: #262626;
	font-size: 18px;
	line-height: 23px;
	font-weight: 300;
    font-style: normal;
}
.strip {
	background: #009aa6;
	height: 22px;
	width: 100%;
	float: left;
}
h1 {
	font-size: 38px;
	line-height: 45px;
	font-weight: 300;
    font-style: normal;
	color: #009aa6;
	padding: 60px 0;
	margin: 0;
}
h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
    font-style: normal;
	color: #262626;
	padding: 0px 0 50px;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #009aa6;
}
img {
	max-width: 100%;
}
.siteContainer {
	width: 100%;
	float: left;
}
.callout {
	background: #d9d9d9;
	padding: 35px 32px 30px;
	margin-bottom: 30px;
}
.callTxt {
	margin-bottom: 20px;
	font-weight: 500;
    font-style: normal;
}
.listHeading {
	font-size: 20px;
	font-weight: 500;
    font-style: normal;
}
ol {
	margin: 15px 0;
	padding-top: 5px;
}
ol li {
	margin: 0px 0 10px;
	font-weight: 500;
    font-style: normal;
	padding-left: 20px;
}
sup {
	font-size: 60%;
}
sup span {
	color: #262626;
}
.footnote {
	font-size: 14px;
	line-height: 18px;
	padding-left: 20px;
	position: relative;
	margin-top: 150px;
	margin-bottom: 45px;
}
.footnote span {
	position: absolute;
	left: 0;
	top: 0;
}
.footer {
	margin-bottom: 110px;
	font-size: 14px;
}
.footerRight {
	text-align: right;
}
.footer img {
	margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
	.notInMobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.col-8, .col-4 {
		width: 100%;
		flex: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}
