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

#game_start {
	display: block;
}

#game_main {
	display: none;
}

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

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

#game_start_text {
	width: 54%;
	text-align: left;
	top: 45%;
	left: 8%;
	padding: 20px 30px;
}

.auswahl {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 30px;
	height: 27px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
}

#game_start_auswahl_button {
	width: 42%;
	left: 11%;
	top: 83%;
}

#game_start_auswahl_button_div {
	left: 45%;
	margin-top: -3px;
}
/*------------------------------------main*/

#game_main_speaker {
	width: 50%;
}

#game_main_speaker_1 {
	width: 100%;
}

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

.game_main_picture_button {
	cursor: pointer;
	text-align: center;
}

.game_main_picture_button img {
	position: relative;
}

#game_main_pictures_2 {
	display: none;
}

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

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

#game_main_pictures_div_1 {
	height: 45%;
	width: 100%;
}

#game_main_pictures_picture_1,
#game_main_pictures_picture_2,
#game_main_pictures_2_picture_1,
#game_main_pictures_2_picture_2,
#game_main_pictures_2_picture_3,
#game_main_pictures_2_picture_4 {
	width: 100%;
	height: 100%;
}

#game_main_pictures_div_2 {
	height: 45%;
	width: 100%;
	top: 50%;
}

#game_main_pictures_2_div_1 {
	height: 24%;
	width: 100%;
	top: 0%;
}

#game_main_pictures_2_div_2 {
	height: 24%;
	width: 100%;
	top: 25%;
}

#game_main_pictures_2_div_3 {
	height: 24%;
	width: 100%;
	top: 50%;
}

#game_main_pictures_2_div_4 {
	height: 24%;
	width: 100%;
	top: 75%;
}

#game_main_picture_button_1 {
	left: 0px;
	width: 22%
}

#game_main_picture_button_2 {
	left: 33%;
	width: 22%
}

#game_main_picture_button_3 {
	left: 66%;
	width: 22%
}

#game_main_bottom_button {
	width: 210px;
	height: 40px;
	top: 89%;
	bottom: auto;
}

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

#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--*/

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

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

.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 {
		width: 58%;
		top: 18%;
	}
	#game_start_text {
		width: 58%;
		top: 42%;
	}
	#game_start_auswahl_button {
		width: 66%;
		left: 13%;
		top: 74%;
	}
	#game_main_geraeusche {
		display: none;
	}
	#game_main_speaker {
		top: 63%;
	}
	#game_main_speaker_1 {
		width: 100%;
		left: 0px;
		top: 0px;
	}
	#game_main_speaker_2 {
		left: 17%;
		width: 56%;
		top: 132px;
	}
	#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_div_group {
		width: 100%;
		height: 76%;
	}
	#game_main_bottom_button {
		width: 471px;
		height: 40px;
		top: auto;
		bottom: 10px;
	}
	#game_finish_textcloud {
		width: 37%;
		top: 25%;
		left: 16%;
	}
	#game_finish_figure {
		width: 29%;
		left: 60%;
		top: 35%;
	}
}

@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;
	}
	.auswahl {
		width: 26px;
		height: 25px;
		padding-top: 1px;
		margin-left: 10px;
	}
	#game_main_speaker {
		top: 63%;
	}
}

@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: 410px) and (orientation: portrait) {
	.auswahl {
		margin-left: 5px;
	}
}

@media screen and (max-width: 410px) and (orientation: landscape) {
	#game_start_auswahl_button_div {
		margin-top: -1px;
	}
}

@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;
	}
	.auswahl {
		background-size: cover;
		width: 26px;
		height: 25px;
		padding-top: 1px;
		margin-left: 5px;
	}
	#game_start_auswahl_button_div {
		margin-top: -4px;
	}
}

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

@media screen and (max-height: 450px) 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;
	}
	.auswahl {
		background-size: cover;
		width: 26px;
		height: 25px;
		padding-top: 1px;
		margin-left: 5px;
	}
	#game_start_textcloud {
		left: 5% !important;
		top: 10% !important;
		padding: 20px 50px 20px 20px !important;
	}
	#game_start_text {
		top: 41% !important;
		left: 5% !important;
		padding: 20px 21px !important;
	}
	#game_start_auswahl_button {
		width: 43%;
		left: 5%;
		top: 85%;
		padding-left: 21px;
	}
	#game_start_auswahl_button_div {
		margin-top: -6px;
	}
}