/* Eingabe */

#content_main .tfm_products_question input[type=text], 
#content_main .tfm_products_question textarea {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #e4e4e4;
	}

.tfm_products_question *::-webkit-input-placeholder { color: #999999; opacity: 1; }
.tfm_products_question *:-moz-placeholder { color: #999999; opacity: 1; }
.tfm_products_question *::-moz-placeholder { color: #999999; opacity: 1; }
.tfm_products_question *:-ms-input-placeholder { color: #999999; opacity: 1; }	


.tfm_products_question_captcha {
	padding: 8px;
	margin: 0 0 10px 0;
	text-align: center;
	border: dashed 1px #e4e4e4;
	}
	
#content_main .tfm_products_question input[type=submit] {
	width: 150px;
	margin: 0 0 10px 0;
	padding: 6px;
	background: #ff8000;
	background: linear-gradient(#ff8000, #fe5b00);
	box-sizing: border-box;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	border: none;
	float: right;
	cursor: pointer;
	} 

.info_error	{
	color: red;
}
		

/* Ausgabe */

.tfm_products_answer h2 {
	border: none;
	margin: 10px 0 0 0;
	}
	
div.product .tfm_products_answer h2 {
	background: #f5f5f5;
	padding: 5px;
	font-size: 14px;
	border: 0;
	margin: 20px 0 10px 0;
	color: #4c4c4c;
	font-weight: normal;
	}	
	

.tfm_products_answer .answer {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
	padding: 10px 0;
	border-top: solid 1px #cecece;		
	}
	
.tfm_products_answer .answer .image,
.tfm_products_answer .answer .text {
	height: auto;
	box-sizing: border-box;
	padding: 8px 0 8px 8px;
	}

.tfm_products_answer .answer .image {
	text-align: left;
}

.tfm_products_answer .answer .image img {
	width: 90%;
	height: auto;
}	
	
.tfm_products_answer .answer .image { width: 15% }
.tfm_products_answer .answer .text { width: 85% }

.tfm_products_answer h3,
div.product .tfm_products_answer h3 {
	border: none;
	margin: 0;
	background: none;
	}
	
.tfm_products_answer h3 a {
	font-size: 16px;
	padding: 8px;
	display: block;
	}

.tfm_products_answer h3 a:hover {
	text-decoration: none;
	}	
	
.tfm_products_answer .answer strong {
	display: block;
	color: #717171;
	padding: 0 0 3px 0;
	}	
	
.tfm_products_answer .answer .question_question {
	padding: 8px;
	margin: 0;
	border-top: solid 1px #dddddd;	
	}	
	
.tfm_products_answer .answer .question_answer {
	padding: 6px 10px 14px 10px;
	padding: 8px;
	margin: 0;
	background: #fafafa;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	}
	
.tfm_products_answer .answer .question_answer  a {
	color: #ff5700 !important;
	}
	
.positioning:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
	}			

#product #productsquestion h4 {
	background: #fafafa;
	padding: 15px;
}

#product #productsquestion .tfm_products_answer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#product #productsquestion .tfm_products_answer h4 {
	width: 100%;
}

#product #productsquestion .tfm_products_answer .answer {
	border: solid 1px #dddddd;
	width: 49%;
	padding: 10px;
	margin-bottom: 20px;
}

@media (max-width: 800px) {
    #product #productsquestion .tfm_products_answer .answer  {
		width: 100%;
    }
}

#product .tfm_products_answer .answer .text { 
	width: 100%; 
	box-sizing: border-box;
	padding: 0;
}

#product .tfm_products_answer .answer .question_question {
	border-top: 0;
	padding-top: 0;
	
}

#product .tfm_products_answer .answer .question_answer {
	border-bottom: 0;
	border-top: dashed 1px #dddddd;
}




/*


.tfm_products_question_separator {
	background-color: #ccc;
	height: 1px;
	border: 0px;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tfm_products_question_input {
	width: 345px;
}

textarea.tfm_products_question_input {
	width: 450px;
}

input[type=submit].tfm_products_question_input {
	margin-left: 10px;
	width: 70px;
}

input[name=captcha].tfm_products_question_input {
	width: 100px;
}

.tfm_products_question_messages {
	color: green;
}

.tfm_products_question_errors {
	color: red;
}

.tfm_products_question_messages, .tfm_products_question_errors {
	margin: 20px;
}

.tfm_products_question_required {
	color: red;
	font-size: 18px;
	margin-left: 3px;
	margin-right: 3px;
}
*/