* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
	list-style-type: none;
}

body {
	overflow: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, a, img {
	border: none;
	padding: 0;
	margin: 0;
	color: inherit;
	text-decoration: none;
}

h1, h2 {
	font-family: 'Staatliches', cursive;
}

h3, h4, p, a {
	font-family: 'Roboto', sans-serif;
}

h1 {
	text-align: left;
	font-weight: 400;
	font-size: 1.85vh;
	font-style: normal;
}

h2 {
	text-align: left;
	font-weight: 400;
	font-size: 1.85vh;
	font-style: normal;
}

h3, p, a {
	text-align: left;
	font-weight: 300;
	font-size: 1.75vh;
	font-style: normal;
	line-height: 2.75vh;
}

h4 {
	text-align: center;
	font-weight: 300;
	font-size: 1.0vh;
	font-style: normal;
	text-transform: uppercase;
}

header {
	width: 100%;
	height: 6.5vh;
	position: fixed;
	margin: 0;
	z-index: 1;
	overflow: hidden;
}

footer {
	width: 100%;
	height: 2vh;
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(25,25,25,0.05);
	-moz-box-shadow: 0px -5px 5px 0px rgba(25,25,25,0.05);
	box-shadow: 0px -5px 5px 0px rgba(25,25,25,0.05);
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatCenter {
	margin: auto;
	text-align: center;
}

.posAbsolute {
	position: absolute;
}

.posRelative {
	position: relative;
}

.colorBlue {
	background-color: rgba(20,140,180,1);
}

.colorYellow1 {
	background-color: rgba(230,230,95,1);
}

.colorGrey1 {
	background-color: rgba(25,25,25,1);
}

.colorGrey2 {
	background-color: rgba(25,25,25,0.75);
}

.colorGrey3 {
	color: rgba(230,230,230,1);
	background-color: rgba(230,230,230,1);
}

.colorFontGrey1 {
	color: rgba(25,25,25,1);
}

.colorFontGrey2 {
	color: rgba(190,190,190,1);
}

.colorFontGrey3 {
	color: rgba(230,230,230,1);
}

.colorFontYellow {
	color: rgba(230,230,95,1);
}

.colorFontBlue {
	color: rgba(20,140,180,1);
}

.colorStroke1 {
	stroke: rgba(25,25,25,1);
}

.colorStroke2 {
	stroke: rgba(190,190,190,1);
}

.outlineColor1 {
	outline-color: rgba(230,230,95,1);
}

.outlineColor2 {
	color: rgba(230,230,95,0.25);
}

.grid100P {
	width: 100%;
}

.grid75P {
	width: 75%;
}

.grid60 {
	width: 60%;
}

.grid50 {
	width: 50%;
}

.grid325 {
	width: 32.5%;
}

.height100 {
	height: 100%;
}

.displayBlock {
	display: block;
}

.displayNone {
	display: none !important
}

#autorContainer {
	max-height: 100%;
}

#image1, #image2, #image3, #image4 {
	width: auto;
}

#image1 {
	height: 80%;
}

#image2, #image3, #image4 {
	height: 40%;
}

#project1, #project2, #project3, #project4, #project5, #project6, #project7, #project8, #project9, #project10 {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-size: 80% auto;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
}

#newsText, #skillContent, #contactText {
	margin-top: -58.5vh;					/*-75vh + 9vh (.outline) + 10 (Abstand)*/
}

#skillContent {
	height: 45vh;
	overflow: auto;
	opacity: 0;
}

#skill1, #skill2, #skill3, #skill4, #skill5, #skill6, #skill7, #skill8, #skill9, #skill10, #skill11, #skill12 {
	height: 6vh;
	width: 95%;
	overflow: hidden;
}

#percent1, #percent2, #percent3, #percent4, #percent5, #percent6, #percent7, #percent8, #percent9, #percent10, #percent11, #percent12 {
	height: 6vh;
	width: 95%;
	margin-left: -100%;
}

#row1 {
	height: auto;
	width: 100%;
	margin-top: 5vh;
}

#row2 {
	height: auto;
	width: 100%;
}

#row3 {
	height: auto;
	width: 100%;
}

#row4 {
	height: auto;
	width: 100%;
}

#arrow1, #arrow2, #arrow3, #arrow4, #arrow5, #arrow6, #arrow7, #arrow8, #arrow9, #arrow10 {
	width: 2vw;
	max-height: 5vh;
	position: absolute;
	bottom: 0;
	margin-bottom: 2vh;
}

#aImg11, #aImg21, #aImg31, #aImg41, #aImg51, #aImg61, #aImg71, #aImg81, #aImg91, #aImg101 {
	margin-left: 0.1vw;
	opacity: 0.1;
}

#aImg12, #aImg22, #aImg32, #aImg42, #aImg52, #aImg62, #aImg72, #aImg82, #aImg92, #aImg102 {
	margin-right: 0.1vw;
	opacity: 0.1;
}

#aImg13, #aImg23, #aImg33, #aImg43, #aImg53, #aImg63, #aImg73, #aImg83, #aImg93, #aImg103 {
	left: 0px;
	opacity: 0.1;
}

div.backgroundPicture {
	width: 100%;
	height: 100%;
	background-image: url(assets/pictures/portrait.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 75% 15%;
	background-size: 120%, auto; 
	overflow: hidden;
}

.headerText {
	width: auto;
	padding-top: 1.95vh;
	display: inline-block;
}

.svgLine {
	width: 5vw;
	height: 0.5vh;
	padding-top: 0.3vh;
	position: absolute;
}

.content {
	width: 100vw;
	height: 100vh;
	max-width: 100%;
	margin: 0 auto;
	z-index: 0;
}

.projectContent {
	width: 100vw;
	/*height: 93.5vh;*/
	max-width: 100%;
	margin-top: 100vh;
	position: absolute;
	overflow: hidden;
	z-index: 0;
}

.outline {
	height: 9vh;
	outline-style: solid;
	outline-width: 0.5vh;
	margin-top: -75vh;
	display: inline-block;
}

.projectContainer {
	height: 8vh;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.footerText {
	height: 100%;
	width: 15vw;
}

@media only screen and (max-width: 800px) and (orientation: portrait) {
	header {
		height: 8vh;
	}

	footer {
		height: 4vh;
	}

	h4 {
		font-size: 1.25vh;
	}

	.grid50 {
		width: 70%;
	}

	.grid60 {
		width: 60%;
	}

	.grid325 {
		width: 100%;
	}

	.svgLine {
		width: 11vw;
		height: 0.5vh;
	}

	.headerText {
		padding-top: 2.75vh;
	}

	#autor {
		display: none !important
	}

	#breadcrumb1 {
		padding-right: 2vw;
	}

	#breadcrumb2 {
		padding-left: 2vw;
	}

	div.backgroundPicture {
		background: url(assets/pictures/portrait.png) no-repeat center center fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background-position: 57% 15%;
	    height: 100%;
		overflow: hidden;
	}
}