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

#game_start {
	display: block;
}

#game_main {
	display: none;
}

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

#game_start_textcloud {
	width: 54%;
	top: 18%;
	left: 8%;
}

#game_start_text {
	width: 54%;
	text-align: left;
	top: 53%;
	left: 8%;
	padding: 20px 30px;
}
/*------------------------------------main*/

.game_maine_pictures {
	position: relative;
	display: table;
}

.game_maine_pictures_picture {
	position: relative;
	display: table;
}

.game_main_image {
	position: relative;
	width: 100%;
	height: 100%;
}

#game_main_pictures_div_1 {
	position: relative;
	height: 40%;
	padding: 1%;
}

.game_main_pictures_div_group {
	width: 100%;
	height: 91%;
	position: relative;
	display: table;
}

#game_main_pictures_text_1 {
	height: 26%;
	/*	width: 12%;
	float: left;
	padding-top: 3%;
	margin-left: 3%;*/
}

#game_main_pictures_text_1_1 {
	/*display: none;*/
}

#game_main_pictures_picture_1 {
	width: 100%;
	height: 74%;
}

#game_main_pictures_div_2 {
	position: relative;
	height: 45%;
	padding: 1%;
}

#game_main_pictures_picture_container_1 {
	width: 100%;
	height: 24%;
	/*	padding-top: 3%;
	margin-left: 3%;*/
}

#game_main_pictures_text_2 {
	/*	width: 70%;
	padding-top: 3%;*/
}

#game_main_pictures_empty {
	width: 30%;
}

#game_main_pictures_picture_container_2 {
	width: 32.666666666666%;
	height: 100%;
	float: left;
}

#game_main_pictures_picture_2 {
	width: 100%;
	height: 70%;
	position: relative;
}

#game_main_pictures_text_3 {
	width: 100%;
	height: 30%;
	text-align: center;
}

#game_main_pictures_picture_container_3 {
	width: 32.666666666666%;
	height: 100%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

#game_main_pictures_picture_3 {
	width: 100%;
	height: 70%;
	position: relative;
}

#game_main_pictures_text_4 {
	width: 100%;
	height: 30%;
	text-align: center;
}

#game_main_pictures_picture_container_4 {
	width: 32.666666666666%;
	height: 100%;
}

#game_main_pictures_picture_4 {
	width: 100%;
	height: 70%;
	position: relative;
}

#game_main_pictures_text_5 {
	width: 100%;
	height: 30%;
	text-align: center;
}

#game_main_geraeusche {
	top: 72%;
	left: 6%;
}

#game_main_bottom_button {
	width: 471px;
	height: 40px;
	top: 85%;
	bottom: auto;
}

#game_main_narrator {
	left: 0%;
	height: 40px;
	width: 40%;
}

#game_main_narrator_button {
	background-image: url(../../src/images/image_play.png);
	background-size: cover;
	z-index: 10;
}

#game_main_narrator_text {
	padding-left: 45px;
	padding-top: 9px;
	cursor: pointer;
}

#game_main_save {
	display: none;
	left: 51%;
	height: 40px;
	width: 50%;
}

#game_main_save_button {
	background-image: url(../../src/images/image_ok.png);
	background-size: cover;
	z-index: 10;
}

#game_main_save_text {
	padding-left: 45px;
	padding-top: 9px;
	cursor: pointer;
}

.speaker {
	background-color: #BBB;
}
/*--finish--*/

@media screen and (orientation: portrait) {
	#game_start_textcloud {
		top: 12%;
		width: 58%;
	}
	#game_start_text {
		width: 58%;
		top: 46%;
	}
	#game_main_geraeusche {
		display: none;
	}
	#game_main_speaker_1 {
		left: 0px;
	}
	#game_main_speaker_2 {
		left: 0px;
	}
	#game_main_pictures_div_1 {
		position: relative;
		height: 37%;
		padding: 1%;
	}
	#game_main_pictures_text_1 {
		width: 100%;
		float: none;
		padding-top: 0%;
		margin-left: 0%;
	}
	#game_main_pictures_picture_1 {
		height: 58%;
	}
	#game_main_pictures_div_2 {
		position: relative;
		height: 37%;
		padding: 1%;
	}
	#game_main_pictures_picture_container_1 {
		/*	width: 100%;
	height: 35%;
	float: none;
	padding-top: 0%;
	margin-left: 0%;*/
	}
	.game_main_pictures_div_group {
		width: 100%;
		height: 76%;
	}
	#game_main_bottom_button {
		width: 471px;
		height: 40px;
		top: auto;
		bottom: 10px;
	}
	#game_main_save {
		left: 40%;
	}
}

@media screen and (max-width: 530px) and (orientation: portrait) {
	#game_main_bottom_button {
		height: 30px;
		bottom: 10px;
		top: auto;
	}
	#game_main_save_text,
	#game_main_narrator_text {
		padding-left: 35px;
		padding-top: 9px;
	}
}

@media screen and (max-width: 500px) {
	#game_main_save_button,
	#game_main_narrator_button {
		width: 26px;
		height: 26px;
	}
	#game_main_save_text,
	#game_main_narrator_text {
		padding-left: 35px;
		padding-top: 9px;
	}
	#game_main_bottom_button {
		width: 320px;
	}
}

@media screen and (max-width: 714px) and (orientation: landscape) {
	#game_main_save_button,
	#game_main_narrator_button {
		width: 26px;
		height: 26px;
	}
	#game_main_save_text,
	#game_main_narrator_text {
		padding-left: 35px;
		padding-top: 9px;
	}
	#game_main_bottom_button {
		width: 320px;
	}
}

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

@media screen and (max-height: 450px) and (orientation: landscape) {
	#game_start_textcloud {
		top: 12% !important;
		padding: 10px 50px 10px 20px !important;
		width: 55%;
	}
	#game_start_text {
		width: 55%;
		top: 45%;
	}
	#game_main_save_button,
	#game_main_narrator_button {
		width: 26px;
		height: 26px;
	}
	#game_main_save_text,
	#game_main_narrator_text {
		padding-left: 35px;
		padding-top: 9px;
	}
	#game_main_bottom_button {
		width: 320px;
	}
}