@charset "UTF-8";
/* xs - SMARTPHONE PORTRAIT STYLES */
/**
* @mixin icon-mask
* Erzeugt ein Icon mit der CSS-Masken-Technik.
* @param {String} $icon-variable - Die CSS-Variable, die die SVG-Data-URL enthält.
* @param {Color} $color - Die Farbe, die das Icon haben soll.
*/
a.cn-button--primary, .cn-button--primary, input[type="submit"], a.button, a.wp-block-button__link:not(.has-background), .cn-toc-fab, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button, .cn-product-table .cn-product-cell-button .atkp-button, .cn-post-card .cn-post-card__read-more {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-weight: 700;
  background-color: rgba(var(--box-rgb), 0.5);
  border: 1px solid var(--cn-green);
  color: var(--cn-green);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
a.cn-button--primary .gb-icon svg, .cn-button--primary .gb-icon svg, input[type="submit"] .gb-icon svg, a.button .gb-icon svg, a.wp-block-button__link:not(.has-background) .gb-icon svg, .cn-toc-fab .gb-icon svg, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button .gb-icon svg, .cn-product-table .cn-product-cell-button .atkp-button .gb-icon svg, .cn-post-card .cn-post-card__read-more .gb-icon svg {
  fill: currentColor;
}
a.cn-button--primary::before, .cn-button--primary::before, input[type="submit"]::before, a.button::before, a.wp-block-button__link:not(.has-background)::before, .cn-toc-fab::before, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button::before, .cn-product-table .cn-product-cell-button .atkp-button::before, .cn-post-card .cn-post-card__read-more::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--headline);
  box-shadow: 0 0 10px 2px var(--headline);
  top: -10%;
  opacity: 0.5;
}
a.cn-button--primary:hover, .cn-button--primary:hover, input[type="submit"]:hover, a.button:hover, a.wp-block-button__link:not(.has-background):hover, .cn-toc-fab:hover, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:hover, .cn-product-table .cn-product-cell-button .atkp-button:hover, .cn-post-card .cn-post-card__read-more:hover, a.cn-button--primary:focus, .cn-button--primary:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):focus, .cn-toc-fab:focus, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:focus, .cn-product-table .cn-product-cell-button .atkp-button:focus, .cn-post-card .cn-post-card__read-more:focus {
  border-color: var(--cn-green);
  box-shadow: 0 0 15px rgba(var(--cn-green-rgb), 0.5);
  color: var(--cn-green);
}
a.cn-button--primary:hover::before, .cn-button--primary:hover::before, input[type="submit"]:hover::before, a.button:hover::before, a.wp-block-button__link:not(.has-background):hover::before, .cn-toc-fab:hover::before, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:hover::before, .cn-product-table .cn-product-cell-button .atkp-button:hover::before, .cn-post-card .cn-post-card__read-more:hover::before, a.cn-button--primary:focus::before, .cn-button--primary:focus::before, input[type="submit"]:focus::before, a.button:focus::before, a.wp-block-button__link:not(.has-background):focus::before, .cn-toc-fab:focus::before, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:focus::before, .cn-product-table .cn-product-cell-button .atkp-button:focus::before, .cn-post-card .cn-post-card__read-more:focus::before {
  top: 110%;
  transition: top 0.4s ease-in-out;
}
a.cn-button--primary:hover, .cn-button--primary:hover, input[type="submit"]:hover, a.button:hover, a.wp-block-button__link:not(.has-background):hover, .cn-toc-fab:hover, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:hover, .cn-product-table .cn-product-cell-button .atkp-button:hover, .cn-post-card .cn-post-card__read-more:hover, a.cn-button--primary:focus, .cn-button--primary:focus, input[type="submit"]:focus, a.button:focus, a.wp-block-button__link:not(.has-background):focus, .cn-toc-fab:focus, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:focus, .cn-product-table .cn-product-cell-button .atkp-button:focus, .cn-post-card .cn-post-card__read-more:focus {
  color: var(--antra);
  background-color: var(--cn-green);
}
.cn-button--inactive, .cn-button--secondary, a.cn-button--secondary, .post-toc .ez-toc-btn, .cn-toc-overlay-close, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button, .atkp-offers-dropdown .dropdown-btn {
  font-size: var(--fs-sm);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: var(--spacing-xs) var(--spacing-sm);
  font-weight: 700;
  background-color: rgba(var(--box-rgb), 0.5);
  border: 1px solid var(--cn-blue);
  color: var(--cn-blue);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.cn-button--inactive .gb-icon svg, .cn-button--secondary .gb-icon svg, a.cn-button--secondary .gb-icon svg, .post-toc .ez-toc-btn .gb-icon svg, .cn-toc-overlay-close .gb-icon svg, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button .gb-icon svg, .atkp-offers-dropdown .dropdown-btn .gb-icon svg {
  fill: currentColor;
}
.cn-button--inactive::before, .cn-button--secondary::before, a.cn-button--secondary::before, .post-toc .ez-toc-btn::before, .cn-toc-overlay-close::before, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button::before, .atkp-offers-dropdown .dropdown-btn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--headline);
  box-shadow: 0 0 10px 2px var(--headline);
  top: -10%;
  opacity: 0.5;
}
.cn-button--inactive:hover, .cn-button--secondary:hover, a.cn-button--secondary:hover, .post-toc .ez-toc-btn:hover, .cn-toc-overlay-close:hover, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button:hover, .atkp-offers-dropdown .dropdown-btn:hover, .cn-button--inactive:focus, .cn-button--secondary:focus, a.cn-button--secondary:focus, .post-toc .ez-toc-btn:focus, .cn-toc-overlay-close:focus, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button:focus, .atkp-offers-dropdown .dropdown-btn:focus {
  border-color: var(--headline);
  box-shadow: 0 0 15px rgba(var(--cn-blue-rgb), 0.5);
  color: var(--headline);
}
.cn-button--inactive:hover::before, .cn-button--secondary:hover::before, a.cn-button--secondary:hover::before, .post-toc .ez-toc-btn:hover::before, .cn-toc-overlay-close:hover::before, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button:hover::before, .atkp-offers-dropdown .dropdown-btn:hover::before, .cn-button--inactive:focus::before, .cn-button--secondary:focus::before, a.cn-button--secondary:focus::before, .post-toc .ez-toc-btn:focus::before, .cn-toc-overlay-close:focus::before, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button:focus::before, .atkp-offers-dropdown .dropdown-btn:focus::before {
  top: 110%;
  transition: top 0.4s ease-in-out;
}
.cn-button--inactive {
  border-color: var(--inactive-grey);
  color: var(--inactive-grey);
  cursor: not-allowed;
}
.cn-button--inactive:hover, .cn-button--inactive:focus {
  border-color: var(--inactive-grey);
  color: var(--inactive-grey);
  box-shadow: none;
}
.cn-button--inactive:hover::before, .cn-button--inactive:focus::before {
  top: -10%;
  transition: none;
}
.container-title {
  display: inline-block;
  color: var(--headline);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
.cn-author-box-small, .is-style-cn-tipp, .is-style-cn-hinweis, .cn-huid-box, .tldr-box, #ez-toc-container, .widget.ez-toc-widget-sticky, .widget-recommend, .cn-post-card {
  position: relative;
  display: flex;
  background-color: rgba(var(--box-rgb), 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(var(--cn-blue-rgb), 0.3);
  padding: var(--spacing-sm);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
.cn-author-box-small::before, .cn-author-box-small::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--cn-green);
  border-style: solid;
  opacity: 0.7;
}
.cn-author-box-small::before {
  top: 5px;
  left: 5px;
  border-width: 2px 0 0 2px;
}
.cn-author-box-small::after {
  bottom: 5px;
  right: 5px;
  border-width: 0 2px 2px 0;
}
.cn-author-box-small p {
  margin-bottom: 0;
}
.is-style-cn-pro-heading, .is-style-cn-con-heading {
  font-size: var(--fs-md);
  font-weight: 700;
  color: var(--headline);
  margin-bottom: var(--spacing-xs) !important;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
  position: relative;
  z-index: 1;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, var(--cn-green) 0%, rgba(var(--cn-blue-rgb), 0) 70%);
  filter: blur(20px);
  z-index: -1;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image:hover::after {
  opacity: 1;
}
@media (max-width: 992px) {
  .site-content {
    flex-direction: column;
  }
  .container .site-content .content-area {
    width: auto;
  }
  .is-left-sidebar.sidebar, .is-right-sidebar.sidebar {
    width: auto;
    order: initial;
  }
  #main {
    margin-left: 0;
    margin-right: 0;
  }
  body:not(.no-sidebar) #main {
    margin-bottom: 0;
  }
}
body {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--fs-sm);
  line-height: 1.4;
  color: var(--text);
  background-color: var(--antra);
}
p {
  overflow-wrap: break-word;
  margin-bottom: var(--spacing-sm);
  hyphens: auto;
}
h1, h2, h3, h4 {
  overflow-wrap: break-word;
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--headline);
  margin-bottom: var(--spacing-sm);
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-rendering: optimizeLegibility;
}
h2, h3, h4 {
  scroll-margin-top: 200px;
}
h1 {
  font-size: var(--fs-xxl);
  margin-top: var(--spacing-lg);
}
h2 {
  font-size: var(--fs-xl);
  margin-top: var(--spacing-lg);
}
h3 {
  font-size: var(--fs-lg);
  margin-top: var(--spacing-md);
}
h4 {
  font-size: var(--fs-md);
  margin-top: var(--spacing-sm);
  margin-bottom: var(--spacing-xs);
}
ul:not(.menu):not(.dropdown-content):not(.gb-menu), ol:not(.menu) {
  list-style: none;
  margin: 0 0 var(--spacing-xs) var(--spacing-xs);
}
ul:not(.menu):not(.dropdown-content):not(.gb-menu) li, ol:not(.menu) li {
  position: relative;
  padding-left: var(--spacing-xs);
  margin-bottom: 5px;
}
ul:not(.menu):not(.dropdown-content):not(.gb-menu) li::before, ol:not(.menu) li::before {
  position: absolute;
  left: -7px;
  top: 2;
  font-family: var(--font-display);
  color: var(--cn-blue);
  font-size: 1rem;
}
ol:not(.menu):not(.dropdown-content):not(.gb-menu), ol:not(.menu) {
  list-style: none;
  counter-reset: item;
}
ol:not(.menu):not(.dropdown-content):not(.gb-menu) li::before, ol:not(.menu) li::before {
  content: "°";
}
ul:not(.menu):not(.dropdown-content):not(.gb-menu), ol:not(.menu) {
  list-style: none;
}
ul:not(.menu):not(.dropdown-content):not(.gb-menu) li::before, ol:not(.menu) li::before {
  content: "°";
}
.entry-content a:not(.cn-button--secondary):not(.cn-button--primary):not(.cn-post-card__read-more), .cn-link a, a.ez-toc-link {
  position: relative;
  color: var(--cn-green);
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), text-shadow 0.18s ease;
}
.entry-content a:not(.cn-button--secondary):not(.cn-button--primary):not(.cn-post-card__read-more)::after, .cn-link a::after, a.ez-toc-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--cn-green);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.entry-content a:not(.cn-button--secondary):not(.cn-button--primary):not(.cn-post-card__read-more):hover, .cn-link a:hover, a.ez-toc-link:hover {
  color: var(--cn-blue);
  text-shadow: var(--glow-2);
}
.entry-content a:not(.cn-button--secondary):not(.cn-button--primary):not(.cn-post-card__read-more):hover::after, .cn-link a:hover::after, a.ez-toc-link:hover::after {
  width: 100%;
  background-color: var(--cn-blue);
}
.cn-button {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  text-transform: uppercase;
}
a.cn-button--primary:hover .gb-shape svg, .cn-button--primary:hover .gb-shape svg, input[type="submit"]:hover .gb-shape svg, a.button:hover .gb-shape svg, a.wp-block-button__link:not(.has-background):hover .gb-shape svg {
  color: var(--antra);
  fill: var(--antra);
}
a.cn-button--primary .gb-shape, .cn-button--primary .gb-shape, input[type="submit"] .gb-shape, a.button .gb-shape, a.wp-block-button__link:not(.has-background) .gb-shape {
  width: var(--fs-lg);
}
.cn-button--secondary .gb-shape, a.cn-button--secondary .gb-shape {
  width: var(--fs-lg);
}
.cn-button--secondary .gb-shape svg, a.cn-button--secondary .gb-shape svg {
  color: var(--cn-blue);
  fill: var(--cn-blue);
}
.cn-button--secondary:hover .gb-shape svg, a.cn-button--secondary:hover .gb-shape svg {
  color: var(--headline);
  fill: var(--headline);
}
.is-style-cn-tipp, .is-style-cn-hinweis {
  position: relative;
  display: block;
}
.is-style-cn-tipp strong:first-child, .is-style-cn-hinweis strong:first-child {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  margin-bottom: var(--spacing-sm);
}
.is-style-cn-tipp strong:first-child::after, .is-style-cn-hinweis strong:first-child::after {
  content: "";
  display: none;
}
.is-style-cn-tipp p, .is-style-cn-hinweis p {
  margin-bottom: 0;
}
.is-style-cn-tipp::first-line, .is-style-cn-hinweis::first-line {
  line-height: 0;
}
.is-style-cn-tipp {
  border: 1px solid rgba(var(--cn-green-rgb), 0.3);
}
.is-style-cn-tipp strong:first-child {
  color: var(--cn-green);
}
.is-style-cn-tipp::before, .is-style-cn-tipp::after {
  border-color: var(--cn-green);
}
.is-style-cn-hinweis strong:first-child {
  color: var(--cn-blue);
}
.is-style-cn-hinweis::before, .is-style-cn-hinweis::after {
  border-color: var(--cn-blue);
}
.is-style-cn-pro-heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: var(--cn-green);
  mask-image: var(--icon-check);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.is-style-cn-con-heading::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: red;
  mask-image: var(--icon-con);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
ul.is-style-cn-pro-list, ul.is-style-cn-con-list {
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
}
ul.is-style-cn-pro-list li, ul.is-style-cn-con-list li {
  padding-left: 1em;
}
ul.is-style-cn-pro-list li::before, ul.is-style-cn-con-list li::before {
  left: -5px;
}
ul.is-style-cn-pro-list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: var(--cn-green);
  mask-image: var(--icon-check);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
ul.is-style-cn-con-list li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: red;
  mask-image: var(--icon-con);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.tldr-box {
  display: grid;
}
.tldr-box .tldr-box-inner {
  order: 1;
}
.tldr-box .tldr-box-inner strong {
  display: inline-block;
  color: var(--headline);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
a.ez-toc-link {
  scroll-margin-top: 120px;
}
#right-sidebar .widget_ez-toc, .widget#block-11 p:first-of-type, #ez-toc-widget-sticky-container .ez-toc-widget-sticky-btn {
  display: none;
}
.widget-area .widget {
  padding: 0 var(--spacing-md);
}
#ez-toc-container, .widget.ez-toc-widget-sticky {
  padding: 0;
  margin-bottom: var(--spacing-md);
  flex-direction: column;
}
.widget.ez-toc-widget-sticky {
  padding: var(--spacing-xs);
}
.widget.ez-toc-widget-sticky nav {
  max-height: 600px;
  opacity: 1;
  overflow-y: auto;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
.ez-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--spacing-xs) var(--spacing-sm);
  cursor: pointer;
}
.toc_close .ez-toc-title-container, .is-mobile-toc-open #ez-toc-container .ez-toc-title-container {
  border-bottom: none;
}
.ez-toc-title, .ez-toc-widget-sticky-title {
  font-family: var(--font-display);
  font-size: var(--fs-xs) !important;
  color: var(--headline);
  font-weight: 400 !important;
  margin: 0 !important;
}
.post-toc .ez-toc-btn svg, .cn-toc-overlay-close svg {
  fill: var(--cn-blue);
  color: var(--cn-blue);
  width: 20px;
  height: 20px;
  transition: fill 0.2s ease;
}
.post-toc .ez-toc-btn:hover, .post-toc .ez-toc-btn:focus, .cn-toc-overlay-close:hover, .cn-toc-overlay-close:focus {
  border-color: var(--cn-green);
  background-color: transparent;
}
.post-toc .ez-toc-btn:hover svg, .post-toc .ez-toc-btn:focus svg, .cn-toc-overlay-close:hover svg, .cn-toc-overlay-close:focus svg {
  fill: var(--cn-green);
}
.ez-toc-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.ez-toc-btn svg {
  width: 25px !important;
  height: 25px !important;
  margin-top: 7px;
}
.ez-toc-list, ul.ez-toc-widget-sticky-list {
  max-height: none;
  opacity: 1;
  margin: 0;
  overflow-y: auto;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, min-height 0.3s ease;
  height: fit-content;
}
.ez-toc-list li, ul.ez-toc-widget-sticky-list li {
  transition: background-color 0.3s ease;
}
.ez-toc-list li.is-active, ul.ez-toc-widget-sticky-list li.is-active {
  background-color: rgba(var(--cn-green-rgb), 0.1);
}
.ez-toc-list li.is-active::before, ul.ez-toc-widget-sticky-list li.is-active::before {
  color: var(--cn-green);
}
.ez-toc-list li.is-active a, ul.ez-toc-widget-sticky-list li.is-active a {
  color: var(--headline);
  scroll-margin-top: 200px;
}
.ez-toc-list li ul, ul.ez-toc-widget-sticky-list li ul {
  margin: 0 0 5px 8px !important;
}
.widget.ez-toc-widget-sticky.ez-toc-collapsed .ez-toc-list {
  max-height: 0;
  opacity: 0;
}
.cn-toc-fab {
  position: fixed;
  bottom: var(--spacing-md);
  left: var(--spacing-md);
  z-index: 998;
  background-color: var(--antra);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  box-shadow: 0 4px 15px rgba(var(--cn-green-rgb), 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.cn-toc-fab.is-visible {
  opacity: 0.8;
  visibility: visible;
  transform: translateY(0);
}
.cn-toc-fab svg {
  width: 24px;
  height: 24px;
  fill: var(--cn-green);
}
@media (min-width: 993px) {
  .cn-toc-fab {
    display: none;
  }
}
.is-mobile-toc-open #ez-toc-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--antra-rgb), 0.9);
  backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-mobile-toc-open #ez-toc-container .ez-toc-list {
  max-height: 80vh;
}
.cn-toc-overlay-close {
  position: absolute;
  bottom: var(--spacing-md);
  left: var(--spacing-md);
  z-index: 10001;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: var(--antra);
}
body:not(.is-mobile-toc-open) .cn-toc-overlay-close {
  display: none;
}
#ez-toc-widget-sticky-container h2.widgettitle {
  margin-top: 0;
  line-height: var(--spacing-xs);
}
#block-12 {
  display: none;
}
.cn-progress-container {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 999;
  background-color: var(--box);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, top 300ms ease-in-out, visibility 0s linear 0.3s;
}
.cn-progress-container.is-visible {
  opacity: 0.6;
  visibility: visible;
  top: var(--nav-height, 0px);
  transition-delay: 0.2s;
}
.cn-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(to right, var(--cn-blue) 0%, var(--cn-green) 50%, var(--cn-blue) 100%);
  box-shadow: 0 0 10px 1px var(--cn-green);
  transition: width 0.05s linear;
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.clip-hexagon {
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  filter: drop-shadow(0 0 25px rgba(var(--cn-green-rgb), 0.4));
  aspect-ratio: var(--wp--preset--aspect-ratio--square);
  transition: filter 0.3s ease-in-out;
}
.clip-hexagon:hover {
  filter: drop-shadow(0 0 35px rgba(var(--cn-green-rgb), 0.6));
}
.cn-author-box-small {
  align-items: center;
  gap: var(--spacing-xs);
}
.cn-author-box-small:hover .cn-author-box-small__avatar-frame {
  background: var(--cn-green);
}
.cn-author-box-small .cn-author-box-small__avatar-frame {
  width: 70px;
  height: 80px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 10px rgba(var(--box-rgb), 0.5));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: var(--cn-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.cn-author-box-small__avatar {
  width: 98%;
  height: 98%;
  object-fit: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.cn-author-box-small__info p {
  margin: 0;
}
.cn-author-box-small__name {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 400;
  margin-bottom: 4px !important;
}
.cn-author-box-small__title {
  font-family: var(--font-primary);
  font-size: var(--fs-xs);
  color: var(--cn-blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: calc(var(--spacing-xs) + 12px);
}
.generate-back-to-top {
  border: 1px solid var(--cn-blue);
  opacity: 0.9;
}
.inside-right-sidebar {
  position: sticky;
  top: calc(var(--nav-height) + var(--spacing-sm));
}
.is-style-cn-tech-table, figure.wp-block-table {
  overflow-x: auto;
  margin-bottom: var(--spacing-md);
  -webkit-mask-image: linear-gradient(to right, transparent, black 15px, black 98%, transparent);
  mask-image: linear-gradient(to right, transparent, black 15px, black 98%, transparent);
}
.is-style-cn-tech-table table.has-fixed-layout, .is-style-cn-tech-table table, figure.wp-block-table table.has-fixed-layout, figure.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
  table-layout: auto;
  line-height: 1.1em;
}
.is-style-cn-tech-table table.has-fixed-layout thead, .is-style-cn-tech-table table thead, figure.wp-block-table table.has-fixed-layout thead, figure.wp-block-table table thead {
  border: none;
}
.is-style-cn-tech-table table.has-fixed-layout thead th, .is-style-cn-tech-table table thead th, figure.wp-block-table table.has-fixed-layout thead th, figure.wp-block-table table thead th {
  border: none;
  background-color: transparent;
  color: var(--cn-blue);
  font-family: var(--font-display);
  text-align: left;
  padding: var(--spacing-xs) var(--spacing-xs);
  font-weight: 400;
  font-size: var(--fs-xs);
  box-shadow: 0 2px 0 rgba(var(--cn-blue-rgb), 0.3);
  border-bottom: none;
}
.is-style-cn-tech-table table.has-fixed-layout thead th strong, .is-style-cn-tech-table table thead th strong, figure.wp-block-table table.has-fixed-layout thead th strong, figure.wp-block-table table thead th strong {
  font-weight: 400;
  font-size: var(--fs-xs);
}
.is-style-cn-tech-table table.has-fixed-layout tbody tr, .is-style-cn-tech-table table tbody tr, figure.wp-block-table table.has-fixed-layout tbody tr, figure.wp-block-table table tbody tr {
  box-shadow: 0 1px 0 rgba(var(--text-rgb), 0.1);
  transition: background-color 0.2s ease;
}
.is-style-cn-tech-table table.has-fixed-layout tbody tr:hover, .is-style-cn-tech-table table tbody tr:hover, figure.wp-block-table table.has-fixed-layout tbody tr:hover, figure.wp-block-table table tbody tr:hover {
  background-color: rgba(var(--cn-green-rgb), 0.05);
}
.is-style-cn-tech-table table.has-fixed-layout tbody > tr:nth-child(even), .is-style-cn-tech-table table tbody > tr:nth-child(even), figure.wp-block-table table.has-fixed-layout tbody > tr:nth-child(even), figure.wp-block-table table tbody > tr:nth-child(even) {
  background-color: rgba(var(--box-rgb), 0.9);
}
.is-style-cn-tech-table table.has-fixed-layout tbody > tr:nth-child(even):hover, .is-style-cn-tech-table table tbody > tr:nth-child(even):hover, figure.wp-block-table table.has-fixed-layout tbody > tr:nth-child(even):hover, figure.wp-block-table table tbody > tr:nth-child(even):hover {
  background-color: rgba(var(--cn-green-rgb), 0.05);
}
.is-style-cn-tech-table table.has-fixed-layout tbody td, .is-style-cn-tech-table table tbody td, figure.wp-block-table table.has-fixed-layout tbody td, figure.wp-block-table table tbody td {
  padding: var(--spacing-xs) var(--spacing-xs);
  vertical-align: middle;
  border-bottom: none;
  border: none;
  min-width: 140px;
}
.is-style-cn-tech-table table.has-fixed-layout tbody td:first-child, .is-style-cn-tech-table table tbody td:first-child, figure.wp-block-table table.has-fixed-layout tbody td:first-child, figure.wp-block-table table tbody td:first-child {
  font-weight: 700;
  color: var(--headline);
}
@media (max-width: 768px) {
  .is-style-cn-tech-table table, figure.wp-block-table table {
    font-size: var(--fs-xs);
  }
}
.cn-top-products-grid {
  margin-block-start: var(--spacing-md);
}
.cn-top-products-grid .gb-grid-column {
  width: 100%;
  margin-top: var(--spacing-lg);
}
.cn-top-products-grid .gb-container {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--box);
  border-radius: 4px;
  background-color: var(--box);
  padding: var(--spacing-sm);
  height: 100%;
}
.cn-top-products-grid .cn-product-badge {
  position: relative;
  background-color: var(--box);
  padding: 4px 40px;
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  width: 100%;
  display: block;
}
.cn-top-products-grid .cn-product-card-budget {
  border: var(--cn-border);
  border-color: rgba(var(--cn-blue-rgb), 0.2);
}
.cn-top-products-grid .cn-product-card-budget .cn-product-badge {
  color: var(--cn-blue);
  border: 1px solid rgba(var(--cn-blue-rgb), 0.2);
}
.cn-top-products-grid .cn-product-card-recommended {
  border: var(--cn-border);
  border-color: rgba(var(--cn-green-rgb), 0.2);
}
.cn-top-products-grid .cn-product-card-recommended .cn-product-badge {
  color: var(--cn-green);
  border: 1px solid rgba(var(--cn-green-rgb), 0.2);
}
.cn-top-products-grid .cn-product-card-best {
  border: var(--cn-border);
  border-color: var(--cn-blue);
}
.cn-top-products-grid .cn-product-card-best .cn-product-badge {
  color: linear-gradient(45deg, var(--cn-green), var(--cn-blue));
  border: 1px solid linear-gradient(45deg, var(--cn-green), var(--cn-blue));
}
.cn-top-products-grid .atkp-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
}
.cn-top-products-grid .atkp-box .atkp-predicateheadline, .cn-top-products-grid .atkp-box .atkp-rating, .cn-top-products-grid .atkp-box .atkp-reviews, .cn-top-products-grid .atkp-box .atkp-listprice, .cn-top-products-grid .atkp-box .atkp-savedamount, .cn-top-products-grid .atkp-box .atkp-baseprice, .cn-top-products-grid .atkp-box .atkp-priceinfo {
  display: none;
}
.cn-top-products-grid .atkp-box .atkp-thumb {
  text-align: center;
  margin-bottom: var(--spacing-sm);
  padding: var(--spacing-sm);
  background-color: #fff;
  border-radius: 3px;
  border: var(--cn-border);
}
.cn-top-products-grid .atkp-box .atkp-thumb img.atkp-image {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
}
.cn-top-products-grid .atkp-box .atkp-content .cn-title-wrapper {
  display: flex;
  align-items: flex-start;
}
.cn-top-products-grid .atkp-box .atkp-content .atkp-title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: var(--fs-md);
  color: var(--headline);
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.cn-top-products-grid .atkp-box .atkp-content .atkp-title:hover {
  color: var(--cn-green);
}
.cn-top-products-grid .atkp-box .atkp-content .atkp-author, .cn-top-products-grid .atkp-box .atkp-content .atkp-shoplogo {
  font-size: var(--fs-xs);
  color: var(--text);
  opacity: 0.7;
  margin-top: var(--spacing-xs);
}
.cn-top-products-grid .atkp-box .atkp-content .atkp-shoplogo {
  max-width: 60px;
}
.cn-top-products-grid .atkp-box ul.atkp-pro, .cn-top-products-grid .atkp-box ul.atkp-contra {
  list-style: none;
  padding: 0;
  margin: var(--spacing-sm) 0;
}
.cn-top-products-grid .atkp-box ul.atkp-pro li, .cn-top-products-grid .atkp-box ul.atkp-contra li {
  padding-left: 1.5em;
  position: relative;
  font-size: var(--fs-sm);
  line-height: 1.4;
}
.cn-top-products-grid .atkp-box ul.atkp-pro li::before, .cn-top-products-grid .atkp-box ul.atkp-contra li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: var(--cn-green);
  mask-image: var(--icon-check);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.cn-top-products-grid .atkp-box ul.atkp-contra li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: #ff5555;
  mask-image: var(--icon-con);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.cn-top-products-grid .atkp-box .atkp-bottom {
  margin-top: auto;
  padding-top: var(--spacing-sm);
  border-top: 1px solid rgba(var(--cn-blue-rgb), 0.2);
}
.cn-top-products-grid .atkp-box .atkp-bottom .atkp-saleprice {
  display: block;
  font-size: var(--fs-xs);
  font-weight: 700;
  text-align: left;
  margin-bottom: var(--spacing-sm);
}
.cn-top-products-grid .atkp-box .atkp-bottom .atkp-button, .cn-top-products-grid .atkp-box .atkp-bottom .atkp-offers-dropdown {
  width: 100%;
  font-size: var(--fs-sm);
  text-transform: uppercase;
  font-weight: 700;
}
.cn-top-products-grid .atkp-box .atkp-bottom .atkp-button:hover {
  background-color: var(--cn-green);
}
.cn-top-products-grid .atkp-box .atkp-bottom .atkp-more-offers-button {
  margin-top: var(--spacing-xs);
}
.atkp-offers-dropdown {
  position: relative;
  margin-top: var(--spacing-xs);
}
.atkp-offers-dropdown .dropdown-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.atkp-offers-dropdown .dropdown-btn .arrow {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: var(--spacing-sm);
  background-color: var(--cn-blue);
  mask-image: var(--icon-chev);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: transform 0.3s ease;
  transform-origin: center;
  margin-right: 0px;
}
.atkp-offers-dropdown .dropdown-content {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  list-style: none;
  margin: -15px 0 0px -15px;
  padding: var(--spacing-xs);
  width: calc(100% + 30px);
  background-color: rgba(var(--box-rgb), 0.9);
  backdrop-filter: blur(10px);
  border: var(--cn-border);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  box-shadow: 0 0 15px rgba(var(--cn-blue-rgb), 0.5);
}
.atkp-offers-dropdown .dropdown-content li {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: calc(var(--delay) * 50ms);
  border-bottom: var(--cn-border);
}
.atkp-offers-dropdown .dropdown-content li:last-of-type {
  border-bottom: none;
}
.atkp-offers-dropdown .dropdown-content a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: var(--spacing-xs);
  text-decoration: none;
  color: var(--text);
  transition: background-color 0.2s ease, color 0.2s ease;
  flex-direction: column;
}
.atkp-offers-dropdown .dropdown-content a:hover {
  background-color: rgba(var(--cn-green-rgb), 0.1);
  color: var(--headline);
}
.atkp-offers-dropdown.is-open .dropdown-btn .arrow {
  transform: rotate(180deg);
}
.atkp-offers-dropdown.is-open .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.atkp-offers-dropdown.is-open .dropdown-content li {
  opacity: 1;
  transform: translateY(0);
}
.atkp-offers-dropdown .atkp-more-offers-left {
  flex-shrink: 0;
}
.atkp-offers-dropdown .atkp-more-offers-left img {
  max-height: 20px;
  display: block;
  height: 20px;
}
.atkp-offers-dropdown .atkp-more-offers-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.atkp-offers-dropdown .atkp-more-offers-price {
  font-weight: 700;
  color: var(--headline);
}
.atkp-offers-dropdown .atkp-more-offers-shipping {
  font-size: var(--fs-xs);
  opacity: 0.7;
}
.cn-product-table {
  width: 100%;
}
.cn-product-table .cn-product-row {
  background-color: var(--box);
  border-radius: 4px;
  margin-bottom: var(--spacing-sm);
  padding: var(--spacing-sm);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cn-product-table .cn-product-row:hover {
  background-color: rgba(var(--cn-green-rgb), 0.05);
  box-shadow: 0 0 15px rgba(var(--cn-green-rgb), 0.2);
}
.cn-product-table .cn-product-cell-number .number-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: var(--fs-lg);
  color: var(--cn-blue);
}
.cn-product-table .cn-product-cell-image img {
  max-width: 60px;
  height: auto;
  border-radius: 3px;
}
.cn-product-table .cn-product-cell-title a {
  font-weight: 700;
  color: var(--headline);
  text-decoration: none;
}
.cn-product-table .cn-product-cell-title a:hover {
  color: var(--cn-green);
}
.cn-product-table .cn-product-cell-price .atkp-saleprice {
  white-space: nowrap;
  font-weight: 700;
}
.cn-product-table .cn-product-cell-button .atkp-button {
  padding: var(--spacing-xs) var(--spacing-sm);
  white-space: nowrap;
}
@media (min-width: 769px) {
  .cn-product-table .cn-product-row {
    display: grid;
    grid-template-columns: 40px 80px 1fr auto auto;
    gap: var(--spacing-sm);
    align-items: center;
  }
}
@media (max-width: 768px) {
  .cn-product-table .cn-product-row {
    display: grid;
    grid-template-columns: 40px 80px 1fr;
    grid-template-rows: auto auto auto;
    gap: var(--spacing-xs) var(--spacing-sm);
    grid-template-areas: "number image title" "number image price" "number image button";
  }
  .cn-product-table .cn-product-cell-number {
    grid-area: number;
    align-self: center;
  }
  .cn-product-table .cn-product-cell-image {
    grid-area: image;
    align-self: center;
  }
  .cn-product-table .cn-product-cell-title {
    grid-area: title;
  }
  .cn-product-table .cn-product-cell-price {
    grid-area: price;
  }
  .cn-product-table .cn-product-cell-button {
    grid-area: button;
  }
  .cn-product-table .cn-product-cell-price .atkp-saleprice {
    font-size: var(--fs-md);
  }
}
/* Wenn die Nummerierung deaktiviert ist, wird die Nummerierungsspalte ausgeblendet
.cn-product-table:not(.atkp-numbered) {
    .cn-product-row {
        @media (min-width: 769px) {
            grid-template-columns: 80px 1fr auto auto; // Zurück zum Layout ohne Nummer
        }
        @media (max-width: 768px) {
             grid-template-columns: 80px 1fr;
             grid-template-areas: 
                "image title"
                "image price"
                "image button";
        }
    }
    .cn-product-cell-number {
        display: none;
    }
}
*/
img[class^="gb-media-"] {
  margin-bottom: var(--spacing-md);
}
figure {
  position: relative;
  margin: var(--spacing-md) 0;
  line-height: 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}
figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--box-rgb), 0.7);
  backdrop-filter: blur(5px);
  border-top: 2px solid var(--cn-green);
  padding: var(--spacing-xs);
  font-family: var(--font-primary);
  font-size: calc(var(--fs-xs) - 0.2);
  color: var(--text);
  line-height: 1.4;
}
figure figcaption strong {
  color: var(--headline);
  font-weight: 700;
}
.widget-recommend {
  padding: var(--spacing-xs);
}
.widget-recommend > p:empty {
  display: none;
}
.widget_recent_entries.dcrp-row {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.dcrp-default-loop-image.dcrp-column-1 {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-xs);
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.dcrp-default-loop-image.dcrp-column-1:hover {
  background-color: rgba(var(--cn-green-rgb), 0.1);
}
.dcrp-default-loop-image.dcrp-column-1:hover div a {
  color: var(--cn-green);
}
.dcrp-default-loop-image.dcrp-column-1 > a {
  flex-shrink: 0;
}
.dcrp-default-loop-image.dcrp-column-1 > a img {
  display: block;
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 3px;
}
.dcrp-default-loop-image.dcrp-column-1 div a {
  font-family: var(--font-primary);
  font-weight: 700;
  color: var(--headline);
  line-height: 1.3;
  font-size: var(--fs-sm);
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
  position: relative;
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image::before, .post-image-below-header.post-image-aligned-center .inside-article .featured-image::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: var(--cn-green);
  border-style: solid;
  opacity: 0.8;
  z-index: 2;
  transition: all 0.3s ease;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image::before {
  top: -10px;
  left: -10px;
  border-width: 2px 0 0 2px;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image::after {
  bottom: -10px;
  right: -10px;
  border-width: 0 2px 2px 0;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image:hover::before {
  top: -15px;
  left: -15px;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image:hover::after {
  bottom: -15px;
  right: -15px;
}
.post-image-below-header.post-image-aligned-center .inside-article .featured-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  border: 1px solid rgba(var(--cn-blue-rgb), 0.2);
}
.cn-post-card {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--spacing-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: var(--spacing-md);
}
.cn-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(var(--cn-green-rgb), 0.2);
}
.cn-post-card .cn-post-card__media {
  margin: calc(var(--spacing-sm) * -1);
  margin-bottom: 0;
}
.cn-post-card .cn-post-card__media a {
  display: block;
  line-height: 0;
}
.cn-post-card .cn-post-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%, 0 10px);
}
.cn-post-card .cn-post-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: var(--spacing-md);
}
.cn-post-card .cn-post-card__terms {
  margin: var(--spacing-xs);
}
.cn-post-card .cn-post-card__terms .cn-post-card__term-link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  background-color: var(--cn-blue);
  padding: 2px 8px;
  text-decoration: none;
  border-radius: 3px;
  transition: background-color 0.2s ease;
}
.cn-post-card .cn-post-card__terms .cn-post-card__term-link a {
  color: var(--antra);
}
.cn-post-card .cn-post-card__terms .cn-post-card__term-link:hover {
  background-color: var(--cn-green);
}
.cn-post-card .cn-post-card__title {
  font-size: var(--fs-lg);
  margin: var(--spacing-sm) 0 var(--spacing-sm) 0;
}
.cn-post-card .cn-post-card__title a {
  color: var(--headline);
  text-decoration: none;
  transition: color 0.2s ease;
}
.cn-post-card .cn-post-card__title a:hover {
  color: var(--cn-green);
}
.cn-post-card .cn-post-card__excerpt {
  flex-grow: 1;
}
.cn-post-card .cn-post-card__excerpt p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cn-post-card .cn-post-card__footer {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: var(--spacing-md);
  padding-top: var(--spacing-sm);
}
.cn-post-card .cn-post-card__meta {
  font-size: var(--fs-xs);
  color: var(--text);
  opacity: 0.7;
  display: flex;
}
.cn-post-card .cn-post-card__meta .cn-post-card__author {
  margin-right: var(--spacing-sm);
}
.cn-post-card .cn-post-card__read-more {
  padding: 5px 12px;
}
div.load-more.has-svg-icon a.button {
  width: 100%;
}
.hero-background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.background-video-content {
  position: relative;
  z-index: 1;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* Breadcrumb Container */
.rank-math-breadcrumb {
  font-family: var(--font-primary);
  font-size: var(--fs-sm);
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* Label: Pixel dahinter */
.rank-math-breadcrumb .label::after {
  content: "";
  display: inline-block;
  width: 6px;
  /* Pixel-Größe */
  height: 6px;
  background: var(--cn-blue);
  /* Lila-Pixel */
  margin: 0 2px 4px 6px;
}
/* Separator: durch Pixel ersetzen */
.rank-math-breadcrumb .separator {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--cn-blue);
  margin: 0 6px 4px 6px;
  vertical-align: middle;
}
.rank-math-breadcrumb a:hover {
  color: var(--cn-blue);
}
.shariff .theme-round span.shariff-icon svg path {
  fill: var(--antra);
}
body div.brlbs-cmpnt-container, body div.brlbs-cmpnt-container * {
  margin-bottom: 75px;
  margin-left: 12px;
}
/* md - TABLET PORTRAIT STYLES */
@media (min-width: 768px) {
  .flow-left, .flow-right {
    float: none;
    display: block;
    width: 100%;
    margin: var(--spacing-sm) 0;
  }
  .cn-top-products-grid.gb-grid-wrapper .gb-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: var(--spacing-sm);
  }
  .cn-top-products-grid.gb-grid-wrapper .gb-grid-container .gb-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .cn-top-products-grid.gb-grid-wrapper .gb-grid-container .gb-container .atkp-box-box {
    height: 100%;
  }
  .cn-top-products-grid .gb-grid-column {
    margin-top: var(--spacing-xs);
  }
  #block-12 {
    display: block;
  }
  .site-header .header-image.is-logo-image {
    width: 125px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (min-width: 992px) {
  .ez-toc-widget-sticky.ez-toc-collapsed nav {
    max-height: 0px;
    opacity: 0;
  }
  .ez-toc-widget-sticky .ez-toc-list li {
    transition: background-color 0.3s ease;
  }
  .ez-toc-widget-sticky .ez-toc-list li.is-active {
    background-color: rgba(var(--cn-green-rgb), 0.1);
  }
  .ez-toc-widget-sticky .ez-toc-list li.is-active a {
    color: var(--cn-green);
  }
  .site-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cn-top-products-grid {
    margin-block-end: var(--spacing-lg);
  }
  .cn-post-card {
    margin: var(--spacing-xs);
  }
  .widget-area .widget {
    padding: 0px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F52-scss-mobile-p.scss%22%2C%22wp-content%2Fcustom_codes%2F52-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F52-scss-tablet-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhCE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FCE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAoCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA0BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBA%3BAAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BADp0CR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACm2CA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAGS%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvqDA%3BAC8qDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9qDA%3BACwrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxrDA%3BACksDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADrtDA%3BAAIA%3BAEJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAFjCA%3BAASA%3BAGPI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */