/*
	Dopetrope by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	/* Mack */
	
	p {
		line-height:1.3em;
	}
	
	div.csc-default {
		margin-bottom:1em;	
	}

	#bender-team {
		position:fixed;
		bottom:0;
		line-height:0;
	}

	body#page-2 #bender-team {
		left:38em;
	}
	
	body#page-3 #bender-team {
		left:40em;
	}	

	body#page-4 #bender-team {
		left:41em;
	}

	body#page-5 #bender-team {
		left:42em;
	}	
	
	body#page-6 #bender-team {
		left:42em;
	}	

	body#page-7 #bender-team {
		left:42em;
	}
	
	body#page-8 #bender-team {
		left:40em;
	}
	
	body#page-9 #bender-team {
		left:40em;
	}
	
	body#page-10 #bender-team {
		left:41em;
	}		
	
	.team {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cf0000; /* Bender Rot */	
	
	margin-bottom:1em;
	}
	
	.team div.left img {
	border: 1px solid #cf0000; /* Bender Rot */	
	}
	
	div.left, div.middle, div.right {
		display:block;
	}
	
	div.left {
		float:left;
		width:30%;
	}
	
	div.middle {
		float:left;
		width:30%;
	}
	
	div.right {
		width:30%;
		float:left;
	}
	
	.cols-2 div.left, .cols-2 div.right {
		width:45%;
	}
	
	.cols-2 div.left {
		margin-right:10%;	
	}
	
	/* News auf der Home-Seite */
	div#c84 {
		padding-top:8em;
	}
	
	#logo-bender {
		position:absolute;
		left:24em;
		top:1.3em;
		background-color:#cf0000; /* Bender Rot */
		border-radius:15px;
		
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.22);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.22);

		padding-left:0;
		

		
	}
	
	#logo-bender img {
		margin:1em;	
		margin-bottom:0;
	}
	
	/* Ende */

	body,input,textarea,select
	{
		font-size: 13pt;
		line-height: 1.75em;
	}
	
	h1, h2, h3 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		letter-spacing:0.1em;
	}
	
	h2
	{
		font-size: 1.5em;
	}
	
	h3
	{
		font-size: 1.35em;
	}

	/* Section/Article */

		header
		{
			margin: 0 0 1.5em 0;
		}
		
			header > p
			{
				margin: 0.5em 0 0 0;
				padding-bottom: 0.5em;
			}

			header.major
			{
				margin: 0 0 3em 0;
			}

		footer
		{
			margin: 2.25em 0 0 0;
		}
	
	/* Box */

		.box
		{
			padding: 2.75em 1.75em 2.75em 1.75em;
		}
		
			.box .image.featured
			{
				left: 1.75em;
				top: 1.75em;
				margin: -4.5em 0 4.25em -3.5em;
			}

			.box.post
			{
			}
			
				.box.post header
				{
					padding-top: 1em;
					margin: 0 0 2em 0;
				}
			
				.box.post h1
				{
					display:inline-block;
	font-size: 2.5em;
	color: #cf0000; /* Bender Rot */
	border-radius: 15px;
	border: 1px solid #cf0000; /* Bender Rot */		
	padding:0.3em;
	width:auto;
	margin-bottom:2em;
				
				}
				
				.box.post header > p
				{
					margin-top: 1.25em;
					font-size: 1.25em;
				}

	/* Button */
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			font-size: 1.1em;
			padding: 0.65em 1.5em 0.65em 1.5em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 1.5em;
				padding: 0.75em 1.5em 0.75em 1.5em;
			}

	/* List */

		ul.actions
		{
		}
		
			ul.actions li
			{
				display: inline-block;
				margin-left: 1em;
			}
			
			ul.actions li:first-child
			{
				margin-left: 0;
			}

		ul.links
		{
		}

			ul.links li
			{
				display: inline-block;
				border-left: solid 1px rgba(255,255,255,0.05);
				padding: 0 0 0 1em;
				margin: 0 0 0 1em;
			}
			
			ul.links li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.social
		{
			margin: 0 0 3.25em 0;
		}

			ul.social li
			{
				margin-left: 0.75em;
			}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		/*padding: 4.5em 0 4em 0;*/
	}

	#main-wrapper
	{
		padding: 2em 0 4em 0;
	}

	#footer-wrapper
	{
		padding: 4em 0 4em 0;
	}

		#footer-wrapper header
		{
			margin: 0 0 3em 0;
		}
		
			#footer-wrapper header h2
			{
				font-size: 1.75em;
			}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		/*text-align: center;*/
		text-align:left;
	}
	
		#header h1
		{
			color: #252122;
			font-weight: 900;
			font-size: 2.5em;
			letter-spacing: -0.035em;
			margin: 0 0 1em 0;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		/* Mack */
		margin-left:1em;
		/*background-color:#ff4343;*/
		width:100%;
		/* Ende */
	}

		#nav > ul
		{
			margin: 0;
		}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul > li
		{
			display: inline-block;
			font-style: italic;
			/*margin: 0 0.35em 0 0.35em;*/
		}
		
			#nav > ul > li > a
			{
				border-radius: 5px;
				color: #5d5d5d;
				text-decoration: none;
				padding: 0.6em 1.2em 0.6em 1.2em;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
				
				/* Mack */
				background: #f3ca00; /* Bender Gelb */
				/* Ende */
				
				font-weight: 700;
				
			}

		#nav > ul > li:hover
		{
		}
		
			#nav > ul > li:hover > a
			{
				background: #cf0000; /* Bender Rot */
				color:#f3ca00; /* Bender Gelb */
			}
			
		#nav > ul > li.active
		{
		}
		
			#nav > ul > li.active > a
			{
				background: #f3f3f3;
			}
			
		#nav > ul > li.current
		{
		}
		
			#nav > ul > li.current > a
			{
				background: #cf0000; /* Bender Rot */
				color: #fff !important;
				
			}
			
	.dropotron
	{
		border-radius: 5px;
		background-color: #252122;
		background-color: rgba(34,30,31,0.98);
		padding: 1.25em 1.5em 1.25em 1.5em;
		font-style: italic;
		min-width: 13em;
		box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
		text-align: left;
		margin-top: -1.25em;
		margin-left: -1px;
	}
	
		.dropotron a,
		.dropotron span
		{
			color: #aaa;
			text-decoration: none;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}
		
		.dropotron li
		{
			padding: 0.25em 0 0.25em 0;
		}

			.dropotron li:hover > a,
			.dropotron li:hover >span
			{
				color: #fff;
			}

		.dropotron.level-0
		{
			margin-top: 2em;
		}
		
			.dropotron.level-0:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				margin-left: -10px;
				top: -9px;
				border-left: solid 10px transparent;
				border-right: solid 10px transparent;
				border-bottom: solid 10px #252122;
				border-bottom-color: rgba(34,30,31,0.98);
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 8em 0;
		margin: 4em 0 0 0;
	}
	
		#banner header
		{
			display: inline-block;
			padding: 2.5em 5em;
			border-radius: 5px;
		}
		
			#banner header h2
			{
				font-size: 2.5em;
				margin: 0 0 0.65em 0;
			}

			#banner header p
			{
				font-size: 1.5em;
			}
			
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		width:100%;
	}
	
	#footer a {
		color:#f3ca00; /* Bender Gelb */
		text-decoration:none;	
	}
	
	#footer a:hover {
		text-decoration:underline;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		overflow: hidden;
	}
	
		#intro section
		{
			margin: 3em 0;
			padding: 2.5em 0;
		}

		#intro h2
		{
			font-size: 1.75em;
		}
		
		#intro p
		{
			margin: 0;
		}
	
		#intro .middle
		{
			position: relative;
			z-index: 1;
		}
		
			#intro .middle:before
			{
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				left: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow:		32px 0 0 0 #fff,
								0 -32px 0 0 #fff,
								0 32px 0 0 #fff,
								32px 32px 0 0 #fff,
								32px -32px 0 0 #fff,
								0 0 32px 0 rgba(0,0,0,0.15);
			}

			#intro .middle:after
			{
				content: '';
				width: 32px;
				height: 100%;
				position: absolute;
				right: -24px;
				top: 0;
				display: block;
				z-index: -1;
				box-shadow:		-32px 0 0 0 #fff,
								0 -32px 0 0 #fff,
								0 32px 0 0 #fff,
								-32px 32px 0 0 #fff,
								-32px -32px 0 0 #fff,
								0 0 32px 0 rgba(0,0,0,0.15);
			}
		
		#intro .button
		{
			min-width: 12em;
		}

		#intro footer
		{
			margin: 0;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
		
	#copyright
	{
		margin: 3em 0 2em 0;
	}
	
		#copyright .links
		{
			padding: 0.85em 2.25em 0.85em 2.25em;
		}
                
#c130 {
    /* 3  Spalten auf der Seite Simulator */
    font-size: 0.9rem;
    line-height: normal;
}
#c130 h3 {
    font-size: 1.15em;
    margin-bottom: 1rem;
}


