/* Form */

input[type="text"],
input[type="number"],
input[type="email"] {
	padding: 3px 6px;
	width: 100%;
	font-size:12pt;
}

input[type="submit"] {
	display: block;
	margin: 15px auto 15px auto;
	padding: 4px 8px;
}

.bestellung input[type="submit"] {
    width:100%;
    max-width:250px;
}

select {
	padding: 3px 6px;
}

form {
	margin: 30px auto;
	font-size: 18px;
}

form p {
	text-indent: 0 !important;
}

form p.form-hint {
	margin-top: 1.5em;
	text-align: right;
	font-size: 12px;
}

form p.shipping-hint {
	text-align: right;
	font-size: 11px;
}

form .product-0 {
	/*padding: 8px 0;
	border: 2px solid #8b736b;*/
}

form .product-hint {
	font-size: 22px;
	font-weight: bold;
	background-color: #ffff00;
}

form .row {
	margin-top: 5px;
	margin-bottom: 5px;
}

form .product-choose {
	margin-right: 10px;
	margin-top: 8px;
}

form .product-section {

}

form .product-name {
	font-size: 20px;
	font-weight: bold;
}

form input[type="submit"], form button[type="submit"], .submitbutton {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 15px 40px;
	border-radius: 8px;
	border: none;
	max-width: 360px;
	height: 56px;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 1px #760a0a;
	text-align: center;
	color: white;
	cursor: pointer;
}

form.side-by-side {
	font-size: 14px;
}

/* Form */

.oneColFixCtr #container #coupon #bestellung #coupon2 #coupon_right table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container #coupon #bestellung #coupon2 #coupon_right table tr td strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #222;
}
.oneColFixCtr #container #coupon #bestellung #coupon2 #coupon_left table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.oneColFixCtr #container #coupon #bestellung #coupon2 #coupon_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
form#bestellung td p {
	margin-top:0;
}
.submit {
	margin-top: 10px;
	border-color: #ffffff #999999 #999999 #ffffff;
	border-style:solid;
	border-width:2px;
	color:#EEE;
	font-weight:bold;
	height: 35px;
	width: 320px;
	background-color: #007FBE;
}
#inner_order_form {
	background-color: #007FBE;
}

.button-rot {
	width:100%;
	max-width:550px;
	margin:0 auto;
	display:block;
background: #ff1b03; /* Old browsers */
background: -moz-linear-gradient(top, #ff1b03 0%, #cd0202 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff1b03 0%,#cd0202 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff1b03 0%,#cd0202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1b03', endColorstr='#cd0202',GradientType=0 );
border-radius: 5px;
text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
color: #fff;
	padding: 10px;
}

.button-rot:hover {
	text-decoration: none;
color: #fff;
}

.button-weiss {
	width:100%;
	max-width:550px;
	margin:0 auto;
	display:block;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border: 1px solid black;
text-decoration: none;
	font-weight: bold;
	font-size: 18px;
color: blue;
	padding: 5px;
}

.button-weiss:hover {
text-decoration: underline;
}

a.btn_order_external {
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #007FBE;
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	border: 2px solid #007FBE;
	}

a.btn_order_external:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	color: #007FBE;
	}

.red-bg {
	background-color: red;
	padding: 2px;
	color: white;
	font-size: 40px;
}

.darkred-bg {
	background-color: #ce0201;
	font-size: 36pt;
	color: white;
}

table.products {
	/*border: 2px solid #b84700;*/
	box-sizing: border-box;
	margin-left: -15px;
	margin-right: -15px;
}

table.products td {
	padding:20px 0;
}

form label,
form input[type="radio"] {
	cursor: pointer;
}

#form {
	margin-top: 35px;
}

section.footer {
	text-align: center;
	font-size:10pt;
}

section.footer a {
	color:blue;
	display:inline-block;
	margin:0 20px 0 0;
}

section.footer a:last-of-type {
	margin-right:0;
}

/* BESTELLFOMRULAR NEU */

.header {
	background-color: #5bba07;
	width: 85%;
	border-radius: 5px;
	text-align: center;
	color: white;
	padding: 15px;
	font-size: 20px;
	font-weight: 600;
	margin: auto;
	font-family: inherit;
	margin-top: 40px;
	margin-bottom: 60px;
   }
   .ordercontainer {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
   }
   .offer {
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
   }
   .silver {
	background: url(/img/c26085b200d6347a772715e6526684e5.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top:40px;
	margin-bottom: 60px;
	width: 25%;
   }
   .gold {
	background: url(/img/a739c5c20bc83b67c8924ffef99a7552.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	width: 30%;
   } 
   .bronze {
	background: url(/img/fc1456c9b9a6db8dccc169dd1be406d1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top:40px;
	margin-bottom: 60px;
	width: 25%;
   }
   .ersparnis {
	background-color: red;
	font-size: 18px;
	font-weight: bold;
	color:white;
	margin: 10px 0;
	border-radius: 5px;
	padding: 5px 0px 5px 0px;
   }
   .price {
	background-color: #5bba07;
	font-size: 18px;
	font-weight: bold;
	color:white;
	margin: 10px 0;
	border-radius: 5px;
	padding: 5px 0px 5px 0px;
	width: 60%;
	margin: auto;
   }
   .old-price {
	text-decoration: line-through;
	text-decoration-color: red;
   }
   .button {
	background-color: red;
	color: white;
	padding: 10px 20px 10px 20px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
   }
   .button:hover {
	background-color: #5bba07;
	color: white;
   }
   .features {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
   }
   .features li {
	margin: 5px 0;
	padding-left: 10px;
   }
   
   .offer h3 {
	font-size: 24px;
	font-family: inherit;
	font-weight: 700;
   }
   
   .offer img {
	margin-top: 20px;
	margin-bottom: 20px;
   }
   
	
   
   @media (max-width: 600px) {
	  .ordercontainer {
		  flex-direction: column; /* Elemente untereinander anordnen */
	  }
   
	  .offer {
		  width: 90%; /* Breite der Angebote anpassen */
	  }
   
	  .header {
		  font-size: 16px; /* Kleinere Schrift auf mobilen Geräten */
		  padding: 10px; /* Weniger Padding */
	  }
   
	  .button {
		  font-size: 14px; /* Kleinere Schriftgröße für Buttons */
	  }
   
	  .price, .old-price, .ersparnis {
		  width: 90%; /* Breite der Preisanzeige anpassen */
	  }
   
	  .features {
		  font-size: 14px; /* Kleinere Schriftgröße für Features */
	  }
   }
   
   /* Tablets (600px bis 768px) */
   @media (min-width: 601px) and (max-width: 768px) {
	  .offer {
		  width: 45%; /* Zwei Spalten Layout */
	  }
   
	  .header {
		  font-size: 18px;
		  padding: 12px;
	  }
   
	  .button {
		  font-size: 16px;
	  }
   }
   
   /* Desktops (ab 768px) */
   @media (min-width: 768px) {
	  .offer {
		  width: 30%; /* Drei Spalten Layout auf größeren Bildschirmen */
	  }
   }
   
   