/**/
/* Mediathek Kategorien */
.view-produkten .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-produkten .view-content > .views-row {
  width: 33.3333333333%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.view-produkten .view-content > .views-row > div {
  background-color: #f2f2f2;
  height: 100%;
  padding: 2rem;
}

.path-checkout .main-content,
.path-product .main-content,
.path-cart .main-content {
  background-color: #fafafa;
  padding-bottom: 6rem;
}
.path-checkout a:active, .path-checkout a:focus, .path-checkout a:hover,
.path-product a:active,
.path-product a:focus,
.path-product a:hover,
.path-cart a:active,
.path-cart a:focus,
.path-cart a:hover {
  outline: none !important;
}
.path-checkout .js-form-item-payment-information-add-payment-method-billing-information-copy-to-address-book,
.path-checkout .js-form-item-payment-information-billing-information-copy-to-address-book,
.path-product .js-form-item-payment-information-add-payment-method-billing-information-copy-to-address-book,
.path-product .js-form-item-payment-information-billing-information-copy-to-address-book,
.path-cart .js-form-item-payment-information-add-payment-method-billing-information-copy-to-address-book,
.path-cart .js-form-item-payment-information-billing-information-copy-to-address-book {
  display: none;
}

.btn_rund,
.address-book-edit-button {
  padding: 0.5rem 2rem;
  line-height: 0.9rem;
  color: #203A40 !important;
  background-color: transparent;
  margin-top: 0.9rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #9c9c9c;
  margin-bottom: 1rem;
}
.btn_rund:hover,
.address-book-edit-button:hover {
  background-color: #60AF46;
  border-color: #60AF46;
  color: #fff !important;
  text-decoration: none;
}

.btn.btn-primary {
  background-color: #60AF46;
  border-color: #60AF46;
  border-radius: 5px;
  color: #fff;
  padding: 0.5rem;
  margin-right: 1rem;
}
.btn.btn-primary:hover {
  opacity: 0.8;
}

.path-cart .btn.btn-primary {
  background-color: #9db5a6;
  border-color: #9db5a6;
}
.path-cart .delete-order-item {
  background-color: #b58181 !important;
  border-color: #b58181 !important;
  color: #fff !important;
}
.path-cart .view-commerce-cart-form > .view-content > .views-form {
  background: #f1f1f1;
  padding: 1rem;
  margin-bottom: 4rem;
}

.link_no_btn {
  background: no-repeat;
  color: #203a40 !important;
  text-decoration: underline;
}

.checkout-progress {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem 0;
  flex-wrap: wrap;
}
.checkout-progress > li {
  flex: auto;
  margin-bottom: 0.5rem;
  padding: 1rem 0 1rem 1.5rem;
  font-size: 1rem;
  background-color: #e8e8e8;
  position: relative;
}
@media (max-width: 768px) {
  .checkout-progress > li {
    width: 50%;
  }
}
.checkout-progress > li:after {
  content: "";
  background-image: url(/themes/custom/basic_si/images/icons/right_icon.svg);
  height: 100%;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-progress > li:last-child:after {
  display: none;
}
.checkout-progress > li.checkout-progress--step__current {
  background-color: #dae8de;
}
.checkout-progress > li.checkout-progress--step__previous.hidden {
  display: none;
}
.checkout-progress > li.checkout-progress--step__previous {
  background-color: #dae8de;
}
.checkout-progress > li.checkout-progress--step__previous:after {
  background-image: url(/themes/custom/basic_si/images/icons/right_icon_active.svg);
}

.user-logged-in .checkout-progress > li.checkout-progress--step__previous.hidden {
  display: block;
}

@media (min-width: 780px) {
  .form-wrapper__returning-customer {
    width: 38%;
    float: right;
  }
  .form-wrapper__returning-customer p, .form-wrapper__returning-customer legend {
    margin: 0;
  }
  .form-wrapper__returning-customer .fieldset-wrapper {
    background-color: #e8e8e8;
    padding: 1rem 2rem 1.5rem;
    margin-top: -1rem;
  }
  .form-wrapper__returning-customer .fieldset-wrapper #edit-login-returning-customer-forgot-password {
    display: inline-block;
    text-indent: 10px;
  }
  .form-wrapper__guest-checkout {
    float: left;
  }
}
.checkout-complete {
  background: #ecf3ee;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

#edit-profile-formrechnungsadresse-profile-field-lastschriftmandat,
.js-form-item-login-register-field-datenschutz-datenschutz,
#edit-profile-formrechnungsadresse-profile-field-zeitraum {
  float: left;
  margin-left: 20px;
}

#edit-profile-formrechnungsadresse-profile-field-zeitraum > div:first-child {
  display: none;
}

.path-checkout .address-line2 {
  display: none;
}

.checkout-complete__payment-instructions h2 {
  display: none;
}

.path-user .user-form {
  width: 1140px;
  max-width: 100%;
  padding: 2rem;
  margin: auto;
}

.path-checkout .basisseite, .page-cart .basisseite {
  padding-bottom: 3rem;
}
.path-checkout .views-form > form, .page-cart .views-form > form {
  overflow-x: scroll;
}
.path-checkout table, .page-cart table {
  border: 0;
  border-spacing: 0;
  font-size: 0.857em;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  table-layout: auto !important;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .path-checkout table:before, .page-cart table:before {
    content: "<< Die Tabelle kann man bewegen >>";
    display: inline-block;
    font-size: 11px;
    color: #666;
    position: absolute;
    top: -17px;
  }
}
.path-checkout table tr th, .page-cart table tr th {
  background: #757575;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
}
.path-checkout thead > tr, .page-cart thead > tr {
  border-bottom: 1px solid #000;
}
.path-checkout tr, .page-cart tr {
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
.path-checkout .table th, .path-checkout .table td, .page-cart .table th, .page-cart .table td {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.path-checkout .table thead th, .page-cart .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.path-checkout table tr th, .path-checkout table tr th a, .path-checkout table tr th a:hover, .path-checkout table tr th a:focus, .page-cart table tr th, .page-cart table tr th a, .page-cart table tr th a:hover, .page-cart table tr th a:focus {
  color: #fff;
  font-weight: bold;
}
.path-checkout tr td, .path-checkout tr th, .page-cart tr td, .page-cart tr th {
  border: 1px solid #fff;
  text-align: left;
  padding: 1rem !important;
}
.path-checkout #edit-actions, .page-cart #edit-actions {
  margin-top: 2rem;
}
.path-checkout #edit-submit, .path-checkout #edit-submit--2, .page-cart #edit-submit, .page-cart #edit-submit--2 {
  color: #fff;
  background: #9c9c9c;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.path-checkout #edit-checkout, .path-checkout #edit-checkout--2, .path-checkout #edit-actions-next, .page-cart #edit-checkout, .page-cart #edit-checkout--2, .page-cart #edit-actions-next {
  background: #60AF46;
  color: #fff;
  margin-bottom: 1rem;
}

.path-product .price_wrapper {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.path-product #main .container {
  padding-bottom: 2rem;
}
.path-product .btn.btn-primary {
  color: #fff;
  border-radius: 0;
  padding: 0.7rem 2rem;
  display: inline-block;
  margin-top: 1rem;
}

input.form-checkbox {
  float: left;
  margin-top: 4px;
}

legend {
  font-size: 1.5rem;
  font-weight: 400 !important;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  padding: 0.85em;
}

fieldset#edit-profile-formrechnungsadresse-sepa-profile-field-lastschriftmandat--wrapper .description {
  display: none;
}

.js-form-item small {
  font-size: 71%;
  color: #555;
}

fieldset#edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum--wrapper #edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum > div:nth-child(1) {
  display: none;
}
fieldset#edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum--wrapper #edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum input.form-radio {
  float: left;
  margin-top: 4px;
}
fieldset#edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum--wrapper #edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum--wrapper--description > p {
  display: none;
}

.form-item-profile-formrechnungsadresse-sepa-profile-field-zeitraum {
  margin-bottom: 0;
}

label[for=edit-profile-formrechnungsadresse-sepa-profile-field-lastschriftmandat-ja] > p {
  margin-bottom: 0;
}

label[for=edit-profile-formrechnungsadresse-sepa-profile-field-zeitraum-bis-auf-widerruf] {
  margin-bottom: 0;
}

.button {
  padding: 1em 2.5em !important;
}

.form-required:after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(/themes/custom/basic_si/images/icons/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

#edit-actions-next {
  float: left;
}

.link--previous {
  background-color: #c1c1c1;
  color: #fff;
  display: inline-block;
  margin-left: 1rem;
  padding: 0.75em 2em;
}

.path-checkout #edit-login-returning-customer {
  display: none;
}

ul.tabs {
  width: 100%;
  margin: 0;
  display: flex;
  background: #999;
}
ul.tabs a {
  display: block;
  border-bottom: 0;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  color: #fff;
}
ul.tabs a.is-active {
  background: #666;
}

/*# sourceMappingURL=tabs.css.map */
