@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600');
@import url('font-awesome.min.css');
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{ background: #b4371f; color: #5b5b5b; padding-top: 70px; }

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select
	{
		font-size: 15pt;
		line-height: 1.85em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 400;
		color: #483949;
		line-height: 1.25em;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			text-decoration: none;
			border-bottom-color: transparent;
		}
		
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong
		{
			font-weight: 600;
		}

	h2
	{ color: #ec8057; font-size: 2.5em; }
	
	h3
	{ color: #6e160c; font-size: 1.2em; margin-bottom: 1.2em; }
	
	h4
	{ color: #6e160c; font-size: 1em; margin: 0 0 0.25em; }
	h5
	{ color: #6e160c; font-size: 0.8em; margin: 0 0 0.25em; }
	
	strong, b
	{ font-weight: 500; color: #6e160c; margin-right: 1.3em; }
	
	em, i
	{
		font-style: italic;
	}

	a
	{ color: #ec8057; text-decoration: none; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; }
	
	
	
	a:hover {
   outline:none 0; color: #b4371f; text-decoration: none;
	}
a:active, a:focus { color: #b4371f; text-decoration: none; outline: none 0; }
sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	


	h3.spec { color: black; font-size: 20px; font-weight: 300; line-height: 1em; margin-bottom: 5px; text-transform: uppercase; text-align: right; }
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	p
	{ color: #ec9d77; text-align: justify; margin-top: 0; margin-bottom: 30px; padding-right: 5px; padding-left: 5px; }

	br.clear
	{
		clear: both;
	}
.timestamp
	{ color: #747474; font-size: 1.1em; }
	/* tabbable */
section .tabbable { margin-bottom: 30em; }
.tabbable { margin-right: 5%; margin-left: 5%; }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { color: #6e160c; cursor: default; background-color: #b4371f; border-top: 1px solid #6e160c; border-right: 1px solid #6e160c; border-left: 1px solid #6e160c; border-bottom-style: solid; border-bottom-width: 1px; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }
.tab-pane {  }
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #6e160c;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #6e160c;
}
.nav-tabs { border-bottom: 1px solid #6e160c; }
.nav-tabs > li > a { line-height: 20px; padding: 8px 12px; border-bottom: 1px solid #6e160c; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; display: block; border-radius: 4px 4px 0px 0px; }
/* Sections/Article */
	
		section,
		article
		{
			margin-bottom: 2em;
		}
.row > section,
			.row > article
			{
				margin-bottom: 0;
			}

			section.special > header,
			section.special > footer,
			article.special > header,
			article.special > footer
			{ text-align: center; padding-right: 5px; padding-left: 5px; }
header > p
			{ color: #ec9d77; display: block; font-size: 1em; margin: 1em 0 5em; line-height: 1.5em; text-align: inherit; }
			
		footer
		{
			margin: 2.5em 0 0 0;
		}

	/* Image */

		.image
		{
			position: relative;
			display: inline-block;
			border: 0;
			outline: 0;
		}
		
			/* Uncomment the block below if you want linked images to highlight on hover */
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{ display: block; width: 100%; margin-top: 0; margin-right: 0; margin-bottom: 2em; }
			
			.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;
				}
#foto { padding-right: 3%; padding-left: 3%; }
/* List */

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}
			
				ul.default li
				{
					padding-left: 0.5em;
				}

			ul.actions
			{
				margin: 3em 0 0 0;
			}
			
				form ul.actions
				{
					margin-top: 0;
				}
			
				ul.actions li
				{
					display: inline-block;
					margin: 0 0.75em 0 0.75em;
				}
				
				ul.actions li:first-child
				{
					margin-left: 0;
				}
				
				ul.actions li:last-child
				{
					margin-right: 0;
				}
							
			ul.divided
			{
			}
			
				ul.divided li
				{
					border-top: solid 1px rgba(128,128,128,0.2);
					padding-top: 1.5em;
					margin-top: 1.5em;
				}
				
				ul.divided li:first-child
				{
					border-top: 0;
					padding-top: 0;
					margin-top: 0;
				}

			ul.menu
			{
				height: 1em;
				line-height: 1em;
			}
			
				ul.menu li
				{
					display: inline-block;
					border-left: solid 1px rgba(128,128,128,0.2);
					padding-left: 1.25em;
					margin-left: 1.25em;
				}
				
				ul.menu li:first-child
				{
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.icons
			{
				position: relative;
				background: rgba(128,128,128,0.05);
				border-radius: 4em;
				display: inline-block;
				padding: 0.35em 0.75em 0.35em 0.75em;
				font-size: 1.25em;
				cursor: default;
			}
			
				ul.icons li
				{
					display: inline-block;
				}

					ul.icons li a
					{
						display: inline-block;
						background: none;
						width: 2.5em;
						height: 2.5em;
						line-height: 2.5em;
						text-align: center;
						border-radius: 100%;
						border: 0;
						color: inherit;
					}
					
						ul.icons li a:hover
						{
							color: #ef8376;
						}
		
		ol
		{
		}	

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}
				
	/* Form */

		form
		{
		}
		
			form label
			{
				display: block;
				font-weight: 400;
				color: #483949;
				margin: 0 0 1em 0;
			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				border: 0;
				background: #fafafa;
				width: 100%;
				border-radius: 0.5em;
				border: solid 1px #E5E5E5;
				padding: 1em;
				-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select
			{
				line-height: 1em;
			}
			
			form textarea
			{
				min-height: 9em;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					background: #fff;
					border-color: #df7366;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}
			
	/* Table */
	
		table
		{
			width: 100%;
		}
td
				{
					vertical-align: top;
    text-align: left;
    padding: 20px 8px;
    line-height: 20px;
}
tbody tr:hover {
    background: #ec8057;
    color: #6e160c;
}				
tr { color: #ec9d77; padding-top: 5px; padding-bottom: 5px; border-bottom: 1px solid #6e160c; }
table.default tbody tr:first-child
				{
					border-top: 0;
				}
			
				table.default tbody tr:nth-child(2n+1)
				{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{ text-align: left; font-weight: 400; padding: 0.5em 1em; }
			
				table.default thead
				{
					border-bottom: solid 2px #e5e5e5;
				}
				
				table.default tfoot
				{
					border-top: solid 2px #e5e5e5;
				}

	/* Button */
		
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button	
		{
			position: relative;
			display: inline-block;
			background: #6e160c;
			color: #fff;
			text-align: center;
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			text-decoration: none;
			padding: 0.2em 1em;
			border: 0;
			cursor: pointer;
			outline: none 0;
			font-weight: 300;
			-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
			transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		}
input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				color: #fff;
				background: #b4371f;
			}
			
			input[type="button"].alt,
			input[type="submit"].alt,
			input[type="reset"].alt,
			.button.alt
			{
				background: #2B252C;
			}		


				input[type="button"].alt:hover,
				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				.button.alt:hover
				{
					background: #b4371f;
				}		

/*********************************************************************************/
	/* Adresse */
/*********************************************************************************/
		.post
		{
		}
		
			.post.stub
			{
				text-align: center;
			}
			
				.post.stub header
				{
					margin: 0;
				}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

		.icon.circled
		{
			position: relative;
			display: inline-block;
			background: #2b252c;
			color: #fff;
			border-radius: 100%;
			width: 3em;
			height: 3em;
			line-height: 3.25em;
			text-align: center;
			font-size: 1.25em;
		}
		
			header .icon.circled
			{
				margin: 0 0 2em 0;
			}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	.wrapper
	{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin-top: 0; margin-right: 0; margin-left: 0; padding: 3em 0 2em; }
	
		.wrapper.style1
		{ background-color: #b4371f; }

		.wrapper.style2
		{ background-color: #6e160c; padding-top: 50px; }
.news news { margin-top: 120px; }
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background-image: url(../images/header.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		color: #fff;
		text-align: center;
		padding: 2.5em 0 2em;
		cursor: default;
	}

#header2
	{ position: relative; background-image: url(../images/header2.jpg); background-size: cover; background-position: center; background-attachment: fixed; color: #fff; text-align: center; padding: 2.5em 0 20em; cursor: default; }
		.homepage #header
		{
			padding: 0 0 0 0;
		}
.homepage #header2 { padding: 0 0 0; }
.homepage #header .overlay
			{ background: #1c0920; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: block; opacity: 1.0; -moz-transition: opacity 2s ease-in-out; -webkit-transition: opacity 2s ease-in-out; -o-transition: opacity 2s ease-in-out; -ms-transition: opacity 2s ease-in-out; transition: opacity 2s ease-in-out; }
.homepage #header2 .overlay { background: #1c0920; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; opacity: 1.0; -moz-transition: opacity 2s ease-in-out; -webkit-transition: opacity 2s ease-in-out; -o-transition: opacity 2s ease-in-out; -ms-transition: opacity 2s ease-in-out; transition: opacity 2s ease-in-out; }
.homepage #header.ready .overlay
			{ opacity: 0; }
.homepage #header2.ready .overlay { opacity: 0; }
#header .inner
		{ position: relative; z-index: 1; margin: 0; padding: 20em 0 0; }
#header .inner2 { padding: 4em 0 0; position: relative; z-index: 1; margin: 0; }
#header h1
		{
			color: #fff;
			font-size: 3em;
			line-height: 1em;
		}

			.homepage #header h1
			{
				font-size: 4em;
			}
		
			#header h1 a
			{
				color: inherit;
			}
	
		#header header > p
		{
			font-size: 1.25em;
			margin: 0;
		}
		
		#header .button
		{
			display: inline-block;
			border-radius: 100%;
			width: 4.5em;
			height: 4.5em;
			line-height: 4.5em;
			text-align: center;
			font-size: 1.25em;
			padding: 0;
		}
		
		#header header
		{ display: inline-block; }
#header header2 { display: inline-block; }
#header footer
		{
			margin: 1em 0 0 0;
		}
		
		#header hr
		{
			top: 1.5em;
			margin-bottom: 3em;

			border-bottom-color: rgba(192,192,192,0.35);
			box-shadow: inset 0 1px 0 0 rgba(192,192,192,0.35);
		}
		
			#header hr:before,
			#header hr:after
			{
				background: white url('(EmptyReference!)');
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
#nav
	{ font-size: 16px; position: fixed; top: 0; left: 0; z-index: 1000; background-color: #000; background-image: none; width: 100%; height: 3em; line-height: 3em; text-align: center; font-family: "Open Sans Condensed", sans-serif; font-weight: 700; text-transform: uppercase; cursor: default; }
#nav ul
		{
			position: relative;
			z-index: 1001;
		}
#nav li
		{
			display: inline-block;
			margin: 0 0.5em 0 0.5em;
			top: 0;
			position: relative;
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-o-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
		}
#nav li > ul
			{
				display: none;
			}
#nav li a,
			#nav li span
			{
				position: relative;
				display: block;
				text-decoration: none;
				color: #6b7770;
				top: -6px;
				padding: 6px 1.5em 0.25em 1.5em;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				outline: 0;
				-moz-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-o-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-ms-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				transition: background-color .075s ease-in-out, color .075s ease-in-out;
			}
#nav li:hover,
			#nav li.active
			{
				top: 3px;
			}
#nav li:hover a,
				#nav li:hover span,
				#nav li.active a,
				#nav li.active span
				{
					background: #ec8057;
					color: #fff;
				}
#nav li.current
			{
			}
#nav li.current a
				{
					background: #b4371f;
					color: #fff;
				}
.dropotron
	{
		background: #747474;
		color: #fff;
		border-radius: 6px;
		line-height: 2em;
		text-align: center;
		font-family: "Open Sans Condensed", sans-serif;
		font-weight: 400;
		text-transform: capitalize;
		padding: 1em 0;
		text-align: left;
		min-width: 8em;
		box-shadow: 0 1em 2em 0 rgba(0,0,0,0.1);
	}
.dropotron li
		{
		}
.dropotron li > a,
			.dropotron li > span
			{
				display: block;
				color: #D7DAD8;
				text-decoration: none;
				padding: 0 1.25em;
			}
.dropotron li:hover > a,
			.dropotron li:hover > span,
			.dropotron li.active > a,
			.dropotron li.active > span
			{
				color: #fff;
				background: #ec8057;
			}
.dropotron li:first-child
			{ border-top-style: none; }
.dropotron.level-0
		{ font-size: 0.9em; margin-top: 0.5em; }
.dropotron.level-0:before
			{
				content: '';
				position: absolute;
				left: 50%;
				margin-left: -1em;
				top: -0.65em;
				border-bottom: solid 1em #6B7770;
				border-left: solid 1em transparent;
				border-right: solid 1em transparent;
			}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		background: #fff;
		text-align: center;
		padding: 4.5em 0 4.5em 0;
		margin-bottom: 0;
	}
	
		#banner header > p
		{
			margin-bottom: 0;
		}
		/*********************************************************************************/
/* Berichte                                                                       */
/*********************************************************************************/
#berichte .button
		{ display: inline-block; border-radius: 100%; width: 4.5em; height: 4.5em; line-height: 4.5em; text-align: center; font-size: 1.25em; margin-right: 0.3em; margin-left: 0.3em; padding: 0; }
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

		#content > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}
		
		#content > section
		{
			margin-bottom: 0;
		}
		
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{ margin-top: 200px; }
	
		#sidebar > hr.first
		{
			display: none;
		}
	
		#sidebar > hr
		{
			top: 3em;
			margin-bottom: 6em;
		}
		
		#sidebar > section
		{
			margin-bottom: 0;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
#main { padding-top: 20px; padding-right: 5px; padding-left: 5px; }
#mainteam { margin-bottom: 0; padding-top: 10px; padding-bottom: 10px; }
#teammh { margin-bottom: 0; padding-top: 10px; padding-bottom: 10px; display: block; }
#main section:first-of-type
		{ padding-top: 2em; }
#team { margin-bottom: 2em; padding-right: 20px; padding-left: 20px; }
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		overflow: hidden;
		padding: 6em 0;
		background: #272727;
		color: #fff;
	}

		#footer .icon.circled
		{
			background: #fff;
			color: #2b252c;
		}

		#footer header
		{
			text-align: center;
			cursor: default;
		}
		
		#footer h2,
		#footer h3,
		#footer h4,
		#footer h5,
		#footer h6
		{
			color: #fff;
		}

		#footer .contact
		{
			text-align: center;
		}
		
			#footer .contact p
			{
				text-align: center;
				margin: 0 0 3em 0;
			}
		
		#footer .copyright
		{ text-align: center; color: #747474; font-size: 0.8em; margin-top: 1em; padding-top: 1em; border-top: 1px solid #444; cursor: default; }

			#footer .copyright a
			{
				color: rgba(128,128,128,0.75);
			}

				#footer .copyright a:hover
				{
					color: rgba(212,212,212,0.85);
				}

/*********************************************************************************/
/* Carousel                                                                      */
/*********************************************************************************/
.carousel .forward,
		.carousel .backward
		{
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}
.carousel .forward
		{
			right: 0;
		}
.carousel .backward
		{
			left: 0;
		}
.carousel .forward:before,
			.carousel .backward:before
			{
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72,57,73, 0.5);				
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}
.carousel .forward:after,
			.carousel .backward:after
			{
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0;
				background: url('images/arrow.svg') no-repeat center center;
			}
.carousel .forward:after
			{
				right: -0.25em;
			}
.carousel .backward:after
			{
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
    		}
.carousel
	{ position: relative; overflow: hidden; margin-bottom: 0; padding: 2em 0; }
.carousel .forward:before
			{
				right: -3em;
			}
.carousel .backward:before
			{
				left: -3em;
			}
.carousel .forward:hover:before,
			.carousel .backward:hover:before
			{
				background-color: rgba(239,131,118, 0.75);
			}
.carousel .reel
		{
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}
.carousel article
		{ background: #fff; display: inline-block; text-align: center; width: 18em; margin: 1em 2em 0 0; padding-top: 0; padding-right: 1em; padding-left: 1em; white-space: normal; opacity: 1.0; -moz-transition: opacity 0.75s ease-in-out; -webkit-transition: opacity 0.75s ease-in-out; -o-transition: opacity 0.75s ease-in-out; -ms-transition: opacity 0.75s ease-in-out; transition: opacity 0.75s ease-in-out; }
.carousel article.loading
			{
				opacity: 0;
			}
.carousel article .image
			{ position: relative; left: -1em; top: 0; width: auto; margin-right: -2em; margin-bottom: 3em; }
.carousel article p
			{ text-align: center; }
.carousel-control { background: transparent; border: none; border-radius: 0px; }
/*********************************************************************************/
/* News                                                                      */
/*********************************************************************************/
			
.news { margin: 50px 0 20px; z-index: 0; padding: 0 0 10px; border-top: 1px solid #851b0e; }
.datum { color: #851b0e; font-weight: 500; line-height: 1em; text-align: right; margin-bottom: -10px; padding-top: 40px; padding-right: 10px; }

blockquote { margin-top: 10px; padding: 15px 20px 0 10px; }
blockquote p { color: #ffd0a7; margin-bottom: 0; font-size: 18px; line-height: 28px; }
blockquote small {
  	display: block;
  	color: #851b0e;
  	font-weight:400;
  	font-size: 13px;
  	line-height: 20px;
	margin-top: 10px;
}
blockquote small:before {
  	content: '';
}
#news .button
		{ color: #ffd0a7; display: block; border-radius: 100%; width: 4.1em; height: 4.1Sem; line-height: 3.9em; text-align: center; font-size: 0.7em; font-weight: 500; margin-right: 0.3em; margin-left: 0.3em; padding: 0; }
/*********************************************************************************/
/* news footer                                                                         */
/*********************************************************************************/
   h5 {
    position: relative;
    margin-top: 20px;
  }
  
  h5.linie {
    background: -moz-linear-gradient(#b4371f 0%, #b4371f 49%, #6e160c 50%, #6e160c 51%, #b4371f 52%, #b4371f 100%);
    background: -ms-linear-gradient(#b4371f 0%, #b4371f 49%, #6e160c 50%, #6e160c 51%, #b4371f 52%, #b4371f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4371f), color-stop(49%, #b4371f), color-stop(50%, #6e160c), color-stop(51%, #6e160c), color-stop(52%, #b4371f), color-stop(100%, #b4371f));
    background: -webkit-linear-gradient(#b4371f 0%, #b4371f 49%, #6e160c 50%, #6e160c 51%, #b4371f 52%, #b4371f 100%);
    background: -o-linear-gradient(#b4371f 0%, #b4371f 49%, #6e160c 50%, #6e160c 51%, #b4371f 52%, #b4371f 100%);
    background: linear-gradient(#b4371f 0%, #b4371f 49%, #6e160c 50%, #6e160c 51%, #b4371f 52%, #b4371f 100%);
  }
  
  h5.linie span {
    background: #b4371f;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
/* ==================================================
   Buttons
================================================== */
/*--- Hover/Active/Focus State ---*/
.button:hover,
.button:active,
.button:focus { background-color: #b4371f; color:#ffffff; text-decoration: none; }
/* --- Button Sizes --- */
.button.button-large {
  	padding: 16px 30px;
  	font-size: 18px;
}
.button.button-small {
  	padding: 8px 18px;
  	font-size: 14px;
}
.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}
.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}
.button + .button {
	margin-left: 10px;	
}

hr { margin: 20px 0; border-top: 1px solid #851b0e; border-bottom: medium none; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-width: 0; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; }

