
/*\\\\\\\\\\\\\\\\\\\\ ALLGEMEINE FORMATIERUNG ////////////////////*/

h1{
	color: #808080;
	font-size: 32px;
	line-height: 39px;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight:normal;
	padding:0;
	margin:0 0 5px 0;
	}

h2{
	color: #808080;
	font-size: 32px;
	line-height: 39px;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-weight:normal;
	padding:0;
	margin:0 0 5px 0;
	}
h3{
	font-weight:normal;
	color: #808080;
	font-size: 18px;
	font-weight:bold;
	line-height: 150%;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	margin:0 0 0px 0;
	}
ul, ol{
	padding-left:20px;
	}
#content ul{ overflow:auto; padding-left:20px;}

a:link, a:active, a:visited, a:hover{
	color:#494949;
	text-decoration:none;
	}


a.button:hover{
	background:#fb06ed;
	}
/*\\\\\\\\\\\\\\ GHOST BUTTON ////////////*/	
.konfigurator .ghost-button {
    padding:35px 35px 32px 35px;
     background-color:transparent;
		border: 1px solid #fb06ed;
		outline:none;
		color:#ffffff;
	font-size:28px;
    font-weight: bold;
    text-decoration:none;
	margin-top:20px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display:inline-block;
}
.ghost-button {
       padding:13px 30px 13px 30px;
    background-color:transparent;
    border: 1px solid #fb06ed;
    outline:none;
	font-size:18px;
    color:#fb06ed;
    font-weight: bold;
    text-decoration:none;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display:inline-block;
	width:auto;
}
a:link.ghost-button, a:hover.ghost-button, a:visited.ghost-button, a:active.ghost-button{
	color:#fb06ed;
	} 
@media screen and (max-width:1000px){ 
	img{ width:100%;}
}




/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ FORMULARE ////////////////////////*/

/*\\\\\\\\\\\\\\\\\\\\\ FORMULAR /////////////////////*/	
form{
	width:100%;
	}

input{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	}

input, textarea, select, .radiogroup{  /*Einstellungen Inputfelder !!! BOX SIZING !!!*/
	width:55%;
	display:block;
	padding:6px;
	border: none;
	margin-top: 4px;
	outline:0;
	vertical-align:top;
	}
input.radio{
	width:10%;
	margin-top:6px;
	}
textarea{
	width:53%;
	}
input:focus{
		border: none;		
	}
label{
	display:block;
	width:100%;
	cursor:pointer;
	}
label.checkbox{
	width:90%;
	}

/* Buttons WP */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	border-bottom: none;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
	height:40px;
	display:inline-block;
	padding:4px;
	color:#494949;
	background:#fb06ed;
	border:none;
	margin:auto;
	margin-top:5%;
	font-size:inherit;
	outline:0;
}

	
	
input.checkbox{
	background:#fff;
	width:20px;
	margin-top:16px;
	}
fieldset{border:none;}
.radiogroup{
	border:none;
	margin-top:7px;
}

#kontaktformular label.error{ /*text von feldern bei falscheingabe*/
	color:red;
	font-size:12px;
	width:95%;
	margin:0;
	text-align:right;
	}
#kontaktformular input.error,#kontaktformular textarea.error{ /*farbe von feldern bei falscheingabe*/
	background-color:#faaaaa; 
	color:#494949;
	}
 /*schriftfarbe von placeholdern bei falscheingabe*/
input.error::-webkit-input-placeholder {color: #494949;} textarea.error::-webkit-input-placeholder {color: #494949;}
input.error:-moz-placeholder {color: #494949;} textarea.error:-moz-placeholder {color: #494949;}
input.error::-moz-placeholder {color: #494949;} textarea.error::-moz-placeholder {color: #494949;}
input.error:-ms-input-placeholder {color: #494949;} textarea.error:-ms-input-placeholder {color: #494949;}

@media screen and (max-width:1000px){	
	}
@media screen and (max-width:640px){
	
	/*\\\\\\\\\\\\\\\\\\\\\ FORMULAR /////////////////////*/
	label, label.checkbox{
		width:auto;
		display: block;
		}
	label.checkbox{ display:inline-block;}
	input.checkbox, input.radio{width:20px;}
	input, .submitbutton input, textarea,  select{
		width:100%;
		}
	textarea{
		width:98%;
		}
	form{
	width:100%;
	}
	}











