@CHARSET "UTF-8";

.produktfinder_schritte_oder_ergebnis {
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	margin: 10px auto;
}

#produktfinder_schritt,
#produktfinder_ergebnis
{
	display:none;
}
#produktfinder_schritt
{
	display:block;
}



.produktfinder_seite_1_ueberschrift,
.produktfinder_seite_2_ueberschrift,
.produktfinder_seite_3_ueberschrift
{
	font-size: 16px;
	line-height:24px;
	margin: 10px auto 15px;	
}
.produktfinder_frage_head
{
	margin-bottom: 5px;
}
.produktfinder_frage_body
{
	padding-left: 10px;
	margin-bottom: 10px;
}
.produktfinder_frage_body > span > span
{
	margin-left: 10px;
}
.produktfinder_frage_body input,
.produktfinder_frage_body label
{
	display: inline-block;
	margin-right: 12px;
}

.produktfinder_frage_body input
{
	
}
.produktfinder_frage_body label
{
	/*margin-left: 10px;*/
}


#pf_weiter_1,
#pf_weiter_2
{
	width:200px;
	font-size:16px;
	line-height:20px;
	padding-bottom: 6px;
	/*
	float:left; 
	margin-left:10px;margin-right:5px;
	*/	

	color: #f0f0f0;

	/* orange */
	/* http://www.colorzilla.com/gradient-editor/#f3a618+0,ea6f0e+100;Custom */
	background: #f3a618;
	background: -moz-linear-gradient(top, #f3a618 0%, #ea6f0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3a618), color-stop(100%,#ea6f0e));
	background: -webkit-linear-gradient(top, #f3a618 0%,#ea6f0e 100%);
	background: -o-linear-gradient(top, #f3a618 0%,#ea6f0e 100%);
	background: -ms-linear-gradient(top, #f3a618 0%,#ea6f0e 100%);
	background: linear-gradient(to bottom, #f3a618 0%,#ea6f0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a618', endColorstr='#ea6f0e',GradientType=0 );


	/* orange 20150512 */
	/* color: #001489; */
	/* http://www.colorzilla.com/gradient-editor/#f3a618+0,ea6f0e+100;Custom */
	background: #f3a618;
	background: -moz-linear-gradient(top, #f3a618 0%, #ea6f0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3a618), color-stop(100%,#ea6f0e));
	background: -webkit-linear-gradient(top, #f3a618 0%,#ea6f0e 100%);
	background: -o-linear-gradient(top, #f3a618 0%,#ea6f0e 100%);
	background: -ms-linear-gradient(top, #f3a618 0%,#ea6f0e 100%);
	background: linear-gradient(to bottom, #f3a618 0%,#ea6f0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a618', endColorstr='#ea6f0e',GradientType=0 );
}


#pf_weiter_1:hover,
#pf_weiter_2:hover
{
	/* orange */
	/* http://www.colorzilla.com/gradient-editor/#eda218+0,e86117+100;Custom */
	background: #eda218;
	background: -moz-linear-gradient(top, #eda218 0%, #e86117 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eda218), color-stop(100%,#e86117));
	background: -webkit-linear-gradient(top, #eda218 0%,#e86117 100%);
	background: -o-linear-gradient(top, #eda218 0%,#e86117 100%);
	background: -ms-linear-gradient(top, #eda218 0%,#e86117 100%);
	background: linear-gradient(to bottom, #eda218 0%,#e86117 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda218', endColorstr='#e86117',GradientType=0 );

		/* orange 20150512 */
		/* http://www.colorzilla.com/gradient-editor/#eda218+0,e86117+100;Custom */
	background: #eda218;
	background: -moz-linear-gradient(top, #eda218 0%, #e86117 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eda218), color-stop(100%,#e86117));
	background: -webkit-linear-gradient(top, #eda218 0%,#e86117 100%);
	background: -o-linear-gradient(top, #eda218 0%,#e86117 100%);
	background: -ms-linear-gradient(top, #eda218 0%,#e86117 100%);
	background: linear-gradient(to bottom, #eda218 0%,#e86117 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda218', endColorstr='#e86117',GradientType=0 );
}

.produktfinder_frage_1_antwort, 
.produktfinder_frage_2_antwort
{
	display:block;
	font-size: 20px;
	line-height: 24px;
	margin: 10px auto;
	margin-top:30px;
}

.produktfinder_produkte_info {
	display: inline-block;
	margin-left: 20px;
	margin-top: 15px;
}
.produktfinder_produkte_info > div {
	display: none;
}
.produktfinder_produkte_info > #produkfinder_produkt_MacKonto 
{
	display: block;
}

.produktinfo_produkt_preis {
	display:block;
	margin-top:20px;
}