body
{
	overflow: hidden;
}

#search_bar
{
	display: none;
	position: absolute;
	right: 10px;
}

#txt_search
{
	background-image: url(../images/icon_search.png);
	width: 135px;
	height: 35px;
	border: 0px none;
	background-color: rgba(55, 55, 55, 0.25);
	border-radius: 10px;
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 50px;
	color: white;
	font-size: 20px;
	font-family: helvetica;
}

#popup_area
{
	width: calc(100% - 470px);
	height: auto;
	background: rgba(50, 50, 50, 0.65);
	position: absolute;
	top: 100px;
	left: 300px;
	min-width: 500px;
	border-radius: 10px;
	padding: 20px;
	font-family: arial;
	color: white;
	display: none;
	z-index: 999;
}

#popup_area p.lang_ge
{
	font-family : german-font
		}
	

#popup_area img.temperay
{
	width: 100%;
	height: 500px;
}

#popup_area img.temperay2
{
	width: 100%;
  	height: auto;
}

.mobile_view #popup_area
{
	width: calc(96% - 40px);
    height: calc(100% - 200px);
    background: rgba(50, 50, 50, 0.65);
    position: absolute;
    top: 150px;
    left: 2%;
    border-radius: 10px;
    padding: 20px;
    font-family: arial;
    color: white;
    display: none;
    min-width: 0px;
}

.landscape #popup_area
{
	top: 39px !important;
	left: 132px !important;
	width: calc(100% - 183px) !important;
    height: calc(100% - 85px) !important;
}

.mobile_view #popup_area img.temperay
{
	height: auto;
}

.mobile_view #popup_area h2
{
	margin: 0px;
	margin-bottom: 10px;
}

.mobile_view #content_area
{
	height: 90%;
	overflow: auto;
}

#btn_close
{
	position: absolute;
	width: 36px;
	right: 20px;
	cursor: pointer;
}

#menu_area
{
	display: none;
	position: absolute;
	right: 20px;
	z-index: 999;
	margin-top: 35px;
}

#menu_area ul
{
	list-style: none;
}

#menu_area li
{
	cursor: pointer;
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
	background: url(../images/bubble_1.png);
	background-size: 100% 100%;
	padding: 5px;
}

#menu_area li img
{
	width: 100%;
}

.landscape #menu_area
{
	bottom: 0px;
	left: calc(50% - 350px);
}

.landscape #menu_area li
{
	float: left;
}

.mobile_view #menu_area li
{
	width: 35px;
    height: 35px;
    margin-bottom: 5px;
}

#img_logo
{
	position: absolute;
	z-index: 999;
	width: 35%;
	margin: 20px;
}

#bubble_area
{
	width: 200px;
	height: 200px;
	background: url(../images/bubble_1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 75px;
	left: 50px;
	display: none;
}

#bubble_area img
{
	width: 90%;
	margin: 5%;
}

.mobile_view #bubble_area
{
	width: 120px;
	height: 120px;
	top: 10px;
	left: 10px;
}

.mobile_view #txt_search
{
	width: 100px;
	height: 25px;
}