/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * screen stylesheet - layout example "custom grids"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 */

@media screen {


/*	DUMMY_CLASS */

/***********************************************/	


/*	BASICS */


/* TODO TODO TODO Struktur von Baed Arch übernehmen */
		.content_global .slides .image_text {margin:0 auto;text-align:center;top:-42px;}

	/* CONTENT ELEMENTS */
		.ce_block_rl_overflow {
			/*background-color:black;*/
			display:flex;
		}
			.ce_block_rl_overflow h1 		{padding-top:80px;font-size:2.50em;line-height:1.2em;color:#474b4d;}
			.ce_block_rl_overflow p			{color:#9d9fa0;}
			.ce_block_rl_overflow ul 		{
											list-style: none;
									 		padding:0;
											margin:0;
											padding-top:13px;
											padding-bottom:70px;
											}
				.ce_block_rl_overflow ul li	{
											color:#9d9fa0;
											list-style-type:none;
											padding-left:0px; 
											text-indent:-21px;
											margin-left:54px;
											}
				.ce_block_rl_overflow ul li:before	{
											content: "• ";
											color: #32a3b8;
											font-size:16px;
											position:relative;
											margin-right:12px;
											}

		.ce_block_rl_overflow .left {
			position:relative;
			margin-left:-600px;
			width:1200px;
			/*height:400px;*/
			/*background-image:url('<? echo $template['css_images'].'background/wood.jpg';?>');*/
			/*background-image:url('../css_images/general/79284407.jpg');*/
			background-size:cover;
			background-position:center center;
		}
		.ce_block_rl_overflow .left .content {
			position:relative;
			left:600px;
			width:550px;
			height:auto;
		}

		.ce_block_rl_overflow .right {
			position:relative;
			margin-right:-600px;
			width:1200px;
			/*height:400px;*/
			top:0px;
			/*float:left;*/
			left:0;
			background-size:cover;
			background-position:center center;
		}
		.ce_block_rl_overflow .right .content {
			position:relative;
			left:94px;
			/*width:400px;*/
			height:auto;
		}


}


@media screen and ( min-width: 600px )  {

	
}

@media screen and ( max-width: 758px )  {


}
