/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
.intro_not_mobile,
.logout_not_mobile {
  display: block;
}
.intro_mobile,
.logout_mobile {
  display: none;
}
div#checkoutSteps .step-title span {
  display: inline-block;
  position: relative;
  top: -3px;
}
.contact-index-index .form.contact #inhalt_form input,
.contact-index-index .form.contact #inhalt_form select {
  height: 30px;
  margin-top: 3px;
  margin-bottom: 8px;
}
#toggle_mobile_menu {
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 10px;
  position: relative;
  background-color: #002f5b;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
}
#toggle_mobile_menu:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 15px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#toggle_mobile_menu:hover {
  cursor: pointer;
}
#toggle_mobile_menu.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#toggle_mobile_menu.active:after {
  top: 15px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#vorwahl.form-control {
  width: 20%;
  display: inline;
}
#telnr.form-control {
  width: 76%;
  display: inline;
}
#tel {
  min-height: 31px;
  padding: 6px 0 0 6px;
}
.birthdayPicker select {
  margin-right: 10px;
  padding-right: 20px;
  width: auto;
}
.birthdayPicker select:disabled {
  border: none;
}
.auswahl_praemien div label {
  font-weight: normal;
  padding-left: 10px;
  float: left;
  width: 90%;
  padding-top: 0;
}
.auswahl_praemien div .col-xs-12 {
  margin-bottom: 10px;
}
.auswahl_praemien div .col-xs-12 input {
  float: left;
  width: 10%;
}
.field.col-xs-12 {
  margin-bottom: 10px;
}
body.aboservices-index-index footer.page-footer {
  display: none;
}
main > .page-title-wrapper {
  display: none;
}
#aboservices_content table.table-hover {
  cursor: pointer;
}
#abo_reklamation #date {
  margin-left: 0;
}
._has-datepicker {
  width: 80%;
  float: left;
}
.ui-datepicker-trigger {
  float: left;
  position: relative;
  top: 8px;
}
#aboservices_content .kundenkonto_content_wrapper,
#aboservices_content .kundenkonto_confirm_wrapper,
#aboservices_content .kundenkonto_confirmation_wrapper {
  display: block;
  padding: 10px;
  border-radius: 4px;
}
#aboservices_content .kundenkonto_content_wrapper h2,
#aboservices_content .kundenkonto_confirm_wrapper h2,
#aboservices_content .kundenkonto_confirmation_wrapper h2 {
  margin-top: 10px;
}
#aboservices_content .kundenkonto_content_wrapper .col-xs-12.col-sm-4 .infoblock_content {
  min-height: 56px;
}
#aboservices_content form a.change,
#aboservices_content form a.save,
#aboservices_content form a.password_save,
#aboservices_content form a.email_save,
#aboservices_content form a.password_abort,
#aboservices_content form a.abort {
  float: right;
}
.kundenkonto_confirmation_wrapper .row .formular_part .col-xs-9 div {
  padding-top: 6px;
}
h2.subline_start {
  font-size: 12px;
  color: #9b1b21;
}
.row #aboservices_content form label[for="date_from"] {
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .row #aboservices_content #abo_urlaubsunterbrechung label {
    width: 100%;
  }
}
.row #aboservices_content .calender-box {
  display: flex;
}
.row #aboservices_content .calender-box .label-box {
  width: 40%;
}
.row #aboservices_content .calender-box .value-box {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.row #aboservices_content .calender-box .value-box input {
  width: 90%;
  margin: 0;
}
.row #aboservices_content .calender-box .value-box .cal-icon {
  width: 10%;
}
.row #aboservices_content .calender-box .value-box .cal-icon:after {
  content: '\e612';
  font-family: 'icons-blank-theme';
  font-size: 23px;
  color: #7d7d7d;
  cursor: pointer;
}
.start_links {
  border-radius: 4px;
  display: inline-block;
  background: #002f5b;
  color: #fff;
  padding: 5px 20px;
}
.start_links:hover {
  text-decoration: none;
  color: #fff;
  background: #001e3a;
}
.infoblock_title {
  margin-top: 10px;
}
.infoblock_content {
  font-size: 13px;
}
.formular_part {
  padding: 0px 68px;
}
.action.remind {
  color: #9b1b21;
}
#lastschrift div,
#updateemail div,
#kundendaten > div,
#passwort div,
#updatepassword div,
#abo_reklamation div {
  margin-top: 5px;
}
#lastschrift div.form_button,
#updateemail div.form_button,
#kundendaten > div.form_button,
#passwort div.form_button,
#updatepassword div.form_button,
#abo_reklamation div.form_button {
  margin-top: 20px;
}
#lastschrift div #date,
#updateemail div #date,
#kundendaten > div #date,
#passwort div #date,
#updatepassword div #date,
#abo_reklamation div #date {
  vertical-align: 0px;
}
#updateemail {
  width: 100%;
}
.btn-success,
.btn.btn-success.email_save,
.btn.btn-success.password_save,
.btn.btn-success.save,
.btn.btn-success.nachsendung_save,
.btn.btn-success.geschenk_save,
.btn.btn-success.spende_save,
.btn.btn-success.reklamation_save,
.btn.btn-success.urlaub_save,
.btn.btn-really-success,
.btn-danger {
  background-image: none;
  background-color: #002f5b;
  border-radius: 5px;
  border: none;
  float: right;
  color: #ffffff;
}
.btn-success:hover,
.btn.btn-success.email_save:hover,
.btn.btn-success.password_save:hover,
.btn.btn-success.save:hover,
.btn.btn-success.nachsendung_save:hover,
.btn.btn-success.geschenk_save:hover,
.btn.btn-success.spende_save:hover,
.btn.btn-success.reklamation_save:hover,
.btn.btn-success.urlaub_save:hover,
.btn.btn-really-success:hover,
.btn-danger:hover,
.btn-success:focus,
.btn.btn-success.email_save:focus,
.btn.btn-success.password_save:focus,
.btn.btn-success.save:focus,
.btn.btn-success.nachsendung_save:focus,
.btn.btn-success.geschenk_save:focus,
.btn.btn-success.spende_save:focus,
.btn.btn-success.reklamation_save:focus,
.btn.btn-success.urlaub_save:focus,
.btn.btn-really-success:focus,
.btn-danger:focus {
  background-color: #001e3a;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1 !important;
}
.btn.btn-primary.change:hover,
.btn-success:hover,
.btn.btn-success.reklamation_save:hover,
.btn.btn-success.email_save:hover,
.btn-danger:hover {
  background-color: #001e3a;
}
body {
  /* Kundenkonto - Übersichtsseite */
}
body.kundenkonto-index-index .page-wrapper .page-main .view-title,
body.cms-konto-kundenkonto .page-wrapper .page-main .view-title {
  padding: 0 0 10px 0;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
body.kundenkonto-index-index .page-wrapper .page-main .view-title h3,
body.cms-konto-kundenkonto .page-wrapper .page-main .view-title h3 {
  margin: 0;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container.wrap,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container.wrap {
  flex-wrap: wrap;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item {
  width: 49%;
  flex: unset;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-img-box,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-img-box {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-img-box img,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-img-box img {
  height: 10vw;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box {
  padding: 15px 15px 20px 15px;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box {
  position: relative;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-title,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 20px;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content p,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content p {
  margin: 0;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content label.label.x-control-text-error,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content label.label.x-control-text-error {
  color: #da0b1a;
  font-family: pt_sans_regular, sans-serif;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content label.label.x-control-text-error:before,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content label.label.x-control-text-error:before {
  vertical-align: middle;
  padding-right: 5.6px;
  padding-right: .56rem;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  box-sizing: inherit;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content label.label:after,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content label.label:after {
  margin: 0;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content div.error__info-feld,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content div.error__info-feld {
  padding: 0.56rem;
  border-width: 0 1px 1px 1px;
  border-color: #da0b1a;
  border-style: solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  color: #000;
  background-color: #fa9da4;
  z-index: 50;
  margin: 0;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links {
  padding-top: 5px;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links.flex-container.wrap,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links.flex-container.wrap {
  margin-bottom: 0;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links div,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links div {
  margin-bottom: 0;
  margin-top: 5px;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links.bottom-link,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links.bottom-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links .nl-status,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links .nl-status {
  float: right;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .link-right,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .link-right {
  text-align: right;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .link-right a,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .link-right a {
  font-size: 14px;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box a.link,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box a.link {
  color: #9b1b21;
}
body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box a.link.bold,
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box a.link.bold {
  font-weight: 700;
}
body.kundenkonto-index-index .page-footer,
body.cms-konto-kundenkonto .page-footer {
  display: none;
}
body .form-control.required-entry,
body input.form-control,
body .select,
body select {
  border-color: #b0b0b0;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #666666;
  height: 31px;
  font-size: 16px;
}
body .form-control.required-entry._has-datepicker,
body input.form-control._has-datepicker,
body .select._has-datepicker,
body select._has-datepicker {
  width: auto;
  float: none;
  display: inline;
  margin-left: 3px;
}
body .select_arrow {
  position: absolute;
  top: 6px;
  right: 25px;
  width: 0px;
  height: 0px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body input#lastschrift_gueltig_ab.form-control.required-entry._has-datepicker,
body input#kundendaten_gueltig_ab.form-control.required-entry._has-datepicker {
  margin-left: 0;
}
body #abo_reklamation #date {
  margin-left: 3px;
}
body .ui-datepicker-trigger {
  float: none;
  position: relative;
  top: 0;
}
body select {
  -webkit-padding-before: 5px;
}
body #geburtsdatum_text {
  margin: 6px 0 0 5px;
  color: #666666;
}
body #kundendaten_gueltig_ab {
  width: auto;
}
body label {
  min-height: 31px;
  margin: 0;
  padding-top: 6px;
}
body .table > tbody > tr:first-child > th {
  border-top: none;
}
body .table > tbody > tr td:first-child,
body .table > tbody > tr th:first-child {
  padding-left: 0;
}
body .table > tbody > tr td:last-child,
body .table > tbody > tr th:last-child {
  padding-right: 0;
}
body .table select {
  width: 100%;
}
body .table select option:hover {
  background: #f5f5f5;
}
body #praemie div.col-xs-12 {
  margin-bottom: 0;
}
.row.intro-login {
  margin-left: 0;
  margin-right: 0;
}
.form-control[disabled] {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#rektypwahl.form-control[disabled] {
  background-color: #ffffff;
}
.select:disabled {
  border: none;
}
select#rektypwahl.form-control[disabled] {
  margin-left: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(51, 51, 51, 0.1);
}
#neue_adresse_geschenk .select:disabled,
#neue_adresse_nachsenden .select:disabled {
  margin-left: -10px;
}
input#ersatz_lieferadresse,
input#ergaenzung {
  width: 5%;
  display: inline;
  float: left;
}
label.ersatz_label {
  width: 95%;
  display: inline;
  margin: 0 0 40px 0;
  float: left;
  padding-top: 0;
}
label.ergaenzung_label {
  width: 95%;
  display: inline;
  margin: 0;
  float: left;
  padding-top: 0;
}
input#klinik,
input#check_postfach {
  margin: 0 5px 0 0;
}
#date_fehler {
  margin: 10px 0 0 0;
  width: 90%;
}
#plz_fehler.mage-error {
  color: #002f5b;
  font-size: 14px;
}
header.page-header {
  overflow: visible !important;
}
.control.klinik {
  font-weight: normal;
}
#abo_reklamation input#date {
  display: inline;
  width: 90px;
}
body.kundenkonto-index-bankeinzug select.select,
body.kundenkonto-index-bankeinzug input.form-control {
  margin-bottom: 5px;
}
body.kundenkonto-index-bankeinzug select.select.mage-error,
body.kundenkonto-index-bankeinzug input.form-control.mage-error {
  border: 1px solid #d43f3a;
}
.reklamationstyp option:disabled {
  background: #f5f5f5;
}
#aboservices_content .kundenkonto_confirmation_content .formular_part .col-sm-3 label {
  min-height: 0;
  padding-top: 0;
}
#aboservices_content .kundenkonto_confirmation_content .formular_part .clearfix {
  padding-bottom: 10px;
}
#aboservices_content .kundenkonto_confirmation_wrapper .formular_part .col-sm-3 label {
  min-height: 0;
  padding-top: 0;
}
#aboservices_content .kundenkonto_confirmation_wrapper .formular_part .clearfix {
  padding-bottom: 10px;
}
#aboservices_content em {
  color: #9b1b21;
}
#delete_bank .col-sm-3 label {
  min-height: 0;
  padding-top: 0;
}
#delete_bank .clearfix {
  padding-bottom: 10px;
}
#date.form-control[disabled] {
  background-color: #ffffff;
}
#form_lastschrift input {
  margin-bottom: 10px;
}
#form_lastschrift select {
  margin-bottom: 10px;
}
#form_lastschrift .mage-error {
  margin-bottom: 10px;
}
#form_lastschrift select.select.mage-error {
  border: 1px solid #d43f3a;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.error__info-feld {
  padding: 5.6px;
  padding: .56rem;
  border-width: 0 1px 1px 1px;
  border-color: #da0b1a;
  border-style: solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  color: #000;
  background-color: #fa9da4;
  /*position: absolute;*/
  top: 100%;
  z-index: 50;
  width: calc(100%);
  margin-bottom: 10px;
}
.error__info-feld.mage-error {
  color: #000;
}
@media screen and (max-width: 780px) {
  html body,
  p,
  a {
    font-family: 'pt_sans_regular';
  }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: "pt_sans_bold";
  }
  body .label {
    color: #333;
  }
  body .formular_part {
    padding: 0;
  }
  body .formular_part label {
    padding-top: 0;
  }
  body .formular_part .visible-xs {
    padding: 0;
  }
  body .formular_part .table > tbody > tr > td {
    padding-top: 0;
  }
  body .formular_part #form_lastschrift label {
    min-height: 0;
  }
  body .formular_part #form_lastschrift input {
    margin-bottom: 10px;
  }
  body .formular_part #form_lastschrift select {
    margin-bottom: 10px;
  }
  body #aboservices_content input[disabled="disabled"] {
    background-color: transparent;
  }
  body #aboservices_content .kundenkonto_content_wrapper .col-xs-12.col-sm-4 .infoblock_content {
    min-height: 1px;
  }
  body #tel {
    padding-left: 10px;
  }
  body div.control.klinik {
    padding: 5px 6px 5px 0;
  }
  body div.control.klinik input {
    margin-right: 10px;
  }
  body .table > tbody > tr > td {
    vertical-align: middle;
  }
  .intro_not_mobile,
  .logout_not_mobile {
    display: none !important;
  }
  .intro_mobile,
  .logout_mobile {
    display: block;
  }
  .btn.btn-success.stornieren_auftraege,
  .btn.btn-success.show,
  .btn.btn-danger.abort {
    background-image: none;
    background-color: #002f5b;
    border-radius: 5px;
    border: none;
    float: right;
    color: #ffffff;
  }
  .btn.btn-success.stornieren_auftraege:hover,
  .btn.btn-success.show:hover,
  .btn.btn-danger.abort:hover,
  .btn.btn-success.stornieren_auftraege:focus,
  .btn.btn-success.show:focus,
  .btn.btn-danger.abort:focus {
    background-color: #001e3a;
  }
  .breadcrumbs {
    display: block;
  }
  #toggle_mobile_menu {
    display: block;
  }
  .block.block-collapsible-nav #block-collapsible-nav {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    background-color: #f1f1f1;
    border-bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .block.block-collapsible-nav #block-collapsible-nav #aboservices_menu li.item {
    margin: 0;
  }
  .block.block-collapsible-nav #block-collapsible-nav #aboservices_menu li.item a {
    padding: 10px;
    margin-bottom: 0;
  }
  .block.block-collapsible-nav #block-collapsible-nav #aboservices_menu li.item a:hover {
    background-color: transparent;
    font-weight: bold;
    color: #002f5b;
    border-radius: 0;
  }
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.uebersicht li#uebersicht a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.kundendaten li#kundendaten a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.kundeninfos li#kundeninfos a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.password li#password a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.auftraege li#auftraege a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.urlaubsservices li#urlaubsservices a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.bankeinzug li#lastschrift a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.reklamation li#reklamation a,
  .block.block-collapsible-nav #block-collapsible-nav ul#aboservices_menu.email li#email a {
    background: transparent;
    color: #002f5b;
    font-weight: bold;
  }
  #aboservices_content .kundenkonto_content_wrapper {
    margin-top: 30px;
  }
  #aboservices_content form input[disabled="disabled"] {
    padding-left: 0;
  }
  #aboservices_content form select[disabled="disabled"] {
    padding-left: 0;
    margin-left: -4px;
  }
  #aboservices_content form .col-xs-12 {
    margin-left: 0;
  }
  #aboservices_content form .col-xs-12 a.btn {
    margin: 10px 5px 10px 0;
    float: right;
  }
  #aboservices_content form .col-xs-12 a.btn.pull-right {
    float: right !important;
  }
  #aboservices_content form table.ersatz_lieferadresse tr:first-child {
    display: none;
  }
  #aboservices_content form table.ersatz_lieferadresse tr td {
    width: 90%;
    float: left;
  }
  #aboservices_content form table.ersatz_lieferadresse tr td:first-child {
    width: 10%;
    margin-bottom: 100px;
  }
  #aboservices_content form table#neue_adresse_geschenk tr td,
  #aboservices_content form table#neue_adresse_nachsenden tr td {
    width: 100%;
    float: left;
  }
  #aboservices_content form table#neue_adresse_geschenk tr td label,
  #aboservices_content form table#neue_adresse_nachsenden tr td label {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 0;
    font-size: 14px;
  }
  #aboservices_content form table#neue_adresse_geschenk tr td label em,
  #aboservices_content form table#neue_adresse_nachsenden tr td label em {
    color: #d43f3a;
  }
  #aboservices_content table.table-hover tr {
    padding: 10px 0;
    border-top: 1px solid #ddd;
  }
  #aboservices_content table.table-hover tr:first-child {
    display: none;
  }
  #aboservices_content table.table-hover tr td {
    width: 100%;
    padding-left: 0;
    float: left;
    border: none;
  }
  #aboservices_content table.table-hover tr td:first-child {
    margin-top: 10px;
    font-weight: bold;
  }
  #aboservices_content table.table-hover tr td:last-child {
    margin-bottom: 10px;
  }
  #aboservices_content table.table-hover tr:hover td {
    background-color: transparent;
  }
  #aboservices_content table.table-hover.reklamation tr td {
    width: 90%;
    float: left;
  }
  #aboservices_content table.table-hover.reklamation tr td:first-child {
    width: 10%;
    margin-bottom: 40px;
  }
  #aboservices_content table.table-hover.reklamation tr td:nth-child(2) {
    margin-top: 10px;
    font-weight: bold;
  }
  #aboservices_content table.table-hover.reklamation tr.active {
    background-color: #f5f5f5;
  }
  #aboservices_content table.table-hover.reklamation tr.active td {
    background-color: transparent;
  }
  #abo_reklamation label {
    min-height: 0px;
  }
  #tooltip-4.tooltip-content {
    left: -115px;
  }
  #name-tooltip #tooltip-4.tooltip-content {
    left: -200px;
  }
  #rektypwahl.select[disabled] {
    padding-left: 10px;
  }
}
/* Tablet - Portrait, Handy - Landscape, Handy - Portrait */
@media only screen and (max-width: 768px) {
  body {
    /* Kundenkonto - Übersichtsseite */
  }
  body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item,
  body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item {
    width: 100%;
  }
  body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-img-box img,
  body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-img-box img {
    height: 45vw;
  }
  body .row #aboservices_content .calender-box {
    flex-direction: column;
    margin-bottom: 15px;
  }
  body .row #aboservices_content .calender-box .label-box {
    width: 100%;
  }
  body .row #aboservices_content .calender-box .value-box {
    width: 100%;
    display: flex;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  body {
    /* Kundenkonto - Übersichtsseite */
  }
  body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-img-box,
  body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-img-box {
    float: left;
    width: 33%;
  }
  body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-img-box img,
  body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-img-box img {
    height: auto;
    width: 100%;
  }
  body.kundenkonto-index-index .page-wrapper .page-main .flex-container .flex-item .view-content-box,
  body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box {
    float: left;
    width: 67%;
  }
}
.kundenkonto-index-kundendaten .birthdayPicker select.birthDate,
.kundenkonto-index-kundendaten .birthdayPicker select.birthMonth,
.kundenkonto-index-kundendaten .birthdayPicker select.birthYear {
  margin: 0;
  width: calc(33.33% - 10px);
}
.kundenkonto-index-kundendaten .birthdayPicker select.birthDate,
.kundenkonto-index-kundendaten .birthdayPicker select.birthMonth {
  margin-right: 10px;
}
.kundenkonto-index-kundendaten .birthdayPicker select.birthYear {
  width: 33.33%;
}
.kundenkonto-index-kundendaten .birthdayPicker select.birthDate,
.kundenkonto-index-kundendaten .birthdayPicker select.birthMonth,
.kundenkonto-index-kundendaten .birthdayPicker select.birthYear {
  background: url('../images/select_pfeil.png') no-repeat 94% center;
  background-size: 17px;
}
.kundenkonto-index-kundendaten .birthdayPicker select.birthYear {
  background: url('../images/select_pfeil.png') no-repeat 97% center;
  background-size: 17px;
}
.customer_not_verified {
  padding-top: 1px;
  text-align: center;
  color: #fff;
  width: 150px;
  text-transform: uppercase;
  left: 48.5%;
  top: 49px;
  font-size: 15px;
  height: 24px;
  font-weight: bold;
  background: #9b1b21;
  -moz-transform: rotate(-30deg) translateX(-50%);
  -webkit-transform: rotate(-30deg) translateX(-50%);
  -o-transform: rotate(-30deg) translateX(-50%);
  -ms-transform: rotate(-30deg) translateX(-50%);
  transform: rotate(-30deg) translateX(-50%);
}
.customer_not_verified div {
  border-radius: 50%;
  width: 155px;
  height: 155px;
  border: 8px solid #002f5b;
  top: -66px;
  position: absolute;
  left: -3px;
}
.customer_not_verified_hinweis {
  background: #FCFFB0;
}
.customer_not_verified_hinweis a {
  font-weight: bold;
  color: #9b1b21;
}
.customer_not_verified_hinweis p {
  display: inline;
}
.customer_not_verified_link {
  text-align: center;
  display: block;
  font-size: 16px;
  text-decoration: underline;
  color: #2cc60a;
}
.customer_not_verified_link:hover {
  color: #2cc60a;
}
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links div .modal-body {
  padding: 45px;
}
body.cms-konto-kundenkonto .page-wrapper .page-main .flex-container .flex-item .view-content-box .relative-box .view-content-links div .modal-body .btn.btn-success {
  text-transform: uppercase;
}
html body.bv_onestepcheckout-index-index .radio-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
html body.bv_onestepcheckout-index-index .radio-flex .radio-flex-item {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: auto;
}
html body.bv_onestepcheckout-index-index .radio-flex .radio-flex-item label:before {
  top: 3px !important;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method .styled__radio + label {
  background: #e8e8e8;
  border: 2px solid #e8e8e8;
  height: 55px;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method .styled__radio + label:before {
  display: none;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method .styled__radio:checked + label {
  background: #b0b0b0;
  border: 2px solid #757575;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method label[for="debitpayment"]::after {
  top: 12px;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method label[for="hgwpal"]::after {
  top: 12px;
}
html body.bv_onestepcheckout-index-index #response-msg {
  display: none;
  background-color: #5cb85c;
  border-color: #3f8f3f;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  color: white;
  padding: 5px 10px;
}
html body.bv_onestepcheckout-index-index #response-msg.error {
  background-color: #da0b1a;
}
html body.bv_onestepcheckout-index-index .distance_30 {
  margin-bottom: 15px;
}
html body.bv_onestepcheckout-index-index label[for="debitpayment"]::after {
  background: url('../images/sepa.png');
}
html body.bv_onestepcheckout-index-index label[for="hgwpal"],
html body.bv_onestepcheckout-index-index label[for="debitpayment"] {
  padding: 0;
}
html body.bv_onestepcheckout-index-index label[for="hgwpal"]::after,
html body.bv_onestepcheckout-index-index label[for="debitpayment"]::after {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
}
html body.bv_onestepcheckout-index-index .mage-error {
  font-size: 16px;
}
html body.bv_onestepcheckout-index-index .conditions ul {
  padding-left: 15px;
}
html body.bv_onestepcheckout-index-index a {
  color: #9b1b21;
}
html body.bv_onestepcheckout-index-index .row {
  margin-left: -10px;
  margin-right: -10px;
}
html body.bv_onestepcheckout-index-index .login_form .input_part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
html body.bv_onestepcheckout-index-index .login_form .email_part {
  padding: 0;
}
html body.bv_onestepcheckout-index-index em {
  color: #9b1b21;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method .payment-method-title {
  padding: 0;
}
html body.bv_onestepcheckout-index-index .checkout-payment-method .fieldset > .field,
html body.bv_onestepcheckout-index-index .checkout-payment-method .fieldset > .fields > .field {
  margin: 0;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select {
  border-color: #b0b0b0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  min-height: 2.2em;
  line-height: unset;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthDate {
  width: calc(33.33% - 10px);
  padding: 5.6px;
  padding: .56rem;
  margin-right: 10px;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthDate input.input-text {
  width: 100%;
  content: 'tt';
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthDate label {
  display: none;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthMonth {
  width: calc(33.33% - 10px);
  margin-right: 10px;
  padding: 5.6px;
  padding: .56rem;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthMonth input.input-text {
  width: 100%;
  content: 'mm';
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthMonth label {
  display: none;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthYear {
  width: 33.33%;
  padding: 5.6px;
  padding: .56rem;
  margin-right: 0;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthYear input.input-text {
  width: 100%;
  content: 'jjjj';
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthYear label {
  display: none;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthDate,
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthMonth,
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthYear {
  background: url('../images/select_pfeil.png') no-repeat 94% center;
  background-size: 17px;
}
html body.bv_onestepcheckout-index-index .birthdayPicker select.birthYear {
  background: url('../images/select_pfeil.png') no-repeat 97% center;
  background-size: 17px;
}
@media only screen and (max-width: 768px) {
  html body.bv_onestepcheckout-index-index .pad_left_right.pad_left-xs {
    padding-right: 0;
  }
  html body.bv_onestepcheckout-index-index .pad_left {
    padding-left: 0;
  }
  html body.bv_onestepcheckout-index-index .visible-xs.checkout_righthalf.col-xs-12 .distance_30 {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.page-layout-tippspiel .main {
  padding: 0;
}
.page-layout-tippspiel .column.main {
  padding-bottom: 0;
  min-height: unset;
}
.page-layout-tippspiel .nav-sections {
  display: none;
}
.page-layout-tippspiel fieldset .field label.label {
  min-height: unset;
}
.page-layout-tippspiel #maincontent {
  background: #fff;
  padding: 0 15px;
  padding-top: 25px;
}
.page-layout-tippspiel #maincontent .column.main {
  padding: 0 7.84rem;
}
.page-layout-tippspiel img {
  max-width: 100%;
}
.page-layout-tippspiel h3 {
  margin: 15px 0;
}
.page-layout-tippspiel h3.legend {
  margin: 0 0 15px 0;
}
.page-layout-tippspiel .label span {
  font-weight: normal;
  display: inline;
  margin-top: 15px;
}
.page-layout-tippspiel input[type="text"].input-text {
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  padding: .56rem;
  vertical-align: middle;
  background-color: #fff;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -moz-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  min-height: 2.2em;
}
.page-layout-tippspiel .styled__select select,
.page-layout-tippspiel select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 9;
}
.page-layout-tippspiel .styled__select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.page-layout-tippspiel .styled__select:after {
  font-family: "Icons";
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 6px;
  padding: .6rem;
}
.page-layout-tippspiel .box.bg_white.distance_30 {
  padding: 10px 0 15px 0;
}
.page-layout-tippspiel .first-field {
  padding-left: 0;
}
.page-layout-tippspiel .last-field {
  padding-right: 0;
}
.page-layout-tippspiel .full-field {
  padding-left: 0;
  padding-right: 0;
}
.page-layout-tippspiel .webforms-datepicker {
  margin-bottom: 0;
}
.page-layout-tippspiel .actions-toolbar {
  float: right;
  text-align: center;
  margin-bottom: 15px;
}
.page-layout-tippspiel .actions-toolbar .primary {
  font-weight: 800;
}
.page-layout-tippspiel .actions-toolbar .primary:hover {
  color: #fff;
  text-decoration: none;
}
.page-layout-tippspiel .actions-toolbar .action.primary {
  font-weight: 700;
  border: solid 1px #9b1b21;
  border-radius: 4px;
  background: #fff;
  color: #9b1b21;
  font-family: PTSans, Arial, "Arial";
  display: inline-block;
  padding: .56rem 1.12rem;
  vertical-align: middle;
  width: auto;
  cursor: pointer;
  line-height: 1.42857;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.page-layout-tippspiel .actions-toolbar .action.primary:hover {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  background: #9b1b21;
  color: #fff;
}
.page-layout-tippspiel .actions-toolbar .action.primary span {
  font-weight: 700;
}
.page-layout-tippspiel form {
  font-family: 'PTSans', Arial;
}
.page-layout-tippspiel a {
  color: #9b1b21;
  text-decoration: none;
  outline: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.page-layout-tippspiel a:hover {
  outline: 0;
  text-decoration: underline;
}
.page-layout-tippspiel small {
  font-size: 97%;
  vertical-align: bottom;
  display: inline-block;
  line-height: 1.5em;
}
.page-layout-tippspiel .legend {
  border-width: 0px;
  padding: 0;
  margin: 0 0 22.4px 0;
  font-size: 20px;
  color: #002f5b;
  width: 100%;
  font-family: 'PTSans', Arial;
}
.page-layout-tippspiel .fieldset > .field > label.label {
  margin: 0 0 0;
  max-width: 80%;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial;
  font-weight: normal;
  display: block;
}
.page-layout-tippspiel .container_1_col_input {
  width: 100%;
  float: left;
}
.page-layout-tippspiel .container_1_col_input label {
  min-height: 0px;
  font-weight: normal;
  display: inline;
  margin-top: 15px;
}
.page-layout-tippspiel .container_1_col_input .label {
  margin: 0 0 0;
  max-width: 80%;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
  font-weight: normal;
  display: block;
}
.page-layout-tippspiel .container_1_col_input select {
  display: inline-block;
  width: 98%;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  position: relative;
  z-index: 15;
  border-color: #b0b0b0;
}
.page-layout-tippspiel .container_1_col_input input {
  width: 98%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_2_col_input {
  width: 50%;
  float: left;
}
.page-layout-tippspiel .container_2_col_input label {
  min-height: 0px;
}
.page-layout-tippspiel .container_2_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_2_col_input select {
  display: inline-block;
  width: 95%;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  position: relative;
  z-index: 15;
  border-color: #b0b0b0;
}
.page-layout-tippspiel .container_2_col_input input {
  width: 95%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_street_col_input {
  width: 75%;
  float: left;
}
.page-layout-tippspiel .container_street_col_input label {
  min-height: 0px;
}
.page-layout-tippspiel .container_street_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_street_col_input input {
  width: 97%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_nr_col_input {
  width: 25%;
  float: left;
}
.page-layout-tippspiel .container_nr_col_input label {
  min-height: 0px;
}
.page-layout-tippspiel .container_nr_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_nr_col_input input {
  width: 90%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_pc_col_input {
  width: 24%;
  float: left;
}
.page-layout-tippspiel .container_pc_col_input label {
  min-height: 0;
}
.page-layout-tippspiel .container_pc_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_pc_col_input input {
  width: 92%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_place_col_input {
  width: 45%;
  float: left;
}
.page-layout-tippspiel .container_place_col_input label {
  min-height: 0px;
}
.page-layout-tippspiel .container_place_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_place_col_input input {
  width: 95%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_country_col_input {
  width: 30%;
  float: left;
}
.page-layout-tippspiel .container_country_col_input label {
  min-height: 0;
}
.page-layout-tippspiel .container_country_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_country_col_input select {
  display: inline-block;
  width: 94%;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  position: relative;
  z-index: 15;
  border-color: #b0b0b0;
}
.page-layout-tippspiel .container_3_col_input {
  width: 100%;
  float: left;
}
.page-layout-tippspiel .container_3_col_input label {
  min-height: 0px;
}
.page-layout-tippspiel .container_3_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_3_col_input input {
  width: 92%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel .container_3_col_input .webforms-datepicker {
  margin-bottom: 0;
}
.page-layout-tippspiel .container_3_col_input .dob-day {
  width: 33%;
}
.page-layout-tippspiel .container_3_col_input .dob-day input {
  width: 95%;
  content: 'tt';
}
.page-layout-tippspiel .container_3_col_input .dob-day label {
  display: none;
}
.page-layout-tippspiel .container_3_col_input .dob-month {
  width: 33%;
}
.page-layout-tippspiel .container_3_col_input .dob-month input {
  width: 95%;
  content: 'mm';
}
.page-layout-tippspiel .container_3_col_input .dob-month label {
  display: none;
}
.page-layout-tippspiel .container_3_col_input .dob-year {
  width: 33%;
}
.page-layout-tippspiel .container_3_col_input .dob-year input {
  width: 95%;
  content: 'jjjj';
}
.page-layout-tippspiel .container_3_col_input .dob-year label {
  display: none;
}
.page-layout-tippspiel .container_4_col_input {
  width: 25%;
  float: left;
}
.page-layout-tippspiel .container_4_col_input label {
  min-height: 0px;
}
.page-layout-tippspiel .container_4_col_input .label {
  margin: 0;
  max-width: 80%;
  font-weight: 300;
  min-height: 0px;
  padding: 0;
  font-family: 'PTSans', Arial !important;
}
.page-layout-tippspiel .container_4_col_input input {
  width: 92%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  hin-height: 2.2em;
  overflow: visible;
  display: inline-block;
}
.page-layout-tippspiel select.select,
.page-layout-tippspiel select {
  color: #333333;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right: 25px;
  height: 35.6px;
  text-indent: .01em;
  text-overflow: '';
  border-color: #b0b0b0;
}
.page-layout-tippspiel .fieldset > .fields > .field.required > .label::after,
.page-layout-tippspiel .fieldset > .field._required > .label::after,
.page-layout-tippspiel .fieldset > .fields > .field._required > .label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  position: absolute;
}
.page-layout-tippspiel .fieldset > .field.required > .label::after,
.page-layout-tippspiel .fieldset > .fields > .field.required > .label::after,
.page-layout-tippspiel .fieldset > .field._required > .label::after,
.page-layout-tippspiel .fieldset > .fields > .field._required > .label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  position: absolute;
}
.page-layout-tippspiel .birthDate {
  width: 20%;
  padding: 5.6px;
  padding: .56rem;
  margin-right: 3%;
}
.page-layout-tippspiel .birthDate input.input-text {
  width: 100%;
  content: 'tt';
}
.page-layout-tippspiel .birthDate label {
  display: none;
}
.page-layout-tippspiel .birthMonth {
  width: 35%;
  margin-right: 3%;
  padding: 5.6px;
  padding: .56rem;
}
.page-layout-tippspiel .birthMonth input.input-text {
  width: 100%;
  content: 'mm';
}
.page-layout-tippspiel .birthMonth label {
  display: none;
}
.page-layout-tippspiel .birthYear {
  width: 39%;
  padding: 5.6px;
  padding: .56rem;
  margin-right: 0;
}
.page-layout-tippspiel .birthYear input.input-text {
  width: 100%;
  content: 'jjjj';
}
.page-layout-tippspiel .birthYear label {
  display: none;
}
.page-layout-tippspiel .birthDate,
.page-layout-tippspiel .birthMonth,
.page-layout-tippspiel .birthYear {
  background: url('../images/select_pfeil.png') no-repeat 94% center;
  background-size: 17px;
}
.page-layout-tippspiel .birthYear {
  background: url('../images/select_pfeil.png') no-repeat 97% center;
  background-size: 17px;
}
.page-layout-tippspiel .webforms-success-text {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .page-layout-tippspiel .first-field {
    padding-right: 0;
  }
  .page-layout-tippspiel .last-field {
    padding-left: 0;
  }
  .page-layout-tippspiel .one-field {
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout-tippspiel .actions-toolbar {
    background: transparent;
    border: none;
    width: 100%;
  }
  .page-layout-tippspiel .actions-toolbar div.primary {
    background: #002f5b;
    border: 1px solid #002f5b;
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  .page-layout-tippspiel .actions-toolbar div.primary button {
    text-align: center;
    float: none;
  }
  .page-layout-tippspiel .footer__nav-area-single > div {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .page-layout-tippspiel .page-main {
    padding-top: 69px;
  }
}
.styled__checkbox:not(:checked) + label,
.styled__checkbox:checked + label,
.styled__radio:not(:checked) + label,
.styled__radio:checked + label {
  position: relative;
  padding-left: 22.4px;
  padding-left: 2.24rem;
  cursor: pointer;
  font-weight: normal;
}
.styled__checkbox:not(:checked),
.styled__checkbox:checked,
.styled__radio:not(:checked),
.styled__radio:checked {
  position: absolute;
  left: -9999px;
  left: -999.9rem;
}
.styled__checkbox:not(:checked) + label::before,
.styled__checkbox:checked + label::before,
.styled__radio:not(:checked) + label::before,
.styled__radio:checked + label::before {
  top: 1rem !important;
}
.styled__checkbox:not(:checked) + label::after,
.styled__checkbox:checked + label::after {
  top: 5px !important;
}
.styled__checkbox:not(:checked) + label::after,
.styled__checkbox:checked + label::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: .2em;
  font-size: 1.2em;
  color: #002f5b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.styled__checkbox:checked + label::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.styled__checkbox:not(:checked) + label::before,
.styled__checkbox:checked + label::before,
.styled__radio:not(:checked) + label::before,
.styled__radio:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  top: .3rem;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  border: 1px solid #b0b0b0;
  background: #f8f8f8;
}
.styled__checkbox:checked + label:hover::before,
.styled__checkbox:not(:checked) + label:hover::before {
  border: 1px solid #9b1b21;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.please-wait {
  position: absolute;
  left: 0;
  background: #fff;
  top: 0;
  width: 100%;
  height: 100%;
}
div.actions-toolbar {
  position: relative;
}
html body {
  /* Adress-Seite */
  /* Zahlung-Seite */
  /* Optin-Seite */
  /* Review-Seite*/
  /* Success-Seite*/
  /* Fehlermeldungen */
}
html body .bdv_rot {
  color: #9b1b21;
}
html body .ui-helper-hidden-accessible {
  display: none !important;
}
html body #cover {
  background: url('../../web/images/loading.gif') no-repeat scroll center center rgba(255, 255, 255, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
html body .breadcrumb {
  background: transparent;
  margin-top: 20px;
}
html body .breadcrumb li {
  display: inline-block;
  width: 25%;
  color: #002f5b;
  text-align: center;
  position: relative;
}
html body .breadcrumb li.current {
  font-weight: bold;
  opacity: 1;
  background: transparent;
}
html body .breadcrumb li:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  content: '';
  margin: 0 auto 10px auto;
  display: block;
  color: #33597c;
  font-size: 20px;
  padding-top: 4px;
  border: 2px solid #33597c;
  position: relative;
  z-index: 1;
}
html body .breadcrumb li:after {
  content: '';
  display: inline-block;
  width: 100%;
  background: #e8e8e8;
  height: 20px;
  position: absolute;
  top: 15%;
  z-index: 0;
  left: 50%;
}
html body .breadcrumb li.current:before {
  background: #002f5b;
  border: #002f5b;
  color: #fff;
}
html body .breadcrumb li.first:before {
  content: '1';
}
html body .breadcrumb li.fourth:after {
  display: none;
}
html body .breadcrumb li.third:before {
  content: '3';
}
html body .breadcrumb li.fourth:before {
  content: '4';
}
html body .breadcrumb li.second:before {
  content: '2';
}
html body .breadcrumb li.complete::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #002f5b;
  border: #002f5b;
  color: #fff;
  content: "";
  margin: 0 auto 10px auto;
  display: block;
  font-size: 18px;
  padding-top: 4px;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
html body .breadcrumb li.success:before {
  content: '';
  background: url('../images/icon_checkout_success.png') no-repeat center center #002f5b;
  background-size: 50%;
}
html body .box {
  padding: 10px 15px 15px 15px;
}
html body .pad_right,
html body .pad_right-xs {
  padding-left: 0;
  padding-right: 5px;
}
html body .pad_left,
html body .pad_left-xs {
  padding-left: 5px;
  padding-right: 0px;
}
html body .pad_left_right,
html body .pad_left_right-xs {
  padding-left: 5px;
  padding-right: 5px;
}
html body .styled__select {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  font-family: pt_sans_regular, sans-serif;
  font-size: 16px;
  line-height: unset;
}
html body .styled__select:after {
  font-family: "Icons";
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  padding: 6px;
  padding: .6rem;
  line-height: 1.5em;
}
html body .styled__select select {
  padding-right: 27px;
  border-color: #b0b0b0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  min-height: 2.2em;
  line-height: unset;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
html body .checkout_righthalf table {
  width: 100%;
  font-size: 14px;
  /* Abstand zwischen den Zeilen */
  border-collapse: separate;
  border-spacing: 0 5px;
}
html body .checkout_righthalf table tr {
  height: 30px;
  margin-bottom: 10px;
}
html body .checkout_righthalf table tr .price_td {
  width: 40%;
}
html body .checkout_righthalf table tr .price_td,
html body .checkout_righthalf table tr .price_rabatt,
html body .checkout_righthalf table tr .price_total,
html body .checkout_righthalf table tr .price_invoice,
html body .checkout_righthalf table tr .price_post {
  text-align: right;
  color: #9b1b21;
}
html body .checkout_righthalf table tr#main_priceTotal,
html body .checkout_righthalf table tr#follow_priceTotal {
  color: #9b1b21;
}
html body .checkout_righthalf table tr#main_priceTotal td,
html body .checkout_righthalf table tr#follow_priceTotal td {
  border-top: 2px #000 solid;
}
html body .checkout_righthalf table #zuzahlung {
  border-top: 2px #000 solid;
}
html body .checkout_righthalf table #praemie .name_td {
  padding-top: 10px;
}
html body .checkout_righthalf .reduced-hinweis {
  font-size: 14px;
  margin-top: 5px;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
html body .checkout_bottom_row .btn-next:disabled:hover {
  background-color: #fff;
  border-color: unset;
}
html body .checkout_bottom_row .btn-primary:active {
  background-color: #fff;
  border-color: unset;
  color: unset;
}
html body .checkout_bottom_row .btn-primary[disabled] {
  background-color: #fff;
  cursor: not-allowed;
  color: #d1d1d1;
  border-color: #d1d1d1;
}
html body .checkout_bottom_row .btn-primary[disabled]:hover {
  background-color: #fff;
  color: #d1d1d1;
}
html body .checkout_bottom_row .btn-primary:focus {
  color: #9b1b21;
  background-color: #fff;
  border-color: #9b1b21;
}
html body .hinweistext {
  font-size: 14px;
  margin: 10px 0 0 0;
}
html body .hinweistext a {
  color: #9b1b21;
}
html body .button,
html body .back_button {
  font-size: 16px;
}
html body.checkout-index-adresse .no_account,
html body.bv_onestepcheckout-index-index .no_account {
  margin-top: 10px;
}
html body.checkout-index-adresse strong,
html body.bv_onestepcheckout-index-index strong {
  font-family: pt_sans_bold;
  font-weight: normal;
}
html body.checkout-index-adresse em,
html body.bv_onestepcheckout-index-index em {
  color: #9b1b21;
  position: relative;
  left: -2px;
}
html body.checkout-index-adresse .pflichtfelder,
html body.bv_onestepcheckout-index-index .pflichtfelder {
  text-align: right;
}
html body.checkout-index-adresse .checkout_lefthalf,
html body.bv_onestepcheckout-index-index .checkout_lefthalf {
  display: flex;
  flex-direction: column;
}
html body.checkout-index-adresse .checkout_lefthalf .login_form .input_part,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .login_form .input_part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
html body.checkout-index-adresse .checkout_lefthalf .login_form .response-msg .success,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .login_form .response-msg .success {
  background-color: #5cb85c;
  border-color: #3f8f3f;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  color: white;
  padding: 5px 10px;
}
html body.checkout-index-adresse .checkout_lefthalf .login_form a,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .login_form a {
  color: #9b1b21;
  display: inline-block;
  margin: 5px 0;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address-filled,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address-filled {
  margin-bottom: 20px;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address-filled button,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address-filled button {
  float: right;
  color: #a1a6b2;
  font-size: 12px;
  background: url('../images/icon_aendern.png') left center no-repeat;
  background-size: contain;
  padding: 2px 0 2px 20px;
  border: unset;
  line-height: 1.1rem;
}
html body.checkout-index-adresse .checkout_lefthalf #empty-address,
html body.bv_onestepcheckout-index-index .checkout_lefthalf #empty-address {
  background: #fcffb0;
  padding: 10px 15px 15px 15px;
}
html body.checkout-index-adresse .checkout_lefthalf #empty-address .link,
html body.bv_onestepcheckout-index-index .checkout_lefthalf #empty-address .link {
  font-weight: 600;
  color: #9b1b21;
}
html body.checkout-index-adresse .checkout_lefthalf #empty-address .link:hover,
html body.bv_onestepcheckout-index-index .checkout_lefthalf #empty-address .link:hover {
  cursor: pointer;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address select#billingAddress\.country,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address select#billingAddress\.country,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address input#billingAddress\.country,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address input#billingAddress\.country {
  background-color: transparent;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address select#billingAddress\.country:disabled,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address select#billingAddress\.country:disabled,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address input#billingAddress\.country:disabled,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address input#billingAddress\.country:disabled {
  background-color: #f2f2f2;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address select:disabled,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address select:disabled,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address input:disabled,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address input:disabled {
  border: 1px solid #b0b0b0;
  background-color: #f2f2f2;
  z-index: 0;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address select:disabled:after,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address select:disabled:after,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address input:disabled:after,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address input:disabled:after {
  z-index: 1;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address select:disabled:hover,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address select:disabled:hover,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address input:disabled:hover,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address input:disabled:hover {
  cursor: not-allowed;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select {
  border-color: #b0b0b0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  min-height: 2.2em;
  line-height: unset;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate {
  width: calc(33.33% - 10px);
  padding: 5.6px;
  padding: .56rem;
  margin-right: 10px;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate input.input-text,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate input.input-text {
  width: 100%;
  content: 'tt';
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate label,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate label {
  display: none;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth {
  width: calc(33.33% - 10px);
  margin-right: 10px;
  padding: 5.6px;
  padding: .56rem;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth input.input-text,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth input.input-text {
  width: 100%;
  content: 'mm';
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth label,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth label {
  display: none;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear {
  width: 33.33%;
  padding: 5.6px;
  padding: .56rem;
  margin-right: 0;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear input.input-text,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear input.input-text {
  width: 100%;
  content: 'jjjj';
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear label,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear label {
  display: none;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthDate,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthMonth,
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear {
  background: url('../images/select_pfeil.png') no-repeat 94% center;
  background-size: 17px;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .birthdayPicker select.birthYear {
  background: url('../images/select_pfeil.png') no-repeat 97% center;
  background-size: 17px;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-billing-address .adresse_aendern,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-billing-address .adresse_aendern {
  float: right;
  color: #a1a6b2;
  font-size: 12px;
  background: url('../images/icon_aendern.png') left center no-repeat;
  background-size: contain;
  padding: 2px 0 2px 20px;
  border: unset;
  line-height: 1.1rem;
}
html body.checkout-index-adresse .checkout_lefthalf .checkout-lwl-address,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-lwl-address,
html body.checkout-index-adresse .checkout_lefthalf .checkout-shipping-address,
html body.bv_onestepcheckout-index-index .checkout_lefthalf .checkout-shipping-address {
  margin-top: 10px;
}
html body.checkout-index-zahlung strong {
  font-family: pt_sans_bold;
  font-weight: normal;
}
html body.checkout-index-zahlung .checkout-payment-method {
  display: flex;
  flex-direction: column;
}
html body.checkout-index-zahlung .checkout-payment-method .paymentoption_container {
  width: 49%;
  display: none;
}
html body.checkout-index-zahlung .checkout-payment-method .paymentoption_container .paymentoption:disabled {
  border: none;
}
html body.checkout-index-zahlung .checkout-payment-method .paymentoption_container .paymentoption.mage-error {
  border-color: #9b1b21;
  color: #9b1b21;
  font-size: 16px;
  margin-top: 0;
}
html body.checkout-index-zahlung .checkout-payment-method .text_zahlweise {
  margin-top: 10px;
  margin-bottom: 10px;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box {
  padding: 0;
  margin-bottom: 5px;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box .payment-method-title {
  padding: 0;
  display: flex;
  margin-bottom: 10px;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box .payment-method-title input {
  float: left;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box .payment-method-title label {
  float: left;
  padding: 3px 0 0 20px;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box .payment-method-title label span {
  margin: 0;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box .method_container {
  display: none;
  margin-bottom: 20px;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box .method_container label span {
  margin-top: 0;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box #debitpayment_container form fieldset.fieldset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box #debitpayment_container form fieldset.fieldset .field {
  width: 49%;
  margin-bottom: 10px;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box #debitpayment_container form fieldset.fieldset .field label.label {
  font-weight: normal;
  margin: 0;
  min-height: auto;
  font-family: 'pt_sans_regular', serif;
}
html body.checkout-index-zahlung .checkout-payment-method .payment-method-box #debitpayment_container form fieldset.fieldset .field label.label:after {
  margin: 0;
}
html body.checkout-index-zahlung #abostart_picker {
  width: auto;
  display: block;
  float: left;
}
html body.checkout-index-zahlung label[for="abostart_picker"] {
  display: block;
  font-family: pt_sans_regular, sans-serif;
  font-weight: normal;
}
html body.checkout-index-zahlung label[for="abostart_picker"] em {
  color: #9b1b21;
}
html body.checkout-index-zahlung #checkmo_interval label em,
html body.checkout-index-zahlung #debitpayment_interval label em,
html body.checkout-index-zahlung .checkout_lefthalf label em {
  color: #9b1b21;
}
html body.checkout-index-optin label {
  font-weight: normal;
}
html body.checkout-index-optin label.label {
  white-space: normal;
  line-height: normal;
}
html body.checkout-index-optin strong {
  font-family: pt_sans_bold;
  font-weight: normal;
}
html body.checkout-index-optin .hyphens {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
html body.checkout-index-optin #verlaengerung_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html body.checkout-index-optin #verlaengerung_box .verlaengerung_option {
  margin-bottom: 15px;
}
html body.checkout-index-optin #verlaengerung_box .verlaengerung_option .verlaengerung_content #verl_zahlweise {
  padding-left: 2.24rem;
}
html body.checkout-index-optin #verlaengerung_box .verlaengerung_option .verlaengerung_content #verl_zahlweise .paymentoption_container {
  width: 49%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien .verl_praemien_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien .verl_praemien_content .verl_praemien_image img {
  width: 100%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien .verl_praemien_content .verl_praemien_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien .verl_praemien_content .verl_praemien_title input {
  margin: 0;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien .verl_praemien_content .verl_praemien_title .verl_praemien_name {
  max-width: 95%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label {
  display: flex;
  justify-content: space-between;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label .verl_praemien_image {
  width: 40%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label .verl_praemien_title {
  width: 57%;
  padding-top: 5px;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label .verl_praemien_title input {
  display: none;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_2 .subline {
  width: 100%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_2 .verl_praemien_content {
  width: 45%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_2 .verl_praemien_content label .verl_praemien_title {
  font-size: 14px;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_2 .verl_praemien_content label .verl_praemien_title .verl_praemien_name {
  width: 90%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_3 .subline {
  width: 100%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_3 .verl_praemien_content {
  width: 30%;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_3 .verl_praemien_content label .verl_praemien_title {
  font-size: 14px;
}
html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_3 .verl_praemien_content label .verl_praemien_title .verl_praemien_name {
  width: 85%;
}
html body.checkout-index-optin #mitbezug_box .mitbezug_description ul {
  padding-left: 25px;
}
html body.checkout-index-optin #mitbezug_box .mitbezug_description ul li {
  list-style: none;
}
html body.checkout-index-optin #mitbezug_box .mitbezug_description ul li::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  left: 0;
  top: 0.9em;
  margin-left: -25px;
}
html body.checkout-index-optin #mitbezug_box .mitbezug_selection {
  padding-left: 2.24rem;
  margin-top: 10px;
  width: auto;
}
html body.checkout-index-optin .wtchoose {
  width: auto;
}
html body.checkout-index-optin .newsletter-label {
  margin-bottom: 5px;
}
html body.checkout-index-optin #upload label {
  padding-bottom: 10px;
}
html body.checkout-index-optin #upload #button-file {
  float: right;
}
html body.checkout-index-optin #upload #upload_success_text {
  padding-top: 10px;
}
html body.checkout-index-review .hyphens {
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
html body.checkout-index-review strong {
  font-family: pt_sans_bold;
  font-weight: normal;
}
html body.checkout-index-review .review {
  display: flex;
  flex-direction: column;
}
html body.checkout-index-review .review .box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body.checkout-index-review .review .box .box-header {
  width: 90%;
}
html body.checkout-index-review .review .box .box-edit {
  width: 10%;
}
html body.checkout-index-review .review #review_address .billing-address,
html body.checkout-index-review .review #review_address .shipping-address,
html body.checkout-index-review .review #review_address .lwl-address {
  width: 48%;
}
html body.checkout-index-review .review #review_optin .optin {
  margin-top: 10px;
}
html body.checkout-index-review .review #review_payment .payment {
  width: 48%;
}
html body.checkout-index-review .review #review_product .product-img {
  width: 48%;
  text-align: center;
}
html body.checkout-index-review .review #review_product .product-img img {
  width: 100%;
}
html body.checkout-index-review .review #review_product .product-img img.tablet-img {
  width: 50%;
}
html body.checkout-index-review .review #review_product .product-details {
  width: 48%;
}
html body.checkout-index-review .review #review_product .product-details .praemie-box {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .praemie-box .praemie-name {
  font-family: pt_sans_bold;
}
html body.checkout-index-review .review #review_product .product-details .praemie-box .praemie-descr {
  margin-top: 10px;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
html body.checkout-index-review .review #review_product .product-details .device-box {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .device-box .device-name {
  font-family: pt_sans_bold;
}
html body.checkout-index-review .review #review_product .product-details .device-box .device-adv {
  margin-top: 10px;
}
html body.checkout-index-review .review #review_product .product-details .device-box .device-adv ul {
  padding-left: 25px;
}
html body.checkout-index-review .review #review_product .product-details .device-box .device-adv ul li {
  list-style: none;
}
html body.checkout-index-review .review #review_product .product-details .device-box .device-adv ul li::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  margin-left: -25px;
}
html body.checkout-index-review .review #review_product .product-details .product-name {
  font-family: pt_sans_bold;
}
html body.checkout-index-review .review #review_product .product-details .product-text {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .order-digital-text {
  margin-bottom: 10px;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
html body.checkout-index-review .review #review_product .product-details .pva {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .mitbezug-name {
  font-family: pt_sans_bold;
}
html body.checkout-index-review .review #review_product .product-details .mitbezug-text {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .mitbezug-digital-text {
  margin-top: 10px;
  margin-bottom: 10px;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
html body.checkout-index-review .review #review_product .product-details .mitbezug-pva {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .student {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .student .student-header {
  font-family: pt_sans_bold;
}
html body.checkout-index-review .review #review_product .product-details .giveaway-box {
  margin-bottom: 10px;
}
html body.checkout-index-review .review #review_product .product-details .giveaway-box .giveaway-header {
  font-family: pt_sans_bold;
}
html body.checkout-index-review .review #review_conditions .conditions ul {
  padding-left: 15px;
  -webkit-padding-start: 17px;
}
html body.checkout-index-review .review #review_summary,
html body.checkout-index-review .review #review_subsequent {
  padding-top: 10px;
}
html body.checkout-index-review .review #review_summary #costs,
html body.checkout-index-review .review #review_subsequent #costs,
html body.checkout-index-review .review #review_summary #folge_costs,
html body.checkout-index-review .review #review_subsequent #folge_costs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
html body.checkout-index-review .review #review_summary #costs .summary_row,
html body.checkout-index-review .review #review_subsequent #costs .summary_row,
html body.checkout-index-review .review #review_summary #folge_costs .summary_row,
html body.checkout-index-review .review #review_subsequent #folge_costs .summary_row {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
html body.checkout-index-review .review #review_summary #costs .summary_row.total,
html body.checkout-index-review .review #review_subsequent #costs .summary_row.total,
html body.checkout-index-review .review #review_summary #folge_costs .summary_row.total,
html body.checkout-index-review .review #review_subsequent #folge_costs .summary_row.total {
  border-top: 1px solid #1f201d;
  border-bottom: 4px double #1f201d;
}
html body.checkout-index-review .review #review_summary #costs .price_summary,
html body.checkout-index-review .review #review_subsequent #costs .price_summary,
html body.checkout-index-review .review #review_summary #folge_costs .price_summary,
html body.checkout-index-review .review #review_subsequent #folge_costs .price_summary {
  text-align: right;
  color: #9b1b21;
}
html body.checkout-index-review .review #review_summary .reduced-hinweis,
html body.checkout-index-review .review #review_subsequent .reduced-hinweis {
  margin-top: 5px;
  font-size: 14px;
}
html body.checkout-index-review .review #review_agb .form {
  width: 100%;
}
html body.checkout-index-review .review #review_agb .form label {
  margin: 0;
  padding-right: 0;
}
html body.checkout-index-review .review #review_agb .form label a {
  color: #9b1b21;
}
html body.checkout-index-review .review #review_agb .form label a:hover {
  text-decoration: underline;
  color: #9b1b21;
}
html body.checkout-index-review .review #review_agb .form label.error-look {
  color: #da0b1a;
}
html body.checkout-index-review .review #review_agb .form #error_agb,
html body.checkout-index-review .review #review_agb .form #error_widerruf {
  border-top: 1px solid #da0b1a;
  display: inline-block;
  width: auto;
}
html body .footer {
  width: 100%;
}
html body.checkout-index-success #success {
  display: flex;
  flex-direction: column;
  /**
        * Neugestaltung der Successseite
        */
}
html body.checkout-index-success #success .box {
  padding-top: 30px;
  padding-bottom: 30px;
}
html body.checkout-index-success #success .box .order-success-icon {
  text-align: center;
  margin-bottom: 15px;
}
html body.checkout-index-success #success .box .order-success-icon::before {
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 1;
  content: "";
  color: #17cc17;
  font-size: 10em;
  display: inline-block;
}
html body.checkout-index-success #success .box .order-warning-icon {
  text-align: center;
  margin-bottom: 15px;
}
html body.checkout-index-success #success .box .order-warning-icon::before {
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  line-height: 1;
  content: "\e801";
  color: #e8bf28;
  font-size: 10em;
  display: inline-block;
}
html body.checkout-index-success #success #order-success p {
  margin-bottom: 1rem;
}
html body.checkout-index-success #success #order-success .button-wrapper {
  display: flex;
  justify-content: flex-end;
}
html body.checkout-index-success #success #order-success .order-success-image {
  max-width: 100%;
  margin-bottom: 1.5rem;
}
html body.checkout-index-success #success #order-success #order-success-image-mobile {
  display: none;
}
html body.checkout-index-success #success #order-success #order-success-external-link {
  float: right;
}
@media screen and (max-width: 768px) {
  html body.checkout-index-success #success #order-success #order-success-image-mobile {
    display: block;
  }
  html body.checkout-index-success #success #order-success #order-success-image-desktop {
    display: none;
  }
}
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a {
  background: #9b1b21;
  color: #fff;
}
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:hover,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:hover,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:hover,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:hover,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:hover,
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:focus,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:focus,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:focus,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:focus,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:focus,
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:active,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:active,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:active,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:active,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.neukunde li:nth-child(1) a:active {
  background: #9b1b21;
}
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a {
  background: #9b1b21;
  color: #fff;
}
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:hover,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:hover,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:hover,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:hover,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:hover,
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:focus,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:focus,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:focus,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:focus,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:focus,
html body.checkout-index-adresse .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:active,
html body.checkout-index-zahlung .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:active,
html body.checkout-index-optin .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:active,
html body.checkout-index-review .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:active,
html body.checkout-index-success .new-navigation .new-navigation-box ul.navbar-nav.abonnent li:nth-child(2) a:active {
  background: #9b1b21;
}
html body.checkout-index-adresse .button,
html body.checkout-index-zahlung .button,
html body.checkout-index-optin .button,
html body.checkout-index-review .button,
html body.checkout-index-success .button {
  padding: .5rem 1.12rem;
}
html body.checkout-index-adresse .button:hover,
html body.checkout-index-zahlung .button:hover,
html body.checkout-index-optin .button:hover,
html body.checkout-index-review .button:hover,
html body.checkout-index-success .button:hover,
html body.checkout-index-adresse .button:active,
html body.checkout-index-zahlung .button:active,
html body.checkout-index-optin .button:active,
html body.checkout-index-review .button:active,
html body.checkout-index-success .button:active {
  background-color: #9b1b21;
  border-color: #9b1b21;
  color: #fff;
  transition: unset;
  -moz-transition: unset;
  -webkit-transition: unset;
  -o-transition: unset;
}
html body.checkout-index-adresse .back_button,
html body.checkout-index-zahlung .back_button,
html body.checkout-index-optin .back_button,
html body.checkout-index-review .back_button,
html body.checkout-index-success .back_button {
  padding: .5rem 1.12rem;
}
html body.checkout-index-adresse .back_button:hover,
html body.checkout-index-zahlung .back_button:hover,
html body.checkout-index-optin .back_button:hover,
html body.checkout-index-review .back_button:hover,
html body.checkout-index-success .back_button:hover,
html body.checkout-index-adresse .back_button:active,
html body.checkout-index-zahlung .back_button:active,
html body.checkout-index-optin .back_button:active,
html body.checkout-index-review .back_button:active,
html body.checkout-index-success .back_button:active {
  background-color: #002f5b;
  border-color: #002f5b;
  color: #fff;
  transition: unset;
  -moz-transition: unset;
  -webkit-transition: unset;
  -o-transition: unset;
}
html body .mage-error {
  position: relative;
}
html body .mage-error .error__info-feld {
  padding: 0.56rem;
  border-width: 0 1px 1px 1px;
  border-color: #da0b1a;
  border-style: solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  color: #000;
  background-color: #fa9da4;
  z-index: 50;
  position: absolute;
  left: 0;
  width: 100%;
}
html body .mage-error #erBoxwerbetraeger {
  margin: 0;
  width: 100%;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  background: #fff;
  list-style-type: none;
  padding: 5px;
}
.breadcrumbs {
  display: none !important;
}
input[type="text"].form-control,
select.form-control {
  font-family: 'pt_sans_regular', sans-serif;
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  padding: .56rem;
  vertical-align: middle;
  background-color: transparent;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -moz-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  min-height: 2.2em;
}
select.form-control {
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 15;
}
.label {
  font-family: 'pt_sans_regular', sans-serif;
  font-weight: normal;
}
.label span {
  font-weight: normal;
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
}
a.link_edit {
  float: right;
  color: #a1a6b2;
  font-size: 12px;
  background: url('../images/icon_aendern.png') left center no-repeat;
  background-size: contain;
  padding: 0 0 0 20px;
}
body button.ui-datepicker-trigger {
  margin-top: 7px;
  margin-left: 5px;
  display: block;
  height: 20px;
  width: 20px;
  border: 0;
  float: left;
  background: url('../images/calendar.svg') no-repeat center center;
}
body button.ui-datepicker-trigger img {
  display: none;
}
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after {
  position: relative;
  font-size: 16px;
  top: -2px;
  font-family: pt_sans_regular, sans-serif;
  font-weight: normal;
  color: #9b1b21;
}
.styled__checkbox:not(:checked),
.styled__checkbox:checked,
.styled__radio:not(:checked),
.styled__radio:checked {
  position: absolute;
  left: -9999px;
  left: -999.9rem;
}
.styled__checkbox:not(:checked) + label::before,
.styled__checkbox:checked + label::before,
.styled__radio:not(:checked) + label::before,
.styled__radio:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  top: .3rem;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  border: 1px solid #b0b0b0;
  background: #f8f8f8;
}
.styled__checkbox:not(:checked) + label::after,
.styled__checkbox:checked + label::after {
  top: 5px !important;
}
.styled__checkbox:not(:checked) + label::after,
.styled__checkbox:checked + label::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: .2em;
  font-size: 1.2em;
  color: #002f5b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.styled__checkbox:checked + label::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.styled__checkbox:not(:checked) + label::before,
.styled__checkbox:checked + label::before,
.styled__radio:not(:checked) + label::before,
.styled__radio:checked + label::before {
  top: 1rem !important;
}
.styled__checkbox:not(:checked) + label::after,
.styled__checkbox:checked + label::after {
  top: 3px !important;
}
body .mage-error {
  font-size: 16px;
  font-family: pt_sans_regular, sans-serif;
}
body .mage-error.abo_bezieher {
  color: #9b1b21;
  margin-left: 37px;
}
.row-eq-height {
  padding-top: 10px;
}
.styled__checkbox:not(:checked),
.styled__checkbox:checked,
.styled__radio:not(:checked),
.styled__radio:checked {
  position: absolute;
  left: -9999px;
  left: -999.9rem;
}
.styled__checkbox:not(:checked) + label,
.styled__checkbox:checked + label,
.styled__radio:not(:checked) + label,
.styled__radio:checked + label {
  position: relative;
  padding-left: 22.4px;
  padding-left: 2.24rem;
  cursor: pointer;
}
.styled__checkbox:not(:checked) + label:before,
.styled__checkbox:checked + label:before,
.styled__radio:not(:checked) + label:before,
.styled__radio:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  top: .3rem;
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  border: 1px solid #b0b0b0;
  background: #f8f8f8;
}
.styled__checkbox:not(:checked) + label:after,
.styled__checkbox:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: .2em;
  font-size: 1.2em;
  color: #002f5b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.styled__checkbox:not(:checked) + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.styled__checkbox:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.styled__checkbox:disabled:not(:checked) + label:before,
.styled__checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #a7a7a7;
  background-color: #e0e0e0;
}
.styled__checkbox:disabled:not(:checked) + label:after,
.styled__checkbox:disabled:checked + label:after {
  color: #b0b0b0;
}
.styled__checkbox:checked:focus + label:before,
.styled__checkbox:not(:checked):focus + label:before {
  border: 1px solid #9b1b21;
}
.styled__checkbox:checked + label:hover:before,
.styled__checkbox:not(:checked) + label:hover:before {
  border: 1px solid #9b1b21;
}
.styled__radio:not(:checked) + label:before,
.styled__radio:checked + label:before {
  border-radius: 45%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.styled__radio:checked + label:before {
  color: #002f5b;
  border-color: #002f5b;
  background-color: #002f5b;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.styled__radio:disabled:not(:checked) + label:before,
.styled__radio:disabled:checked + label:before {
  box-shadow: none;
  border-color: #a7a7a7;
  background-color: #b0b0b0;
}
.styled__radio:disabled + label {
  color: #b0b0b0;
}
.styled__radio:checked:focus + label:before,
.styled__radio:not(:checked):focus + label:before {
  border: 1px solid #9b1b21;
}
.styled__radio:checked + label:hover:before,
.styled__radio:not(:checked) + label:hover:before {
  border: 1px solid #9b1b21;
}
.styled__radio + label span {
  position: relative;
  top: 4px;
}
.disabled::after {
  display: none;
}
.ui-datepicker .ui-datepicker-prev span {
  border-right-color: #002f5b;
}
.ui-datepicker .ui-datepicker-next span {
  border-left-color: #002f5b;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #33597c;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active:hover,
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover:hover {
  background: #4b8cc0;
}
.ui-datepicker .ui-datepicker-calendar td {
  width: 30px;
}
.error_form {
  padding: 15px;
  text-align: center;
  background: #9b1b21;
  margin: 15px -15px;
  color: #fff;
  font-weight: bold;
}
html.ie11 .styled__checkbox:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  top: -17px !important;
  left: -12px !important;
}
label[for="debitpayment"]::after,
label[for="checkmo"]::after,
label[for="hgwpal"]::after,
label[for="hgwcc"]::after {
  content: "";
  font-family: PaymentFont, sans-serif;
  text-indent: 0;
  line-height: normal;
  display: block;
  font-size: 36px;
  padding-left: 10px;
  top: -3px;
  height: 30px;
  position: absolute;
}
label[for="debitpayment"]::after {
  background: url('../images/SepaLogoDE.jpg');
  background-size: cover;
  height: 30px;
  width: 85px;
  top: 2px;
  margin-left: 10px;
  padding-left: 0;
}
label[for="checkmo"]::after {
  content: "\f038";
  padding-left: 8px;
  color: #002f5b;
}
label[for="hgwcc"]::after {
  content: "\f02d \f045";
}
label[for="hgwpal"]::after {
  background: url('../images/de-pp-logo-200px.png');
  background-size: cover;
  height: 30px;
  width: 117px;
  top: 2px;
  margin-left: 12px;
  padding-left: 0;
}
#modal_zustellgebuehr {
  opacity: 1;
  background: rgba(0, 0, 0, 0.25);
}
#modal_zustellgebuehr .modal-content {
  width: 600px;
  position: relative;
  margin: 80px auto 0 auto;
}
#modal_zustellgebuehr button.modalclose {
  width: 20px;
  opacity: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2.5em;
}
.popup-login-form .input_part > div > div {
  background: #f5f5f5;
  padding: 20px;
}
.popup-login-form .input_part > div > div p {
  font-weight: bold;
  margin-bottom: 8px;
}
body.checkout-index-optin .upload_success_text {
  overflow: hidden;
}
body.checkout-index-adresse .radio-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
body.checkout-index-adresse .radio-flex .radio-flex-item {
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: auto;
}
body.checkout-index-adresse .radio-flex .radio-flex-item label:before {
  top: 3px !important;
}
body.checkout-index-adresse .birthdayWrapper .birthdayClose:before {
  font-family: 'pt_sans_regular', sans-serif;
  content: 'x';
  font-size: 1.5rem;
  font-weight: bold;
}
body.checkout-index-adresse .birthdayWrapper .birthdaySelect .birthdayInputDateField .title .nextYear:after {
  font-family: 'pt_sans_regular', sans-serif;
  content: '>';
  padding-left: 10px;
}
body.checkout-index-adresse .birthdayWrapper .birthdaySelect .birthdayInputDateField .title .preYear:before {
  font-family: 'pt_sans_regular', sans-serif;
  content: '<';
  padding-right: 10px;
}
body.checkout-index-adresse .birthdayWrapper .birthdaySelect .birthdayInputDateField .title .preYear[disabled="disabled"]:before,
body.checkout-index-adresse .birthdayWrapper .birthdaySelect .birthdayInputDateField .title .nextYear[disabled="disabled"]:after {
  content: '';
}
body.checkout-index-adresse ul.ui-autocomplete {
  list-style-type: none;
  padding: 3px;
}
body.checkout-index-adresse ul.ui-autocomplete li {
  padding: 3px;
  cursor: pointer;
}
body.checkout-index-adresse ul.ui-autocomplete li:hover {
  background: #f5f5f5;
}
body.checkout-index-adresse body select.select_fehler,
body.checkout-index-adresse select.strasse_auswahl_fehler {
  color: #da0b1a;
  font-weight: 700;
  border-color: #da0b1a;
  border-width: 2px;
  height: 35px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
#cookie-status {
  display: none !important;
}
.page-header {
  margin: 0;
}
.panel {
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  line-height: 1.6rem;
}
.label {
  font-size: 100%;
  padding: 0;
  color: #333;
  line-height: normal;
  text-align: left;
}
.clearfix {
  clear: both;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.f-right,
.right {
  float: right !important;
}
.f-left,
.left {
  float: left !important;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../css/fonts/glyphicons-halflings-regular.eot');
  src: url('../css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
}
@font-face {
  font-family: 'PaymentFont';
  src: url('../css/fonts/paymentfont-webfont.eot');
  src: url('../css/fonts/paymentfont-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/paymentfont-webfont.woff') format('woff2'), url('../css/fonts/paymentfont-webfont.woff') format('woff'), url('../css/fonts/paymentfont-webfont.ttf') format('truetype'), url('../css/fonts/paymentfont-webfont.svg#paymentfont-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sans_regular';
  src: url('../css/fonts/PT_Sans-Web-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sans_bold';
  src: url('../css/fonts/PT_Sans-Web-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/** ZaL Font-Anpassungen **/
/** ZaL Paddings und Margins **/
/** ZaL Box-Styles **/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "pt_sans_bold";
  color: #555555;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
body.cms-konto-konto-loeschen #maincontent {
  background: #fff;
}
ul.media-box__article.media-box__article__text {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2.24rem;
  list-style-position: outside;
}
ul.media-box__article.media-box__article__text li {
  padding-left: 1.5rem;
  position: relative;
}
ul.media-box__article.media-box__article__text li:before {
  width: .5em;
  height: .5em;
  background-color: #002f5b;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.btn-primary.button.btn-blue {
  background-color: #002f5b;
  border-color: #002f5b;
  color: #fff;
}
.btn-primary.button.btn-blue:hover {
  background-color: #001e3a;
  border-color: #001e3a;
  color: #fff;
}
body {
  max-width: 980px;
  padding: 0 15px;
  margin: 0 auto;
  font-family: 'pt_sans_regular';
}
body .columns .column.main {
  flex-basis: auto;
  -webkit-flex-basis: auto;
  width: 100%;
  font-size: 16px;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
header.page-header {
  overflow: hidden;
}
header.page-header .abo--inherit .navigation {
  margin: 0;
}
a {
  color: #002f5b;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
select option:hover {
  background: #002f5b;
  color: #fff;
}
select::-ms-expand {
  display: none;
}
select {
  padding-left: 5px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
button.action.primary,
button.action.primary > span,
.action.primary {
  font-family: 'pt_sans_regular';
  font-weight: normal;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.page-wrapper .breadcrumbs .items a,
.page-wrapper .breadcrumbs .items strong,
.page-wrapper .breadcrumbs .items .item {
  font-size: 14px;
  font-family: 'pt_sans_regular';
  color: #858687;
  font-style: normal;
}
.page-wrapper .breadcrumbs .items .item:not(:last-child)::after {
  color: #858687;
}
.btn-primary,
.btn.btn-primary,
#pay-now {
  color: #fff;
  background-color: #002f5b;
  border-color: #002f5b;
  background-image: none;
  font-weight: normal;
  font-size: 14px;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-primary:hover,
.btn.btn-primary:hover,
#pay-now:hover {
  background: #001e3a;
  border-color: #001e3a;
  color: #fff;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
}
.form-control,
input.form-control {
  background: #ffffff;
  padding: 5px 6px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  vertical-align: middle;
  width: 100%;
}
.form-control.mage-error,
input.form-control.mage-error {
  border: 1px solid #d43f3a;
}
.fieldset > .field > label.label {
  font-family: 'pt_sans_bold';
  font-weight: normal;
  color: #333;
}
.page-wrapper .breadcrumbs {
  padding: 0;
}
.page-wrapper .breadcrumbs ul {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-family: "pt_sans_bold";
  color: #000;
}
.page-wrapper .breadcrumbs ul li.item:not(:last-child)::after {
  color: #000;
}
.page-wrapper .breadcrumbs ul li:nth-last-child(2)::after {
  display: none;
}
.page-wrapper .breadcrumbs ul li ul.dropdown-menu {
  left: -71px;
}
.page-wrapper .breadcrumbs a {
  font-family: "pt_sans_bold";
  color: #000;
}
.page-wrapper .breadcrumbs a:hover {
  text-decoration: none;
}
.page-wrapper .breadcrumbs li {
  padding: 0;
}
.page-wrapper .breadcrumbs li.active {
  font-family: inherit;
  font-style: italic;
}
.page-wrapper .breadcrumbs li.active:before {
  display: none;
}
.page-wrapper .breadcrumbs li + li {
  padding-right: 0;
}
.page-wrapper .breadcrumbs li + li::before {
  display: none;
}
.page-wrapper .breadcrumbs li:last-child::after,
.page-wrapper .breadcrumbs li + li.item.home::after {
  display: none;
}
.page-wrapper .breadcrumbs .items {
  font-size: 1.5rem;
}
.page-wrapper .breadcrumbs strong {
  font-style: italic;
  color: #000;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 40%;
}
.produkt-grid h3.subheadline a {
  color: #fff;
  font-family: "pt_sans_bold";
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  display: block;
  height: 28px;
}
.produkt-grid img.produktbild {
  margin-bottom: 15px;
}
.produkt-grid .col-xs-12 {
  margin-bottom: 30px;
}
.produkt-grid .col-xs-12 .border {
  padding: 10px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.produkt-grid .col-xs-12 .border h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.produkt-grid .col-xs-12 .border h2 a {
  font-family: "pt_sans_bold";
  font-size: 26px;
  color: #000000;
  text-decoration: none;
}
.produkt-grid .col-xs-12 .border h2 a:hover,
.produkt-grid .col-xs-12 .border h2 a:focus,
.produkt-grid .col-xs-12 .border h2 a:active {
  text-decoration: none;
}
.produkt-grid .col-xs-12 .border h3 {
  font-size: 14px;
  margin: 0;
}
.produkt-grid .col-xs-12 .border h3 a {
  font-family: 'pt_sans_bold';
  text-transform: uppercase;
  color: #002f5b;
  text-decoration: none;
}
.produkt-grid .col-xs-12 .border h3 a:hover,
.produkt-grid .col-xs-12 .border h3 a:focus,
.produkt-grid .col-xs-12 .border h3 a:active {
  text-decoration: none;
}
.produkt-grid .col-xs-12 .border a.btn {
  background-color: #002f5b;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
}
.produkt-grid .col-xs-12 .border a.btn:hover {
  background-color: #001e3a;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
}
.produkt-grid a.btn {
  float: right;
}
.produkt-grid a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.catalog-category-view .col-lg-7 {
    padding-right: 0;
  }
}
body.catalog-category-view h1 {
  font-size: 36px;
  font-family: "pt_sans_bold";
  color: #000;
}
body.catalog-category-view .description ul,
body.catalog-category-view .description ol {
  margin: 0 0 10px 0;
  padding: 0;
}
body.catalog-category-view .description ul li,
body.catalog-category-view .description ol li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
body.catalog-category-view .description ul li::before,
body.catalog-category-view .description ol li::before {
  content: url("../images/check_s.png");
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (min-width: 768px) {
  body.catalog-category-view #accordion_kategorie_links .panel-default {
    border: 0;
    margin-top: 0;
    box-shadow: none;
  }
  body.catalog-category-view #accordion_kategorie_links .panel-default .panel-body {
    padding: 0;
  }
  body.catalog-category-view #accordion_kategorie_links .panel-default .panel-body h1 {
    margin-top: 0;
    font-family: "pt_sans_bold";
    font-size: 36px;
  }
  body.catalog-category-view #accordion_kategorie_links .panel-default .panel-body .description p strong {
    color: #002f5b;
  }
}
body.catalog-category-view #accordion_kategorie_rechts .panel {
  border-radius: 5px;
  box-shadow: none;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading {
  padding: 0;
  border: 0;
  border-radius: 5px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a {
  display: block;
  padding: 10px 25% 20px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-family: "pt_sans_bold";
  font-size: 20px;
  text-decoration: none;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a:not(.aktiv) {
  border-radius: 4px;
  background-color: #f5f5f5;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a:hover {
  text-decoration: none;
  background-color: #e8e8e8;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a.aktiv {
  position: relative;
  color: #fff;
  background: #002f5b;
  cursor: default;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a.aktiv span.preis_info {
  font-size: 1.4em;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a span.info {
  font-family: 'pt_sans_regular';
  display: block;
  font-size: 14px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a span.preis_info {
  right: 15px;
  top: 15px;
  text-align: right;
  line-height: 14px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a span.preis_info .price {
  line-height: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading a.aktiv::after,
  body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading a.aktiv::before {
    top: 30%;
    left: -30px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  body.catalog-category-view #accordion_kategorie_rechts .panel .panel-heading a.aktiv::after {
    border: 15px solid transparent;
    border-right-color: #002f5b;
  }
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse {
  border: 0;
  background: #002f5b;
  padding: 1px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body {
  background: #fff;
  border: 0;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body h3 {
  font-family: "pt_sans_bold";
  font-size: 18px;
  margin-bottom: 20px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body h4.sidebar-titel,
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body h4 {
  font-family: "pt_sans_bold";
  font-weight: normal;
  font-size: 18px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body label.plz_label {
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  font-weight: bold;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .form-control {
  color: #000000;
  border: 1px solid #002f5b;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  margin-bottom: 10px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .form-control option {
  padding: 6px 10px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .form-control.plz_abfrage {
  width: 20%;
  float: left;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body button.btn {
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border: 0;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 6px;
  background-color: #d43f3a;
  border-color: #d43f3a;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body button.btn:hover {
  background-color: #b42c27;
  border-color: #b42c27;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body button.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .preis_produkt {
  text-align: right;
  color: #000;
  font-size: 36px;
  font-family: "pt_sans_bold";
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .preis_produkt .euro {
  font-size: 54px;
  margin-right: -50px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .preis_produkt .komma {
  right: -50px;
  position: relative;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .preis_produkt sup {
  top: -0.5em;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .preis_produkt .cent {
  font-size: 32px;
  right: -43px;
}
body.catalog-category-view #accordion_kategorie_rechts .panel .panel-collapse .panel-body .preis_produkt span.monat {
  position: relative;
  left: auto;
  right: 0;
  font-size: 12px;
}
.opc-hinweis .help ul {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .opc-hinweis .help ul {
    width: 60%;
  }
}
.opc-hinweis .help ul li {
  padding: 0 0 20px;
}
.opc-hinweis .help ul li a.text-link {
  text-decoration: none;
  border-bottom: 1px solid #add3ea;
}
.opc-hinweis .help ul li a.text-link:hover {
  border-bottom: 1px solid #0a7fc6;
}
.opc-hinweis .help .glyphicon {
  opacity: .4;
}
.opc-hinweis .help .btn {
  width: 100%;
}
.opc-hinweis .kleingedrucktes {
  color: #777777;
  font-size: 13px;
}
.kleingedrucktes {
  color: #777777;
  font-size: 13px;
}
.page-wrapper .help ul {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-wrapper .help ul {
    width: 60%;
  }
}
.page-wrapper .help ul li {
  padding: 0 0 20px;
  list-style: none;
}
.page-wrapper .help ul li a.text-link {
  text-decoration: none;
  border-bottom: 1px solid #add3ea;
  color: #0888d4;
}
.page-wrapper .help ul li a.text-link:hover {
  border-bottom: 1px solid #0a7fc6;
  color: #0a7fc6;
}
.page-wrapper .help .glyphicon {
  opacity: .4;
}
.page-wrapper .help .btn {
  width: 100%;
  float: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
}
.page-wrapper .help .btn:hover {
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
}
.btn--cta.transform-normal {
  box-shadow: 0 0 0 0 #fff;
}
@media only screen and (max-width: 767px) {
  .navigation a {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .logo {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: transparent;
  }
}
.opc-estimated-wrapper {
  display: none;
}
.logo {
  margin: 0;
}
@media only screen and (max-device-width: 767px) {
  body.page-products #maincontent .columns {
    padding-top: 0;
  }
  body .breadcrumbs {
    display: block;
  }
  body .label {
    padding: 0;
    font-size: 100%;
  }
  body .block-authentication .label {
    color: #333;
  }
  body .block.block-customer-login {
    float: none;
  }
  body .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
@media only screen and (max-device-width: 480px) {
  .breadcrumbs {
    display: block;
  }
  .breadcrumbs .items .item {
    display: none;
  }
  .breadcrumbs .items .item.home {
    display: inline-block;
  }
  .breadcrumbs .items .item.home:after {
    display: none;
  }
}
.block {
  margin-top: 50px;
}
.block.block-customer-login {
  float: left;
}
.block.block-customer-login .fieldset .field .control {
  width: 100%;
}
.block.block-new-customer {
  float: right;
}
div.mage-error {
  clear: both;
  color: #d43f3a;
  font-size: 11px;
  margin: 0;
}
body.cms-no-route footer {
  display: none;
}
#help ul {
  padding: 0;
}
#inhalt_form .select,
#inhalt_form textarea {
  background-color: #f1f1f1;
  resize: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
#inhalt_form input,
#inhalt_form select {
  margin-bottom: 5px;
}
#inhalt_form label {
  margin-bottom: 0;
  font-weight: normal;
}
#inhalt_form .checkbox {
  float: left;
  margin: 0 5px 10px 0;
}
#inhalt_form em {
  color: #e02b27;
}
#inhalt_form #form_registrierung label {
  width: 90%;
  margin-bottom: 10px;
}
.page-footer {
  display: none;
}
body.catalog-product-view .price-details .tax-details {
  display: none;
}
/**
Landingpage
 */
body.page-layout-landingpage .breadcrumbs,
body.page-layout-landingpage #help,
body.page-layout-landingpage .hinweis_lsc {
  display: none;
}
body.page-layout-landingpage img.headerimage {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
body.page-layout-landingpage .container_inner {
  margin-top: 30px;
}
body.page-layout-landingpage h1 {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #000;
  font-family: "pt_sans_bold";
}
body.page-layout-landingpage .btn.btn-primary {
  border: 0;
}
body.page-layout-landingpage .btn.btn-primary[type='submit'] {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 100%;
}
body.page-layout-landingpage .hilfe {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 15px;
}
body.page-layout-landingpage .hilfe h2 {
  color: #000;
  font-family: "pt_sans_bold";
  margin-top: 0;
  font-size: 18px;
}
body.page-layout-landingpage .hilfe h3 {
  color: #000;
  font-family: "pt_sans_bold";
  margin-top: 0;
}
body.page-layout-landingpage .landingpage_content div.border {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 15px;
  margin: 25px 0;
}
body.page-layout-landingpage .landingpage_content h3 {
  font-family: 'pt_sans_bold';
  font-size: 18px;
  color: #002f5b;
}
body.page-layout-landingpage .landingpage_content ul {
  margin: 0 0 10px 0;
  padding: 0;
}
body.page-layout-landingpage .landingpage_content ul li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
body.page-layout-landingpage .landingpage_content ul li:before {
  content: url("..//images/check_s.png");
  position: absolute;
  left: 0;
  top: 1px;
}
body.page-layout-landingpage .landingpage_content .price {
  font-family: "pt_sans_bold";
  font-size: 30px;
}
body.page-layout-landingpage .content-lp-btn {
  padding: 25px 15px 15px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background: #f2f2f2;
}
body.page-layout-landingpage .content-lp-btn .btn-block.btn.btn-primary {
  border: 0;
  margin-bottom: 10px;
  padding: 6px 0;
  width: 100%;
  max-width: 100%;
}
body.page-layout-landingpage .kleingedrucktes {
  font-size: 11px;
  color: rgba(51, 51, 51, 0.1);
  margin-top: 25px;
}
body.cms-page-view a.btn-block.btn.btn-primary {
  display: inline-block;
  padding: 6px 35px;
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
}
body.page-layout-kategorie-tablet div.title_price_abo {
  font-weight: bold;
}
body.page-layout-kategorie-tablet div.tablet_zuzahlung {
  text-align: right;
}
body.page-layout-kategorie-tablet div.price_tablet_mtl {
  color: #002f5b;
  font-size: 30px;
  text-align: right;
}
body.page-layout-kategorie-tablet div.price_tablet_mtl span {
  font-size: 14px;
}
body.page-layout-kategorie-tablet .btn.btn-danger.btn-lg.center-block {
  margin-top: 20px;
}
body.page-layout-kategorie-tablet #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a {
  padding-right: 15px;
}
body.page-layout-kategorie-tablet #accordion_kategorie_rechts .panel .panel-heading h4.panel-title a span.preis_info {
  display: block;
  right: 0;
  position: relative;
}
body.page-layout-1column .product-info-main {
  width: 57%;
}
body.page-layout-1column .product.media {
  width: 40%;
}
body.page-layout-1column .fotorama__thumb {
  background: transparent;
}
body.page-layout-1column .fotorama__thumb-border {
  border-color: #002f5b;
}
body.page-layout-1column .product-options-wrapper .fieldset {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
body.page-layout-1column .product-options-wrapper .fieldset .field {
  clear: both;
}
body.page-layout-1column .product-options-wrapper .fieldset .field .choice input {
  display: inline;
  margin-right: 8px;
}
body.page-layout-1column .product-options-wrapper .fieldset .field .control {
  margin-bottom: 20px;
}
body.page-layout-1column .product-options-wrapper .fieldset label.label {
  position: relative;
  top: 6px;
}
body.page-layout-1column .product-options-wrapper .fieldset div.control {
  width: 75% !important;
  display: inline;
  float: right;
}
body.page-layout-1column .product-options-wrapper .fieldset div.control select {
  width: 100%;
  background: #f5f5f5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
body.page-layout-1column div.title_price_abo {
  font-weight: bold;
  color: #002f5b;
  margin-bottom: 10px;
}
body.page-layout-1column div.tablet_zuzahlung {
  text-align: right;
}
body.page-layout-1column div.price_tablet_mtl {
  color: #002f5b;
  font-size: 30px;
  text-align: right;
}
body.page-layout-1column div.price_tablet_mtl span {
  font-size: 14px;
}
body.page-layout-1column div.price_tablet_zuzahlung {
  text-align: right;
  color: #002f5b;
  font-size: 32px;
}
body.page-layout-1column #product-addtocart-button {
  width: 100%;
}
body.page-layout-kategorie-tablet #accordion_kategorie_rechts .panel .panel-collapse .panel-body h3 {
  margin-bottom: 4px;
}
body.page-layout-kategorie-tablet #accordion_kategorie_rechts .panel .panel-collapse .form-control.option-select {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #ccc;
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45%;
  background-color: #f1f1f1;
  background-size: 30px 60px;
}
body.page-layout-kategorie-tablet input[type="radio"],
body.page-layout-kategorie-tablet input[type="checkbox"] {
  margin-top: 3px;
}
.footer__nav-area-single {
  padding: 11.2px 22.4px;
  padding: 1.12rem 2.24rem;
  text-align: center;
}
.nav-footer--single {
  padding-bottom: 0;
}
.nav-footer {
  display: inline-block;
  overflow: hidden;
}
.nav__secondary__item {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
}
.nav__secondary__item {
  padding-right: 2.8px;
  padding-right: 0.28rem;
}
.nav__secondary__item > a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
}
.nav__secondary__item > a:hover {
  color: #9b1b21;
  text-decoration: underline;
}
.nav__secondary__item > a {
  padding-right: 2.8px;
  padding-right: 0.28rem;
}
.nav-footer a {
  padding-top: 0;
  padding-bottom: 0;
}
.nav__secondary__item::after {
  content: "|";
}
.nav__secondary__item:last-child::after {
  content: "";
}
.slider-startseite {
  margin-bottom: 60px;
}
.slider-startseite .carousel {
  overflow: visible;
}
.slider-startseite .carousel .carousel-control {
  z-index: 2;
}
.slider-startseite .carousel .slider_description {
  min-height: 235px;
}
.slider-startseite .carousel .carousel-inner {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.slider-startseite .carousel .carousel-inner .item {
  transition-property: opacity;
}
.slider-startseite .carousel .carousel-inner .item h2 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
}
.slider-startseite .carousel .carousel-inner .item ul {
  padding: 0;
}
.slider-startseite .carousel .carousel-inner .item .btn-primary {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
}
.slider-startseite .carousel .carousel-inner .item .btn-primary:hover {
  transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  outline: none;
}
.slider-startseite .carousel .carousel-inner .item,
.slider-startseite .carousel .carousel-inner .active.left,
.slider-startseite .carousel .carousel-inner .active.right {
  opacity: 0;
}
.slider-startseite .carousel .carousel-inner .active,
.slider-startseite .carousel .carousel-inner .next.left,
.slider-startseite .carousel .carousel-inner .prev.right {
  opacity: 1;
}
.slider-startseite .carousel .carousel-inner .next,
.slider-startseite .carousel .carousel-inner .prev,
.slider-startseite .carousel .carousel-inner .active.left,
.slider-startseite .carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.slider-startseite .carousel .carousel-inner li {
  padding: 0 0 5px 20px;
  display: block;
  position: relative;
}
.slider-startseite .carousel .carousel-inner li:before {
  content: url("../images/check_s.png");
  position: absolute;
  left: 0px;
  top: 1px;
}
.slider-startseite .carousel .carousel-inner a {
  color: #555555;
}
.slider-startseite .carousel .carousel-inner a:hover {
  text-decoration: none;
}
.slider-startseite .carousel .carousel-inner a.btn {
  color: #fff;
}
.slider-startseite .carousel-indicators {
  bottom: 0;
}
.slider-startseite .carousel-indicators li {
  border-color: #001e3a;
}
.slider-startseite .carousel-indicators li.active {
  background: #001e3a;
}
.slider-startseite .carousel-control.left,
.slider-startseite .carousel-control.right {
  background: none;
  font-size: 30px;
}
.slider-startseite .col-xs-12.col-sm-8.right {
  padding: 0;
}
.slider-startseite .col-xs-12.col-sm-4 {
  padding-bottom: 20px;
}
.slider-startseite .col-xs-12.col-sm-4 h2 {
  font-family: "pt_sans_bold";
  font-size: 36.4px;
  padding: 10px 0 25px;
}
.slider-startseite .col-xs-12.col-sm-4 p {
  padding-bottom: 10px;
}
.slider-startseite .carousel-indicators {
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .slider-startseite img {
    margin-bottom: 20px;
  }
}
/*
 * Copyright (c) 2017.
 * Zander an Lavendel UG
 * Lützner Str. 85
 * 04177 Leipzig
 * Tel: (+49) 341 – 49278950
 * Fax: (+49) 341 – 39299382-9
 * E-Mail: info@zanderanlavendel.de
 * Internet: www.zanderanlavendel.de
 *
 */
.osc-authentication-wrapper {
  margin-top: 10px;
  background: #F1F1F1;
  padding: 10px;
}
.osc-authentication-wrapper a.btn {
  border-radius: 0px;
  margin-top: 10px;
}
.osc-authentication-wrapper a.btn:hover {
  border: 1px solid #002242;
}
.modal-popup.popup-authentication .modal-title {
  border-bottom: 1px;
}
.modal-popup.popup-authentication .action-close:before {
  font-size: 29px;
}
.modal-popup.popup-authentication .modal-header {
  border-bottom: 0;
}
.modal-popup.popup-authentication form.form.form-login .fieldset {
  margin: 0 0 20px;
}
.modal-popup.popup-authentication form.form.form-login input {
  background: #f1f1f1;
  padding: 5px 6px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
}
.modal-popup.popup-authentication form.form.form-login button {
  border: 0;
}
.modal-popup.popup-authentication form.form.form-login button:hover {
  background: #001e3a;
}
div#checkoutSteps {
  margin: 0 -10px;
}
div#checkoutSteps .step-title {
  background-color: #002f5b;
}
div#checkoutSteps .action.action-show-popup.btn.btn-primary {
  margin-left: 20px;
  border-radius: 0px;
}
div#checkoutSteps .checkout-shipping-address,
div#checkoutSteps .checkout-shipping-method,
div#checkoutSteps .checkout-billing-address,
div#checkoutSteps .checkout-payment-method,
div#checkoutSteps #opc-sidebar {
  border: 1px solid #002f5b;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
div#checkoutSteps .checkout-shipping-address .step-content,
div#checkoutSteps .checkout-shipping-method .step-content,
div#checkoutSteps .checkout-billing-address .step-content,
div#checkoutSteps .checkout-payment-method .step-content,
div#checkoutSteps #opc-sidebar .step-content {
  margin: 0;
}
div#checkoutSteps .ajax-loader {
  background: url('../images/loading.gif');
  float: left;
  margin-left: 10px;
  display: none;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
div#checkoutSteps #checkout-step-shipping .field.addresses {
  display: none;
}
div#checkoutSteps .shipping-address-item.selected-item,
div#checkoutSteps select[name="billing_address_id"] {
  display: none;
}
div#checkoutSteps .opc-payment {
  position: relative;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method._active .payment-method-title label::after {
  color: #002f5b;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl {
  margin: 0 0 8px !important;
  display: inline-block;
  float: left;
  width: 50%;
  border: 0;
  padding: 0 0 30px;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label {
  position: relative;
  display: inline-block;
  font-size: 0;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label::after,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label::after {
  color: #333;
  font-family: PaymentFont, sans-serif;
  text-indent: 0;
  line-height: normal;
  display: block;
  font-size: 36px;
  padding-left: 10px;
  top: -20px;
  content: '';
  height: 30px;
  position: absolute;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label[for="hgwpal"]::after,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label[for="hgwpal"]::after {
  content: '\f033';
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label[for="banktransfer"]::after,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label[for="banktransfer"]::after {
  content: "\f04a";
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label[for="debitpayment"]::after,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label[for="debitpayment"]::after {
  content: "\f04a";
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label[for="hgwcc"]::after,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label[for="hgwcc"]::after {
  content: "\f02d \f045";
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label[for="checkmo"]::after,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl label[for="checkmo"]::after {
  content: "\f038";
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-title input,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #checkout-step-aboauswahl input {
  display: inline;
  margin: 0;
  min-height: inherit;
  position: relative;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-content,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #pvaausgabe_ausgaben,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #shipping-new-address-form {
  position: absolute;
  width: 100%;
  top: 50px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 15px 0 0 0;
  left: 0;
}
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method .payment-method-content select,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #pvaausgabe_ausgaben select,
div#checkoutSteps .opc-payment .payment-methods .payment-group .payment-method #shipping-new-address-form select {
  width: calc(100% - 22px);
}
div#checkoutSteps .fieldset .form-login {
  margin-bottom: 0;
}
div#checkoutSteps .fieldset .field {
  margin: 0 0 8px !important;
}
div#checkoutSteps .fieldset .field.required {
  margin: 0 0 8px;
}
div#checkoutSteps .fieldset .field .label {
  color: #333;
  font-family: 'pt_sans_bold';
  font-weight: normal;
  margin: 0 !important;
  text-align: left;
}
div#checkoutSteps .fieldset .field .label::after {
  color: #d43f3a;
  margin: 0;
}
div#checkoutSteps .fieldset .field input.input-text {
  background: #f1f1f1;
  padding: 5px 6px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
}
div#checkoutSteps .fieldset .field input.input-text.mage-error {
  border: 1px solid #d43f3a;
}
div#checkoutSteps .fieldset .field input.input-text._has-datepicker {
  width: calc(100% - 23px);
}
div#checkoutSteps .fieldset .field ._with-tooltip input.input-text {
  width: 100%;
}
div#checkoutSteps .fieldset .field ._with-tooltip .field-tooltip {
  display: none;
}
div#checkoutSteps .fieldset .field .mage-error {
  color: #d43f3a;
  font-size: 11px;
  margin: 0;
}
div#checkoutSteps .fieldset .field select.select {
  width: 100%;
  background-color: #f1f1f1;
  padding: 5px 6px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
div#checkoutSteps .fieldset .field[name="shippingAddress.company"] {
  display: none;
}
div#checkoutSteps .fieldset .field[name="shippingAddress.company"].show {
  display: block;
}
div#checkoutSteps .osc-payment-after-methods .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
div#checkoutSteps #checkmo_select,
div#checkoutSteps #pvaausgabe,
div#checkoutSteps #debitpayment_select,
div#checkoutSteps #osc-delivery-time,
div#checkoutSteps #abostart,
div#checkoutSteps #hgwpal_select,
div#checkoutSteps #hgwcc_select,
div#checkoutSteps #ausweisart {
  width: 100%;
  background-color: #f1f1f1;
  padding: 5px 6px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
div#checkoutSteps #osc-delivery-time,
div#checkoutSteps #abostart {
  width: calc(100% - 23px);
}
div#checkoutSteps #pvaausgabe,
div#checkoutSteps #abostart {
  margin-bottom: 20px;
}
div#checkoutSteps #opc-shipping_method {
  display: none !important;
}
div#checkoutSteps div.field[name="shippingAddress.street.1"] label.label,
div#checkoutSteps div.field[name="billingAddress.street.1"] label.label {
  position: relative;
  height: 20px;
}
div#checkoutSteps div.field[name="shippingAddress.street.1"] label.label:after,
div#checkoutSteps div.field[name="billingAddress.street.1"] label.label:after {
  content: 'Zustellbesonderheiten';
  display: inline-block;
  text-indent: 0;
  color: #333;
}
div#checkoutSteps #opc-sidebar #preis_zusatz_zwei {
  font-size: 14px;
  font-family: "pt_sans_bold";
  white-space: normal;
}
div#checkoutSteps #opc-sidebar .opc-block-summary.step-content {
  padding: 20px;
}
div#checkoutSteps #opc-sidebar table.data.table.table-totals {
  border: 0;
  border-top: 1px;
  border-bottom: 1px;
  margin-bottom: 0;
}
div#checkoutSteps #opc-sidebar table.data.table.table-totals th.mark {
  background: transparent;
  text-align: left;
}
div#checkoutSteps #opc-sidebar table.data.table.table-totals th.mark strong {
  display: none;
}
div#checkoutSteps #opc-sidebar table.data.table.table-totals td.amount {
  width: 80%;
}
div#checkoutSteps #opc-sidebar table.data.table.table-totals tr.totals.sub,
div#checkoutSteps #opc-sidebar table.data.table.table-totals tr.totals.shipping.incl,
div#checkoutSteps #opc-sidebar table.data.table.table-totals tr.totals-tax-summary,
div#checkoutSteps #opc-sidebar table.data.table.table-totals tr.totals-tax {
  display: none;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper {
  margin-top: 20px;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-image-container,
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-item-detail {
  float: left;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-image-container {
  display: inline-block !important;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-item-detail {
  display: inline-block !important;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-item-detail .product.options span.toggle {
  display: none;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-item-detail .product.options div.content {
  display: block !important;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-item-name {
  font-size: 22px !important;
  font-weight: bold;
  margin-top: 0px;
}
div#checkoutSteps #opc-sidebar .content.minicart-items .minicart-items-wrapper .product-item-detail:after {
  clear: both;
}
div#checkoutSteps #opc-sidebar #co-place-order-area button.action.action-show {
  margin-left: 8px;
}
div#checkoutSteps #opc-sidebar #co-place-order-area label {
  width: 90%;
  margin-left: 10px;
  text-align: left;
}
div#checkoutSteps #opc-sidebar #co-place-order-area .checkout-agreement button.action.action-show {
  margin-left: 0;
  text-align: left;
}
div#checkoutSteps #opc-sidebar #co-place-order-area input {
  float: left;
}
div#checkoutSteps #opc-sidebar #co-place-order-area .ajax-file-upload {
  display: inline-block;
  padding: 6px 12px;
  background: #0888d4;
  color: #fff;
  border-radius: 6px;
}
div#checkoutSteps #opc-sidebar #co-place-order-area #upload #upload_success_text {
  clear: both;
  margin-top: 10px;
}
div#checkoutSteps #opc-sidebar #co-place-order-area #upload label {
  margin-left: 0;
}
div#checkoutSteps #opc-sidebar #co-place-order-area #upload input#fileupload {
  display: inline-block;
  padding: 6px 12px;
  background: #002f5b;
  color: #fff;
  border-radius: 6px;
  float: none;
}
div#checkoutSteps #opc-sidebar #co-place-order-area #upload input#fileupload:hover {
  background-color: #001e3a;
}
div#checkoutSteps #opc-sidebar #co-place-order-area #upload input.btn {
  float: none;
}
div#checkoutSteps #opc-sidebar #co-place-order-area .osc-place-order-block.checkout-addition-block {
  padding: 0 !important;
  border: 0;
  border-top: 1px;
  margin-bottom: 0;
}
div#checkoutSteps #opc-sidebar #co-place-order-area .osc-place-order-block.checkout-addition-block .osc-newsletter.field.choice {
  padding: 0;
}
div#checkoutSteps #opc-sidebar #co-place-order-area .osc-place-order-wrapper .actions-toolbar {
  margin-bottom: 20px;
}
.opc-hinweis .kleingedrucktes {
  color: #777777;
  font-size: 13px;
}
.checkout-index-index .modal-content {
  border: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer,
.checkout-index-index .modal-popup.modal-slide .modal-header {
  border: 0;
}
#shipping-new-address-form .field {
  margin-bottom: 10px !important;
}
#shipping-new-address-form .field .label {
  color: #333;
  font-family: 'pt_sans_bold';
  font-weight: normal;
  border: 0;
}
#shipping-new-address-form .field.choice {
  display: none;
}
#shipping-new-address-form .field select,
#shipping-new-address-form .field input {
  width: 100%;
  background-color: #f1f1f1;
  padding: 5px 6px;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#shipping-new-address-form .field .field-tooltip {
  display: none;
}
body.checkout-onepage-success .heidelpay-additional-payment-information {
  display: none;
}
body.checkout-onepage-success footer.page-footer {
  display: none;
}
.create-account-block fieldset {
  position: absolute;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.example-tooltip-top .tooltip-content {
  background: #fff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-bottom: 5px;
  bottom: 14px;
  left: 0;
  font-size: 14px;
  font-family: 'pt_sans_regular';
}
.example-tooltip-top:hover .tooltip-content {
  display: block;
}
.example-tooltip-top {
  position: relative;
  top: 0px;
  left: 3px;
  width: 19px;
  display: inline-block;
  height: 25px;
}
.example-tooltip-top > span {
  padding-top: 5px;
}
.example-tooltip-top .glyphicon.glyphicon-info-sign {
  font-size: 18px;
  line-height: 0;
  color: #002f5b;
}
.example-tooltip-top .glyphicon.glyphicon-info-sign:hover {
  text-decoration: none;
}
select:disabled {
  background-image: none;
  cursor: not-allowed;
}
#checkout .block.items-in-cart {
  margin-top: 0;
}
#checkout .opc-block-summary .minicart-items-wrapper {
  padding-top: 0;
}
#checkout .opc-block-summary.step-content {
  padding-top: 0 !important;
}
#checkout .mobile-description .step-title div {
  padding: 0 30% 0 0;
}
#checkout .mobile-description .step-title div h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "pt_sans_bold";
}
#checkout .mobile-description .step-title div span.info {
  font-family: 'pt_sans_regular';
  display: block;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}
#checkout .mobile-description .step-title .preis_info {
  right: 15px;
  top: 15px;
  text-align: right;
  line-height: 14px;
  font-size: 1.4em;
  display: block;
  font-family: "pt_sans_bold";
}
#checkout .mobile-description .step-title .preis_info span {
  font-size: 12px;
  text-align: right;
  line-height: 14px;
  text-transform: none;
}
#checkout .mobile-description p {
  margin: 10px 10px 0 10px;
}
#hgwpal_payment #hgwcc_interval {
  display: none !important;
}
#hgwcc_payment #hgwpal_interval {
  display: none !important;
}
button#pay-now {
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 16px;
  border: 0;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 6px;
  background-repeat: repeat-x;
  display: block;
  color: #fff;
}
#payment_iframe {
  height: 230px !important;
}
.reseller-crm {
  margin-bottom: 15px;
}
.reseller-crm h4 a {
  display: block;
}
.reseller-crm h4 a:after {
  content: "\e114";
  font-family: Glyphicons Halflings, sans-serif;
  float: right;
}
div#checkoutSteps .fieldset .field .label::after {
  color: #000;
}
.label span {
  display: inline-block;
}
.actions-toolbar {
  float: right;
}
.fieldset:after {
  display: none;
}
.pflichtfelder {
  text-align: right;
}
.pflichtfelder em {
  color: #9b1b21;
  position: relative;
  left: -2px;
}
body .styled__select {
  display: inline-block;
}
input.mage-error {
  border: 1px solid #d43f3a;
}
label.label {
  display: block;
}
label.label.x-control-text-error {
  color: #da0b1a;
  font-family: pt_sans_regular, sans-serif;
}
label.label.x-control-text-error:before {
  vertical-align: middle;
  padding-right: 5.6px;
  padding-right: .56rem;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  box-sizing: inherit;
}
div.x-control-text-error {
  color: #da0b1a;
  font-family: pt_sans_regular, sans-serif;
}
div.x-control-text-error:before {
  padding-right: 5.6px;
  padding-right: .56rem;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  box-sizing: inherit;
}
.checkout-payment-method label.label.x-control-text-error {
  color: #da0b1a;
}
.checkout-payment-method #erBoxdebitpayment_select,
.checkout-payment-method #erBoxcheckmo_select {
  margin: 0;
  width: 100%;
}
/** Header - Footer */
.fr {
  float: right;
}
.fl {
  float: left;
}
.clr {
  clear: both;
}
.header.content {
  padding-top: 20px;
}
.header.content .top_menu {
  margin-bottom: 10px;
}
.header.content .top_menu #logo_bzmedien {
  width: 80px;
}
.header.content .top_menu div#top_nav a {
  font-size: 1.6rem;
  color: #666666;
}
.header.content .top_menu div#top_nav a:hover {
  color: #9b1b21;
}
.header.content .centered_menu {
  margin-bottom: 10px;
}
.header.content .centered_menu #logo_bz {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.header.content .centered_menu div#centered_nav {
  display: block;
  width: 100%;
  text-align: center;
}
.header.content .centered_menu div#centered_nav a {
  font-size: 1.8rem;
  color: #666666;
}
.header.content .centered_menu div#centered_nav a.link_red,
.header.content .centered_menu div#centered_nav a:hover {
  color: #9b1b21;
}
.header.content .main_menu nav.navbar.navbar-default {
  min-height: 37px;
  background-color: #002f5b;
  background-image: none;
  border: none;
  box-shadow: none;
}
.header.content .main_menu nav.navbar.navbar-default ul.nav.navbar-nav li a {
  padding: .84rem 1rem;
  background-image: none;
  box-shadow: none;
  font-family: 'pt_sans_bold';
  font-weight: normal;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: none;
}
.header.content .main_menu nav.navbar.navbar-default ul.nav.navbar-nav li a:hover {
  background-color: #9b1b21;
  box-shadow: none;
  text-shadow: none;
}
.header.content .main_menu nav.navbar.navbar-default ul.nav.navbar-nav li.active a {
  background-color: #9b1b21;
}
.mobile_menu {
  display: none;
}
#kundenkonto_menu .block {
  margin: 0;
}
#kundenkonto_menu .block .content {
  padding: 0;
  background-color: transparent;
}
#kundenkonto_menu .block .content ul li {
  float: left;
  margin-top: 0;
}
#kundenkonto_menu .block .content ul li a {
  padding: 0 10px;
  font-family: 'pt_sans_regular';
  font-weight: normal;
  font-size: 1.6rem;
}
#kundenkonto_menu .block .content ul li a:hover {
  background-color: transparent;
  color: #9b1b21;
}
#kundenkonto_menu .block .content ul li a:active,
#kundenkonto_menu .block .content ul li a:focus {
  background-color: transparent;
  font-weight: normal;
  color: #666666;
}
#kundenkonto_menu .block .content ul.uebersicht li#uebersicht a,
#kundenkonto_menu .block .content ul.kundeninfos li#kundeninfos a,
#kundenkonto_menu .block .content ul.password li#password a,
#kundenkonto_menu .block .content ul.email li#email a,
#kundenkonto_menu .block .content ul.bankeinzug li#lastschrift a,
#kundenkonto_menu .block .content ul.loeschen li#loeschen a,
#kundenkonto_menu .block .content ul.auftraege li#auftraege a {
  background-color: transparent;
  font-weight: normal;
  color: #9b1b21;
}
footer {
  padding: 2.24rem 3.24rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
footer ul.footer_links {
  padding-left: 0;
  list-style-type: none;
}
footer ul.footer_links li a {
  font-size: 1.6rem;
  color: #666666;
}
footer ul.footer_links li a:hover {
  color: #9b1b21;
}
@media screen and (max-width: 768px) {
  .desktop_menu {
    display: none;
  }
  header.page-header {
    margin-top: 0;
    overflow: visible;
    border: none;
  }
  header.page-header .header.content {
    padding-top: 0;
  }
  header.page-header .header.content .mobile_menu {
    display: block;
    width: 100%;
    margin-left: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #fff;
    border-bottom: 1px solid #b0b0b0;
    position: fixed;
    z-index: 999;
  }
  header.page-header .header.content .mobile_menu #logo_bz {
    display: block;
    width: 180px;
    margin: 0 auto 5px auto;
  }
  header.page-header .header.content .mobile_menu .navbar-toggle {
    position: absolute;
    top: -31px;
    left: 0;
    margin: 0;
    padding: 0 15px;
    border: none;
    box-shadow: none;
  }
  header.page-header .header.content .mobile_menu .navbar-toggle .icon-bar {
    width: 24px;
    height: 4px;
    margin-bottom: 6px;
    background-color: #000000;
  }
  header.page-header .header.content .mobile_menu .navbar-toggle:hover,
  header.page-header .header.content .mobile_menu .navbar-toggle:active,
  header.page-header .header.content .mobile_menu .navbar-toggle:focus {
    background-color: transparent;
  }
  header.page-header .header.content .mobile_menu .navbar-default {
    min-height: auto;
    margin-bottom: 0;
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse {
    height: 100vh;
    margin-top: 10px;
    background-color: #f5f5f5;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .mobile_nav {
    float: left;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .mobile_nav ul {
    margin-top: 10px;
    padding-left: 10px;
    list-style-type: none;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .mobile_nav ul li {
    float: left;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .mobile_nav ul li a {
    margin-right: 10px;
    font-size: 14px;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .mobile_nav ul li a.link_red,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .mobile_nav ul li a:hover {
    color: #9b1b21;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu {
    border-top: #b0b0b0 1px solid;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul {
    margin: 0;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li {
    border-bottom: #b0b0b0 1px solid;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li a {
    padding: 1.12rem;
    font-family: 'pt_sans_bold';
    font-size: 1.7rem;
    color: #000000;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li a.toggle_kundenkonto_menu {
    position: relative;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li a.toggle_kundenkonto_menu:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon_arrow.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    right: 13px;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li.active a {
    background-image: none;
    background-color: #9b1b21;
    color: #fff;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li.active a.toggle_kundenkonto_menu:after {
    background-image: url('../images/icon_arrow_white.png');
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul {
    padding-top: 1.12rem;
    padding-bottom: 2.24rem;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.uebersicht li#uebersicht a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.kundendaten li#kundendaten a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.kundeninfos li#kundeninfos a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.password li#password a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.auftraege li#auftraege a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.urlaubsservices li#urlaubsservices a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.bankeinzug li#lastschrift a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.reklamation li#reklamation a,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.email li#email a {
    padding: .56rem;
    background-color: #fff;
    color: #9b1b21;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.uebersicht li#uebersicht a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.kundendaten li#kundendaten a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.kundeninfos li#kundeninfos a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.password li#password a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.auftraege li#auftraege a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.urlaubsservices li#urlaubsservices a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.bankeinzug li#lastschrift a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.reklamation li#reklamation a:hover,
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul.email li#email a:hover {
    background-color: #9b1b21;
    color: #fff;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul li {
    margin: 6px 11px 6px 0;
    border: none;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul li a {
    padding: .56rem;
    background-color: #fff;
    color: #9b1b21;
  }
  header.page-header .header.content .mobile_menu .navbar-default .navbar-collapse .main_menu ul li #kundenkonto_menu ul li a:hover {
    background-color: #9b1b21;
    color: #fff;
  }
  main.page-main {
    padding-top: 40px;
  }
}
/* Klassen Allgemein */
@font-face {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  src: url("../css/fonts/LDFont.woff2") format("woff2"), url("../css/fonts/LDFont.woff") format("woff"), url("../css/fonts/LDFont.ttf") format("truetype"), url("../css/fonts/LDFont.eot") format("embedded-opentype");
  font-display: swap;
}
.page.messages {
  display: none !important;
}
div,
html,
body,
p,
ul,
ol,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
form,
.row,
.row-nested,
.ld-grid,
.nav,
.nav__item__submenu,
.breadcrumb__container,
.comment__list,
.comment__list__tools,
.reset-margin-padding.reset-margin-padding,
.rset-mp.rset-mp {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body[class^="kundenkonto"] .columns .view-content .detail span,
body.cms-konto-kundenkonto .columns .view-content .detail span {
  float: right;
  color: #9b1b21;
}
body[class^="kundenkonto"] .columns .view-content .detail span a,
body.cms-konto-kundenkonto .columns .view-content .detail span a {
  color: #9b1b21;
}
body[class^="kundenkonto"] select:disabled,
body.cms-konto-kundenkonto select:disabled {
  background: transparent;
}
body {
  background: #f5f5f5;
  max-width: 100%;
  height: auto;
  font-size: 16px;
  color: #333;
  /* Footerbereich */
  /* Kontaktbereich */
  /* Bereits Kunde */
  /* Weitere Angebote */
  /* allgemeine Angebotsklassen */
  /* Startseite */
  /* Kategorieseite */
  /* Produktseite */
  /* CMS-Landingpage ONLY */
  /* CMS-Firmenangebot */
  /* Kundenkonto - Loginseite */
}
body.kundenkonto-index-kundendaten .columns,
body.kundenkonto-index-loeschen .columns,
body.kundenkonto-index-urlaubsservice .columns,
body.kundenkonto-index-spenden .columns,
body.kundenkonto-index-verschenken .columns,
body.kundenkonto-index-nachsenden .columns,
body.kundenkonto-index-reklamation .columns,
body.kundenkonto-index-auftraege .columns,
body.kundenkonto-index-bankdatenaendern .columns,
body.kundenkonto-index-urlaubsunterbrechung .columns,
body.cms-meine-bz-login-aendern .columns,
body.cms-konto-email-aendern .columns,
body.cms-meine-bz-passwort-aendern .columns {
  background: #fff;
  padding-top: 50px;
}
body .warenkorb-content {
  display: none;
}
body.page-layout-password_change .columns .view-content .detail {
  font-size: 14px;
}
body.page-layout-password_change .columns .view-content .detail span {
  float: right;
  color: #9b1b21;
}
body.page-layout-password_change .columns .view-content .detail span a {
  color: #9b1b21;
}
body.page-layout-password_change select:disabled {
  background: transparent;
}
body .mage-error {
  color: #d43f3a;
  font-size: 13px;
  line-height: 20px;
  display: block;
}
body .breadcrumbs {
  display: none;
}
body .sections.nav-sections {
  display: none;
}
body .header.content {
  min-height: 50px;
  z-index: 3;
  max-width: 980px;
  padding: 0;
}
body .header-content {
  padding: 0 10px;
}
body .header-top {
  height: 36.666px;
}
body .header-top-logo-box {
  float: left;
}
body .header-top-logo {
  width: 80px;
}
body .top-menu {
  float: right;
}
body .nav-icon {
  font-size: 1.5em;
  padding: 11.2px;
  padding: 1.12rem;
  line-height: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
body .nav-icon:after {
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
}
body #top-nav a {
  color: #666666;
}
body #top-nav a:hover {
  color: #9b1b21;
}
body .header-center {
  padding-bottom: 5px;
}
body .header-center-logo-box {
  display: table;
  margin: 0 auto;
}
body .header-center-logo {
  width: 400px;
}
body .header__content {
  padding-bottom: 0;
}
body .new-navigation {
  height: 40px;
}
body .new-navigation .new-navigation-box {
  display: block;
  background: #002f5b;
  z-index: 1;
}
body .new-navigation .new-navigation-box li {
  list-style: none;
  position: relative;
  display: block;
  float: left;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
}
body .new-navigation .new-navigation-box li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
}
body .new-navigation .new-navigation-box li a:hover {
  background: #9b1b21;
}
body .new-navigation .navbar {
  min-height: unset;
  border: 0;
  margin-bottom: 0;
}
body .affix {
  top: 0;
  width: 980px;
}
body .header.content {
  padding-top: 0;
}
body .page-header {
  background-color: #fff;
  padding: 0;
}
body header.page-header .header.content {
  overflow: hidden;
}
body header.page-header .header.content .active_menu_link {
  background: #9b1b21;
}
body .nav-holder .nav > li > a:hover,
body .nav-holder .nav > li > a:focus,
body .nav-holder .nav > li > a:active {
  background: #9b1b21;
  color: #fff;
}
body .page-main {
  padding: 0 10px;
  background: #f5f5f5;
  max-width: 980px;
  margin: 0 auto;
}
body .page-main .row {
  font-size: 16px;
}
body main.page-main {
  padding: 20px 10px 0;
}
body .row a {
  text-decoration: none;
}
body .txtWhite {
  color: #fff;
}
body .txtBlack {
  color: #333;
}
body .txtRed {
  color: #9b1b21;
}
body .bg_white {
  background: #fff;
}
body .pad_r_15 {
  padding-left: 0;
  padding-right: 15px;
}
body .pad_l_15 {
  padding-left: 15px;
  padding-right: 0;
}
body .pad_null {
  padding-left: 0;
  padding-right: 0;
}
body .border-left {
  float: left;
  border-left: solid 1px #fff;
}
body .border-right {
  float: right;
  border-right: solid 1px #fff;
}
body .distance_10 {
  margin-bottom: 10px;
}
body .distance_20 {
  margin-bottom: 20px;
}
body .distance_30 {
  margin-bottom: 30px;
}
body .text-box {
  padding: 10px 20px 15px 20px;
}
body .strong-txt {
  font-weight: 700;
}
body .subheadline {
  order: 3;
  margin-bottom: 15px;
  font-weight: 700;
}
body .subheadline h1,
body .subheadline h2,
body .subheadline h3,
body .subheadline h4,
body .subheadline h5,
body .subheadline h6 {
  margin: 0;
}
body .adv_format {
  padding-bottom: 5px;
  padding-left: 25px;
}
body .btn_position {
  position: absolute;
  bottom: 0;
  left: 0;
}
body .box-link {
  width: 100%;
  display: block;
  position: relative;
}
body .box-link span {
  display: block;
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3 {
  margin-top: 0;
  color: #333;
}
body h3 {
  font-weight: 900;
}
body h7 {
  font-weight: 500;
  font-size: 16px;
}
body a:hover {
  text-decoration: none;
}
body .media-box__article {
  display: block;
}
body button:not(.primary) {
  box-shadow: unset;
}
body .button,
body .back_button {
  border: solid 1px #9b1b21;
  border-radius: 4px;
  height: 35px;
  background: #fff;
  color: #9b1b21;
  font-family: PTSans, Arial, "Arial";
  display: inline-block;
  font-weight: 700;
  padding: .5rem 1.12rem;
  vertical-align: middle;
  width: auto;
  cursor: pointer;
  line-height: 1.5;
  text-shadow: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
body .button.half-border,
body .back_button.half-border {
  border-radius: 0 4px 4px 0;
}
body .button:hover,
body .back_button:hover {
  cursor: pointer;
  background-color: #9b1b21;
  border-color: #9b1b21;
  color: #fff;
}
body .button:disabled,
body .back_button:disabled {
  cursor: not-allowed;
  background-color: #fff;
  color: #d1d1d1;
  border-color: #d1d1d1;
}
body .button:focus,
body .back_button:focus {
  outline: unset;
}
body .back_button {
  float: left;
  color: #002f5b;
  border-color: #002f5b;
}
body .back_button:hover {
  background-color: #002f5b;
  border-color: #002f5b;
  color: #fff;
}
body .checked_icon,
body .double_arrow_icon {
  color: #333;
  display: block;
}
body .checked_icon::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  left: 0;
  top: 0.9em;
  margin-left: -25px;
}
body .double_arrow_icon::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  left: 0;
  top: 0.9em;
  margin-left: -25px;
}
body footer.footer {
  max-width: 990px;
  margin: 0 auto;
}
body .footer {
  border-top: none;
}
body .footer .footer__nav-area .nav > li > a {
  padding: 0;
}
body .footer .footer__nav-area .nav > li > a:hover,
body .footer .footer__nav-area .nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
body .footer .footer-box {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
body .footer .footer-box .footer-item a {
  color: #666666;
}
body .footer .footer-box .footer-item a:hover {
  color: #9b1b21;
}
body .footer .footer-box .footer-item:not(:first-child):before {
  content: "|";
  padding: 0 2px;
}
body .contact-content-box {
  padding: 10px 0 15px 0;
  background: #002f5b;
  color: #fff;
  width: 100%;
}
body .contact-content-box .page-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: unset;
}
body .contact-content-box .page-main .contact-title {
  width: 100%;
  margin-bottom: 10px;
}
body .contact-content-box .page-main .contact-title h2 {
  color: #fff;
}
body .contact-content-box .page-main .contact-content-main {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .contact-content-box .page-main .contact-content-main a {
  width: 20%;
}
body .contact-content-box .page-main .contact-content-main a .contact-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}
body .contact-content-box .page-main .contact-content-main a .contact-content .contact-content-h4 {
  font-family: pt_sans_bold;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon {
  margin-bottom: 10px;
  font-family: "Icons";
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon .space {
  display: none;
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon__mail::before {
  content: "";
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon__phone::before {
  content: "";
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon__comment-2::before {
  content: "";
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon__home::before {
  content: "";
}
body .contact-content-box .page-main .contact-content-main a .contact-content .icon__paper::before {
  content: "";
}
body .contact-content-box .page-main .contact-content-main a .contact-content .fs-24 {
  font-size: 24px;
}
body .contact-content-box .page-main .contact-content-main a:hover {
  cursor: pointer;
  background: #05539c;
}
body .still-customer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  order: 6;
}
body .still-customer .text-box p {
  margin-bottom: 10px;
}
body .still-customer .text-box .button {
  float: right;
}
body .still-customer:hover {
  cursor: pointer;
}
body .still-customer:hover .text-box h3 {
  text-decoration: underline;
}
body .still-customer:hover .button {
  background-color: #9b1b21;
  color: #fff;
  text-decoration: none;
}
body .modul-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body .modul-box.more-offers {
  order: 7;
}
body .modul-box h2,
body .modul-box h3,
body .modul-box h4 {
  width: 100%;
}
body .modul-box .single-offer {
  width: 49%;
  margin-bottom: 10px;
}
body .modul-box .single-offer.wide {
  width: 100%;
}
body .modul-box .single-offer a {
  font-weight: 700;
  color: #9b1b21;
  text-decoration: none;
}
body .modul-box .single-offer:hover {
  cursor: pointer;
}
body .modul-box .single-offer:hover a {
  font-weight: 700;
  text-decoration: underline;
}
body .category-title {
  order: 2;
  margin-bottom: 15px;
}
body .category-title h1,
body .category-title h2,
body .category-title h3,
body .category-title h4,
body .category-title h5,
body .category-title h6 {
  margin: 0;
}
body .form-control.plz_abfrage {
  display: inline-block;
  width: auto;
  padding: .5rem 1.12rem;
  min-width: 120px;
}
body input[type="text"].form-control,
body input[type="password"].form-control,
body select.form-control {
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 5.6px;
  padding: .5rem;
  vertical-align: middle;
  background-color: #fff;
  border-width: 1px;
  border-color: #b0b0b0;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -moz-transition: 0 0 6px rgba(155, 27, 33, 0.3);
  transition: 0 0 6px rgba(155, 27, 33, 0.3);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  min-height: 2.2em;
}
body input[type="text"].form-control:disabled,
body input[type="password"].form-control:disabled,
body select.form-control:disabled {
  border-color: #fff;
}
body input[type="text"] {
  height: 35px;
}
body.page-layout-startseite .page-wrapper .page-main {
  display: flex;
  flex-direction: column;
}
body.page-layout-startseite .page-wrapper .page-main .unavailable-offer {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0.56rem;
  border: 1px solid #da0b1a;
  background: #fa9da4;
  color: #000;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid {
  order: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 400px;
  margin-bottom: 20px;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  width: 50%;
  height: 100%;
  align-items: flex-end;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box.side-1 {
  border-right: 1px solid #fff;
  justify-content: flex-end;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box.side-2 {
  justify-content: flex-start;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box {
  width: 70%;
  height: 50%;
  background: rgba(0, 47, 91, 0.7);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box .category-text {
  color: #fff;
  font-size: 16px;
  height: 80%;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box .category-text .category-title {
  padding-bottom: 0;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box .category-text .category-title h2 {
  font-size: 17.5px;
  line-height: 22px;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box .category-text .category-description {
  text-align: left;
  height: 70%;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box:hover {
  cursor: pointer;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box:hover .category-text-box .category-btn .button {
  background-color: #9b1b21;
  color: #fff;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box:hover {
  cursor: pointer;
}
body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box:hover .category-text-box .category-btn .button {
  background-color: #9b1b21;
  color: #fff;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid {
  padding-top: 0;
  order: 5;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container {
  display: flex;
  flex-direction: row;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container > div {
  flex: 1;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container > div > div {
  align-items: stretch;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box {
  position: relative;
  width: 31.5%;
  background: #fff;
  float: none;
  display: flex;
  flex-direction: column;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box.wide-flex {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box.wide-flex .offer-img {
  width: 31.5%;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box.wide-flex .offer-content {
  width: 68.5%;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-content {
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-content .offer-name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.42857143;
  font-family: pt_sans_bold;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-content .advantages-list {
  padding: 0 0 10px 25px;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-content .advantages-list ul li {
  list-style: none;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-content .advantages-list ul li::before {
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  margin-left: -25px;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-content .advantages-list ul li.beforeGray::before {
  color: #999;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-img {
  width: 100%;
  object-fit: cover;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-img img {
  border: 1px solid #fff;
  width: 100%;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-img img.visible-tablet {
  display: none;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box:hover {
  cursor: pointer;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box:hover .offer-img img {
  border-color: #001528;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box:hover .offer-content .offer-name {
  text-decoration: underline;
}
body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box:hover .offer-content .offer-content-bottom .button {
  background-color: #9b1b21;
  color: #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main,
body.page-layout-bv_cms_default .page-wrapper .page-main {
  display: flex;
  flex-direction: column;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .still-customer,
body.page-layout-bv_cms_default .page-wrapper .page-main .still-customer {
  order: 6;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid {
  order: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 400px;
  margin-bottom: 20px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box {
  width: 70%;
  height: 70%;
  background: rgba(0, 47, 91, 0.7);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-title,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-title {
  color: #333;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-title h2,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-title h2 {
  color: #fff;
  font-size: 17.5px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description {
  display: block;
  color: #fff;
  text-align: left;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description ul,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description ul {
  padding-left: 25px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description ul li,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description ul li {
  list-style: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description ul li::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description ul li::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  left: 0;
  top: 0.9em;
  margin-left: -25px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description-mobile,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box .offer-text-box .offer-text .offer-description-mobile {
  display: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box:hover,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box:hover {
  cursor: pointer;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid .offer-content-box:hover .offer-text-box .offer-button .button,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid .offer-content-box:hover .offer-text-box .offer-button .button {
  background-color: #9b1b21;
  color: #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box .offer-text-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box .offer-text-box {
  width: 50%;
  height: 50%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box .offer-text-box .offer-text,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box .offer-text-box .offer-text {
  margin-bottom: 8px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box {
  width: 50%;
  height: 100%;
  align-items: center;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 {
  border-right: 1px solid #fff;
  justify-content: flex-end;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 {
  justify-content: flex-start;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box {
  width: 50%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 {
  height: 100%;
  border-right: 1px solid #fff;
  align-items: center;
  justify-content: flex-end;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 {
  height: 50%;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .line,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .line {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 {
  height: 50%;
  align-items: flex-start;
  justify-content: flex-start;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box {
  width: 50%;
  height: 50%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  align-items: flex-end;
  justify-content: flex-end;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 {
  border-right: 1px solid #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 {
  border-bottom: 1px solid #fff;
  align-items: flex-end;
  justify-content: flex-start;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 {
  align-items: flex-start;
  justify-content: flex-start;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.mobile,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.mobile {
  display: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.mobile .offer-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.mobile .offer-content-box {
  height: auto;
  position: relative;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.mobile .offer-content-box img,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.mobile .offer-content-box img {
  width: 100%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.mobile .offer-content-box .offer-text-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.mobile .offer-content-box .offer-text-box {
  position: absolute;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .no-abo,
body.page-layout-bv_cms_default .page-wrapper .page-main .no-abo {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0.56rem;
  border: 1px solid #9b1b21;
  background: #fff;
  color: #000;
  hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  order: 3;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid {
  order: 4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid span[id^="abo_alternative"] a,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid span[id^="abo_alternative"] a {
  color: #9b1b21;
  font-family: pt_sans_bold;
  text-decoration: underline;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box {
  width: 48%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-header.top-height,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-header.top-height {
  height: 40px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body {
  display: flex;
  flex-direction: column;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img {
  width: 100%;
  object-fit: cover;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img img {
  width: 100%;
  border: 1px solid #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img img.visible-tablet,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img img.visible-tablet {
  display: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 15px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-name,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-name {
  display: inline-block;
  font-family: pt_sans_bold;
  font-size: 24px;
  font-weight: 900;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom > div,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom > div {
  width: 50%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price {
  font-family: pt_sans_bold;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price .abo-price-add,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price .abo-price-add {
  font-size: 16px;
  font-family: pt_sans_regular;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price .abo-price-add .abo-price-claim,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price .abo-price-add .abo-price-claim {
  font-size: 12px;
  font-weight: normal;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .text-right .plz-btn .plz_abfrage,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .text-right .plz-btn .plz_abfrage {
  width: 50%;
  min-height: unset;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .mage-error,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .mage-error {
  margin-top: 10px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover {
  cursor: pointer;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-img img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-img img {
  border-color: #001528;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-content .abo-name,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-content .abo-name {
  text-decoration: underline;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-content .abo-content-bottom .button,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-content .abo-content-bottom .button {
  background-color: #9b1b21;
  color: #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-content .abo-content-bottom .button:disabled,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body:hover .abo-content .abo-content-bottom .button:disabled {
  background-color: #fff;
  color: #d1d1d1;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box {
  background-color: #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info {
  display: none;
  padding-top: 20px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-bottom: solid 1px #002f5b;
  position: relative;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn {
  top: -12px;
  background-color: #fff;
  padding: 0 10px;
  font-family: pt_sans_bold;
  position: absolute;
  cursor: pointer;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn.btn-open:after,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn.btn-open:after {
  content: '<';
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn.btn-close:after,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn.btn-close:after {
  content: '>';
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn:after,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn:after {
  margin-left: 8px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages {
  padding: 20px 20px 0 40px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages ul li,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages ul li {
  list-style: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages ul li::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages ul li::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  left: 0;
  top: 0.9em;
  margin-left: -25px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages ul li.beforeGray::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages ul li.beforeGray::before {
  color: #999;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .customer,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .customer {
  color: #9b1b21;
  margin-top: 20px;
  padding: 0 15px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .customer a,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .customer a {
  color: #9b1b21;
  font-family: pt_sans_bold;
  text-decoration: underline;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-headline,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-headline {
  font-weight: 700;
  padding: 30px 15px 0 15px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box {
  padding: 15px;
  padding-bottom: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row {
  width: 31.333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box {
  width: 100%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box {
  background-color: #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: -1px;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover {
  cursor: pointer;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select-device,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select-device {
  border-color: #002f5b;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select_bridge,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select_bridge {
  border: 2px solid;
  border-color: #002f5b;
  border-top: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device {
  padding: 15px 15px 0 15px;
  border: 2px solid #f2f2f2;
  border-bottom: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-name,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-name {
  text-align: center;
  font-family: pt_sans_bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-price,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-price {
  padding-top: 15px;
  text-align: center;
  font-size: 20px;
  font-family: pt_sans_bold;
  color: #9b1b21;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-addpayment,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-addpayment {
  text-align: center;
  font-size: 14px;
  min-height: 22.4px;
  color: #9b1b21;
  font-weight: normal;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil {
  display: none;
  text-align: center;
  margin-top: 10px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil .button,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil .button {
  border-color: #002f5b;
  background: #002f5b;
  color: #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge {
  height: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  background: inherit;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge {
  position: absolute;
  width: 100%;
  background: inherit;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  width: 98%;
  left: 0;
  bottom: 0;
  background-color: #f2f2f2;
  padding: 15px 15px 20px 15px;
  z-index: 1;
  margin-top: -1px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part {
  width: 30%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options {
  padding-bottom: 5px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options label,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options label {
  font-weight: normal;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box {
  position: relative;
  background: #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box.disabled,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box.disabled {
  background: #e3e3e3;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options select,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options select {
  width: 100%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  background: transparent;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow::before {
  font-family: "Icons";
  content: '';
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box {
  display: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages {
  width: 50%;
  padding-right: 0;
  padding-left: 25px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions {
  width: 100%;
  padding-top: 20px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions ul,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions ul {
  padding-left: 15px;
  -webkit-padding-start: 17px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box {
  width: 100%;
  text-align: right;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box {
  height: 30px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box .zuzahlung,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box .zuzahlung {
  color: #9b1b21;
  font-family: pt_sans_bold;
  padding-bottom: 5px;
  display: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .order_btn:focus,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .order_btn:focus {
  outline: unset;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.is_active,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.is_active {
  border: 2px solid #002f5b;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super {
  background-color: #fff3d9;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super .details-btn-box .details-btn,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super .details-btn-box .details-btn {
  background-color: #fff3d9;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_header,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_header {
  text-align: center;
  color: #fff;
  line-height: 30px;
  height: 30px;
  background-color: #002f5b;
  font-size: 16px;
  font-family: pt_sans_bold;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box {
  background-color: #fff3d9;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box .select-device,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box .select-device {
  border-color: #fff3d9;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super:hover .select_pva_box .select-device,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super:hover .select_pva_box .select-device {
  border-color: #002f5b;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select-device,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select-device {
  border-color: #002f5b;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge {
  height: 31px;
  border-left: solid 2px #002f5b;
  border-right: solid 2px #002f5b;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge {
  height: 140%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide {
  width: 100%;
  flex-direction: row;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body {
  flex-direction: row;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-img {
  width: 31.5%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-content,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-content {
  width: 68.5%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-content .abo-content-bottom,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-content .abo-content-bottom {
  margin-bottom: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.topproduct,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.topproduct {
  border: solid 2px #002f5b;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.topproduct .abo-hover-part .abo-header,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.topproduct .abo-hover-part .abo-header {
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  background-color: #002f5b;
  font-size: 20px;
  font-family: pt_sans_bold;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.topproduct .abo-hover-part .abo-body .abo-img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.topproduct .abo-hover-part .abo-body .abo-img {
  object-fit: cover;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.topproduct .abo-hover-part .abo-body .abo-img img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.topproduct .abo-hover-part .abo-body .abo-img img {
  border: none;
  border-bottom: 1px solid #fff;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.topproduct:hover .abo-body .abo-img img,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.topproduct:hover .abo-body .abo-img img {
  border-color: #001528;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box {
  background-color: #fff;
  padding: 0 20px 20px 20px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  border-bottom: solid 1px #002f5b;
  position: relative;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn {
  top: -20px;
  background: #fff;
  padding: 0 10px;
  margin-top: 10px;
  font-family: pt_sans_bold;
  color: #002f5b;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn.btn-open:after,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn.btn-open:after {
  content: '<';
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn.btn-close:after,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn.btn-close:after {
  content: '>';
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn:after,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages-btn-box .advantages-btn:after {
  margin-left: 8px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages {
  padding: 20px 0 0 25px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li {
  list-style: none;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  margin-left: -25px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.newCheckIcon,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.newCheckIcon {
  position: relative;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.newCheckIcon::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.newCheckIcon::before {
  content: '';
  background-image: url('../images/Abo-Shop_Haeckchen.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  position: absolute;
  width: 15px;
  height: 20px;
  top: 0;
  left: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.newCheckIcon.beforeGray::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.newCheckIcon.beforeGray::before {
  background-image: url('../images/Abo-Shop_Haeckchen-Gray.webp');
}
body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.beforeGray::before,
body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .advantages-box .advantages ul li.beforeGray::before {
  color: #999;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .digital-products,
body.page-layout-bv_cms_default .page-wrapper .page-main .digital-products {
  order: 10;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .whiteBox,
body.page-layout-bv_cms_default .page-wrapper .page-main .whiteBox {
  display: flex;
  float: left;
  background: #fff;
  padding: 20px 8rem;
  margin-bottom: 30px;
  width: 100%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget {
  width: 100%;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .form-group-title,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .form-group-title {
  margin: 0 0 22.4px 0;
  color: #002F5B;
  font-family: pt_sans_regular, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .row div,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .row div {
  padding: 0 0.5rem 1rem 0.5rem;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .row div:first-child,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .row div:first-child {
  padding-left: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .row div:last-child,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .row div:last-child {
  padding-right: 0;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .row div .form-radio,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .row div .form-radio {
  margin-right: 3px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .row div .form-textarea,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .row div .form-textarea {
  width: 100%;
  min-height: 200px;
}
body.page-layout-kategorie_bv .page-wrapper .page-main .widget .email_form .row div button.submit,
body.page-layout-bv_cms_default .page-wrapper .page-main .widget .email_form .row div button.submit {
  float: right;
}
body.page-layout-product .page-main,
body.page-layout-landingpage .page-main {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
body.page-layout-product .page-main .product-name-box,
body.page-layout-landingpage .page-main .product-name-box {
  width: 100%;
}
body.page-layout-product .page-main .product-name-box h3,
body.page-layout-landingpage .page-main .product-name-box h3 {
  display: inline-block;
  margin: 0;
}
body.page-layout-product .page-main .product-name-box h7,
body.page-layout-landingpage .page-main .product-name-box h7 {
  font-weight: 900;
}
body.page-layout-product .page-main .product-required-box,
body.page-layout-landingpage .page-main .product-required-box {
  text-align: right;
  position: relative;
  height: 25px;
}
body.page-layout-product .page-main .product-required-box span,
body.page-layout-landingpage .page-main .product-required-box span {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.page-layout-product .page-main .product-required-box span em,
body.page-layout-landingpage .page-main .product-required-box span em {
  color: #9b1b21;
}
body.page-layout-product .page-main .product-image-box,
body.page-layout-landingpage .page-main .product-image-box {
  width: 100%;
}
body.page-layout-product .page-main .product-image-box img,
body.page-layout-landingpage .page-main .product-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-layout-product .page-main .product-image-box img.visible-tablet,
body.page-layout-landingpage .page-main .product-image-box img.visible-tablet {
  display: none;
}
body.page-layout-product .page-main .product-descr-box,
body.page-layout-landingpage .page-main .product-descr-box {
  width: 100%;
}
body.page-layout-product .page-main .product-descr-box p,
body.page-layout-landingpage .page-main .product-descr-box p {
  margin-bottom: 20px;
}
body.page-layout-product .page-main .product-descr-box p:last-child,
body.page-layout-landingpage .page-main .product-descr-box p:last-child {
  margin-bottom: 0;
}
body.page-layout-product .page-main .product-advantages-box,
body.page-layout-landingpage .page-main .product-advantages-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-layout-product .page-main .product-advantages-box .adv-headline,
body.page-layout-landingpage .page-main .product-advantages-box .adv-headline {
  width: 100%;
}
body.page-layout-product .page-main .product-advantages-box .advantages-list,
body.page-layout-landingpage .page-main .product-advantages-box .advantages-list {
  width: 49%;
  padding-left: 25px;
}
body.page-layout-product .page-main .product-advantages-box .advantages-list ul li,
body.page-layout-landingpage .page-main .product-advantages-box .advantages-list ul li {
  list-style: none;
}
body.page-layout-product .page-main .product-advantages-box .advantages-list ul li::before,
body.page-layout-landingpage .page-main .product-advantages-box .advantages-list ul li::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  content: "";
  padding-right: 10px;
  color: #002f5b;
  font-size: 13px;
  display: inline-block;
  left: 0;
  top: 0.9em;
  margin-left: -25px;
}
body.page-layout-product .page-main .product-advantages-box .advantages-list ul li.beforeGray::before,
body.page-layout-landingpage .page-main .product-advantages-box .advantages-list ul li.beforeGray::before {
  color: #999;
}
body.page-layout-product .page-main .product-advantages-box .advantages-list.wide,
body.page-layout-landingpage .page-main .product-advantages-box .advantages-list.wide {
  width: 100%;
}
body.page-layout-product .page-main .product-tablet-box,
body.page-layout-landingpage .page-main .product-tablet-box {
  width: 100%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-headline,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-headline {
  font-weight: 700;
  padding: 30px 15px 0 15px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box {
  padding: 15px;
  padding-bottom: 0;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row {
  width: 31.333%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box {
  width: 100%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box {
  background-color: #f2f2f2;
  padding-bottom: 15px;
  margin-bottom: -1px;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover {
  cursor: pointer;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select-device,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select-device {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select_bridge,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box:hover .select_bridge {
  border: 2px solid;
  border-color: #002f5b;
  border-top: 0;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device {
  padding: 15px 15px 0 15px;
  border: 2px solid #f2f2f2;
  border-bottom: 0;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-name,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-name {
  text-align: center;
  font-family: pt_sans_bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-price,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-price {
  padding-top: 15px;
  text-align: center;
  font-size: 20px;
  font-family: pt_sans_bold;
  color: #9b1b21;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-addpayment,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .select-addpayment {
  text-align: center;
  font-size: 14px;
  min-height: 22.4px;
  color: #9b1b21;
  font-weight: normal;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil {
  display: none;
  text-align: center;
  margin-top: 10px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil .button,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil .button {
  border-color: #002f5b;
  background: #002f5b;
  color: #fff;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge {
  height: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  background: inherit;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge {
  position: absolute;
  width: 100%;
  background: inherit;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  width: 98%;
  left: 0;
  bottom: 0;
  background-color: #f2f2f2;
  padding: 15px 15px 20px 15px;
  z-index: 1;
  margin-top: -1px;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part {
  width: 30%;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options {
  padding-bottom: 5px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options label,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options label {
  font-weight: normal;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box {
  position: relative;
  background: #fff;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box.disabled,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .option-box.disabled {
  background: #e3e3e3;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options select,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options select {
  width: 100%;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  background: transparent;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow::before,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part .select-options .select-arrow::before {
  font-family: "Icons";
  content: '';
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box {
  display: none;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages {
  width: 50%;
  padding-right: 0;
  padding-left: 25px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions {
  width: 100%;
  padding-top: 20px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions ul,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .conditions ul {
  padding-left: 15px;
  -webkit-padding-start: 17px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box {
  width: 100%;
  text-align: right;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box {
  height: 30px;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box .zuzahlung,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .zuzahlung-box .zuzahlung {
  color: #9b1b21;
  font-family: pt_sans_bold;
  padding-bottom: 5px;
  display: none;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .order_btn:focus,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .order_btn_box .order_btn:focus {
  outline: unset;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.is_active,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.is_active {
  border: 2px solid #002f5b;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super {
  background-color: #fff3d9;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super .details-btn-box .details-btn,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box.super .details-btn-box .details-btn {
  background-color: #fff3d9;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_header,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_header {
  text-align: center;
  color: #fff;
  line-height: 30px;
  height: 30px;
  background-color: #002f5b;
  font-size: 16px;
  font-family: pt_sans_bold;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box {
  background-color: #fff3d9;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box .select-device,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super .select_pva_box .select-device {
  border-color: #fff3d9;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super:hover .select_pva_box .select-device,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.super:hover .select_pva_box .select-device {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select-device,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select-device {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge {
  height: 31px;
  border-left: solid 2px #002f5b;
  border-right: solid 2px #002f5b;
}
body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge,
body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge {
  height: 140%;
}
body.page-layout-product .page-main .product-aboauswahl-box,
body.page-layout-landingpage .page-main .product-aboauswahl-box {
  width: 100%;
}
body.page-layout-product .page-main .product-aboauswahl-box .aboauswahl,
body.page-layout-landingpage .page-main .product-aboauswahl-box .aboauswahl {
  display: flex;
  flex-direction: column;
}
body.page-layout-product .page-main .product-aboauswahl-box .aboauswahl .aboauswahl-option,
body.page-layout-landingpage .page-main .product-aboauswahl-box .aboauswahl .aboauswahl-option {
  margin-bottom: 15px;
}
body.page-layout-product .page-main .product-aboauswahl-box .aboauswahl .aboauswahl-option label,
body.page-layout-landingpage .page-main .product-aboauswahl-box .aboauswahl .aboauswahl-option label {
  font-weight: normal;
}
body.page-layout-product .page-main .product-aboauswahl-box .aboauswahl .aboauswahl-extra,
body.page-layout-landingpage .page-main .product-aboauswahl-box .aboauswahl .aboauswahl-extra {
  margin-top: 15px;
}
body.page-layout-product .page-main .product-geschenk-box,
body.page-layout-landingpage .page-main .product-geschenk-box {
  width: 100%;
}
body.page-layout-product .page-main .product-geschenk-box .geschenkoption,
body.page-layout-landingpage .page-main .product-geschenk-box .geschenkoption {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-layout-product .page-main .product-geschenk-box .geschenkoption .geschenkauswahl,
body.page-layout-landingpage .page-main .product-geschenk-box .geschenkoption .geschenkauswahl {
  padding: 0 20px;
}
body.page-layout-product .page-main .product-geschenk-box .geschenkoption .geschenkauswahl .or,
body.page-layout-landingpage .page-main .product-geschenk-box .geschenkoption .geschenkauswahl .or {
  display: inline-block;
  padding-top: 6px;
}
body.page-layout-product .page-main .product-giveaway-box,
body.page-layout-landingpage .page-main .product-giveaway-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-headline,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-headline {
  width: 100%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1%;
  margin-right: -1%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 2px #fff;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img {
  width: 33%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img img,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-text,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-text {
  width: 65%;
  display: block;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input input[type="radio"],
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input input[type="radio"] {
  margin: 4px 5px 0 0;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input label,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input label {
  padding-top: 0;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2 {
  width: 48%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3 {
  width: 31.333%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4 {
  width: 23%;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2 .give-away-img,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2 .give-away-img,
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3 .give-away-img,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3 .give-away-img,
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4 .give-away-img,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4 .give-away-img {
  width: 100%;
  max-height: 200px;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2.active,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2.active,
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3.active,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3.active,
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4.active,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4.active {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2:hover,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2:hover,
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3:hover,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3:hover,
body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4:hover,
body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4:hover {
  cursor: pointer;
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-banner-box,
body.page-layout-landingpage .page-main .product-banner-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}
body.page-layout-product .page-main .product-banner-box .product-banner-img,
body.page-layout-landingpage .page-main .product-banner-box .product-banner-img {
  width: 35%;
  display: flex;
  justify-content: center;
}
body.page-layout-product .page-main .product-banner-box .product-banner-img img,
body.page-layout-landingpage .page-main .product-banner-box .product-banner-img img {
  width: auto;
  max-width: 100%;
}
body.page-layout-product .page-main .product-banner-box .product-banner-content,
body.page-layout-landingpage .page-main .product-banner-box .product-banner-content {
  width: 62%;
}
body.page-layout-product .page-main .product-banner-box .product-banner-content .product-banner-headline,
body.page-layout-landingpage .page-main .product-banner-box .product-banner-content .product-banner-headline {
  font-size: 24px;
  font-family: pt_sans_bold;
  font-weight: 900;
  margin-bottom: 15px;
}
body.page-layout-product .page-main .product-bedingung-box,
body.page-layout-landingpage .page-main .product-bedingung-box {
  width: 100%;
}
body.page-layout-product .page-main .product-bedingung-box .bedingung-headline,
body.page-layout-landingpage .page-main .product-bedingung-box .bedingung-headline {
  width: 100%;
}
body.page-layout-product .page-main .product-bedingung-box ul,
body.page-layout-landingpage .page-main .product-bedingung-box ul {
  padding-left: 15px;
  -webkit-padding-start: 17px;
}
body.page-layout-product .page-main .product-kleingedrucktes-box,
body.page-layout-landingpage .page-main .product-kleingedrucktes-box {
  width: 100%;
  padding: 0 20px;
}
body.page-layout-product .page-main .product-praemien-box,
body.page-layout-landingpage .page-main .product-praemien-box {
  width: 100%;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet {
  display: none;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .praemien-headline,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .praemien-headline {
  width: 100%;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1%;
  margin-right: -1%;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 20px;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop {
  padding-bottom: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info {
  padding: 15px 15px 0 15px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-name,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-name,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-name,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-name {
  padding-bottom: 10px;
  min-height: 58px;
  display: inline-block;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-name .praemien-name-table,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-name .praemien-name-table,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-name .praemien-name-table,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-name .praemien-name-table {
  display: table;
  width: 100%;
  height: 48px;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-name .praemien-name-table .praemien-name-cell,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-name .praemien-name-table .praemien-name-cell,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-name .praemien-name-table .praemien-name-cell,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-name .praemien-name-table .praemien-name-cell {
  display: table-cell;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  color: #002f5b;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-img,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-img,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-img,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-img {
  width: 100%;
  position: relative;
  display: inline-block;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-img img,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_info .praemien-img img,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-img img,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_info .praemien-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_bridge,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_bridge {
  height: 15px;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_bridge .inner-bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box .praemien_bridge .inner-bridge,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_bridge .inner-bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop .praemien_bridge .inner-bridge {
  position: absolute;
  width: 100%;
  background: inherit;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box a,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box a,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop a,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop a {
  display: none;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box:hover,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box:hover,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop:hover,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop:hover {
  cursor: pointer;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box:hover .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box:hover .praemien_info,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop:hover .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop:hover .praemien_info {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box:hover .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box:hover .praemien_bridge,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop:hover .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop:hover .praemien_bridge {
  border-color: #002f5b;
  border-bottom: solid 2px;
  border-right: solid 2px;
  border-left: solid 2px;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active .praemien_info,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active .praemien_info {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active .praemien_bridge,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active .praemien_bridge {
  height: 33px;
  border-right: solid 2px #002f5b;
  border-left: solid 2px #002f5b;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active .praemien_bridge .inner-bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active .praemien_bridge .inner-bridge,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active .praemien_bridge .inner-bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active .praemien_bridge .inner-bridge {
  height: 125%;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active:hover .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box.active:hover .praemien_bridge,
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active:hover .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_box_shop.active:hover .praemien_bridge {
  border-bottom: unset;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box {
  display: block;
  background: #fff;
  position: absolute;
  padding: 15px;
  left: 0;
  bottom: 0;
  width: 98%;
  border: solid 2px #002f5b;
  margin-top: -2px;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  z-index: 0;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box.super,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box.super {
  border-color: #002f5b;
  background: #fff3d9;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box .price-mtl,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box .price-mtl {
  color: #9b1b21;
  text-align: right;
  height: 25px;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_header,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_header {
  text-align: center;
  color: #fff;
  line-height: 30px;
  height: 30px;
  background-color: #002f5b;
  font-size: 16px;
  font-family: pt_sans_bold;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box .praemien_info {
  background: #fff3d9;
  border-color: #fff3d9;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box .praemien_bridge {
  background: #fff3d9;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box:hover .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box:hover .praemien_info {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box:hover .praemien_bridge,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box:hover .praemien_bridge {
  border-color: #002f5b;
  border-bottom: 2px solid;
}
body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box.active .praemien_info,
body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col.super .praemien_box.active .praemien_info {
  border-color: #002f5b;
}
body.page-layout-product .page-main .product-action-box,
body.page-layout-landingpage .page-main .product-action-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-layout-product .page-main .product-action-box .price-box,
body.page-layout-landingpage .page-main .product-action-box .price-box {
  width: 100%;
  text-align: right;
  display: block;
  color: #9b1b21;
  padding-bottom: 10px;
}
body.page-layout-product .page-main .product-action-box .price-box .price-mtl,
body.page-layout-landingpage .page-main .product-action-box .price-box .price-mtl {
  font-family: pt_sans_bold;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  line-height: 20px;
}
body.page-layout-product .page-main .product-action-box .price-box .price-mtl span,
body.page-layout-landingpage .page-main .product-action-box .price-box .price-mtl span {
  font-size: 16px;
  font-family: pt_sans_regular;
  line-height: 2;
}
body.page-layout-product .page-main .product-action-box .back-box,
body.page-layout-landingpage .page-main .product-action-box .back-box {
  width: 50%;
}
body.page-layout-product .page-main .product-action-box .tocart-box,
body.page-layout-landingpage .page-main .product-action-box .tocart-box {
  width: 50%;
}
body.page-layout-product .page-main .product-action-box .tocart-box form,
body.page-layout-landingpage .page-main .product-action-box .tocart-box form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.page-layout-product .page-main .product-action-box .tocart-box form .plz_abfrage_detail,
body.page-layout-landingpage .page-main .product-action-box .tocart-box form .plz_abfrage_detail {
  width: auto;
  min-width: 120px;
}
body.page-layout-landingpage #maincontent {
  max-width: unset;
  padding: 0;
}
body.page-layout-landingpage #maincontent .columns .column.main {
  padding-bottom: 0;
}
body.page-layout-bv_cms_default .breadcrumb .breadcrumb__container li {
  width: 49%;
}
body.page-layout-bv_cms_default .breadcrumb .breadcrumb__container li.last:after {
  width: 0;
}
body.page-layout-bv_cms_default .success-message {
  padding: 0 7.84rem;
}
body.page-layout-bv_cms_default .pflichtfeld {
  padding: 0 7.84rem;
}
body.page-layout-bv_cms_default .pflichtfeld span {
  padding: 0 0.5rem;
}
body.page-layout-bv_cms_default .pflichtfeld span sub {
  bottom: -12px;
  font-size: 20px;
  top: 0;
  color: #da0b1a;
  margin-right: 3px;
}
body.customer-account-login .page-wrapper .page-main .login-container .view-title {
  padding: 0 0 10px 0;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
body.customer-account-login .page-wrapper .page-main .login-container .view-title h3 {
  margin: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container.wrap {
  flex-wrap: wrap;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item {
  width: 49%;
  flex: unset;
  margin-top: 10px;
  margin-bottom: 10px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-img-box {
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-img-box img {
  height: 10vw;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box {
  padding: 15px 15px 20px 15px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box {
  position: relative;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 20px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content p {
  margin: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset {
  margin-bottom: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .field {
  margin-bottom: 10px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .field.email label {
  min-height: unset;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .field.email label span {
  margin-top: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .field.password label {
  min-height: unset;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .field.password label span {
  margin-top: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .field .control {
  width: 100%;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .actions-toolbar {
  float: left;
  width: 100%;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .actions-toolbar div {
  width: 33%;
  float: left;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .actions-toolbar .login-button {
  width: 34%;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login .actions-toolbar .login-button button {
  float: right;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content #login-form fieldset.fieldset.login::after {
  display: none;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content label.label.x-control-text-error {
  color: #da0b1a;
  font-family: pt_sans_regular, sans-serif;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content label.label.x-control-text-error:before {
  vertical-align: middle;
  padding-right: 5.6px;
  padding-right: .56rem;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  box-sizing: inherit;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content label.label:after {
  margin: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content div.error__info-feld {
  padding: 0.56rem;
  border-width: 0 1px 1px 1px;
  border-color: #da0b1a;
  border-style: solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  color: #000;
  background-color: #fa9da4;
  z-index: 50;
  margin: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content-links {
  padding-top: 5px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content-links.flex-container.wrap {
  margin-bottom: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content-links div {
  margin-bottom: 0;
  margin-top: 5px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content-links.bottom-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .view-content-links .nl-status {
  float: right;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .link-right {
  text-align: right;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box .link-right a {
  font-size: 14px;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box a.link {
  color: #9b1b21;
}
body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box .relative-box a.link.bold {
  font-weight: 700;
}
body.customer-account-login .page-footer {
  display: none;
}
body #login_kategorie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #7D7D7D;
  background: rgba(125, 125, 125, 0.8);
  z-index: 9999;
}
body #login_kategorie .container {
  top: 50%;
  position: absolute;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  padding: 15px;
  max-width: 610px;
  width: 80%;
  background: #fff;
}
body #login_kategorie .container .login_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #login_kategorie .container .login_form .no_account {
  width: 100%;
}
body #login_kategorie .container .login_form .popup-login-form {
  width: 100%;
}
body #login_kategorie .container .login_form .popup-login-form .response-msg {
  padding: 0 15px;
  color: #9b1b21;
}
body #login_kategorie .container .login_form .popup-login-form .input_part {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #login_kategorie .container .login_form .popup-login-form .input_part .email_part,
body #login_kategorie .container .login_form .popup-login-form .input_part .password_part {
  width: 49%;
}
body #login_kategorie .container .login_form .popup-login-form .input_part label {
  text-align: left;
}
body #login_kategorie .container .login_form .popup-login-form .input_part label em {
  color: #9b1b21;
}
body #login_kategorie .container .login_form .popup-login-form .text_part {
  width: 100%;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .forgot-password {
  width: 100%;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .forgot-password a {
  font-size: 14px;
  color: #9b1b21;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .forgot-password a:hover {
  text-decoration: underline;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .login-reg {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box {
  width: 50%;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box button.button.login {
  float: right;
  box-shadow: none;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box button.button.login:hover,
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box button.button.login:active,
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box button.button.login:focus,
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box button.button.login:disabled {
  border-color: #9b1b21;
  background-color: #9b1b21;
  color: #fff;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box a.button.neukunde {
  color: #002f5b;
  border-color: #002f5b;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box a.button.neukunde:hover {
  background-color: #002f5b;
  border-color: #002f5b;
  color: #fff;
  text-decoration: none;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box#neukunde {
  order: 0;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box#login {
  order: 1;
}
body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box#login button.button {
  font-size: 16px;
}
body #login_kategorie .container .login-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-align: center;
}
body #login_kategorie .container .login-close .x-close {
  display: inline;
  vertical-align: middle;
}
body #login_kategorie .container .login-close:hover {
  cursor: pointer;
}
body #noAbos_kategorie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #7D7D7D;
  background: rgba(125, 125, 125, 0.8);
  z-index: 9999;
}
body #noAbos_kategorie .container {
  top: 50%;
  position: absolute;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  padding: 15px;
  max-width: 610px;
  width: 80%;
  background: #fff;
}
body #noAbos_kategorie .container a {
  color: #9b1b21;
  text-decoration: underline;
}
body #noAbos_kategorie .container .noAbos-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  text-align: center;
}
body #noAbos_kategorie .container .noAbos-close .x-close {
  display: inline;
  vertical-align: middle;
}
body #noAbos_kategorie .container .noAbos-close:hover {
  cursor: pointer;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .widget {
  margin: 30px 0;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .full_width_box {
  width: 100%;
  margin: 20px 0 10px 0;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .full_width_box.first_hide {
  display: none;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box {
  max-width: 610px;
  margin: 0 auto;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part > div {
  width: 49%;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part > div.password_part {
  display: none;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part > div.check_email_part {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .text_part {
  margin-top: 10px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .text_part .no_account {
  display: none;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .text_part .account {
  display: none;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .response-msg .success {
  background-color: #17cc17;
  color: white;
  padding: 5px 10px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address-filled {
  max-width: 610px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address-filled .adresse_aendern {
  float: right;
  color: #a1a6b2;
  font-size: 12px;
  background: url('../images/icon_aendern.png') left center no-repeat;
  background-size: contain;
  padding: 2px 0 2px 20px;
  border: unset;
  line-height: 1.1rem;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address {
  max-width: 610px;
  margin: 0 auto;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address .birthdayPicker {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address .birthdayPicker .birthDate,
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address .birthdayPicker .birthMonth,
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address .birthdayPicker .birthYear {
  width: 32%;
  margin: 0;
  height: auto;
  line-height: unset;
  min-height: 2.2em;
  background: url('../images/select_pfeil.png') no-repeat 97.5% center;
  background-size: 17px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .optin {
  max-width: 610px;
  margin: 0 auto;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .optin div {
  margin-bottom: 20px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .optin a {
  color: #9b1b21;
}
body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .action-row {
  width: 100%;
  margin: 15px 0;
}
body.page-layout-gewinnspiel .page-wrapper .page-main #success {
  display: flex;
  flex-direction: column;
}
body.page-layout-gewinnspiel .page-wrapper .page-main #success .box {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main #success .box .order-success-icon {
  text-align: center;
  margin-bottom: 15px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main #success .box .order-success-icon::before {
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 1;
  content: "";
  color: #17cc17;
  font-size: 10em;
  display: inline-block;
}
body.page-layout-gewinnspiel .page-wrapper .page-main #success .box .order-warning-icon {
  text-align: center;
  margin-bottom: 15px;
}
body.page-layout-gewinnspiel .page-wrapper .page-main #success .box .order-warning-icon::before {
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  line-height: 1;
  content: "\e801";
  color: #e8bf28;
  font-size: 10em;
  display: inline-block;
}
body.page-layout-gewinnspiel .page-wrapper .page-main img {
  max-width: 100%;
  height: auto;
}
body[class^="kundenkonto-index-"] .active_menu_link,
body[class^="cms-meine-bz"] .active_menu_link,
body[class^="customer-account-login"] .active_menu_link,
body[class^="cms-konto-kundenkonto"] .active_menu_link {
  background: #002f5b !important;
}
body[class^="kundenkonto-index-"] .leserservice,
body[class^="cms-meine-bz"] .leserservice,
body[class^="customer-account-login"] .leserservice,
body[class^="cms-konto-kundenkonto"] .leserservice {
  background: #9b1b21;
}
body[class^="kundenkonto-index-"] .view-title,
body[class^="cms-meine-bz"] .view-title,
body[class^="customer-account-login"] .view-title,
body[class^="cms-konto-kundenkonto"] .view-title {
  padding: 0;
}
body[class^="kundenkonto-index-"] .view-title h3,
body[class^="cms-meine-bz"] .view-title h3,
body[class^="customer-account-login"] .view-title h3,
body[class^="cms-konto-kundenkonto"] .view-title h3 {
  padding: 0;
}
body.categorypath-abonnenten .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(2) a {
  background: #9b1b21;
  color: #fff;
}
body.categorypath-abonnenten .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(2) a:hover,
body.categorypath-abonnenten .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(2) a:focus,
body.categorypath-abonnenten .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(2) a:active {
  background: #9b1b21;
}
body.cms-home .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a,
body[class*="categorypath-neukunde-"] .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a {
  background: #9b1b21;
  color: #fff;
}
body.cms-home .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a:hover,
body[class*="categorypath-neukunde-"] .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a:hover,
body.cms-home .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a:focus,
body[class*="categorypath-neukunde-"] .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a:focus,
body.cms-home .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a:active,
body[class*="categorypath-neukunde-"] .new-navigation .new-navigation-box ul.navbar-nav li:nth-child(1) a:active {
  background: #9b1b21;
}
.zal-row {
  margin-left: -15px;
  margin-right: -15px;
}
.checkout-warenkorb {
  background: url('../images/warenkorb.svg'), center no-repeat transparent;
  display: block;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  right: 5px;
  top: 8px;
}
.checkout-warenkorb.checkout {
  background: url('../images/warenkorb-full.svg'), center no-repeat transparent;
}
.form.password.forget {
  margin: 0 auto;
}
.form.password.forget .label span {
  display: inline-block;
}
.form.password.forget .actions-toolbar {
  float: right;
}
.form.password.forget .fieldset:after {
  display: none;
}
.form.password.forget .pflichtfelder {
  text-align: right;
}
.form.password.forget .pflichtfelder em {
  color: #9b1b21;
  position: relative;
  left: -2px;
}
.form.password.forget label.label.x-control-text-error {
  color: #da0b1a;
  font-family: pt_sans_regular, sans-serif;
}
.form.password.forget label.label.x-control-text-error:before {
  vertical-align: middle;
  padding-right: 5.6px;
  padding-right: .56rem;
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Icons";
  line-height: 0;
  box-sizing: inherit;
}
.form.password.forget label.label:after {
  margin: 0;
}
.form.password.forget div.error__info-feld {
  padding: 0.56rem;
  border-width: 0 1px 1px 1px;
  border-color: #da0b1a;
  border-style: solid;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  color: #000;
  background-color: #fa9da4;
  z-index: 50;
  margin: 0;
}
.cms-unlock_account,
.cms-registrierung-success {
  font-family: PTSans, Arial;
  font-size: 16px;
}
.cms-unlock_account ul.link-list,
.cms-registrierung-success ul.link-list {
  margin-top: 15px;
}
.cms-unlock_account p,
.cms-registrierung-success p {
  margin-bottom: 0;
}
.cms-unlock_account h1,
.cms-registrierung-success h1,
.cms-unlock_account h2,
.cms-registrierung-success h2,
.cms-unlock_account h3,
.cms-registrierung-success h3,
.cms-unlock_account h4,
.cms-registrierung-success h4,
.cms-unlock_account h5,
.cms-registrierung-success h5,
.cms-unlock_account h6,
.cms-registrierung-success h6 {
  font-family: "pt_sans_bold";
  color: #333;
  font-size: 2.6rem;
  line-height: 33.6px;
  line-height: 3.36rem;
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.cms-unlock_account .box-modul__content,
.cms-registrierung-success .box-modul__content,
.cms-unlock_account .infoBox,
.cms-registrierung-success .infoBox,
.cms-unlock_account .ngBzItHinweis,
.cms-registrierung-success .ngBzItHinweis,
.cms-unlock_account .main [id^="zoneAdserver"],
.cms-registrierung-success .main [id^="zoneAdserver"],
.cms-unlock_account [id^="oms-gpt"],
.cms-registrierung-success [id^="oms-gpt"] {
  margin-bottom: 22.4px;
  margin-bottom: 2.24rem;
}
ul.ui-autocomplete {
  background: #fff;
  border: 1px solid #b0b0b0;
  padding: 15px;
  border-top: 0;
  width: 258px;
}
ul.ui-autocomplete li a {
  color: #000;
  cursor: pointer;
}
ul.ui-autocomplete li a:hover {
  color: #002f5b;
}
/* Formulare Standard-Style BV */
.webforms {
  float: left;
}
.webforms .fieldset {
  padding: 0;
}
.webforms .fieldset .legend {
  border-bottom: unset;
}
.webforms .fieldset .field label {
  min-height: unset;
}
.webforms .fieldset .field .control input.input-text {
  width: 100%;
}
.webforms .fieldset .field .control input.radio {
  display: inline;
}
.webforms .fieldset .field .control textarea {
  width: 100%;
  min-height: 200px;
}
body[class^="kundenkonto"] button.ui-datepicker-trigger {
  float: none;
}
html.ie11 body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box,
html.ie11 body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box {
  overflow: hidden;
}
html.ie11 body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box,
html.ie11 body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box {
  overflow: hidden;
}
body.page-layout-selection .visible-tablet {
  display: none;
}
body.page-layout-selection .product-image-box img {
  max-width: 100%;
}
body.page-layout-selection #aboauswahl {
  display: flex;
  gap: 24px;
}
body.page-layout-selection #aboauswahl .aboauswahl-option {
  flex: 1;
  border: 2px solid #fff;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .abo-header {
  text-align: center;
  color: #fff;
  line-height: 40px;
  height: 40px;
  background-color: #002f5b;
  font-size: 20px;
  font-family: pt_sans_bold;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box {
  height: 100%;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .product-name {
  font-family: pt_sans_bold;
  text-align: center;
  margin-bottom: 12px;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .product-image img {
  max-width: 100%;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .text {
  padding: 12px 0;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .praemien {
  margin: 12px 0;
  display: flex;
  padding: 12px 0;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #002F5B;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .praemien > div {
  width: 100%;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .praemien .praemie {
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .praemien .praemie img {
  max-width: 80%;
  margin-top: 8px;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .text-box .praemien.selection .praemie.active {
  border-color: #002F5B;
}
body.page-layout-selection #aboauswahl .aboauswahl-option .styled__radio {
  position: unset;
  left: unset;
  appearance: none;
}
body.page-layout-selection #aboauswahl .aboauswahl-option.topHeight {
  margin-top: 40px;
}
body.page-layout-selection #aboauswahl .aboauswahl-option.active {
  border-color: #002F5B;
}
body.page-layout-selection .product-action-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.page-layout-selection .product-action-box .price-box {
  width: 100%;
  text-align: right;
  display: block;
  color: #9b1b21;
  padding-bottom: 10px;
}
body.page-layout-selection .product-action-box .price-box .price-mtl {
  font-family: pt_sans_bold;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  line-height: 20px;
}
body.page-layout-selection .product-action-box .price-box .price-mtl span {
  font-size: 16px;
  font-family: pt_sans_regular;
  line-height: 2;
}
body.page-layout-selection .product-action-box .back-box {
  width: 50%;
}
body.page-layout-selection .product-action-box .tocart-box {
  width: 50%;
}
body.page-layout-selection .product-action-box .tocart-box form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
body.page-layout-selection .product-action-box .tocart-box form .plz_abfrage_detail {
  width: auto;
  min-width: 120px;
}
body.page-layout-selection .product-action-box .tocart-box form .button.weiter {
  order: 1;
}
@media only screen and (max-width: 768px) {
  body.page-layout-selection .product-action-box .tocart-box {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  body.page-layout-selection .product-action-box .tocart-box form {
    display: block;
  }
  body.page-layout-selection .product-action-box .tocart-box form .plz_abfrage_detail,
  body.page-layout-selection .product-action-box .tocart-box form .button.weiter {
    float: right;
  }
}
/*
Breakpoints

Desktop, Tablet - Landscape:
X > 768px

Tablet - Portrait, Handy - Landscape, Handy - Portrait:
768px > X

*/
html.overflow-y {
  overflow-y: hidden;
}
body {
  /* Mobile Ansicht - Tablet mit Mobilmenü */
}
body #top-nav-mobile {
  padding: 5.6px 11.2px;
  padding: .56rem 1.12rem;
}
body #top-nav-mobile a {
  display: inline-block;
  padding: 5.6px 5.6px;
  padding: .56rem .56rem;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
body #top-nav-mobile a:hover {
  text-decoration: underline;
  color: #9b1b21;
}
body .warenkorb-content {
  display: none;
  background: rgba(0, 47, 91, 0.9);
  position: relative;
  top: 7px;
  color: #fff;
  padding: 15px 25px;
}
body .warenkorb-content .bg_white {
  background: transparent;
}
body .warenkorb-content .bg_white h4 {
  color: #fff;
}
body .warenkorb-content.checkout_righthalf table {
  width: 100%;
  /* Abstand zwischen den Zeilen */
  border-collapse: separate;
  border-spacing: 0 5px;
}
body .warenkorb-content.checkout_righthalf table tr#price_total td,
body .warenkorb-content.checkout_righthalf table tr#folge_price_total td {
  border-top: 1px solid #fff;
  border-bottom: 4px double #fff;
}
body .warenkorb-content.checkout_righthalf table tr td {
  padding: 5px 0;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 770px) {
  body .nav__fixed {
    top: 0;
  }
  body .header__center-area .offcanvas_button.icon__menu--after,
  body .header__center-area .empty-button.icon__menu--after {
    display: none;
  }
  body .claim__bzmedien--mobil {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  body .header,
  body .site-content {
    background-color: #fff;
  }
  body html {
    width: 100%;
    overflow-x: hidden;
  }
  body html body .main {
    padding-top: 0;
  }
  body .nav__secondary__item::after {
    display: none;
  }
  body header.page-header .header.content {
    overflow: unset;
  }
  body .nav.nav__secondary.nav-mobil--secondary a:hover {
    background: transparent;
    color: #9b1b21;
    text-decoration: underline;
  }
  body .nav-sections {
    display: none;
  }
  body .mobile_menu {
    margin-left: 0 !important;
  }
  body .container,
  body .header__content {
    width: 100%;
    max-width: 980px;
    max-width: 98rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 210px;
    padding-right: 21rem;
    box-sizing: content-box;
  }
  body .page-header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body main.page-main {
    padding: 20px 10px 0 20px;
  }
  body h2 {
    font-size: 20px;
    margin-top: 0;
  }
  body h3 {
    font-size: 18px;
    margin-top: 0;
  }
  body .pad_r_15 {
    padding-right: 0;
  }
  body .pad_l_15 {
    padding-left: 0;
  }
  body .ls__ran-icon.icon__checked.adv_format::before {
    font-size: 13px;
  }
  body .subheadline h3 {
    margin-top: 20px;
  }
  body footer {
    width: auto;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1210px) {
  body .container,
  body .header__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body .container,
  body .header__content {
    padding-right: 0;
  }
  body header.page-header .header.content {
    position: fixed;
    background: transparent;
    width: 100%;
  }
  body .nav.nav__secondary.nav-mobil--secondary {
    padding: 0;
  }
  body main.page-main {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 799px) {
  body header .header-content {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(0, 47, 91, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(0, 47, 91, 0.3);
    background: #fff;
    height: unset;
  }
  body header .header-content .header-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body header .header-content .header-center .header-center-logo {
    width: 200px;
  }
  body .new-navigation .new-navigation-box {
    display: none;
    padding: 50px 5px 20px 5px;
    z-index: -1;
    background: #f5f5f5;
    float: right;
  }
  body .new-navigation .new-navigation-box .nav.navbar-nav {
    margin: 0;
    display: inline-block;
  }
  body .new-navigation .new-navigation-box li {
    list-style: none;
    position: relative;
    display: block;
    float: unset;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    border-bottom: 1px solid #b0b0b0;
  }
  body .new-navigation .new-navigation-box li a {
    color: #000;
    display: block;
    padding: 10px 15px;
  }
  body .new-navigation .new-navigation-box li a:hover {
    background: transparent;
  }
  body .new-navigation .new-navigation-box li.active_menu_link a,
  body .new-navigation .new-navigation-box li.active_menu_link a:hover {
    color: #fff;
  }
  body .new-navigation .new-navigation-box .logo-box-smart {
    padding: 15px 15px 0 0;
    width: 100%;
    background: #f5f5f5;
    text-align: right;
    float: left;
    line-height: 18px;
  }
  body .new-navigation .new-navigation-box .logo-box-smart .logo-smart-text {
    color: #000;
    font-size: 14px;
  }
  body .new-navigation .new-navigation-box .logo-box-smart a {
    line-height: initial;
    display: inline-block;
  }
  body .new-navigation .new-navigation-box .logo-smart {
    width: 80px;
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  body .nav__third__holder {
    background-color: #d1d1d1;
    padding: 0 5.6px;
    padding: 0 0.56rem;
  }
  body .box-link span.button {
    display: inline-block;
  }
}
@media only screen and (max-width: 804px) {
  body header .header-content .header-center {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 2.8px 0 0 0;
    padding: .28rem 0 0 0;
  }
  body .header-center-logo-box {
    max-width: 400px;
    max-width: 40rem;
    text-align: center;
    width: 200px;
    height: auto;
    padding: 5.6px;
    padding: .56rem;
    margin: auto;
    display: block;
  }
  body header .header-content {
    padding-left: 0;
    padding-right: 0;
  }
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box li.active_menu_link a,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box li.active_menu_link a {
    color: #000;
    background: #fff;
  }
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a:hover,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a:hover,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a:hover,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a:hover,
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a:focus,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a:focus,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a:focus,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a:focus,
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a:active,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a:active,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a:active,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a:active {
    background: #002f5b;
    color: #fff;
  }
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice {
    background: #9b1b21;
    color: #fff;
  }
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:hover,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:hover,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:hover,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:hover,
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:focus,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:focus,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:focus,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:focus,
  body[class^="kundenkonto-index-"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:active,
  body[class^="cms-meine-bz"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:active,
  body[class^="customer-account-login"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:active,
  body[class^="cms-konto-kundenkonto"] .new-navigation .new-navigation-box ul.navbar-nav li a.leserservice:active {
    background: #9b1b21;
  }
  body .new-navigation .new-navigation-box ul.navbar-nav li a:hover,
  body .new-navigation .new-navigation-box ul.navbar-nav li a:focus,
  body .new-navigation .new-navigation-box ul.navbar-nav li a:active {
    background: #002f5b;
    color: #fff;
  }
  body.page-layout-startseite .new-navigation .new-navigation-box ul.navbar-nav li:first-child a {
    background: #9b1b21;
    color: #fff;
  }
  body.page-layout-startseite .new-navigation .new-navigation-box ul.navbar-nav li:first-child a:hover,
  body.page-layout-startseite .new-navigation .new-navigation-box ul.navbar-nav li:first-child a:focus,
  body.page-layout-startseite .new-navigation .new-navigation-box ul.navbar-nav li:first-child a:active {
    background: #9b1b21;
  }
  body[class^="kundenkonto-index-"] .checkout-warenkorb,
  body[class^="cms-meine-bz"] .checkout-warenkorb,
  body[class^="customer-account-login"] .checkout-warenkorb,
  body[class^="cms-konto-kundenkonto"] .checkout-warenkorb {
    display: none;
  }
  .empty-button {
    font-size: 1.5em;
    padding: 11.2px;
    padding: 1.12rem;
    line-height: 1;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    opacity: 0;
    color: #fff;
  }
  .icon__menu--after::after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "Icons";
    line-height: 0;
  }
}
@media only screen and (max-width: 850px) {
  body .contact-content-box {
    padding-bottom: 0;
  }
  body .contact-content-box .page-main .contact-title {
    text-align: center;
  }
  body .contact-content-box .page-main .contact-content-main a {
    width: 100%;
  }
  body .contact-content-box .page-main .contact-content-main a .contact-content {
    width: 100%;
    min-height: 100px;
  }
}
@media only screen and (max-width: 799px) {
  body.catalog-product-view .button.btn_position {
    bottom: 0;
    right: 0;
  }
  ul.nav.navbar-nav {
    width: 100%;
  }
  ul.nav.navbar-nav li a:hover {
    color: #000;
  }
  body .box-link form {
    text-align: center;
  }
  body .box-link form .btn_position {
    right: unset;
    bottom: 15px;
    float: none;
  }
}
@media only screen and (min-width: 800px) {
  header .warenkorb-content.checkout_righthalf {
    display: none !important;
  }
}
/* Tablet - Portrait, Handy - Landscape, Handy - Portrait */
@media only screen and (max-width: 799px) {
  .warenkorb-content {
    display: flex;
    flex-direction: column;
    background: rgba(0, 47, 91, 0.9);
    position: relative;
    top: 10px;
    color: #fff !important;
    padding: 15px 25px;
  }
  .warenkorb-content .bg_white {
    background: transparent;
  }
  .warenkorb-content .bg_white h4 {
    color: #fff;
  }
  .warenkorb-content .summary_row {
    width: 100%;
    padding: 5px 0;
  }
  .warenkorb-content .summary_row.total {
    border-top: 1px solid #fff;
    border-bottom: 4px double #fff;
  }
  .warenkorb-content .summary_row div {
    color: #fff;
  }
  .warenkorb-content .summary_row div.price_summary {
    text-align: right;
  }
  .warenkorb-content table tr td strong {
    color: #fff !important;
  }
}
/* Tablet - Portrait, Handy - Landscape, Handy - Portrait */
@media only screen and (max-width: 768px) {
  html body input[type="text"].form-control,
  html body input[type="password"].form-control,
  html body select.form-control {
    font-size: 100%;
    height: 35px;
  }
  html body {
    font-size: 16px;
    /* Bereits Kunde */
    /* Weitere Angebote */
    /* Startseite */
    /* Kategorieseite */
    /* Produktseite */
    /* CMS-Firmenangebot */
    /* Kundenkonto - Loginseite */
    /* Checkout */
    /* Checkout - Adresse */
    /* Checkout - Zahlung */
    /* Checkout - Optin */
    /* Checkout - Review */
  }
  html body .label {
    text-align: left;
    padding: 0;
    font-size: 100%;
  }
  html body .row.login_form {
    margin-right: 0;
    margin-left: 0;
  }
  html body .breadcrumb {
    background: transparent;
  }
  html body .button,
  html body .back_button {
    line-height: 1.5;
  }
  html body input {
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  html body input[type="text"] {
    font-size: 14px;
    height: 31px;
  }
  html body .still-customer {
    order: 0;
  }
  html body .still-customer .text-box p {
    display: none;
  }
  html body .modul-box {
    padding: 15px 15px 8px 15px;
  }
  html body .modul-box .single-offer {
    width: 100%;
    margin: 7px 0 7px 0;
    line-height: 1.4em;
  }
  html body.page-layout-startseite .page-wrapper .page-main h1 {
    font-size: 22px;
  }
  html body.page-layout-startseite .page-wrapper .page-main .category-grid {
    height: auto;
  }
  html body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box {
    width: 100%;
    border: none;
    align-items: flex-end;
    justify-content: center;
    height: 355px;
    margin-bottom: 20px;
  }
  html body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box {
    width: 100%;
    height: 50%;
  }
  html body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box .category-text {
    margin-bottom: 10px;
    overflow: hidden;
  }
  html body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box .category-text .category-description {
    display: block;
  }
  html body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box {
    width: 100%;
  }
  html body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box.wide-flex {
    flex-direction: column;
  }
  html body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box.wide-flex .offer-img,
  html body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box.wide-flex .offer-content {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main h1,
  html body.page-layout-bv_cms_default .page-wrapper .page-main h1 {
    font-size: 22px;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .still-customer,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .still-customer {
    order: 0;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid {
    height: auto;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 {
    border: none;
    align-items: flex-end;
    justify-content: center;
    height: 355px;
    margin-bottom: 20px;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box {
    width: 100%;
    height: 50%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text {
    margin-bottom: 15px;
    overflow: hidden;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description {
    display: none;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile {
    display: block;
    color: #fff;
    text-align: left;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul {
    padding-left: 25px;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li {
    list-style: none;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-1 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-2 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-3 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-1 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-2 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-4 .offer-content-box.height-4 .offer-text-box .offer-text .offer-description-mobile ul li::before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "Icons";
    line-height: 0;
    content: "";
    padding-right: 10px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    left: 0;
    top: 0.9em;
    margin-left: -25px;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .line,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.wide-3 .offer-content-box.height-2 .line {
    display: none;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.desktop,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.desktop {
    display: none;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .offer-header-grid.mobile,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .offer-header-grid.mobile {
    display: block;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-header.top-height,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-header.top-height {
    height: 0;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom > div,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom > div {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-content .abo-content-bottom .abo-price {
    padding-bottom: 20px;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body {
    flex-direction: column;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-img,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-img {
    width: 100%;
    object-fit: cover;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-content,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box.wide .abo-hover-part .abo-body .abo-content {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil {
    display: block;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge {
    height: 0;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box {
    position: relative;
    margin-top: -2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box {
    display: block;
    text-align: center;
    border-bottom: solid 1px #002f5b;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn {
    background-color: #f2f2f2;
    font-family: pt_sans_bold;
    color: #002f5b;
    position: absolute;
    top: -12px;
    left: 30%;
    right: 30%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-open:after,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-open:after {
    content: '<';
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-close:after,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-close:after {
    content: '>';
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn:after,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn:after {
    margin-left: 8px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part {
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages {
    display: none;
    width: 100%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .placeholder,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .placeholder {
    display: none;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge {
    height: 110%;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn,
  html body.page-layout-bv_cms_default .page-wrapper .page-main .abo-grid .abo-content-box .more-info-box .more-info .advantages-btn-box .advantages-btn {
    color: #002f5b;
  }
  html body.page-layout-product .page-main .product-name-box h7,
  html body.page-layout-landingpage .page-main .product-name-box h7 {
    font-size: 14px;
  }
  html body.page-layout-product .page-main .product-required-box,
  html body.page-layout-landingpage .page-main .product-required-box {
    height: 25px;
  }
  html body.page-layout-product .page-main .product-advantages-box .advantages-list,
  html body.page-layout-landingpage .page-main .product-advantages-box .advantages-list {
    width: 100%;
    padding-left: 25px;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row {
    width: 100%;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box {
    width: 100%;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select-device .more-info-btn-mobil {
    display: block;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select_pva_box .select_bridge .inner-bridge {
    height: 0;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box {
    position: relative;
    margin-top: -2px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box {
    display: block;
    text-align: center;
    border-bottom: solid 1px #002f5b;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn {
    background-color: #f2f2f2;
    font-family: pt_sans_bold;
    color: #002f5b;
    position: absolute;
    top: -12px;
    left: 30%;
    right: 30%;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-open:after,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-open:after {
    content: '<';
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-close:after,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn.btn-close:after {
    content: '>';
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn:after,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .details-btn-box .details-btn:after {
    margin-left: 8px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .select_part {
    width: 100%;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .select-options-box .advantages {
    display: none;
    width: 100%;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .placeholder,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box .placeholder {
    display: none;
  }
  html body.page-layout-product .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge,
  html body.page-layout-landingpage .page-main .product-tablet-box .select-tablet-pad-box .select-tablet .select_row .select_mobile_row .select-tablet-box.is_active .select_pva_box .select_bridge .inner-bridge {
    height: 110%;
  }
  html body.page-layout-product .page-main .product-aboauswahl-box .aboauswahl-extra,
  html body.page-layout-landingpage .page-main .product-aboauswahl-box .aboauswahl-extra {
    font-size: 12px;
  }
  html body.page-layout-product .page-main .product-geschenk-box .geschenkoption .geschenkauswahl,
  html body.page-layout-landingpage .page-main .product-geschenk-box .geschenkoption .geschenkauswahl {
    width: 100%;
    text-align: center;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-text,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-text {
    width: 100%;
    order: 1;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input {
    order: 3;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input input[type="radio"],
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-input input[type="radio"] {
    margin: 3px 5px 0 0;
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
  }
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_2,
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_3,
  html body.page-layout-product .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4,
  html body.page-layout-landingpage .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box.wide_4 {
    width: 48%;
  }
  html body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box,
  html body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box {
    margin-left: -2%;
    margin-right: -2%;
  }
  html body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row,
  html body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row {
    width: 100%;
    position: relative;
  }
  html body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col,
  html body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  html body.page-layout-product .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box,
  html body.page-layout-landingpage .page-main .product-praemien-box .marktgebiet .select-praemie-box .praemien_row .praemien_second_row .praemien_col .praemien_content_box {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  html body.page-layout-product .page-main .product-action-box .price-box .price-mtl,
  html body.page-layout-landingpage .page-main .product-action-box .price-box .price-mtl {
    font-size: 16px;
  }
  html body.page-layout-product .page-main .product-action-box .price-box .price-mtl span,
  html body.page-layout-landingpage .page-main .product-action-box .price-box .price-mtl span {
    font-size: 13px;
  }
  html body.page-layout-product .page-main .product-action-box .back-box,
  html body.page-layout-landingpage .page-main .product-action-box .back-box {
    width: 25%;
  }
  html body.page-layout-product .page-main .product-action-box .back-box.choose_praemie,
  html body.page-layout-landingpage .page-main .product-action-box .back-box.choose_praemie {
    order: 1;
    margin-top: 10px;
  }
  html body.page-layout-product .page-main .product-action-box .tocart-box,
  html body.page-layout-landingpage .page-main .product-action-box .tocart-box {
    width: 75%;
  }
  html body.page-layout-product .page-main .product-action-box .tocart-box .plz_abfrage_detail,
  html body.page-layout-landingpage .page-main .product-action-box .tocart-box .plz_abfrage_detail {
    font-size: 14px;
  }
  html body.page-layout-product .page-main .product-action-box .tocart-box.choose_praemie,
  html body.page-layout-landingpage .page-main .product-action-box .tocart-box.choose_praemie {
    width: 100%;
  }
  html body.page-layout-product .page-main .product-action-box .tocart-box.choose_praemie .plz_abfrage_detail,
  html body.page-layout-landingpage .page-main .product-action-box .tocart-box.choose_praemie .plz_abfrage_detail {
    width: 50%;
  }
  html body.page-layout-product .page-main .product-action-box .tocart-box.choose_praemie .select_praemie,
  html body.page-layout-landingpage .page-main .product-action-box .tocart-box.choose_praemie .select_praemie {
    width: 50%;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox {
    padding: 15px;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox .email_form .form-group .row {
    margin: 0;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox .email_form .form-group .row div {
    padding-left: 0;
    padding-right: 0;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox .email_form .form-group .row div.field {
    display: flex;
    flex-wrap: wrap;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox .email_form .form-group .row div.field label {
    max-width: 90%;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox .email_form .form-group .form-radio {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-right: 10px;
  }
  html body.page-layout-bv_cms_default .page-wrapper .page-main .formBox .email_form .row {
    margin: 0;
  }
  html body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item {
    width: 100%;
  }
  html body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-img-box img {
    height: 45vw;
  }
  html body #login_kategorie .container .login_form .popup-login-form .input_part .email_part,
  html body #login_kategorie .container .login_form .popup-login-form .input_part .password_part {
    width: 100%;
  }
  html body #login_kategorie .container .login_form .popup-login-form .text_part .account .login-reg {
    margin-bottom: 15px;
  }
  html body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box {
    width: 100%;
    text-align: right;
  }
  html body #login_kategorie .container .login_form .popup-login-form .text_part .account .btn-box#neukunde {
    order: 2;
    margin-top: 10px;
  }
  html body.checkout-index-adresse .pflichtfelder,
  html body.checkout-index-zahlung .pflichtfelder,
  html body.checkout-index-optin .pflichtfelder {
    font-size: 14px;
  }
  html body.checkout-index-adresse .pad_right,
  html body.checkout-index-zahlung .pad_right,
  html body.checkout-index-optin .pad_right,
  html body.checkout-index-review .pad_right,
  html body.checkout-index-adresse .pad_left,
  html body.checkout-index-zahlung .pad_left,
  html body.checkout-index-optin .pad_left,
  html body.checkout-index-review .pad_left,
  html body.checkout-index-adresse .pad_left_right,
  html body.checkout-index-zahlung .pad_left_right,
  html body.checkout-index-optin .pad_left_right,
  html body.checkout-index-review .pad_left_right {
    padding-left: 0;
    padding-right: 0;
  }
  html body.checkout-index-adresse .pad_right-xs,
  html body.checkout-index-zahlung .pad_right-xs,
  html body.checkout-index-optin .pad_right-xs,
  html body.checkout-index-review .pad_right-xs {
    padding-left: 0;
    padding-right: 5px;
  }
  html body.checkout-index-adresse .pad_left-xs,
  html body.checkout-index-zahlung .pad_left-xs,
  html body.checkout-index-optin .pad_left-xs,
  html body.checkout-index-review .pad_left-xs {
    padding-left: 5px;
    padding-right: 0;
  }
  html body.checkout-index-adresse .pad_left_right-xs,
  html body.checkout-index-zahlung .pad_left_right-xs,
  html body.checkout-index-optin .pad_left_right-xs,
  html body.checkout-index-review .pad_left_right-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  html body.checkout-index-adresse .checkout_lefthalf .login_form .input_part .check_email_part,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .login_form .input_part .check_email_part {
    text-align: right;
    margin-top: 15px;
  }
  html body.checkout-index-adresse .checkout_lefthalf .adresse_aendern,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .adresse_aendern {
    height: 17.2px;
  }
  html body.checkout-index-adresse .checkout_lefthalf label span.visible-xs,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf label span.visible-xs {
    display: inline-block !important;
  }
  html body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthDate,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .birthdayPicker select.birthDate,
  html body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthMonth,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .birthdayPicker select.birthMonth,
  html body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthYear,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .birthdayPicker select.birthYear {
    margin: 0;
    width: calc(33.33% - 10px);
  }
  html body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthDate,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .birthdayPicker select.birthDate,
  html body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthMonth,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .birthdayPicker select.birthMonth {
    margin-right: 10px;
  }
  html body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthYear,
  html body.bv_onestepcheckout-index-index .checkout_lefthalf .birthdayPicker select.birthYear {
    width: 33.33%;
  }
  html body.checkout-index-zahlung .checkout-payment-method .paymentoption_container {
    width: 100%;
  }
  html body.checkout-index-zahlung .checkout-payment-method .payment-method-box #debitpayment_container form fieldset.fieldset .field {
    width: 100%;
  }
  html body.checkout-index-zahlung .checkout-payment-method .payment-method-box #debitpayment_container form fieldset.fieldset .field:last-child {
    margin-bottom: 0;
  }
  html body.checkout-index-optin #verlaengerung_box .verlaengerung_option .verlaengerung_content #verl_zahlweise .paymentoption_container {
    width: 100%;
  }
  html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label {
    flex-wrap: wrap;
    justify-content: center;
  }
  html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label .verl_praemien_image {
    width: 100%;
  }
  html body.checkout-index-optin #verlaengerung_box .verl_praemien.anz_1 .verl_praemien_content label .verl_praemien_title {
    width: 100%;
  }
  html body.checkout-index-optin #mitbezug_box .mitbezug_description ul {
    margin-top: 5px;
  }
  html body.checkout-index-optin .wtchoose {
    margin-top: 10px;
  }
  html body.checkout-index-review .warenkorb-content {
    display: flex;
    flex-direction: column;
    background: rgba(0, 47, 91, 0.9);
    position: relative;
    top: 10px;
    color: #fff;
    padding: 15px 25px;
  }
  html body.checkout-index-review .warenkorb-content .bg_white {
    background: transparent;
  }
  html body.checkout-index-review .warenkorb-content .bg_white h4 {
    color: #fff;
  }
  html body.checkout-index-review .warenkorb-content #costs table,
  html body.checkout-index-review .warenkorb-content #folge_costs table {
    width: 100%;
    font-size: 14px;
    /* Abstand zwischen den Zeilen */
    border-collapse: separate;
    border-spacing: 0 5px;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row {
    display: table-row;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row div,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row div {
    display: table-cell;
    float: unset;
    vertical-align: middle;
    padding: 5px 0;
    color: #fff;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row div.col-xs-7,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row div.col-xs-7 {
    width: 60%;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row div.col-xs-5,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row div.col-xs-5 {
    width: 40%;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row div b,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row div b {
    font-weight: normal;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row div.price_summary,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row div.price_summary {
    text-align: right;
    font-weight: bold;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row.total div,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row.total div {
    border-top: 1px solid #fff;
    border-bottom: 4px double #fff;
  }
  html body.checkout-index-review .warenkorb-content #costs table .summary_row.total div b,
  html body.checkout-index-review .warenkorb-content #folge_costs table .summary_row.total div b {
    font-weight: bold;
  }
  html body.checkout-index-review .warenkorb-content .reduced-hinweis {
    font-size: 14px;
    margin-top: 5px;
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
  }
  html body.checkout-index-review .review .link_edit {
    height: 17.2px;
  }
  html body.checkout-index-review .review .zal-row {
    margin: 0;
    word-break: break-word;
  }
  html body.checkout-index-review .review .zal-row div {
    padding: 0;
  }
  html body.checkout-index-review .review #review_address .billing-address,
  html body.checkout-index-review .review #review_address .shipping-address,
  html body.checkout-index-review .review #review_address .lwl-address {
    width: 100%;
  }
  html body.checkout-index-review .review #review_payment .payment {
    width: 100%;
  }
  html body.checkout-index-review .review #review_product .product-img {
    display: none;
  }
  html body.checkout-index-review .review #review_product .product-details {
    width: 100%;
  }
  html body.checkout-index-review .review #review_product .product-details .product-text,
  html body.checkout-index-review .review #review_product .product-details .mitbezug-text,
  html body.checkout-index-review .review #review_product .product-details .mitbezug_descr {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
  html body.checkout-index-adresse .warenkorb-content .box,
  html body.checkout-index-zahlung .warenkorb-content .box,
  html body.checkout-index-optin .warenkorb-content .box {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  body {
    /* Kundenkonto - Loginseite */
    /* Checkout - Adresse */
  }
  body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-img-box {
    float: left;
    width: 33%;
  }
  body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-img-box img {
    height: auto;
    width: 100%;
  }
  body.customer-account-login .page-wrapper .page-main .login-container .flex-container .flex-item .view-content-box {
    float: left;
    width: 67%;
  }
  body.checkout-index-adresse .pflichtfelder,
  body.checkout-index-zahlung .pflichtfelder,
  body.checkout-index-optin .pflichtfelder {
    font-size: 14px;
  }
  body.checkout-index-adresse .pad_right,
  body.checkout-index-zahlung .pad_right,
  body.checkout-index-optin .pad_right,
  body.checkout-index-review .pad_right,
  body.checkout-index-adresse .pad_left,
  body.checkout-index-zahlung .pad_left,
  body.checkout-index-optin .pad_left,
  body.checkout-index-review .pad_left,
  body.checkout-index-adresse .pad_left_right,
  body.checkout-index-zahlung .pad_left_right,
  body.checkout-index-optin .pad_left_right,
  body.checkout-index-review .pad_left_right {
    padding-left: 0;
    padding-right: 0;
  }
  body.checkout-index-adresse .pad_right-xs,
  body.checkout-index-zahlung .pad_right-xs,
  body.checkout-index-optin .pad_right-xs,
  body.checkout-index-review .pad_right-xs {
    padding-left: 0;
    padding-right: 5px;
  }
  body.checkout-index-adresse .pad_left-xs,
  body.checkout-index-zahlung .pad_left-xs,
  body.checkout-index-optin .pad_left-xs,
  body.checkout-index-review .pad_left-xs {
    padding-left: 5px;
    padding-right: 0;
  }
  body.checkout-index-adresse .pad_left_right-xs,
  body.checkout-index-zahlung .pad_left_right-xs,
  body.checkout-index-optin .pad_left_right-xs,
  body.checkout-index-review .pad_left_right-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  body.checkout-index-adresse .checkout_lefthalf .adresse_aendern {
    height: 17.2px;
  }
  body.checkout-index-adresse .checkout_lefthalf label span.visible-xs {
    display: inline-block !important;
  }
  body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthDate,
  body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthMonth,
  body.checkout-index-adresse .checkout_lefthalf .birthdayPicker select.birthYear {
    margin: 0;
    width: 31%;
  }
  body.checkout-index-zahlung .payment-method-box {
    padding-bottom: 10px;
  }
  body.checkout-index-optin #mitbezug_box .mitbezug_description ul {
    margin-top: 5px;
  }
  body.checkout-index-optin .wtchoose {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .row,
  .bg_white .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.checkout_bottom_row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 0;
  }
  .styled__radio + label span {
    position: relative;
    top: 7px;
  }
  body.checkout-index-optin .column.main > div > div.row,
  body.checkout-index-review .column.main > div > div.row {
    margin-left: 0;
    margin-right: 0;
  }
  body.checkout-index-optin .column.main > div > div.row .bg_white .zal-row,
  body.checkout-index-review .column.main > div > div.row .bg_white .zal-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 446px) and (max-width: 768px) {
  html body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 83.33%;
  }
  html body.page-layout-startseite .page-wrapper .page-main .category-grid .category-content-box .category-text-box {
    position: absolute;
    bottom: 0;
    height: unset;
    max-height: 50%;
  }
}
@media only screen and (min-width: 466px) and (max-width: 768px) {
  html body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-img img.hidden-tablet {
    display: none;
  }
  html body.page-layout-startseite .page-wrapper .page-main .offer-grid .flex-container .flex-grid-thirds .offer-content-box .offer-img img.visible-tablet {
    display: block;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img img.hidden-tablet {
    display: none;
  }
  html body.page-layout-kategorie_bv .page-wrapper .page-main .abo-grid .abo-content-box .abo-hover-part .abo-body .abo-img img.visible-tablet {
    display: block;
  }
}
@media only screen and (min-width: 466px) {
  html body.page-layout-product .page-main .product-image-box img.hidden-tablet,
  html body.page-layout-landingpage .page-main .product-image-box img.hidden-tablet {
    display: none;
  }
  html body.page-layout-product .page-main .product-image-box img.visible-tablet,
  html body.page-layout-landingpage .page-main .product-image-box img.visible-tablet {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html body.page-layout-product .page-main .product-banner-box .product-banner-img {
    width: 100%;
    order: 2;
  }
  html body.page-layout-product .page-main .product-banner-box .product-banner-content {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  html body.page-layout-landingpage #maincontent {
    margin: 0;
    padding: 0;
  }
  html body.page-layout-landingpage #maincontent .columns .column.main {
    padding-bottom: 0;
  }
  html body.page-layout-landingpage #maincontent .columns .column.main .page-main .product-banner-box .product-banner-img {
    width: 100%;
    order: 2;
  }
  html body.page-layout-landingpage #maincontent .columns .column.main .page-main .product-banner-box .product-banner-content {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  html body.page-layout-gewinnspiel .pad_right,
  html body.page-layout-gewinnspiel .pad_left,
  html body.page-layout-gewinnspiel .pad_left_right {
    padding-left: 0;
    padding-right: 0;
  }
  html body.page-layout-gewinnspiel .pad_right-xs {
    padding-left: 0;
    padding-right: 5px;
  }
  html body.page-layout-gewinnspiel .pad_left-xs {
    padding-left: 5px;
    padding-right: 0;
  }
  html body.page-layout-gewinnspiel .pad_left_right-xs {
    padding-left: 5px;
    padding-right: 5px;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main img {
    max-width: 100%;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part .email_part,
  html body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part .password_part {
    width: 100%;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .login-box .login_form .input_part .check_email_part {
    width: 100%;
    margin-top: 15px;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address-filled .adresse_aendern {
    height: 17.2px;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main .address-box .address label span.visible-xs {
    display: inline-block !important;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main .raffle input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
  }
  html body.page-layout-gewinnspiel .page-wrapper .page-main .raffle input[type="radio"] {
    width: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body.page-layout-selection #aboauswahl {
    flex-wrap: wrap;
    gap: 0;
  }
  body.page-layout-selection #aboauswahl .aboauswahl-option {
    flex: unset;
  }
  body.page-layout-selection #aboauswahl .aboauswahl-option.topHeight {
    margin-top: 0;
  }
}
@media only screen and (max-width: 465px) {
  body.page-layout-selection .hidden-tablet {
    display: none;
  }
  body.page-layout-selection .visible-tablet {
    display: block;
  }
}
html.ie11 body .contact-content-box .page-main {
  background: transparent;
}
html.ie11 body header.page-header {
  height: 140px;
}
html.ie11 body .header-center-logo {
  height: 60px;
}
html.ie11 body .new-navigation nav.new-navigation-box {
  min-height: auto;
}
html.ie11 body .hasDatepicker .ui-datepicker {
  display: none !important;
}
html.ie11 body.checkout-index-success #success .box .order-warning-icon,
html.ie11 body.checkout-index-success #success .box .order-success-icon {
  font-size: 2px;
}
html.ie11 body.catalog-product-view .page-main {
  display: block;
}
html.ie11 body.catalog-product-view .page-main .product-giveaway-box {
  display: block;
}
html.ie11 body.catalog-product-view .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box {
  display: block;
}
html.ie11 body.catalog-product-view .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img {
  float: left;
}
html.ie11 body.catalog-product-view .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-img img {
  height: auto;
}
html.ie11 body.catalog-product-view .page-main .product-giveaway-box .giveaway-margin-box .giveaway-box .give-away-text {
  float: left;
  display: block;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'icons-blank-theme';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    color: #5e5e5e;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1979c3;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'icons-blank-theme';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'icons-blank-theme';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 700;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    content: '\e618';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #d1d1d1;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #d1d1d1;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #d1d1d1;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 5px 20px 6px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #cccccc;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #7e807e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 5px 0 0;
  }
  .order-links .item a {
    padding: 5px 20px;
  }
  .order-links .item strong {
    padding: 5px 20px 6px 20px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
