@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
	font-family: 'KeepCalmMed';
	src: url('fonts/KeepCalm-Medium.ttf') format('truetype');
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	width:100%;
	z-index: 1000;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
}
#rightshape {
	top: 0;
   right: 0;
	width: 300px;
	height: 400px;
	background-size: cover;
	color: white;
	background-color: #1e1e1e;
	clip-path: polygon(100% 0%, 100% 0%, 100% 46%, 80% 50%, 100% 54%, 100% 100%, 100% 100%);
	z-index: 1001;
	position: absolute;
	transition: right 0.5s ease;
}
#rightcontent {
	color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 100px;
	right: 0px;
	top: 0px;
	width: 1000px;
	background-color: #1e1e1e;
	position: absolute;
	transition: right 0.5s ease;	
	z-index: 1004;
	visibility: hidden;
}
#rightcontent h1{
	font-family: Lato;
	font-size: 24pt;
	margin: 0;
}
#rightcontent h2{
	font-family: Lato;
	font-size: 18pt;
}
#rightcontent p{
	font-family: 'Open Sans';
	font-size: 12pt;
}
#leftshape {
	width: 300px;
	height: 400px;
	background-size: cover;
	background-color: #1e1e1e;
	clip-path: polygon(0% 0%, 100% 0%, 100% 46%, 80% 50%, 100% 54%, 100% 100%, 0% 100%);
	z-index: 1001;
}
#content {
	padding-left: 50px;
	padding-top: 230px;
	padding-right: 220px;
	left: 300px;
	top: 0px;
	position: absolute;
}
#content h1{
	font-family: Lato;
	font-size: 24pt;
	margin: 0;
}
#content h2{
	font-family: Lato;
	font-size: 18pt;
}
#content p{
	font-family: 'Open Sans';
	font-size: 12pt;
}
#wrapper {
	width: auto;
	height: auto;
	top: 80px;
	position: absolute;
}
#logowhite {
	width: 300px;
	height: 150px;
	background-color: white;
	z-index: 1004;	

}
#logoshape {
	float: left;
	margin-left: 110px;
	font-family: KeepCalmMed;
	color: #1e1e1e;
	width: 550px;
	height: 150px;
	background-color: transparent;
	z-index: 1003;
	margin-top: 20px;
}
#logoshape span {
	z-index:1004;
}
#logoshape span.first {
	font-size: 22pt;
	font-weight: bold;
	line-height: 50px;
	margin-left: 15px;
}
#logoshape span.second {
	font-size: 28pt;
	font-weight: bold;
}
#logoshape span.subtitle {
	font-family: 'Open Sans';
	margin-left: 16px;
	line-height: 0px;
	font-size: 14pt;
	letter-spacing: 0.7em;
	margin-top: -10px;
}
.aboutschmitt {
	margin-left: 15px;
	margin-top: 0px;
	float: left;
	font-family: Lato;
	color: white;
	width: 250px;
	height: auto;
	z-index: 1002;
	clear:both;
}
#kHead {
	top: 84px;
	left: 0px;
	background: url('gfx/kHeadFull.png') no-repeat;
	background-size: 100% auto;
	width: 130px;
	height: 266px;
	z-index: 1003;
	position: fixed;
	transition: all 0.5s ease;
}