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

.seite p {
	position: fixed;
	top: 90px;
	left: 60px;
	font-size: 30px;
	font-family: 'Cutive Mono', monospace;
	color: black;
	transition: 0.5s;
}

p {
	position: absolute;
	top: 115px;
	left: 410px;
	font-family: 'Cutive Mono', monospace;
	color: black;
}


.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: 100px;
	left: 35vw;
	list-style: none;
}

.listebilder {
	position: absolute;
	top: 300px;
	left: 30vw;
}

li {
	padding-top: 10px;
}

a {
	font-family: 'Cutive Mono', monospace;
	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: 'Cutive Mono', monospace;
	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: 31vw;
}

.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: 'Cutive Mono', monospace;
	position: fixed;
	left: 60px;
	top: 205px;
	line-height: 1.2;
}

.Zitat2 p {
	font-size: 13px;
	font-family: 'Cutive Mono', monospace;
	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) {

	.seite p {
		font-size: 25px;
		top: 35px;
		left: 40px;
	}

	.Zitat p {
		left: 40px;
		top: 105px;
	}

	.Zitat2 p {
		left: 40px;
		top: 175px;
	}

	.home, .home2, .kontakt2, .kontakt {

		font-size: 13px;
	}

	.home2 {
		left: 40px;
	}
	.kontakt2 {
		left: 95px;
	}

	.Zitat p {
		font-size: 15px;
	}

	ul {

		top: 260px;
		left: 35vw;
	}

	ul img {
		width: 45vw;
	}

	.birgit {
		height: auto;
		width: 55vw;
		right: 100px;
	}
	section {
		right: 100px;
	}

}