@charset "utf-8";
/* CSS Document */

#game_start {
	display: block;
}

#game_main {
	display: none;
}

#game_finish {
	display: none;
}
/*-----------------------------------------start*/

#game_start_textcloud {
	text-align: center;
	width: 85%;
	top: 15%;
	left: 3%;
	padding: 40px 60px 40px 20px;
}

#game_textcloud_arrow {
	background-image: url("../images/heuschrecken_image_textcloud_arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 3%;
	height: 30%;
	bottom: -30%;
	left: 16%;
}

#game_start_text {
	width: 40%;
	text-align: center;
	top: 57%;
	left: 28%;
	padding: 20px 30px;
}

#game_start_figure {
	position: absolute;
	width: 19%;
	left: 6%;
	top: 55%;
}

#game_start_arrows {
	width: 150px;
	height: 150px;
	left: 75%;
	top: 59%;
}

.game_start_arrows_ud {
	width: 42%;
	height: 39%;
	cursor: pointer;
}

.game_start_arrows_lr {
	width: 41%;
	height: 40%;
	cursor: pointer;
}

#game_start_arrow_up {
	top: 0px;
	left: 28%;
}

#game_start_arrow_right {
	top: 28%;
	right: 0px;
}

#game_start_arrow_down {
	bottom: 0px;
	left: 28%;
}

#game_start_arrow_left {
	left: 0px;
	top: 28%;
}
/*------------------------------------main*/

#main_picture_image {
	position: relative;
	display: table;
}

.game_main_image {}

#game_main_pictures_auditorix {
	width: 18%;
}

#game_main_pictures_auditorix img {
	z-index: 1;
}

#game_main_arrows {
	width: 150px;
	height: 150px;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
}

.game_main_arrows_ud {
	width: 42%;
	height: 39%;
	cursor: pointer;
}

.game_main_arrows_lr {
	width: 41%;
	height: 40%;
	cursor: pointer;
}

#game_main_arrow_up {
	top: 0px;
	left: 28%;
}

#game_main_arrow_right {
	top: 28%;
	right: 0px;
}

#game_main_arrow_down {
	bottom: 0px;
	left: 28%;
}

#game_main_arrow_left {
	left: 0px;
	top: 28%;
}

.display {
	background-color: #80AAFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	z-index: 10;
	color: #FFF;
	width: 100%;
	height: 30px;
	padding-top: 1%;
	text-align: center;
}

#game_main_display {
	width: 20%;
	height: 15%;
	right: 6%;
	top: 70%;
}

#game_main_display_1 {
	padding-top: 6px;
	top: 0%;
}

#game_main_display_2 {
	padding-top: 6px;
	top: 66%;
}

#game_main_help {
	bottom: 10px;
	right: 10px;
	background-image: url("../../src/images/image_help.png");
}
/*--finish--*/

#game_finish_textcloud {
	width: 54%;
	top: 27%;
	left: 8%;
	padding: 30px;
}

.game_finish_heuschrecke {
	width: 5%;
}

#game_finish_heuschrecke_1 {
	top: 62%;
	left: 60%;
}

#game_finish_heuschrecke_2 {
	top: 52%;
	left: 11%;
}

#game_finish_heuschrecke_3 {
	top: 16%;
	left: 71%;
}

#game_finish_figure {
	position: absolute;
	width: 19%;
	left: 76%;
	top: 35%;
}

.game_finish_restart_button {
	background-image: url("../../src/images/image_restart.png");
	width: 96px;
	height: 36px;
	top: 84%;
	left: 38%;
}

@media screen and (orientation: portrait) {
	#game_start_textcloud {
		top: 11%;
		left: 8%;
		width: 75%;
		padding: 40px 20px 20px 20px;
	}
	#game_textcloud_arrow {
		left: 38%;
	}
	#game_start_figure {
		position: absolute;
		width: 30%;
		left: 16%;
		top: 48%;
	}
	#game_start_arrows {
		left: 53%;
		top: 49%;
	}
	#game_start_text {
		width: 51%;
		top: 72%;
		left: 20%;
	}
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
	#game_finish_figure {
		width: 28%;
		left: 66%;
		top: 43%;
	}
}

@media screen and (max-width: 530px) and (orientation: portrait) {
	#game_main_help {
		bottom: 10px;
		top: auto;
	}
	.display {
		height: 15px;
	}
	#game_main_display_1,
	#game_main_display_2 {
		padding-top: 3px;
	}
}

@media screen and (max-width: 500px) {
	.display {
		height: 19px;
	}
	#game_main_display_1,
	#game_main_display_2 {
		padding-top: 3px;
	}
	#game_main_pictures_heuschrecken {
		left: 10%;
	}
}

@media screen and (max-width: 480px) and (orientation: portrait) {}

@media screen and (max-width: 410px) and (orientation: portrait) {
	#game_start_textcloud {
		top: 12%;
		width: 86%;
		left: 4%;
		padding: 20px 10px 0px 10px;
	}
}

@media screen and (max-width: 370px) and (orientation: portrait) {
	#game_start_figure {
		top: 43%;
	}
	#game_start_arrows {
		top: 43%;
	}
	#game_start_text {
		top: 68%;
	}
	#game_finish_textcloud {
		width: 43%;
	}
}

@media screen and (max-width: 410px) and (orientation: landscape) {}

@media screen and (max-width: 714px) and (orientation: landscape) {
	.close_button {
		background-size: cover;
		width: 26px;
		height: 26px;
		top: 5px;
		right: 5px;
	}
	.headline {
		padding: 12px 0;
		height: 17px;
	}
	#game_start_play {
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	#game_start_textcloud {
		padding: 20px 40px 20px 20px;
	}
	#game_main_help {
		top: auto;
		bottom: 10px;
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	.display {
		height: 15px;
	}
	#game_main_display_1,
	#game_main_display_2 {
		padding-top: 3px;
	}
}

@media screen and (max-width: 650px) and (orientation: landscape) {
	#game_main_help {
		top: auto;
		bottom: 10px;
	}
	.display {
		height: 15px;
	}
	#game_main_display_1,
	#game_main_display_2 {
		padding-top: 3px;
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	#floatingBarsG {
		top: 70px;
	}
	.close_button {
		background-size: cover;
		width: 26px;
		height: 26px;
		top: 5px;
		right: 5px;
	}
	.headline {
		padding: 12px 0;
		height: 17px;
	}
	#game_start_textcloud {
		left: 4% !important;
		top: 6% !important;
		padding: 20px 50px 20px 10px !important;
		width: 81%;
	}
	#game_start_figure {
		left: 5%;
		top: 51%;
	}
	#game_start_text {
		top: 50% !important;
		left: 26% !important;
		padding: 20px 21px !important;
	}
	#game_start_play {
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	#game_start_arrows {
		left: 75%;
		top: 54%;
	}
	#game_main_help {
		top: auto;
		bottom: 10px;
		background-size: cover;
		width: 26px;
		height: 26px;
	}
	.display {
		height: 18px;
	}
	#game_finish_figure {
		top: 30%;
	}
	#game_finish_heuschrecke_1 {
		top: 72%;
		left: 60%;
	}
	#game_finish_heuschrecke_2 {
		top: 58%;
		left: 11%;
	}
	#game_finish_heuschrecke_3 {
		top: 16%;
		left: 71%;
	}
}

@media screen and (max-height: 340px) and (orientation: landscape) {
	.display {
		height: 15px;
	}
	#game_main_display_1,
	#game_main_display_2 {
		padding-top: 3px;
	}
}

@media screen and (max-height: 300px) and (orientation: landscape) {
	#game_start_textcloud {
		left: 1.3% !important;
		top: 5% !important;
		padding: 20px 50px 20px 10px !important;
		width: 87%;
	}
	#game_finish_textcloud {
		width: 54%;
		top: 30%;
		left: 8%;
		padding: 20px;
	}
	#game_finish_heuschrecke_1 {
		top: 69%;
		left: 60%;
	}
	#game_finish_heuschrecke_2 {
		top: 58%;
		left: 11%;
	}
	#game_finish_heuschrecke_3 {
		top: 19%;
		left: 71%;
	}
}

.game_start_continue_button {
	width: 96px;
	height: 36px;
}