/* ----------------- Hauptformat --------------------------------------------------------------|
###############################################################################################
##################### Mellmann Formulare ######################################################
###############################################################################################
----------------------------------------------------------------------------------------------*/								


*,ul,li,p{ 
		margin: 0; 
		padding: 0;
		font-weight: normal;
}

html{ 
		margin: 0; 
		padding: 0; 
		height: 100%;
		min-height: 100%; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: 300;
		line-height: 140%;
}

body { 
		margin: 0; 
		font-size: 100%;
		color: rgba(70,70,70);
		height: 100%;
		cursor: default;
}

.logo{
		padding: 10px 2% 10px 2%;
		float:right;
		width: 140px;
}


#inhalt{
	width: 100%;
	max-width: 1150px;
	margin: auto;
}


.formbox{
	position:relative;
		font-family:Arial, Helvetica, sans-serif;
		clear:both;
		margin: auto;
		width: 560px;
		background-color: #fafafa;
		border: 1px solid #eee; 
		border-right: 1px solid #ddd; 
		border-bottom: 1px solid #ddd; 
		font-size: 80%;
		padding: 2%;
		margin-bottom: 20px;
}

.formbox form{
		padding: 15px;
}


.white{
		background-color: #fff!important;
		border: 1px solid #fff!important; 
}








#anfrage{
		clear:both;
		background-color: #ddd;
		background-image:url('../bilder/seite/anfrage-bg.jpg');
		background-size: cover;
		background-repeat:no-repeat;
		background-position: 0 0;
}

#anfrage .innen{
		clear:both;
		margin: auto;
		max-width: 1100px;
		width: 90%;
		padding: 285px 5%;
		line-height: 170%;
}


#anfrage .innen p{
		width: 35%;
		margin-left: 52%;
}



#anfrage h1{
		width: 35%;
		margin-bottom: 5px;
		margin-left: 52%;
}















/* ----------------- Formulare --------------------------------------------------------------|
###############################################################################################
##################### SUCHE ###################################################################
###############################################################################################
----------------------------------------------------------------------------------------------*/								


#suchfeld {
		position: relative;
		border-radius: 4px;
		width: 96%;
		border: 1px solid #ddd;
		padding: 10px 2%;
		margin-right: 25px;
		background-color: #fff;
		box-shadow: inset 0px 1px 4px #eee;
}

input.inn {
		width: 100%;
		background-color: transparent;
		border: 1px solid transparent;
		padding: 4px 7px;
		margin-right: 3px;
		outline: none;
		font-size: 100%;
}

input.submitsuche {
		background-color: #3b8191;
		border: 1px solid #3b8191;
		border-left: 1px solid #3b8191;
		border-radius: 0px 4px 4px 0px;
		padding: 15px 17px 15px 17px;
		line-height: 120%;
		color: #fff;
		font-size: 100%;
		position: absolute;
		right: 0px;
		top: -1px;
		display: inline-block;
}










.seokleinsubmit {
		padding: 6px 17px 6px 17px!important;
		font-size: 90%!important;
		background-color: #3b8191;
		border: 1px solid #3b8191;
		border-radius: 2px;
		line-height: 120%;
		color: #fff;
		display: inline-block;
		font-weight:bold;
		float:right;

}



input.seoorder {
		display:inline-block;
		border: 1px solid #d9d9d9;
		border-radius: 1px;
		border-top: 1px solid #c0c0c0;
		padding: 7px 2%;
		width: 45%;
		font-size: 100%;
		margin-bottom: 4px;
}

textarea.seoorderarea {
		font-family:Arial, sans-serif;
		display:block;
		border: 1px solid #d9d9d9;
		border-radius: 1px;
		border-top: 1px solid #c0c0c0;
		padding: 7px 2%;
		width: 96%!important;
		font-size: 100%;
		margin-bottom: 4px;
		height: 170px;
}


.seolang {
		display:block!important;
		width: 96%!important;
}


.seoselect {
		background-color: #f5f5f5; /* Fallback */
		background:url('../bilder/dropdown.png') no-repeat 96% 50%; /* Fallback */
		
		background: url('../bilder/dropdown.png') no-repeat scroll 96% 50%, -webkit-linear-gradient(top left, white 0%, #f5f5f5 100%);
		background: url('../bilder/dropdown.png') no-repeat scroll 96% 50%, -moz-linear-gradient(right bottom, white 0%, #f5f5f5 100%);
		background: url('../bilder/dropdown.png') no-repeat scroll 96% 50%, -o-linear-gradient(white 0%, #f5f5f5 100%);
		background: url('../bilder/dropdown.png') no-repeat scroll 96% 50%, linear-gradient(white 0%, #f5f5f5 100%);
		width: 85%!important;
}



.selectboxseoselect {
		border: 1px solid rgba(0,0,0,.2);
		display: none;
		z-index: 999;
		position: absolute;
		max-width: 404px;
		background-color: #fff;
		display: none;
		margin-top: -32px;
		box-shadow: 0 2px 4px rgba(0,0,0,0.2);
		margin-left: 0;
		border-radius: 2px;
		padding: 6px 0;
		width: 100%;
}



a, a:visited  {
		color: #3b8191;
		text-decoration: underline;
		font-family:Arial, sans-serif;
		font-weight:normal;
}

a:hover, a:active 		{
		text-decoration: none; 
		color: #3b8191; 
}




a.subnavilink, a.subnavilink:visited  {
		display: inline-block;
		padding: 1px 30px 1px 19px!important;
		color: #343B41;
		text-decoration: none;
		font-size: 95%;
		font-family:Arial, sans-serif;
		letter-spacing: 0;
		font-weight:normal;
		transition: all 0.2s ease;
}

a.subnavilink:hover, a.subnavilink:active 		{
		text-decoration: none; 
		background-color: #f5f5f5;
		color: #343B41; 
}






/* ----------------- Ihnhalte --------------------------------------------------------------|
###############################################################################################
##################### ANFRAGE #################################################################
###############################################################################################
----------------------------------------------------------------------------------------------*/								


#projektanfrage{
		clear:both;
		background-color: #fff;
		border-bottom: 1px solid #eee;
}

#projektanfrage .innen{
		clear:both;
		margin: auto;
		max-width: 860px;
		width: 90%;
		padding: 85px 5%;
		line-height: 150%;
}


#projektanfrage .innen p{
		margin-bottom: 20px;
}


#projektanfrage .innen .links{
		clear:both;
		float:left;
		width: 45%;
		margin-right: 10%;
}


#projektanfrage .innen .rechts{
		float:left;
		width: 45%;
}


#projektanfrage .formname{
		display:block;
		font-weight: bold;
		margin-bottom: 7px;
}



#projektanfrage input.kontaktform {
		width: 96%;
		background-color: transparent;
		border: 1px solid #ddd;
		padding: 10px 2%;
		margin-right: 3px;
		outline: none;
		font-size: 140%;
		border-radius: 4px;
		box-shadow: inset 0px 1px 4px #eee;
		font-size: 90%;
}

#projektanfrage select.kontaktform {
		width: 96%;
		background-color: transparent;
		border: 1px solid #ddd;
		padding: 10px 2%;
		margin-right: 3px;
		outline: none;
		font-size: 140%;
		border-radius: 4px;
		font-size: 90%;
}


#projektanfrage textarea {
		width: 96%;
		background-color: transparent;
		border: 1px solid #ddd;
		padding: 10px 2%;
		margin-right: 3px;
		outline: none;
		font-size: 140%;
		border-radius: 4px;
		box-shadow: inset 0px 1px 4px #eee;
		font-size: 90%;
		height: 250px;
}


#projektanfrage .submit {
		background-color: #3b8191;
		border: 1px solid #3b8191;
		border-radius: 4px;
		padding: 15px 17px 15px 17px;
		line-height: 120%;
		color: #fff;
		font-size: 100%;
		display: inline-block;
}

#projektanfrage .error {
		border: 1px solid #C33 !important;
}










.rechts{
		float:right;
		margin-left: 15px;
}



/* +---------------------------------------------------------------------+
   |                			�berschriften		                     |
   +---------------------------------------------------------------------+ */



h1{
font-weight: 100;
margin:0px;
margin-bottom:5px;
color:#222;
line-height: 120%;
font-size: 210%;
}

h2{
		font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
		font-weight: 300;
padding: 0;
margin: 0;
margin-bottom: 3px;
font-size: 130%;
color: #444;
}

h3{
padding: 0;
margin: 0;
padding-bottom: 5px;
margin-bottom: 5px;
font-size: 130%;
color: #222;
font-weight: 700;
}






/* +---------------------------------------------------------------------+
   |                Sonstiges: Listen, Abs�tzer,etc.                     |
   +---------------------------------------------------------------------+ */


img{
	border:0;
}

span.rechtsgrau  {
	position: absolute;
		right: 5%;
		top: 5px;
		color: #aaa;
}


span.hilfe  {
		cursor: help;
		text-decoration:underline;
}

span.produktpreis  {
		display:block;
		margin:0px;
		margin-bottom:2px;
		font-size: 190%;
		font-weight:bold;
		line-height: 160%;
}


span.headline  {
		display:block;
		margin:0px;
		margin-bottom:2px;
		font-size: 140%;
		font-weight:bold;
		line-height: 160%;
}

p{margin: 0px; padding: 0px;}

label{cursor:pointer;}

ul{margin: 0px; padding: 0px; list-style-type:none;}

li{margin: 0px; padding: 0px;}

ul.list{
	list-style-image:url('../bilder/dropdownpfeil.gif');
}

ul.stil{
	list-style-image:url('../bilder/list.gif');
	list-style-position:outside;
}


.border
{
		height: 1px;			
		border-bottom: 1px solid #E9EFF5;
		margin: 15px 0;
}







































/* +---------------------------------------------------------------------+
   |                        CSS QUERIES SMARTPHONE                       |
   +---------------------------------------------------------------------+ */


@media screen and (max-width: 860px){

body{
		height: 100%;
		min-height: 100%; 
}




input.seoorder {
		padding: 7px 2%;
		width: 96%!important;
}








/* ----------------- Ihnhalte --------------------------------------------------------------|
###############################################################################################
##################### PROJEKTANFRAGE ##########################################################
###############################################################################################
----------------------------------------------------------------------------------------------*/								


#projektanfrage .innen .links{
		clear:both;
		float:none;
		width: 100%;
		margin-right: 0%;
}


#projektanfrage .innen .rechts{
		float:none;
		width: 100%;
}


.formbox{
	width: 90%;
}

}