html, body
{
	height: 100%;
}

body
{ 	
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
    background: #F6F6F6;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
}
h3
{
    color: #214394;
}
h5 
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	}
p, ol, ul
{
	margin-top: 0px;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #214394;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

hr
{
	display: none;
}

/** WRAPPER */

#wrapper {
	background: #F6F6F6;
	height: 699px;

}

.container
{
	width: 1200px;
	margin: 0px auto;
}

.container2
{
	width: 160px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header
{
	position: relative;
	height: 130px;
}

/*********************************************************************************/
/* Firma und Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	position: absolute;
	top: 13px;
	left: 50px;
	width: 1100px;
	}
	
	#logo h1
	{
		display: inline-block;
		font-size: 2.5em;
		font-weight: 300;
		color: #646b6b;
	}
		
	#logo h2
	{
		display: inline-block;
		font-size: 2.7em;
		height: 46px;
		font-weight: 500; 
		color:#214394;
		font-style:italic;
	}
	#logo a
	{
		text-decoration: none;
		color: #FFF;
	}
	
	#logo img
	{ 
	  width: 100px;
	  height: 100px;	
	}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		position: relative;
        height: 80px;
        float: right;
		
	}
	
	#menu ul
	{
		display: inline-block;
	}
	
	#menu li
	{
		display: block;
		float: left;
		text-align: center;
	}
	
	#menu li a, #menu li span
	{
		display: block;
		padding: 0em 1.5em;
		height: 80px;
		letter-spacing: 0.20em;
		line-height: 80px;
		text-decoration: none;
		font-size: 0.90em;
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #646b6b;
	}
	
	#menu li:hover a, #menu li.active a, #menu li.active span
	{
		
		background: rgba(0,0,0,0.1);
		color: #FFF;
	}
	
	#menu .current_page_item a
	{
		
		background: rgba(0,0,0,0.1);
		color: #FFF;
	}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

	#page
	{
		position: relative;
		overflow: hidden;
		padding: 5em 0em 1em 0em;
		height: 539px;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		float: left;
		width: 729px;
		height: 433px;
        margin-left: 50px;	
	}
	

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 300px;
        margin-right:50px;
	}
	
	#sidebar .title h2
	{
		font-size: 1.6em; color:#D6E9E9;
	
	}
	#sidebar .title h3
	{
		font-size: 1 em; 
		font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
		font-style:italic;
	}
	#sidebar .box1
	{ 
		margin-top: 30px;		
		margin-left: 60px;
		width: 600px;
		height: 400px;
	}
	
	#sidebar .box1 p
	{ 
	color:rgba(0,0,0,10);	
	}
	#sidebar .box2
	{
		background: rgba(242,242,242,0.4);
		margin-top: 30px;
		margin-left: 60px;
		width: 800px;
		padding: 10px 40px 10px 40px;
	}
	#sidebar .box2 p
	{ 
	color:rgba(0,0,0,10) 	
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	overflow: hidden;
	height: 210px; 
	background: #F6F6F6;
	size: cover;
}


#header-wrapper2
{
	height: 210px; 
	background: #E0E6F8;
    width: 1200px;
    margin: auto;
}



	ul.style2
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.style2 li
	{
		border-top: solid 1px #E5E5E5;
		padding: 0.80em 0;
	}
	
	ul.style2 li:first-child
	{
		border-top: 0;
		padding-top: 0;
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		background: #E7392D;
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
		color: #FFC0BE;
		padding: 0.5em 0em;
	}
	
	#portfolio .title h2
	{
		color: #FFF;
	}

	#portfolio .byline
	{
		color: #FFC0BE;
	}
	
	#portfolio .button
	{
		background: #AF2117 !important;
	}
	
	#portfolio .button:hover
		{

		/*border-radius: 50%;  Borde redondeado */
		box-shadow: 2px 2px 2px #FFF; /* Sombra */
		padding:0;
		border:0;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;

		}
	#column1,
	#column2,
	#column3,
	#column4
	{
		width: 25%;
		height: 80%;
	}
	
	#column1,
	#column2
	{
		float: left;
	}
	
	#column3
	{
		float: left;
	}
	
	#column4
	{
		float: right;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		background: #e0e6f8;
		overflow: hidden;	
		height: 50px;
		padding-top: 0.5em;
        width: 1200px;
        margin:auto;
	}
	
	#copyright p
	{
		letter-spacing: 0.25em;
		text-align: center;
		font-size: 0.6em;
		font-style:italic;
		color: #646b6b;
		padding: 0.5em 0em;

	}
	
	#copyright a
	{
		text-decoration: none;
		color: #214394;
	}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1.5em;
	}

	.title h2
	{
		letter-spacing: 0.20em;
		font-weight: 700;
		font-size: 2em;
		color: #323232;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		padding: 0.5em 1.5em;
		background: #E7392D;
		border-radius: 10px;
		-moz-transition: opacity 0.25s ease-in-out;
		-webkit-transition: opacity 0.25s ease-in-out;
		-o-transition: opacity 0.25s ease-in-out;
		-ms-transition: opacity 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.70em;
		color: #FFF;
	}

		.button:hover
		{
		/*border-radius: 50%;  Borde redondeado */
		box-shadow: 0px 0px 12px #666666; /* Sombra */
		padding:0;
		border:0;
		-moz-transition: all 1s;
		-webkit-transition: all 1s;
		-o-transition: all 1s;
		}
		
		.button:active
		{
		}
			

/*********************************************************************************/
/* Two Column                                                                    */
/*********************************************************************************/

	#two-column
	{
		padding-top: 1.6em;
		width: 900px;
	}
	
	#two-column .title h2
	{
		font-size: 1.6em;
	}
	
	#two-column #tbox1
	{
		margin-left: 100px; 
		padding-left: 50px;
		background: rgba(242,242,242,0.6);
		float: left;
		width: 800px;
	}

	#two-column #tbox2
	{
		background: rgba(242,242,242,0.6);
		float: left;
		width: 500px;
		margin-left: 62px;
		padding: 0px 25px; 
		height:auto;
		
	}
	
	#two-column #tbox2 .title
	{ 
	color:rgba(0,0,0,10);
	padding-left: 15px;		
	}
	
	#two-column #tbox2 p
	{ 
	color:rgba(0,0,0,10);
	padding-left: 15px;	
	}
	
	#two-column #tbox3
	{
		background: rgba(242,242,242,0.6);
		margin-left: 650px;		
		width: 500px;
		padding: 0px 25px;
	}
	
	#two-column #tbox3 .title
	{ 
	color:rgba(0,0,0,10);
	padding-left: 15px;	
	
	}
	
	#two-column #tbox3 p
	{ 
	color:rgba(0,0,0,10);
	padding-left: 15px;	
	}
	
	#box4
	{
		
		float: left;
		width: 800px;
		margin-left: 45px;
		height:auto;
		
	}
	
	#box4 .title
	{ 
	color:rgba(0,0,0,10);
		
	}
	
	#box4 p
	{ 
	color:rgba(0,0,0,10);
	
	}
	
	iframe 
	{
	width: 729px;
	height: 475px;
	color:rgba(0,0,0,10);
	padding-left: 15px; border: none;
	font-size: 1em; 	
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

	}
	
	textarea
	{
	background: rgba(242,242,242,0.6);
	margin-top: 30px;
	margin-left: 60px;
	width: 800px;
	padding: 10px 40px 10px 40px;
	color:rgba(0,0,0,10);
	padding-left: 15px; border: none;
	font-size: 3em; 	
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;

	}
		
		
	#two-column #tbox1 ul.style2,
	#two-column #tbox2 ul.style2	
	{
		margin-top: 2.2em;
	}

/*********************************************************************************/
/* featured                                                                */
/*********************************************************************************/
	#featured-wrapper
	{
		overflow: hidden;
		padding: 5em 0em;
		background: #FFF;
	}
	
	#featured h2
	{
		text-align: center;
		letter-spacing: 0.20em;
		font-weight: 700;
		color: #323232;
	}

	#featured .icon
	{
		position: relative;
		display: block;
		margin: 0px auto 20px auto;
		line-height:  normal;
		font-size: 6em;
		text-align: center;
		color: #E7392D;
	}

	.column1,
	.column2,
	.column3,
	.column4
	{
		width: 282px;
	}
	
	.column1,
	.column2
	{
		float: left;
		margin-right: 24px;
	}
	
	.column3
	{
		float: left;
	}
	
	.column4
	{
		float: right;
	}
