@charset "utf-8";

*		{ margin: 0px; padding: 0px; border: 0px; }
/*html	{ height: 100.2%; }*/
body	{
/*	background-color: #eeeeee;*/
/*	font-family: 'Roboto', sans-serif;*/
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

/**** GRUNDGERÜST ****/

div#outer {
	max-width: 1040px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

div#wrapper {
	max-width: 1000px;
	min-height: 100%;
}

/** kopfbereich **/
	
div#header {
	display: block;
 	width: 100%;
 	height: 100px;
	top: 0px;
	background-color: #ffffff;
	color: #000000;
	position: fixed;
	z-index: 1000;
}

div#logo {
	display: inline-block;
	margin-top: 15px;
}

div#headmenu {
display: inline-block;
    margin-top: 56px;
    position: absolute;
    right: 50px;
    margin-right: 0 !important;
}

div#headmenu ul{
	list-style: none;
}

div#headmenu ul li{
	display: inline;
	padding-left: 20px;
}

div#headmenu ul li a{
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 8px;
}

div#headmenu ul li a:hover{
	border-bottom: 1px solid #000000;
}

/** contentbereich **/

div#main {
	min-height: 100%;
}

div#content{
	margin-top: 100px;
	padding-bottom: 40px;
}

div.infocontainer {
	display: flex;
	justify-content: center;
}

div.infocontent {
	display: inline-block;
	width: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	max-width: 85%;
}

div.item-pagecontact{
	height: 100%;
}

div#adress {
	margin-top: 5px;
}

div#adress p{
	padding-bottom: 8px;	
}

div.item-pagecv{
	margin-left: -2px;
}

div.item-pageimp{
	margin-top: 12px;
}

h1, h2 {
  color: white;
  font-family: 'Roboto',sans-serif;
  font-size: 90px;
  font-weight: 300;
}

h3{
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	margin-bottom: 24px;
	margin-top: 12px;
	border-bottom: 1px solid #000000;
	width: 100%;
}

a, a:visited {
	color: #000000;
}

input[type="text"], input[type="email"]{
	border: 1px solid #a2a2a2;
	background: #EBE9ED;
	font-family: 'Roboto', sans-serif;
	padding: 2px;
}

input[type="submit"], input[type="reset"], button[type="submit"]{
	border: 1px solid #a2a2a2;
	background: #EBE9ED;
	font-family: 'Roboto', sans-serif;
	padding: 2px;
}

select, textarea{
	border: 1px solid #a2a2a2;
	background: #EBE9ED;
	font-family: 'Roboto', sans-serif;
	padding: 2px;
}

div#wrapperb {
	height: 5px;
	clear: both;
}

div.curiculum {
	margin-top: 24px;
	width: 700px;
    max-width: 85%;
    font-size: 14px;
}
div.curiculum div {
	margin-bottom: 12px;
} 

div.curiculum p {
	display: inline-block;
	vertical-align: top;	
}

div.curiculum p.j {
	width: 100px;
}

div.curiculum p.w {
	max-width: 70%;
}

/** footerbereich **/

div#footer {
	height: 30px;
	font-size: 10px;
	color: #000000;
	bottom: 0;
}

div#footer ul li {
  display: inline;
  margin-right: 20px;
}

div#footer ul {
  padding-top: 0px;
}

div#footer a { color: #000000; text-decoration: none; }

.fade {
	opacity: 1;
	transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
}
