/*
 * @category  MSP
 * @editor    Tommy Köster
 * @copyright 2025 - MSP Medien Systempartner GmbH & Co. KG
 * @license   http://www.medien-systempartner.de/  Commercial
 * @link      www.medien-systempartner.de
 * @updated   09.05.25, 11:57
 */
/**
Maximale Breite der Seite
 */
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.no_padding {
  padding-left: 0;
  padding-right: 0;
}
/*
 * @category  MSP
 * @editor    Tommy Köster
 * @copyright 2024 - MSP Medien Systempartner GmbH & Co. KG
 * @license   http://www.medien-systempartner.de/  Commercial
 * @link      www.medien-systempartner.de
 * @updated   16.12.24, 13:57
 */
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../css/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../css/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
/*
 * @category  MSP
 * @editor    Tommy Köster
 * @copyright 2025 - MSP Medien Systempartner GmbH & Co. KG
 * @license   http://www.medien-systempartner.de/  Commercial
 * @link      www.medien-systempartner.de
 * @updated   09.05.25, 11:57
 */
/* Die Farben für das Kundenkonto im "Michel-Stil" */
:root {
  --primary-color: #005CA9;
  --dark-primary-color: color-mix(in srgb, var(--primary-color), #000000 5%);
  --secondary-color: var(--primary-color);
  --dark-secondary-color: color-mix(in srgb, var(--secondary-color), #000000 5%);
  --success: #26a90a;
  --error: #AB1E03;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.page-wrapper .page-header {
  margin: 0;
}
.page-wrapper .page-header .panel.wrapper {
  margin: 0;
  border: 0;
  background: transparent;
}
.page-wrapper .page-header .panel.wrapper .panel.header {
  display: none;
}
.page-wrapper .page-header .header.content {
  margin: 0;
  padding: 0;
  max-width: unset;
}
.page-wrapper .page-header .header.content .compare.wrapper {
  display: none;
}
.page-wrapper .page-header .header.content .header_breadcrumb {
  background: var(--primary-color);
  max-height: 25px;
  padding: 3px 0;
  color: #ffffff;
}
.page-wrapper .page-header .header.content .header_breadcrumb div {
  max-width: 1140px;
  margin: 0 auto;
}
.page-wrapper .page-header .header.content .header_breadcrumb div a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.page-wrapper .angle img {
  display: none;
}
.page-wrapper .nav-sections {
  background: transparent;
  -webkit-box-shadow: 0 5px 5px 0 #D9D9D9;
  box-shadow: 0 5px 5px 0 #D9D9D9;
  margin-bottom: 30px;
}
.page-wrapper .nav-sections .navigation {
  background: transparent;
}
.page-wrapper .nav-sections .navigation ul {
  font-weight: 600;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  height: 50px;
  max-width: 1140px;
  margin: 0 auto;
}
.page-wrapper .nav-sections .navigation ul ul {
  display: none;
  height: auto;
}
.page-wrapper .nav-sections .navigation ul li.level0:hover:not(.kundenkonto-menu) {
  background-color: #f6f6f6;
}
.page-wrapper .nav-sections .navigation ul li.level0:hover > ul.ui-menu {
  display: block;
}
.page-wrapper .nav-sections .navigation ul #kuko-mobile-menu {
  display: none;
}
.page-wrapper .nav-sections .navigation ul ul.ui-menu {
  display: none;
  background-color: #f6f6f6;
  padding: 11px;
}
.page-wrapper .nav-sections .navigation ul ul.ui-menu li a,
.page-wrapper .nav-sections .navigation ul ul.ui-menu li a:hover {
  color: black;
  text-decoration: none;
}
.page-wrapper .nav-sections .navigation ul ul.ui-menu li.ui-menu-item a.ui-corner-all {
  color: #000;
}
.page-wrapper .nav-sections .navigation ul ul.ui-menu li.ui-menu-item a.ui-corner-all:hover {
  color: #000;
  text-decoration: none;
}
.page-wrapper .nav-sections .navigation .level0 {
  margin: 0;
}
.page-wrapper .nav-sections .navigation .level0 li.level-top {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
}
.page-wrapper .nav-sections .navigation .level0 li.level-top a {
  height: 100%;
  font-size: 13px;
  line-height: 50px;
}
.page-wrapper .nav-sections .navigation .level0 > .level-top {
  color: #444444;
  line-height: 50px;
}
.page-wrapper .nav-sections .navigation .level0 > .level-top:hover,
.page-wrapper .nav-sections .navigation .level0 > .level-top.ui-state-active {
  color: #000000;
  background: #f6f6f6;
}
.page-wrapper .nav-sections .navigation .level0.active > .level-top {
  background: #f6f6f6;
  border: 0;
}
.page-wrapper .nav-sections .navigation .level0.active.logo-img-menu,
.page-wrapper .nav-sections .navigation .level0.logo-img-menu {
  flex-grow: 1;
  text-align: left;
}
.page-wrapper .nav-sections .navigation .level0.active.logo-img-menu a,
.page-wrapper .nav-sections .navigation .level0.logo-img-menu a,
.page-wrapper .nav-sections .navigation .level0.active.logo-img-menu a:hover,
.page-wrapper .nav-sections .navigation .level0.logo-img-menu a:hover {
  display: flex;
  background: transparent;
  justify-content: left;
  align-items: center;
  height: 100%;
}
.page-wrapper .nav-sections .navigation .level0.active.logo-img-menu a img,
.page-wrapper .nav-sections .navigation .level0.logo-img-menu a img,
.page-wrapper .nav-sections .navigation .level0.active.logo-img-menu a:hover img,
.page-wrapper .nav-sections .navigation .level0.logo-img-menu a:hover img {
  max-width: 200px;
  max-height: 75px;
  padding: 15px;
}
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .kk-icon,
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active .kk-icon,
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .kk-icon:hover {
  width: 40px;
  height: 50px;
  background: url('../../images/icons/icon_kundenkonto.jpg') no-repeat center center transparent;
  background-size: 80%;
}
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon,
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active.loggedin .kk-icon,
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active.loggedin .kk-icon:hover {
  width: 40px;
  height: 50px;
  background: url('../../images/icons/icon_kundenkonto_logged_in.jpg') no-repeat center center transparent;
  background-size: 80%;
}
.page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .tooltip-content a {
  color: var(--primary-color);
}
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .kk-icon,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .kk-icon,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active .kk-icon,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active .kk-icon,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .kk-icon:hover,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu .kk-icon:hover {
  width: 40px;
  height: 50px;
  background: url('../../images/icons/icon_kundenkonto_michel.jpg') no-repeat center center transparent;
  background-size: 80%;
}
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active.loggedin .kk-icon,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.active.loggedin .kk-icon,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon:hover,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon:hover {
  width: 40px;
  height: 50px;
  background: url('../../images/icons/icon_kundenkonto_michel_logged_in.jpg') no-repeat center center transparent;
  background-size: 80%;
}
.publisher-logos {
  display: none;
}
#search_mini_form {
  display: none;
}
@media screen and (max-width: 840px) {
  .example-tooltip-top {
    display: none;
  }
}
@media screen and (min-width: 841px) {
  .example-tooltip-top {
    position: relative;
    display: block;
  }
  .example-tooltip-top .tooltip-content {
    max-width: 100px;
    min-width: 100px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    color: var(--primary-color);
    line-height: 1.4;
    font-size: 14px;
  }
  .kundenkonto-menu:hover .example-tooltip-top .tooltip-content {
    display: block;
  }
}
button,
.button {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
button .more_info_btn:visited,
.button .more_info_btn:visited {
  color: #fff;
}
button:hover,
.button:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
button:visited,
.button:visited {
  color: #fff;
}
body {
  font-family: sans-serif;
  color: #575757;
}
body .max-width {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
body .max-width-small {
  max-width: 980px;
  margin: 0 auto;
}
body #maincontent {
  max-width: 980px;
  padding: 0;
}
body .page-header {
  padding: 0;
}
body .page-main,
body .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body .page-main h1.page_title,
body .container h1.page_title {
  font-size: 40px;
  margin: 0 0 30px 0;
}
body .page-main h2.page_title,
body .container h2.page_title {
  margin: -20px 0 30px 0;
  text-align: left;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Lora', serif;
  color: #000;
}
h4 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  text-align: center;
}
h2 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.clearfix {
  clear: both;
}
#cover {
  background: url('../../images/icons/loading.gif') no-repeat scroll center center #ffffff;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0.8;
}
body .abo_slider_home,
body #slider_category {
  margin-bottom: 30px;
}
body .carousel-indicators li {
  border-color: var(--primary-color);
}
body .carousel-indicators li.active,
body .carousel-indicators li:hover {
  background-color: var(--primary-color);
}
body .categories_home {
  background: #e2e2e2;
  padding: 30px 0;
}
body .categories_home .row {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
body .categories_home .category_home .content {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
  padding: 20px 20px 60px 20px;
  position: relative;
}
body .categories_home .category_home .content h3 {
  margin: 0 0 30px 0;
}
body .categories_home .category_home .content h4 {
  margin: -20px 0 10px 0;
}
body .categories_home .category_home .content ul {
  margin: 0;
  padding: 0;
}
body .categories_home .category_home .content ul li {
  list-style-type: none;
  margin-left: 20px;
}
body .categories_home .category_home .content ul li:before {
  content: '✔';
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin-left: -20px;
  margin-right: 8px;
}
body .categories_home .category_home .content p {
  margin: 20px 0;
  padding: 0;
}
body .categories_home .category_home .content a {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
body .categories_home .category_home .content a .more_info_btn:visited {
  color: #fff;
}
body .categories_home .category_home .content a:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
body .categories_home .category_home .content a:visited {
  color: #fff;
}
body .categories_home .spezialangebote {
  background: #fff;
  padding: 20px 10px 30px 10px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
body .categories_home .spezialangebote .special_products_home_row {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
body .categories_home .spezialangebote .special_products_home_row .special_products_home {
  cursor: pointer;
}
body .categories_home .spezialangebote .special_products_home_row .special_products_home ul {
  margin: 0;
  padding: 0;
}
body .categories_home .spezialangebote .special_products_home_row .special_products_home ul li {
  list-style-type: none;
  margin-left: 20px;
  text-align: left;
}
body .categories_home .spezialangebote .special_products_home_row .special_products_home ul li:before {
  content: '✔';
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin-left: -20px;
  margin-right: 8px;
}
body .categories_home .spezialangebote .special_products_home {
  padding: 20px 20px 40px 20px;
}
body .categories_home .spezialangebote .special_products_home .image {
  width: 100%;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body .categories_home .spezialangebote .special_products_home.col-sm-12 .image {
  width: 100%;
  height: 230px;
}
body .categories_home .spezialangebote .special_products_home.col-sm-6 .image {
  width: 100%;
  height: 260px;
}
body .categories_home .spezialangebote .special_products_home h3 {
  margin: 18px 0 12px 0;
}
body .categories_home .spezialangebote .special_products_home .short_description {
  text-align: center;
}
body .categories_home .spezialangebote .special_products_home a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
body .categories_home .spezialangebote .special_products_home a .more_info_btn:visited {
  color: #fff;
}
body .categories_home .spezialangebote .special_products_home a:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
body .categories_home .spezialangebote .special_products_home a:visited {
  color: #fff;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 auto;
}
.products_row:nth-of-type(1) .product_box_header {
  height: 30px;
}
.products_row:nth-of-type(1) .product_box {
  margin-top: 30px;
  height: 95%;
}
.bg-grau {
  background: #e2e2e2;
}
.products_row {
  margin-bottom: 30px;
  width: 100%;
}
.products_row .product_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.products_row .product_box_container:nth-of-type(2n) {
  padding-left: 10px;
  padding-right: 10px;
}
.products_row .product_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
.products_row .product_box_header {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: white;
  text-align: center;
  display: none;
}
.products_row .product_box_header p {
  margin: 0;
  padding: 6px 4px 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.products_row .product_box {
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
  background: #fff;
  cursor: pointer;
}
.products_row .product_box .product_box_heading {
  padding-top: 10px;
  font-weight: bold;
}
.products_row .product_box .product_box_pic {
  position: relative;
  text-align: center;
}
.products_row .product_box .product_box_pic img {
  width: 100%;
}
.products_row .product_box .product_box_des {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.products_row .product_box .product_box_des ul {
  margin: 0;
  padding: 0;
}
.products_row .product_box .product_box_des ul li {
  list-style-type: none;
  margin-left: 20px;
}
.products_row .product_box .product_box_des ul li:before {
  content: '✔';
  display: inline-block;
  font-size: 14px;
  color: var(--secondary-color);
  margin-left: -20px;
  margin-right: 8px;
}
.products_row .product_box .product_box_price {
  border-top: 1px solid #000;
  padding: 5px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 80px;
}
.products_row .product_box .product_box_price b {
  font-size: 18px;
}
.products_row .product_box .product_box_btn {
  height: 100px;
}
.products_row .product_box .product_box_btn small {
  position: absolute;
  bottom: 12px;
  transform: translateX(-50%);
  left: 50%;
}
.products_row .topseller .product_box .product_box_price {
  bottom: 85px;
}
.more_info_btn {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
  position: absolute;
  bottom: 38px;
  transform: translateX(-50%);
  left: 50%;
}
.more_info_btn .more_info_btn:visited {
  color: #fff;
}
.more_info_btn:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.more_info_btn:visited {
  color: #fff;
}
.more_info_btn:visited {
  color: #fff;
}
.product_box_desc {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 99;
}
.product_box_desc ul {
  margin: 0;
  padding: 0;
}
.product_box_desc ul li {
  list-style-type: none;
  margin-left: 20px;
}
.product_box_desc ul li:before {
  content: '✔';
  display: inline-block;
  font-size: 14px;
  color: var(--primary-color);
  margin-left: -20px;
  margin-right: 8px;
}
.abodetail_box ul {
  margin: 0;
  padding: 0;
}
.abodetail_box ul li {
  list-style-type: none;
  margin-left: 20px;
}
.abodetail_box ul li:before {
  content: '✔';
  display: inline-block;
  font-size: 14px;
  color: var(--primary-color);
  margin-left: -20px;
  margin-right: 8px;
}
.bereits_abonennt_box {
  background: var(--primary-color);
  height: 184px;
  color: #fff;
  position: relative;
}
.bereits_abonennt_box > div {
  height: 100%;
  background: url('../../images/bg_bereits_abonnent.png') no-repeat left center;
}
.bereits_abonennt_box h3 {
  color: #fff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 31%;
  font-size: 30px;
}
.bereits_abonennt_box a {
  position: absolute;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
.bereits_abonennt_box a .more_info_btn:visited {
  color: #fff;
}
.bereits_abonennt_box a:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.bereits_abonennt_box a:visited {
  color: #fff;
}
.relative {
  position: relative;
}
.abo_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.abodetail_box .bg,
.abodetail_description .bg {
  background-color: #e2e2e2;
  height: 100%;
}
.abodetail_box .bg {
  padding: 20px 15px;
}
.abodetail_box h4 {
  text-align: left;
}
.abodetail_description .product_box_img img {
  width: 100%;
  height: auto;
}
.abodetail_description .product_box_desc {
  padding-left: 15px;
  padding-right: 15px;
}
.praemien_row {
  padding-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: left;
}
.praemien_row:before,
.praemien_row:after {
  display: none;
}
.praemien_col {
  z-index: 1;
  float: none;
  display: inline-block;
  height: 100%;
}
.praemien_box {
  background-color: white;
  margin-top: 30px;
  position: relative;
  opacity: 0.6;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.praemien_box:hover,
.praemien_box.active {
  opacity: 1;
}
.praemien_box .praemie_bg_white {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -5px;
}
.praemien_box img {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10px;
  margin-top: 40px;
}
.praemien_heading {
  text-align: center;
  color: var(--primary-color);
  height: 30px;
  padding-top: 30px;
  font-size: 16px;
}
.prämien_row_heading {
  text-align: left;
}
.praemien_desc {
  position: absolute;
  display: none;
  background-color: white;
  padding: 30px;
  z-index: -1;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.praemien_box_header {
  color: white;
  text-align: center;
  display: none;
  height: 30px;
}
.praemien_box_header p {
  margin: 0;
  padding: 5px;
}
.praemien_btn {
  height: 60px;
}
.select-praemie {
  position: relative;
  padding: 15px;
}
.select-praemie h4 {
  text-align: left;
}
.select-praemie a {
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.select-praemie #selected_praemie_name {
  position: absolute;
  right: 15px;
  top: 15px;
}
.praemien_bg {
  display: none;
}
#hidden_order_btn_box {
  display: none;
}
#scroll_to_bonus_btn {
  position: unset;
  text-align: center;
  display: block;
  transform: none;
}
#order_btn,
#order_btn_mobile {
  padding: 10px;
  background-color: #ed953e75;
  color: white;
  border: none;
  float: right;
}
.selected_praemie {
  display: none;
  text-align: right;
}
#change_selected_praemie small {
  color: #ed953e;
}
.praemien_col:nth-child(1) {
  padding-left: 0;
}
.praemien_col:nth-child(4n) {
  padding-right: 0;
}
.praemien_col:nth-child(4n+1) {
  padding-left: 0;
}
@media (max-width: 768px) {
  .praemien_col:nth-child(2n) {
    padding-right: 0;
  }
  .praemien_col:nth-child(2n+1) {
    padding-left: 0;
  }
  .praemien_box_header p {
    font-size: 12px;
  }
}
#change_selected_praemie {
  color: var(--secondary-color);
}
.product_detail_drerz_auswahl,
.product_detail_praemie_auswahl,
.product_detail_praemie_order_btn {
  position: relative;
  width: calc(33.33333333% - 21px);
  background: #e2e2e2;
  border: 3px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
  right: 0;
  top: 0;
  float: right;
  cursor: pointer;
}
.product_detail_drerz_auswahl:hover .arrow,
.product_detail_praemie_auswahl:hover .arrow,
.product_detail_praemie_order_btn:hover .arrow {
  border-color: #e2e2e2;
  border-top: 1px solid #5d5d5d;
}
.product_detail_drerz_auswahl .image,
.product_detail_praemie_auswahl .image,
.product_detail_praemie_order_btn .image {
  text-align: center;
  border: 3px solid #d5d5d5;
  background: #d5d5d5;
  padding: 15px;
  min-height: 128px;
  position: relative;
}
.product_detail_drerz_auswahl .image img,
.product_detail_praemie_auswahl .image img,
.product_detail_praemie_order_btn .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 250px;
}
.product_detail_drerz_auswahl .image:hover,
.product_detail_praemie_auswahl .image:hover,
.product_detail_praemie_order_btn .image:hover {
  border-color: #d5d5d5;
}
.product_detail_drerz_auswahl .arrow,
.product_detail_praemie_auswahl .arrow,
.product_detail_praemie_order_btn .arrow {
  display: none;
  height: 35px;
  background: url('../../images/icons/arrow.png') center center no-repeat;
  background-size: contain;
  background-color: #e2e2e2;
  margin: 0;
  border: 3px solid #e2e2e2;
  border-top: 1px solid #5d5d5d;
}
.product_detail_drerz_auswahl.active .arrow,
.product_detail_praemie_auswahl.active .arrow,
.product_detail_praemie_order_btn.active .arrow {
  display: block;
}
.product_detail_praemie_order_btn:hover {
  border-color: #d5d5d5;
}
.pva_auswahl,
.praemien_bg {
  clear: both;
  background: #e2e2e2;
  padding: 40px 30px;
  position: relative;
}
.pva_auswahl.inactive,
.praemien_bg.inactive {
  display: none;
}
.pva_auswahl form,
.praemien_bg form {
  clear: both;
  text-align: center;
}
.pva_auswahl form .order-btn,
.praemien_bg form .order-btn {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
.pva_auswahl form .order-btn .more_info_btn:visited,
.praemien_bg form .order-btn .more_info_btn:visited {
  color: #fff;
}
.pva_auswahl form .order-btn:hover,
.praemien_bg form .order-btn:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.pva_auswahl form .order-btn:visited,
.praemien_bg form .order-btn:visited {
  color: #fff;
}
.pva_auswahl .select-ausgabe,
.praemien_bg .select-ausgabe,
.pva_auswahl .more_info_btn,
.praemien_bg .more_info_btn {
  display: inline-block;
  margin: 0 auto;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
.pva_auswahl .select-ausgabe .more_info_btn:visited,
.praemien_bg .select-ausgabe .more_info_btn:visited,
.pva_auswahl .more_info_btn .more_info_btn:visited,
.praemien_bg .more_info_btn .more_info_btn:visited {
  color: #fff;
}
.pva_auswahl .select-ausgabe:hover,
.praemien_bg .select-ausgabe:hover,
.pva_auswahl .more_info_btn:hover,
.praemien_bg .more_info_btn:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.pva_auswahl .select-ausgabe:visited,
.praemien_bg .select-ausgabe:visited,
.pva_auswahl .more_info_btn:visited,
.praemien_bg .more_info_btn:visited {
  color: #fff;
}
.pva_auswahl .container_pvas,
.praemien_bg .container_pvas,
.pva_auswahl .container_pvas_content,
.praemien_bg .container_pvas_content {
  margin: 0 -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  place-content: start center;
  align-items: stretch;
  width: 100%;
}
.pva_auswahl .container_pvas .product_detail_pva_auswahl,
.praemien_bg .container_pvas .product_detail_pva_auswahl,
.pva_auswahl .container_pvas_content .product_detail_pva_auswahl,
.praemien_bg .container_pvas_content .product_detail_pva_auswahl {
  display: inline-block;
  width: 12.6%;
  padding: 10px;
  background: var(--primary-color);
  margin: 9px;
  border: 3px solid #e2e2e2;
  cursor: pointer;
  min-height: 70px;
  position: relative;
}
.pva_auswahl .container_pvas .product_detail_pva_auswahl span,
.praemien_bg .container_pvas .product_detail_pva_auswahl span,
.pva_auswahl .container_pvas_content .product_detail_pva_auswahl span,
.praemien_bg .container_pvas_content .product_detail_pva_auswahl span {
  position: relative;
  display: block;
  height: 100%;
}
.pva_auswahl .container_pvas .product_detail_pva_auswahl span img,
.praemien_bg .container_pvas .product_detail_pva_auswahl span img,
.pva_auswahl .container_pvas_content .product_detail_pva_auswahl span img,
.praemien_bg .container_pvas_content .product_detail_pva_auswahl span img {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  transform: translateY(-50%);
}
.pva_auswahl .container_pvas .product_detail_pva_auswahl.active,
.praemien_bg .container_pvas .product_detail_pva_auswahl.active,
.pva_auswahl .container_pvas_content .product_detail_pva_auswahl.active,
.praemien_bg .container_pvas_content .product_detail_pva_auswahl.active,
.pva_auswahl .container_pvas .product_detail_pva_auswahl:hover,
.praemien_bg .container_pvas .product_detail_pva_auswahl:hover,
.pva_auswahl .container_pvas_content .product_detail_pva_auswahl:hover,
.praemien_bg .container_pvas_content .product_detail_pva_auswahl:hover {
  border-color: var(--secondary-color);
}
.pva_auswahl {
  text-align: center;
}
.selected-ausgabe {
  background: #e2e2e2;
  margin: 20px 0;
  position: relative;
  padding: 15px;
}
.selected-ausgabe h4 {
  text-align: left;
}
.selected-ausgabe a {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: var(--secondary-color);
}
.selected-ausgabe .product_detail_pva_auswahl {
  display: inline-block;
  width: 140px;
  padding: 10px;
  background: var(--primary-color);
  border: 3px solid #e2e2e2;
  cursor: pointer;
}
.selected-ausgabe .product_detail_pva_auswahl.active,
.selected-ausgabe .product_detail_pva_auswahl:hover {
  border-color: var(--secondary-color);
}
.submit_checkout {
  text-align: left;
}
.submit_checkout #order_btn,
.submit_checkout #order_btn_mobile {
  background: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
  float: none;
  color: #fff;
}
.submit_checkout #order_btn .more_info_btn:visited,
.submit_checkout #order_btn_mobile .more_info_btn:visited {
  color: #fff;
}
.submit_checkout #order_btn:hover,
.submit_checkout #order_btn_mobile:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.submit_checkout #order_btn:visited,
.submit_checkout #order_btn_mobile:visited {
  color: #fff;
}
.submit_checkout #order_btn:hover,
.submit_checkout #order_btn_mobile:hover {
  color: #fff;
}
.submit_checkout #price_mwst {
  font-size: 12px;
  margin-top: 3px;
}
.submit_checkout .form-inline {
  text-align: center;
}
.preis_produkt .preis_monat {
  font-size: 18px;
  font-weight: 600;
}
.preis_produkt .preis_monat .preis_zusatz_2 {
  margin-bottom: 10px;
}
.zuzahlung {
  margin: 15px 0;
  font-weight: 600;
}
.zuzahlung hr {
  border-color: #000;
  margin: 5px 0;
}
.zuzahlung_info {
  margin-top: 5px;
  font-size: 12px;
}
.anmerkung,
.anmerkung_tablet_description {
  margin-bottom: 30px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
input.form-control,
select {
  height: 50px;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  padding: 0 20px;
  margin-bottom: 20px;
}
input.form-control::placeholder,
select::placeholder {
  color: #afafaf;
}
button.form-control,
.action.primary {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
button.form-control .more_info_btn:visited,
.action.primary .more_info_btn:visited {
  color: #fff;
}
button.form-control:hover,
.action.primary:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
button.form-control:visited,
.action.primary:visited {
  color: #fff;
}
body.checkout-index-onestepcheckout .kleingedrucktes {
  font-size: 14px;
  color: #333;
}
body.checkout-index-onestepcheckout .label {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}
body.checkout-index-onestepcheckout h2,
body.checkout-index-onestepcheckout h4 {
  text-align: left;
}
body.checkout-index-onestepcheckout h2 {
  font-size: 28px;
  margin: 55px 0 30px 0;
}
body.checkout-index-onestepcheckout h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
body.checkout-index-onestepcheckout .login_registrierung .register #register_optin {
  height: 35px;
  width: 35px;
  display: inline-block;
}
body.checkout-index-onestepcheckout .login_registrierung .register p {
  margin: 20px 0;
}
body.checkout-index-onestepcheckout .login_registrierung hr {
  margin: 40px 0;
}
body.checkout-index-onestepcheckout .right_half {
  background: #e2e2e2;
}
body.checkout-index-onestepcheckout .right_half h4 {
  margin-top: 42px;
}
body.checkout-index-onestepcheckout .right_half img {
  width: 100%;
}
body.checkout-index-onestepcheckout .left_half .shippingAddress {
  display: none;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-method-title label,
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-method-title input {
  cursor: pointer;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-method {
  border-top: 1px solid #e2e2e2;
  color: #000;
  padding: 15px 0;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-method label {
  color: var(--primary-color);
  font-size: 18px;
  display: block;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-method label.control-checkbox {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-method .radio {
  display: inline;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .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;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-text {
  display: flex;
  font-weight: 800;
  position: relative;
  align-items: center;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-text:before {
  content: '';
  background-size: 30px 35px;
  display: inline-block;
  width: 30px;
  height: 35px;
  background-repeat: no-repeat;
  margin: 0 30px;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-text#checkmo-payment-text::before {
  background-image: url('../../images/payment/checkmo.png');
}
body.checkout-index-onestepcheckout .left_half .opc-payment .payment-text#debit-payment-text::before {
  background-image: url('../../images/payment/debit.png');
}
body.checkout-index-onestepcheckout .left_half .opc-payment .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .radio-box input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #000;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .radio-box .checkmark::after {
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  content: '';
  position: absolute;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .radio-box input:hover ~ .checkmark::after {
  display: block;
  background-color: #d5d5d5;
}
body.checkout-index-onestepcheckout .left_half .opc-payment .radio-box input:checked ~ .checkmark::after,
body.checkout-index-onestepcheckout .left_half .opc-payment .radio-box input:checked:hover ~ .checkmark::after {
  display: block;
  background-color: #000;
}
body.checkout-index-onestepcheckout .birthdayPicker {
  padding: 0;
}
body.checkout-index-onestepcheckout .birthdayPicker select.birthDate,
body.checkout-index-onestepcheckout .birthdayPicker select.birthMonth,
body.checkout-index-onestepcheckout .birthdayPicker select.birthYear {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}
body.checkout-index-onestepcheckout .birthdayPicker select.birthYear {
  margin-right: 0;
}
body.checkout-index-onestepcheckout button.action.checkout {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
  width: 100%;
}
body.checkout-index-onestepcheckout button.action.checkout .more_info_btn:visited {
  color: #fff;
}
body.checkout-index-onestepcheckout button.action.checkout:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
body.checkout-index-onestepcheckout button.action.checkout:visited {
  color: #fff;
}
body.checkout-index-onestepcheckout .delivery-time ._has-datepicker.form-control.hasDatepicker {
  width: 80%;
  position: absolute;
}
.control {
  font-family: sans-serif;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  padding-top: 4px;
  cursor: pointer;
  font-size: 14px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #d5d5d5;
  border: 0px solid #000000;
  border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #d5d5d5;
}
.control input:checked ~ .control_indicator {
  background: var(--primary-color);
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: var(--primary-color);
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #d5d5d5;
}
.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: var(--primary-color);
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
@keyframes s-ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}
input.mage-error,
select.mage-error,
.strasse_auswahl_fehler {
  border: 1px solid var(--error);
  -webkit-box-shadow: inset 0 0 5px 0px var(--error);
  box-shadow: inset 0 0 5px 0px var(--error);
}
.normal {
  color: #000;
}
.mage-error.error-message {
  position: relative;
  top: -15px;
  color: var(--error);
}
span.ui-helper-hidden-accessible {
  display: none;
}
.field-error,
div.mage-error[generated] {
  margin-top: -18px;
}
.customer-account-login h1 {
  margin-bottom: 20px;
}
.preis_zusatz_2 {
  color: #777777;
  font-size: 14px;
  font-weight: normal;
}
.kleingedrucktes {
  color: #aaaaaa;
  font-size: 13px;
}
.absolute {
  position: absolute;
}
.drerz_hinweis {
  width: 30%;
  right: 0;
  top: -170px;
  text-align: center;
  color: var(--secondary-color);
  font-weight: bold;
}
.drerz_hinweis .arrow {
  height: 25px;
  background: url('../../images/icons/arrow.png') center center no-repeat;
  background-size: contain;
  background-color: #e2e2e2;
  margin: 0;
}
.pva_hinweis {
  color: var(--secondary-color);
  font-weight: bold;
}
#modal_pva_error {
  background: rgba(255, 255, 255, 0.5);
}
#modal_pva_error .btn {
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
#modal_pva_error .btn .more_info_btn:visited {
  color: #fff;
}
#modal_pva_error .btn:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
#modal_pva_error .btn:visited {
  color: #fff;
}
#modal_pva_error .close {
  margin-top: -20px;
}
#modal_pva_error .close span {
  font-size: 30px;
  color: var(--primary-color);
}
.response_login {
  display: none;
  background: var(--success);
  padding: 10px;
  margin: 10px 0;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.response_login.error {
  background: darkred;
}
.pva_only_post,
.pva_alternative {
  display: none;
  color: var(--error);
  font-weight: bold;
}
#checkout_form a {
  color: var(--primary-color);
  font-weight: bold;
}
.checkout-index-success .column.main {
  text-align: center;
}
.checkout-index-success .column.main h1 {
  margin-bottom: 20px;
}
.checkout-index-success .column.main h1:after {
  content: '✔';
  display: inline-block;
  padding-left: 10px;
}
.checkout-index-success .column.main a.btn-primary {
  display: inline-block;
  margin-top: 30px;
  background: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  height: auto;
  border-radius: unset;
}
.checkout-index-success .column.main a.btn-primary .more_info_btn:visited {
  color: #fff;
}
.checkout-index-success .column.main a.btn-primary:hover {
  border: 0;
  color: #fff;
  text-decoration: none;
  background: var(--dark-primary-color);
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}
.checkout-index-success .column.main a.btn-primary:visited {
  color: #fff;
}
html body div.mage-error.error_form_show {
  margin: 0 15px 20px 15px;
  clear: both;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: var(--error);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
@media (max-width: 799px) {
  .verbreitungskarte {
    font-size: 14px;
  }
  .verbreitungskarte .visible-xs {
    color: var(--primary-color);
    display: inline-block !important;
    padding-right: 3px;
  }
}
span.icon-info {
  display: inline-block;
  text-decoration: none;
}
span.icon-info::before {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: normal;
  color: inherit;
  font-family: 'icons-blank-theme';
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
span.icon-info::before {
  cursor: pointer;
  content: attr(data-icon);
  margin: 0 auto;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
}
select:disabled,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #555;
  background-color: #fff;
  opacity: 1;
}
select:disabled,
input[type="select"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
.toggle-menu .navbar-toggle {
  margin-top: 12px;
  margin-left: 4px;
  border: unset;
  border-radius: unset;
  background-image: unset;
  background-color: unset;
  margin-bottom: unset;
  margin-right: unset;
  padding: unset;
  float: unset;
  display: block;
  position: relative;
}
.toggle-menu .navbar-toggle .is-visuallyhidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.navigation-wrapper {
  display: none;
}
.navigation-wrapper.is-open {
  display: block;
}
footer.verlag-page-footer img.vnp_logo {
  width: auto;
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 25px auto;
}
.checkout-success {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkout-success .row {
  display: block;
}
.checkout-success .row .text_middle,
.checkout-success .row .image {
  padding: 20px;
}
#cookie-status {
  display: none;
}
body.page-layout-cms_ohne_navi .section-items.nav-sections-items {
  display: none !important;
}
body.page-layout-cms_ohne_navi .page-wrapper .page-header .header.content .header_breadcrumb {
  background: #005ca9;
  color: #ffffff;
}
.cross-selling {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 0;
  background: var(--primary-color);
  padding: 0 50px;
}
.cross-selling .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.cross-selling img {
  max-width: 322px;
  margin-left: -50px;
  margin-top: -140px;
  margin-bottom: -20px;
}
.cross-selling p {
  font-size: 20px;
  color: #ffffff;
  margin-right: 20px;
}
.cross-selling a.button {
  min-width: 47.5%;
  border: none;
  border-radius: 7px;
  padding: 18px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-appearance: none;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.34);
  white-space: normal;
  text-transform: uppercase;
}
.cross-selling a.button {
  max-width: 200px;
  min-width: 0;
  width: 100%;
  margin-left: auto;
  padding: 13px 20px;
  background-color: var(--secondary-color);
  color: #fff;
}
.cross-selling .close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.cross-selling .close::before,
.cross-selling .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 30px;
  width: 2px;
  background-color: #ffffff;
}
.cross-selling .close::before,
.cross-selling .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 30px;
  width: 2px;
  background-color: #ffffff;
}
.cross-selling .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cross-selling .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 1300px) {
  .cross-selling .close {
    bottom: 100%;
    top: auto;
    right: 0;
    transform: translateY(1px);
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    border-top-left-radius: 5px;
  }
  .cross-selling .close::before,
  .cross-selling .close::after {
    height: 25px;
  }
  .cross-selling .close::before,
  .cross-selling .close::after {
    height: 25px;
  }
}
@media (max-width: 768px) {
  .cross-selling .content-wrapper {
    flex-direction: column;
  }
  .cross-selling img {
    display: none;
  }
  .cross-selling a {
    margin: 0 auto;
  }
  .cross-selling p {
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.qicklinks_home {
  background: #fff;
  margin: 15px 0;
}
.qicklinks_home a.pagebuilder-button-secondary,
.qicklinks_home a.pagebuilder-button-primary {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 8px;
  font-size: 14px;
}
.qicklinks_home a.pagebuilder-button-primary {
  color: var(--primary-color);
  border-color: #e2e2e2;
}
.optin_digital_checkout.mage-error {
  color: var(--error) !important;
}
.footer-hotline-service .show-michel {
  display: none;
}
body[class*="kundenkonto-"] .footer-hotline-service .show-michel {
  display: block;
}
.vis-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
body .vc-custom-carousel {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
body .vc-carousel-indicator {
  border: 1px solid var(--primary-color);
  background: #fff;
}
body .vc-carousel-indicator.active,
body .vc-carousel-indicator:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
body .vc-carousel-indicators-outer {
  margin-bottom: 1rem;
}
/*
 * @category  MSP
 * @editor    Tommy Köster
 * @copyright 2025 - MSP Medien Systempartner GmbH & Co. KG
 * @license   http://www.medien-systempartner.de/  Commercial
 * @link      www.medien-systempartner.de
 * @updated   07.07.25, 13:24
 */
.service_hotline_titel_kundekonto {
  display: none;
}
body[class*="kundenkonto-"] .choose_abo,
body.cms-updateemail .choose_abo {
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 20px;
}
body[class*="kundenkonto-"] .loading-mask img,
body.cms-updateemail .loading-mask img {
  width: auto;
}
body[class*="kundenkonto-"] #maincontent,
body.cms-updateemail #maincontent {
  width: 100%;
  max-width: 100%;
}
body[class*="kundenkonto-"] #maincontent .column.main,
body.cms-updateemail #maincontent .column.main {
  padding-bottom: 0;
}
body[class*="kundenkonto-"] #maincontent .bg-grau,
body.cms-updateemail #maincontent .bg-grau {
  padding: 30px 0;
}
body[class*="kundenkonto-"] .btn.btn-primary,
body.cms-updateemail .btn.btn-primary {
  /** Ist nicht definiert, daher entsteht ein Fehler beim kompilieren */
}
body[class*="kundenkonto-"] .aboservices .row,
body.cms-updateemail .aboservices .row {
  margin: 0;
}
body[class*="kundenkonto-"] .aboservices .row.pflichthinweis,
body.cms-updateemail .aboservices .row.pflichthinweis {
  padding-top: 40px;
}
body[class*="kundenkonto-"] .aboservices .bg-white,
body.cms-updateemail .aboservices .bg-white {
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
}
body[class*="kundenkonto-"] input.form-control,
body.cms-updateemail input.form-control,
body[class*="kundenkonto-"] select,
body.cms-updateemail select {
  height: 40px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 20px;
}
body[class*="kundenkonto-"] .label,
body.cms-updateemail .label {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  text-align: left;
  white-space: nowrap;
  padding-left: 0;
}
body[class*="kundenkonto-"] table > tbody > tr > td,
body.cms-updateemail table > tbody > tr > td {
  padding: 11px 0;
}
body[class*="kundenkonto-"] .portoTable tbody tr th,
body.cms-updateemail .portoTable tbody tr th,
body[class*="kundenkonto-"] .portoTable tbody tr td,
body.cms-updateemail .portoTable tbody tr td {
  padding: 0;
}
body[class*="kundenkonto-"] .field div.mage-error,
body.cms-updateemail .field div.mage-error {
  position: absolute;
  top: 60px;
  color: var(--error);
}
body[class*="kundenkonto-"] .styled__checkbox:not(:checked) + label,
body.cms-updateemail .styled__checkbox:not(:checked) + label,
body[class*="kundenkonto-"] .styled__checkbox:checked + label,
body.cms-updateemail .styled__checkbox:checked + label,
body[class*="kundenkonto-"] .styled__radio:not(:checked) + label,
body.cms-updateemail .styled__radio:not(:checked) + label,
body[class*="kundenkonto-"] .styled__radio:checked + label,
body.cms-updateemail .styled__radio:checked + label {
  position: relative;
  padding-left: 22.4px;
  padding-left: 2.24rem;
  cursor: pointer;
}
body[class*="kundenkonto-"] .styled__checkbox:not(:checked) + label::before,
body.cms-updateemail .styled__checkbox:not(:checked) + label::before,
body[class*="kundenkonto-"] .styled__checkbox:checked + label::before,
body.cms-updateemail .styled__checkbox:checked + label::before,
body[class*="kundenkonto-"] .styled__radio:not(:checked) + label::before,
body.cms-updateemail .styled__radio:not(:checked) + label::before,
body[class*="kundenkonto-"] .styled__radio:checked + label::before,
body.cms-updateemail .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;
}
body[class*="kundenkonto-"] .styled__checkbox:not(:checked) + label::before,
body.cms-updateemail .styled__checkbox:not(:checked) + label::before,
body[class*="kundenkonto-"] .styled__checkbox:checked + label::before,
body.cms-updateemail .styled__checkbox:checked + label::before,
body[class*="kundenkonto-"] .styled__radio:not(:checked) + label::before,
body.cms-updateemail .styled__radio:not(:checked) + label::before,
body[class*="kundenkonto-"] .styled__radio:checked + label::before,
body.cms-updateemail .styled__radio:checked + label::before {
  top: 0.4rem !important;
}
body[class*="kundenkonto-"] .styled__checkbox:checked + label::after,
body.cms-updateemail .styled__checkbox:checked + label::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: .2em;
  font-size: 1.2em;
  color: var(--primary-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
body[class*="kundenkonto-"] .styled__checkbox:checked + label::after,
body.cms-updateemail .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);
}
body[class*="kundenkonto-"] .styled__checkbox:not(:checked),
body.cms-updateemail .styled__checkbox:not(:checked),
body[class*="kundenkonto-"] .styled__checkbox:checked,
body.cms-updateemail .styled__checkbox:checked,
body[class*="kundenkonto-"] .styled__radio:not(:checked),
body.cms-updateemail .styled__radio:not(:checked),
body[class*="kundenkonto-"] .styled__radio:checked,
body.cms-updateemail .styled__radio:checked {
  position: absolute;
  left: -9999px;
  left: -999.9rem;
}
body[class*="kundenkonto-"] .kuko_subtitle,
body.cms-updateemail .kuko_subtitle {
  text-align: left;
  margin-bottom: 25px;
  color: var(--primary-color);
}
body[class*="kundenkonto-"] .max-width,
body.cms-updateemail .max-width {
  overflow: hidden;
}
body[class*="kundenkonto-"] .footer-hotline-service .hotline-service-detail .hotline.kundenkonto,
body.cms-updateemail .footer-hotline-service .hotline-service-detail .hotline.kundenkonto,
body[class*="kundenkonto-"] .footer-hotline-service .hotline-service-detail .service.kundenkonto,
body.cms-updateemail .footer-hotline-service .hotline-service-detail .service.kundenkonto {
  display: block;
}
body[class*="kundenkonto-"] .service_hotline_titel_kundekonto,
body.cms-updateemail .service_hotline_titel_kundekonto {
  display: block;
}
body[class*="kundenkonto-"] .service_hotline_titel,
body.cms-updateemail .service_hotline_titel {
  display: none;
}
body[class*="kundenkonto-"] .footer-hotline-service,
body.cms-updateemail .footer-hotline-service {
  display: block;
}
body[class*="kundenkonto-"] .footer-hotline-service .hotline,
body.cms-updateemail .footer-hotline-service .hotline,
body[class*="kundenkonto-"] .footer-hotline-service .service,
body.cms-updateemail .footer-hotline-service .service {
  display: inline;
}
.kundenkonto-index-index p {
  margin: 10px;
}
.kundenkonto-index-index .col-md-4.col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.kundenkonto-index-index .kuko_box_container {
  margin-top: 30px;
}
.kundenkonto-index-index .kuko_box_container .kuko_box {
  position: relative;
  height: 100%;
  min-height: auto;
  background: #fff;
}
.kundenkonto-index-index .kuko_box_container .kuko_box a {
  cursor: pointer;
  color: var(--primary-color);
}
.kundenkonto-index-index .kuko_box_container .kuko_box a img {
  background-color: var(--primary-color);
}
.kundenkonto-index-index .kuko_box_container .kuko_box a .kuko_box_heading {
  text-align: center;
  padding: 10px 10px 20px 0;
  color: #706f6f;
  font-weight: bold;
}
.kundenkonto-index-index .kuko_box_container:nth-of-type(3n) {
  padding-left: 20px;
  padding-right: 0;
}
.kundenkonto-index-index .kuko_box_container:nth-of-type(3n+1) {
  padding-left: 0;
  padding-right: 20px;
}
body[class*="kundenkonto-"] hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
body[class*="kundenkonto-"] #kuko_accordion div[id^="section"] {
  background: #fff;
}
body[class*="kundenkonto-"] #kuko_accordion div[id^="section"] th {
  color: var(--primary-color);
  padding-top: 30px;
}
body[class*="kundenkonto-"] #kuko_accordion h2 {
  color: var(--primary-color);
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-top: 35px;
  text-transform: none;
  background: #fff;
  border-bottom: 1px solid var(--primary-color);
}
body[class*="kundenkonto-"] #kuko_accordion h2#ui-accordion-kuko_accordion-header-0 {
  margin-top: 0;
}
body[class*="kundenkonto-"] #kuko_accordion tr.tr_services td {
  vertical-align: middle;
}
body[class*="kundenkonto-"] #kuko_accordion tr th,
body[class*="kundenkonto-"] #kuko_accordion tr td {
  border: none;
  padding-left: 25px;
}
body[class*="kundenkonto-"] #kuko_accordion tr th hr,
body[class*="kundenkonto-"] #kuko_accordion tr td hr {
  margin: 0px;
  border-top: 1px solid var(--primary-color);
}
body[class*="kundenkonto-"] #kuko_accordion tr .storno_btn {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 0;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: white;
  float: unset;
  display: block;
}
body[class*="kundenkonto-"] #kuko_accordion tr .storno_btn:hover {
  border: 2px solid var(--error);
  background-color: var(--error);
  color: white;
}
body[class*="kundenkonto-"] #kuko_accordion tr .add_aboservice {
  display: block;
  margin: 0 auto;
}
body[class*="kundenkonto-"] .kuko_btn_row {
  padding-top: 40px;
}
body[class*="kundenkonto-"] .ui-icon.iconClosed {
  background: url('../../images/icons/plus-24.png') no-repeat;
  background-size: 13px;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
}
body[class*="kundenkonto-"] .ui-icon.iconOpen {
  background: url('../../images/icons/minus-24.png') no-repeat;
  background-size: 13px;
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
  cursor: pointer;
}
.kundenkonto-index-email hr,
.kundenkonto-index-passwort hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-index-email em,
.kundenkonto-index-passwort em {
  color: var(--error);
}
.kundenkonto-index-bankdaten em {
  color: var(--error);
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_old {
  margin-bottom: 20px;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata div {
  width: 75%;
  padding: 10px 0;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata div.table-label {
  width: 25%;
  font-weight: bold;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_change {
  display: block;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp .input_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 10px 0;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp .input_row label {
  width: 25%;
  display: flex;
  margin: 0;
  align-items: center;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp .input_row input {
  width: 75%;
  display: flex;
  margin: 0;
}
.kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp .input_row .mage-error {
  width: 100%;
  margin: 5px 0;
}
.kundenkonto-adressaenderung-index em {
  color: var(--error);
}
.kundenkonto-adressaenderung-index hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
.kundenkonto-adressaenderung-index .change_address_box .kuko_btn_row .back {
  float: left;
}
.kundenkonto-index-reklamation .page-wrapper #maincontent .columns .column.main #aboservices_content #abo_reklamation .kuko_box #kuko_rekl_beschreibung {
  margin-bottom: 20px;
}
.kundenkonto-index-reklamation .page-wrapper #maincontent .columns .column.main #aboservices_content #abo_reklamation .kuko_box #rekla_inputs div {
  padding: 0;
}
#services hr {
  margin-top: 30px;
  margin-bottom: 35px;
}
#services em {
  color: var(--error);
}
#services .table > tbody > tr > td {
  border: 0;
}
#services .urlaubsservice_row #\#spenden_inputs,
#services .urlaubsservice_row .unterbrechung {
  overflow: auto;
  margin-bottom: 30px;
}
#services .urlaubsservice_row #save_present_box {
  margin-top: 12px;
}
#services .urlaubsservice_row #free_epaper_box {
  margin-top: 13px;
}
#services .urlaubservice_box {
  margin: 10px 0;
  background: #fff;
}
#services .urlaubservice_box a {
  cursor: pointer;
  color: var(--primary-color);
}
#services .urlaubservice_box a img {
  background-color: var(--primary-color);
}
#services .urlaubservice_box a .kuko_box_heading {
  text-align: center;
  padding: 10px 0;
  color: #706f6f;
  font-weight: bold;
}
@media (max-width: 991px) {
  .kuko_box_container,
  .kundenkonto-index-index .col-md-4.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .kundenkonto-index-index p {
    margin: 0;
  }
  .kundenkonto-index-index .kuko_box_container {
    padding: 0;
  }
  .kundenkonto-index-index .kuko_box_container .kuko_box a .kuko_box_heading {
    padding-bottom: 10px;
  }
  .kundenkonto-index-index .kuko_box_container:nth-of-type(3n+1) {
    padding-right: 0;
  }
  .kundenkonto-index-index .kuko_box_container:nth-of-type(3n) {
    padding-left: 0;
  }
  .kundenkonto-index-reklamation #kuko_rekl_left {
    margin-right: 0;
  }
  .kundenkonto-index-reklamation #kuko_rekl_right {
    margin-left: 0;
  }
  .kundenkonto-index-bankdaten .bankdaten_row .bankdata div {
    width: 100%;
  }
  .kundenkonto-index-bankdaten .bankdaten_row .bankdata div.table-label {
    width: 100%;
  }
  .kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp .input_row label {
    width: 100%;
  }
  .kundenkonto-index-bankdaten .bankdaten_row .bankdata_change .bankdata_inp .input_row input {
    width: 100%;
    display: flex;
    margin: 0;
  }
}
.datumfehler_spende,
.datumfehler_nachsendung,
.datumfehler_unterbrechung,
.datumfehler_present {
  color: var(--error);
  font-weight: bold;
}
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.active.logo-img-menu-michel a img,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.active.logo-img-menu-michel a img,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.logo-img-menu-michel a img,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.logo-img-menu-michel a img,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.active.logo-img-menu-michel a:hover img,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.active.logo-img-menu-michel a:hover img,
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.logo-img-menu-michel a:hover img,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation .level0.logo-img-menu-michel a:hover img {
  max-width: 200px;
}
body[class*="kundenkonto-"] button.form-control,
body[class*="customer-account-"] button.form-control,
body[class*="kundenkonto-"] .action.primary,
body[class*="customer-account-"] .action.primary {
  background: var(--primary-color);
  color: #fff;
}
body[class*="kundenkonto-"] button.form-control:hover,
body[class*="customer-account-"] button.form-control:hover,
body[class*="kundenkonto-"] .action.primary:hover,
body[class*="customer-account-"] .action.primary:hover {
  background: var(--dark-primary-color);
}
body[class*="kundenkonto-"] .navigation ul,
body[class*="customer-account-"] .navigation ul {
  padding: 5px 0 !important;
  height: auto !important;
  place-content: center space-between !important;
  align-items: center;
  flex-direction: row;
}
body[class*="kundenkonto-"] .navigation ul li,
body[class*="customer-account-"] .navigation ul li {
  margin: 0;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
body[class*="kundenkonto-"] .navigation ul li.logo-img-menu-michel a,
body[class*="customer-account-"] .navigation ul li.logo-img-menu-michel a {
  padding: 0;
}
body[class*="kundenkonto-"] .navigation ul li.logo-img-menu-michel a img,
body[class*="customer-account-"] .navigation ul li.logo-img-menu-michel a img {
  padding: 0 !important;
}
body[class*="kundenkonto-"] .navigation ul li.kundenkonto-menu,
body[class*="customer-account-"] .navigation ul li.kundenkonto-menu {
  display: inline-block;
}
body[class*="kundenkonto-"] .page-wrapper .page-header .header.content .header_breadcrumb,
body[class*="customer-account-"] .page-wrapper .page-header .header.content .header_breadcrumb {
  background: var(--primary-color);
}
body[class*="kundenkonto-"] #kuko_accordion h2,
body[class*="customer-account-"] #kuko_accordion h2 {
  color: var(--primary-color) !important;
  border-bottom: 1px solid var(--primary-color) !important;
}
body[class*="kundenkonto-"] #kuko_accordion tr th,
body[class*="customer-account-"] #kuko_accordion tr th,
body[class*="kundenkonto-"] #kuko_accordion tr td,
body[class*="customer-account-"] #kuko_accordion tr td {
  padding: 5px;
}
body[class*="kundenkonto-"] #kuko_accordion div[id^="section"] th,
body[class*="customer-account-"] #kuko_accordion div[id^="section"] th {
  color: var(--primary-color) !important;
}
body[class*="kundenkonto-"] .kuko_subtitle,
body[class*="customer-account-"] .kuko_subtitle,
body[class*="kundenkonto-"] body.cms-updateemail .kuko_subtitle,
body[class*="customer-account-"] body.cms-updateemail .kuko_subtitle {
  text-align: left;
  margin-bottom: 25px;
  color: var(--primary-color) !important;
}
body[class*="kundenkonto-"] .choose_abo,
body[class*="customer-account-"] .choose_abo,
body[class*="kundenkonto-"] body.cms-updateemail .choose_abo,
body[class*="customer-account-"] body.cms-updateemail .choose_abo {
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 20px;
}
body[class*="kundenkonto-"] .urlaubservice_box a:hover,
body[class*="customer-account-"] .urlaubservice_box a:hover {
  cursor: pointer;
  color: var(--primary-color);
}
body[class*="kundenkonto-"] #kuko_accordion tr th hr,
body[class*="customer-account-"] #kuko_accordion tr th hr {
  margin: 0px;
  border-top: 1px solid var(--primary-color) !important;
}
body[class*="kundenkonto-"] .row.kuko,
body[class*="customer-account-"] .row.kuko {
  padding-left: 20px;
}
body[class*="kundenkonto-"] .example-tooltip-top .tooltip-content,
body[class*="customer-account-"] .example-tooltip-top .tooltip-content {
  color: var(--primary-color);
  line-height: 1.4;
  font-size: 14px;
}
body[class*="kundenkonto-"] footer.verlag-page-footer > a,
body[class*="customer-account-"] footer.verlag-page-footer > a {
  display: none;
}
body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation ul,
body[class*="customer-account-"] .page-wrapper .nav-sections .navigation ul {
  justify-content: center;
}
body[class*="kundenkonto-"] .show-hotline-service .hotline,
body[class*="customer-account-"] .show-hotline-service .hotline,
body[class*="kundenkonto-"] .show-hotline-service .service,
body[class*="customer-account-"] .show-hotline-service .service {
  display: none;
}
body[class*="kundenkonto-"] .show-hotline-service .hotline.kundenkonto,
body[class*="customer-account-"] .show-hotline-service .hotline.kundenkonto,
body[class*="kundenkonto-"] .show-hotline-service .service.kundenkonto,
body[class*="customer-account-"] .show-hotline-service .service.kundenkonto {
  display: block;
}
.btnRow {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
.btnRow #abort,
.btnRow #save {
  display: none;
}
body[class*="kundenkonto-"] #kuko_accordion tr th hr,
body[class*="kundenkonto-"] #kuko_accordion tr td hr {
  margin: 0;
  border-top: 1px solid var(--primary-color) !important;
}
.kundenkonto-index-index .kuko_box_container .kuko_box a {
  cursor: pointer;
  color: var(--primary-color);
}
/*___________________________________Ehemalige Kundenkonto.css aus Modul___________________________________________*/
main > .page-title-wrapper {
  display: none;
}
#aboservices_content table.table-hover {
  cursor: pointer;
}
._has-datepicker {
  width: 80%;
  float: left;
}
#abo_reklamation #date {
  margin-left: 0;
}
body.aboservices-index-index footer.page-footer {
  display: none;
}
#reklamationsgrund option[disabled] {
  display: none;
}
/*___________________________________CSS für Adressdaten-Formular aus dem Standard___________________________________________*/
.vc-address-container {
  grid-template-columns: 1fr 1fr;
  display: grid;
  row-gap: 2rem;
  column-gap: 3rem;
  padding: 1rem 1.5rem;
}
.vc-address-container .grid_full_width {
  grid-column: 2 span;
}
.vc-address-container .vc_input_field {
  display: grid;
}
.vc-address-container .vc_input_field input,
.vc-address-container .vc_input_field select {
  order: 2;
  height: 40px;
  margin: 0;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: 1px solid #e2e2e2;
}
.vc-address-container .vc_input_field label {
  order: 1;
}
footer.page-footer {
  display: none;
}
.footer-hotline-service {
  cursor: pointer;
  margin-bottom: 40px;
}
.footer-hotline-service .bg-grau {
  padding-bottom: 40px;
  background: #e2e2e2;
}
.footer-hotline-service .hotline-service-detail {
  display: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,e0e0e0+100 */
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 0%, #e0e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e0e0e0', GradientType=0);
  /* IE6-9 */
  position: relative;
  color: #777777;
}
.footer-hotline-service .hotline-service-detail.show-hotline-service {
  display: flex;
}
.footer-hotline-service .hotline-service-detail > div {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.footer-hotline-service .hotline-service-detail > div .service {
  background: url('../../images/icons/icon_mail_black.png') left 35px no-repeat;
}
.footer-hotline-service .hotline-service-detail > div .hotline {
  background: url('../../images/icons/icon_tel_black.png') left 35px no-repeat;
}
.footer-hotline-service .hotline-service-detail > div > div {
  width: 50%;
  padding: 30px 60px;
}
.footer-hotline-service .hotline-service-detail > div > div .title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.footer-hotline-service .hotline-service-detail > div > div .title a,
.footer-hotline-service .hotline-service-detail > div > div .title a:hover {
  color: #000;
  text-decoration: none;
  font-family: sans-serif;
}
.footer-hotline-service .hotline-service-small {
  display: none;
  text-align: center;
  justify-content: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,e0e0e0+100 */
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 0%, #e0e0e0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 0%, #e0e0e0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e0e0e0', GradientType=0);
  /* IE6-9 */
  padding: 5px 0;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  color: #c2c2c2;
}
.footer-hotline-service .hotline-service-small.show-service-small {
  display: flex;
}
.footer-hotline-service .hotline-service-small .hotline:before {
  background: url('../../images/icons/icon_tel_black.png') left center no-repeat;
}
.footer-hotline-service .hotline-service-small .service:before {
  margin-left: 10px;
  background: url('../../images/icons/icon_mail_black.png') left center no-repeat;
}
.footer-hotline-service .hotline-service-small .hotline:before,
.footer-hotline-service .hotline-service-small .service:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  opacity: 0.5;
  margin-right: 5px;
}
.footer-hotline-service .hotline-service-small:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 20px 10px 20px;
  border-color: transparent transparent #ffffff transparent;
}
.verlag-page-footer {
  background: transparent;
  padding: 0;
  margin: 0;
}
.verlag-page-footer ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1140px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.verlag-page-footer ul li {
  margin: 0 0 0 5px;
  list-style-type: none;
}
.verlag-page-footer ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.verlag-page-footer ul li:after {
  content: '';
  display: inline-block;
  height: 11px;
  width: 1px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  background: #444444;
}
.verlag-page-footer ul li:last-child:after {
  display: none;
}
.verlag-page-footer ul li a {
  color: #444444;
}
.verlag-page-footer ul li a:hover {
  text-decoration: none;
  color: #444444;
}
.copyright {
  background: transparent;
  color: #444444;
  font-size: 13px;
}
.description-home-show-more,
.mobile-summary,
.mobile_checkout_order_summary {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  body .products_row {
    display: block;
    margin: 0 auto;
  }
  body .further-row .product_box_container:not(:last-child) {
    margin-bottom: 0;
  }
  body .col-sm-4.col-xs-12.product_box_container {
    margin-bottom: 30px;
  }
  body .col-sm-4.col-xs-12.product_box_container .product_box {
    margin-top: 0;
  }
  body .products_row {
    margin-bottom: 0;
  }
  body .abo_row.max-width {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.page-products .further-row .product_box_container:not(:last-child) {
    margin-bottom: 30px;
  }
}
.hamburger-mobile,
.description-categorie-show-more-box {
  display: none;
}
@media screen and (min-width: 1200px) {
  #mobil-logo {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.95px) {
  #mobil-logo {
    display: none;
  }
  #tablet-logo {
    display: block;
    max-width: 160px;
  }
}
@media screen and (min-width: 840px) and (max-width: 991.95px) {
  #tablet-logo {
    display: none;
  }
  #mobil-logo {
    display: block;
    max-width: 30px;
  }
}
@media screen and (max-width: 328px) {
  html body .product_box_container .more_info_btn {
    white-space: nowrap;
    width: 85%;
    font-size: 4.5vw;
    display: flex;
    justify-content: center;
  }
  html body .product_box_container .more_info_btn + small {
    white-space: nowrap;
  }
}
@media screen and (max-width: 840px) {
  .mobile_subtitle {
    font-size: 18px;
  }
  .hamburger-mobile {
    display: flex;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    padding: 15px 10px 15px 10px;
    justify-content: space-between;
  }
  .hamburger-mobile .tablet-logo {
    max-width: 160px;
    height: intrinsic;
    width: 100%;
  }
  .hamburger-mobile i {
    width: 5%;
    justify-content: center;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }
  .hamburger-mobile i img {
    height: 30px;
    display: none;
  }
  .hamburger-mobile i img:hover {
    cursor: pointer;
  }
  .hamburger-mobile i.show-icon img {
    display: flex;
  }
  .hamburger-mobile i.cross {
    justify-content: flex-end;
  }
  .hamburger-mobile .mobil-logo {
    display: none;
  }
  #tablet-logo,
  #mobil-logo {
    display: none;
  }
  .menu-mini-search {
    display: none;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu {
    height: auto;
    flex-wrap: wrap;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item {
    display: none;
    width: 100%;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item .show-angle {
    position: absolute;
    right: 10px;
    top: 16px;
    height: max-content;
    z-index: 100;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu.logo-img-menu,
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu.logo-img-menu-michel {
    display: none;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.active-menu {
    background-color: #f6f6f6;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu li.level0:hover > ul.ui-menu {
    display: none;
  }
  .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu a,
  .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu a:hover {
    background: none;
    width: 95%;
    height: auto;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu #kuko-mobile-menu {
    display: block;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu.show-submenu {
    display: block !important;
    width: 100%;
    margin-left: 10px;
    position: relative !important;
  }
  .navigation .ui-menu .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .ui-menu .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: none;
    word-wrap: break-word;
  }
  .page-wrapper .nav-sections .navigation .level0 > .level-top {
    width: 95%;
  }
  .show-angle {
    display: flex;
    margin: auto;
    justify-content: center;
  }
  .show-angle:hover {
    cursor: pointer;
  }
  .angle img {
    height: 30px;
    display: none;
  }
  .angle.show-angle img {
    display: block;
  }
  .header_breadcrumb > div {
    display: none;
  }
  .navigation.is-open .subnavi.navigation-wrapper {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    transform: translateX(0);
    top: 0;
    background: #fff;
    box-shadow: 0 5px 5px 0 transparent;
    padding: 0;
  }
  body .page-wrapper .nav-sections .navigation div.subnavi ul.nav-list {
    height: auto;
    display: block;
  }
  body .page-wrapper .nav-sections .navigation div.subnavi ul.nav-list li {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
    width: 100%;
    margin: 0;
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: none;
    word-wrap: break-word;
    font-size: 16px;
  }
  body .page-wrapper .nav-sections .navigation div.subnavi ul.nav-list li a,
  body .page-wrapper .nav-sections .navigation div.subnavi ul.nav-list li span {
    line-height: 50px;
  }
  .publisher-logos {
    display: flex;
    justify-content: space-around;
    padding: 15px 10px 15px 10px;
  }
  .publisher-logos img {
    object-fit: contain;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .sections.nav-sections {
    position: initial;
    width: 100%;
  }
  .nav-sections-item-title.nav-sections-item-title {
    display: none;
  }
  .section-item-content.nav-sections-item-content {
    margin: 0;
    padding: 0;
  }
  .header.links {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page-wrapper .nav-sections .navigation .level0 > .level-top {
    width: 90%;
  }
  .hamburger-mobile i {
    width: 10%;
  }
  body .product_detail_drerz_auswahl,
  body .product_detail_praemie_auswahl,
  body .product_detail_praemie_order_btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body .product_detail_drerz_auswahl,
  body .product_detail_praemie_auswahl,
  body .product_detail_praemie_order_btn {
    width: 100%;
  }
  body .abodetail_description .product_box_desc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 841px) {
  li.mobile-login-logout {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .verlag-page-footer ul {
    flex-wrap: wrap;
  }
  .verlag-page-footer ul li {
    padding-top: 7px;
  }
  .footer-hotline-service {
    border-top: 1px solid #c2c2c2;
  }
  .footer-hotline-service .bg-grau {
    display: none;
  }
  .footer-hotline-service .hotline-service-detail {
    background: white;
    margin: 0 20px;
  }
  .footer-hotline-service .hotline-service-detail .max-width-small {
    flex-wrap: wrap;
  }
  .footer-hotline-service .hotline-service-detail > div > div.hotline,
  .footer-hotline-service .hotline-service-detail .service {
    width: auto;
  }
  .footer-hotline-service .hotline-service-detail > div > div.hotline:before,
  .footer-hotline-service .hotline-service-detail .service:before {
    background: none;
  }
  .footer-hotline-service .hotline-service-detail > div > div.hotline .service-more,
  .footer-hotline-service .hotline-service-detail .service .service-more {
    display: none;
  }
  .footer-hotline-service .hotline-service-small {
    background: white;
    color: black;
  }
  .footer-hotline-service .hotline-service-small:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 0;
  }
  .footer-hotline-service .hotline-service-small.show-service-small {
    justify-content: space-around;
    font-weight: 600;
    padding: 15px 0;
  }
  .footer-hotline-service .hotline-service-small.show-service-small .hotline {
    position: relative;
  }
  .footer-hotline-service .hotline-service-small.show-service-small .hotline:before {
    width: 25px;
    height: 25px;
    opacity: 1;
    margin-right: 15px;
    position: absolute;
    left: -30px;
    top: 0;
  }
  .footer-hotline-service .hotline-service-small.show-service-small .service {
    position: relative;
  }
  .footer-hotline-service .hotline-service-small.show-service-small .service:before {
    width: 27px;
    height: 20px;
    opacity: 1;
    margin-right: 8px;
    position: absolute;
    left: -45px;
    top: 2px;
  }
  .footer-hotline-service .hotline-service-small.show-service-small .service .service-more {
    display: none;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu a,
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu .kk-icon,
  body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon {
    width: 100%;
    background: none;
    height: auto;
  }
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu a:hover,
  .page-wrapper .nav-sections .navigation ul.ui-menu .ui-menu-item.show-menu .kk-icon:hover,
  body[class*="kundenkonto-"] .page-wrapper .nav-sections .navigation .level0.kundenkonto-menu.loggedin .kk-icon:hover {
    width: 100%;
    background: none;
    height: auto;
  }
  #services .urlaubservice_box a img {
    width: 100%;
  }
  body[class*="kundenkonto-"] .kuko_btn_row {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .vc-address-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 884.95px) and (max-width: 1050px) {
  body .categories_home .category_home .content a {
    width: 60%;
    text-align: center;
  }
}
@media screen and (min-width: 768.95px) and (max-width: 885px) {
  body .categories_home .category_home .content a {
    width: 70%;
    text-align: center;
  }
  .categories_home .show-angle {
    display: none;
  }
  .special_products_home_row .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 333px) {
  body .categories_home .category_home .content a {
    width: 70%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body .max-width {
    max-width: 95%;
  }
  body .categories_home .row {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  body .categories_home .row .category_home {
    padding: 0;
    margin-bottom: 2rem;
  }
  body .categories_home .row .category_home.mobile {
    width: 100%;
    padding: 0;
  }
  body .categories_home .row .category_home .description {
    display: none;
  }
  body .categories_home .row .category_home .description-home-show-more-box {
    display: flex;
    justify-content: center;
  }
  body .categories_home .row .category_home .description-home-show-more-box .angle {
    margin: auto 0;
  }
  body .categories_home .row .category_home .description-home-show-more-box .description-home-show-more {
    text-align: center;
    padding: 10px;
    display: block;
  }
  body .categories_home .row .category_home .description-home-show-more-box:hover {
    cursor: pointer;
  }
  body .categories_home .row .category_home .img {
    width: 50%;
    margin: 0 auto;
  }
  body .categories_home .spezialangebote .special_products_home_row {
    position: relative;
    margin: auto;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .categories_home .spezialangebote .special_products_home_row::-webkit-scrollbar {
    display: none;
  }
  body .categories_home .spezialangebote .special_products_home_row::-webkit-scrollbar-track {
    display: none;
  }
  body .categories_home .spezialangebote .special_products_home_row::-webkit-scrollbar-thumb {
    display: none;
  }
  body .categories_home .spezialangebote .special_products_home_row .special_products_home {
    width: 100%;
    display: inline-flex;
    white-space: normal;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
  }
  body .categories_home .spezialangebote .special_products_home_row .special_products_home .special_products_home_content .image {
    height: 180px;
  }
}
@media screen and (max-width: 1200px) {
  body.page-layout-katalogseite .abo_row.max-width,
  body.page-layout-katalogseite .page-main .max-width {
    width: 95%;
  }
}
@media screen and (max-width: 1140px) {
  body .max-width {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1090px) {
  .bereits_abonennt_bg div {
    background-position: left;
  }
  .bereits_abonennt_bg div .max-width.relative {
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 95%;
    margin-left: auto;
  }
  .bereits_abonennt_bg div h3 {
    position: relative;
    top: unset;
    right: unset;
    transform: translateY(0);
    text-align: right;
    padding-top: 20px;
  }
  .bereits_abonennt_bg div a {
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1050.95px) and (max-width: 1140px) {
  .more_info_btn {
    width: 60%;
    text-align: center;
  }
}
@media screen and (min-width: 884.95px) and (max-width: 1050px) {
  .more_info_btn {
    width: 70%;
    text-align: center;
  }
}
@media screen and (min-width: 768.95px) and (max-width: 885px) {
  .more_info_btn {
    width: 80%;
    text-align: center;
  }
  .products_row.row-eq-height:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  body .further-row .product_box_container:not(:last-child) {
    margin-bottom: 5%;
  }
  body .products_row {
    flex-wrap: wrap;
  }
  body .products_row .col-sm-12 {
    width: 100%;
  }
  body .products_row .product_box_container:nth-of-type(3n+1),
  body .products_row .product_box_container:nth-of-type(3n),
  body .products_row .product_box_container:nth-of-type(3n+2) {
    padding-right: 20px;
    padding-left: 20px;
  }
  body .products_row .more_info_btn {
    width: auto;
  }
  body .product_box_des {
    display: none;
  }
  body .description-categorie-show-more-box {
    padding: 30px 0 90px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .description-categorie-show-more-box .show-angle {
    margin: 0;
  }
  body .description-categorie-show-more-box .description-categorie-show-more {
    display: flex;
    justify-content: center;
    margin-left: 5px;
  }
  body .description-categorie-show-more-box .description-categorie-show-more .angle {
    margin: auto 0;
  }
  body .description-categorie-show-more-box .description-categorie-show-more:hover {
    cursor: pointer;
  }
  body .bereits_abonennt_box {
    height: 155px;
  }
  body .bereits_abonennt_box > div {
    background-image: none;
  }
  body .bereits_abonennt_bg div h3 {
    text-align: center;
  }
  body .bereits_abonennt_bg div a {
    text-align: center;
    position: initial;
    margin-top: 15px;
    transform: translateY(0);
  }
  body select.select,
  body select:disabled {
    -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);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    opacity: 1;
    height: 50px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  body select.select:disabled,
  body select:disabled:disabled {
    background-color: #eee;
  }
}
@media screen and (max-width: 480px) {
  body .products_row .more_info_btn {
    text-align: center;
    width: 60%;
  }
  body .hotline-service-small.show-service-small {
    display: block;
    padding: 0 15px;
  }
  .bereits_abonennt_box {
    height: 185px;
  }
  body .page-main h1.page_title,
  body .container h1.page_title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768.95px) {
  .abo_row .col-sm-8.abodetail_description {
    width: 66.66666667%;
  }
  .abo_row .col-sm-4.abodetail_box {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 768px) {
  body.page-layout-produktseite .product_detail_drerz_auswahl_box {
    margin-top: 0 !important;
  }
  body.page-layout-produktseite .product_detail_drerz_auswahl_box .arrow {
    display: none;
  }
  body.page-layout-produktseite .abodetail_box {
    display: none;
  }
  body.page-layout-produktseite .abodetail_box.bundle_abo {
    display: block;
  }
  body.page-layout-produktseite .absolute.drerz_hinweis {
    position: relative;
    width: 100%;
    top: 0;
    background: #e2e2e2;
  }
  body.page-layout-produktseite .product_detail_drerz_auswahl {
    width: 100%;
  }
  body.page-layout-produktseite .product_detail_drerz_auswahl .arrow {
    display: none;
  }
  body.page-layout-produktseite .product_detail_drerz_auswahl.active {
    border-color: var(--secondary-color);
  }
  body.page-layout-produktseite .pva_auswahl .pva_hinweis {
    font-size: 2rem;
  }
  body.page-layout-produktseite .pva_auswahl .pva_hinweis a {
    display: block;
  }
  body.page-layout-produktseite .pva_auswahl form {
    display: none;
  }
  body.page-layout-produktseite .pva_auswahl .container_pvas_content {
    position: relative;
    margin: auto;
    flex-wrap: nowrap;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    height: auto;
    place-content: normal;
    align-items: normal;
  }
  body.page-layout-produktseite .pva_auswahl .container_pvas_content .product_detail_pva_auswahl {
    display: block;
    width: 100%;
    height: 180px;
  }
  body.page-layout-produktseite .pva_auswahl .container_pvas_content .product_detail_pva_auswahl span {
    height: 100%;
    width: 50vw;
  }
  body.page-layout-produktseite .mobile-summary {
    max-width: 95%;
    display: block;
    margin: 0 auto;
    padding: 2rem;
  }
  body.page-layout-produktseite .mobile-summary #zeitungspreis-mobile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  body.page-layout-produktseite .mobile-summary #zeitungspreis-mobile .preis_produkt .preis_monat {
    text-align: center;
  }
  body.page-layout-produktseite .mobile-summary .submit_checkout #order_btn_mobile {
    margin: 0 auto 2rem auto;
    display: flex;
  }
  body.page-layout-produktseite .mobile-summary #price_mwst_mobile {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.checkout-index-onestepcheckout #maincontent {
    max-width: 95%;
    margin: 0 auto;
  }
  body.checkout-index-onestepcheckout #maincontent .title_not_logged_in {
    text-align: center;
  }
  body.checkout-index-onestepcheckout #maincontent h4 {
    text-align: center;
  }
  body.checkout-index-onestepcheckout #maincontent .right_half {
    display: none;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary {
    display: block;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary h4 {
    font-size: 1.4rem;
    text-align: left;
    margin: 0;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary table {
    margin-bottom: 2rem;
    table-layout: fixed;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary tr {
    background-color: #d5d5d5;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary tr.mobile_order_summary_tr {
    display: none;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary tr td {
    vertical-align: middle;
    padding: 10px;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary tr td.angle-td {
    display: flex;
    padding-right: 20px;
  }
  body.checkout-index-onestepcheckout #maincontent .mobile_checkout_order_summary tr td.angle-td .show-angle {
    margin: 0 0 0 auto;
  }
  body.checkout-index-success #maincontent {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body.customer-account-login #maincontent {
    max-width: 95%;
    margin: 0 auto;
  }
}
html.ie11 body div.header.content {
  max-width: 100%;
}
html.ie11 body .abo_row {
  display: block;
}
html.ie11 body .page-wrapper {
  display: block;
  height: auto;
}
html.ie11 body .footer-hotline-service {
  clear: both;
}
html.ie11 body .product_detail_drerz_auswahl_box.first {
  z-index: 999;
}
