@charset "utf-8";
/* CSS Document */

/* --------------------- RESET ---------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------
------------------------ WEB -------------------------------
----------------------------------------------------------*/
/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/karla-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v23-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
}

/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/karla-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/karla-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/karla-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/karla-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/karla-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/karla-v23-latin-700.svg#Karla') format('svg'); /* Legacy iOS */
}


::selection {
        background: #ff6600;
		color: #fff;
        }
::-moz-selection {
        background: #ff6600;
		color: #fff;
}

::-webkit-selection	{
        background: #ff6600;
		color: #fff;
}

/*---------- ALLGEMEIN ------------*/
	
#gesamt	{
	margin: 0 auto;
	width: 100%; 
	max-width: 1000px;
	}
	
.banner	{
	background: #fff url(pics/black-fox-design.jpg) no-repeat top center;
	width: 100%;
	height: 550px;
	position: fixed;
	z-index: -100;
	}
	
.bannerkontakt	{background: #fff url(pics/black-fox-design-kontakt.jpg) no-repeat top center;}
.bannerwir		{background: #fff url(pics/black-fox-design-ueber.jpg) no-repeat top center;}
.bannerstartseite		{background: #fff url(pics/black-fox-design.jpg) no-repeat top center;}
	
	.banner-rahmen	{
		height: 450px;
		margin: 0 auto;
	width: 100%; 
	max-width: 1000px;
		}
	
.logo-start	{
	background: rgba(255,255,255,.7);
	height: 200px;
	position: absolute;
	width: 180px;
	}
	
	.logo-start img	{
		margin: 30px 0px 0px 30px;
		}	

/*---------- NAVI ------------*/
.haupt-navi-mobil	{
	display: none;	}
	
.haupt-navi	{
	float: left;
	height: 60px;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	}
	
	nav.haupt-navi ul	{
		height: 60px;
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		z-index: 110;
		}
		
		nav.haupt-navi ul li	{
			float: left; 
			height: 60px;
			width: auto;
			padding: 0%;;
			}
		
		nav.haupt-navi ul li.fox	{
			background: url(pics/fox.png) no-repeat top center;
			margin-right: 4%;
			width: 15%;
			}
			
			nav.haupt-navi ul li.fox a.foxstart	{
				display: block;
				width: 100%;
				height: 60px;
				border: none;
				}
			
		nav.haupt-navi ul li.menu	{			
			text-align: center;
			vertical-align: middle;
			}
			
			nav.haupt-navi ul li.menu a:link,
			nav.haupt-navi ul li.menu a:visited	{
				color: #333;
				display: block;
				font-family: 'Arial', sans-serif;	
				font-weight: 400;
				font-size: 1.2em;
				height: 40px;	
				padding-top: 20px;
				padding-left: 25px;
				padding-right: 25px;
				text-decoration: none;
				float: left;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}
				
			nav.haupt-navi ul li.menu a:hover,
			nav.haupt-navi ul li.menu a:active	{ 
			background: #ff6600;
				color: #fff;
				display: block;
				font-family: 'Arial', sans-serif;
				height: 40px;	
				text-decoration: none;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}
				
/*---------- NAVI 2 (scroll) ------------*/
		
		#haupt-navi2	{
			background: #fff;
			float: left;
			height: 60px;
			width: 100%;
			z-index: 100;
			display: none;
			position: fixed;
			top: 0;
			}
		
		nav#haupt-navi2 ul	{
			height: 60px;
			margin: 0 auto;
			width: 1000px;
			z-index: 110;
			}
		
		nav#haupt-navi2 ul li	{
			float: left; 
			height: 60px;
			}
		
		nav#haupt-navi2 ul li.fox	{
			background: url(pics/fox.png) no-repeat top center;
			margin-right: 440px;
			width: 80px;
			}
			
			nav#haupt-navi2 ul li.fox a.foxstart	{
				display: block;
				width: 80px;
				height: 60px;
				border: none;
				}
			
		nav#haupt-navi2 ul li.menu	{			
			text-align: center;
			vertical-align: middle;
			}
			
			nav#haupt-navi2 ul li.menu a:link,
			nav#haupt-navi2 ul li.menu a:visited	{
				color: #333;
				display: block;
				font-family: 'Arial', sans-serif;	
				height: 40px;	
				padding-top: 20px;
				text-decoration: none;
				width: 120px;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}
				
			nav#haupt-navi2 ul li.menu a:hover,
			nav#haupt-navi2 ul li.menu a:active	{ 
			background: #ff6600;
				color: #333;
				display: block;
				font-family: 'Arial', sans-serif;
				height: 40px;	
				padding-top: 20px;
				text-decoration: none;
				width: 120px;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}	
				
/*---------- HAUPT ------------*/	
		
.haupt	{
	width: 100%;
	background: #f4f4f4;
	}
	
	.haupt-rahmen	{
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		padding-top: 90px;
		padding-bottom: 50px;
		}
		
	/*.haupt-rahmen a	{
		float: left;
		text-decoration: none;
		width: 265px;
		}
		
		.haupt-rahmen a.start-web,
		.haupt-rahmen a.start-foto	{
			margin-right: 100px;
			}
		
		.haupt-rahmen a .thema	{
			width: 265px;
			}
			
		.haupt-rahmen a .thema h1	{
			color: #858585;
			font-family: 'Arial', sans-serif;
			font-size: 60px;
			font-weight: 700;
			text-align: center;	
			text-shadow: 0px 2px 2px #fff;	
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
			}
			
		.haupt-rahmen a .thema-foto	{
			background: #666 url(pics/start-thema.png) no-repeat 0px 0px;
			height: 265px;
			margin-bottom: 30px;
			margin-top: 15px;
			width: 265px;
			-webkit-border-radius: 200px;
			border-radius: 200px;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
			}
			
			.haupt-rahmen a:hover .thema-foto	{
			background: #666 url(pics/start-thema2.png) no-repeat 0px 0px;
			height: 265px;
			margin-bottom: 30px;
			margin-top: 15px;
			width: 265px;
			-webkit-border-radius: 200px;
			border-radius: 200px;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
			}
			
			.haupt-rahmen a:hover h1	{
				color: green;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				} */
			
		.haupt-rahmen p	{
			color: #858585;
			font-family: 'Arial', sans-serif;
			font-size: 1.8em;
			font-weight: 400;
			text-align: center;
			text-shadow: 0px 2px 2px #fff;	
			}				

/*---------- TOTOP ------------*/
#totop	{
	position: fixed;
	width: 100px;
	padding: 5px 10px;
	bottom: 200px;
	right: 0;
	display: none;
	background-color: #fff;
	}
	
	#totop a	{
		font-size: 24px;
		color: #333;
		text-decoration: none;
		}
		
	#totop a:hover	{
		color: #ff6600;
		}


/*---------- FOOTER ------------*/
	
footer	{
	margin: 0 auto;
	width: 98%;
	padding: 0% 1% 0% 1%;
	max-width: 1000px;
	overflow: hidden;
	}	
	
	footer nav	{
		float: left;
		height: 30px;
		width: 65%;
		max-width: 760px;
		padding-top: 50px;
		}
		
		footer nav ul li	{
			float: left;
			margin-right: 1%;
			}
			
			footer nav ul li a	{
				color: #999;
				font-family: 'Arial', sans-serif;
				font-size: 0.9em;
				font-weight: 400;
				text-decoration: none;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}
				
				footer nav ul li a:hover	{
					color: #333;
					-webkit-transition: all .5s ease-in-out;
					-moz-transition: all .5s ease-in-out;
					-ms-transition: all .5s ease-in-out;
					-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
					}
	
	footer .socialnetwork	{
		float: left;
		height: 30px;
		width: 34%;
		padding-top: 40px;
		}
		
		footer .socialnetwork a.sn	{
			display: inline;
			float: right;
			height: 30px;
			margin-left: 1%;
			width: 50px;
			}
			
			footer .socialnetwork a.fb	{background: url(pics/facebook.png) no-repeat top center;}
			footer .socialnetwork a.gp	{background: url(pics/google.png) no-repeat top center;}
			footer .socialnetwork a.pi	{background: url(pics/pinterest.png) no-repeat top center;}
			
			footer .socialnetwork .fb-ges	{float: left; width: 120px; overflow: hidden; margin-top: 10px;}
			footer .socialnetwork .fb-like	{width: 80px; float: left; margin-right: 10px;}
					
	footer .suchtext	{
		color: #999;
		font-family: 'Arial', sans-serif;
		font-size: 0.8em;
		font-weight: 400;
		padding: 10px 0px 30px 0px;	
		text-align: justify;
		width: 98%;
		max-width: 1000px;
		float: left;
		}
		
		footer .copyright	{
			color: #999;
			font-family: 'Arial', sans-serif;
			font-size: 0.6em;
			font-weight: 400;
			line-height: 1.5;
			padding: 0px 0px 50px 0px;
			text-align: center;
			width: 98%;
			max-width: 1000px;
			clear: both;
			}
			
			footer .copyright a	{
				font-family: 'Arial', sans-serif;
				font-size: 11px;
				font-weight: 400;
				text-decoration: none;
				color: #999;
				}
				
footer .imp-mobil	{display: none;}
			
/* ---------------------------------------------------------
------------------------ PROJEKTE --------------------------
----------------------------------------------------------*/

.projekt-schnellnavi	{
	width: 100%;
	max-width: 1000px;
	float: left;
	margin-bottom: 25px;
	margin-top: 50px;
	}
	
	.projekt-schnellnavi ul	{list-style-type: none; padding-left: 5px;}
	
	.projekt-schnellnavi ul li	{
		margin-right: 25px;
		float: left;
		}

	.projekt-schnellnavi ul li a	{
		float: left;
		font-family: 'Arial', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #666;
		text-decoration: none;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		}
		
	.projekt-schnellnavi ul li a:hover	{
		font-family: 'Arial', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #ff6600;
		text-decoration: none;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		}


/*------------- projekte SCHNELLNAVI FOTO --------------*/

.projekt-schnellnavi-foto	{
	width: 100%;
	max-width: 1000px;
	float: left;
	margin-bottom: 25px;
	margin-top: -25px;
	}
	
	.projekt-schnellnavi-foto-pfeil	{
		width: 100%;
		max-width: 1000px;
		height: 20px;
		float: left;
		}
		
	.projekt-schnellnavi-foto ul	{
		padding: 10px;
		background-color: #fff;
		float: left;
		}	
		
	.projekt-schnellnavi-foto ul li	{
		float: left;
		margin: 0px 20px;
		}
		
	.projekt-schnellnavi-foto ul li a	{
		text-decoration: none;
		font-family: 'Arial', sans-serif;
		font-size: 16px;
		font-weight: 400;
		float: left;
		color: #333;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		}
		
		.projekt-schnellnavi-foto ul li a:hover	{
			color: #ff6600;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
			}

/*--------------------------------------------------
------------------ PROJEKT RAHMEN ------------------
----------------------------------------------------*/


/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-hoch	{
	float: left;
	height: 320px;
	margin-bottom: 10px;
	width: 100%; 
	max-width: 1000px;
	}
	
	a.projekt-hoch-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 320px;
		margin: 0px 5px 0px 5px;
		width: 490px;
		text-decoration: none;
		}
		
	a.projekt-hoch-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 320px;
		margin: 0px 5px 0px 5px;
		width: 240px;
		text-decoration: none;
		}
		
/*------------- projekte RAHMEN FLACH --------------*/		
	.projekt-rahmen-flach	{
		float: left;
		height: 240px;
		margin-bottom: 10px;
	width: 100%; 
	max-width: 1000px;
		}
	
	a.projekt-flach-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 240px;
		margin: 0px 5px 0px 5px;
		width: 490px;
		text-decoration: none;
		}
		
	a.projekt-flach-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 240px;
		margin: 0px 5px 0px 5px;
		width: 240px;
		text-decoration: none;
		}		

/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-banner	{
	float: left;
	height: 320px;
	margin-bottom: 10px;
	width: 100%; 
	max-width: 1000px;
	}
	
	a.projekt-banner	{
		background-color: #999;
		display: block;
		float: left;
		height: 320px;
		margin: 0px 5px 0px 5px;
		width: 990px;
		text-decoration: none;
		}
		
/*------------- PROJEKT H O V E R --------------*/	


/*------------- projekt HOVER HOCH --------------*/		
	a.projekt .projekt-hover-hoch	{
			visibility: hidden;
			width: 100%;
			height: 100%;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}
		
		a.projekt:hover .projekt-hover-hoch	{
			visibility: visible;
			background-color: rgba(105,105,105,.7);
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}
		
		a.projekt .projekt-hover-hoch p,
		a.projekt:hover .projekt-hover-hoch p	{
			text-align: center;
			font-family: 'Arial', sans-serif;
			font-size: 16px;
			font-weight: 400;
			color: #fff;
			text-shadow: none;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}	
			
		a.projekt .projekt-hover-hoch p	{
			visibility: hidden;
			padding-top: 120px;
			}
			
		a.projekt:hover .projekt-hover-hoch p	{
			visibility: visible;
			padding-top: 140px;
			}
		
		a.projekt .projekt-hover-hoch p b,		
		a.projekt:hover .projekt-hover-hoch p b	{
			font-weight: 700;
			color: #fff;
			}	
	
/*------------- projekt HOVER FLACH --------------*/			
		a.projekt .projekt-hover-flach	{
			visibility: hidden;
			width: 100%;
			height: 100%;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}
		
		a.projekt:hover .projekt-hover-flach	{
			visibility: visible;
			background-color: rgba(105,105,105,.7);
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}
		
		a.projekt .projekt-hover-flach p,
		a.projekt:hover .projekt-hover-flach p	{
			text-align: center;
			font-family: 'Arial', sans-serif;
			font-size: 16px;
			font-weight: 400;
			color: #fff;
			text-shadow: none;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}	
			
		a.projekt .projekt-hover-flach p	{
			visibility: hidden;
			padding-top: 80px;
			}
			
		a.projekt:hover .projekt-hover-flach p	{
			visibility: visible;
			padding-top: 100px;
			}
		
		a.projekt .projekt-hover-flach p b,		
		a.projekt:hover .projekt-hover-flach p b	{
			font-weight: 700;
			color: #fff;
			}

/*------------- projekt HOVER BANNER --------------*/		
	a.projekt .projekt-hover-banner	{
			visibility: hidden;
			width: 100%;
			height: 100%;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}
		
		a.projekt:hover .projekt-hover-banner	{
			visibility: visible;
			background-color: rgba(105,105,105,.7);
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}
		
		a.projekt .projekt-hover-banner p,
		a.projekt:hover .projekt-hover-banner p	{
			text-align: center;
			font-family: 'Arial', sans-serif;
			font-size: 16px;
			font-weight: 400;
			color: #fff;
			text-shadow: none;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			}	
			
		a.projekt .projekt-hover-banner p	{
			visibility: hidden;
			padding-top: 120px;
			}
			
		a.projekt:hover .projekt-hover-banner p	{
			visibility: visible;
			padding-top: 140px;
			}
		
		a.projekt .projekt-hover-banner p b,		
		a.projekt:hover .projekt-hover-banner p b	{
			font-weight: 700;
			color: #fff;
			}				

/*------------- projekt B A C K G R O U N D --------------*/			
		a.projekt	{
			background: no-repeat center center;
			}
		
/* ---------------------------------------------------------
----------------- PROJEKTE DETAILANSICHT -------------------
----------------------------------------------------------*/

.projekt-detail	{
	width: 100%;
	max-width: 1000px;
	float: left;
	}
	
	.projekt-detail h1	{
		color: #858585;
		font-family: 'Arial', sans-serif;
		font-size: 50px;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 30px;	
		margin-top: 10px;	
		}
	
.projekt-service	{
	width: 100%; 
	max-width: 1000px;
	float: left;
	}
	
	.projekt-service p	{
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 16px;
		color: #333;
		float: left;
		padding-right: 30px;
		}
		
		.projekt-service p b	{
			font-weight: 700;
			padding-right: 10px;
			color: #333;
			float: left;
			}
			
		.projekt-service p a	{
			float: left;
			width: auto;
			text-align: left;
			padding: 0px;
			margin: 0px;
			text-decoration: none;
			font-family: 'Arial', sans-serif;
			font-weight: 400;
			font-size: 16px;
			color: #333;
			-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
			-o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
			}
			
			.projekt-service p a:hover	{
				color: #ff6600;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}
				
				
			a.web-mit-foto	{
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	background-color: #00c0e4;
	padding: 5px;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 5px;    
	border-radius: 5px;	
	float: left;
	text-decoration: none;
	margin: -3px 20px 0px -25px;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	}
	
	a.web-mit-foto:hover	{
		color: #fff;
		background-color: #0189a2;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		}
				
	.projekt-bilder	{
	width: 100%; 
	max-width: 1000px;
		margin-top: 30px;
		float: left;
		}
		
		.projekt-bilder img	{
			margin-bottom: 10px;
			}
			
			.projekt-bilder img.erste-foto	{
			float: left;
			margin: 25px 0px 35px 0px;
			}
			
	.projekt-foto	{
	width: 100%; 
	max-width: 1000px;
		float: left;
		text-align: center;
		}
		
		.projekt-foto img	{
			margin-bottom: 10px;
			}
			
	.projekt-foto-print	{
	width: 100%; 
	max-width: 1000px;
		float: left;
		text-align: center;
		margin-top: 35px;
		}
			
/* ---------------------------------------------------------
------------------------- ÜBER -----------------------------
----------------------------------------------------------*/			
		
	.ueber-einleitung	{
	width: 98%; 
	padding: 0% 1% 0% 1%;
	max-width: 1000px;
		margin-bottom: 55px;
		float: left;
		}	
			
	.ueber-einleitung h1	{
		color: #606060;
		letter-spacing: -4px;
		font-family: 'Arial', sans-serif;
		font-size: 6em;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 15px;	
		margin-top: 10px;	
		line-height: 1.1;
		/*color: #606060;
		letter-spacing: -4px;
		font-family: 'Arial', sans-serif;
		font-size: 6em;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 30px;	
		margin-top: 10px;	
		line-height: 1.1;*/
		}
		
	.ueber-einleitung p	{
		float: left;
	width: 98%;
	padding: 0% 1 0% 1%; 
	max-width: 1000px;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #999;
		line-height: 1.8;
		}
		
		
	.ueber-themen h1	{
		color: #666;
		font-family: 'Arial', sans-serif;
		font-size: 2em;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 30px;	
		margin-top: 10px;	
		line-height: 1;
		text-align: center;
		float: left;
		width: 100%;
		max-width: 300px;
		}	
	.ueber-thema	{
		width: 30%;
		max-width: 300px;
		min-height: 250px;
		float: left;
		margin-right: 3%;
		}
		
	.ueber-thema a,
	.ueber-themen a img	{
		border: none;
		width: 100%;
		height: auto;
		}
		
	.ueber-thema p	{
		float: left;
		width: 96%;
		text-align: center;
		padding: 0% 2% 0% 2%;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #999;
		line-height: 1.8;
		text-shadow: none;
		}	
		
.start-einleitung	{
		width: 98%;
	padding: 0% 1% 0% 1%;
		max-width: 1000px;
		margin-bottom: 55px;
		float: left;
		}	
			
	.start-einleitung h1	{
		color: #606060;
		letter-spacing: -4px;
		font-family: 'Arial', sans-serif;
		font-size: 6em;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 15px;	
		margin-top: 10px;	
		line-height: 1.1;
		}
		
	.start-einleitung p	{
		float: left;
	width: 98%; 
	padding: 0% 1% 0% 1%;
	max-width: 1000px;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #333;
		line-height: 1.8;
		}
		
	.start-themen h1	{
		color: #666;
		font-family: 'Arial', sans-serif;
		font-size: 36px;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 30px;	
		margin-top: 0px;	
		line-height: 1;
		width: 300px;
		text-align: left;
		}
		
	.start-thema	{
		width: 300px;
		min-height: 250px;
		float: left;
		margin-right: 30px;
		}
		
	.start-thema p	{
		float: left;
		width: 300px;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #333;
		line-height: 1.8;
		}
		

/* ---------------------------------------------------------
------------------------- KONTAKT --------------------------
----------------------------------------------------------*/

.formular-rahmen,
.impressum-rahmen	{
	width: 100%; 
	max-width: 1000px;
	float: left;
	}
	
	.formular-links,
	.impressum-links	{
		width: 30%;
		max-width: 260px;
		float: left;
		background-color: #fff;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;	
		padding: 2%;	
		}
		
		.formular-links h1,
		.impressum-links h1	{		
			color: #606060;
			font-family: 'Arial', sans-serif;
			font-size: 2em;
			font-weight: 700;
			text-align: left;	
			text-shadow: 0px 2px 2px #fff;	
			margin-bottom: 20px;
			}
			
			.formular-links p.firma,
			.impressum-rahmen p.firma	{
				color: #666;
				font-family: 'Arial', sans-serif;
				font-size: 1em;
				font-weight: 400;
				text-align: left;
				text-decoration: none;
				margin-bottom: 30px;
				}
				
				.formular-links p.firma a,
				.impressum-links p.firma a	{
					color: #666;
					font-family: 'Arial', sans-serif;
					font-size: 1em;
					font-weight: 400;
					text-align: left;
					text-decoration: none;
					-webkit-transition: all .5s ease-in-out;
					-moz-transition: all .5s ease-in-out;
					-ms-transition: all .5s ease-in-out;
					-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
					padding: 0px;
					}
					
					.formular-links p.firma a:hover,
					.impressum-links p.firma a:hover	{
						color: #ff6600;
						-webkit-transition: all .5s ease-in-out;
						-moz-transition: all .5s ease-in-out;
						-ms-transition: all .5s ease-in-out;
						-o-transition: all .5s ease-in-out;
						transition: all .5s ease-in-out;
						}
			
			.formular-links a	{
				padding: 1%;
				margin-bottom: 30px;
				text-decoration: none;			
				}
				
				.formular-links img	{
					margin-top: 0px;
					height: 20px;
					}
			
			.formular-links a .foto	{
				width: 100%;
				max-width: 240px;
				height: 250px;
				background: white;
				border: none;
				margin-bottom: -20px;
				}
				
				.formular-links a .foto-basti	{
					background: url(pics/black-fox-design-sebastian-perschke.png) no-repeat 11px 0px;
					}
					
				.formular-links a.basti:hover .foto-basti	{
					background: url(pics/black-fox-design-sebastian-perschke.png) no-repeat 11px -274px;
					}
					
				.formular-links a .foto-denis	{					
					background: url(pics/black-fox-design-denis-wilk.png) no-repeat 11px 0px;
					}
					
				.formular-links a.denis:hover .foto-denis	{					
					background: url(pics/black-fox-design-denis-wilk.png) no-repeat 11px -274px;
					}
					
			.formular-links a h2	{					
				color: #606060;
				font-family: 'Arial', sans-serif;
				font-size: 1.5em;
				font-weight: 400;
				text-align: left;	
				text-shadow: 0px 2px 2px #fff;	
				margin-top: 15px;
				text-decoration: none;
				}
				
			.formular-links a p	{
				color: #666;
				font-family: 'Arial', sans-serif;
				font-size: 1em;
				font-weight: 400;
				text-align: left;
				text-decoration: none;
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				}
				
				.formular-links a:hover p	{
					color: #ff6600;
					font-family: 'Arial', sans-serif;
					font-size: 1em;
					font-weight: 400;
					text-align: left;
					text-decoration: none;
					-webkit-transition: all .5s ease-in-out;
					-moz-transition: all .5s ease-in-out;
					-ms-transition: all .5s ease-in-out;
					-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
					}
		
	.formular-rechts,
	.impressum-rechts	{
		width: 60%;
		margin-left: 5%;
		float: left;
		}
		
	table	{
		width: 100%;
		float: left;
		}
		
	label	{
		width: 90%;
		font-family: 'Arial', sans-serif;
		font-size: 1.2em;
		color: #666;
		font-weight: 400;
		float: left;
		margin-bottom: 5px;
		text-shadow: 0px 2px 2px #fff;	
		}
		
	input	{
		width: 90%;
		font-family: 'Arial', sans-serif;
		font-size: 1.2em;
		color: #333;
		font-weight: 400;
		float: left;
		border: none;
		padding: 1%;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;
		margin-bottom: 20px;
		-webkit-box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.3);        
        box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.3);
		}
		
	input#woher,
	input#anrede_herr,
	input#anrede_frau	{
		width: 20px;
		font-family: 'Arial', sans-serif;
		font-size: 18px;
		color: #333;
		font-weight: 400;
		float: left;
		border: none;
		-webkit-box-shadow: none;        
        box-shadow: none;
		}
		
	input.button1,
	input.button2	{
		width: 200px;
		font-family: 'Arial', sans-serif;
		font-size: 18px;
		color: #fff;
		background-color: #666;
		font-weight: 400;
		float: left;
		border: none;
		-webkit-box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.3);        
        box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.3);
		text-shadow: 0px 1px 1px #fff;	
		margin-right: 50px;
		}
		
	.input.button1:hover	{
		background-color: #808000;
		}
		
	.input.button1:hover	{
		background-color: #800000;
		}
		
	textarea	{
		width: 90%;
		font-family: 'Arial', sans-serif;
		font-size: 1.2em;
		color: #333;
		font-weight: 400;
		float: left;
		border: none;
		padding: 10px;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;
		margin-bottom: 20px;
		-webkit-box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.3);        
        box-shadow:  0px 2px 1px 0px rgba(0, 0, 0, 0.3);
		}
		
	td.textform	{
		padding-top: 30px;
		padding-bottom: 25px;
		font-family: 'Arial', sans-serif;
		font-size: 18px;
		color: #333;
		font-weight: 400;
		text-shadow: 0px 2px 2px #fff;	
		}
		
		input#anrede_herr,
		input#anrede_frau	{
			width: 20px;
			float: left;
			}
			
		label.radiolab	{
			width: 50px;
			font-family: 'Arial', sans-serif;
			font-size: 18px;
			color: #666;
			font-weight: 400;
			float: left;
			margin-bottom: 5px;
			text-shadow: 0px 2px 2px #fff;
			}
		
	.formular-rechts .error_msg	{
		width: 100%;
		padding: 20px;
		background-color: #F00;
		color: #fff;
		text-shadow: none;	
		font-family: 'Arial', sans-serif;
		font-size: 30px;
		font-weight: 400;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;
		position: absolute;
		margin-top: 5%;
		top: 0;
		left: 0;
		}
		
	.formular-rechts .error_msg	 h1{
		color: #fff;
		text-shadow: 0px 2px 2px #fff;	
		font-family: 'Arial', sans-serif;
		font-size: 70px;
		font-weight: 400;
		margin-bottom: -30px;
		padding-bottom: 0px;
		}
		
	.formular-rechts .error_msg	 h2{
		color: #fff;
		font-family: 'Arial', sans-serif;
		font-size: 35px;
		font-weight: 400;
		margin-bottom: 20px;
		margin-top: -15px;
		}
		
		.formular-rechts .error_msg	p	{
			float: left;
			color: #fff;
			text-shadow: none;
			font-family: 'Arial', sans-serif;
			font-size: 18px;
			font-weight: 400;
			text-align: left;
			margin-top: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			}
			
.impressum-rechts h2	{	
	color: #606060;
	font-family: 'Arial', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-align: left;	
	text-shadow: 0px 2px 2px #fff;	
	margin-bottom: 20px;
	}
	
.impressum-rechts p	{
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;		
	margin-bottom: 20px;
	line-height: 1.5;
	text-shadow: none;
	}
