@font-face {
  font-family: "Titillium Regular";
  src: url("../../css/fonts/TitilliumWeb-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Titillium Bold";
  src: url("../../css/fonts/TitilliumWeb-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "FontAwesome Brands";
  src: url("../../css/fonts/fa-brands-400.eot?v=4.6.3"), url('../../css/fonts/fa-brands-400.ttf') format('truetype'), url('../../css/fonts/fa-brands-400.woff') format('woff'), url('../../css/fonts/fa-brands-400.woff2') format('woff 2');
}
@font-face {
  font-family: "FontAwesome Regular";
  src: url("../../css/fonts/fa-regular-400.eot?v=4.6.3"), url('../../css/fonts/fa-regular-400.ttf') format('truetype'), url('../../css/fonts/fa-regular-400.woff') format('woff'), url('../../css/fonts/fa-regular-400.woff2') format('woff 2');
}
@font-face {
  font-family: "FontAwesome Solid";
  src: url("../../css/fonts/fa-solid-900.eot?v=4.6.3"), url('../../css/fonts/fa-solid-900.ttf') format('truetype'), url('../../css/fonts/fa-solid-900.woff') format('woff'), url('../../css/fonts/fa-solid-900.woff2') format('woff 2');
}
body a {
  color: #002f5d;
}
body a:hover,
body a:active,
body a:visited,
body a:focus {
  color: #002f5d;
}
body .loading-mask {
  display: none !important;
}
body #loading-spinner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
}
body #loading-spinner > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  width: auto;
}
body .page-main {
  padding: 0;
}
html body {
  font-size: 1.4rem;
  font-family: Arial, sans-serif;
}
html body p {
  margin-bottom: 0;
}
html body h1 {
  font-family: 'Titillium Regular', sans-serif;
  font-size: 3.6rem;
  color: #000000;
}
html body h2 {
  font-family: 'Titillium Regular', sans-serif;
  font-size: 2.8rem;
  color: #000000;
}
html body h3 {
  font-family: 'Titillium Regular', sans-serif;
  font-size: 2rem;
  color: #002f5d;
}
html body h4 {
  font-family: 'Titillium Regular', sans-serif;
  font-size: 1.8rem;
  color: #002f5d;
}
html body h5 {
  font-family: 'Titillium Regular', sans-serif;
  font-size: 1.6rem;
  color: #002f5d;
}
html body h6 {
  font-family: 'Titillium Regular', sans-serif;
  font-size: 1.4rem;
  color: #002f5d;
}
html body hr {
  border-top: 1px solid #818181;
  width: 100%;
}
html body ul:not(.account-menu) {
  list-style-type: none;
}
html body ul:not(.account-menu) li {
  position: relative;
}
html body ul:not(.account-menu) li:before {
  content: '';
  background-image: url('../images/hook-blue.png');
  background-size: contain;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  left: -20px;
  top: 5px;
}
html body .breadcrumbs .items .item:before {
  display: none;
}
html body ul.account-menu {
  list-style: none;
}
html body input[type="text"],
html body input[type="email"],
html body input[type='password'],
html body input[type='date'],
html body select {
  position: relative;
  padding: 1rem 2rem;
  height: 42px;
  text-align: left;
  background-color: #f1f1f1;
  border: 1px solid #d9e1e8;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
html body input[type="text"]::placeholder,
html body input[type="email"]::placeholder,
html body input[type='password']::placeholder,
html body input[type='date']::placeholder,
html body select::placeholder {
  color: #818181;
}
html body input[type="text"].mage-error,
html body input[type="email"].mage-error,
html body input[type='password'].mage-error,
html body input[type='date'].mage-error,
html body select.mage-error {
  border-color: #a0143c;
}
html body input[type="text"]:hover,
html body input[type="email"]:hover,
html body input[type='password']:hover,
html body input[type='date']:hover,
html body select:hover {
  cursor: pointer;
}
html body input[type="text"]:disabled,
html body input[type="email"]:disabled,
html body input[type='password']:disabled,
html body input[type='date']:disabled,
html body select:disabled {
  background-color: #f1f1f1;
  border: 1px solid #d9e1e8;
}
html body input[type="text"]:disabled:hover,
html body input[type="email"]:disabled:hover,
html body input[type='password']:disabled:hover,
html body input[type='date']:disabled:hover,
html body select:disabled:hover {
  cursor: initial;
}
html body .no-margin {
  margin: 0;
}
html body .error-message-box {
  color: #a0143c;
}
html body select {
  padding: 1rem 1.6rem;
}
html body .primary-button {
  color: #ffffff;
  background-color: #002f5d;
  padding: 10px 30px;
  display: flex;
  justify-self: center;
  flex-direction: row;
  align-self: flex-end;
  border-radius: 5px;
  border: 1px solid #002f5d;
  text-transform: uppercase;
}
html body .primary-button:hover {
  text-decoration: none;
  color: #002f5d;
  background-color: #ffffff;
  cursor: pointer;
}
html body .cta-button {
  color: #ffffff;
  background-color: #002f5d;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #002f5d;
  text-transform: uppercase;
}
html body .cta-button:hover {
  text-decoration: none;
  color: #002f5d;
  background-color: #ffffff;
  cursor: pointer;
}
html body .cta-button:disabled {
  background-color: #818181;
  border-color: #818181;
}
html body .cta-button:disabled:hover {
  background-color: #818181;
  cursor: none;
}
html body .cta-button:active,
html body .cta-button:focus {
  border: 1px solid #002f5d;
}
html body .cancel-button {
  color: #ffffff;
  background-color: #a0143c;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #a0143c;
  text-transform: uppercase;
}
html body .cancel-button:hover {
  text-decoration: none;
  color: #a0143c;
  background-color: #ffffff;
  cursor: pointer;
}
html body .cancel-button:active,
html body .cancel-button:focus {
  border: 1px solid #a0143c;
}
html body .page-wrapper {
  min-height: 0;
}
.max-width {
  width: 100%;
}
.site-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1.6rem;
  height: 1.6rem;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1;
}
input[type="checkbox"] + label {
  margin-left: 25px;
  position: relative;
}
input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #818181;
  background: #ffffff;
  margin-left: -25px;
  border-radius: 5px;
}
input[type="checkbox"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"] + label.mage-error.mage-error:before {
  border-color: #a0143c;
}
input[type="checkbox"]:checked + label::before {
  box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 3px 2px #ffffff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 5px;
}
input[type="checkbox"]:focus + label:before {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
label {
  font-weight: normal;
  color: #000000;
  margin-top: 10px;
  font-size: 12px;
  margin-bottom: 0;
}
label.radio-box {
  color: #000000;
  font-size: 18px;
  margin: 0 15px;
}
.radio-box {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #818181;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-box:hover input ~ .checkmark {
  background-color: #818181;
}
.radio-box input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 2px solid #818181;
}
.radio-box input:focus ~ .checkmark {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.radio-box input:checked ~ .checkmark:after {
  display: block;
}
.radio-box .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
}
.error-message-box {
  padding-top: 0.5rem;
}
.birthdayPicker {
  display: inline-flex;
  width: 100%;
}
.birthdayPicker select:nth-child(1) {
  margin-right: 0.75rem;
}
.birthdayPicker select:nth-child(2) {
  margin: 0 0.75rem;
}
.birthdayPicker select:nth-child(3) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
html body .noroute h1 {
  margin-bottom: 2rem;
}
html body .noroute h3 {
  margin-bottom: 3rem;
}
html body .noroute ul {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
html body .noroute ul li:before {
  background-image: none;
}
@media screen and (max-width: 1280px) {
  .site-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  #maincontent.page-main {
    padding: 0 5px;
  }
}
/*************Bootstrap fixes for extra small devices*******************/
@media screen and (max-width: 575.98px) {
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6%;
    flex: 0 0 91.6%;
    width: 91.6%;
    max-width: 91.6%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3%;
    flex: 0 0 83.3%;
    width: 83.3%;
    max-width: 83.3%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    width: 66.6%;
    max-width: 66.6%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333%;
    flex: 0 0 58.3%;
    width: 58.3%;
    max-width: 58.3%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.6%;
    flex: 0 0 42.6%;
    width: 42.6%;
    max-width: 42.6%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    width: 33.3%;
    max-width: 33.3%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    width: 16.6%;
    max-width: 16.6%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3%;
    flex: 0 0 8.3%;
    width: 8.3%;
    max-width: 8.3%;
  }
}
/* Allgemeine Header- und Nav-Stile */
body #vc_anchor_header #vc_header_content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
body #vc_anchor_header #vc_header_content .shop_logo_link {
  max-width: 33%;
  padding: 10px 0;
}
body #vc_anchor_header #vc_header_content .header-lettering {
  width: 33%;
  font-family: 'Titillium Regular', sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
}
body #vc_anchor_header #vc_header_content .account-wrapper {
  position: relative;
}
body #vc_anchor_header #vc_header_content .account-wrapper .account-icon {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
body #vc_anchor_header #vc_header_content .account-wrapper .account-icon img {
  height: 32px;
}
body #vc_anchor_header li:before {
  background-image: none !important;
}
body #vc_anchor_header .navigation {
  margin-bottom: 1.5rem;
  background-color: #002f5d;
}
body #vc_anchor_header .navigation .active-menu,
body #vc_anchor_header .navigation .level0.active > .level-top.active-menu {
  background-color: #f1f1f1;
  color: #002f5d;
}
body #vc_anchor_header .navigation ul {
  padding: 0;
}
body #vc_anchor_header .navigation ul ul {
  display: none;
}
body #vc_anchor_header .navigation ul > li {
  margin: 0;
}
body #vc_anchor_header .navigation ul > li:hover ul {
  display: block;
  position: absolute;
  background-color: #002f5d;
  padding: 0;
}
body #vc_anchor_header .navigation .level0 > .level-top {
  color: #ffffff;
  line-height: 35px;
  position: relative;
  font-family: 'Titillium Regular', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
body #vc_anchor_header .navigation .level0 > .level-top:hover,
body #vc_anchor_header .navigation .level0 > .level-top.active-menu {
  background-color: #f1f1f1;
  color: #002f5d;
}
body #vc_anchor_header .navigation .ui-menu-item:hover {
  background-color: #f1f1f1;
}
body #vc_anchor_header .navigation .ui-menu-item a {
  color: #ffffff;
  padding: 5px 10px;
  display: block;
}
body #vc_anchor_header .navigation .ui-menu-item a:hover {
  color: #002f5d;
  text-decoration: none;
}
body #vc_anchor_header .bfsg_dialog {
  display: none;
  /* Standardmäßig ausgeblendet (für Browser, die kein `dialog[open]` unterstützen) */
  position: absolute;
  /* Dialog relativ zum .account-wrapper positionieren */
  left: auto;
  /* Deaktiviert die standardmäßige linke Ausrichtung */
  right: 0;
  /* Rechts am Container (account-wrapper) ausrichten */
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  max-width: 300px;
  /* Maximale Breite des Dialogs */
  width: auto;
  /* Dialog passt sich dem Inhalt an */
  background-color: white;
  /* Hintergrund definieren */
  box-sizing: border-box;
  /* Inklusive Padding */
  z-index: 1000;
  /* Sicherstellen, dass der Dialog über anderen Elementen bleibt */
}
body #vc_anchor_header .bfsg_dialog ul {
  padding: 0;
}
body #vc_anchor_header .bfsg_dialog ul li a {
  color: black;
}
body #vc_anchor_header .bfsg_dialog[open] {
  display: block;
  /* Falls der Dialog geöffnet wird, sicherstellen, dass `open` funktioniert */
}
.mobile-menu-wrapper,
.mobile-icons-container,
.ui-loader,
.jquery-ui-page,
.mobile-icons {
  display: none;
}
/* Tablet- und Mobilstile */
@media screen and (max-width: 991px) {
  .header-lettering {
    display: none;
  }
}
@media screen and (max-width: 767.95px) {
  #vc_anchor_header .navigation,
  #vc_anchor_header .account-wrapper {
    display: none;
  }
  #vc_anchor_header #menu-dialog[open] {
    max-width: 100%;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 0;
    border-bottom: 1px solid #818181;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0 {
    border-bottom: 1px solid #818181;
    padding: 1rem 2rem;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0 ul.level1-menu {
    display: none;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0 ul.level1-menu li {
    padding: 1rem 2rem 0 2rem;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0 a {
    width: 100%;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0.next-level span {
    position: relative;
    color: #002f5d;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0.next-level span:after {
    content: '\f107';
    font-family: 'FontAwesome Solid', serif;
    font-size: 1.4rem;
    position: absolute;
    right: -20px;
  }
  #vc_anchor_header #menu-dialog[open] ul li.level0.next-level.selected span:after {
    content: '\f106';
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .mobile-icons-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #f1f1f1;
    border: 1px solid #818181;
  }
  .mobile-icons-container .mobile-icons-row {
    margin: 0 auto;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper {
    margin-bottom: 0;
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a {
    color: #000000;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    align-items: center;
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a:hover {
    color: white;
    background-color: #818181;
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a i {
    font-style: normal;
    margin: 0 auto;
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a i:before {
    font-family: 'FontAwesome Solid', serif;
    font-size: 2.2rem;
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a i.mobilephone-icon:before {
    content: '\f879';
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a i.email-icon:before {
    content: '\f0e0';
  }
  .mobile-icons-container .mobile-icons-row .mobile-icon-wrapper a img {
    height: 32px;
    width: 32px;
  }
  .mobile-icons-container .mobile-icons-row .mobile-menu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
  }
  .mobile-icons-container .mobile-icons-row .mobile-menu-wrapper a:before {
    content: '\f0c9';
    font-family: 'FontAwesome Solid', serif;
    font-size: 3rem;
    color: #818181;
  }
}
@media screen and (max-width: 575.98px) {
  .page-header .ui-page {
    top: 71px;
  }
}
.footer {
  border-top: 1px solid #818181;
}
.footer a {
  color: #000000;
}
.footer a:hover,
.footer a:visited,
.footer a:active {
  color: #000000;
}
.footer .icon {
  display: inline-flex;
}
.footer .icon i {
  font-style: normal;
  margin-right: 10px;
}
.footer .icon i:before {
  font-family: 'FontAwesome Solid', serif;
  font-size: 1.5rem;
}
.footer .icon i.phone {
  flex-basis: 0;
}
.footer .icon i.phone:before {
  content: '\f879';
}
.footer .icon i.email:before {
  content: '\f0e0';
}
.footer .footer-service-heading {
  margin-bottom: 1rem;
}
.footer .footer-wrapper {
  background-color: #f1f1f1;
  padding: 1.5rem;
}
.footer .footer-wrapper .serviceblock p {
  margin-bottom: 0;
}
.footer .footer-wrapper .serviceblock > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .footer-links-wrapper {
  background-color: #f1f1f1;
  padding: 0.6rem 0;
}
.footer .footer-links-wrapper ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-links-wrapper ul li {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
.footer .footer-links-wrapper ul li:before {
  background-image: none;
}
@media screen and (max-width: 991.98px) {
  .footer .footer-wrapper {
    background-color: #ffffff;
  }
  .footer .footer-wrapper .serviceblock {
    margin-bottom: 1rem;
  }
  .footer .footer-links-wrapper {
    background-color: #f1f1f1;
    padding: 2rem 0;
  }
  .footer .footer-links-wrapper ul {
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .footer .footer-links-wrapper ul li {
    line-height: 1.5;
  }
}
.page-content {
  background-color: #ffffff;
}
html .breadcrumbs {
  padding-left: 0;
}
html .breadcrumbs strong {
  font-weight: 600;
  color: #000000;
}
html .breadcrumbs ul li a {
  color: #818181 !important;
}
html .breadcrumbs ul li a:hover {
  color: #818181 !important;
}
html .breadcrumbs ul li:before {
  background-image: none;
}
html .breadcrumbs .item:not(:last-child):after {
  content: '/';
  margin: 0;
  font-size: 1.5rem;
}
.product-top-box {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.product-box-with-heading {
  /*begin fix category-site(Produktboxen mit und ohne Überschrift)*/
  /*end fix category-site*/
}
.product-box-with-heading .product-box-content {
  border: 1px solid #d9e1e8;
  border-radius: 5px;
}
.product-box-with-heading .category-product-box-content {
  border: 1px solid #d9e1e8;
  border-radius: 5px;
}
.product-box-with-heading .category-product-box-content .product-box-content {
  border: 0;
}
.product-box-with-heading h2,
.product-box-with-heading h4 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
}
.product-box-with-heading h2.empty-heading,
.product-box-with-heading h4.empty-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d9e1e8;
}
.product-box-with-heading h2.not-empty-header,
.product-box-with-heading h4.not-empty-header {
  border-top: 1px solid #d9e1e8;
  border-left: 1px solid #d9e1e8;
  border-right: 1px solid #d9e1e8;
}
.product-box-with-heading h2.not-empty-header img,
.product-box-with-heading h4.not-empty-header img {
  border-radius: 0;
}
.product-box-with-heading img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-box-without-heading .product-box-content {
  border: 1px solid #d9e1e8;
  border-radius: 5px;
}
.product-box-without-heading .product-box-content img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-box-without-heading.product-box-content.category-product-box-content {
  border: none;
}
.product-box-without-heading.product-box-content.category-product-box-content .img {
  border-top: 1px solid #d9e1e8;
  border-left: 1px solid #d9e1e8;
  border-right: 1px solid #d9e1e8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.product-box-without-heading.product-box-content.category-product-box-content .content-box-wrapper {
  border-left: 1px solid #d9e1e8;
  border-right: 1px solid #d9e1e8;
  border-bottom: 1px solid #d9e1e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.product-box-wrapper {
  /*Beginn styles für Boxen mit Preisen und Buttons*/
  /*Ende styles für Boxen mit Preisen und Buttons*/
}
.product-box-wrapper .product_box_links {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}
.product-box-wrapper .category-product-box-content {
  height: 100%;
}
.product-box-wrapper .product-box-content {
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 5px;
  background-color: #ffffff;
}
.product-box-wrapper .product-box-content:hover {
  transform: scale(1.01);
}
.product-box-wrapper h2,
.product-box-wrapper h4 {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #002f5d;
  color: #ffffff;
}
.product-box-wrapper ul {
  padding-left: 2rem;
}
.product-box-wrapper .content-box-wrapper {
  padding: 3rem 2rem 5rem 2rem;
  height: 100%;
}
.product-box-wrapper .content-box-wrapper .content-box {
  margin: 0;
}
.product-box-wrapper .content-box {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 2rem;
  height: 100%;
}
.product-box-wrapper .content-box .postal-code-input,
.product-box-wrapper .content-box .postal-code-form {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.product-box-wrapper .content-box .postal-code-input input[type="text"],
.product-box-wrapper .content-box .postal-code-form input[type="text"] {
  margin-top: 0;
  margin-bottom: 2rem;
}
.product-box-wrapper .content-box .postal-code-input select,
.product-box-wrapper .content-box .postal-code-form select {
  margin-bottom: 0;
  text-align-last: center;
}
.product-box-wrapper .content-box .pc-required {
  display: flex;
  justify-self: center;
  flex-direction: row;
  align-self: flex-end;
  margin-bottom: 0;
  text-align: center;
  margin-top: 2rem;
}
.product-box-wrapper .content-box .primary-button {
  margin-top: auto;
  margin-left: auto;
}
.product-box-wrapper .content-box .content-box-price {
  margin-top: auto;
  margin-left: auto;
  position: relative;
}
.product-box-wrapper .content-box .content-box-price .price {
  text-align: right;
  font-size: 1.7rem;
  font-weight: 400;
}
.product-box-wrapper .content-box .content-box-price .price-subline {
  text-align: right;
}
.product-box-wrapper .content-box .content-box-price .tax-line {
  position: absolute;
  right: 0;
  margin-top: 5px;
  color: #818181;
  font-size: 1.3rem;
}
.product-box-wrapper .content-box .content-box-price .primary-button {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 1rem;
}
.product-box-wrapper .category-product-content-box {
  align-items: start;
}
.payment-section-wrapper {
  border-top: 1px solid #d9e1e8;
  width: 100%;
  border-bottom: 1px solid #d9e1e8;
  padding: 4rem 0;
}
.payment-section-wrapper .payment-section {
  display: flex;
  justify-content: space-around;
}
.payment-section-wrapper p {
  margin-bottom: 0;
}
.payment-section-wrapper .payment-text {
  flex-direction: row;
  align-self: center;
  font-weight: 800;
}
.payment-section-wrapper .icons {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
}
.payment-section-wrapper .icons p {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.payment-section-wrapper .icons img {
  max-width: 60px;
}
.frontpage-banner-block-wrapper {
  margin: 3rem auto;
}
.frontpage-banner-block-wrapper .frontpage-banner-block-content .text-block {
  padding: 2rem 4rem;
  width: 50%;
  display: flex;
  flex-flow: column nowrap;
}
.frontpage-banner-block-wrapper .frontpage-banner-block-content .text-block a {
  align-self: flex-start;
  margin-top: auto;
  margin-right: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
  background-color: #002f5d;
  padding: 10px 30px;
  display: flex;
  justify-self: center;
  flex-direction: row;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #002f5d;
  text-transform: uppercase;
}
.frontpage-banner-block-wrapper .frontpage-banner-block-content .text-block a:hover {
  text-decoration: none;
  color: #002f5d;
  background-color: #ffffff;
}
.frontpage-banner-block-wrapper .frontpage-banner-block-content .img-block {
  width: 50%;
}
.special-offer-wrapper {
  background-color: #f1f1f1;
}
.special-offer-wrapper .special-offer-content {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.special-offer-wrapper .special-offer-content h2 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.page-layout-kategorieseite .payment-section-wrapper {
  margin: 0;
}
.page-layout-kategorieseite .topseller-heading {
  padding: 10px 25px;
  width: 100%;
  background-color: #002f5d;
  color: #ffffff;
}
.page-layout-kategorieseite .topseller-heading.empty-heading {
  background-color: #ffffff;
  padding: 2rem;
}
.page-layout-kategorieseite .category-product-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper {
  padding: 3rem 0;
  background-color: #f1f1f1;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper a {
  display: flex;
  padding: 3rem 2rem 3rem 4rem;
  width: 100%;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper a:hover {
  text-decoration: none;
  color: #ffffff;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper a:hover .exclusiv-offer-content-rightbox p {
  background-color: #ffffff;
  color: #002f5d;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper .exclusiv-offer-content {
  margin: 0 auto;
  background-color: #002f5d;
  border-radius: 5px;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper .exclusiv-offer-content-leftbox {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.3rem;
  display: flex;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper .exclusiv-offer-content-leftbox p {
  margin: auto 0;
}
.page-layout-kategorieseite .exclusiv-offer-wrapper .exclusiv-offer-content-rightbox p {
  padding: 1rem;
  text-align: center;
  color: #ffffff;
  border: 1px solid #d9e1e8;
  font-size: 1.5rem;
  text-transform: uppercase;
  width: 100%;
  display: block;
  border-radius: 5px;
}
.page-layout-kategorieseite .exclusiv-banner-wrapper {
  padding: 3rem 0;
}
.page-layout-kategorieseite .exclusiv-banner-wrapper .categorie-banner-content {
  margin: 0 auto;
  border: 1px solid #d9e1e8;
}
.page-layout-kategorieseite .exclusiv-banner-wrapper .categorie-banner-content-leftbox {
  padding: 0;
}
.page-layout-kategorieseite .exclusiv-banner-wrapper .categorie-banner-content-rightbox {
  padding: 1.5rem;
}
.page-layout-kategorieseite .exclusiv-banner-wrapper .categorie-banner-content-rightbox a {
  margin-left: auto;
  margin-top: 1rem;
}
.page-layout-kategorieseite .category-banner-content {
  margin: 2rem auto;
}
.page-layout-kategorieseite .category-banner-content > div {
  display: flex;
}
.page-layout-kategorieseite .category-banner-content .kategorie-image-box {
  width: 33.333333%;
}
.page-layout-kategorieseite .category-banner-content .kategorie-text-box {
  width: 66.666666%;
  padding: 2rem 3rem 2rem 3rem;
  display: flex;
  flex-wrap: wrap;
}
.page-layout-kategorieseite .category-banner-content .kategorie-text-box a {
  align-self: flex-end;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 0;
  color: #ffffff;
  background-color: #002f5d;
  padding: 10px 30px;
  display: flex;
  justify-self: center;
  flex-direction: row;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid #002f5d;
  text-transform: uppercase;
}
.page-layout-kategorieseite .category-banner-content .kategorie-text-box a:hover {
  text-decoration: none;
  color: #002f5d;
  background-color: #ffffff;
}
.page-layout-kategorieseite .category-pva-wrapper {
  display: none;
}
.page-layout-kategorieseite .category-pva-content {
  display: flex;
  justify-content: flex-end;
}
.page-layout-produktseite .site-heading {
  color: #002f5d;
  margin-bottom: 2rem;
}
.page-layout-produktseite .product-detail,
.page-layout-produktseite .product-detail-right {
  margin-bottom: 3rem;
}
.page-layout-produktseite .product-detail-box-wrapper {
  border: 1px solid #d9e1e8;
  border-radius: 5px;
}
.page-layout-produktseite .product-detail-box-wrapper > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-layout-produktseite .product-detail-box-wrapper .product-detail-box-content {
  padding: 2rem;
}
.page-layout-produktseite .product-summary-box {
  border: 1px solid #d9e1e8;
  border-radius: 5px;
  padding: 2rem;
}
.page-layout-produktseite .product-summary-box .summary-upper-box {
  border-bottom: 1px solid #002f5d;
  padding-bottom: 0.5rem;
}
.page-layout-produktseite .product-summary-box .summary-middle-box {
  padding: 1rem 0;
  border-bottom: 1px solid #002f5d;
}
.page-layout-produktseite .product-summary-box .summary-middle-box button {
  width: 100%;
  display: block;
}
.page-layout-produktseite .product-summary-box .summary-lower-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1rem;
}
.page-layout-produktseite .product-summary-box .summary-lower-box .pva-name {
  text-align: right;
}
.page-layout-produktseite .product-summary-box .summary-lower-box form {
  width: 100%;
}
.page-layout-produktseite .product-summary-box .summary-lower-box form button {
  display: flex;
  margin-left: auto;
}
.page-layout-produktseite .product-summary-box .price {
  font-size: 2rem;
  font-weight: 400;
  text-align: right;
}
.page-layout-produktseite .product-summary-box .price-subline {
  text-align: right;
}
.page-layout-produktseite .product-summary-box .tabletPricing {
  text-align: right;
}
.page-layout-produktseite .product-summary-box .cta-button {
  margin-top: 1rem;
  margin-left: auto;
  display: flex;
}
.page-layout-produktseite .product-summary-box .tax-line {
  margin-top: 5px;
  color: #818181;
  font-size: 1.1rem;
  text-align: right;
}
.page-layout-produktseite .fine-print {
  color: #818181;
  font-size: 1.2rem;
  line-height: 1;
  margin: 3rem 0;
}
.page-layout-produktseite .fine-print h6 {
  font-family: 'Titillium Regular', sans-serif;
  color: #000000;
  margin-bottom: 2rem;
}
.page-layout-produktseite .seo-text {
  color: #818181;
  font-size: 1.2rem;
  line-height: 1;
  margin: 3rem 0;
}
.page-layout-produktseite .bundleproducts-wrapper {
  background-color: #f1f1f1;
  padding: 3rem;
}
.page-layout-produktseite .bundleproducts-wrapper .bonus_row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.5rem;
}
.page-layout-produktseite .bundleproducts-wrapper .bonus_row .bundleproduct-box-wrapper .bundleproduct-box-content {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #818181;
  display: flex;
  flex-direction: column;
  height: auto;
}
.page-layout-produktseite .bundleproducts-wrapper .bonus_row .bundleproduct-box-wrapper .bundleproduct-box-content img {
  max-width: 250px;
}
.page-layout-produktseite .bundleproducts-wrapper .bonus_row .bundleproduct-box-wrapper .bundleproduct-box-content h3 {
  font-family: 'Titillium Regular', sans-serif;
  text-align: center;
}
.page-layout-produktseite .active-bonus.bundleproduct-box-wrapper {
  border-color: rgba(0, 0, 0, 0);
}
.page-layout-produktseite .active-bonus.bundleproduct-box-wrapper h4.not-empty-heading {
  border-top-color: #002f5d;
  border-left-color: #002f5d;
  border-right-color: #002f5d;
}
.page-layout-produktseite .active-bonus.bundleproduct-box-wrapper .bundleproduct-box-content {
  border-color: #002f5d;
}
.page-layout-produktseite .bundleproduct-description-dummy {
  z-index: -1;
  visibility: hidden;
  height: 0;
}
.page-layout-produktseite .topseller-heading {
  padding: 10px 25px;
  width: 100%;
  background-color: #002f5d;
  color: #ffffff;
}
.page-layout-produktseite .bundleproduct-heading-image {
  padding: 3rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.page-layout-produktseite .bundleproduct-heading-image img {
  width: 100%;
}
.page-layout-produktseite .bundleproduct-description {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
}
.page-layout-produktseite .bundleproduct-description > div {
  padding: 3rem;
  border: 1px solid #002f5d;
  border-radius: 5px;
  background-color: #ffffff;
}
.page-layout-produktseite .bundleproduct-description .primary-button {
  margin-left: auto;
  margin-top: 1rem;
  text-align: center;
  display: block;
  min-width: 250px;
}
.page-layout-produktseite .bundleproduct-description .description-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.page-layout-produktseite .bundleproduct-description .description-price {
  font-size: 2rem;
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-layout-produktseite .bundleproduct-description .description-price h6 {
  color: black;
  font-family: 'Titillium Regular', sans-serif;
  margin-right: 5px;
  font-size: 1.5rem;
  display: flex;
  margin-top: auto;
  font-weight: 400;
}
.page-layout-produktseite .selected_bonus {
  display: none;
}
.page-layout-produktseite .selected_bonus #change_selected_bonus,
.page-layout-produktseite .selected_bonus p {
  text-align: right;
  display: block;
  font-size: 1.2rem;
}
.page-layout-produktseite .mobile-bonus-page {
  transition: left .3s;
  height: 100%;
  right: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: calc(100% - 54px);
  z-index: 100;
  background-color: white;
  border-left: 1px solid #818181;
}
.faq-wrapper #faq-accordion {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.faq-wrapper .accordion-element {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.faq-wrapper .question {
  text-align: left;
  font-size: 1.8rem;
  color: #000000;
  border: none;
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
  padding-top: 1.5rem;
}
.faq-wrapper .question:hover {
  text-decoration: none;
  color: #000000;
}
.faq-wrapper .question.collapsed {
  border-bottom: 1px solid #818181;
}
.faq-wrapper .answer-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 0;
  line-height: 1.7;
}
/*****************************Mobile Styles*****************************/
@media screen and (min-width: 1280px) {
  /****FAQseite****/
  .faq-wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  body .page-wrapper > .breadcrumbs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  body .header.content {
    padding: 30px 15px 20px;
  }
  .cms-startseite .payment-section-wrapper,
  .frontpage-banner-block-wrapper {
    display: none;
  }
  .special-offer-wrapper .special-offer-content {
    margin-bottom: 0;
  }
  .special-offer-wrapper .special-offer-content .product-box-wrapper {
    margin-bottom: 3rem;
    margin-top: 0;
  }
  /****Katalogseite****/
  .page-layout-kategorieseite .exclusiv-offer-wrapper a {
    flex-wrap: wrap;
  }
  .page-layout-kategorieseite .exclusiv-for-subscribers .exclusiv-offer-content-leftbox {
    justify-content: center;
    text-align: center;
  }
  .page-layout-kategorieseite .exclusiv-for-subscribers .exclusiv-offer-content-leftbox p {
    margin-bottom: 1rem;
  }
  .page-layout-kategorieseite .payment-section-wrapper .payment-text {
    display: none;
  }
  .page-layout-kategorieseite .payment-section-wrapper .icons {
    width: 100%;
  }
  .page-layout-kategorieseite .category-banner-content ul {
    padding-left: 1rem;
  }
  /****Produktdetailseite****/
  .page-layout-produktseite .bonus_row {
    margin-bottom: 0;
  }
  .page-layout-produktseite .bonus_row .bundle-box {
    margin-bottom: 3rem;
    display: block;
  }
  .page-layout-produktseite .bonus_row .bundle-box .bundleproduct-box-wrapper .bundleproduct-box-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .bonus-panel-visible body {
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .bonus-panel-visible body::-webkit-scrollbar {
    display: none;
  }
  .bonus-panel-visible .mobile-bonus-page {
    display: block;
  }
  .bonus-panel-visible .mobile-bonus-page .close-bonus-panel {
    display: block;
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 1rem 1.5rem;
    line-height: 1;
  }
  .bonus-panel-visible .mobile-bonus-page .close-bonus-panel:focus,
  .bonus-panel-visible .mobile-bonus-page .close-bonus-panel:active {
    border: none;
    outline: none;
  }
  .bonus-panel-visible .mobile-bonus-page .close-bonus-panel:before {
    content: '\f00d';
    font-family: 'FontAwesome Solid', serif;
    font-size: 3rem;
  }
  .bonus-panel-visible .mobile-bonus-page .close-bonus-panel span {
    height: 1px;
    width: 1px;
    display: none;
  }
  .bonus-panel-visible .mobile-bonus-page #mobile-bonus-description {
    padding: 4rem 3rem;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .bonus-panel-visible .mobile-bonus-page #mobile-bonus-description::-webkit-scrollbar {
    display: none;
  }
  .bonus-panel-visible .mobile-bonus-page #mobile-bonus-description .description-price {
    font-size: 2rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .bonus-panel-visible .mobile-bonus-page #mobile-bonus-description .description-price h6 {
    color: black;
    font-family: 'Titillium Regular', sans-serif;
    margin-right: 5px;
    font-size: 1.5rem;
    display: flex;
    margin-top: auto;
    font-weight: 400;
  }
  .bonus-panel-visible .mobile-bonus-page #mobile-bonus-description .selected_bonus {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  html body .breadcrumbs {
    display: none;
  }
  .product-box-wrapper:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  /****Katalogseite****/
  .page-layout-kategorieseite .topseller-heading.empty-heading {
    display: none;
  }
  /****Produktdetailseite****/
  .page-layout-produktseite #mobile-bonus-page .product-summary-box {
    border: none;
  }
  .page-layout-produktseite #mobile-bonus-page .product-summary-box .summary-upper-box {
    border-bottom: 1px solid #002f5d;
    padding-bottom: 1.5rem;
    border-top: 1px solid #002f5d;
    padding-top: 1.5rem;
  }
  .page-layout-produktseite #mobile-bonus-page .product-summary-box .selected_bonus p {
    text-align: left;
  }
  .page-layout-produktseite #mobile-bonus-page .product-summary-box .summary-lower-box form {
    width: 100%;
  }
  .page-layout-produktseite #mobile-bonus-page .product-summary-box .summary-lower-box form .price {
    text-align: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .page-layout-produktseite #mobile-bonus-page .product-summary-box .summary-lower-box form button {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-layout-produktseite #mobile-bonus-page .selected_bonus {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .page-layout-produktseite .bonus_row .bundle-box .bundleproduct-box-wrapper .bundleproduct-box-content {
    flex-direction: column;
  }
  .payment-section-wrapper .payment-section {
    flex-direction: column;
    gap: 2rem;
  }
  .payment-section-wrapper .icons {
    width: 100%;
  }
}
