h1 {
	font-family: 'Cutive Mono', monospace;
	color: black;
	font-size: 30px;
	font-weight: regular;	
	position: absolute;
	top: 80px;
	left: 410px;
}

.seite p {
	font-family: courier;
	color: black;
}

p {
	font-family: courier;
	color: black;
}



.seite p {
	position: fixed;
	top: 90px;
	left: 60px;
	font-size: 30px;
}

p {
	position: absolute;
	top: 115px;
	left: 410px;
}

.info {
	position: absolute;
	top: 465px;
	left: 410px;
	list-style: none;
	color: black;
}

.info:hover {
	color: #bec725;
}

section a {
	color: black;
	text-decoration: underline;
}

ul {
	position: absolute;
	top: 300px;
	left: 370px;
	list-style: none;
}

li {
	padding-top: 10px;
}

a {
	font-family: courier;
	color: black;
	text-decoration: none;
}

a:hover {
	color: #bec725;
}

.home {
	position: fixed;
	bottom: 20px;
	left: 48%;
}

.home a {
	color: black;
}

.home a:hover {
	color: #bec725;
}

section {
	position: fixed;
	top: 140px;
	right: 300px;
	z-index: 3;
	font-family: courier;
	color: black;
	font-size: 17px;
}

.birgit {
	height: 280px;
	position: fixed;
	top: 170px;
	right: 300px;
}



.bild img {
	height: 380px;
	position: absolute;
	left: 140px;
	top: 100px;
}

ul img {
	width: 420px;
}

.container {
	position: absolute;
	left: 2px;
	top: -200px;
}

.home2 {
	position: fixed;
	bottom: 20px;
	left: 60px;
}

.home2 a {
	color: black;
}

.home2 a:hover {
	color: #bec725;
}

.kontakt2 {
	position: fixed;
	bottom: 20px;
	left: 130px;
}

.kontakt2 a {
	color: black;
}

.kontakt2 a:hover {
	color: #bec725;
}

.Zitat p {
	font-size: 18px;
	font-family: courier;
	position: fixed;
	left: 60px;
	top: 205px;
	line-height: 1.2;
}

.Zitat2 p {
	font-size: 13px;
	font-family: courier;
	position: fixed;
	left: 60px;
	top: 295px;
	line-height: 1.2;
}

.impr {
	position: absolute;
	top: 110px;
	left: 420px;
}

.haft {
	position: absolute;
	top: 340px;
	left: 420px;
	width: 580px;
	font-size: 12;
}



/* For Mobile Portrait View */
@media screen and (orientation: portrait) {

	body {
		font-size: 40px;
	}

	h1 {
		display: block;
		font-size: 65px; 
		width: 100vw;
		left: 80px;
	}

	p {
		left: 80px;
		top: 155px;
	}
	.bild img {
		height: 500px;
		position: absolute;
		left: 80px;
		top: 330px;
	}

	li {
		padding-top: 20px;
	}

	.info {
		top: 790px;
		left: 510px;
	}

	ul {
		top: 330px;
		left: 470px;
	}

	.home {
		left: 80px
	}

}