@media only screen and (max-width: 1100px) {
/* 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 */
}
/* ---------------------------------------------------------
------------------------ 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: 0% 1% 0% 1%;
		width: 48%;
		text-decoration: none;
		}
		
	a.projekt-hoch-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 320px;
		margin: 0% 1% 0% 1%;
		width: 23%;
		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: 0% 1% 0% 1%;
		width: 48%;
		text-decoration: none;
		}
		
	a.projekt-flach-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 240px;
		margin: 0% 1% 0% 1%;
		width: 23%;
		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: 0% 1% 0% 1%;
		width: 98%;
		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: 0.8em;
			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: 80px;
			}
			
		a.projekt:hover .projekt-hover-hoch p	{
			visibility: visible;
			padding-top: 100px;
			}
		
		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: 0.8em;
			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: 40px;
			}
			
		a.projekt:hover .projekt-hover-flach p	{
			visibility: visible;
			padding-top: 60px;
			}
		
		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: 0.8em;
			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: 80px;
			}
			
		a.projekt:hover .projekt-hover-banner p	{
			visibility: visible;
			padding-top: 100px;
			}
		
		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%;
	float: left;
	}
	
	.projekt-service p	{
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 1em;
		color: #333;
		float: left;
		width: 94%;
		padding: 0% 3% 0% 3%;
		text-align: left;
		margin-bottom: 3%;
		}
		
		.projekt-service p b	{
			font-weight: 700;
			display: block;
			width: 100%;
			padding: 0%;
			color: #333;
			float: left;
			}
			
		.projekt-service p a	{
			float: left;
			display: block;
			width: 100%;
			text-align: left;
			padding: 0%;
			margin: 0px;
			text-decoration: none;
			font-family: 'Arial', sans-serif;
			font-weight: 400;
			font-size: 1em;
			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: -3% 0% 3% 3%;
				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%;
		margin-top: 30px;
		float: left;
		text-align: center;
		}
		
		.projekt-bilder img,
		.projekt-foto img,
		.projekt-foto-print img	{
			margin-bottom: 10px;
			width: 98%;
			height: auto;
			}
			
			.projekt-bilder img.erste-foto	{
			float: left;
			margin: 25px 0px 35px 0px;
			}
			
	.projekt-foto	{
		width: 100%;
		float: left;
		text-align: center;
		}
		
		.projekt-foto img	{
			margin-bottom: 10px;
			}
			
	.projekt-foto-print	{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 35px;
		}

}

@media only screen and (max-width: 900px) {
.banner	{
	width: 100%;
	height: 300px;
	position: fixed;
	z-index: -100;	
	background-size: auto 300px;
	}
	
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: 15px;
				padding-right: 15px;
				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;
				/*color: #333;
				display: block;
				font-family: 'Arial', sans-serif;	
				font-size: 1.2em;
				height: 40px;	
				padding-top: 20px;
				padding-left: 15px;
				padding-right: 15px;
				text-decoration: none;
				width: 100%;
				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;
			/*background: #ff6600;
				color: #fff;
				display: block;
				font-family: 'Arial', sans-serif;
				font-size: 1.2em;
				height: 40px;	
				padding-top: 20px;
				text-decoration: none;
				width: 100%;
				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;*/
				}
				
	.start-einleitung h1,
	.ueber-einleitung h1	{
		font-size: 4em;
		}	
				
	footer nav	{
		float: left;
		height: 30px;
		width: 98%;
		padding-top: 50px;
		}
		
		footer nav ul li	{
			float: left;
			margin-right: 3%;
			}
			
			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: 100%;
		padding-top: 2%;
		padding-bottom: 3%;
		}
		
		footer .socialnetwork a.sn	{
			display: block;
			float: left;
			height: 30px;
			margin-left: 1%;
			width: 5%;
			}
			
			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-like	{background-color: transparent; width: 25%; max-width: 130px; float: left; display: inline;}	
				*/

				
				
/* ---------------------------------------------------------
------------------------- KONTAKT --------------------------
----------------------------------------------------------*/
.formular-links,
.impressum-links	{
	width: 260px;
	float: left;
	background-color: #fff;
	-webkit-border-radius: 10px;    
	border-radius: 10px;	
	padding: 10px;	
	}
.formular-rechts,
	.impressum-rechts	{
		width: 60%;
		margin-left: 5%;
		float: left;
		}
	label	{
		width: 70%;
		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;	
		}
/*

.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: 100%;
		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;
	}
				
*/				
}

@media only screen and (max-width: 850px) {
	.formular-rechts,
	.impressum-rechts	{
		width: 50%;
		margin-left: 5%;
		float: left;
		}
		
	input#anrede_herr,
		input#anrede_frau	{
			width: 20px;
			float: left;
			}
			
		label.radiolab	{
			width: 30px;
			font-family: 'Arial', sans-serif;
			font-size: 18px;
			color: #666;
			font-weight: 400;
			float: left;
			margin-bottom: 5px;
			text-shadow: 0px 2px 2px #fff;
			}
			
/*--------------------------------------------------
------------------ PROJEKT RAHMEN ------------------
----------------------------------------------------*/


/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-hoch	{
	float: left;
	height: 250px;
	margin-bottom: 10px;
	width: 100%; 
	max-width: 1000px;
	}
	
	a.projekt-hoch-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 250px;
		margin: 0% 1% 0% 1%;
		width: 48%;
		text-decoration: none;
		background-size: cover;
		}
		
	a.projekt-hoch-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 250px;
		margin: 0% 1% 0% 1%;
		width: 23%;
		text-decoration: none;
		background-size: cover;
		}
		
/*------------- projekte RAHMEN FLACH --------------*/		
	.projekt-rahmen-flach	{
		float: left;
		height: 170px;
		margin-bottom: 10px;
	width: 100%; 
	max-width: 1000px;
		}
	
	a.projekt-flach-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 170px;
		margin: 0% 1% 0% 1%;
		width: 48%;
		text-decoration: none;
		background-size: cover;
		}
		
	a.projekt-flach-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 170px;
		margin: 0% 1% 0% 1%;
		width: 23%;
		text-decoration: none;
		background-size: cover;
		}		

/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-banner	{
	float: left;
	height: 250px;
	margin-bottom: 10px;
	width: 100%; 
	max-width: 1000px;
	}
	
	a.projekt-banner	{
		background-color: #999;
		display: block;
		float: left;
		height: 250px;
		margin: 0% 1% 0% 1%;
		width: 98%;
		text-decoration: none;
		background-size: cover;
		}

}

@media only screen and (max-width: 750px) {
	
	nav.haupt-navi ul li.fox	{
			background: url(pics/fox.png) no-repeat top center;
			margin-right: 3%;
			width: 10%;			
			background-size: auto 85%;
			}
			
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: 0.8em;
				height: 40px;	
				padding-top: 20px;
				padding-left: 15px;
				padding-right: 15px;
				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;
				}
				
					.formular-rechts,
	.impressum-rechts	{
		width: 50%;
		margin-left: 2%;
		float: left;	
		padding-right: 0px;
		margin-right: 0px;
		}
		
	input#anrede_herr,
		input#anrede_frau	{
			width: 20px;
			float: left;
			}
			
		label.radiolab	{
			width: 20px;
			font-family: 'Arial', sans-serif;
			font-size: 18px;
			color: #666;
			font-weight: 400;
			float: left;
			margin-bottom: 5px;
			text-shadow: 0px 2px 2px #fff;
			}
			
			input.button1,
	input.button2	{
		width: 100px;
		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;
		}		
}

@media only screen and (max-width: 650px) {
	
	.formular-rechts,
	.impressum-rechts	{
		width: 45%;
		margin-left: 2%;
		float: left;	
		padding-right: 0px;
		margin-right: 0px;
		}
}

@media only screen and (max-width: 600px) {
	
@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 -------------------------------
----------------------------------------------------------*/

::selection {
        background: #ff6600;
		color: #fff;
        }
::-moz-selection {
        background: #ff6600;
		color: #fff;
}

::-webkit-selection	{
        background: #ff6600;
		color: #fff;
}

/*---------- ALLGEMEIN ------------*/
	
#gesamt	{
	width: 100%;
	}
	
.banner	{
	width: 100%;
	height: 200px;
	position: fixed;
	z-index: -100;
	float: left;
	margin-top: 50px;
	background-size: auto 150px;
	}
	
	.banner-rahmen	{
		height: 150px;
		margin-top: 50px;
		width: 100%;
		float: left;
		}
	
.logo-start	{
	background: rgba(255,255,255,.7);
	height: 200px;
	position: absolute;
	width: 100%;
	display: none;
	}
	
	.logo-start img	{
		margin: 30px 0px 0px 30px;
		}	

/*---------- NAVI ------------*/
.haupt-navi-mobil	{
	width: 100%;
	float: left;
	height: 63px;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	display: block;
	}
	
	.haupt-navi-mobil .mobillogo	{
		width: 22%;
		height: 63px;
		vertical-align: middle;
		float: left;
		}
	.haupt-navi-mobil .mobillogo:before {    /* create a full-height inline block pseudo=element */
		content: ' ';
		display: inline-block;
		vertical-align: middle;  /* vertical alignment of the inline element */
		height: 100%;}
	
		.haupt-navi-mobil .mobillogo img	{width: 100%; max-width: 70px; display: inline-block; vertical-align: middle;}
	
	.haupt-navi-mobil ul.mobilhaupt	{
		width: 250px;
		float: right;
		}
	
	.haupt-navi-mobil ul.mobilhaupt li.mobilbutton	{
		text-align: center;
		width: 50px;
		float: left;
		}
		
		.haupt-navi-mobil ul.mobilhaupt li.mobilbutton a img	{
			width: 50px;
			height: auto;
			}
	
	li.mobilbutton ul.mobilsub-projekte	{
		display: none;
		}
		
			
				
				#mobilsubnavigation	{
					display: block;
					position: absolute;
					width: 100%;
					margin-top: 63px;
					background-color: #fff;
					}
		
				.mobilsub-projekte	{
					width: 100%;
					float: left;
					}
					
					.mobilsub-projekte ul	{
						width: 100%;
						float: left;
						}
						
						ul.mobilsub-projekte li	{
							width: 100%;
							float: left;
							}
							
						ul.mobilsub-projekte li.mobilbuttonsub	{
							background: url(pics/subnavi-pfeilhd.png) no-repeat center right;
							background-size: 38px 26px;
							}
							
								ul.mobilsub-projekte li.suballe	{
									background-color: #ff6600;
									}
							
								ul.mobilsub-projekte li.subweb	{
									background-color: #9abe44;
									}
									
								ul.mobilsub-projekte li.subfoto	{
									background-color: #78c3d1;
									}
									
									ul.mobilsub-projekte li.subsubfoto	{
										background-color: #5aa6b4;
										}
										
										ul.mobilsub-projekte li.subsubfoto a	{
											font-size: 1em;
											border-top: solid 1px #78c3d1;
											}
									
								ul.mobilsub-projekte li.subprint	{
									background-color: #e5567a;
									}
							
							ul.mobilsub-projekte li a	{
								display: block;
								width: 92%;
								float: left;
								font-family: 'Arial', sans-serif;
								font-size: 1.4em;
								color: #fff;
								text-decoration: none;
								padding: 5% 5% 5% 3%;
								}
								
							.mobilsubnavigation a.closebutton	{
								display: block;
								position: fixed;
								z-index: 6000;
								width: 50px;
								height: 63px;
								right: 100px;
								top: 0px;
								}		
		
.haupt-navi	{
	background: #fff; /*fff*/
	float: left;
	height: 50px;
	width: 100%;
	z-index: 100;
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	nav.haupt-navi ul	{
		height: 50px;
		margin: 0 auto;
		width: 100%;
		z-index: 110;
		display: none;
		}
		
		nav.haupt-navi ul li	{
			float: left; 
			height: 50px;
		display: none;
			}
		
		nav.haupt-navi ul li.fox	{
			background: url(pics/fox.png) no-repeat top center;
			margin-right: 440px;
			width: 80px;
		display: none;
			}
			
			nav.haupt-navi ul li.fox a.foxstart	{
				display: block;
				width: 80px;
				height: 60px;
				border: none;
		display: none;
				}
			
		nav.haupt-navi ul li.menu	{			
			text-align: center;
			vertical-align: middle;
		display: none;
			}
			
			nav.haupt-navi ul li.menu a:link,
			nav.haupt-navi ul li.menu a:visited	{
				color: red;
				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;
		display: none;
				}
				
			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;	
				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;
		display: none;
				}
				
/*---------- NAVI 2 (scroll) ------------*/
		
		#haupt-navi2	{
			background: #fff;
			float: left;
			height: 60px;
			width: 100%;
			z-index: 100;
			display: none;
			position: fixed;
			top: 0;
			display: none;
			}
		
		nav#haupt-navi2 ul	{
			height: 60px;
			margin: 0 auto;
			width: 100%;
			z-index: 110;
			display: none;
			}
		
		nav#haupt-navi2 ul li	{
			float: left; 
			height: 60px;
			display: none;
			}
		
		nav#haupt-navi2 ul li.fox	{
			background: url(pics/fox.png) no-repeat top center;
			margin-right: 440px;
			width: 80px;
			display: none;
			}
			
			nav#haupt-navi2 ul li.fox a.foxstart	{
				display: block;
				width: 80px;
				height: 60px;
				border: none;
			display: none;
				}
			
		nav#haupt-navi2 ul li.menu	{			
			text-align: center;
			vertical-align: middle;
			display: none;
			}
			
			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;
			display: none;
				}
				
			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;
			display: none;
				}	
				
/*---------- HAUPT ------------*/	
		
.haupt	{
	width: 97%;
	padding: 0% 1% 0% 1%;
	background: #f4f4f4;
	float: left;
	margin-top: 0px;
	}
	
	.haupt-rahmen	{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 50px;
		float: left;
		}
		
		
	/*.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: 30px;
			font-weight: 400;
			text-align: center;
			width: 100%;
			text-shadow: 0px 2px 2px #fff;	
			float: left;
			}				

/*---------- TOTOP ------------*/
#totop	{
	position: fixed;
	width: 30px;
	padding: 5px 10px;
	bottom: 10%;
	right: 0;
	display: none;
	background-color: #fff;
	-webkit-box-shadow:  2px 2px 2px 3px rgba(0, 0, 0, 0.3);
        
        box-shadow:  2px 2px 2px 3px rgba(0, 0, 0, 0.3);
	}
	
	#totop a	{
		font-size: 24px;
		display: block;
		width: 30px;
		color: #333;
		text-decoration: none;
		}
		
	#totop a:hover	{
		color: #ff6600;
		}
			
			footer .copyright a	{
				font-family: 'Arial', sans-serif;
				font-size: 1em;
				font-weight: 400;
				text-decoration: none;
				color: #999;
				}


/*---------- FOOTER ------------*/
	
footer	{
	width: 100%;
	}	
	
	footer nav	{
		float: left;
		height: 30px;
		width: 100%;
		padding-top: 50px;
		display: none;
		}
		
		footer nav ul li	{
			float: left;
			margin-right: 20px;
			}
			
			footer nav ul li a	{
				color: #999;
				font-family: 'Arial', sans-serif;
				font-size: 1em;
				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: 60px;
		width: 96%;
		padding: 0% 0% 0% 4%;
		margin: 0px;
		margin-top: 0px;
		text-align: center;
		}
		
		footer .socialnetwork a.sn	{
			height: 60px;
			width: 50px;
			background-size: 50px 50px;
			float: left;
			}
			
			footer .fb-ges	{display: none;}
			footer .fb-like	{display: none;}
			
			footer .socialnetwork a.fb	{background: url(pics/facebook-gross.png) no-repeat top center; 
			background-size: 50px 50px;}
			footer .socialnetwork a.gp	{background: url(pics/google-gross.png) no-repeat top center;
			background-size: 50px 50px;}
			footer .socialnetwork a.pi	{background: url(pics/pinterest-gross.png) no-repeat top center;
			background-size: 50px 50px;}
					
	footer .suchtext	{
		color: #999;
		font-family: 'Arial', sans-serif;
		font-size: 1em;
		font-weight: 400;
		padding: 10px 0px 30px 0px;	
		text-align: justify;
		width: 100%;
		float: left;
		display: none;
		}
		
		footer .copyright	{
			color: #999;
			font-family: 'Arial', sans-serif;
			font-size: 0.5em;
			font-weight: 400;
			line-height: 1.5;
			padding: 15px 0px 50px 0px;
			text-align: center;
			width: 100%;
			clear: both;
			}
			
footer .imp-mobil	{display: block; margin-bottom: 25px; width: 90%; margin-left: 5%;}
footer .imp-mobil a	{
				color: #999;
				font-family: 'Arial', sans-serif;
				font-size: 1em;
				font-weight: 400;
				text-decoration: none;}			
		
/* ---------------------------------------------------------
------------------------ PROJEKTE --------------------------
----------------------------------------------------------*/

.projekt-schnellnavi	{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	margin-top: 50px;
	display: none;
	}
	
	.projekt-schnellnavi ul	{list-style-type: none; padding-left: 5px;
	display: none;}
	
	.projekt-schnellnavi ul li	{
		margin-right: 25px;
		float: left;
	display: none;
		}

	.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;
	display: none;
		}
		
	.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;
	display: none;
		}


/*------------- projekte SCHNELLNAVI FOTO --------------*/

.projekt-schnellnavi-foto	{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	margin-top: -25px;
	display: none;
	}
	
	.projekt-schnellnavi-foto-pfeil	{
		width: 1000px;
		height: 20px;
		float: left;
	display: none;
		}
		
	.projekt-schnellnavi-foto ul	{
		padding: 10px;
		background-color: #fff;
		float: left;
	display: none;
		}	
		
	.projekt-schnellnavi-foto ul li	{
		float: left;
		margin: 0px 20px;
	display: none;
		}
		
	.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;
	display: none;
		}
		
		.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;
	display: none;
			}

/*--------------------------------------------------
------------------ PROJEKT RAHMEN ------------------
----------------------------------------------------*/


/*------------- projekte RAHMEN HOCH --------------*/
.projekte-abstand-top	{
	width: 100%;
	height: 60px;
	float: left;
	}
	
.projekt-rahmen-hoch	{
	float: left;
	height: 150px;
	margin-bottom: 1%;
	width: 100%;
	}
	
	
	.projekt-rahmen-hoch a.projekt-hoch-breit,
	.projekt-rahmen-hoch a.projekt-hoch-schmal,
	.projekt-rahmen-flach a.projekt-flach-breit,
	.projekt-rahmen-flach a.projekt-flach-schmal,
	.projekt-rahmen-banner a.projekt-banner,	
	.projekt-rahmen-hoch a.projekt-web-breit	{		
		background-size: 100% auto;
		}
		
	
	.projekt-rahmen-hoch a.projekt-web-schmal	{
		background-size: auto 100%;
		}
	
	a.projekt-hoch-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 150px;
		margin: 0% 0% 0% 1%;
		width: 49%;
		text-decoration: none;
		}
		
	a.projekt-hoch-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 150px;
		margin: 0% 0% 0% 1%;
		width: 24%;
		text-decoration: none;
		}
		
/*------------- projekte RAHMEN FLACH --------------*/		
	.projekt-rahmen-flach	{
		float: left;
		height: 100px;
		margin-bottom: 1%;
		width: 100%;
		}
	
	a.projekt-flach-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 100px;
		margin: 0% 0% 0% 1%;
		width: 49%;
		text-decoration: none;
		}
		
	a.projekt-flach-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 100px;
		margin: 0% 0% 0% 1%;
		width: 24%;
		text-decoration: none;
		}		

/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-banner	{
	float: left;
	height: 150px;
	margin-bottom: 1%;
	width: 100%;
	}
	
	a.projekt-banner	{
		background-color: #999;
		display: block;
		float: left;
		height: 150px;
		margin: 0% 1% 0% 1%;
		width: 98%;
		text-decoration: none;
		}
		
/*------------- PROJEKT H O V E R --------------*/	


/*------------- projekt HOVER HOCH --------------*/		
	a.projekt .projekt-hover-hoch	{
		display: none;
			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;
			display: none;
			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	{
			display: none;
			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;
			display: none;
			}
			
		a.projekt:hover .projekt-hover-hoch p	{
			visibility: visible;
			padding-top: 140px;
			display: none;
			}
		
		a.projekt .projekt-hover-hoch p b,		
		a.projekt:hover .projekt-hover-hoch p b	{
			font-weight: 700;
			color: #fff;
			display: none;
			}	
	
/*------------- projekt HOVER FLACH --------------*/			
		a.projekt .projekt-hover-flach	{
			visibility: hidden;
		display: none;
			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	{
		display: none;
			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	{
		display: none;
			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	{
		display: none;
			visibility: hidden;
			padding-top: 80px;
			}
			
		a.projekt:hover .projekt-hover-flach p	{
		display: none;
			visibility: visible;
			padding-top: 100px;
			}
		
		a.projekt .projekt-hover-flach p b,		
		a.projekt:hover .projekt-hover-flach p b	{
		display: none;
			font-weight: 700;
			color: #fff;
			}

/*------------- projekt HOVER BANNER --------------*/		
	a.projekt .projekt-hover-banner	{
		display: none;
			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	{
		display: none;
			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	{
		display: none;
			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	{
		display: none;
			visibility: hidden;
			padding-top: 120px;
			}
			
		a.projekt:hover .projekt-hover-banner p	{
		display: none;
			visibility: visible;
			padding-top: 140px;
			}
		
		a.projekt .projekt-hover-banner p b,		
		a.projekt:hover .projekt-hover-banner p b	{
		display: none;
			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%;
	float: left;
	margin-top: 60px;
	}
	
	.projekt-detail h1	{
		color: #858585;
		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;	
		margin-left: 3%;
		margin-right: 3%;
		}
	
.projekt-service	{
	width: 100%;
	float: left;
	}
	
	.projekt-service p	{
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 1em;
		color: #333;
		float: left;
		width: 94%;
		padding: 0% 3% 0% 3%;
		text-align: left;
		margin-bottom: 3%;
		}
		
		.projekt-service p b	{
			font-weight: 700;
			display: block;
			width: 100%;
			padding: 0%;
			color: #333;
			float: left;
			}
			
		.projekt-service p a	{
			float: left;
			display: block;
			width: 100%;
			text-align: left;
			padding: 0%;
			margin: 0px;
			text-decoration: none;
			font-family: 'Arial', sans-serif;
			font-weight: 400;
			font-size: 1em;
			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: -3% 0% 3% 3%;
	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%;
		margin-top: 30px;
		float: left;
		text-align: center;
		}
		
		.projekt-bilder img,
		.projekt-foto img,
		.projekt-foto-print img	{
			margin-bottom: 10px;
			width: 98%;
			height: auto;
			}
			
			.projekt-bilder img.erste-foto	{
			float: left;
			margin: 25px 0px 35px 0px;
			}
			
	.projekt-foto	{
		width: 100%;
		float: left;
		text-align: center;
		}
		
		.projekt-foto img	{
			margin-bottom: 10px;
			}
			
	.projekt-foto-print	{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 35px;
		}
			
/* ---------------------------------------------------------
------------------------- ÜBER -----------------------------
----------------------------------------------------------*/			
		
	.ueber-einleitung	{
		width: 100%;
		margin-bottom: 25px;
		padding: 0px;
		float: left;
		}	
			
	.ueber-einleitung h1	{		
			color: #606060;
			font-family: 'Arial', sans-serif;
			font-size: 2.5em;
			font-weight: 700;	
			text-shadow: 0px 2px 2px #fff;	
			width: 94%;
			padding: 0% 3% 0% 3%;
			float: left;
			margin-top: 10px;
			margin-bottom: -15px;	
			/*color: #606060;
			font-family: 'Arial', sans-serif;
			font-size: 3em;
			font-weight: 700;	
			text-shadow: 0px 2px 2px #fff;	
			width: 94%;
			padding: 0% 3% 0% 3%;
			float: left;
			margin-top: 10px;
			margin-bottom: -15px;	*/	
		}
				
		.ueber-einleitung h1.lang	{	
			margin-bottom: 15px;
		}
		
	.ueber-einleitung p	{
		float: left;
		width: 90%;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 1.2em;
		color: #999;
		padding: 0% 5% 0% 5%;
		line-height: 1.1;
		}		
		
	.ueber-themen h1,
	.ueber-thema h1	{
		color: #666;
		font-family: 'Arial', sans-serif;
		font-size: 1.6em;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 15px;	
		margin-top: 30px;	
		line-height: 1;
		width: 60%;
		float: left;
		}
		
	.ueber-thema	{
		width: 98%;
		min-height: 250px;
		max-width: 600px;
		min-width: 150px;
		padding-left: 1%;
		padding-right: 1%;
		float: left;
		}
		
	.ueber-thema a	{
		border: none;
		text-align: center;
		width: 40%;
		float: left;
		}
		
		.ueber-thema a img	{
			border: none;
			width: 130px;
			float: left;
			}
		
	.ueber-thema p	{
		float: left;
		width: 94%;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 1.2em;
		color: #999;
		line-height: 1.2;
		text-shadow: none;
		margin-bottom: 50px;
		padding: 3% 3% 0% 3%;
		text-align: justify;
		}
		
		.ueber-print p {
			margin-bottom: 0px;
			}
		
		
		
		
.start-einleitung	{
		width: 90%;
		margin-bottom: 55px;
		float: left;
		}	
			
	/*.start-einleitung h1	{
		color: #606060;
		letter-spacing: -4px;
		font-family: 'Arial', sans-serif;
		font-size: 1em;
		font-weight: 700;
		text-align: left;	
		text-shadow: 0px 2px 2px #fff;	
		margin-bottom: 30px;	
		margin-top: 10px;	
		line-height: 1.1;
		}*/
		
		.start-einleitung h1.start-headline	{
			color: #606060;
			font-family: 'Arial', sans-serif;
			font-size: 2.5em;
			font-weight: 700;	
			text-shadow: 0px 2px 2px #fff;	
			width: 94%;
			padding: 0% 3% 0% 3%;
			float: left;
			margin-top: 10px;
			margin-bottom: -15px;
		/*	margin-bottom: 30px;	
			margin-top: 10px;	
			line-height: 1.1;*/
			}
		
	.start-einleitung p	{
		float: left;
		width: 100%;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 1.5em;
		color: #333;
		line-height: 1.8;
		}
		
	.start-themen h1	{
		color: #666;
		font-family: 'Arial', sans-serif;
		font-size: 3em;
		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: 100%;
		text-align: left;
		font-family: 'Arial', sans-serif;
		font-weight: 400;
		font-size: 1.5em;
		color: #333;
		line-height: 1.8;
		}
		

/* ---------------------------------------------------------
------------------------- KONTAKT --------------------------
----------------------------------------------------------*/

.formular-rahmen,
.impressum-rahmen	{
	width: 100%;
	float: left;
	}
	
	.formular-links,
	.impressum-links	{
		width: 90%;
		float: left;
		max-width: 600px;
		background-color: #fff;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;	
		padding: 5%;
		}
		
		.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: 1.5em;
				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: 1.0em;
					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: 10px;
				font-size: 1.5em;
				margin-bottom: 30px;
				text-decoration: none;			
				}
				
				.formular-links img	{
					margin-top: 0px;
					height: 20px;
					}
					
				.formular-links a.basti,
				.formular-links a.denis	{
					display: none;
					}
			
			.formular-links a .foto	{
				width: 240px;
				height: 250px;
				background: red;
				border: none;
				margin-bottom: -20px;
				display: none;
				}
				
				.formular-links a .foto-basti	{
					background: url(pics/black-fox-design-sebastian-perschke.png) no-repeat 11px 0px;
					display: none;
					}
					
				.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;
					display: none;
					}
					
				.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: 1.5em;
				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: 1.5em;
					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: 0%;
		margin-left: 0px;
		float: left;
		display: none;
		}
		
	.impressum-rechts	{display: block;}
		
	table	{
		width: 100%;
		float: left;
		}
		
	label	{
		width: 100%;
		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.5em;
		color: #333;
		font-weight: 400;
		float: left;
		border: none;
		padding: 5%;
		-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: 500px;
		font-family: 'Arial', sans-serif;
		font-size: 18px;
		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: 500px;
		float: left;
		padding: 20px;
		background-color: #800000;
		color: #fff;
		text-shadow: none;	
		font-family: 'Arial', sans-serif;
		font-size: 30px;
		font-weight: 400;
		-webkit-border-radius: 10px;    
    	border-radius: 10px;
		margin-bottom: 30px;
		}
		
	.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: 1.5em;
	font-weight: 400;
	text-align: left;	
	text-shadow: 0px 2px 2px #fff;	
	margin-bottom: 20px;
	}
	
.impressum-rechts p	{
	width: 90%;
	color: #999;
	font-family: 'Arial', sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	text-align: left;		
	margin-bottom: 20px;
	line-height: 1.5;
	text-shadow: none;
	margin-left: 5%;
	}
}

@media only screen and (max-width: 470px) {
/*--------------------------------------------------
------------------ PROJEKT RAHMEN ------------------
----------------------------------------------------*/


/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-hoch	{
	float: left;
	height: 120px;
	margin-bottom: 5px;
	width: 100%; 
	max-width: 1000px;
	}
	
	a.projekt-hoch-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 120px;
		margin: 0% 1% 0% 1%;
		width: 48%;
		text-decoration: none;
		}
		
	a.projekt-hoch-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 120px;
		margin: 0% 1% 0% 1%;
		width: 23%;
		text-decoration: none;
		}
		
/*------------- projekte RAHMEN FLACH --------------*/		
	.projekt-rahmen-flach	{
		float: left;
		height: 70px;
		margin-bottom: 5px;
	width: 100%; 
	max-width: 1000px;
		}
	
	a.projekt-flach-breit	{
		background-color: #999;
		display: block;
		float: left;
		height: 70px;
		margin: 0% 1% 0% 1%;
		width: 48%;
		text-decoration: none;
		}
		
	a.projekt-flach-schmal	{
		background-color: #CCC;
		display: block;
		float: left;
		height: 70px;
		margin: 0% 1% 0% 1%;
		width: 23%;
		text-decoration: none;
		}		

/*------------- projekte RAHMEN HOCH --------------*/
.projekt-rahmen-banner	{
	float: left;
	height: 120px;
	margin-bottom: 5px;
	width: 100%; 
	max-width: 1000px;
	}
	
	a.projekt-banner	{
		background-color: #999;
		display: block;
		float: left;
		height: 120px;
		margin: 0% 1% 0% 1%;
		width: 98%;
		text-decoration: none;
		}
		
	.projekt-rahmen-hoch a.projekt-hoch-breit,
	.projekt-rahmen-hoch a.projekt-hoch-schmal,
	.projekt-rahmen-flach a.projekt-flach-breit,
	.projekt-rahmen-flach a.projekt-flach-schmal,
	.projekt-rahmen-banner a.projekt-banner,	
	.projekt-rahmen-hoch a.projekt-web-breit	{		
		background-size: cover;
		}
}

@media only screen and (max-width: 350px) {
.haupt-navi-mobil .mobillogo	{
		width: 12%;
		height: 63px;
		vertical-align: middle;
		float: left;
		}
		
		.haupt-navi-mobil .mobillogo:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;}
		
		.haupt-navi-mobil .mobillogo img	{width: 100%; max-width: 70px; display: inline-block; vertical-align: middle;}
}
