/*
	Verti by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	
		line-height: 1.4em;
		
		font-size: 14pt;
		letter-spacing: 0;
	}

	h2, h3, h4, h5, h6
	{
	
	}

	/* Section/Article */

		section,
		article
		{
			clear: both;
			margin-bottom: 1em !important;
		}
		
			section.last,
			article.last
			{
				margin-bottom: 0 !important;
			}
	
	/* Image */

		.image
		{
		width:100%;
		height:auto;
		}

			.image.left
			{
				width: 25%;
				margin-bottom: 2em !important;
			}

	/* List */

		ul
		{
		}
		
			ul.menu
			{
			}
			
				ul.menu li
				{
					display: block;
					border: 0 !important;
					padding: 0 !important;
					margin: 0 !important;
				}

			ul.actions
			{
			}

				ul.actions li
				{
					display: block;
					padding: 0;
					margin: 1em 0 0 0;
				}
				
					ul.actions li:first-child
					{
						margin-top: 0;
					}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			width: 100%;
			text-align: center;
			font-size: 1.15em;
			padding: 0.85em 0 !important;
		}

			.button.icon
			{
				padding-right: 0.75em !important;
			}

				.button.icon:before
				{
					margin-right: 0.5em;
					top: 0.05em;
				}

	/* Box */

		.box
		{
			padding: 15px 15px 15px 15px;
			margin: 0;
		}		

			.box.feature
			{
				margin: 20px 0 0 0 !important;
				padding: 0;
			}
			
				.box.feature .inner
				{
					padding: 30px 15px 30px 15px;
				}
				
				.box.feature p
				{
					margin: 0;
				}

				.box.feature .image
				{
					position: relative;
					margin: 0;
				}

					.box.feature .image img
					{
						border-bottom-left-radius: 0;
						border-bottom-right-radius: 0;
					}

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget
	{
	}

		.widget.thumbnails
		{
		}

			.widget.thumbnails .image
			{
				margin: 0;
			}
		
			.widget.thumbnails .x
			{
				padding: 1em 0.5em 0 0;
			}
		
			.widget.thumbnails .y
			{
				padding: 1em 0 0 0.5em;
			}

			.widget.thumbnails .row:first-child .x,
			.widget.thumbnails .row:first-child .y
			{
				padding-top: 0;
			}	

/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

	#titleBar
	{
	}

		#titleBar .title
		{
			display: none;
		}

		#titleBar .toggle
		{
			width: 100%;
			height: 30px;
			opacity: 1;
			
		}

			#titleBar .toggle:before
			{
				display: inline-block;
				font-family: FontAwesome;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
				
				position: relative;
				left: 0px;
				top: 0px;
				padding-left:5px;
				background: #ffffff url(/files/logo_glaus.png) 20px 0px no-repeat;
				
				width: 100%;
				height:50px;
				
				
				content:  "\f0c9";
				color:#cccccc;
				text-align: left;
				line-height: 30px;
				font-size: 30px;
				

			}

#titleBar img
			{
				
			}

			#titleBar .toggle:active
			{
				opacity: 0.75;
			}

	#navPanel
	{
		background: url(/files/transweiss.png) repeat;
		
		padding: 0 3px 0 2px;
		color:#000000;
	}
	
	 

		#navPanel .link
		{
			display: block;
			text-decoration: none;
			line-height: 28px;
			height:60px;
			margin-left:10px;
			padding-top:15px;
			border-top: solid 1px #000000;
			color: #000000;
			font-weight:400;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
				color:#000000;
			}
#navPanel a:hover
			{
				color:#5e8fc0;
			}
			#navPanel .indent-1 { display: inline-block; width: 1em; line-height: 18px;}
			#navPanel .indent-2 { display: inline-block; width: 2em; line-height: 18px;}
			#navPanel .indent-3 { display: inline-block; width: 3em; }
			#navPanel .indent-4 { display: inline-block; width: 4em; }
			#navPanel .indent-5 { display: inline-block; width: 5em; }
			#navPanel .depth-0 { color: #000; font-weight: 600; }
			#navPanel .depth-1 { color: #000;  }
		
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 44px 0 0px 0;
	}
	
	#banner-wrapper
	{
		padding: 0 15px 0 15px;
	}
	
	#features-wrapper
	{
		padding: 0 15px 40px 15px;
	}
	
	#main-wrapper
	{
		padding: 40px 30px 40px 30px;
	}
	
	#footer-wrapper
	{
		padding: 40px 30px 40px 30px;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		text-align: center;
	}

		#logo h1
		{
			display: inline-block;
			margin: 0 0 0.2em 0;
			padding: 0.25em 0.2em 0.25em 0.2em;
			font-size: 3.25em;
			letter-spacing: 0.05em;
		}

		#logo span
		{
			display: block;
			letter-spacing: 0.025em;
			font-size: 0.9em;
			margin: 0;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		display: none;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		text-align: center;
	}
	
		#banner h2
		{
			font-size: 2em;
			margin: 0.75em 0 0.5em 0;
		}
		
		#banner p
		{
			font-size: 1.5em;
			line-height: 1.5em;
			margin: 0;
		}

		#banner ul
		{
			margin: 0;
		}
		
		#banner .button
		{
			margin: 0 0 0 0;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		border-bottom: solid 1px #e8e8e8;
		padding-bottom: 4em;
		margin-bottom: 3em !important;
	}
	
		#content > :last-child
		{
			margin-bottom: 0 !important;
		}
	
	#sidebar
	{
	}
	
		#sidebar > :last-child
		{
			margin-bottom: 0 !important;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	 height:70px;
	}

		#footer section
		{
			border-bottom: solid 1px #ccc;
			padding-bottom: 2em;
			margin-bottom: 2em !important;
		}
		
			#footer section.last
			{
				padding-bottom: 0;
				border-bottom: 0;
				margin-bottom: 0 !important;
			}

	#copyright
	{
		padding: 2em 0 0 0;
		border-top: solid 1px #ccc;
		margin: 4em 0 0 0;
	}
	
	