@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');

body
	{
		background: #2a2a2a;
		color: #4b4c4b;
	}

	body,input,textarea,select
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	h1,h2,h3,h4,h5,h6
	{
    font-weight: 700;
    font-size: medium;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: 700;
		color: #2b2c2b;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
    -moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
    outline: 0;
    color: #B81212;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	p
	{
	}

	header
	{
		margin-bottom: 1em;
	}
		
		.homepage header
		{
			letter-spacing: 0.10em;
			text-align: center;
		}
	
		header h2
		{
			text-transform: uppercase;
			font-size: 2.2em;
			font-weight: 700;
		}
		
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
			font-size: 1.8em;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

	/* self */
	.dealdoktor
	{
        text-align: center 
	}
	.spangrun
	{
        color: #96DD38; 
		font-size: 20px;
	}
	.spanblau
	{
        color: #0093FC; 
		font-size: 15px;
	}
	.spanblaug
	{
        color: #0093FC; 
		font-size: 20px;
	}
	.spanblau2
	{
    color: #000000;
    font-size: 25px;
	}
	.mtl
	{
    color: #000000;
    font-size: 15px;
	}
/* Style the buttons that are used to open and close the accordion panel */
.accordion2 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active2, .accordion2:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel2 {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.accordion2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
			}
			
			.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;
				}

	/* Lists */

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li
			{
				padding-left: 0.5em;
			}		

		ul.style1
		{
			overflow: hidden;
			background: #FFF;
			border-radius: 5px;
		}	
		
			ul.style1 .right
			{
				float: right;
				width: 70%;
				padding: 1.3em 1.5em 1.3em 1.5em;
				background: #678FA1;
				border-radius: 0px 5px 5px 0px;
				border: 1px solid rgba(255,255,255,0.25);
				font-size: 1.1em;
				color: #FFF;
			}
			
			ul.style1 .left
			{
				float: left;
				width: 30%;
				text-align: center;
				color: #678FA1;
			}
		
			ul.style1 span
			{
			}
	
			ul.style1 li {
				overflow: hidden;
			}
	
			ul.style1 a {
				display: block;
				text-decoration: none;
				color: #514439;
			}
			
			ul.style1 a:hover {
				text-decoration: underline;
			}
			
			ul.style1 .icon
			{
				position: relative;
				top: 0.9em;
				font-size: 2.1em;
			}
			
			ul.style1 .first {
				margin-top: 0 !important;
			}

		ul.style2
		{
		}	

			ul.style2 li
			{
				padding: 0.40em 0em;
			}	

			ul.style2 a {
				display: block;
				text-decoration: none;
				color: #514439;
			}

			ul.style2 a:hover {
				text-decoration: underline;
			}

		ul.icons
		{
			position: relative;
			margin-top: 2em;
			background: #2f2f2f;
			background: rgba(128,128,128,0.05);
			border-radius: 0.50em;
			display: inline-block;
			padding: 0.50em 0.75em 0.30em 0.75em;
			font-size: 1.40em;
			cursor: default;
		}
		
			ul.icons li
			{
				display: inline-block;
			}

		
				ul.icons li span
				{
					display: none;
					margin: 0;
					padding: 0;
				}

				ul.icons li a
				{
					display: inline-block;
					background: none;
					width: 2.5em;
					height: 2.2em;
					line-height: 2.2em;
					text-align: center;
					border-radius: 100%;
					border: 0;
					color: #555;
					color: rgba(255,255,255,.2);
				}
				
					ul.icons li a:hover,
					ul.icons li.active a
					{
						color: #FFF;
					}

		ul.info
		{
		}
		
			ul.info li
			{
				padding: 1.5em 0 1.5em 0;
			}
			
				ul.info li:first-child
				{
					padding-top: 0;
					border-top: none;
					box-shadow: none;
				}
			
			ul.info h3
			{
				display: inline-block;
				padding-bottom: 0.50em;
				font-size: 1.2em;
			}
			
			ul.info a
			{
				text-decoration: none;
				color: #4b4c4b;
			}
			
			ul.info a:hover
			{
				text-decoration: underline;
			}

		ul.menu
		{
			cursor: default;
		}
		
			ul.menu li
			{
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px #ddd;
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			ul.menu li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.actions
		{
			padding-top: 1em;
		}
		
			ul.actions.major
			{
				text-align: center;
			}
		
			ul.actions li
			{
				margin-left: 1em;
			}
			
				ul.actions li:first-child
				{
					margin-left: 0;
				}

		ol.default
		{
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol.default li
			{
				padding-left: 0.25em;
			}

	/* Forms */

		form
		{
			width: 60%;
			margin: 0 auto;
		}
		
			form .actions
			{
				padding-top: 0;
			}

			form .button
			{
				border-color: #444;
				border-color: rgba(255,255,255,0.2);
			}

			form .button:hover
			{
				background: #fff;
				background: rgba(255,255,255,0.8);
				border-color: #fff;
				border-color: rgba(255,255,255,0.2);
				color: #000 !important;
			}
		
			form label
			{
				display: block;
			}
		
			form input.text,
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				background: none;
				border: solid 2px;
				border-color: #555555;
				border-color: rgba(255,255,255,0.2);
				border-radius: 0.35em;
				width: 100%;
				padding: 0.85em;
				-moz-transition: border-color 0.25s ease-in-out;
				-webkit-transition: border-color 0.25s ease-in-out;
				-o-transition: border-color 0.25s ease-in-out;
				-ms-transition: border-color 0.25s ease-in-out;
				transition: border-color 0.25s ease-in-out;
				outline: none;
				color: #aaa;
				color: rgba(255,255,255,0.5);
			}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					border-color: #aaa;
					border-color: rgba(255,255,255,0.4);
				}
				
				form input.text,
				form select
				{
					line-height: 1em;
				}

				form textarea
				{
					min-height: 10em;
				}

				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;
				}
			
	/* Tables */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2)
				{
					background: #f4f4f4;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					font-weight: 700;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead
				{
				background: #444;
					color: #fff;
				}
				
				table.default tfoot
				{
					background: #eee;
				}
				
				table.default tbody
				{
				}

	/* Buttons */
		
		.button
		{
			display: inline-block;
			background: none;
			border: 2px solid #FFF;
			border-radius: 8px;
			font-size: 0.85em;
			letter-spacing: 2px;
			padding: 0.85em 2.75em 0.85em 2.75em;
			color: #fff !important;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1em;
			font-weight: 600;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
			text-align: center;
		}

			.button.arrow .icon
			{
				position: relative;
				color: #FFF;
			}

			.button.arrow .icon:before
			{
				position: absolute;
				display: inline-block;
				top: 0.15em;
				padding-left: 1em;
				opacity: 0.9;
				font-size: 1em;
			}

			.button:hover
			{
				background: #000;
				border-color: #fff;
				border-color: rgba(255,255,255,0.4);
				color: #FFF !important;
			}

			.button:active
			{
			}
			
			.button.style1
			{
			}

				.button.style1:hover
				{
					background: #fff;
					color: #DE5757 !important;
				}

				.button.style1:hover .icon
				{
					color: #DE5757 !important;
				}

			.button.style2
			{
			}

				.button.style2:hover
				{
					background: #000;
					color: #FFF !important;
				}
		
			.button-alt
			{
    position: relative;
    display: inline-block;
    background: none;
    padding: 0;
    font-size: 0.85em;
    letter-spacing: 1px;
    color: #0093FC !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
			}

				.button-alt.icon:before {
					display: inline-block;
					padding-right: 1em;
					opacity: 0.9;
					font-size: 0.90em;
				}

				.button-alt:hover
				{

				}
				
				.button.alt:active
				{
				}
		
			.button.small
			{
				padding: 0.70em 1.5em;
				letter-spacing: 1px;
				font-size: 1.2em !important;
				font-weight: 600;
				color: #FFF;
			}
			
			.button.big
			{
				padding: 0.70em 1.5em;
				letter-spacing: 1px;
				font-size: 1.2em !important;
				font-weight: 600;
				color: #FFF;
			}
			
			.button.huge
			{
			}
			
			.button2
			{
				display: inline-block;
				color: inherit;
				text-decoration: none;
				border: solid 1px #c2c7cc;
				border-radius: 0.35em;
				padding: 0.8em 2em 0.8em 2em;
			}

/*********************************************************************************/
/* 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;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 1.5em 0em 1em 0em;
	}

		#header .container
		{
			position: relative;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}

		#logo h1
		{
		}
		
			#logo h1 a
			{
				position: absolute;
				margin: 0;
				top: 0.75em;
				padding-left: 1.75em;
				letter-spacing: 0.10em;
				text-decoration: none;
				text-transform: uppercase;
				display: block;
				font-size: 2em;
				font-weight: 700;
				color: #FFF;
			}
			
			#logo h1 span
			{
				font-weight: 300;
			}
			
		#logo .pennant
		{
			position: relative;
			top: 1.2em;
			display: inline-block;
			margin: 0em 0em 3em 0em;
			text-align: center;
		}

			#logo .pennant span
			{
				position: relative;
				display: inline-block;
				width: 35px;
				height: 35px;
				padding-top: 0.39em;
				background: #FFF;
				border-radius: 50%;
				font-size: 1em;
				color: rgba(0,0,0,.8);
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0;
		top: 1.5em;
	}

		#nav > ul > li
		{
			float: left;
		}
		
			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				margin-left: 0.7em;
				padding: 0.30em 1em;
				letter-spacing: 0.06em;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: 700;
				font-size: 1em;
				outline: 0;
				color: #aaa;
				color: rgba(255,255,255,.6);
			}

			#nav > ul > li > a.icon:before,
			#nav > ul > li > span.icon:before
			{
				display: inline-block;
				padding-right: 0.5em;
				opacity: 0.3;
				font-size: 1em;
			}

			#nav li.active a,
			#nav li.active span
			{
				color: #fff;
				color: rgba(255,255,255,1);
			}

			#nav > ul > li > ul
			{
				display: none;
			}
			
			#nav .arrow
			{
				position: absolute;
				display: inline-block;
				width: 100px;
			}

	.dropotron
	{
		top: 0;
		text-align: left;
		line-height: 2em;
		min-width: 14em;
		background: #2a2a2a;
		line-height: 1em;
		padding: 1.25em 0 1.25em 0;
		border-radius: 8px;
	}

		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 0.75em 2em 0.75em 2em;
			letter-spacing: 0.10em;
			text-transform: uppercase;
			font-size: 0.90em;
			font-weight: 700;
			text-decoration:  none;
			color: #aaa;
			color: rgba(255,255,255,.6);
		}
		
		.dropotron li:first-child > a,
		.dropotron li:first-child > span
		{
			border-top: 0;
		}
	
		.dropotron li.active > a,
		.dropotron li.active > span
		{
			color: #FFF;
		}
	
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #FFF;
		}
	
	.dropotron.level-0
	{
		border-radius: 0px 0px 8px 8px;
		font-size: 1em;
		margin-top: 2.3em;
		padding-top: 0;
	}

		.dropotron.level-0:before
		{
		}

		.dropotron.level-0.center:before
		{
		}

		.dropotron.level-0.left:before
		{
		}

		.dropotron.level-0.right:before
		{
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 8em 0em 6em 0em;
		background: #DE5757 url('images/banner.svg') bottom center no-repeat;
		background-size: auto 150%;
		text-align: center;
		color: #fff;
	}
	
		#banner header
		{
			margin-bottom: 2em;
		}

			#banner header h2
			{
				letter-spacing: 0.10em;
				font-size: 4em;
			}
			
			#banner header .byline
			{
				padding: 0.50em 5em 0em 5em;
				letter-spacing: 0.10em;
				line-height: 1.4em;
				font-size: 2em;
			}
		
		#banner .button
		{
			padding: 0.85em 3em;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		padding: 8em 0em;
		background: #fff;
	}
	
		#main header
		{
			margin-bottom: 1em;
		}

			.homepage #main header
			{
				margin-bottom: 3em;
			}
	
			.no-sidebar #main header
			{
				text-align: center;
			}
	
			#main header span
			{
    padding-bottom: 1em;
    font-size: large;
			}
			
			.homepage #main header p
			{
				padding: 0em 10em;
			}
		
		#main .box
		{
			margin-top: -2px;
			padding: 2em;
			border-radius: 0px 0px 8px 8px;
			border: 2px solid;
			border-color: #ccc;
			border-color: rgba(0,0,0,.2);
		}
	
		.homepage #main .image img
		{
			margin-bottom: 0;
			border-radius: 8px 8px 0px 0px;
		}

		#main .image img
		{
			overflow: hidden;
			margin-bottom: 2em;
			border-radius: 8px;
		}
	
		#main .button
		{
			border-color: #888;
			border-color: rgba(0,0,0,0.8);
			color: #000 !important;
		}

			#main .button:hover
			{
				color: #FFF !important;
			}
		

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}
	
		.contact #content header
		{
			margin-bottom: 2.5em;
		}

		#content h3
		{
			display: block;
			padding: 1.5em 0em 1em 0em;
			font-size: 1.2em;
		}
		
			.no-sidebar #content h3
			{
				text-align: center;
			}

		#content form
		{
			width: 100%;
			margin: 0 auto;
		}
		
			#content form input.text,
			#content form select,
			#content form textarea
			{
				border-color: #ccc;
				border-color: rgba(0,0,0,.2);
				color: #4b4c4b;
				color: rgba(0,0,0,1) !important;
			}

				#content form input.text:focus,
				#content form select:focus,
				#content form textarea:focus
				{
					-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;
					border: 2px solid rgba(0,0,0,.3);
				}

			#content form .button
			{
				border-color: #ccc;
				border-color: rgba(0,0,0,0.2);
				color: #4b4c4b !important;
				color: rgba(0,0,0,0.8) !important;
			}

			#content form .button:hover
			{
				background: #434343;
				background: rgba(0,0,0,0.8);
				border-color: #434343;
				border-color: rgba(0,0,0,0.1);
				color: #FFF !important;
			}
			
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

		#sidebar section,
		#sidebar2 section
		{
			margin-top: 5em;
		}

		#sidebar section:first-child,
		#sidebar2 section:first-child
		{
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}
		
		#sidebar header,
		#sidebar2 header
		{
			margin-bottom: 2em;
		}

			#sidebar header h2,
			#sidebar2 header h2
			{
				font-size: 1.6em;
				font-weight: 600;
			}
		
		#sidebar .button,
		#sidebar2 .button
		{
			margin: 1em 0em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		padding: 6em 0em;
		text-align: center;
	}
	
		#footer header
		{
			margin-bottom: 3em;
		}
	
		#footer header h2
		{
			color: #FFF;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	.copyright 
	{
		position: relative;
		padding: 2em 0em 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
	}

/*********************************************************************************/
/* Featured                                                                     */
/*********************************************************************************/

	#featured
	{
		position: relative;
		padding: 6em 0em 6em 0em;
		background: #678FA1;
	}

		#featured header
		{
			margin-bottom: 2.5em;
			color: #FFF;
		}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper
	{
		position: relative;
		padding: 5em 0em 6em 0em;
		background: #edeff0;
	}

		#portfolio header h2
		{
			margin-top: 0.50em;
		}
		
		#portfolio .icon
		{
			font-size: 9em;
		}

		#portfolio .alignright
		{
			text-align: right;
		}

		#portfolio .alignleft
		{
			text-align: left;
		}

		#portfolio .actions
		{
			margin-top: 2em;
			text-align: center;
		}

		#portfolio .button
		{
			border-color: rgba(0,0,0,0.6) !important;
			color: rgba(0,0,0,0.8) !important;
		}

		#portfolio .button:hover
		{
			background: #000;
			border-color: rgba(0,0,0,1) !important;
			color: rgba(255,255,255,1) !important;
		}
