@charset "utf-8";
/* CSS Document */

#produkttext {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: rgba(255,255,255,0.9);
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 1%;
	margin-bottom: 0%;
	text-align: left;
	font-size: 15px;
	font-weight: 100;
	line-height: 18px;
}
#produkttext_infoanfrage {
	display: block;
	clear: none;
	float: right;
	background: rgba(255,255,255,0.5);	
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	padding-right: 3%;
	text-align: left;
	color: #333;
	font-weight: 200;
}
#produkttitel {
	padding: 15px;
	padding-left: 2%;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
#produkttext h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 30px;
}
#produkttext ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#produkt-slideshow {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	color: #000;
	background: rgba(255,255,255,0.9);
	border: 0px solid #CCC;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 5px;
	padding: 1%;
}
#shop_rot {
	clear: none;
	float: right;
	width: 100%;
	display: block;
	color: #FFF;
	background: rgba(237,28,36,0.9);
	border: 0px solid #000;
	text-align: left;
	font-weight: normal;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.5), /*bottom internal shadow*/
	inset 0 3px 3px rgba(255,255,255,1); /*top internal highlight*/
}
#shop_rot:hover{
	background: #0dad4a;
}
/* Start Form */
form header {
  position: inherit;
  box-shadow: none;
  background-color:transparent;
}
form header div {
  font-size: 13px;
  line-height: 14px;
  color: #999;
}
form header h2 {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
    font-size: 24px;
}
form > #firma p, #branche p, #milchkuehe p, #vorname p, #nachname p, #adresse p, #plz p, #ort p, #land p, #telefon p, #fax p, #email p, #bemerkungen p{
	margin-bottom: 0px;
}
form > div {
  width: 100%;
  float: both;
  overflow: hidden;
  padding: 0px;
  margin: 0 0 5px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 10px 0;
}
form > div > label,
legend {
  width: 100%;
  float: none;
  padding-right: 0px;
}
form > div > div,
form > div > fieldset > div {
  width: 100%;
  float: none;
}
form > div > fieldset label {
  font-size: 100%;
}
fieldset {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 95%;
  margin-bottom: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
form footer {
  margin: 0 0 20px 0; 
}
form footer div {
  padding-top: 5px;
  font-size: 90%;
  color: #999;
}
/* end Form */

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#produkttext {
	clear: both;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #000;
	text-align: left;
}
#produkt-slideshow {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	color: #000;
	background: rgba(255,255,255,0.9);
	border: 0px solid #CCC;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 1%;
	padding: 1%;
}
#shop_rot {
	clear: none;
	float: right;
	width: 100%;
	display: block;
}
/* Start Form */
form header {
  margin: 0 0 0 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 10px 0 10px 0;
}
form > div {
  width: 100%;
  float: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
  width: 100%;
  float: none;
  padding-right: 0px;
}
form > div > div,
form > div > fieldset > div {
  width: 50%;
  float: left;
}
form > div > fieldset label {
  font-size: 100%;
}
fieldset {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
textarea {
  width: 95%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number] {
  width: 95%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
form > #firma {
  width: 95%;
  float: none;
  margin-bottom: 0;
}
form > #branche {
  width: 95%;
  float: none;
  margin-bottom: 0;
}
form > #milchkuehe {
  width: 95%;
  float: none;
  margin-bottom: 0;
}
form > #milchkuehe > fieldset > #anzahl{
  width: 15%;
  float: left;
  margin-bottom: 15px;
}
form > #select {
  width: auto;
  float: none;
  margin-bottom: 0;
}
form > #vorname {
  width: 35%;
  float: left;
  margin-bottom: 0;
}
form > #nachname {
  width: 57.5%;
  float: none;
  margin-bottom: 0;
}
form > #adresse {
  width: 95%;
  float: none;
  margin-bottom: 0;
}
form > #plz {
  width: 20%;
  float: left;
  margin-bottom: 0;
}
form > #ort {
  width: 73.4%;
  float: none;
  margin-bottom: 0;
}
form > #land {
  width: 57%;
  float: none;
  margin-bottom: 0;
}
form > #telefon {
  width: 30%;
  float: left;
}
form > #fax {
  width: 30%;
  float: left;
}
form > #email {
  width: 30%;
  float: none;
}
form > #prospektmaterial {
  width: 90%;
  float: both;
}
form > #prospektmaterial > fieldset > #prospektliste {
  width: 220px;
  float: left;
  padding: 0px;
}
form > #musteranfrage {
  width: 90%;
  float: both;
}
form > #musteranfrage > fieldset > #musterliste {
  width: 100%;
  float: none;
  padding: 0px;
}
form > #bemerkungen {
  width: 95%;
  float: none;
}
form footer {
  margin: 0 0 20px 0; 
}
form footer div {
  padding-top: 5px;
  font-size: 90%;
  color: #999;
}
/* End Form */
}

@media only screen and (min-width: 769px) {
/* Start Form */
#produkttext_infoanfrage {
	display: block;
	clear: both;
	float: none;
	background: rgba(255,255,255,0.5);	
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color: #333;
	font-weight: 200;
}
#info_center {
	text-align: center;
}
form header {
  margin: 10px 0 0 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  width: 100%;
  float: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
  width: 100%;
  float: none;
  padding-right: 0px;
}
form > div > div,
form > div > fieldset > div {
  width: 50%;
  float: left;
}
form > div > fieldset label {
  font-size: 100%;
}
fieldset {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
textarea {
  width: 95%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number] {
  width: 95%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
form > #firma {
  width: 98%;
  float: none;
}
form > #branche {
  width: 98%;
  float: none;
}
form > #milchkuehe {
  width: 100%;
  float: none;
}
form > #milchkuehe > fieldset > #anzahl{
  width: auto;
  float: left;
}
form > #select {
  width: auto;
  float: none;
}
form > #vorname {
  width: 35%;
  float: left;
}
form > #nachname {
  width: 60%;
  float: none;
}
form > #adresse {
  width: 97%;
  float: none;
}
form > #plz {
  width: 20%;
  float: left;
}
form > #ort {
  width: 76%;
  float: none;
}
form > #land {
  width: 57%;
  float: none;
}
form > #telefon {
  width: 30%;
  float: left;
}
form > #fax {
  width: 30%;
  float: left;
}
form > #email {
  width: 34%;
  float: none;
}
form > #prospektmaterial {
  width: 90%;
  float: both;
}
form > #prospektmaterial > fieldset > #prospektliste {
  width: 220px;
  float: left;
  padding: 0px;
}
form > #musteranfrage {
  width: 90%;
  float: both;
}
form > #musteranfrage > fieldset > #musterliste {
  width: 100%;
  float: none;
  padding: 0px;
}
form > #bemerkungen {
  width: 98%;
  float: none;
}
form footer {
  margin: 0 0 20px 0; 
}
form footer div {
  padding-top: 0px;
  font-size: 90%;
  color: #999;
}
/* End Form */
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 900px) {
#produkttext {
	clear: both;
	float: left;
	margin-left: 0;
	width: 58%;
	display: block;
	color: #000;
	text-align: left;
}
#produkt-slideshow {
	clear: none;
	float: left;
	width: 40%;
	display: block;
	color: #000;
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
}
#shop_rot {
	clear: none;
	float: right;
	width: 40%;
	display: block;
	margin-left: 1%;
	margin-right: 1%;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1100px) {
/* Anfang Form */
#produkttext_infoanfrage {
	width: 80%;
}
/* End Form */
}