body {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	justify-content: center;
	background-color: rgb(24, 130, 37);
	overflow: hidden;
}

#content {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	overflow: auto;
	background-color: rgb(24, 130, 37);
	background-image: none;
	width: 1400px;
	height: 100%;
	margin: auto;
	z-index: 0;
	top: -1000px;
}

#display {
	position: absolute;
	box-sizing: border-box;
	align-items: top;
	top: 200px;
	left: 160px;
	width: 980px;
	height: 550px;
	z-index: 9;
	color: rgb(24, 130, 37);
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	border: solid rgb(255, 255, 255) 2px;
	border-radius: 35px;
	font-family: Courier New, Courier;
	font-size: 30px;
	padding: 2% 4% 2% 4%;
	margin: 0px;
}

#robot {
	position: absolute;
    margin: 10px -30px 10px 0px;
	height: 250px;
	top: 198px;
	display: none;
}

.casts {
	text-align: center;
	align-content:center;
	height: inherit;
	background-color: white;
	color: black;
	text-shadow: 2px 2px 4px black;
}

.verse {
	text-align: center;
	align-content:center;
	height: 275px;
}

#debug {
	position: absolute;
	box-sizing: border-box;
	top: 140px;
	left: 160px;
	width: 980px;
	height: 50px;
	z-index: 9;
	color: rgb(24, 130, 37);
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	font-family: Courier New, Courier;
	font-size: 20px;
	margin: 0px;
}

#story {
    /*overflow: scroll;*/
    height: 310px;
    margin: 10px -30px 10px 0px;
    overflow-x: auto;
	overflow-y: auto;
}

#story p {
	margin-left: 110px;
}

#prompt {
	display: none;
	position: absolute;
	box-sizing: border-box;
	align-items: top;
	justify-content: center;
	top: 550px;
	left: 250px;
	width: 800px;
	height: 40px;
	z-index: 9;
	color: rgb(24, 130, 37);
	overflow: hidden;
	background-color: rgb(0, 0, 0);
	font-family: Courier New, Courier;
	font-size: 30px;
	margin: 0px;
}

.action, #loadsave, #stack {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 60px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgb(24, 130, 37);
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	font-family: Courier New, Courier;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#open {
	top: 600px;
	left: 250px;
}

#close {
	top: 670px;
	left: 250px;
}

#push {
	top: 600px;
	left: 410px;
}

#pull {
	top: 670px;
	left: 410px;
}

#take {
	top: 600px;
	left: 570px;
}

#give {
	top: 670px;
	left: 570px;
}

#see {
	top: 600px;
	left: 730px;
}

#use {
	top: 670px;
	left: 730px;
}

#talk {
	top: 600px;
	left: 890px;
}

#menu {
	top: 670px;
	left: 890px;
	background-color: white;
}

.roundbutton {
	background-color: white;
	display: flex;
	position: absolute;
	box-sizing: border-box;
	justify-content: center;
	width: 30px;
	height: 30px;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: white;
	border: solid rgb(0, 0, 0) 1px;
	border-radius: 99px;
	font-family: Courier New, Courier;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	cursor: pointer;	
}

#switch {
	top: 660px;
	left: 1030px;
}

#autoplay {
	top: 150px;
	left: 1310px;
}

#singleplay {
	top: 150px;
	left: 1260px;
}

#delay {
	position: absolute;
	border: 1px black solid;
	font-size: 24px;
	top: 150px;
	left: 1210px;
	width: 28px;
	display: none;
}

#loadsave {
	background-color: white;
	left: 1175px;
	top: 690px;
	width: 200px;
	display: flex;
}

#stack {
	background-color: white;
	left: 1175px;
	top: 620px;
	width: 200px;
	display: flex;
}

#peterle {
	position: absolute;
	z-Index: 9;
	width: 50px;
	display: none;
}

#shelf, #bible {
	position: absolute;
	display: none;
}

#bible {
	height: 150px;
	left: 370px;
	top: 320px;
}

#tree {
	position: absolute;
	z-Index: 10;
	width: 100px;
	display: none;
}

.peterle_game {
	position: absolute;
	display: none;
	z-Index: 9;
}

#noah {
	top: 210px;
	left: 180px;
}

#fabian {
	top: 210px;
	left: 1060px;
}

#malermeister {
	top: 720px;
	left: 180px;
}

#christian {
	top: 720px;
	left: 1040px;
}

#time {
	top: 210px;
	left: 620px;	
}

.action, #headline {
	-ms-user-select: None;
	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None;
}

#headline {
	width: 620px;
	left: 380px;
}

.ui-menu {
	position: absolute;
	width: 200px;
	border: solid rgb(0, 0, 0) 1px;
	top: 200px;
	left: 1175px;
	height: 550px;
	background-color: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
}

#inventory {
	border: solid rgb(255, 255, 255) 2px;
}

#inventory2 {
	display: none;
}

.unlink {
	color: rgb(24, 130, 37);
	pointer-events: none;
}

.yellow {
	color: yellow;
}

.yellowblue {
	color: yellow;
	background-color: rgb(24, 130, 37);
	border-radius: 50%;
}

.red {
	color: red;
}

table {
	border-spacing: 30px 0px;
}

table td:first-child, table td:last-child {
	text-align: right;
}

#telephone {
	text-align: center;
	margin: 0 auto;
	width: 300px;
	border-radius: 30px;
	background-color: silver;
}

#hörer {
	position: absolute;
	top: 90px;
	left: 365px;
	height: 200px;
}

.safe, .lock {
    font-size: 30px;
	font-family: Courier New, Courier;
    background-color: black;
    color: rgb(24, 130, 37);
    border: none;
}

#screwdriver {
	position: fixed;
	opacity: 0.33;
	z-Index: 12;
	display: none;
}

#powder {
	position: fixed;
	opacity: 0.33;
	z-Index: 10;
	display: none;
}

#pager {
	position: absolute;
	left: 637px;
	top: 72px;
	height: 275px;
	margin-right: 50px;
}

#cover {
	position: fixed;
	z-Index: 11;
}

#cover > img {
	height: 250px;
}

.hole {
	position: absolute;
	background-color: black;
	border-radius: 50%;
	width: 22px;
	height: 22px;
}

.explode {
	position: absolute;
	z-Index: 12;
	display: none;
}

.explode > img {
	height: 250px;
}

#Idolcover {
	z-Index: 10;
}

.idol, .cover {
	position: absolute;
	width: 900px;
	text-align: center;
}

.idol img, .cover img {
	height: 265px;	
	cursor: pointer;
}

.sprengladung {
	position: absolute;
	height: 50px;
}

.icon {
	height: 100px;
}

.app {
	height: 260px;
}

table tr {
	vertical-align: top;
}

#desktop td:first-child {
	width: 200px;
	text-align: center;
}

.balloon > img {
	height: 260px;
 }

#balloon1 {
	position: absolute;
    top: 183px;
    left: 472px;
    height: 100px;
}

#balloon2 {
	position: absolute;
    top: 550px;
    left: 100px;
    height: 300px;
}

#balloon3 {
	position: absolute;
    top: 1000px;
    left: 400px;
    height: 1000px;
}

#flag > img {
    position: absolute;
    top: 92px;
    left: 583px;
    height: 30px;
}

#death, #megaphon, #me {
	height: 275px;
	float: left;
	margin-right: 20px;
}

#cloud img {
	position: relative;
    height: 80px;
    float: right;
    margin-right: 80px;
	cursor: pointer;
}

#popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}

#popupContent {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background: white;
	border-radius: 5px;
	max-height: 80vh;
	max-width: 80vw;
	overflow-y: auto;
}

#popupContent a {
	color: blue;
}

#popupContent table {
	border-spacing: 0;
}

#popupContent table tr td {
	border-bottom: 1px solid transparent;
	padding: 0 10px;
}

#popupContent table tr:hover td {
	border-bottom: 1px solid blue;
	color: blue;
}
