.menu-entry {
	background-color:#fff;
}

.menu-link {
	font-weight: 700;
	font-size: 1.2em;
	padding-bottom: 0.4em !important;
	padding-top: 0.4em !important;
}

.inactive {
	
}

.btn-schlueter {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-schlueter:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-schlueter:focus, .btn-schlueter.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-schlueter.disabled, .btn-schlueter:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.top-margin {
	margin-top:0.9em;
}

.underline {
	text-decoration:underline;
}

.btn-schlueter:not(:disabled):not(.disabled):active, .btn-schlueter:not(:disabled):not(.disabled).active,
.show > .btn-schlueter.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-schlueter:not(:disabled):not(.disabled):active:focus, .btn-schlueter:not(:disabled):not(.disabled).active:focus,
.show > .btn-schlueter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.whiteprice {
	color:#fff;
}

.smallPrint {
	font-size: 0.9em;
}

.sortlink {
	margin-right:1em;
	margin-left:1em;
}

.activesort {
	font-weight: bold;
}

.some-button {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color: #9f9f9f;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  outline: none;
}

.some-button:hover {
  background-color: #FFF;
  color: #51AD42;
  border-color: #51AD42;
  padding: 0px 30px 0px 50px;
}

.searchbox {
	background: #f0f0f0;
	outline: none;
}

.newsletter-box {
	outline: none;
}

.some-button>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #51AD42;
  opacity: 0;
  visibility: hidden;
}

.some-button:hover>i {
  opacity: 1;
  visibility: visible;
}


/* Checkout Process */
.checkout_steps {
	padding: 0px 0px 0px 4px;
	clear:all;
}

.checkout_steps:after {
  content: "";
  display: table;
  clear: both;
}

.checkout_steps a.step {
	display: block;
	width: 150px;
	margin-top:20px;
	float: left;
	padding: 30px 0px 0px 0px;
	text-decoration: none;
}

.checkout_steps a.step:hover {
	display: block;
	width: 150px;
	margin-top:20px;
	float: left;
	padding: 30px 0px 0px 0px;
	text-decoration: underline;
}

.checkout_steps a.step.inactive {
	
}

.checkout_steps a.step.active {
	
}

.checkout_steps a.step.visited {
	
}

/* Step 1 */
.checkout_steps a.step.step_1.inactive {
	background: url(../images/step_1_inactive.png) top left no-repeat;
}

.checkout_steps a.step.step_1.active {
	background: url(../images/step_1_active.png) top left no-repeat;
}

.checkout_steps a.step.step_1.visited {
	background: url(../images/step_1_visited.png) top left no-repeat;
}

/* Step 2 */
.checkout_steps a.step.step_2.inactive {
	background: url(../images/step_2_inactive.png) top left no-repeat;
}

.checkout_steps a.step.step_2.active {
	background: url(../images/step_2_active.png) top left no-repeat;
}

.checkout_steps a.step.step_2.visited {
	background: url(../images/step_2_visited.png) top left no-repeat;
}

/* Step 3 */
.checkout_steps a.step.step_3.inactive {
	background: url(../images/step_3_inactive.png) top left no-repeat;
}

.checkout_steps a.step.step_3.active {
	background: url(../images/step_3_active.png) top left no-repeat;
}

.checkout_steps a.step.step_3.visited {
	background: url(../images/step_3_visited.png) top left no-repeat;
}

/* Step 4 */
.checkout_steps a.step.step_4.inactive {
	background: url(../images/step_4_inactive.png) top left no-repeat;
}

.checkout_steps a.step.step_4.active {
	background: url(../images/step_4_active.png) top left no-repeat;
}

.checkout_steps a.step.step_4.visited {
	background: url(../images/step_4_visited.png) top left no-repeat;
}

/* Step 5 */
.checkout_steps a.step.step_5.inactive {
	background: url(../images/step_5_inactive.png) top left no-repeat;
}

.checkout_steps a.step.step_5.active {
	background: url(../images/step_5_active.png) top left no-repeat;
}

.checkout_steps a.step.step_5.visited {
	background: url(../images/step_5_visited.png) top left no-repeat;
}

.scrollable {
	height: 225px;
	border: 1px solid #818181;
	padding: 10px 10px 10px 10px;;
	font-size:0.9em;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bold {
    font-weight: bold;
}

.product-table th, .product-table td{
    padding: 6px;
}

.label_result {
	padding-right: 6px;
	text-align: right;
}

table.sum-table {
	width:100%;
}

table.sum-table td {
	padding:0px; 
	border:0px;
	margin:0px;
}

table.sum-table td.label_result {
	width: 82%;
}

.value_result {
	padding-right: 6px;
	white-space: nowrap;
}

tr.result_cart {
    text-align: right;
}

td.product_amount {
    text-align: center;
    vertical-align:top;
    padding-top:15px;
}

td.product_image {
    padding: 15px;
    vertical-align:top;
}

td.product_table_divider {
    background: #e2e2e2;
    height: 2px;
    padding:0;
}

tr.widetr td {
	padding-top:0px;
	padding-bottom:0px;
}

td.product_text {
	padding: 15px;
	vertical-align:top;
}

td.product_price {
	text-align: right;
    vertical-align:top;
    padding-top:15px;
    white-space: nowrap;
}

td.product_old_price {
    text-align: right;
    vertical-align: top;
    padding-top: 15px;
    white-space: nowrap;
    color: #A0A0A0;
    position: relative;
}

td.product_old_price::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #A0A0A0;
    transform: rotate(-10deg);
    transform-origin: left center;
}

table.products_cart tr.products_cart_header td {
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
}

td.table_head_amount {
    background: #e2e2e2;
    border-right: 2px solid #ffffff;
}

td.table_head_article {
    background: #e2e2e2;
    border-right: 2px solid #ffffff;
}

td.table_head_price {
    background: #e2e2e2;
}

.righty {
	margin-left:11px;
	margin-bottom:10px;
}

.product_quantity_input {
	text-align:center;
	vertical-align:top;
	max-width:60px;
}

.cart_product_editable {
    float: right;
    overflow: hidden;
    font-size: 1.4em;
}

.product-title {
	
}

.product-image {
	
}

@media only screen and (max-width: 480px) {
	.product-title {
		font-size: 13px;
	}
	
	.product-image {
		width: 53px;
	}
}
	
.form-container {
  background: white;
  padding: 1.5em;
  border-radius: 1em;
  box-shadow: 0px 0px 1em #ddd;
}
.form-container h2 {
  margin-top: 0;
  color: #008CBA;
}
.form-container .error {
  color: red;
  margin: .5em 0;
}
.form-container label span {
  color: #d9534f;
}
