@charset "UTF-8";
/*Allgemeines*/
/*Blog & Veranstaltungen*/
/* Navigation */
/*Abstände*/
/*Layout*/
.checkout_one_page .matrix_box.two {
  margin-left: -1em;
  margin-right: -1em;
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.checkout_one_page .matrix_box.two:after {
  content: "";
  display: table;
  clear: both;
}
.checkout_one_page .matrix_box.two > div {
  width: 100%;
  padding: 0 1em;
}
@media screen and (min-width: 50em) {
  .checkout_one_page .matrix_box.two > div {
    min-height: 1px;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 1em;
    padding-right: 1em;
    width: 50%;
    float: left;
    display: block;
    display: flex;
    flex-flow: column;
  }
}
.checkout_one_page textarea {
  margin-top: 1em;
  display: block;
  width: 100%;
  min-height: 100px;
}
.checkout_one_page input[type=text], .checkout_one_page input[type=email], .checkout_one_page input[type=password], .checkout_one_page select {
  min-width: 230px;
  margin-bottom: 4px;
}
.checkout_one_page div.input_radio {
  margin-right: 10px;
}
.checkout_one_page div.input_radio input {
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.checkout_one_page input.special_checkbox {
  min-width: 0;
}
.checkout_one_page label {
  text-align: left;
  min-width: 170px;
  display: inline-block;
}
.checkout_one_page .customer_data > div, .checkout_one_page .discounts > div {
  margin: 8px 0;
}
.checkout_one_page .customer_data .radio_button, .checkout_one_page .discounts .radio_button {
  display: inline-block;
}
.checkout_one_page .customer_data input, .checkout_one_page .customer_data select, .checkout_one_page .discounts input, .checkout_one_page .discounts select {
  padding: 5px;
}
.checkout_one_page .customer_data .radio_button, .checkout_one_page .discounts .radio_button {
  margin-top: 8px;
}
.checkout_one_page .customer_data .radio_button .input_radio, .checkout_one_page .discounts .radio_button .input_radio {
  display: inline-block;
}
.checkout_one_page .shipping label, .checkout_one_page .payment label {
  margin: 0.5em 0;
}
.checkout_one_page .shipping_address div {
  margin: 8px 0;
}
.checkout_one_page .shipping_address .formular label, .checkout_one_page .shipping_address .formular input, .checkout_one_page .shipping_address .formular .radio_button {
  display: inline-block;
  min-width: 170px;
  background: #fff;
}
.checkout_one_page .shipping_address .formular textarea {
  display: block;
  width: 100%;
  min-height: 100px;
}
.checkout_one_page .shipping_address .formular input, .checkout_one_page .shipping_address .formular select {
  width: 50%;
  padding: 5px;
}
.checkout_one_page .shipping_address .formular .radio_button {
  margin-top: 8px;
}
.checkout_one_page .shipping_address .formular .radio_button .input_radio {
  display: inline-block;
}
.checkout_one_page .shipping_address .formular .radio_button .input_radio input {
  min-width: 30px;
}
.checkout_one_page .confirm {
  margin: 20px 0;
}
.checkout_one_page.login .box {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.checkout_one_page.login .box:after {
  content: "";
  display: table;
  clear: both;
}
.checkout_one_page.login .box > div {
  min-height: 1px;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  float: left;
  display: block;
  display: flex;
  flex-flow: column;
}
.checkout_one_page form .form_field_wrapper.with_error {
  padding-top: .5em;
}
.checkout_one_page form .form_field_wrapper.with_error input {
  border-color: red;
}

.checkout_summary {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.checkout_summary:after {
  content: "";
  display: table;
  clear: both;
}
.checkout_summary > div {
  min-height: 1px;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  float: left;
  display: block;
  display: flex;
  flex-flow: column;
  border: solid #e6e6e6 1px;
}
.checkout_summary > div:not(:last-child) {
  border-right: none;
}
.checkout_summary > div h3 {
  width: 100%;
  box-sizing: border-box;
  background-color: #eee;
  font-size: 1em;
  margin: 0;
  padding: .5em .4em;
}
.checkout_summary > div > div {
  padding: .2em .4em .3em .4em;
}

.checkout_confirm {
  padding-bottom: 3em;
}
.checkout_confirm div.button_checkout {
  text-align: right;
}

/*Kasse*/
/*Einloggen oder anmelden*/
.password_reminder {
  margin-bottom: 0.5em;
}

/*Kasse mit Kundendaten*/
.required_field {
  margin-bottom: 2em;
}

/*Art der Bezahlung*/
.order_option_entry {
  margin-bottom: 3em;
}

/*# sourceMappingURL=https://server.selltec.com/go/fritzen/srv/designset/_ts_1585429788000/_repo/current/style/generated/220_store_checkout.css.map */
