@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IDAutomationHC39M Code 39 Barcode';
  src: url('../fonts/Barcode.ttf?v=4.5.0');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ETELKA';
  src: url('../fonts/new/ETELKA-TEXT-PRO.TTF?v=4.5.0');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MYRIADPRO';
  src: url('../fonts/new/MYRIADPRO-REGULAR.OTF?v=4.5.0');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MYRIADPRO-SEMIBOLD';
  src: url('../fonts/new/MYRIADPRO-SEMIBOLD.OTF?v=4.5.0');
  font-weight: normal;
  font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
	font-family: "Myriad Pro", Myriad, "Lucida Grande", Arial;
	box-sizing: border-box;
	text-align: center;
}


.barcode{
	font-family: 'IDAutomationHC39M Code 39 Barcode';
}

.title_marg{
	margin-top: 5%;
}

#global_main_menu{
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 55px;
	background: #fff;
	z-index: 999;
}

.list_object{
	width: 415px;
	height: 500px; 
	float: left; 
	overflow-x: none; 
	overflow-y: auto;
	margin-left: 5px;
}

.object{
	width: 100%; 
	height: 100px; 
	background-color: #fff; 
	margin: 5px 0px;
	cursor: pointer;
}

.object_text{
    margin-left: 5px;
    float: left;
	width: 230px;
}

.object_img{
	width: 160px; 
	height: 100px; 
	float: left; 
	cursor: pointer;
}

.object_main{
	width: 800px; 
	height: 500px; 
	float: left; 
	background-color: #E9E9E9;
}

#global_main_menu_center{
	width: 98%;
	height: 55px;
	position: relative;
	margin: 0px auto;
	background-image: url('../images/menu_back.png');
	background-size: auto 80px;
	background-repeat: no-repeat;
}

#global_main_menu_center_logo {
	width: 140px;
	height: 55px;
	float: left;
	margin-top: 8px;
	background-image: url('../images/logo.png');
	background-size: auto 40px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#global_main_menu_center_menu{
	height: 55px;
	float: right;
}

#global_main_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: auto;
	height: auto;
}

#global_main_menu ul li {
	float: left;
}

#global_main_menu ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 0px;
	text-decoration: none;
}
/*
#global_main_menu ul li a:hover:not(.active) {
	background: #fff;
}*/

#global_main_menu ul .active {
	background: #4CAF50;
}
/***********************************************/


.fa-envelope-o::before {
	content: "\f003";
}

.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
	content: "\f0c9";
	color: black;
	font-size: 40px;
	line-height: 55px;
}

.fa-bars:hover {
	color: #008FD5;
}
	
.fa-phone::before {
	content: "\f095";
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	margin-right: 5px;
	line-height: 30px;
}


/**********************LAYOUT*****************/

.layout{
	width: 100%;
	min-height: calc(100% - 55px);
	/*margin-top: -55px;*/
	/*display: inline-block;*/
	position: relative;
}

.white{
	color: #fff;
}

.black{
	color: #000;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

.center_div{
	margin-top: 50px;
	display: inline-block;
}

.left{
	float: left;
}

.clear{
	clear: both;
}

.none{
	display: none;
}

.hidden{
	visibility: hidden;
}

.blue{
	color: #005ABB;
}

.blue_fragment{
	color: #aac6c5;
}

.red_fragment{
	color: rgb(213, 80, 80);
}

.film_archiv {
	width: 165px;
	height: 240px;
	position: relative;
	margin: 5px;
}

.property-thumbnail_text {
	width: 220px;
	height: 320px;
	background: #000;
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0.7;
	color: #fff;
}

.property_text {
	width: 210px;
	height: 320px;
	position: relative;
	margin-top: 40px;
	text-align: left;
	padding: 0px 10px;
	font-size: 12px;
}


.filter_title{
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	background: url(../images/assets/grid_title.png);
}

#layout_1{
	min-height: 0px;
}

#layout_1_content_text {
	max-width: 1200px;
	width: 70%;
	padding-top: 100px;
	line-height: 25px;
	color: #BDD3DE;
	position: relative;
	display: inline-block;
	font-family: advent-pro, sans-serif;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 29px;
}
/*
#filter_title_text {
	position: absolute;
	z-index: 10;
	bottom: 20%;
	width: 100%;
}*/

#filter_title_text {
	position: relative;
	width: 100%;
	margin-top: 5%;
}

.main_btm{
	cursor: pointer;
}

#layout_2{
	background: #CFCFCD;
	/*
	background: linear-gradient(top, #CFCFCD,rgba(71,71,71,1));
	background: -webkit-linear-gradient(top, #CFCFCD,rgba(71,71,71,1));
	background: -o-linear-gradient(top, #CFCFCD, rgba(71,71,71,1));
	background: -moz-linear-gradient(top, #CFCFCD,rgba(71,71,71,1));
	*/
}

.center_object{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#layout_2_content{
	width: 1210px;
	height: auto;
	margin: 40px auto 0px auto;
}


.showreel{
    width: 500px;
    height: 300px;
    margin-left: 70px;
    float: left;
	background: url('../images/727_bg.jpg') center center;
	background-size: auto 300px;
}

.show_img_1{
    width: 350px;
    height: 200px;
    margin-top: 30px;
    margin-right: 30px;
    float: left;
	background: url('../images/DSC_0223.JPG') center center;
	background-size: auto 200px;
	background-repeat: no-repeat;
}

.anim_main{
	cursor: pointer;
}

.show_img_2{
    width: 500px;
    height: 300px;
    margin-left: 70px;
    float: left;
	background: url('../images/DSC_0333.JPG') center center;
	background-size: auto 300px;
	background-repeat: no-repeat;
}


.layout h1{
	/*
	margin-top: 30px;
	padding: 25px 0px;
	font-size: 24px;
	font-family: 'IDAutomationHC39M Code 39 Barcode';
	font-weight: 100;
	*/
	margin: 0px;
	padding: 0px;
}

.layout h2{
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

#layout_3{
	background: #C79F00;
	/*
	background-image: url('../images/bg_layout_3.png'), linear-gradient(top, #C79F00,rgba(113,35,0,1));
	background-image: url('../images/bg_layout_3.png'), -webkit-linear-gradient(top, #C79F00,rgba(113,35,0,1));
	background-image: url('../images/bg_layout_3.png'), -o-linear-gradient(top, #C79F00,rgba(113,35,0,1));
	background-image: url('../images/bg_layout_3.png'), -moz-linear-gradient(top, #C79F00,rgba(113,35,0,1));
	*/
	background-image: url('../images/bg_layout_3.png');
	background-position: right;
	/*background-size: auto 56px;*/
	background-repeat: no-repeat;
}

#layout_4{
	background: #932E00;
	background-image: url('../images/bg_layout_4.png'), linear-gradient(top, #942d02,rgba(113,35,0,1));
	background-image: url('../images/bg_layout_4.png'), -webkit-linear-gradient(top, #942d02,rgba(113,35,0,1)); 
	background-image: url('../images/bg_layout_4.png'), -o-linear-gradient(top, #942d02,rgba(113,35,0,1)); 
	background-image: url('../images/bg_layout_4.png'), -moz-linear-gradient(top, #942d02,rgba(113,35,0,1)); 
	background-position: left;
	/*background-size: auto 56px;*/
	background-repeat: no-repeat;
}

#layout_5{
	background: #1B915C;
	/*
	background: linear-gradient(top, #1B915C,rgb(9, 72, 14));	
	background: -webkit-linear-gradient(top, #1B915C,rgb(9, 72, 14)); 
	background: -o-linear-gradient(top, #1B915C,rgb(9, 72, 14)); 
	background: -moz-linear-gradient(top, #1B915C,rgb(9, 72, 14)); 
	*/
}

#layout_6{
	background: #3F6989;
	/*
	background: linear-gradient(top, #3F6989,rgb(6, 6, 23));
	background: -webkit-linear-gradient(top, #3F6989,rgb(6, 6, 23)); 
	background: -o-linear-gradient(top, #3F6989,rgb(6, 6, 23));
	background: -moz-linear-gradient(top, #3F6989,rgb(6, 6, 23)); 
	*/
}

#layout_7{
	background: #FFFFFF;
	/*
	background: linear-gradient(top,  #FFFFFF,rgba(71,71,71,1));
	background: -webkit-linear-gradient(top,  #FFFFFF,rgba(71,71,71,1));
	background: -o-linear-gradient(top,  #FFFFFF,rgba(71,71,71,1)); 
	background: -moz-linear-gradient(top,  #FFFFFF,rgba(71,71,71,1)); 
	*/
}

#layout_8{
	background: #000000;
	/*
	background: linear-gradient(top, #000000,rgba(71,71,71,1));
	background: -webkit-linear-gradient(top, #000000,rgba(71,71,71,1));
	background: -o-linear-gradient(top, #000000, rgba(71,71,71,1));
	background: -moz-linear-gradient(top, #000000,rgba(71,71,71,1)); 
	*/
}

#layout_8_content{
	max-width: 1200px;
	width: 80%;
	margin-top: 200px;
	margin: 0px auto;
	margin-bottom: 70px;
	/*background: #C79F00;*/
}

#layout_8_content img{
	margin: 5px;
}

#layout_9{
	background: #293134;
	/*
	background: linear-gradient(top, #293134,#000000);
	background: -webkit-linear-gradient(top, #293134,#000000);
	background: -o-linear-gradient(top, #293134,#000000); 
	background: -moz-linear-gradient(top, #293134,#000000);
	*/
}

#layout_9_content{
	width: 70%;
	height: auto;
	margin: 0px auto;
}

#layout_9_content_adress{
	width: 30%;
	height: auto;
	text-align: left;
	font-family: gruppo, sans-serif;
}

#layout_9_content_map{
	width: 70%;
	height: 631px
}

#layout_9_content_adress .adress{
	list-style-type: none;
	font-size: 14px;
}

#layout_9_content_adress .adress li:first-child{
	font-size: 18px;
}

#layout_10{
	background: #675575;
}

#layout_11{
	background: #647687;
}

#layout_11_content{
	max-width: 1200px;
	width: 80%;
	margin-top: 200px;
	margin: 0px auto;
	margin-bottom: 70px;
	/*background: #C79F00;*/
}

#layout_12{
	background: #CFCFCD;
	/*
	background: linear-gradient(top,  #FFFFFF,rgba(71,71,71,1));
	background: -webkit-linear-gradient(top,  #FFFFFF,rgba(71,71,71,1));
	background: -o-linear-gradient(top,  #FFFFFF,rgba(71,71,71,1)); 
	background: -moz-linear-gradient(top,  #FFFFFF,rgba(71,71,71,1)); 
	*/
}

.layout .submenu {
	height: auto;
	width: auto;
	margin: 0 auto;
	display: inline-block;
	max-width: 1200px;
}

.submenu_content{
	min-width: 100px;
	margin: 10px 10px;
	opacity: 0.6;
	max-width: 120px;
	min-height: 120px;
	cursor: pointer;
}

.submenu_content_film{
	width: 120px;
	height: 100%;
	margin: 0px 10px;
	opacity: 0.6;
	max-width: 180px;
}

.submenu_content_logo{
	min-width: 100px;
	height: 60px;
	cursor: pointer;
}

.submenu_content_logo div{
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-size: 40px 40px;
}

.submenu_content:hover{
	opacity: 1;
}

.layout_content_body{
	height: 550px;
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
}

.submenu_content_text{
	min-width: 100px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	font-family: gruppo, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.submenu_6_content_text {
	height: auto;
	min-height: 50px;
	text-align: left;
	margin-left: 0px;
	float: left;
}


.submenu_7_content_text{
	width: 300px;
	height: auto;
	min-height: 50px;
	text-align: left;
}

.submenu_7_content_title{
	min-width: 100px;
	height: auto;
	text-align: center;
	text-transform: uppercase;
}

.layout_content_body_scroll{
	/*width: 100%;*/
	/*width: 1300px;
	position: absolute;
	left: 0px;
	left: 50%;
	margin-left: -650px;*/
	
	width: 1300px;
	position: relative;
	margin: 0px auto;

}

.layout_content_body_content{
	width: 100%;
	min-height: 100%;
	display: none;
}

.layout_content_body_content_static{
	width: 100%;
	height: 500px;
	display: block;
	overflow-y: auto;
}

.layout_content_body_content .sub_text{
	text-align: left;
}

.layout_content_body_content .sub_text{
	margin-right: 30px;
	margin-top: 10%;
}

.layout_content_body_content .sub_icon{
	margin-left: 10%;
	margin-top: 8%;
}

.layout_content_body_content .sub_text {
	/*margin-right: 30px;*/
	margin-top: 2%;
}

.sub_text_2{
	text-align: left;
	font-family: 'MYRIADPRO-SEMIBOLD';
}

.layout_content_body_content_sub {
	/*display: inline-block;*/
	margin-top: 0px;
	padding: 0px 40px;
	text-align: left;
}

.submenu_content_subpage{
	min-width: 100px;
	height: 100%;
	margin: 0px 10px;
	opacity: 0.6;
	max-width: 180px;
}

.submenu_content_subpage:hover{
	opacity: 1;
}

.layout_content_body_content ul{
	list-style-type: none;
	padding: 0px;
	font-family: 'MYRIADPRO';
}

#layout_7_content{
	width: 90%;
	height: auto;
	max-width: 1400px;
	display: inline-block;
	position: relative;
}

.layout_7_content_line{
	display: inline-block;
}

.submenu_7_content_logo div {
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-size: 80px 80px;
}

.gradient{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: -webkit-linear-gradient( top, rgba(0,0,0,0), rgba(0,0,0,1) );
	background-image: -moz-linear-gradient( top, rgba(0,0,0,0), rgba(0,0,0,1) );
	background-image: linear-gradient( top, rgba(0,0,0,0), rgba(0,0,0,1) );
}


#main_menu_content {
	position: fixed;
	display: none;
	margin: 0;
	padding: 0px 10px;
	overflow: inherit;
	width: auto;
	height: auto;
	height: 60px;
	z-index: 999;
	top: 55px;
	right: 50px;
}

.main_menu_content_li {
	float: none !important;
}


.main_menu_content_li {
	background-color: #FFF;
	text-align: left;
	padding: 0px 10px;
	width: 100%;
	border-bottom: 1px solid #DDD;
	text-decoration: none;
	list-style: none;
}

.main_menu_a{
	color: #000 !important;
}

.main_menu_a, #main_menu_content #main_menu_main .main_menu_content_li span {
	display: block;
	text-align: center;
	padding: 17px 16px;
	text-decoration: none;
	font-weight: 500;
}

.border{
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom,rgba(255,255,255,0.45) ,#CFCFCD 100%);
	position: absolute;
}

.border_b{
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom,#DDD400 ,#C79F00 100%);
	position: absolute;
}

.border_o{
	width: 20px;
	height: 1px;
	float: left;
}


.header_1{
	font-size: 36px;
	font-family: advent-pro, sans-serif;
	font-weight: 600;
	line-height: 43px;
}

.header_2{
	font-size: 24px;
	font-family: advent-pro, sans-serif;
	font-weight: 300;
	line-height: 29px;
}

.header_3{
	font-weight: 300;
	font-family: advent-pro, sans-serif;
	font-size: 16px;
}

.header_4{
	font-weight: 300;
	font-family: advent-pro, sans-serif;
	font-size: 14px;
}

.list_object{
	float: none;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
}


.object_main {
	width: 100%;
	float: none;
	height: auto;
	background: url('../images/727_bg.jpg') center center;
	background-size: auto 300px;
	background-repeat: no-repeat;
}

.object_main_section {
    width: 100%;
	float: none;
	height: 400px;
	background: url('../images/727_bg.jpg') center center;
	background-size: auto 300px;
	background-repeat: no-repeat;
	margin: 0px auto;
}


.layout_content_body_scroll {
	width: 90%;
}

#layout_2_content .layout_content_body{
	/*height: 1100px;*/
	height: auto;
}

.layout_content_body_content .submenu{
	width: 1300px
}

#filter_title_text {
	margin-top: -20px;
}




#layout_12_content{
	width: 90%;
	height: auto;
	max-width: 1400px;
	display: inline-block;
	position: relative;
}

.layout_12_content_line{
	display: inline-block;
}

.submenu_12_content_logo div {
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	margin: 0px auto;
	background-size: 80px 80px;
}





@media handheld, only screen and (min-width: 600px) {
    /* For tablets: */

	.tab{
		
		display: block;
		
	}
	
	.desk{
		
		display: none;
		
	}
	
	.object_main {	
		height: 300px;
	}
	
	#layout_2_content .layout_content_body{
		height: 900px;
	}
	
	.layout_content_body_content .submenu{
		width: 1300px
	}
	
	#main_menu_content {
		position: fixed;
		display: none;
		margin: 0;
		padding: 0px 10px;
		overflow: inherit;
		width: auto;
		height: auto;
		height: 60px;
		z-index: 999;
		top: 55px;
		right: 50px;
	}
	
	.main_menu_content_li {
		float: none !important;
	}
	
	
	.main_menu_content_li {
		background-color: #FFF;
		text-align: left;
		padding: 0px 10px;
		width: 300px;
		border-bottom: 1px solid #DDD;
		text-decoration: none;
		list-style: none;
	}

	.main_menu_a{
		color: #000 !important;
	}
	
	.main_menu_a, #main_menu_content #main_menu_main .main_menu_content_li span {
		display: block;
		text-align: center;
		padding: 17px 16px;
		text-decoration: none;
		font-weight: 500;
	}
	
	
	#layout_2_content {
		width: 90%;
		height: auto;
		margin: 40px auto 0px auto;
	}
	
	
	#layout_9_content_map {
		width: 100%;
		height: 631px;
	}
	
	
	#layout_9_content_adress{
		float: none;
	}
	
	.adress{
		padding-left: 0px;
		width: 50%;
		min-width: 170px;
		float: left;
		height: 143px;
	}
	
	#layout_9_content_adress {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	
	.submenu_content_film{
		width: 43%;
		height: 100%;
		margin: 0px 10px;
		opacity: 0.6;
		max-width: 180px;
	}

	.submenu_content_logo{
		/*min-width: 100px;*/
		min-width: 43%;
		height: 60px;
		cursor: pointer;
	}


	
}



@media only screen and (min-width: 768px) {
    /* For desktop: */

	/************MAIN MENU*************/


	.tab{
		
		display: block;
		
	}
	
	.desk{
		
		display: none;
		
	}
	
	#layout_2_content .layout_content_body{
		height: 1100px;
	}
	
	.object_main_section{
		width: 800px;
		float: none;
		height: 400px;
		background: url('../images/727_bg.jpg') center center;
		background-size: auto 300px;
		background-repeat: no-repeat;
		margin: 0px auto;
	}
	
	.list_object{
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}
	
	
	.object_main {
		width: 100%;
		float: none;
	}
	
	.layout_content_body_scroll {
		width: 90%;
	}
	
	#layout_2_content .layout_content_body{
		height: 1100px;
	}
	
	#layout_9_content_adress{
		float: left;
		width: 30%;
	}
	
	
	#layout_9_content_map {
		width: 70%;
	}
	
	.adress{
		float: none;
		height: auto;
		
	}

	.film_archiv:nth-child(even){
		float: left !important;
	}
	
	#main_menu_content {
		position: fixed;
		display: none;
		margin: 0;
		padding: 0px 10px;
		overflow: inherit;
		width: auto;
		height: auto;
		height: 60px;
		z-index: 999;
		top: 55px;
		right: 50px;
	}
	
	
	.main_menu_content_li {
		width: 300px;
	}
	
	
	#layout_2_content {
		width: 90%;
		height: auto;
		margin: 40px auto 0px auto;
	}
	
	.submenu_content_film {
		width: 120px;
		height: 100%;
		margin: 0px 10px;
		opacity: 0.6;
		max-width: 180px;
	}
	.submenu_content_film {
		width: 120px;
		height: 120px;
		margin: 0px 10px;
		opacity: 0.6;
		max-width: 160px;
	}




}


@media only screen and (min-width: 1015px) {
    /* For desktop: */

	/************MAIN MENU*************/


	.tab{
		
		display: block;
		
	}
	
	.desk{
		
		display: none;
		
	}
	
	.center_object{
		width: 1020px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.list_object{
		width: 415px;
		height: 500px; 
		float: left; 
		overflow-x: none; 
		overflow-y: auto;
		margin-left: 5px;
		margin-top: 0px;
	}
	
	
	.object_main{
		width: 600px; 
		height: 360px; 
		float: left; 
		background-color: #CCCCCC;
	}
	
	.layout_content_body_scroll {
		width: auto;
	}
	
	#layout_2_content .layout_content_body{
		height: 550px;
	}
	
	
	#main_menu_content {
		
		display: none;
		
	}

	#layout_2_content {
		width: 90%;
		height: auto;
		margin: 40px auto 0px auto;
	}
	
	.layout .submenu {
		min-height: 130px;
		width: auto;
		margin: 0 auto;
		display: inline-block;
		max-width: 1200px;
	}



}

@media only screen and (min-width: 1104px) {
	
	.tab{
		
		display: none;
		
	}
	
	.desk{
		
		display: block;
		
	}
	
}

@media handheld, only screen and (max-width: 599px) {
/* For mobile phones: */

	.tab{
		
		display: block;
		
	}
	
	.desk{
		
		display: none;
		
	}
	
	
	#filter_title_text {
		position: relative;
		width: 100%;
		/*margin-top: -30%;*/
	}


	.film_archiv:nth-child(even){
		float: right !important;
	}
	
	#main_menu_content {
		position: fixed;
		display: none;
		margin: 0;
		padding: 0px 10px;
		overflow: inherit;
		width: 85%;
		height: 60px;
		z-index: 999;
		top: 55px;
		right: 50px;
	}
	
	.main_menu_content_li {
		float: none !important;
	}
	
	
	.main_menu_content_li {
		background-color: #FFF;
		text-align: left;
		padding: 0px 10px;
		width: 100%;
		border-bottom: 1px solid #DDD;
		text-decoration: none;
		list-style: none;
	}

	.main_menu_a{
		color: #000 !important;
	}
	
	.main_menu_a, #main_menu_content #main_menu_main .main_menu_content_li span {
		display: block;
		text-align: center;
		padding: 10px 16px;
		text-decoration: none;
		font-weight: 500;
	}
	
	#layout_2_content {
		width: 90%;
		height: auto;
		margin: 40px auto 0px auto;
	}
	
	
	#layout_9_content {
		width: 90%;
		height: auto;
		margin: 0px auto;
	}

	
	.submenu_content {
		min-width: 43%;
		height: 100px;
		margin: 20px 10px;
		opacity: 0.6;
		max-width: 80px;
	}

	#layout_9_content_adress{
		float: none;
	}
	
	.adress{
		padding-left: 0px;
		width: 50%;
		min-width: 170px;
		float: left;
		height: 143px;
	}
	
	#layout_9_content_adress {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	#layout_9_content_map {
		width: 100%;
		height: 250px;
	}
	
	.submenu_content_film{
		/*width: 120px;*/
		min-width: 43%;
		height: 100%;
		margin: 0px 10px;
		opacity: 0.6;
		max-width: 180px;
		min-height: 120px;
	}

	.submenu_content_logo{
		/*min-width: 100px;*/
		min-width: 43%;
		height: 60px;
		cursor: pointer;
	}

}

@media handheld, only screen and (max-width: 400px) {
	
	.adress {
		padding-left: 0px;
		width: 50%;
		min-width: 170px;
		height: 143px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#layout_9_content_adress {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 170px;
	}
	
}


@media handheld, only screen and (max-width: 359px) {
/* For mobile phones: */

	.adress {
		padding-left: 0px;
		width: 50%;
		min-width: 170px;
		height: 143px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	#layout_9_content_adress {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		width: 170px;
	}
	
	.film_archiv {
		width: 220px;
		height: 320px;
		position: relative;
		margin: 5px auto;
		float: none !important;
	}

	#layout_8_content {
		max-width: 1200px;
		width: 90%;
		margin-top: 200px;
		margin: 0px auto;
		/*background: #C79F00;*/
	}
	
	.submenu_content_film{
		/*width: 120px;*/
		min-width: 43%;
		height: 100%;
		margin: 0px 10px;
		opacity: 0.6;
		max-width: 180px;
	}

	.submenu_content_logo{
		/*min-width: 100px;*/
		min-width: 43%;
		height: 60px;
		cursor: pointer;
	}

	
	.submenu_content {
		min-width: 43%;
		height: 100px;
		margin: 20px auto;
		opacity: 0.6;
		max-width: 80px;
		float: none;
		
	}

	.list_object{
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}
	
	
	.object_main {
		width: 100%;
		float: none;
	}
	
	.layout_content_body_scroll {
		width: 90%;
	}
	
	#layout_2_content .layout_content_body{
		height: 1100px;
	}

}



/*
.ca-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.ca-menu li {
    float: left;
}

.ca-menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.ca-menu li a:hover {
    background-color: #111;
}*/
