/*! Version: 11.0.0.
Build 12-08-2021 12:25:02.
Based on coop-bootstrap Release 33.1.1 */
/* ############  basic coop-bootstrap stuff like variables and mixins START ############################ */
/*
 * overwrites vendor/twitter-bootstrap/_variables.less
 * and added new coop variables
 */
/*darken(spin(@state-success-bg, -10), 5%);*/
/*#ce0000 mit 5% opacity*/
/*darken(spin(@state-danger-bg, -10), 5%);*/
/* @start: Mixins für direkte Mediaqueries */
/* mseel 2013    */
/* Example Usage: @media @xs { color: orange; } */
/* @end: Mixins für direkte Mediaqueries */
/* ############  basic coop-bootstrap stuff like variables and mixins END ############################ */
/* ############  twitter-bootstrap adaptions START ############################ */
body ::-moz-selection {
  background: #009fe3;
  color: #fff;
}
body ::selection {
  background: #009fe3;
  color: #fff;
}
html.no-touch .coop-hfc a:hover,
html.no-touch .coop-hfc a:focus {
  color: #4e144e;
}
html.no-touch .coop-hfc .inline-link:hover {
  background-color: rgba(119, 30, 119, 0.1);
}
.coop-hfc .inline-link {
  color: #771e77;
  font-weight: 600;
  padding: 0 2px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  transition: background-color 200ms ease-in-out;
}
.coop-hfc a[href^=tel] {
  font-weight: 600;
  transition: background-color 200ms ease-in-out;
  padding: 0 2px;
}
@font-face {
  font-family: 'coop_expandedbold';
  src: url('clientlib/fonts/coopexpbd.eot');
  src: url('clientlib/fonts/coopexpbd.eot?#iefix') format('embedded-opentype'), url('clientlib/fonts/coopexpbd.woff') format('woff'), url('clientlib/fonts/coopexpbd.ttf') format('truetype'), url('clientlib/fonts/coopexpbd.svg#coop_expandedbold') format('svg');
  font-weight: 500;
  font-style: normal;
}
.coop-hfc h1,
.coop-hfc h2,
.coop-hfc h3,
.coop-hfc .h1,
.coop-hfc .h2,
.coop-hfc .h3,
.coop-hfc .library .library-kbk {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  letter-spacing: -0.05rem;
}
.coop-hfc h1,
.coop-hfc .h1,
.coop-hfc .library .library-kbk {
  color: #bed000;
}
.coop-hfc h2,
.coop-hfc .h2 {
  color: #777;
}
.coop-hfc h3,
.coop-hfc .h3 {
  color: #009fe3;
}
.coop-hfc .semibold {
  font-weight: 600;
  color: #333;
}
.coop-hfc .opensans-reg {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.h1 {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  letter-spacing: -0.05rem;
  color: #bed000;
}
.h2 {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  letter-spacing: -0.05rem;
  color: #777;
}
.h3 {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  letter-spacing: -0.05rem;
  color: #009fe3;
}
.coop-hfc .btn {
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: none;
}
.coop-hfc .btn-primary {
  color: #fff;
  background-color: #771e77;
  border-color: #631963;
}
.coop-hfc .btn-primary:hover,
.coop-hfc .btn-primary:focus,
.coop-hfc .btn-primary.focus,
.coop-hfc .btn-primary:active,
.coop-hfc .btn-primary.active,
.open > .dropdown-toggle.coop-hfc .btn-primary {
  color: #fff;
  background-color: #4e144e;
  border-color: #320d32;
}
.coop-hfc .btn-primary:active,
.coop-hfc .btn-primary.active,
.open > .dropdown-toggle.coop-hfc .btn-primary {
  background-image: none;
}
.coop-hfc .btn-primary.disabled,
.coop-hfc .btn-primary[disabled],
fieldset[disabled] .coop-hfc .btn-primary,
.coop-hfc .btn-primary.disabled:hover,
.coop-hfc .btn-primary[disabled]:hover,
fieldset[disabled] .coop-hfc .btn-primary:hover,
.coop-hfc .btn-primary.disabled:focus,
.coop-hfc .btn-primary[disabled]:focus,
fieldset[disabled] .coop-hfc .btn-primary:focus,
.coop-hfc .btn-primary.disabled.focus,
.coop-hfc .btn-primary[disabled].focus,
fieldset[disabled] .coop-hfc .btn-primary.focus,
.coop-hfc .btn-primary.disabled:active,
.coop-hfc .btn-primary[disabled]:active,
fieldset[disabled] .coop-hfc .btn-primary:active,
.coop-hfc .btn-primary.disabled.active,
.coop-hfc .btn-primary[disabled].active,
fieldset[disabled] .coop-hfc .btn-primary.active {
  background-color: #771e77;
  border-color: #631963;
}
.coop-hfc .btn-primary .badge {
  color: #771e77;
  background-color: #fff;
}
.coop-hfc .btn-primary:hover,
.coop-hfc .btn-primary:focus {
  color: #fff !important;
}
.btn {
  border-radius: 10px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: none;
}
.btn-primary {
  color: #fff;
  background-color: #771e77;
  border-color: #631963;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4e144e;
  border-color: #320d32;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #771e77;
  border-color: #631963;
}
.btn-primary .badge {
  color: #771e77;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
}
/* ############  twitter-bootstrap adaptions END ############################ */
/* ############  coop-basics adaptions START ############################ */
#scroll-to-top.show {
  border-radius: 10px;
}
/* ############  coop-basics adaptions END ############################ */
/* ############  kbk-skinning-files START ############################ */
.coop-hfc #main-header .login-welcome {
  font-family: CoopRegular, "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
}
.coop-hfc #main-navi {
  background: #bed000;
}
.coop-hfc #main-navi .home-link-container.with-home-icon li {
  background-color: #bed000;
}
.coop-hfc #main-navi .home-link-container.with-home-icon li:hover {
  background-color: rgba(123, 134, 0, 0.6);
}
.coop-hfc #main-navi .home-link-container.with-site-name li {
  background-color: rgba(123, 134, 0, 0.75);
}
.coop-hfc #main-navi .home-link-container.with-site-name li:hover {
  background-color: rgba(123, 134, 0, 0.8);
}
.coop-hfc #main-navi.no-space .main-search-container,
.coop-hfc #main-navi.no-space .login-account-container {
  background-color: #bed000;
}
.coop-hfc #main-navi .fadeout {
  background: linear-gradient(to right, rgba(190, 208, 0, 0) 0%, #bed000 100%);
}
.coop-hfc .megaflyout .hl {
  font-family: CoopBold, "Open Sans", Helvetica, Arial, sans-serif;
  color: #777;
}
.coop-hfc .megaflyout .KBK-032-A-teaser-bild-text-flyout {
  padding-right: 45px;
}
.coop-hfc .mega-footer {
  border-top: 4px solid #771e77;
}
.coop-hfc .mega-footer .footer-nav > li > a:hover,
.coop-hfc .mega-footer .footer-nav > li > a:focus {
  color: #abbb00;
}
.coop-hfc .mega-footer .footer-follow .social-media-list > li > a:hover,
.coop-hfc .mega-footer .footer-follow .social-media-list > li > a:focus {
  color: #abbb00;
}
.coop-hfc.coop-scid main {
  margin-top: 40px;
}
.coop-hfc.coop-scid.tpl-login main {
  margin-top: 12px;
}
.coop-hfc.coop-scid.tpl-login .cms-container#breadcrumb {
  padding-bottom: 0;
}
.coop-hfc.coop-scid.tpl-login .cms-container#breadcrumb + .cms-container {
  padding-top: 0;
}
.coop-hfc .scid-003-container {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px;
}
.coop-hfc .scid-003-container .form-margin {
  margin-right: -30px;
}
.coop-hfc .scid-003-container .FM-035-link {
  margin-bottom: 8px;
}
.coop-hfc .scid-003-container .fm-btn {
  margin-bottom: 40px;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small {
  padding: 0;
  margin: 0;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small a {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 44px;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small {
  background-color: transparent;
  background-color: #aa95aa;
  height: 44px;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small:hover,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small:focus,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small:active,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small.focus,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small.active {
  background-color: #958395 !important;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small:hover .link-arrow,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small:focus .link-arrow,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small:active .link-arrow,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small.focus .link-arrow,
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .cta-small.active .link-arrow {
  background-color: #aa95aa !important;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .txt {
  padding: 9px 15px 9px 15px;
  height: 44px;
}
.coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .link-arrow {
  border-radius: 0 5px 5px 0;
  background-color: #bcaabc;
  padding-left: 17px;
  padding-top: 12px;
  height: 44px;
  width: 44px;
}
.coop-hfc .HFC-003-login-image {
  position: absolute;
  height: calc(100% + 30px);
  top: -30px;
  right: 0;
  left: -50%;
  width: 50%;
  background-color: #fff;
  text-align: center;
}
.coop-hfc .HFC-003-login-image img {
  width: calc(100% - 75px);
  display: inline-block;
  margin-top: 30px;
  margin-left: 45px;
}
.coop-hfc .HFC-003-login-form .form-group {
  margin-bottom: 0;
}
.coop-hfc .HFC-003-login-form .btn-primary {
  margin-top: 20px;
}
.coop-hfc .HFC-003-info-copy {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem;
}
.coop-hfc .HFC-003-myaccount-menu .hl,
.coop-hfc .HFC-003-myaccount-menu .HFC-003-info-copy {
  margin-bottom: 5px;
}
.coop-hfc .HFC-003-myaccount-menu .hl {
  color: #009fe3 !important;
}
.coop-hfc .HFC-003-myaccount-menu .KBK-014-link + .hl {
  margin-top: 20px;
}
.coop-hfc .HFC-003-myaccount-menu .link-logout {
  color: #777;
  margin-top: 10px;
  padding-left: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
html.no-touch .coop-hfc .HFC-003-myaccount-menu .link-logout:hover {
  color: #5d0050;
}
.coop-hfc .HFC-003-myaccount-menu .link-logout .icon-exit {
  margin-right: 6px;
}
.coop-hfc .HFC-003-myaccount-menu .link-logout .icon-exit:before {
  color: #bebebe;
  font-size: 2rem;
  top: 2px;
  position: relative;
}
.coop-hfc .cms-container {
  position: relative;
}
.coop-hfc .cms-container.SC-SEC-konto h3 {
  margin-bottom: 0;
}
.coop-hfc .cms-container.KBK-SEC-007 h3 {
  color: #767676;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
.coop-hfc .cms-container.KBK-SEC-007 .btn-default {
  color: #fff;
  background-color: #771e77;
  border-color: #631963;
}
.coop-hfc .cms-container.KBK-SEC-007 .btn-default:hover,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default:focus,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.focus,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default:active,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.active,
.open > .dropdown-toggle.coop-hfc .cms-container.KBK-SEC-007 .btn-default {
  color: #fff;
  background-color: #4e144e;
  border-color: #320d32;
}
.coop-hfc .cms-container.KBK-SEC-007 .btn-default:active,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.active,
.open > .dropdown-toggle.coop-hfc .cms-container.KBK-SEC-007 .btn-default {
  background-image: none;
}
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.disabled,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default[disabled],
fieldset[disabled] .coop-hfc .cms-container.KBK-SEC-007 .btn-default,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.disabled:hover,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default[disabled]:hover,
fieldset[disabled] .coop-hfc .cms-container.KBK-SEC-007 .btn-default:hover,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.disabled:focus,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default[disabled]:focus,
fieldset[disabled] .coop-hfc .cms-container.KBK-SEC-007 .btn-default:focus,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.disabled.focus,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default[disabled].focus,
fieldset[disabled] .coop-hfc .cms-container.KBK-SEC-007 .btn-default.focus,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.disabled:active,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default[disabled]:active,
fieldset[disabled] .coop-hfc .cms-container.KBK-SEC-007 .btn-default:active,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default.disabled.active,
.coop-hfc .cms-container.KBK-SEC-007 .btn-default[disabled].active,
fieldset[disabled] .coop-hfc .cms-container.KBK-SEC-007 .btn-default.active {
  background-color: #771e77;
  border-color: #631963;
}
.coop-hfc .cms-container.KBK-SEC-007 .btn-default .badge {
  color: #771e77;
  background-color: #fff;
}
.coop-hfc .cms-container.KBK-SEC-007 .btn-default .fadeout {
  display: none;
}
.coop-hfc .cms-container.KBK-SEC-008 .KBK-004-A-teaser-text:hover p {
  color: inherit;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
.coop-hfc .cms-container.KBK-SEC-008 h3,
.coop-hfc .cms-container.KBK-SEC-008 .h2 {
  color: #767676;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
  margin-bottom: 10px;
}
.coop-hfc .cms-container.KBK-SEC-008 .icon-checked-checkbox {
  font-size: 1.4rem;
  color: #995699;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.coop-hfc .cms-container.KBK-SEC-008 .icon-close-small {
  font-size: 1.6rem;
  color: #995699;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.coop-hfc .cms-container.KBK-SEC-008 .icon-close-small:before {
  font-weight: 600;
}
.coop-hfc .cms-container.KBK-SEC-008 .KBK-014-link {
  margin-top: 20px;
  margin-bottom: 0;
}
.coop-hfc .cms-container.KBK-SEC-008 .KBK-014-link a {
  display: inline !important;
}
.coop-hfc .cms-container.KBK-SEC-008 .btn {
  border-radius: 0;
}
.coop-hfc .cms-container.KBK-SEC-008 .coop-hfc .btn {
  border-radius: 0;
}
.coop-hfc .cms-container.HFC-SEC-003 .hfc-teaser {
  height: 100%;
  margin-bottom: 0;
}
.coop-hfc .cms-container.HFC-SEC-003 .hfc-teaser:not(.HFC-015-teaser-text-5-spaltig) {
  background-color: rgba(0, 0, 0, 0.04);
}
.coop-hfc .cms-container.HFC-SEC-006 {
  padding: 30px 0 40px 0;
}
.coop-hfc .cms-container.HFC-SEC-006,
.coop-hfc .cms-container.HFC-SEC-007 {
  background-color: #bcaabc;
}
.coop-hfc .cms-container.HFC-SEC-006,
.coop-hfc .cms-container.HFC-SEC-007,
.coop-hfc .cms-container.HFC-SEC-006 ol li,
.coop-hfc .cms-container.HFC-SEC-007 ol li,
.coop-hfc .cms-container.HFC-SEC-006 ul li,
.coop-hfc .cms-container.HFC-SEC-007 ul li {
  color: #fff;
}
.coop-hfc .cms-container.HFC-SEC-006 h2,
.coop-hfc .cms-container.HFC-SEC-007 h2,
.coop-hfc .cms-container.HFC-SEC-006 h3,
.coop-hfc .cms-container.HFC-SEC-007 h3 {
  color: #771e77;
}
.coop-hfc .cms-container.HFC-SEC-011 .container-fluid {
  padding: 0 60px !important;
}
.coop-hfc .cms-container.HFC-SEC-011 .container-fluid > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.coop-hfc .SC-SEC-konto .KBK-008-A-linkliste .KBK-014-link {
  padding-left: 0;
}
.coop-hfc .SC-SEC-konto .link-logout {
  color: #777;
  margin-top: 10px;
  margin-left: 1px;
  padding-left: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
html.no-touch .coop-hfc .SC-SEC-konto .link-logout:hover {
  color: #5d0050;
}
.coop-hfc .SC-SEC-konto .link-logout .icon-exit {
  margin-right: 6px;
}
.coop-hfc .SC-SEC-konto .link-logout .icon-exit:before {
  color: #bebebe;
  font-size: 2rem;
  top: 2px;
  position: relative;
}
.coop-hfc .HFC-flex {
  display: flex;
  flex-wrap: nowrap;
}
.tpl-bg-alternate main .cms-container:first-child,
.tpl-bg-alternate main .cms-container:last-child {
  background: #fff !important;
}
.tpl-bg-alternate main .cms-container:nth-child(2n) {
  background-color: #f6f6f6;
}
.cms-container.SEC-ODD,
.cms-container.SEC-EVEN {
  margin-bottom: 0;
  /*.HFC-011-teaser-bild-4-spaltig {
      margin-bottom: 0;
    }*/
}
.cms-container.SEC-ODD:first-of-type,
.cms-container.SEC-EVEN:first-of-type {
  background-color: transparent !important;
}
.cms-container.SEC-ODD:last-of-type,
.cms-container.SEC-EVEN:last-of-type {
  padding: 30px 0 34px 0;
}
.cms-container.SEC-ODD.KBK-SEC-026,
.cms-container.SEC-EVEN.KBK-SEC-026 {
  background-color: transparent !important;
}
.cms-container.SEC-ODD.HFC-SEC-004 .HFC-007-karussell,
.cms-container.SEC-EVEN.HFC-SEC-004 .HFC-007-karussell {
  margin: 0 auto 60px;
}
.cms-container.SEC-ODD .KBK-062-A-slider-praemien .bx-viewport,
.cms-container.SEC-EVEN .KBK-062-A-slider-praemien .bx-viewport {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.cms-container.SEC-ODD.vst-container,
.cms-container.SEC-EVEN.vst-container {
  background-color: #f1f1f1;
}
.cms-container.SEC-ODD .KBK-015-trennlinie hr,
.cms-container.SEC-EVEN .KBK-015-trennlinie hr {
  border-top: 4px solid rgba(0, 0, 0, 0.08);
}
.cms-container.SEC-ODD#breadcrumb,
.cms-container.SEC-EVEN#breadcrumb {
  background-color: #fff !important;
  margin-bottom: 0;
}
.cms-container.SEC-ODD#breadcrumb + .cms-container,
.cms-container.SEC-EVEN#breadcrumb + .cms-container {
  background-color: #fff !important;
}
.cms-container.SEC-ODD .KBK-018-schmuck-text-element,
.cms-container.SEC-EVEN .KBK-018-schmuck-text-element {
  margin-bottom: 0;
}
.cms-container.SEC-ODD .KBK-018-schmuck-text-element ul,
.cms-container.SEC-EVEN .KBK-018-schmuck-text-element ul {
  padding-bottom: 0;
}
.cms-container.SEC-ODD.KBK-057-werbebanner .container-fluid,
.cms-container.SEC-EVEN.KBK-057-werbebanner .container-fluid {
  padding-top: 10px;
}
.cms-container.SEC-ODD .HFC-004-introtext > :last-child,
.cms-container.SEC-EVEN .HFC-004-introtext > :last-child {
  margin-bottom: 0;
}
.cms-container.SEC-ODD .KBK-020-laufband .slider-container,
.cms-container.SEC-EVEN .KBK-020-laufband .slider-container,
.cms-container.SEC-ODD .KBK-023-slider .slider-container,
.cms-container.SEC-EVEN .KBK-023-slider .slider-container,
.cms-container.SEC-ODD .KBK-023-slider .img-container,
.cms-container.SEC-EVEN .KBK-023-slider .img-container,
.cms-container.SEC-ODD .KBK-025-produktlaufband .slider-container,
.cms-container.SEC-EVEN .KBK-025-produktlaufband .slider-container,
.cms-container.SEC-ODD .KBK-039-laufband-rezepte .slider-container,
.cms-container.SEC-EVEN .KBK-039-laufband-rezepte .slider-container,
.cms-container.SEC-ODD .KBK-SEC-021 .slider-container,
.cms-container.SEC-EVEN .KBK-SEC-021 .slider-container,
.cms-container.SEC-ODD.HFC-008-freizeitslider .slider-container,
.cms-container.SEC-EVEN.HFC-008-freizeitslider .slider-container,
.cms-container.SEC-ODD.KBK-SEC-020 .teaser,
.cms-container.SEC-EVEN.KBK-SEC-020 .teaser {
  background-color: transparent !important;
}
.cms-container.SEC-ODD .KBK-020-laufband .KBK-014-link,
.cms-container.SEC-EVEN .KBK-020-laufband .KBK-014-link {
  margin-bottom: 0;
}
.cms-container.SEC-ODD {
  background-color: #f6f6f6;
}
.cms-container.SEC-EVEN {
  background-color: transparent;
}
.cms-container.SEC-EVEN .HFC-013-teaser-events .hl .fadeout {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.cms-container .basic-flexbreak-sm .HFC-017-A-karussel-aktionen,
.cms-container .basic-flexbreak-sm .HFC-017-B-karussel-aktionen {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-self: stretch;
  flex-grow: 1;
}
.cms-container .basic-flexbreak-sm .HFC-017-A-karussel-aktionen > .wrapper-border,
.cms-container .basic-flexbreak-sm .HFC-017-B-karussel-aktionen > .wrapper-border {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-self: stretch;
  flex-grow: 1;
}
.cms-container .basic-flexbreak-sm .HFC-017-A-karussel-aktionen {
  overflow: hidden;
}
.cms-container .basic-flexbreak-sm .HFC-017-A-karussel-aktionen .bx-wrapper {
  width: 100% !important;
}
.coop-hfc .HFC-SEC-015 .cms-container {
  margin-bottom: 0 !important;
}
.coop-hfc .HFC-SEC-015 .HFC-005-A-ueberschriften:first-of-type > :last-child,
.coop-hfc .HFC-SEC-015 .container-fluid:first-of-type .HFC-005-A-ueberschriften:first-of-type > :last-child {
  margin-bottom: 30px;
}
.coop-hfc .HFC-SEC-015 .KBK-062-kachel-slider .bx-viewport,
.coop-hfc .HFC-SEC-015 .container-fluid:first-of-type .KBK-062-kachel-slider .bx-viewport {
  padding: 0;
}
.coop-hfc .HFC-SEC-015 .KBK-044-A-slider-digitale-bons .bx-viewport,
.coop-hfc .HFC-SEC-015 .container-fluid:first-of-type .KBK-044-A-slider-digitale-bons .bx-viewport {
  padding-top: 0 !important;
}
.SCID-SEC-008 .row:after {
  border: 0;
  padding: 0;
}
.HFC-SEC-017.hasbg {
  background-color: #f6f6f6;
  padding: 30px 0 0 0;
}
.coop-hfc .breadcrumb li a {
  border-radius: 10px;
}
.coop-hfc .KBK-016-bildergalerie .slider-headline,
.coop-hfc .KBK-020-laufband .slider-headline,
.coop-hfc .KBK-023-slider .slider-headline,
.coop-hfc .KBK-025-produktlaufband .slider-headline,
.coop-hfc .KBK-039-laufband-rezepte .slider-headline,
.coop-hfc .KBK-044-A-slider-digitale-bons .slider-headline,
.coop-hfc .KBK-044-B-slider-digitale-bons .slider-headline,
.coop-hfc .KBK-062-A-slider-praemien .slider-headline,
.coop-hfc .KBK-062-B-slider-praemien .slider-headline,
.coop-hfc .KBK-044-A-kachel-slider .slider-headline,
.coop-hfc .KBK-044-B-kachel-slider .slider-headline,
.coop-hfc .KBK-044-C-kachel-slider .slider-headline,
.coop-hfc .KBK-044-D-kachel-slider .slider-headline,
.coop-hfc .KBK-075-slider .slider-headline,
.coop-hfc .KBK-099-fotobox-galerie .slider-headline,
.coop-hfc .HFC-008-freizeitslider .slider-headline {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
}
.coop-hfc .KBK-016-bildergalerie .bx-wrapper .arrow-container,
.coop-hfc .KBK-020-laufband .bx-wrapper .arrow-container,
.coop-hfc .KBK-023-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-025-produktlaufband .bx-wrapper .arrow-container,
.coop-hfc .KBK-039-laufband-rezepte .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-A-slider-digitale-bons .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-B-slider-digitale-bons .bx-wrapper .arrow-container,
.coop-hfc .KBK-062-A-slider-praemien .bx-wrapper .arrow-container,
.coop-hfc .KBK-062-B-slider-praemien .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-A-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-B-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-C-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-D-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-075-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-099-fotobox-galerie .bx-wrapper .arrow-container,
.coop-hfc .HFC-008-freizeitslider .bx-wrapper .arrow-container {
  background: transparent;
}
.coop-hfc .KBK-016-bildergalerie .bx-wrapper .arrow-container,
.coop-hfc .KBK-020-laufband .bx-wrapper .arrow-container,
.coop-hfc .KBK-023-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-025-produktlaufband .bx-wrapper .arrow-container,
.coop-hfc .KBK-039-laufband-rezepte .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-A-slider-digitale-bons .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-B-slider-digitale-bons .bx-wrapper .arrow-container,
.coop-hfc .KBK-062-A-slider-praemien .bx-wrapper .arrow-container,
.coop-hfc .KBK-062-B-slider-praemien .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-A-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-B-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-C-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-044-D-kachel-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-075-slider .bx-wrapper .arrow-container,
.coop-hfc .KBK-099-fotobox-galerie .bx-wrapper .arrow-container,
.coop-hfc .HFC-008-freizeitslider .bx-wrapper .arrow-container {
  /*border-radius: 0 @hfc-border-radius-base @hfc-border-radius-base 0;*/
  border-radius: 10px;
}
html.no-touch .coop-hfc .KBK-016-bildergalerie .bx-controls-direction,
html.no-touch .coop-hfc .KBK-020-laufband .bx-controls-direction,
html.no-touch .coop-hfc .KBK-023-slider .bx-controls-direction,
html.no-touch .coop-hfc .KBK-025-produktlaufband .bx-controls-direction,
html.no-touch .coop-hfc .KBK-039-laufband-rezepte .bx-controls-direction,
html.no-touch .coop-hfc .KBK-044-A-slider-digitale-bons .bx-controls-direction,
html.no-touch .coop-hfc .KBK-044-B-slider-digitale-bons .bx-controls-direction,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .bx-controls-direction,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .bx-controls-direction,
html.no-touch .coop-hfc .KBK-044-A-kachel-slider .bx-controls-direction,
html.no-touch .coop-hfc .KBK-044-B-kachel-slider .bx-controls-direction,
html.no-touch .coop-hfc .KBK-044-C-kachel-slider .bx-controls-direction,
html.no-touch .coop-hfc .KBK-044-D-kachel-slider .bx-controls-direction,
html.no-touch .coop-hfc .KBK-075-slider .bx-controls-direction,
html.no-touch .coop-hfc .KBK-099-fotobox-galerie .bx-controls-direction,
html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-controls-direction {
  cursor: pointer;
}
html.no-touch .coop-hfc .KBK-016-bildergalerie .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-020-laufband .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-023-slider .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-025-produktlaufband .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-039-laufband-rezepte .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-A-slider-digitale-bons .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-B-slider-digitale-bons .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-A-kachel-slider .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-B-kachel-slider .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-C-kachel-slider .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-D-kachel-slider .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-075-slider .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .KBK-099-fotobox-galerie .bx-controls-direction a.disabled:hover .arrow-container,
html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-controls-direction a.disabled:hover .arrow-container {
  background: #f6f6f6;
  color: #ebebeb;
}
html.no-touch .coop-hfc .KBK-016-bildergalerie .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-020-laufband .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-023-slider .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-025-produktlaufband .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-039-laufband-rezepte .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-A-slider-digitale-bons .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-B-slider-digitale-bons .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-A-kachel-slider .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-B-kachel-slider .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-C-kachel-slider .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-044-D-kachel-slider .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-075-slider .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .KBK-099-fotobox-galerie .bx-controls-direction a:hover .arrow-container,
html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-controls-direction a:hover .arrow-container {
  background: #771e77;
  color: #fff;
  transition: background 200ms ease-in-out;
}
.no-touch html.no-touch .coop-hfc .KBK-016-bildergalerie .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-020-laufband .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-023-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-025-produktlaufband .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-039-laufband-rezepte .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-044-A-slider-digitale-bons .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-044-B-slider-digitale-bons .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-062-A-slider-praemien .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-062-B-slider-praemien .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-044-A-kachel-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-044-B-kachel-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-044-C-kachel-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-044-D-kachel-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-075-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .KBK-099-fotobox-galerie .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-wrapper .bx-controls-direction a:hover .arrow-container {
  background: #771e77;
}
html.no-touch .KBK-044-A-slider-digitale-bons .bx-wrapper .bx-controls-direction a .arrow-container,
html.no-touch .KBK-044-B-slider-digitale-bons .bx-wrapper .bx-controls-direction a .arrow-container,
html.no-touch .KBK-062-A-slider-praemien .bx-wrapper .bx-controls-direction a .arrow-container,
html.no-touch .KBK-062-B-slider-praemien .bx-wrapper .bx-controls-direction a .arrow-container,
html.no-touch .KBK-075-slider .bx-wrapper .bx-controls-direction a .arrow-container {
  color: #771e77;
}
.no-touch html.no-touch .KBK-044-A-slider-digitale-bons .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .KBK-044-B-slider-digitale-bons .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .KBK-062-A-slider-praemien .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .KBK-062-B-slider-praemien .bx-wrapper .bx-controls-direction a:hover .arrow-container,
.no-touch html.no-touch .KBK-075-slider .bx-wrapper .bx-controls-direction a:hover .arrow-container {
  color: #fff;
}
html.no-touch .KBK-023-slider .bx-viewport,
html.no-touch .KBK-025-produktlaufband .bx-viewport {
  padding-top: 44px;
  padding-bottom: 24px;
}
html.no-touch .KBK-023-slider .slider-container,
html.no-touch .KBK-025-produktlaufband .slider-container {
  border-radius: 10px 0 0 10px;
}
.KBK-020-laufband .headline-wrapper,
.KBK-044-A-slider-digitale-bons .headline-wrapper,
.KBK-062-A-slider-praemien .headline-wrapper {
  /*margin-top: 22px;*/
  margin-top: 0;
  /*margin-bottom: -80px;*/
  margin-bottom: -66px;
}
.KBK-020-laufband .headline-wrapper .slider-headline,
.KBK-044-A-slider-digitale-bons .headline-wrapper .slider-headline,
.KBK-062-A-slider-praemien .headline-wrapper .slider-headline {
  background-color: transparent;
}
.KBK-020-laufband .headline-wrapper + .slider-container,
.KBK-044-A-slider-digitale-bons .headline-wrapper + .slider-container,
.KBK-062-A-slider-praemien .headline-wrapper + .slider-container {
  padding-top: 40px;
}
.coop-hfc .KBK-SEC-021 .slider-container {
  border-radius: 0 10px 10px 0;
}
.coop-hfc .KBK-044-A-slider-digitale-bons .slider-container,
.coop-hfc .KBK-062-A-slider-praemien .slider-container {
  background-color: transparent;
}
html .coop-hfc .bx-wrapper .bx-pager .bx-pager-item,
html.no-touch .coop-hfc .bx-wrapper .bx-pager .bx-pager-item {
  vertical-align: middle;
}
html .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a,
html.no-touch .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cdcdcd;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid white;
}
html .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a:hover,
html.no-touch .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a:hover,
html .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a.active,
html.no-touch .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bed000;
}
html .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a.active,
html.no-touch .coop-hfc .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 16px;
  height: 16px;
}
ul.bxslider {
  list-style-type: none;
}
ul.bxslider > li {
  position: absolute;
  opacity: 0;
}
.bx-wrapper ul.bxslider > li {
  opacity: 1;
}
.no-slide ul.bxslider > li {
  opacity: 1;
  position: static;
}
.coop-hfc .KBK-050-digitalerbon .dc-tile {
  width: calc(100% - 16px);
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  margin: 2px auto 0;
  transition: box-shadow 200ms ease-in-out;
}
.coop-hfc .KBK-050-digitalerbon .dc-tile .dc-tile-image {
  transition: opacity 200ms ease-in-out;
}
html.no-touch .coop-hfc .KBK-050-digitalerbon .dc-tile:hover {
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.12);
}
html.no-touch .coop-hfc .KBK-050-digitalerbon .dc-tile:hover .dc-tile-image {
  opacity: .7;
}
.dc-tile-hfc-flex {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  align-self: stretch;
}
.dc-tile-hfc-flex .dc-tile-wrapper {
  margin-bottom: 0;
}
html.no-touch .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text:hover .btn-default {
  color: #5d0050;
  background-color: #ddd4dd;
}
html.no-touch .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text:hover .fadeout {
  background: linear-gradient(to left, #ddd4dd 10%, rgba(221, 212, 221, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd4dd', endColorstr='#ddd4dd', GradientType=1);
}
.coop-hfc .cms-container.KBK-SEC-007 {
  background: #bcaabc;
  color: #fff;
}
.coop-hfc .cms-container.KBK-SEC-007 .KBK-036-A-vst-form h2 {
  color: #771e77;
  font-size: 2rem;
  line-height: 3rem;
}
.coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text h3 {
  color: #771e77;
  font-size: 2rem;
  line-height: 3rem;
}
.coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .txt-teaser {
  color: #fff;
}
.coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .btn-default {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.6rem;
  color: #771e77;
  background: #fff;
}
.coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .fadeout {
  width: 30px;
  background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=1);
}
html.no-touch .coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text:hover .btn-default {
  color: #5d0050;
  background-color: #ddd4dd;
}
html.no-touch .coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text:hover p {
  color: #000;
  transition: color 200ms ease-in-out;
}
html.no-touch .coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text:hover .btn-default {
  background-color: #b4b4b4;
  transition: background-color 200ms ease-in-out;
}
html.no-touch .coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text:hover .fadeout {
  background: linear-gradient(to left, #b4b4b4 10%, rgba(180, 180, 180, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4b4b4', endColorstr='#b4b4b4', GradientType=1);
  transition: background 200ms ease-in-out;
}
.coop-scid .cms-container.KBK-SEC-007 {
  background-color: #f6f6f6;
  color: #fff;
}
.coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .h2 {
  color: #767676;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
.coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .txt-teaser {
  color: #777;
}
.coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .btn-default {
  color: #fff;
  background-color: #cdcdcd;
}
.coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .fadeout {
  width: 30px;
  background: linear-gradient(to left, #cdcdcd 10%, rgba(180, 180, 180, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#cdcdcd', GradientType=1);
}
.coop-hfc .KBK-007-A-text h3,
.coop-hfc .KBK-007-A-text .KBK-006-B-ueberschriften {
  margin-bottom: 0;
}
.coop-hfc .KBK-007-A-text ul li:before {
  background-color: #771e77;
  border-radius: 10px;
}
.coop-hfc .KBK-007-A-text a {
  color: #771e77;
  border-bottom: 2px solid rgba(119, 30, 119, 0.2);
}
html.no-touch .coop-hfc .KBK-007-A-text a:hover {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
.coop-hfc .KBK-007-A-text.adress-additional-card {
  margin: -20px 0 15px 0;
}
.coop-hfc.coop-scid .scid-content .KBK-007-A-text,
.coop-hfc.coop-scid .scid-content .KBK-014-link a {
  font-size: 1.6rem;
}
.KBK-008-A-linkliste .KBK-014-link a {
  color: #771e77;
  border-bottom: 2px solid rgba(119, 30, 119, 0.2);
}
html.no-touch .KBK-008-A-linkliste .KBK-014-link a:hover {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
/* extends twitterBootstrap/panels.less */
html.no-touch .coop-hfc .KBK-010-A-klappliste .panel-heading .collapsed:hover {
  background-color: #ebebeb;
}
html.no-touch .coop-hfc .KBK-010-A-klappliste .panel-heading .collapsed:hover .icon-arrow-normal-down {
  background-color: #cdcdcd;
}
html.no-touch .coop-hfc .KBK-010-A-klappliste .panel-heading .collapsed:hover .fadeout {
  background: linear-gradient(to left, #ebebeb 10%, rgba(246, 246, 246, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=1);
}
html.no-touch .coop-hfc .KBK-010-A-klappliste .panel-heading a:hover,
html.no-touch .coop-hfc .KBK-010-A-klappliste .panel-heading a:focus {
  color: #fff;
}
.coop-hfc .KBK-010-A-klappliste .panel {
  border-radius: 10px;
}
.coop-hfc .KBK-010-A-klappliste .panel-heading {
  background-color: transparent;
}
.coop-hfc .KBK-010-A-klappliste .panel-heading h3 {
  background-color: #771e77;
  border-radius: 10px 10px 0 0;
  min-height: 52px;
}
.coop-hfc .KBK-010-A-klappliste .panel-heading .fadeout {
  background: linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@hfc-brand-primary', endColorstr='@hfc-brand-primary', GradientType=1);
}
.coop-hfc .KBK-010-A-klappliste .panel-heading .collapsed .fadeout {
  background: linear-gradient(to left, #ebebeb 10%, rgba(246, 246, 246, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=1);
}
.coop-hfc .KBK-010-A-klappliste .panel-heading .panel-title {
  background-color: #771e77;
  border-radius: 10px 10px 0 0;
}
.coop-hfc .KBK-010-A-klappliste .panel-heading .panel-title.collapsed {
  background-color: #ebebeb;
  border-radius: 10px;
  transition: color 200ms ease-in-out;
}
.coop-hfc .KBK-010-A-klappliste .panel-heading .panel-title.collapsed h3 {
  background-color: #ebebeb;
  border-radius: 10px;
}
.coop-hfc .KBK-010-A-klappliste .panel-heading .panel-title.collapsed .icon-arrow-normal-down {
  background-color: #cdcdcd;
  border-radius: 0 10px 10px 0;
}
.coop-hfc .KBK-010-A-klappliste .panel-title .icon-arrow-normal-up {
  background-color: #995699;
  border-radius: 0 10px 0 0;
}
.coop-hfc .KBK-011-tabelle ul li:before {
  background-color: #771e77;
  border-radius: 10px;
}
.coop-hfc .KBK-011-tabelle thead th {
  border-bottom: 6px solid #fff;
  background-color: #995699;
  color: #fff;
}
.coop-hfc .KBK-011-tabelle tbody a.inline-link {
  color: #771e77;
}
.coop-hfc .KBK-011-tabelle tbody a.inline-link:hover {
  color: #5d0050;
}
.KBK-014-link a {
  color: #771e77;
}
.KBK-014-link a:focus,
.KBK-014-link a:active {
  color: #4e144e;
  background-color: rgba(51, 51, 51, 0.2);
}
html.no-touch .KBK-014-link a:hover,
html.no-touch .KBK-014-link-app a:hover,
html.no-touch .COOP-016-teaser-text-flyout:hover .KBK-014-link-app span {
  color: #4e144e;
  background-color: rgba(165, 165, 165, 0.2);
}
.KBK-014-link-app[class*="icon-"]:before {
  color: #bebebe;
}
.KBK-014-link-app.text-brand-primary-light[class*="icon-"]:before {
  color: #ffa940;
}
.KBK-014-link-app.icon-location.active:before {
  color: #ffa940;
}
.KBK-014-link-app a {
  color: #771e77;
}
.KBK-014-link-app a:focus,
.KBK-014-link-app a:active {
  color: #4e144e;
  background-color: rgba(165, 165, 165, 0.2);
}
.nomargin .KBK-014-link {
  margin-bottom: 0;
}
.coop-hfc .KBK-014-link a {
  color: #771e77;
  border-bottom: 2px solid rgba(119, 30, 119, 0.2);
}
.coop-hfc .KBK-014-link a:focus,
.coop-hfc .KBK-014-link a:active {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
.coop-hfc .KBK-014-link-teaser {
  color: #771e77;
}
.coop-hfc .KBK-014-link-app[class*="icon-"]:before {
  color: #771e77;
}
.coop-hfc .KBK-014-link-app.text-brand-primary-light[class*="icon-"]:before {
  color: #771e77;
}
.coop-hfc .KBK-014-link-app.icon-location.active:before {
  color: #771e77;
}
.coop-hfc .KBK-014-link-app a {
  color: #771e77;
}
.coop-hfc .KBK-014-link-app a:focus,
.coop-hfc .KBK-014-link-app a:active {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
html.no-touch .coop-hfc .KBK-014-link a:hover,
html.no-touch .coop-hfc .KBK-014-link-app a:hover,
html.no-touch .coop-hfc .KBK-014-link-teaser:hover,
html.no-touch .coop-hfc .COOP-016-teaser-text-flyout:hover .KBK-014-link-app span {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
.coop-hfc .KBK-016-bildergalerie .headline-wrapper {
  margin-top: 22px;
  margin-bottom: 0;
}
.coop-hfc .KBK-016-bildergalerie .headline-wrapper .slider-headline {
  background-color: transparent;
}
.coop-hfc .KBK-016-bildergalerie .bx-pager {
  background-color: transparent;
}
.coop-hfc .KBK-016-bildergalerie .bxfullsize img {
  border-radius: 10px;
}
.coop-hfc .KBK-016-bildergalerie .bxfullsize .bx-controls-direction .disabled .arrow-container {
  background-color: transparent !important;
}
.coop-hfc .KBK-016-bildergalerie .bxfullsize .bx-prev .arrow-container {
  border-radius: 10px 0 0 10px !important;
}
.coop-hfc .KBK-016-bildergalerie .bxfullsize .bx-next .arrow-container {
  border-radius: 0 10px 10px 0 !important;
}
.coop-hfc .KBK-016-bildergalerie .bxthumbslider .bx-wrapper .thumbnails li:hover a,
.coop-hfc .KBK-016-bildergalerie .bxthumbslider .bx-wrapper .thumbnails li.active a {
  border-color: #771e77;
}
.coop-hfc .KBK-016-bildergalerie .bxthumbslider .bx-wrapper .thumbnails li a {
  border-radius: 10px;
}
.coop-hfc .KBK-016-bildergalerie .bxthumbslider .bx-wrapper .thumbnails li a img {
  border-radius: 9px;
}
.KBK-018-schmuck-text-element span.quote:before {
  color: #771e77;
}
.KBK-018-schmuck-text-element ul li:before {
  background-color: #771e77;
  border-radius: 10px;
}
.coop-hfc .KBK-020-laufband .headline-wrapper {
  margin-bottom: -70px;
}
.coop-hfc .KBK-020-laufband .headline-wrapper .slider-headline {
  background-color: transparent;
}
.coop-hfc .KBK-020-laufband .headline-wrapper + .slider-container {
  padding-top: 40px;
}
.coop-hfc .KBK-023-slider .headline-wrapper {
  margin-top: 22px;
  margin-bottom: 0;
}
.coop-hfc .KBK-023-slider .headline-wrapper .slider-headline {
  background-color: transparent;
}
.coop-hfc .KBK-023-slider .slider-container {
  background-color: transparent;
}
.coop-hfc .KBK-023-slider .slider-container .img-container {
  background: transparent;
}
.coop-hfc .KBK-023-slider .txt-container {
  /*background: @gray-light-2;*/
  background: rgba(0, 0, 0, 0.04);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.coop-hfc .KBK-023-slider .bx-wrapper .bx-viewport {
  padding-top: 4px !important;
  padding-bottom: 4px;
}
.coop-hfc .KBK-023-slider .bx-wrapper img {
  border-radius: 10px;
}
.coop-hfc .KBK-023-slider .bx-wrapper .bxslider .hfcPapercutout {
  display: block;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg-F6F6F6.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow-morblur.svg");
  padding: 40px 20px 30px;
}
.coop-hfc .KBK-023-slider .bx-wrapper .bx-controls-direction .arrow-container {
  top: 50% !important;
  transform: translateY(-50%);
  padding-top: 24px;
}
.coop-hfc .KBK-023-slider .img-descr {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  letter-spacing: -0.05rem;
  color: #009fe3;
  font-weight: 500;
}
.coop-hfc .KBK-023-slider h3 {
  font-size: 1.8rem;
}
.coop-hfc .KBK-023-slider.no-slide .img-container > div {
  padding: 0;
}
.coop-hfc .KBK-023-slider.no-slide .img-container > div li {
  margin-bottom: 20px;
  position: static;
  opacity: 1;
}
.coop-hfc .KBK-023-slider.no-slide .bx-viewport {
  padding-top: 4px;
  padding-bottom: 4px;
}
.coop-hfc .KBK-023-slider.no-slide img {
  border-radius: 10px;
}
.coop-hfc .KBK-023-slider.no-slide .bxslider > li {
  display: block;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg-F6F6F6.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow-morblur.svg");
  padding: 40px 20px 30px;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button .megabutton:hover {
  background-color: #5d0050;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button .megabutton:hover .fadeout-bg {
  background-color: #5d0050;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button .megabutton:hover .fadeout {
  background: linear-gradient(to left, #5d0050 10%, rgba(93, 0, 80, 0) 100%);
}
.coop-hfc .KBK-024-call-to-action-button a:active .megabutton {
  background-color: #5d0050;
}
.coop-hfc .KBK-024-call-to-action-button a:active .megabutton .fadeout-bg {
  background-color: #5d0050;
}
.coop-hfc .KBK-024-call-to-action-button a:active .megabutton .fadeout {
  background: linear-gradient(to left, #5d0050 10%, rgba(93, 0, 80, 0) 100%);
}
.coop-hfc .KBK-024-call-to-action-button .button-wrapper:after {
  background-color: transparent;
}
.coop-hfc .KBK-024-call-to-action-button .megabutton {
  background-color: #771e77;
  text-shadow: 0 2px 0 #5d0050;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #5d0050;
}
.coop-hfc .KBK-024-call-to-action-button .fadeout-bg {
  background-color: #771e77;
}
.coop-hfc .KBK-024-call-to-action-button .fadeout-bg .fadeout {
  background: linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%);
}
.coop-hfc .KBK-024-call-to-action-button .button-square {
  background-color: #995699;
  border-radius: 0 10px 10px 0;
}
.coop-hfc .KBK-024-call-to-action-button .icon-arrow-normal {
  text-shadow: 0 2px 0 #5d0050;
}
.coop-hfc.isIE .KBK-024-call-to-action-button .megabutton {
  padding-bottom: 14px;
}
.coop-hfc .KBK-024-call-to-action-button-small {
  transition: none;
  margin-bottom: 26px;
}
.coop-hfc .KBK-024-call-to-action-button-small .cta-small {
  background-color: #771e77;
  height: 44px;
  border-radius: 10px;
  padding-right: 0;
}
.coop-hfc .KBK-024-call-to-action-button-small .cta-small .txt {
  text-align: center;
  width: 100%;
  padding: 9px 25px 0 25px;
}
.coop-hfc .KBK-024-call-to-action-button-small .cta-small .fadeout {
  background: linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#771e77', endColorstr='#771e77', GradientType=1);
  width: 20px;
  right: 0;
  border-radius: 10px;
}
.coop-hfc .KBK-024-call-to-action-button-small .cta-small .link-arrow {
  display: none;
}
.coop-hfc .KBK-024-call-to-action-button-small:active {
  transform: none;
  transition: none;
}
.coop-hfc .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small {
  background-color: #a5a5a5;
  height: 44px;
}
.coop-hfc .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small .txt {
  padding: 9px 15px 0 15px;
}
.coop-hfc .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small .link-arrow {
  padding: 12px 0 0 17px;
  height: 44px;
  width: 44px;
  background-color: #bebebe;
}
.coop-hfc .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small .fadeout {
  height: 44px;
  right: 44px;
  background: linear-gradient(to left, #a5a5a5 10%, rgba(165, 165, 165, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5a5a5', endColorstr='#a5a5a5', GradientType=1);
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small .cta-small,
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small .fadeout {
  transition: background 200ms ease-in-out;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small:hover .cta-small {
  background-color: #5d0050;
  transition: background-color 200ms ease-in-out;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small:hover .fadeout {
  background: linear-gradient(to left, #5d0050 10%, rgba(93, 0, 80, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d0050', endColorstr='#5d0050', GradientType=1);
  transition: background 200ms ease-in-out;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small:hover.cta-small-secondary .cta-small {
  background-color: #777;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small:hover.cta-small-secondary .cta-small .link-arrow {
  background-color: #a5a5a5;
}
html.no-touch .coop-hfc .KBK-024-call-to-action-button-small:hover.cta-small-secondary .cta-small .fadeout {
  background: linear-gradient(to left, #777 10%, rgba(119, 119, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#777', GradientType=1);
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .wrapper:hover .cta,
.coop-hfc .KBK-032-A-teaser-bild-text-flyout:hover .cta {
  background-color: #aa95aa !important;
  transition: 200ms ease-in-out;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .wrapper:hover .link-arrow,
.coop-hfc .KBK-032-A-teaser-bild-text-flyout:hover .link-arrow {
  background-color: #aa95aa !important;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta {
  background-color: #771e77;
  border-radius: 10px;
  transition: 200ms ease-in-out;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta:hover,
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta:active,
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta:focus {
  background-color: #aa95aa !important;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta:hover .link-arrow,
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta:active .link-arrow,
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta:focus .link-arrow {
  background-color: #aa95aa !important;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta .link-arrow {
  display: none;
  border-radius: 0 5px 5px 0;
  background-color: #bcaabc;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .teaser-img {
  border-radius: 10px;
}
.coop-hfc .KBK-032-A-teaser-bild-text-flyout .txt-container {
  color: #777;
}
.KBK-034-A-navigation-in-page .inpagenav-wrapper {
  border-radius: 10px;
}
.KBK-034-A-navigation-in-page .inpagenav-headline {
  border-radius: 10px 10px 0 0;
  background: rgba(0, 0, 0, 0.08);
}
.KBK-034-A-navigation-in-page .inpagenav-headline h3 {
  color: #009fe3;
}
.KBK-034-A-navigation-in-page .inpagenav-link {
  border-radius: 0 0 10px 10px;
  background: rgba(0, 0, 0, 0.04);
}
.KBK-034-A-navigation-in-page .inpagenav-link a:hover {
  color: #5d0050;
}
.KBK-034-A-navigation-in-page .inpagenav-link li.icon-arrow-normal:before {
  color: #771e77;
}
.KBK-034-A-navigation-in-page .inpagenav-link li.inpage-active a {
  color: #771e77;
}
html.no-touch .KBK-034-A-navigation-in-page .inpagenav-link a:hover {
  color: #5d0050;
}
.coop-hfc .KBK-038-teaser-rezept .wrapper {
  border-radius: 10px;
  background-color: transparent;
}
.coop-hfc .KBK-038-teaser-rezept img {
  border-radius: 10px 10px 0 0;
}
.coop-hfc .KBK-038-teaser-rezept .h2 {
  color: #333;
  font-family: CoopRegular, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
}
.coop-hfc .KBK-038-teaser-rezept .category-box {
  border-radius: 10px 0 10px 0;
}
.coop-hfc .KBK-038-teaser-rezept .cta {
  background: transparent;
  border-radius: 0;
}
.coop-hfc .KBK-038-teaser-rezept .link-arrow {
  border-radius: 10px 0 10px 0;
  background: #995699;
}
.coop-hfc .KBK-038-teaser-rezept .txt-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.coop-hfc .KBK-038-teaser-rezept .txt-container .recipe-type.type-default {
  color: #995699;
}
.coop-hfc .KBK-038-teaser-rezept .txt-container .time:before,
.coop-hfc .KBK-038-teaser-rezept .txt-container .energy:before {
  /*color: @hfc-brand-primary;*/
  margin-right: 6px;
}
html.no-touch .coop-hfc .KBK-038-teaser-rezept .wrapper:hover .cta,
html.no-touch .coop-hfc .KBK-038-teaser-rezept .wrapper:hover .link-arrow {
  border-radius: 10px 0 10px 0;
  color: #fff;
  background-color: #771e77;
}
.coop-hfc .KBK-039-laufband-rezepte .slider-container {
  border-radius: 0 !important;
}
.coop-hfc .KBK-039-laufband-rezepte .KBK-038-teaser-rezept .h2 {
  max-height: 100px;
}
.coop-hfc .KBK-039-laufband-rezepte .KBK-038-teaser-rezept .wrapper {
  background-color: transparent;
}
.coop-hfc .KBK-039-laufband-rezepte .KBK-038-teaser-rezept picture img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.coop-hfc .KBK-040-E-produktkachel.produkt .vertical {
  padding-top: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 120%;
  /*
        @media (min-width:0px) and (max-width:320px) {
          padding-bottom: 70.5%;
        }

        @media (min-width:321px) and (max-width:480px) {
          padding-bottom: 80%;
        }
        */
  background-color: #fff;
  overflow: hidden;
}
.coop-hfc .KBK-044-A-slider-digitale-bons .slider-headline,
.coop-hfc .KBK-044-B-slider-digitale-bons .slider-headline,
.coop-hfc .KBK-062-A-slider-praemien .slider-headline,
.coop-hfc .KBK-062-B-slider-praemien .slider-headline {
  border-radius: 0 0 10px 10px;
}
.coop-hfc .KBK-044-A-slider-digitale-bons .coupon,
.coop-hfc .KBK-044-B-slider-digitale-bons .coupon,
.coop-hfc .KBK-062-A-slider-praemien .coupon,
.coop-hfc .KBK-062-B-slider-praemien .coupon {
  border-radius: 10px;
}
.coop-hfc .KBK-044-A-slider-digitale-bons .bx-viewport,
.coop-hfc .KBK-044-B-slider-digitale-bons .bx-viewport,
.coop-hfc .KBK-062-A-slider-praemien .bx-viewport,
.coop-hfc .KBK-062-B-slider-praemien .bx-viewport {
  padding-bottom: 46px;
}
.coop-hfc .KBK-044-A-slider-digitale-bons .KBK-014-link,
.coop-hfc .KBK-044-B-slider-digitale-bons .KBK-014-link,
.coop-hfc .KBK-062-A-slider-praemien .KBK-014-link,
.coop-hfc .KBK-062-B-slider-praemien .KBK-014-link {
  padding-bottom: 20px;
  margin-bottom: 26px;
}
.coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel,
.coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel,
.coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel,
.coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel {
  /*border-radius: @hfc-border-radius-base;*/
}
.coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel.produkt .vertical,
.coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel.produkt .vertical,
.coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel.produkt .vertical,
.coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel.produkt .vertical {
  /*border-radius: @hfc-border-radius-base;*/
}
.coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel.produkt .content {
  border-radius: 10px;
}
.coop-hfc .KBK-SEC-021 .teaser,
.coop-hfc .KBK-SEC-021 .hfc-teaser {
  border-radius: 10px;
}
.coop-hfc .KBK-044-B-slider-digitale-bons .slider-container {
  background-color: transparent;
}
html .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel,
html .coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel,
html .coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel,
html .coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel {
  border: 0;
  background: transparent;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
  padding: 16px;
}
html .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel.produkt .content,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel.produkt .content,
html .coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel.produkt .content,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel.produkt .content,
html .coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel.produkt .content,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel.produkt .content,
html .coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel.produkt .content,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel.produkt .content {
  color: #771e77;
}
html .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel:hover,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel:hover,
html .coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel:hover,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .KBK-040-C-produktkachel:hover,
html .coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel:hover,
html.no-touch .coop-hfc .KBK-062-A-slider-praemien .KBK-040-D-produktkachel:hover,
html .coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel:hover,
html.no-touch .coop-hfc .KBK-062-B-slider-praemien .KBK-040-D-produktkachel:hover {
  background: transparent;
  border: 0;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
  padding: 16px;
}
html .coop-hfc .KBK-044-A-slider-digitale-bons .bx-controls-direction a:hover .arrow-container,
html .coop-hfc .KBK-044-B-slider-digitale-bons .bx-controls-direction a:hover .arrow-container,
html .coop-hfc .KBK-062-A-slider-praemien .bx-controls-direction a:hover .arrow-container,
html .coop-hfc .KBK-062-B-slider-praemien .bx-controls-direction a:hover .arrow-container {
  background-color: transparent;
  color: #771e77;
}
html .coop-hfc .KBK-044-A-slider-digitale-bons .bx-controls-direction a .arrow-container,
html .coop-hfc .KBK-044-B-slider-digitale-bons .bx-controls-direction a .arrow-container,
html .coop-hfc .KBK-062-A-slider-praemien .bx-controls-direction a .arrow-container,
html .coop-hfc .KBK-062-B-slider-praemien .bx-controls-direction a .arrow-container {
  background-color: transparent;
  color: #995699;
  transition: 200ms ease-in-out;
}
.coop-hfc .modal-content {
  border-radius: 10px;
}
.coop-hfc .modal-header .close {
  border-radius: 0 10px 0 10px;
}
.coop-hfc #modal-textImage .modal-dialog {
  width: 500px;
  margin: 180px auto 0;
}
html.no-touch .coop-hfc .KBK-046-klappliste-faq .panel-heading:hover .icon-plus {
  color: #5d0050 !important;
}
.coop-hfc .KBK-046-klappliste-faq .panel-heading h3 {
  color: #333;
}
.coop-hfc .KBK-046-klappliste-faq .panel-heading h3 span {
  border-bottom: 2px solid transparent;
}
.coop-hfc .KBK-046-klappliste-faq .panel-title.collapsed h3 {
  color: rgba(51, 51, 51, 0.6);
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
.coop-hfc .KBK-046-klappliste-faq .panel-title.collapsed h3 span {
  border-color: rgba(51, 51, 51, 0.2);
}
.coop-hfc .KBK-046-klappliste-faq .panel-title .icon-plus {
  color: #771e77;
}
.coop-hfc .KBK-046-klappliste-faq .panel-title .icon-minus {
  color: rgba(51, 51, 51, 0.4);
}
.coop-hfc .KBK-047-buehne {
  overflow: hidden;
}
.coop-hfc .KBK-047-buehne .wrapper {
  position: relative;
}
.coop-hfc .KBK-047-buehne .cta-wrapper {
  transition: none;
}
.coop-hfc .KBK-047-buehne .cta-wrapper .cta {
  background-color: #771e77;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.2);
  height: 44px;
  border-radius: 10px;
  padding-right: 0;
}
.coop-hfc .KBK-047-buehne .cta-wrapper .cta .txt {
  width: 100%;
  text-align: center;
  padding: 9px 25px 0 25px;
}
.coop-hfc .KBK-047-buehne .cta-wrapper .cta .fadeout {
  background: linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#771e77', endColorstr='', GradientType=1);
  width: 20px;
  right: 0;
  border-radius: 10px;
}
.coop-hfc .KBK-047-buehne .cta-wrapper .cta .link-arrow {
  display: none;
}
.coop-hfc .KBK-047-buehne .bx-controls-direction {
  cursor: pointer;
}
.coop-hfc .KBK-047-buehne .bx-controls-direction a.disabled:hover .arrow-container {
  color: #ebebeb;
}
.coop-hfc .KBK-047-buehne .bx-controls-direction a:hover .arrow-container {
  color: #fff;
  transition: color 200ms ease-in-out;
}
.coop-hfc .KBK-047-buehne .bx-wrapper .bx-pager.bx-default-pager a {
  background: #dbdbdb;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.2);
}
.coop-hfc .KBK-047-buehne .bx-wrapper .bx-pager {
  position: absolute;
  font-size: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction .arrow-container {
  font-size: 3.125rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.coop-hfc .KBK-047-buehne .bx-wrapper .bx-viewport {
  border-radius: 0;
}
.coop-hfc .KBK-047-buehne.no-slide img {
  width: 100%;
}
html.no-touch .coop-hfc .KBK-047-buehne .wrapper .cta,
html.no-touch .coop-hfc .KBK-047-buehne .wrapper .fadeout {
  transition: background 200ms ease-in-out;
}
html.no-touch .coop-hfc .KBK-047-buehne .wrapper .cta:hover {
  background-color: #5d0050;
  transition: background-color 200ms ease-in-out;
}
html.no-touch .coop-hfc .KBK-047-buehne .wrapper .cta:hover .fadeout {
  background: linear-gradient(to left, #5d0050 10%, rgba(119, 30, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#771e77', endColorstr='#771e77', GradientType=1);
  transition: background 200ms ease-in-out;
}
/**
 * @name map-swiss
 * @description
 * @author
 * @see {@link http://github.com/documentation|Specification}
 */
.KBK-051-karte {
  margin-bottom: 0;
}
.KBK-051-karte .karten_box .tb_karten_box .activebtn,
.KBK-051-karte .karten_box .tb_karten_box .hoverbtn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  background-color: #bcaabc;
  box-shadow: 0px 8px 10px 3px rgba(0, 0, 0, 0.25);
  padding: 8px 16px;
}
.KBK-051-karte .karten_box .tb_karten_box .activebtn {
  background-color: #009fe3;
}
.KBK-051-karte .karten_box .tb_karten_box #svgObject {
  width: 100%;
}
.KBK-051-karte .karten_box .tb_button_box {
  padding-top: 5px;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container {
  height: 60px;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #771e77;
  padding: 8px 14px 10px;
  background-color: #dbdbdb;
}
.KBK-051-B.KBK-051-karte .karten_box .tb_button_box .map-btn-container a {
  padding-left: 30px;
  padding-right: 30px;
}
.KBK-051-B.KBK-051-karte .karten_box .tb_button_box .map-btn-container a:before {
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.14);
}
.KBK-051-B.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active:after {
  background-color: #333;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.hover,
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a:hover,
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a:focus {
  color: #5d0050;
  background-color: #bcaabc;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a:active,
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a:visited:active {
  background-color: #009fe3;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active {
  background-color: #009fe3;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active.hover,
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active.focus,
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active:hover {
  color: #fff;
  background-color: #009fe3;
}
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active:active,
.KBK-051-karte .karten_box .tb_button_box .map-btn-container a.active:visited:active {
  background-color: #009fe3;
}
.KBK-051-karte .karten_box .tb_accordion_box table td:last-child span[class^=icon-]:before {
  color: #771e77;
}
.KBK-051-karte .karten_box .tb_accordion_box table td:last-child a:hover span[class^=icon-] > span {
  color: #333;
  background-color: rgba(165, 165, 165, 0.2);
}
.KBK-051-karte .karten_box .tb_accordion_box .HFC-SEC-013 {
  margin-bottom: 26px;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus {
  background-color: #771e77;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .KBK-024-call-to-action-button-small .cta-small,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .KBK-024-call-to-action-button-small .cta-small {
  color: #771e77;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .KBK-024-call-to-action-button-small .cta-small:hover,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .KBK-024-call-to-action-button-small .cta-small:hover {
  color: #5d0050;
  background-color: #ddd4dd;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .KBK-024-call-to-action-button-small .cta-small:hover .fadeout,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .KBK-024-call-to-action-button-small .cta-small:hover .fadeout {
  background: linear-gradient(to left, #ddd4dd 10%, rgba(221, 212, 221, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd4dd', endColorstr='#ddd4dd', GradientType=1);
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus ol.generic li,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus ol.generic li,
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus ul.generic li,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus ul.generic li {
  color: #fff;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus ol.generic li:before,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus ol.generic li:before,
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus ul.generic li:before,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus ul.generic li:before {
  color: #fff;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus a.inline-link,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus a.inline-link,
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .KBK-014-link a,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .KBK-014-link a,
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .additionalText .small-text.inline-link,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .additionalText .small-text.inline-link {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus a.inline-link:hover,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus a.inline-link:hover,
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .KBK-014-link a:hover,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .KBK-014-link a:hover,
.coop-hfc .KBK-055-A-bildtext-cta-rechts.cms-container.hasbg.focus .additionalText .small-text.inline-link:hover,
.coop-hfc .KBK-055-B-bildtext-cta-links.cms-container.hasbg.focus .additionalText .small-text.inline-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts .appLinkContainer,
.coop-hfc .KBK-055-B-bildtext-cta-links .appLinkContainer {
  margin-top: 8px;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts ul,
.coop-hfc .KBK-055-B-bildtext-cta-links ul,
.coop-hfc .KBK-055-A-bildtext-cta-rechts ol,
.coop-hfc .KBK-055-B-bildtext-cta-links ol {
  overflow: hidden;
}
.coop-hfc .KBK-055-A-bildtext-cta-rechts ul li:before,
.coop-hfc .KBK-055-B-bildtext-cta-links ul li:before,
.coop-hfc .KBK-055-A-bildtext-cta-rechts ol li:before,
.coop-hfc .KBK-055-B-bildtext-cta-links ol li:before {
  top: 0;
  background-color: #5d0050;
  color: #fff;
  border-radius: 50% !important;
}
html.no-touch .coop-hfc figure:hover .icon-zoom-in {
  background-color: #771e77;
}
.coop-hfc .KBK-056-schritt-fuer-schritt-anleitung h2 {
  line-height: 3rem;
}
.coop-hfc .KBK-056-schritt-fuer-schritt-anleitung h3 {
  font-size: 1.8rem;
  line-height: 2.3rem;
}
.coop-hfc .KBK-056-schritt-fuer-schritt-anleitung .numbered-item {
  margin-bottom: 34px;
}
.coop-hfc .KBK-056-schritt-fuer-schritt-anleitung .numbered-item:before {
  background-color: rgba(0, 0, 0, 0.04);
  margin: 0 10px 0 0;
}
.KBK-059-teaser-bild-text .KBK-024-call-to-action-button-small {
  box-shadow: none;
}
.KBK-059-teaser-bild-text.KBK-059-B .calloutTextWrapper {
  background-color: #bed000;
  border: 0;
}
.KBK-059-teaser-bild-text.KBK-059-B .calloutTextWrapper .calloutText {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
}
.KBK-061 .e-bon-description {
  letter-spacing: inherit;
}
html.no-touch .coop-hfc .KBK-062-kachel-slider .bx-controls-direction a:hover .arrow-container {
  background-color: #771e77;
  color: #fff !important;
}
.coop-hfc .KBK-062-kachel-slider .bx-controls-direction a .arrow-container {
  color: #771e77 !important;
  border-radius: 10px;
}
.coop-hfc .HFC-SEC-015.SEC-EVEN .slider-container {
  background-color: transparent;
}
.coop-hfc .KBK-066-A-kachel-generisch {
  border: 0;
}
.KBK-062-kachel-slider .KBK-066-A-kachel-generisch:hover {
  background-color: transparent !important;
}
.coop-hfc .KBK-071-A-produkt-kachel .content-wrapper {
  border: 0;
}
.coop-hfc .KBK-071-produkt-kachel .wrapper {
  background-color: #fff;
  border: 0;
}
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .wrapper {
  background-color: #fff;
  border-color: #fff;
}
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .wrapper .superpunkte {
  color: #333 !important;
}
.KBK-073-bild-text-prominent-slider.cms-container.SEC-ODD {
  background-color: transparent;
}
.KBK-075-slider .bx-wrapper .bx-controls-direction a.bx-prev span {
  margin-left: -7px;
}
.KBK-075-slider .bx-wrapper .bx-controls-direction a.bx-next span {
  margin-left: 0;
}
.KBK-075-slider .bx-wrapper .bx-controls-direction a:active .arrow-container {
  background-color: rgba(51, 51, 51, 0.3);
}
.coop-hfc .klapp-details {
  border-radius: 10px;
  margin-bottom: 10px;
}
.coop-hfc .klapp-details .close-button {
  border-radius: 0 10px 0 0;
  background: #f6f6f6;
  color: #777;
}
.active.coop-hfc .klapp-details .close-button,
.no-touch .coop-hfc .klapp-details .close-button:hover {
  background: #771e77;
  color: #fff;
}
.KBK-066-A-kachel-generisch.has-klapp-details,
.KBK-069-neuheiten-kachel.has-klapp-details,
.KBK-070-superpunkte-kachel.has-klapp-details,
.KBK-071-produkt-kachel.has-klapp-details,
.KBK-071-A-produkt-kachel.has-klapp-details {
  border: 0;
}
.KBK-066-A-kachel-generisch.has-klapp-details.active .arrow-container .arrow-upper,
.KBK-069-neuheiten-kachel.has-klapp-details.active .arrow-container .arrow-upper,
.KBK-070-superpunkte-kachel.has-klapp-details.active .arrow-container .arrow-upper,
.KBK-071-produkt-kachel.has-klapp-details.active .arrow-container .arrow-upper,
.KBK-071-A-produkt-kachel.has-klapp-details.active .arrow-container .arrow-upper {
  border: 0;
  background-color: #fff;
  width: 37px;
  height: 43px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  bottom: -4px;
  left: calc(50% - 17px);
}
.KBK-066-A-kachel-generisch.has-klapp-details.active .arrow-container .arrow-upper:before,
.KBK-069-neuheiten-kachel.has-klapp-details.active .arrow-container .arrow-upper:before,
.KBK-070-superpunkte-kachel.has-klapp-details.active .arrow-container .arrow-upper:before,
.KBK-071-produkt-kachel.has-klapp-details.active .arrow-container .arrow-upper:before,
.KBK-071-A-produkt-kachel.has-klapp-details.active .arrow-container .arrow-upper:before {
  display: none;
}
.KBK-066-A-kachel-generisch.has-klapp-details.active .arrow-container .arrow-lower,
.KBK-069-neuheiten-kachel.has-klapp-details.active .arrow-container .arrow-lower,
.KBK-070-superpunkte-kachel.has-klapp-details.active .arrow-container .arrow-lower,
.KBK-071-produkt-kachel.has-klapp-details.active .arrow-container .arrow-lower,
.KBK-071-A-produkt-kachel.has-klapp-details.active .arrow-container .arrow-lower {
  bottom: -38px;
}
.coop-hfc .KBK-066-A-kachel-generisch:after,
.coop-hfc .KBK-069-neuheiten-kachel:after,
.coop-hfc .KBK-070-superpunkte-kachel:after,
.coop-hfc .KBK-071-produkt-kachel:after,
.coop-hfc .KBK-071-A-produkt-kachel:after {
  border-radius: 10px;
}
.KBK-066-A-kachel-generisch h2,
.KBK-069-neuheiten-kachel h2,
.KBK-070-superpunkte-kachel h2,
.KBK-071-produkt-kachel h2,
.KBK-071-A-produkt-kachel h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.no-touch .KBK-066-A-kachel-generisch .coopProductDescr__title,
.no-touch .KBK-069-neuheiten-kachel .coopProductDescr__title,
.no-touch .KBK-070-superpunkte-kachel .coopProductDescr__title,
.no-touch .KBK-071-produkt-kachel .coopProductDescr__title,
.no-touch .KBK-071-A-produkt-kachel .coopProductDescr__title,
.no-touch .KBK-066-A-kachel-generisch .text,
.no-touch .KBK-069-neuheiten-kachel .text,
.no-touch .KBK-070-superpunkte-kachel .text,
.no-touch .KBK-071-produkt-kachel .text,
.no-touch .KBK-071-A-produkt-kachel .text,
.no-touch .KBK-066-A-kachel-generisch .price,
.no-touch .KBK-069-neuheiten-kachel .price,
.no-touch .KBK-070-superpunkte-kachel .price,
.no-touch .KBK-071-produkt-kachel .price,
.no-touch .KBK-071-A-produkt-kachel .price,
.no-touch .KBK-066-A-kachel-generisch .price .prefix,
.no-touch .KBK-069-neuheiten-kachel .price .prefix,
.no-touch .KBK-070-superpunkte-kachel .price .prefix,
.no-touch .KBK-071-produkt-kachel .price .prefix,
.no-touch .KBK-071-A-produkt-kachel .price .prefix {
  transition: 200ms ease-in-out;
}
.coop-hfc .KBK-066-A-kachel-generisch .coopProductDescr__title,
.coop-hfc .KBK-069-neuheiten-kachel .coopProductDescr__title,
.coop-hfc .KBK-070-superpunkte-kachel .coopProductDescr__title,
.coop-hfc .KBK-071-produkt-kachel .coopProductDescr__title,
.coop-hfc .KBK-071-A-produkt-kachel .coopProductDescr__title,
.coop-hfc .KBK-066-A-kachel-generisch .text,
.coop-hfc .KBK-069-neuheiten-kachel .text,
.coop-hfc .KBK-070-superpunkte-kachel .text,
.coop-hfc .KBK-071-produkt-kachel .text,
.coop-hfc .KBK-071-A-produkt-kachel .text,
.coop-hfc .KBK-066-A-kachel-generisch .price,
.coop-hfc .KBK-069-neuheiten-kachel .price,
.coop-hfc .KBK-070-superpunkte-kachel .price,
.coop-hfc .KBK-071-produkt-kachel .price,
.coop-hfc .KBK-071-A-produkt-kachel .price,
.coop-hfc .KBK-066-A-kachel-generisch .price .prefix,
.coop-hfc .KBK-069-neuheiten-kachel .price .prefix,
.coop-hfc .KBK-070-superpunkte-kachel .price .prefix,
.coop-hfc .KBK-071-produkt-kachel .price .prefix,
.coop-hfc .KBK-071-A-produkt-kachel .price .prefix {
  color: #777;
}
.no-touch .KBK-066-A-kachel-generisch .hl,
.no-touch .KBK-069-neuheiten-kachel .hl,
.no-touch .KBK-070-superpunkte-kachel .hl,
.no-touch .KBK-071-produkt-kachel .hl,
.no-touch .KBK-071-A-produkt-kachel .hl {
  transition: 200ms ease-in-out;
}
.coop-hfc .KBK-066-A-kachel-generisch .hl,
.coop-hfc .KBK-069-neuheiten-kachel .hl,
.coop-hfc .KBK-070-superpunkte-kachel .hl,
.coop-hfc .KBK-071-produkt-kachel .hl,
.coop-hfc .KBK-071-A-produkt-kachel .hl {
  color: #777 !important;
}
.no-touch .coop-hfc .KBK-066-A-kachel-generisch:hover .coopProductDescr__title,
.no-touch .coop-hfc .KBK-069-neuheiten-kachel:hover .coopProductDescr__title,
.no-touch .coop-hfc .KBK-070-superpunkte-kachel:hover .coopProductDescr__title,
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .coopProductDescr__title,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover .coopProductDescr__title,
.no-touch .coop-hfc .KBK-066-A-kachel-generisch:hover .hl,
.no-touch .coop-hfc .KBK-069-neuheiten-kachel:hover .hl,
.no-touch .coop-hfc .KBK-070-superpunkte-kachel:hover .hl,
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .hl,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover .hl,
.no-touch .coop-hfc .KBK-066-A-kachel-generisch:hover .text,
.no-touch .coop-hfc .KBK-069-neuheiten-kachel:hover .text,
.no-touch .coop-hfc .KBK-070-superpunkte-kachel:hover .text,
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .text,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover .text,
.no-touch .coop-hfc .KBK-066-A-kachel-generisch:hover .price,
.no-touch .coop-hfc .KBK-069-neuheiten-kachel:hover .price,
.no-touch .coop-hfc .KBK-070-superpunkte-kachel:hover .price,
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .price,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover .price,
.no-touch .coop-hfc .KBK-066-A-kachel-generisch:hover .price .prefix,
.no-touch .coop-hfc .KBK-069-neuheiten-kachel:hover .price .prefix,
.no-touch .coop-hfc .KBK-070-superpunkte-kachel:hover .price .prefix,
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .price .prefix,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover .price .prefix {
  color: #333 !important;
}
.coop-hfc .KBK-066-A-kachel-generisch,
.coop-hfc .KBK-069-neuheiten-kachel,
.coop-hfc .KBK-070-superpunkte-kachel {
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
}
.coop-hfc .KBK-066-A-kachel-generisch .fadeout,
.coop-hfc .KBK-069-neuheiten-kachel .fadeout,
.coop-hfc .KBK-070-superpunkte-kachel .fadeout {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.coop-hfc .KBK-066-A-kachel-generisch .coopProductOffer__pricebox .fadeout,
.coop-hfc .KBK-069-neuheiten-kachel .coopProductOffer__pricebox .fadeout,
.coop-hfc .KBK-070-superpunkte-kachel .coopProductOffer__pricebox .fadeout {
  background-image: linear-gradient(to right, rgba(255, 238, 0, 0) 0%, #fe0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffee00', endColorstr='#ffffee00', GradientType=1);
}
.coop-hfc .KBK-066-A-kachel-generisch:after,
.coop-hfc .KBK-069-neuheiten-kachel:after,
.coop-hfc .KBK-070-superpunkte-kachel:after {
  display: none !important;
}
.coop-hfc .KBK-070-superpunkte-kachel .coopProductOffer__pricebox {
  border-radius: 10px;
}
.coop-hfc .KBK-071-produkt-kachel,
.coop-hfc .KBK-071-A-produkt-kachel {
  border: 0;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
}
.coop-hfc .KBK-071-produkt-kachel a:after,
.coop-hfc .KBK-071-A-produkt-kachel a:after {
  display: none !important;
}
.coop-hfc .KBK-071-produkt-kachel .fadeout,
.coop-hfc .KBK-071-A-produkt-kachel .fadeout {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1) !important;
}
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover {
  background-color: transparent;
  border-color: transparent;
}
.no-touch .coop-hfc .KBK-071-produkt-kachel:hover .fadeout,
.no-touch .coop-hfc .KBK-071-A-produkt-kachel:hover .fadeout {
  opacity: 0;
}
.coop-hfc .KBK-071-produkt-kachel .hl,
.coop-hfc .KBK-071-A-produkt-kachel .hl {
  text-transform: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.coop-hfc .KBK-071-produkt-kachel .superpunkte,
.coop-hfc .KBK-071-A-produkt-kachel .superpunkte,
.coop-hfc .KBK-071-produkt-kachel .price,
.coop-hfc .KBK-071-A-produkt-kachel .price,
.coop-hfc .KBK-071-produkt-kachel .price .prefix,
.coop-hfc .KBK-071-A-produkt-kachel .price .prefix {
  color: #009fe3 !important;
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
}
.KBK-082-navigation-inpage .inpagenav-link {
  border-radius: 10px;
}
.KBK-082-navigation-inpage .inpagenav-link ul li.icon-arrow-normal:before {
  color: #771e77;
}
html.no-touch .KBK-082-navigation-inpage .inpagenav-link a:hover {
  color: #771e77;
}
.coop-hfc .KBK-099-fotobox-galerie .slider-headline {
  background-color: transparent;
}
.coop-hfc .KBK-099-fotobox-galerie .bx-pager {
  background-color: transparent;
}
.coop-hfc .KBK-099-fotobox-galerie .bxfullsize img {
  border-radius: 10px;
}
.coop-hfc .KBK-099-fotobox-galerie .bxfullsize .bx-controls-direction .disabled .arrow-container {
  background-color: transparent !important;
}
.coop-hfc .KBK-099-fotobox-galerie .bxfullsize .bx-prev .arrow-container {
  border-radius: 10px 0 0 10px !important;
}
.coop-hfc .KBK-099-fotobox-galerie .bxfullsize .bx-next .arrow-container {
  border-radius: 0 10px 10px 0 !important;
}
.coop-hfc .KBK-099-fotobox-galerie .photobox-thumbnail {
  border-radius: 10px;
}
.coop-hfc .KBK-099-fotobox-galerie .photobox-thumbnail img {
  border-radius: 9px;
}
.coop-hfc .KBK-099-fotobox-galerie .photobox-thumbnail:hover .icon-zoom-in,
.coop-hfc .KBK-099-fotobox-galerie .photobox-thumbnail:active .icon-zoom-in {
  background-color: #771e77;
}
.coop-hfc .KBK-104-sc-newsletter-overlay img {
  border-radius: 10px !important;
}
.coop-hfc.coop-scid .KBK-008-A-linkliste .KBK-014-link {
  padding-left: 0;
}
.coop-hfc.coop-scid {
  /**
  Placeholder for Android mobile for fix on cover keyboard
  **/
}
.coop-hfc.coop-scid .page-wrapper .scid-bg {
  background-color: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 10px;
}
.coop-hfc.coop-scid .page-wrapper .scid-agb-bg {
  background-color: #ebebeb;
  padding-top: 26px;
  padding-bottom: 26px;
}
.coop-hfc.coop-scid .fm-pin {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.coop-hfc.coop-scid .HFC-010-teaser-block {
  text-align: left;
}
.coop-hfc.coop-scid .KBK-055-A-bildtext-cta-rechts {
  margin-bottom: 0;
}
.coop-hfc.coop-scid .coop-hfc h3,
.coop-hfc.coop-scid .coop-hfc .h3 {
  line-height: 3rem;
}
.coop-hfc.coop-scid .KBK-011-tabelle thead :last-child,
.coop-hfc.coop-scid .KBK-011-tabelle thead :first-child,
.coop-hfc.coop-scid tbody tr.footer td:only-child {
  border-radius: 0 !important;
}
.coop-hfc.coop-scid .KBK-004-A-teaser-text .KBK-014-link a {
  display: inline-block;
}
.coop-hfc.coop-scid .fm-021-btn-primary {
  text-transform: none;
}
.coop-hfc.coop-scid .fm-024-btn-group {
  padding-top: 10px;
  padding-bottom: 40px;
}
.coop-hfc.coop-scid .fm-024-btn-group:before,
.coop-hfc.coop-scid .fm-024-btn-group:after {
  content: " ";
  display: table;
}
.coop-hfc.coop-scid .fm-024-btn-group:after {
  clear: both;
}
.coop-hfc.coop-scid .fm-024-btn-group-register {
  margin-left: -30px;
  margin-right: -30px;
}
.coop-hfc.coop-scid .fm-required-text {
  margin-bottom: 26px;
  margin-right: -30px;
}
.coop-hfc.coop-scid .fm-emailchange-selection {
  padding: 5px 45px 15px 15px;
  margin: -10px -15px;
}
.coop-hfc.coop-scid .hfc-fm-logo {
  margin-right: -30px;
  text-align: right;
}
.coop-hfc.coop-scid .hfc-fm-logo img {
  display: inline;
  width: 176px;
  height: auto;
}
.coop-hfc.coop-scid .hfc-add,
.coop-hfc.coop-scid .hfc-exist {
  padding-top: 26px;
}
.coop-hfc.coop-scid .SC-SEC-konto {
  margin-bottom: 0;
}
.coop-hfc.coop-scid .KBK-005-A-introtext > :last-child {
  margin-bottom: 40px;
}
.coop-hfc.coop-scid .m-placeholder-container {
  display: none;
  width: 100%;
  height: 210px;
}
.sc_addcard_scid_step_a .form-group-radiocheck .radio,
.sc_addcard_scid_step_b .form-group-radiocheck .radio,
.sc_addcard_scid_step_c .form-group-radiocheck .radio,
.sc_addcard_scid_step_d2 .form-group-radiocheck .radio,
.sc_addcard_scid_step_d4 .form-group-radiocheck .radio {
  position: relative;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover,
.sc_addcard_scid_step_b .popover.additionalcard-popover,
.sc_addcard_scid_step_c .popover.additionalcard-popover,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover {
  width: auto;
  max-width: 100%;
  background-color: #ebebeb;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0;
  font-size: 1.4rem;
  font-style: italic;
  color: transparent;
  right: auto;
  padding: 26px 60px 20px 30px;
  margin-top: 0;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover > .close-x,
.sc_addcard_scid_step_b .popover.additionalcard-popover > .close-x,
.sc_addcard_scid_step_c .popover.additionalcard-popover > .close-x,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover > .close-x,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover > .close-x {
  position: absolute;
  right: 28px;
  top: 20px;
  font-size: 1.4rem;
  cursor: pointer;
  color: #adadad;
}
.has-error .sc_addcard_scid_step_a .popover.additionalcard-popover > .close-x,
.has-error .sc_addcard_scid_step_b .popover.additionalcard-popover > .close-x,
.has-error .sc_addcard_scid_step_c .popover.additionalcard-popover > .close-x,
.has-error .sc_addcard_scid_step_d2 .popover.additionalcard-popover > .close-x,
.has-error .sc_addcard_scid_step_d4 .popover.additionalcard-popover > .close-x,
.has-success .sc_addcard_scid_step_a .popover.additionalcard-popover > .close-x,
.has-success .sc_addcard_scid_step_b .popover.additionalcard-popover > .close-x,
.has-success .sc_addcard_scid_step_c .popover.additionalcard-popover > .close-x,
.has-success .sc_addcard_scid_step_d2 .popover.additionalcard-popover > .close-x,
.has-success .sc_addcard_scid_step_d4 .popover.additionalcard-popover > .close-x {
  color: #adadad !important;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover .popover-content,
.sc_addcard_scid_step_b .popover.additionalcard-popover .popover-content,
.sc_addcard_scid_step_c .popover.additionalcard-popover .popover-content,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover .popover-content,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover .popover-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #777;
  padding: 0;
}
.has-error .sc_addcard_scid_step_a .popover.additionalcard-popover .popover-content,
.has-error .sc_addcard_scid_step_b .popover.additionalcard-popover .popover-content,
.has-error .sc_addcard_scid_step_c .popover.additionalcard-popover .popover-content,
.has-error .sc_addcard_scid_step_d2 .popover.additionalcard-popover .popover-content,
.has-error .sc_addcard_scid_step_d4 .popover.additionalcard-popover .popover-content,
.has-success .sc_addcard_scid_step_a .popover.additionalcard-popover .popover-content,
.has-success .sc_addcard_scid_step_b .popover.additionalcard-popover .popover-content,
.has-success .sc_addcard_scid_step_c .popover.additionalcard-popover .popover-content,
.has-success .sc_addcard_scid_step_d2 .popover.additionalcard-popover .popover-content,
.has-success .sc_addcard_scid_step_d4 .popover.additionalcard-popover .popover-content {
  color: #777 !important;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover .content-wrapper,
.sc_addcard_scid_step_b .popover.additionalcard-popover .content-wrapper,
.sc_addcard_scid_step_c .popover.additionalcard-popover .content-wrapper,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover .content-wrapper,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover .content-wrapper {
  width: 100%;
  max-width: 160px;
  margin-right: 30px;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover .content-wrapper:last-child,
.sc_addcard_scid_step_b .popover.additionalcard-popover .content-wrapper:last-child,
.sc_addcard_scid_step_c .popover.additionalcard-popover .content-wrapper:last-child,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover .content-wrapper:last-child,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover .content-wrapper:last-child {
  margin-right: 0;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover img,
.sc_addcard_scid_step_b .popover.additionalcard-popover img,
.sc_addcard_scid_step_c .popover.additionalcard-popover img,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover img,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover img {
  min-width: 160px;
  margin-bottom: 6px;
}
.sc_addcard_scid_step_a .popover.additionalcard-popover p,
.sc_addcard_scid_step_b .popover.additionalcard-popover p,
.sc_addcard_scid_step_c .popover.additionalcard-popover p,
.sc_addcard_scid_step_d2 .popover.additionalcard-popover p,
.sc_addcard_scid_step_d4 .popover.additionalcard-popover p {
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 0;
}
.sc_addcard_scid_step_a .btn-secondary,
.sc_addcard_scid_step_b .btn-secondary,
.sc_addcard_scid_step_c .btn-secondary,
.sc_addcard_scid_step_d2 .btn-secondary,
.sc_addcard_scid_step_d4 .btn-secondary {
  float: left;
}
.fm-msg-global {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .collapsed:hover {
  background-color: #cdcdcd;
}
html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .collapsed:hover .fadeout {
  background: linear-gradient(to left, #cdcdcd 10%, rgba(205, 205, 205, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#cdcdcd', GradientType=1);
}
html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed:hover {
  background-color: #cdcdcd;
}
html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed:hover .icon-arrow-normal-up,
html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed:hover .icon-arrow-normal-down {
  background-color: transparent !important;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 60px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .fm-030-h2 {
  color: #fff;
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
  padding: 20px 52px 18px 30px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .collapsed .fm-030-h2 {
  color: #777;
  background-color: #dbdbdb;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel {
  background-color: transparent;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading {
  background-color: #009fe3;
  height: 70px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .icon-arrow-normal-up,
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .icon-arrow-normal-down {
  background-color: #009fe3;
  padding-right: 14px;
  padding-left: 14px;
  height: 70px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .icon-arrow-normal-up {
  padding-top: 20px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .icon-arrow-normal-down {
  padding-top: 22px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .fadeout {
  background: transparent linear-gradient(to left, #009fe3 10%, rgba(0, 159, 230, 0) 100%) repeat scroll 0% 0%;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .panel-title {
  background: none;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .panel-title.collapsed {
  border-radius: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title {
  height: 70px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed {
  background-color: #dbdbdb;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed .fadeout {
  background: linear-gradient(to left, #dbdbdb 10%, rgba(219, 219, 219, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#dbdbdb', GradientType=1);
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed .icon-arrow-normal-up,
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed .icon-arrow-normal-down {
  background-color: transparent !important;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .row {
  margin-top: 0;
  margin-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .personcheckbox {
  margin-bottom: 15px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .personcheckbox .checkbox {
  margin-top: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .personcheckbox.fm-row .checkbox {
  margin-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .personcheckbox .form-group {
  padding-top: 0;
  padding-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .personcheckbox p {
  margin-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body .fm-024-btn-group {
  padding-bottom: 10px;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel:last-of-type .panel-body {
  padding-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel:last-of-type .panel-body .row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel:last-of-type .panel-body .row:last-of-type div:last-of-type {
  margin-bottom: 0;
}
.coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel:last-of-type .panel-body .row:last-of-type div:last-of-type div:last-of-type {
  margin-bottom: 0;
}
.coop-hfc.coop-scid .fm-034-textbox-global.textbox-global-relative {
  position: relative;
  border: 0;
}
.coop-hfc.coop-scid .fm-003-autocomplete .fm-003-list-wrapper ul span {
  color: #009fe3;
}
.coop-hfc.coop-scid .fm-029-progress {
  padding-bottom: 28px;
}
.coop-hfc.coop-scid .fm-029-progress .progress-title {
  background-color: #f6f6f6;
  font-size: 2rem;
  text-transform: uppercase;
}
.coop-hfc.coop-scid .fm-029-progress .progress-line {
  margin-top: -18px;
}
.coop-hfc.coop-scid .fm-correct {
  position: absolute;
  display: flex;
  align-items: center;
  height: 70px;
  top: 0;
  right: 60px;
  font-size: 1.6rem;
}
.coop-hfc.coop-scid .fm-correct .icon-checked-checkbox {
  color: #bed000;
  position: relative;
  font-size: 8px;
  line-height: 1;
  top: 1px;
}
.coop-hfc.coop-scid .fm-correct-icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coop-hfc.coop-scid .scid-konto {
  margin-bottom: 24px;
}
.coop-hfc.coop-scid .fm-009-new-password {
  margin-bottom: 10px;
}
.coop-hfc.coop-scid .pwd-icon-ok {
  font-size: 11px !important;
  top: 0 !important;
}
.coop-hfc.coop-scid ul.fm-ul {
  padding-bottom: 10px;
}
.coop-hfc.coop-scid ul.fm-ul li {
  color: #a5a5a5;
}
.coop-hfc.coop-scid ul.fm-ul-last {
  padding-bottom: 5px;
}
.coop-hfc.coop-scid ul.fm-ul li:before {
  background-color: #a5a5a5;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
}
.coop-hfc.coop-scid ul.fm-ul li:after {
  height: 5px;
}
.coop-hfc.coop-scid .nv-links-item {
  font-size: 1.6rem;
}
.coop-hfc.coop-scid .nv-mail-confirm {
  margin-left: 27.44px;
}
.coop-hfc.coop-scid .nv-teaser-p {
  display: flex;
}
.coop-hfc.coop-scid #register_nv .sc-klappliste {
  margin-bottom: 26px;
}
.coop-hfc.coop-scid #register_nv .container-btn-register {
  padding-top: 0;
}
.coop-hfc.coop-scid #register_nv .container-btn-register .fm-032-text.has-help-info {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 20px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
}
.coop-hfc.coop-scid #register_nv .container-btn-register .fm-032-text.has-help-info .fm-msg {
  margin-top: 0;
}
/* ############  kbk-skinning-files END ############################ */
/* ############  vst-skinning-files START ############################ */
.coop-hfc .vst-result-nav.nav-tabs > li > a {
  border-radius: 10px 10px 0 0;
}
.coop-hfc .vst-result-nav.nav-tabs > li > a:hover {
  color: #995699;
}
.coop-hfc .vst-result-nav.nav-tabs > li.active > a,
.coop-hfc .vst-result-nav.nav-tabs > li.active > a:hover,
.coop-hfc .vst-result-nav.nav-tabs > li.active > a:focus {
  color: #995699;
}
.coop-hfc .vst-result-list-wrapper {
  margin-bottom: 34px;
}
.coop-hfc .KBK-036-A-vst-form .vst-result-list-wrapper,
.coop-hfc .KBK-036-C-vst-form .vst-result-list-wrapper,
.coop-hfc .KBK-036-D-vst-form .vst-result-list-wrapper {
  margin-bottom: 0;
}
.coop-hfc .vst-result-btn:before {
  color: #995699 !important;
}
.coop-hfc h2.vst-headline {
  font-size: 2rem;
  line-height: 2.4rem;
}
.coop-hfc .vst-result-item {
  border-radius: 10px;
}
.coop-hfc .vst-result-item:first-child {
  border-radius: 10px 0 10px 10px;
}
.coop-hfc .vst-result-item-star .icon-star-recipe.active,
.coop-hfc .vst-result-item-star .icon-star-recipe.active:hover {
  color: #995699;
}
.coop-hfc .vst-result-item-link .KBK-014-link-app span {
  border-radius: 0;
}
.coop-hfc .vst-detail-image-wrapper {
  border-radius: 10px;
}
.coop-hfc .vst-detail-image {
  border-radius: 0 0 5px 5px;
}
.coop-hfc h2.vst-h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.coop-hfc .vst-detail-links .icon-star-recipe.KBK-014-link-app[class*="icon-"].active:before {
  color: #771e77;
}
.coop-hfc .vst-time-table tr.active {
  color: #771e77;
}
.coop-hfc .vst-time-table tbody td:last-child {
  border-radius: 0 10px 10px 0;
}
.coop-hfc .vst-time-table tbody th {
  border-radius: 10px 0 0 10px;
}
.coop-hfc .vst-form-wrapper-widget .KBK-014-link-app.icon-location:before,
.coop-hfc .vst-form-wrapper .KBK-014-link-app.icon-location:before {
  color: #771e77;
}
.coop-hfc .vst-form-wrapper-widget .KBK-014-link-app.icon-location:hover:before,
.coop-hfc .vst-form-wrapper .KBK-014-link-app.icon-location:hover:before {
  color: #771e77;
}
.coop-hfc .vst-form-wrapper-widget .icon-arrow-normal:before,
.coop-hfc .vst-form-wrapper .icon-arrow-normal:before {
  color: #771e77;
}
.coop-hfc .vst-form-wrapper-widget .icon-arrow-normal:hover:before,
.coop-hfc .vst-form-wrapper .icon-arrow-normal:hover:before {
  color: #771e77;
}
.coop-hfc .KBK-036-C-vst-form .KBK-014-link,
.coop-hfc .KBK-036-D-vst-form .KBK-014-link,
.coop-hfc .KBK-036-A-vst-form .KBK-014-link {
  font-size: 1.6rem;
}
.coop-hfc .KBK-036-C-vst-form h2.hl,
.coop-hfc .KBK-036-D-vst-form h2.hl,
.coop-hfc .KBK-036-A-vst-form h2.hl {
  margin-left: 0;
  padding: 0;
  background-color: transparent;
}
.coop-hfc .KBK-036-D-vst-form .wrapper,
.coop-hfc .KBK-036-C-vst-form .wrapper,
.coop-hfc .KBK-036-C-vst-form .vst-coop-home,
.coop-hfc .KBK-036-C-vst-form .vst-result,
.coop-hfc .KBK-036-D-vst-form .vst-result,
.coop-hfc .KBK-036-A-vst-form .vst-result {
  border-radius: 10px;
  margin-top: 0;
}
.coop-hfc .basic-flex .KBK-036-C-vst-form .wrapper {
  padding: 0;
}
.coop-hfc .KBK-036-A-vst-form .vst-result .vst-result-address {
  position: relative;
}
.coop-hfc .KBK-036-A-vst-form .vst-result .fadeout {
  height: 100%;
}
.coop-hfc .KBK-036-C-vst-form .vst-form-wrapper,
.coop-hfc .KBK-036-D-vst-form .vst-form-wrapper {
  padding-top: 0;
}
/* ############  vst-skinning-files END ############################ */
/* ############  gs-skinning-files START ############################ */
.coop-gs.coop-hfc main {
  margin-top: 0;
}
body.coop-gs.coop-hfc ::-moz-selection {
  background: #771e77;
}
body.coop-gs.coop-hfc ::selection {
  background: #771e77;
}
.coop-gs.coop-hfc .KBK-014-link a {
  color: #771e77;
  border-bottom: 2px solid rgba(119, 30, 119, 0.2);
}
.no-touch .coop-hfc.coop-gs.coop-hfc .KBK-014-link a:hover {
  color: #4e144e;
  background-color: rgba(119, 30, 119, 0.1);
}
.coop-gs.coop-hfc .GS-text ul li:before {
  background-color: #771e77;
  border-radius: 50%;
}
.coop-gs.coop-hfc .result-more-btn .btn {
  border-radius: 10px;
}
.coop-gs.coop-hfc .fm-003-autocomplete.order-rtl {
  top: 45px;
  right: 0;
}
.coop-gs.coop-hfc .slider-selection {
  background: #771e77;
}
.coop-hfc.coop-gs .GS-list-header .icon-arrow-normal:before {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-001-info:before {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-002-filter .radio label.active {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-002-filter .radio input[type='radio']:checked + .fake {
  background: #771e77;
}
.coop-hfc.coop-gs .GS-002-filter .checkbox label.active {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-002-filter .rating.star-1 a:nth-child(-n+1) div,
.coop-hfc.coop-gs .GS-002-filter .rating.star-2 a:nth-child(-n+2) div,
.coop-hfc.coop-gs .GS-002-filter .rating.star-3 a:nth-child(-n+3) div,
.coop-hfc.coop-gs .GS-002-filter .rating.star-4 a:nth-child(-n+4) div,
.coop-hfc.coop-gs .GS-002-filter .rating.star-5 a:nth-child(-n+5) div {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-004-produkt .hl {
  color: #777 !important;
  transition: color 200ms ease-in-out;
}
.coop-hfc.coop-gs .GS-004-produkt > .link {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-004-produkt > .link:hover h3 {
  color: #333 !important;
}
.coop-hfc.coop-gs .GS-004-produkt .GS-004-head {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-004-produkt.editor .GS-004-head {
  border-radius: 10px 10px 0 0;
}
.coop-hfc.coop-gs .GS-004-produkt .rating.star-1 div:nth-child(-n+1),
.coop-hfc.coop-gs .GS-004-produkt .rating.star-2 div:nth-child(-n+2),
.coop-hfc.coop-gs .GS-004-produkt .rating.star-3 div:nth-child(-n+3),
.coop-hfc.coop-gs .GS-004-produkt .rating.star-4 div:nth-child(-n+4),
.coop-hfc.coop-gs .GS-004-produkt .rating.star-5 div:nth-child(-n+5) {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-004-produkt .flag,
.coop-hfc.coop-gs .GS-004-produkt .source {
  border-radius: 10px;
}
.no-touch .coop-gs .GS-005-rezept:hover {
  border-color: transparent;
}
.coop-hfc.coop-gs .GS-005-rezept .hl {
  transition: color 200ms ease-in-out;
}
.coop-hfc.coop-gs .GS-005-rezept > .link {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-005-rezept > .link:hover h3 {
  color: #333 !important;
}
.coop-gs .GS-005-rezept a:hover {
  color: #333 !important;
}
.coop-hfc.coop-gs .GS-005-rezept .GS-005-head {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-005-rezept .GS-005-head img {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-005-rezept .rating.star-1 div:nth-child(-n+1),
.coop-hfc.coop-gs .GS-005-rezept .rating.star-2 div:nth-child(-n+2),
.coop-hfc.coop-gs .GS-005-rezept .rating.star-3 div:nth-child(-n+3),
.coop-hfc.coop-gs .GS-005-rezept .rating.star-4 div:nth-child(-n+4),
.coop-hfc.coop-gs .GS-005-rezept .rating.star-5 div:nth-child(-n+5) {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-005-rezept .category-box {
  border-radius: 10px 0 0 10px;
}
.coop-hfc.coop-gs .GS-006-sc-praemie .hl {
  color: #777 !important;
  transition: color 200ms ease-in-out;
}
.coop-hfc.coop-gs .GS-006-sc-praemie > .link {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-006-sc-praemie > .link:hover h3 {
  color: #333 !important;
}
.coop-hfc.coop-gs .GS-006-sc-praemie .GS-006-head {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-007-aktion .hl {
  color: #777 !important;
  transition: color 200ms ease-in-out;
}
.coop-hfc.coop-gs .GS-007-aktion > .link {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-007-aktion > .link:hover h3 {
  color: #333 !important;
}
.coop-hfc.coop-gs .GS-007-aktion .GS-007-head {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-008-standort .hl,
.coop-hfc.coop-gs .GS-008-standort .address {
  transition: color 200ms ease-in-out;
}
.coop-hfc.coop-gs .GS-008-standort > .link {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-008-standort .icon-arrow-normal:before {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-008-standort .link-detail {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-009-artikel .GS-009-wrapper > .link {
  border-radius: 7px;
}
.coop-hfc.coop-gs .GS-009-artikel .GS-009-img-wrapper {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-009-artikel .GS-009-img {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-009-artikel .GS-009-img img {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-009-artikel .source {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-009-artikel .hl strong {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-009-artikel .copytext strong {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-009-artikel .icon-arrow-normal:before,
.coop-hfc.coop-gs .GS-009-artikel .icon-arrow-normal-back:before {
  color: #995699 !important;
}
.coop-hfc.coop-gs .GS-009-artikel .breadcrumb a {
  border-radius: 10px;
}
.no-touch .coop-hfc.coop-gs .GS-010-job .GS-010-wrapper:hover {
  border-radius: 7px;
}
.coop-hfc.coop-gs .GS-010-job .hl span {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-010-job .copytext span {
  color: #771e77;
}
.coop-hfc.coop-gs .GS-010-job .icon-arrow-normal:before {
  color: #771e77;
}
.no-touch .coop-hfc.coop-gs .GS-010-job .link-detail:hover {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-012-bild .hl {
  color: #777 !important;
  transition: color 200ms ease-in-out;
}
.coop-hfc.coop-gs .GS-012-bild > .link {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-012-bild > .link:hover h3 {
  color: #333 !important;
}
.coop-hfc.coop-gs .GS-012-bild .GS-012-head {
  border-radius: 10px;
}
.coop-hfc.coop-gs .GS-012-bild .GS-012-head img {
  border-radius: 10px;
}
.coop-gs ul.bxslider > li {
  position: static;
  opacity: 1;
}
.coop-hfc.coop-gs .bx-responsive .bx-wrapper .bx-controls-direction .arrow-container {
  color: #771e77;
  border-radius: 10px;
}
.no-touch .coop-gs.coop-hfc .bx-responsive .bx-controls-direction a:hover .arrow-container {
  background: #771e77;
}
/* ############  gs-skinning-files START ############################ */
/* ############  project-specific modules START ############################ */
.supi-right {
  position: absolute;
  right: 0;
  padding-top: 40px;
}
/* extends twitterBootstrap/panels.less */
html.no-touch .SCID-010-klappliste .panel-heading .collapsed:hover {
  background-color: #ebebeb;
}
html.no-touch .SCID-010-klappliste .panel-heading .collapsed:hover .icon-arrow-normal-down {
  background-color: #ebebeb;
}
html.no-touch .SCID-010-klappliste .panel-heading .collapsed:hover .fadeout {
  background: linear-gradient(to left, #ebebeb 10%, rgba(246, 246, 246, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=1);
}
html.no-touch .SCID-010-klappliste .panel-heading a:hover,
html.no-touch .SCID-010-klappliste .panel-heading a:focus {
  color: #4e144e;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
html.no-touch .SCID-010-klappliste .panel-heading .sc-userdata-link div:hover {
  color: #4e144e;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
.SCID-010-klappliste {
  margin-bottom: 26px;
}
.SCID-010-klappliste .panel {
  border: 4px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
}
.SCID-010-klappliste .panel-default .panel-default {
  height: 52px;
  background-color: #f6f6f6;
}
.SCID-010-klappliste .panel-heading {
  border: 0;
  position: relative;
  border-radius: 0;
  padding: 0;
  background: none;
}
.SCID-010-klappliste .panel-heading a {
  color: #771e77;
  font-family: CoopRegular, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  display: block;
  width: 100%;
  padding: 8px 52px 14px 20px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.SCID-010-klappliste .panel-heading a:hover {
  text-decoration: none;
}
.SCID-010-klappliste .panel-heading h2 {
  display: inline-block;
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  color: #771e77;
  margin-bottom: 0;
  font-size: 2rem;
}
.SCID-010-klappliste .panel-heading .sc-userdata,
.SCID-010-klappliste .panel-heading .sc-userdata-link {
  position: absolute;
  display: flex;
  align-items: center;
  height: 110px;
  right: 90px;
  font-size: 1.6rem;
}
.SCID-010-klappliste .panel-heading .sc-userdata {
  color: #777;
}
.SCID-010-klappliste .panel-heading .sc-userdata-link div {
  padding: 0 2px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  text-decoration: none;
  line-height: 1.55556;
}
.SCID-010-klappliste .panel-heading .fadeout {
  right: 52px;
  height: 100%;
  background: linear-gradient(to left, #ebebeb 10%, rgba(235, 235, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff8c00', endColorstr='@co-primary', GradientType=1);
}
.SCID-010-klappliste .panel-heading.disabled h2 {
  color: #bac0c9;
  /* stylelint-disable-line sh-waqar/declaration-use-variable */
}
.SCID-010-klappliste .panel-heading.disabled .sc-fm-logo,
.SCID-010-klappliste .panel-heading.disabled .mv-fm-logo,
.SCID-010-klappliste .panel-heading.disabled .hf-fm-logo {
  opacity: .3;
}
.SCID-010-klappliste .panel-title {
  background-color: #ebebeb;
}
.SCID-010-klappliste .nv-show {
  display: none;
}
.SCID-010-klappliste .panel-title.collapsed {
  border: 0;
  background-color: #ebebeb;
}
.SCID-010-klappliste .panel-title.collapsed .nv-show {
  display: inline;
}
.SCID-010-klappliste .panel-title.collapsed .nv-hide {
  display: none;
}
.SCID-010-klappliste .panel-title.collapsed .icon-arrow-normal-up {
  display: none;
  color: #771e77;
}
.SCID-010-klappliste .panel-title.collapsed .icon-arrow-normal-down {
  display: inline-block;
  color: #771e77;
}
.SCID-010-klappliste .panel-title.collapsed .fadeout {
  background: linear-gradient(to left, #ebebeb 10%, rgba(235, 235, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=1);
}
.SCID-010-klappliste .panel-title .icon-arrow-normal-up {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 32px 40px 20px;
  color: #771e77;
}
.SCID-010-klappliste .panel-title .icon-arrow-normal-up:before {
  font-size: 1.4rem;
}
.SCID-010-klappliste .panel-title .icon-arrow-normal-down {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 32px 40px 20px;
  color: #771e77;
  background-color: #ebebeb;
}
.SCID-010-klappliste .panel-title .icon-arrow-normal-down:before {
  font-size: 1.4rem;
}
.SCID-010-klappliste .panel-body {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.55556;
  padding: 0 80px;
  border-top: 0 !important;
}
.SCID-010-klappliste .panel-body .row {
  margin-top: 10px;
  margin-bottom: 10 px0;
}
.SCID-010-klappliste .panel-body .fm-row {
  padding: 0 0 20px 0;
}
.SCID-010-klappliste .panel-body strong {
  color: #333;
}
.SCID-010-klappliste .panel-body .icon-checked-checkbox {
  font-size: 1.2rem;
  margin-right: 10px;
}
.SCID-010-klappliste .sc-fm-logo,
.SCID-010-klappliste .hf-fm-logo,
.SCID-010-klappliste .mv-fm-logo {
  display: inline-block;
  position: relative;
  left: 0;
  margin-right: 20px;
}
.SCID-010-klappliste .sc-fm-logo img,
.SCID-010-klappliste .hf-fm-logo img,
.SCID-010-klappliste .mv-fm-logo img {
  display: inline;
  width: 100px;
  height: auto;
}
.SCID-010-klappliste .icon-checked-footer:before {
  margin-right: 6px;
  color: #c7e9ff;
}
.hfc-papercutout,
.hfc-papercutout-grey {
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
}
.hfc-papercutout {
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
}
.hfc-papercutout-grey {
  background-image: url("clientlib/images/papercutout/papercutout-bg-F6F6F6.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow-morblur.svg");
}
.HFC-004-introtext {
  margin: 0 !important;
}
.HFC-004-introtext > :last-child {
  margin-bottom: 0;
}
.HFC-004-introtext.centered {
  text-align: center;
}
.HFC-004-introtext p {
  font-size: 2.1rem;
  line-height: 3.6rem;
}
.HFC-004-introtext h1 {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.hfcicon.HFC-004-introtext h1:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 36px;
  margin-right: 18px;
  position: relative;
  top: 4px;
  background-image: url("clientlib/images/icons/icon-headline-club.svg");
  background-repeat: no-repeat;
  background-size: 50px 36px;
}
.HFC-005-A-ueberschriften {
  margin: 0 !important;
}
.HFC-005-A-ueberschriften > :last-child {
  margin-bottom: 20px;
}
.HFC-005-A-ueberschriften.centered {
  text-align: center;
}
.HFC-005-A-ueberschriften h2 {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}
.hfcicon.HFC-005-A-ueberschriften h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 36px;
  margin-right: 10px;
  position: relative;
  top: 8px;
  background-image: url("clientlib/images/icons/icon-headline-club.svg");
  background-repeat: no-repeat;
  background-size: 50px 36px;
}
.HFC-005-B-ueberschriften {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0;
}
.HFC-005-B-ueberschriften.centered {
  text-align: center;
}
.coop-hfc .HFC-007-karussell {
  text-align: center;
}
.coop-hfc .HFC-007-karussell .hfc-papercutout {
  padding: 15px 20px 40px;
}
.coop-hfc .HFC-007-karussell .content {
  padding: 20px 10px 0;
}
.coop-hfc .HFC-007-karussell .content .KBK-024-call-to-action-button-small {
  margin-bottom: 0;
}
.coop-hfc .HFC-007-karussell .bx-viewport {
  width: auto !important;
  margin: 0 30px auto;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction {
  cursor: pointer;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction .bx-prev .arrow-container {
  text-align: left;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction .bx-next .arrow-container {
  text-align: right;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction .arrow-container {
  font-size: 2.4rem;
  padding-top: 24px;
  padding-left: 4px;
  background: none;
  text-indent: 0;
  z-index: 1 !important;
  color: #bcaabc;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a {
  z-index: 1;
  height: 100%;
  position: absolute;
  background: transparent;
  width: 30px;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a .arrow-container {
  width: 30px;
  height: 80px;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a:hover .arrow-container {
  color: #771e77;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-prev {
  margin: auto 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-prev span {
  margin-left: -4px;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-next {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  /* 999 */
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-next span {
  margin-left: 0;
}
.coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a:active .arrow-container {
  background-color: transparent;
}
.coop-hfc .HFC-007-karussell.no-slide .bx-controls {
  display: none;
}
html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-controls-direction a.disabled:hover .arrow-container {
  background: #f6f6f6;
  color: #dbdbdb;
  cursor: default;
}
html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-controls-direction a:hover .arrow-container {
  color: #fff;
  transition: color 200ms ease-in-out;
}
.HFC-008-freizeitslider.cms-container.hasbg {
  padding-bottom: 20px;
}
.HFC-008-freizeitslider .headline-wrapper {
  margin: 0 160px;
}
.HFC-008-freizeitslider .slider-headline {
  background-color: transparent;
}
.HFC-008-freizeitslider .slider-txt {
  margin-left: 160px;
  margin-right: 160px;
}
.HFC-008-freizeitslider .slider-container {
  overflow: hidden;
}
.HFC-008-freizeitslider .bx-viewport {
  padding: 0;
}
.HFC-008-freizeitslider .bxslider li {
  list-style-type: none;
}
.HFC-008-freizeitslider .bx-wrapper .bx-controls-direction a.disabled .arrow-container {
  background: transparent;
  color: #dbdbdb;
}
.HFC-008-freizeitslider .bx-wrapper img {
  width: 100%;
}
.HFC-008-freizeitslider .btn-container {
  text-align: center;
}
.HFC-008-freizeitslider .KBK-014-link {
  font-size: 1.6rem;
  text-align: center;
  padding-left: 0 !important;
}
.HFC-008-freizeitslider .KBK-014-link a {
  line-height: 2rem;
}
.HFC-SEC-013 {
  background-color: #f6f6f6;
  padding: 30px 0 40px 0;
}
.HFC-SEC-013 .hfc-teaser-headline {
  margin-bottom: 10px !important;
}
.HFC-013-teaser-events .HFC-013-col-img {
  text-align: center;
}
.HFC-013-teaser-events .HFC-013-col-img img {
  display: inline-block;
}
.HFC-013-teaser-events .HFC-013-col-text {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
.HFC-013-teaser-events .HFC-013-col-text p {
  padding-bottom: 10px !important;
}
.HFC-013-teaser-events .HFC-013-col-text ul {
  padding-bottom: 10px !important;
}
.HFC-013-teaser-events .HFC-013-col-text .KBK-014-link {
  margin-bottom: 16px;
}
.HFC-013-teaser-events .hl {
  position: relative;
  overflow: hidden;
}
.HFC-013-teaser-events .hl .fadeout {
  background-image: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f6f6', endColorstr='#fff6f6f6', GradientType=1);
}
.HFC-013-teaser-events .hfcicon:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 6px;
  background-image: url("clientlib/images/icons/icon-headline-club.svg");
  background-repeat: no-repeat;
  background-size: 44px 30px;
}
.coop-hfc .HFC-017-A-karussel-aktionen .KBK-066-A-kachel-generisch {
  background-image: none !important;
  padding: 0 !important;
}
.HFC-017-A-karussel-aktionen .wrapper-border {
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
}
.HFC-017-A-karussel-aktionen h2,
.HFC-017-A-karussel-aktionen h3 {
  text-align: center;
}
.HFC-017-A-karussel-aktionen .bx-viewport {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 60px auto;
}
.HFC-017-A-karussel-aktionen .bxslider {
  padding: 0;
  margin: 0;
}
.HFC-017-A-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
  background: none;
  top: 50%;
}
.HFC-017-A-karussel-aktionen .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.HFC-017-A-karussel-aktionen .wrapper {
  position: relative;
  padding: 0 14px;
}
.HFC-017-A-karussel-aktionen .wrapper .price-sticker {
  width: 100%;
}
.HFC-017-A-karussel-aktionen .KBK-014-link {
  font-size: 1.6rem;
  text-align: center;
  padding-left: 0 !important;
}
.HFC-017-A-karussel-aktionen .KBK-014-link a {
  line-height: 2rem;
}
html.no-touch .HFC-017-B-karussel-aktionen .bx-controls-direction {
  cursor: pointer;
}
html.no-touch .HFC-017-B-karussel-aktionen .bx-controls-direction a.disabled:hover .arrow-container {
  background: #f6f6f6;
  color: #ebebeb;
}
html.no-touch .HFC-017-B-karussel-aktionen .bx-controls-direction a:hover .arrow-container {
  color: #fff;
  transition: background 200ms ease-in-out;
}
.HFC-017-B-karussel-aktionen h2,
.HFC-017-B-karussel-aktionen h3 {
  text-align: center;
}
.HFC-017-B-karussel-aktionen .wrapper-border {
  text-align: center;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow.svg") !important;
}
.HFC-017-B-karussel-aktionen .bx-viewport {
  padding-top: 0;
  padding-bottom: 0;
  height: auto !important;
  margin: 0 0 auto;
}
.HFC-017-B-karussel-aktionen .bxslider {
  padding: 0;
  margin: 0;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction {
  cursor: pointer;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a {
  z-index: 1;
  height: 100%;
  position: absolute;
  background: transparent;
  width: 60px;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
  position: absolute;
  font-size: 2.4rem;
  padding-top: 24px;
  padding-left: 4px;
  text-indent: 0;
  z-index: 1 !important;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  width: 60px;
  height: 80px;
  background: none;
  top: 12%;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.bx-prev {
  margin: auto 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.bx-prev span {
  margin-left: -7px;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.bx-next {
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.bx-next span {
  margin-left: 0;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a:active .arrow-container {
  background-color: rgba(51, 51, 51, 0.3);
}
.HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .hl {
  position: relative;
  line-height: 24px;
  font-family: "Open Sans";
  text-transform: none !important;
  color: #777;
  font-weight: 600;
}
.HFC-017-B-karussel-aktionen .bx-wrapper .hl .fadeout {
  background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@white', endColorstr='@white', GradientType=1);
}
.HFC-017-B-karussel-aktionen .wrapper {
  position: relative;
  padding: 0 14px;
}
.HFC-017-B-karussel-aktionen .KBK-014-link {
  padding-left: 0 !important;
}
.HFC-017-B-karussel-aktionen .KBK-014-link a {
  line-height: 2rem;
}
.HFC-017-B-karussel-aktionen picture img {
  width: 100%;
  height: 100%;
}
.HFC-017-B-karussel-aktionen.no-slide .container-text,
.HFC-017-B-karussel-aktionen .bx-wrapper .container-text {
  padding: 18px 20px;
}
.HFC-017-B-karussel-aktionen.no-slide .container-text .content,
.HFC-017-B-karussel-aktionen .bx-wrapper .container-text .content {
  margin-bottom: 14px;
}
.HFC-017-B-karussel-aktionen.no-slide ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px;
}
.HFC-018-blogteaser {
  width: 100%;
}
.HFC-018-blogteaser.hfc-teaser > a {
  display: flex;
}
.HFC-018-blogteaser > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}
.HFC-018__content {
  margin: -20px 10px 0 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 10px 10px;
  height: 100%;
  width: 100%;
}
.HFC-018__headline {
  font-size: 1.9rem;
  line-height: 2.4rem;
  margin-bottom: 6px;
  max-width: 100%;
}
.coop-hfc .HFC-018__headline {
  color: #009fe3;
}
.HFC-018__img-wrap {
  flex-shrink: 0;
}
.HFC-018__txt-wrap {
  margin-left: 60px;
  margin-right: 10px;
  position: relative;
}
.HFC-018__author {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.HFC-018__author-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #009fe3;
  border: 2px solid #fff;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
}
.HFC-018__author-img img {
  width: 100%;
  height: 100%;
}
.HFC-018__author-info {
  border-left: 2px solid rgba(51, 51, 51, 0.2);
  margin: auto auto auto 0;
  line-height: 1;
  color: rgba(51, 51, 51, 0.4);
  font-style: italic;
  font-size: 1.4rem;
  padding-left: 10px;
}
.HFC-018__author-info .time,
.HFC-018__author-info .name {
  display: block;
  margin-bottom: 5px;
}
.HFC-018__author-info .time:last-child,
.HFC-018__author-info .name:last-child {
  margin-bottom: 0;
}
.HFC-019-blogintro {
  opacity: 1;
}
.HFC-019__info {
  margin-bottom: 20px;
}
.HFC-019__tags {
  margin-bottom: 10px;
}
.HFC-019__tags .tag,
.HFC-019__tags .date {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0 8px;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  border-radius: 10px;
}
.HFC-019__tags .date {
  background-color: #adadad;
  color: #fff;
}
.HFC-019__tags .tag {
  background-color: #ebebeb;
  color: #777;
  transition: 200ms ease-in-out;
}
html.no-touch .HFC-019__tags .tag:hover,
html.no-touch .HFC-019__tags .tag:focus {
  background-color: #cdcdcd;
  color: #333;
}
.HFC-019__author {
  font-style: italic;
  color: rgba(51, 51, 51, 0.4);
  font-size: 1.4rem;
}
.HFC-019__introtext h1 {
  background-color: #fff;
  display: inline-block;
  color: #bed000;
  line-height: 4.4rem;
}
.HFC-019__introtext p {
  font-size: 2.1rem;
  line-height: 3.6rem;
  margin-bottom: 0;
}
.coop-hfc .HFC-023-overlay .KBK-024-call-to-action-button-small {
  float: right;
}
.coop-hfc .HFC-023-overlay .teaser-img {
  border-radius: 10px;
  margin: 0 auto 26px;
  width: 100%;
}
.HFC-whatsapp-widget {
  width: 100%;
  padding: 10px;
  margin-top: 35px;
  box-shadow: 0 2px 10px 1px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  position: relative;
}
.HFC-whatsapp-widget .whatsapp-icon {
  position: absolute;
  top: -35px;
  right: 50px;
}
.HFC-whatsapp-widget .inner-wrapper {
  width: 100%;
  height: 100%;
  padding: 25px 30px 0;
  border: 7px solid #c0ce05;
  border-radius: 10px;
  text-align: center;
}
.HFC-whatsapp-widget .inner-wrapper iframe {
  margin-top: -63px;
  background: transparent;
  height: 158px;
}
.HFC-whatsapp-widget .inner-wrapper h3 {
  max-height: 30px;
  margin-bottom: 10px;
  font-size: 1.9rem;
  overflow: hidden;
}
.HFC-whatsapp-widget .inner-wrapper p {
  font-size: 1.6rem;
  width: 100%;
  margin: 0 auto 20px;
}
.HFC-whatsapp-widget .inner-wrapper .KBK-014-link {
  margin-bottom: 15px;
}
.HFC-whatsapp-widget .inner-wrapper .KBK-014-link a {
  border-bottom: 2px solid rgba(119, 30, 119, 0.2);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  color: #771e77;
  padding: 0 2px;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.HFC-whatsapp-widget .inner-wrapper .KBK-014-link a:hover {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
.HFC-whatsapp-button {
  max-width: 380px;
  margin: 0 auto;
}
.HFC-whatsapp-button iframe {
  height: 160px;
}
.hfc-teaser {
  margin-bottom: 34px;
}
.hfc-teaser > a {
  display: block;
}
.hfc-teaser .hfc-teaser-img-wrapper {
  margin-bottom: 6px;
}
.hfc-teaser.teaser .teaser-img {
  margin-top: 0;
}
.hfc-teaser .hfc-teaser-headline {
  word-break: normal;
  margin-bottom: 6px;
}
.hfc-teaser .hfc-teaser-txt,
.hfc-teaser .hfc-teaser-link {
  margin-bottom: 10px;
}
.hfc-teaser .hfc-teaser-link {
  display: inline-block;
}
.hfc-teaser.center {
  text-align: center;
}
.hfc-teaser .teaser-img {
  margin-top: 0;
}
html.no-touch .KBK-001-A-teaser-bild :hover .cta {
  background: #5d0050;
}
html.no-touch .KBK-001-A-teaser-bild :hover .cta .link-arrow {
  background-color: #771e77;
}
html.no-touch .KBK-001-A-teaser-bild :hover .cta .fadeout {
  background: transparent linear-gradient(to left, #5d0050 10%, rgba(119, 30, 119, 0) 100%) repeat scroll 0% 0%;
  transition: background 200ms ease-in-out;
}
html.no-touch .KBK-001-B-teaser-bild .wrapper:hover .cta,
html.no-touch .KBK-001-C-teaser-bild .wrapper:hover .cta,
html.no-touch .KBK-001-DE-teaser-bildtext .wrapper:hover .cta {
  background-color: #771e77;
  transition: background 200ms ease-in-out;
}
html.no-touch .KBK-001-B-teaser-bild .wrapper:hover .cta .link-arrow,
html.no-touch .KBK-001-C-teaser-bild .wrapper:hover .cta .link-arrow,
html.no-touch .KBK-001-DE-teaser-bildtext .wrapper:hover .cta .link-arrow {
  background-color: transparent;
}
.teaser h2.hl {
  margin-bottom: 0;
}
.KBK-001-B-teaser-bild .wrapper,
.KBK-001-C-teaser-bild .wrapper,
.KBK-001-DE-teaser-bildtext .wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.KBK-001-B-teaser-bild .wrapper.gray .cta .link-arrow,
.KBK-001-C-teaser-bild .wrapper.gray .cta .link-arrow,
.KBK-001-DE-teaser-bildtext .wrapper.gray .cta .link-arrow {
  background: #a5a5a5;
  border-radius: 10px;
}
.KBK-001-B-teaser-bild .wrapper .cta,
.KBK-001-C-teaser-bild .wrapper .cta,
.KBK-001-DE-teaser-bildtext .wrapper .cta {
  background-color: #995699;
  border-radius: 10px;
}
.KBK-001-B-teaser-bild .wrapper .cta .link-arrow,
.KBK-001-C-teaser-bild .wrapper .cta .link-arrow,
.KBK-001-DE-teaser-bildtext .wrapper .cta .link-arrow {
  background: transparent;
}
.KBK-001-B-teaser-bild .border-bottom,
.KBK-001-C-teaser-bild .border-bottom,
.KBK-001-DE-teaser-bildtext .border-bottom {
  border-bottom: 0;
  height: 0;
  display: none;
}
.KBK-001-B-teaser-bild .teaser-img,
.KBK-001-C-teaser-bild .teaser-img,
.KBK-001-DE-teaser-bildtext .teaser-img {
  margin: 0;
  border-radius: 10px;
}
.KBK-001-B-teaser-bild .hl,
.KBK-001-C-teaser-bild .hl,
.KBK-001-DE-teaser-bildtext .hl {
  padding: 0 0 10px;
  margin: 0;
  background: transparent;
  max-width: none;
}
.KBK-001-A-teaser-bild .wrapper {
  border-radius: 10px;
}
.KBK-001-A-teaser-bild .wrapper .cta {
  background-color: #771e77;
  border-radius: 10px;
}
.KBK-001-A-teaser-bild .wrapper .cta .link-arrow {
  background: #995699;
}
.KBK-001-A-teaser-bild .wrapper .cta .link-arrow {
  border-radius: 0 10px 10px 0;
  background: #995699;
}
.KBK-001-A-teaser-bild .wrapper .cta .fadeout {
  background: transparent linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%) repeat scroll 0% 0%;
  transition: background 200ms ease-in-out;
}
.KBK-001-A-teaser-bild .border-bottom {
  border-bottom: 0;
  height: 0;
}
.KBK-001-A-teaser-bild .teaser-img {
  margin: 0;
  border-radius: 10px;
}
.KBK-001-A-teaser-bild .hl {
  padding: 0 0 10px;
  margin: 0;
  background: transparent;
  max-width: none;
}
.KBK-001-DE-teaser-bildtext {
  overflow: hidden;
}
.KBK-001-DE-teaser-bildtext .opac-overlay {
  opacity: .8;
  bottom: -2px;
  height: 102px;
}
.KBK-001-DE-teaser-bildtext .wrapper .txt-container p {
  text-shadow: 0 0 10px #fff;
}
.HFC-009-teaser-neumitglieder {
  padding: 0 30px 0 30px;
  background-color: transparent !important;
}
.HFC-009-teaser-neumitglieder .teaser-content {
  position: relative;
  z-index: 0;
  padding: 20px;
  background-color: #fff;
  border: 7px solid #bed000;
  border-radius: 10px;
  box-shadow: 0 0 0 7px #fff, 1px 1px 20px 0 rgba(0, 0, 0, 0.5);
}
.HFC-009-teaser-neumitglieder .teaser-images {
  z-index: 1;
  text-align: center;
  position: relative;
}
.HFC-009-teaser-neumitglieder .teaser-image-head {
  margin-right: 20px;
  width: 40%;
  margin-bottom: 7px;
}
.HFC-009-teaser-neumitglieder .teaser-image-hand-top {
  position: absolute;
  z-index: 1;
  bottom: -14%;
  right: 10%;
}
.HFC-009-teaser-neumitglieder .teaser-image-hand-bottom {
  position: absolute;
  z-index: 1;
  left: 15%;
}
.HFC-009-teaser-neumitglieder .teaser-image-hand-top,
.HFC-009-teaser-neumitglieder .teaser-image-hand-bottom {
  width: 15%;
}
.HFC-009-teaser-neumitglieder .KBK-024-call-to-action-button-small {
  max-width: 98%;
  margin-bottom: 0;
}
.HFC-010-teaser-block {
  text-align: center;
}
.HFC-010-teaser-events {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
.HFC-010-teaser-headline {
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}
.HFC-010-teaser-subline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.55555555;
  color: #777;
  margin: 0;
}
.HFC-010-teaser-intro {
  margin-bottom: 26px !important;
  font-size: 1.6rem;
}
.HFC-010-teaser-item {
  display: block;
}
.HFC-010-info-image {
  display: inline-block;
  margin: 0 0 10px 0;
}
.HFC-010-info-image img {
  width: 100%;
}
.HFC-010-info-headline {
  margin: 0;
  overflow: hidden;
  font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0;
  color: #009fe3;
}
.HFC-010-info-subline {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.HFC-012-A-teaser-bild-6-spaltig,
.HFC-012-B-teaser-bild-6-spaltig {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-self: stretch;
  flex-grow: 1;
  padding: 20px 15px 30px;
  background-size: 100% 100%;
  background-color: transparent;
  background-image: url("clientlib/images/papercutout/papercutout-bg-F6F6F6.svg"), url("clientlib/images/papercutout/papercutout-bg-shadow-morblur.svg");
  padding: 20px 35px 30px;
}
.HFC-012-A-teaser-bild-6-spaltig .hfc-teaser-txt-wrapper {
  margin-bottom: 10px;
}
.HFC-012-B-teaser-bild-6-spaltig .hfc-teaser-img-wrapper {
  margin-top: 6px;
  margin-bottom: 0;
}
.HFC-014-A-teaser-bild-5-spaltig,
.HFC-014-B-teaser-bild-5-spaltig {
  border-radius: 10px;
  display: flex;
  text-align: center;
}
.HFC-014-A-teaser-bild-5-spaltig.teaser .teaser-img,
.HFC-014-B-teaser-bild-5-spaltig.teaser .teaser-img {
  margin-top: 0;
  border-radius: 0;
}
.HFC-014-A-teaser-bild-5-spaltig a,
.HFC-014-B-teaser-bild-5-spaltig a {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  transition: background-color 200ms ease-in-out;
  padding: 20px 50px;
}
.HFC-SEC-004 .HFC-014-A-teaser-bild-5-spaltig a,
.HFC-SEC-004 .HFC-014-B-teaser-bild-5-spaltig a {
  border-radius: 0;
}
html.no-touch .HFC-014-A-teaser-bild-5-spaltig a:hover,
html.no-touch .HFC-014-B-teaser-bild-5-spaltig a:hover {
  color: #777;
}
.HFC-014-A-teaser-bild-5-spaltig .hfcicon h2:before,
.HFC-014-B-teaser-bild-5-spaltig .hfcicon h2:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 36px;
  position: relative;
  background-image: url("clientlib/images/icons/icon-headline-club.svg");
  background-repeat: no-repeat;
  background-size: 50px 36px;
}
.HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften,
.HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften {
  order: 1;
}
.HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften h2,
.HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften h2 {
  margin-bottom: 0;
}
.HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften p,
.HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften p {
  margin: 0 0 5px;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
}
.HFC-014-A-teaser-bild-5-spaltig .wrapper,
.HFC-014-B-teaser-bild-5-spaltig .wrapper {
  border-radius: 0;
  overflow: hidden;
  order: 2;
  flex: none;
  background-image: none;
  padding: 4px 20px 4px;
}
.HFC-014-A-teaser-bild-5-spaltig .KBK-014-link-teaser,
.HFC-014-B-teaser-bild-5-spaltig .KBK-014-link-teaser {
  order: 3;
  align-self: flex-start;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.HFC-SEC-004 .HFC-014-A-teaser-bild-5-spaltig,
.HFC-SEC-004 .HFC-014-B-teaser-bild-5-spaltig {
  border-radius: 0;
}
.HFC-016-A-teaser-bild-text-5-spaltig,
.HFC-016-B-teaser-bild-text-5-spaltig {
  font-size: 1.6rem;
}
.HFC-016-A-teaser-bild-text-5-spaltig .wrapper,
.HFC-016-B-teaser-bild-text-5-spaltig .wrapper {
  margin-bottom: 10px;
}
.HFC-016-A-teaser-bild-text-5-spaltig.teaser .teaser-img,
.HFC-016-B-teaser-bild-text-5-spaltig.teaser .teaser-img {
  margin-top: 0;
}
.HFC-016-A-teaser-bild-text-5-spaltig a,
.HFC-016-B-teaser-bild-text-5-spaltig a {
  display: block;
  width: 100%;
  transition: background-color 200ms ease-in-out;
  padding: 0 45px 0 20px;
}
html.no-touch .HFC-016-A-teaser-bild-text-5-spaltig a:hover,
html.no-touch .HFC-016-B-teaser-bild-text-5-spaltig a:hover {
  color: #777;
}
.HFC-016-A-teaser-bild-text-5-spaltig p,
.HFC-016-B-teaser-bild-text-5-spaltig p {
  margin: 0 0 20px;
  font-size: 1.6rem;
  font-weight: 400;
}
.HFC-016-A-teaser-bild-text-5-spaltig .HFC-005-A-ueberschriften > :last-child,
.HFC-016-B-teaser-bild-text-5-spaltig .HFC-005-A-ueberschriften > :last-child {
  margin-bottom: 12px;
}
.HFC-016-A-teaser-bild-text-5-spaltig .HFC-005-A-ueberschriften h2,
.HFC-016-B-teaser-bild-text-5-spaltig .HFC-005-A-ueberschriften h2 {
  width: 100%;
}
.HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines :last-child,
.HFC-016-B-teaser-bild-text-5-spaltig .teaser-headlines :last-child {
  margin-bottom: 0;
}
.HFC-016-A-teaser-bild-text-5-spaltig .KBK-014-link-teaser,
.HFC-016-B-teaser-bild-text-5-spaltig .KBK-014-link-teaser {
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.HFC-016-A-teaser-bild-text-5-spaltig {
  display: flex;
}
.HFC-016-A-teaser-bild-text-5-spaltig a {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: background-color 200ms ease-in-out;
}
html.no-touch .HFC-016-A-teaser-bild-text-5-spaltig a:hover {
  color: #777;
  background-color: #ebebeb;
}
.HFC-016-A-teaser-bild-text-5-spaltig p {
  margin: 0 0 20px;
}
.HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines {
  order: 1;
  display: inline-flex;
}
.HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines p {
  margin: 0 0 20px;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
}
.HFC-016-A-teaser-bild-text-5-spaltig .wrapper {
  /* stylelint-disable-line property-no-vendor-prefix */
  order: 2;
  flex: none;
}
.HFC-016-A-teaser-bild-text-5-spaltig .text-wrapper {
  order: 3;
}
.HFC-016-A-teaser-bild-text-5-spaltig .KBK-014-link-teaser {
  order: 4;
  align-self: flex-start;
}
.HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout {
  margin: 20px 0 20px 0;
  padding: 10px 20px 26px 20px;
}
.HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout .teaser-headlines h2 {
  padding-top: 12px !important;
}
ol.generic,
ul.generic {
  padding-left: 0;
  padding-bottom: 26px;
  margin-bottom: 0;
  list-style: none;
}
ol.generic:before,
ul.generic:before {
  display: none;
}
ol.generic li,
ul.generic li {
  color: #777;
  position: relative;
}
ol.generic li:last-child,
ul.generic li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
ol.generic li:after,
ul.generic li:after {
  content: '';
  display: block;
  height: 14px;
}
ol.generic li:last-child:after,
ul.generic li:last-child:after {
  display: none;
  height: 0;
}
ol.generic li span,
ul.generic li span {
  display: block;
}
ol.generic ol,
ul.generic ol,
ol.generic ul,
ul.generic ul {
  list-style: none;
}
ol.generic {
  counter-reset: section;
}
ol.generic li {
  display: block;
  left: 26px;
  width: calc(100% - 26px);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
ol.generic li li {
  display: inline-block;
}
ol.generic li:before {
  counter-increment: section;
  content: counter(section) "." " ";
  /* stylelint-disable-line function-whitespace-after */
  position: relative;
  float: left;
  margin-left: -26px;
}
ol.generic li ol {
  counter-reset: section;
  padding: 10px 0 0;
  margin-bottom: 0;
}
ul.generic li {
  break-inside: avoid;
  left: 16px;
  width: calc(100% - 16px);
  display: block;
}
ul.generic li li {
  display: inline-block;
}
ul.generic li:before {
  content: "";
  background-color: #771e77;
  width: 8px;
  height: 8px;
  font-size: 15px;
  display: inline-block;
  margin-top: 10px;
  float: left;
  margin-left: -16px;
}
ul.generic li ul {
  padding: 12px 0 0;
  margin-bottom: 0;
}
ul.generic li li:before {
  background-color: #a5a5a5;
  width: 6px;
  height: 6px;
}
ol.generic.has-bubble li,
ul.has-icon-font li,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li {
  left: 42px;
  position: relative;
  width: calc(100% - 42px);
  /*@media @sm, @xs {
      left: 38px;
      max-width: calc(~"100% - 38px");
    }*/
}
ol.generic.has-bubble li:before,
ul.has-icon-font li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li:before {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background-color: #fff;
  float: left;
  margin-left: -42px;
  margin-top: 0;
  padding-left: 2px;
  padding-top: 1px;
  /*@media @sm, @xs {
        margin-top: 0;
        width: 26px !important;
        height: 26px !important;
        margin-left: -38px;
      }*/
}
ul.has-icon-font li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li:before {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol.generic.has-bubble.icon-numbered li:before,
ul.has-icon-font.icon-numbered li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol.icon-numbered li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul.icon-numbered li:before {
  font-size: 1.6rem;
  font-weight: 600;
  content: counter(section) "" "";
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
ul.generic.has-icon-font.icon-checked-checkbox li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li:before {
  padding-top: 10px;
  font-size: 1.2rem;
  padding-left: 7px;
  /*@media @sm, @xs {
      font-size: 1rem;
      padding-top: 9px;
      padding-left: 6px;
    }*/
  content: "\e618";
}
.HFC-015-teaser-text-5-spaltig {
  background-color: #e3d2e3;
  padding: 18px 30px 24px 30px;
  height: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.HFC-015-teaser-text-5-spaltig.hfc-teaser {
  margin-bottom: 0;
}
.HFC-015-teaser-text-5-spaltig .HFC-005-A-ueberschriften > :last-child {
  margin-bottom: 14px;
}
.HFC-015-teaser-text-5-spaltig .teaser-headlines h2 {
  margin-bottom: 0;
}
.HFC-015-teaser-text-5-spaltig .teaser-headlines p {
  margin: 0 0 5px;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text p {
  font-size: 1.6rem;
  line-height: 1.55555555;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul {
  padding-bottom: 26px;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li:before {
  margin-top: -3px;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol {
  padding-bottom: 26px;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li:before {
  padding-left: 0;
  padding-top: 3px;
  margin-top: -3px;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li {
  font-size: 1.6rem;
  line-height: 1.555555 !important;
}
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li:before,
.HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li:before {
  background-color: #bed000;
  color: #fff;
}
.HFC-015-teaser-text-5-spaltig .KBK-014-link {
  margin-bottom: 6px;
}
.HFC-015-teaser-text-5-spaltig .KBK-014-link a {
  font-size: 1.6rem;
}
.HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small {
  margin-bottom: 0;
  max-width: 100%;
}
.no-touch .coop-hfc .HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small.cta-small-secondary:hover .cta-small {
  background-color: #5d0050;
}
.no-touch .coop-hfc .HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small.cta-small-secondary:hover .cta-small .fadeout {
  background: linear-gradient(to left, #5d0050 10%, rgba(119, 30, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#5d0050', GradientType=1);
}
.coop-hfc .HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small {
  background-color: #771e77;
}
.coop-hfc .HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small .fadeout {
  background: linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#771e77', GradientType=1);
}
.HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small.cta-small-secondary .cta-small .fadeout {
  right: 0;
}
.HFC-SEC-003 .HFC-015-teaser-text-5-spaltig,
.HFC-SEC-009 .HFC-015-teaser-text-5-spaltig {
  border-radius: 10px;
}
.HFC-021-teaser-ausflugsziel {
  display: block;
}
.HFC-021__link-wrap {
  display: block;
  padding: 2.4rem 1.5rem 1.4rem;
  outline: 0;
  cursor: pointer;
}
.HFC-021__link-wrap:hover .HFC-021__link-detail,
.HFC-021__link-wrap:focus .HFC-021__link-detail {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
.HFC-021__image img {
  width: 100%;
}
.HFC-021__content {
  padding-left: 20px;
}
.HFC-021__content .hl {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.HFC-021__content .hl.hfcicon:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 6px;
  background-image: url("clientlib/images/icons/icon-headline-club.svg");
  background-repeat: no-repeat;
  background-size: 44px 30px;
}
.HFC-021__content .text {
  padding-bottom: 10px;
}
.HFC-021__link-detail {
  color: #777;
  font-weight: 600;
  line-height: 2.8rem;
  position: relative;
  overflow: hidden;
  padding: 0 2px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  transition: background-color 200ms 200ms ease-in-out, color 200ms ease-in-out;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.HFC-022-teaser-ausflugstipp {
  display: block;
}
.HFC-022__link-wrap {
  display: block;
  padding: 2.4rem 1.5rem 1.4rem;
  outline: 0;
  cursor: pointer;
}
.HFC-022__link-wrap:hover .HFC-022__link-detail,
.HFC-022__link-wrap:focus .HFC-022__link-detail {
  color: #5d0050;
  background-color: rgba(119, 30, 119, 0.1);
}
.HFC-022__image img {
  width: 100%;
}
.HFC-022__content {
  padding-left: 20px;
}
.HFC-022__content .hl {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.HFC-022__content .hl.hfcicon:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 40px;
  margin-right: 10px;
  position: relative;
  top: 12px;
  background-image: url("clientlib/images/icons/icon-headline-tipp.svg");
  background-repeat: no-repeat;
  background-size: 44px 40px;
}
.HFC-022__content .text {
  padding-bottom: 10px;
}
.HFC-022__link-detail {
  color: #777;
  font-weight: 600;
  line-height: 2.8rem;
  position: relative;
  overflow: hidden;
  padding: 0 2px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  transition: background-color 200ms 200ms ease-in-out, color 200ms ease-in-out;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.HFC-APP-001.isGray {
  background-color: #f6f6f6;
}
.HFC-APP-001.isGray .HFC-SEC-017 {
  background-color: #f6f6f6;
  padding: 30px 0 0 0;
}
.HFC-APP-001.isGray .HFC-APP-001__load-more {
  padding-bottom: 34px;
}
.HFC-APP-001__load-more {
  text-align: center;
}
.HFC-APP-001__load-more .btn-load-more {
  background: #771e77;
  color: #fff;
  transition: 200ms ease-in-out;
  position: relative;
  margin-bottom: 0;
}
html.no-touch .HFC-APP-001__load-more .btn-load-more:hover,
html.no-touch .HFC-APP-001__load-more .btn-load-more:focus {
  color: #fff;
  background: #5d0050;
}
html.no-touch .HFC-APP-001__load-more .btn-load-more:hover .fadeout,
html.no-touch .HFC-APP-001__load-more .btn-load-more:focus .fadeout {
  background: linear-gradient(to left, #5d0050 10%, rgba(119, 30, 119, 0) 100%);
}
.HFC-APP-001__load-more .btn-load-more .fadeout {
  background: linear-gradient(to left, #771e77 10%, rgba(119, 30, 119, 0) 100%);
}
.HFC-APP-001 .HFC-SEC-017 {
  margin-bottom: 0;
}
#HFC-APP-002 .s-hl {
  color: #009fe3;
}
#HFC-APP-002 .results-hl {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2.4rem;
  font-size: 1.8rem;
}
#HFC-APP-002 .reset-filter-wrapper {
  padding-bottom: 20px;
}
#HFC-APP-002 .reset-filter-wrapper a.reset-filter:hover,
#HFC-APP-002 .reset-filter-wrapper a.reset-filter:focus {
  background-color: transparent;
}
#HFC-APP-002 .results-count {
  font-weight: 600;
}
#HFC-APP-002 .results-sort {
  padding-bottom: 10px;
}
#HFC-APP-002 .results-sort-select {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
#HFC-APP-002 .results-sort-select .field {
  margin-right: 30px;
}
#HFC-APP-002 .results-sort-select .field:last-child {
  margin-right: 0;
}
#HFC-APP-002 .results-sort-select .checkbox label {
  margin-right: 0;
}
#HFC-APP-002 .results-sort-select .fm-004-dropdown label {
  font-weight: 500;
  color: #777;
}
#HFC-APP-002 .results-sort-select select {
  background-color: transparent;
  min-width: auto;
  width: auto;
  border-color: transparent;
  box-shadow: 0 0 0 1px transparent;
}
#HFC-APP-002 .results-sort-select select:focus {
  border-color: #dbdbdb;
  box-shadow: 0 0 0 1px #dbdbdb;
}
#HFC-APP-002 .results-sort-select label {
  margin-right: 10px;
}
#HFC-APP-002 .results-sort-select .popover.kbk-form-popover {
  width: auto;
  margin-top: 5px;
  left: inherit !important;
  right: auto !important;
}
#HFC-APP-002 .results-sort-select .q-icon {
  font-weight: 600;
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin-left: 4px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
  line-height: 12px;
}
#HFC-APP-002 .results-sort-select .q-icon:hover,
#HFC-APP-002 .results-sort-select .q-icon:focus {
  outline: 0;
  color: #333;
}
#HFC-APP-002 .filter-hl {
  text-transform: uppercase;
  font-weight: 600;
}
#HFC-APP-002 .filter-wrapper {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#HFC-APP-002 .filter-wrapper .filter-setting {
  flex: 1 1 30%;
  margin-left: 15px;
  margin-right: 15px;
}
#HFC-APP-002 .filter-wrapper .filter-category:first-child {
  margin-left: 0;
}
#HFC-APP-002 .filter-wrapper .filter-category:nth-child(3) {
  margin-right: 0;
}
#HFC-APP-002 .filter-wrapper .filter-category:nth-child(4) {
  margin-left: 0;
}
#HFC-APP-002 .filter-wrapper .filter-category.checkbox {
  margin-top: 22px;
}
#HFC-APP-002 .filter-wrapper h3 {
  margin-bottom: 10px;
}
#HFC-APP-002 .filter-wrapper .active h3 {
  color: #009fe3;
}
#HFC-APP-002 .filter-wrapper .filter-selected {
  cursor: pointer;
  background-color: white;
  border: 3px solid #ebebeb;
  padding: 5px 20px 5px 10px;
  min-height: 44px;
  max-height: 44px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  overflow: hidden;
  word-break: break-all;
  position: relative;
}
#HFC-APP-002 .filter-wrapper .filter-selected:after {
  font-family: 'icomoon';
  content: "\e606";
  display: inline-block;
  width: 30px;
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 1rem;
  background-color: white;
  padding-left: 5px;
}
#HFC-APP-002 .filter-wrapper .active .filter-selected-popover {
  display: block;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  background-color: white;
  border: 3px solid #dbdbdb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 5px;
  padding: 0;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .header {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 50px;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .header .close {
  position: absolute;
  background: #f6f6f6;
  color: #adadad;
  padding: 10px 15px;
  margin-top: 0;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  text-shadow: none;
  font-weight: 600;
  line-height: 2rem;
  opacity: 1;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .header .close:hover {
  color: #777;
  background: #ebebeb;
  opacity: 1;
  transition: opacity 200ms ease-in-out;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .header .close .icon {
  display: inline-block;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .header .close .text {
  display: inline-block;
  position: relative;
  top: -2px;
  padding-left: 5px;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .body {
  padding: 0 20px 25px;
  margin: 0;
}
#HFC-APP-002 .filter-wrapper .filter-selected-popover .body .checkbox {
  padding: 0;
  margin: 0 0 15px;
}
#HFC-APP-002 .reset-filter {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 20px;
}
#HFC-APP-002 .reset-filter:hover,
#HFC-APP-002 .reset-filter:focus {
  color: #333 !important;
}
#HFC-APP-002 .reset-filter .icon-close-small {
  margin-right: 10px;
  font-size: 1.2rem;
}
#HFC-APP-002 .toggle-filter {
  font-size: 1.6rem;
  font-weight: 600;
  float: right;
}
#HFC-APP-002 .toggle-filter .icon-arrow-normal-up {
  margin-left: 20px;
  font-size: 1.2rem;
}
#HFC-APP-002 .toggle-filter .filter-open {
  display: none;
}
#HFC-APP-002 .toggle-filter .filter-close {
  display: inline-block;
}
#HFC-APP-002 .toggle-filter.collapsed .filter-open {
  display: inline-block;
}
#HFC-APP-002 .toggle-filter.collapsed .filter-close {
  display: none;
}
#HFC-APP-002 .toggle-filter.collapsed .icon-arrow-normal-up {
  display: inline-block;
}
#HFC-APP-002 .toggle-filter.collapsed .icon-arrow-normal-up:before {
  content: "\e606";
}
#HFC-APP-002 .app002-search {
  background-color: #ebebeb;
  border-bottom: 4px solid #009fe3;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}
#HFC-APP-002 .app002-search .result {
  min-height: 20px;
  padding-bottom: 20px;
}
#HFC-APP-002 .result-nav {
  border: 0;
  font-size: 1.6rem;
}
#HFC-APP-002 .result-nav > li.active > a {
  border: 0;
  border-bottom-color: transparent;
  cursor: default;
  color: #009fe3;
  background-color: #f6f6f6;
}
#HFC-APP-002 .result-nav > li > a {
  font-weight: 600;
  margin-right: 0;
  line-height: 1.55555555;
  border: 0;
  border-radius: 0;
  padding: 10px 30px;
}
#HFC-APP-002 .result-nav > li > a:before {
  margin-right: 10px;
}
#HFC-APP-002 .result-nav > li > a:hover,
#HFC-APP-002 .result-nav > li > a:focus {
  color: #009fe3;
}
#HFC-APP-002 .app002-tags {
  margin-top: 0;
  margin-bottom: 0;
}
#HFC-APP-002 .app002-filter {
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
#HFC-APP-002 .app002-filter .col-toggle {
  padding-bottom: 18px;
  padding-top: 18px;
}
#HFC-APP-002 .app002-filter .headline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
#HFC-APP-002 .app002-filter h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 6px;
  color: #333;
  line-height: 1;
}
#HFC-APP-002 .app002-filter .checkbox label.active {
  color: #009fe3;
}
#HFC-APP-002 .app002-results {
  background-color: #f6f6f6;
  padding-top: 36px;
}
#HFC-APP-002 .app002-results .results-list {
  background: #fff;
}
#HFC-APP-002 .app002-results .results-list hr {
  border-color: #f6f6f6;
  border-top-width: 7px;
  margin-bottom: 0;
}
#HFC-APP-002 .app002-maps-wrap {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 30px;
}
#HFC-APP-002 .app002-maps {
  border: 3px solid #fff;
  padding-top: 52%;
  margin-bottom: 34px;
}
#HFC-APP-002 .filter-tag {
  display: inline-block;
  background-color: #f6f6f6;
  cursor: pointer;
  padding: 6px 12px;
  margin-bottom: 20px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
}
#HFC-APP-002 .filter-tag:hover {
  background-color: #ebebeb;
  transition: 200ms ease-in-out;
  color: #333;
}
#HFC-APP-002 .filter-tag .icon {
  margin-right: 10px;
  font-size: 14px;
}
#HFC-APP-002 .load-more-wrapper {
  text-align: center;
}
#HFC-APP-002 .load-more-wrapper a {
  color: #777;
  background-color: #ebebeb;
  padding-left: 30px;
  padding-right: 30px;
  transition: 200ms ease-in-out;
}
#HFC-APP-002 .load-more-wrapper a:hover,
#HFC-APP-002 .load-more-wrapper a:active,
#HFC-APP-002 .load-more-wrapper a:focus {
  color: #333;
  background-color: #cdcdcd;
}
/* ############  project-specific modules END ############################ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coop-hfc h1,
  .coop-hfc h2,
  .coop-hfc h3,
  .coop-hfc .h1,
  .coop-hfc .h2,
  .coop-hfc .h3,
  .coop-hfc .library .library-kbk {
    margin-bottom: 10px;
  }
  .h1 {
    margin-bottom: 10px;
  }
  .h2 {
    margin-bottom: 10px;
  }
  .h3 {
    margin-bottom: 10px;
  }
  .coop-hfc #main-header .login-welcome {
    bottom: 22%;
  }
  .coop-hfc.coop-scid.tpl-login .cms-container#breadcrumb > div > div > div {
    margin: 0;
    width: 100%;
  }
  .coop-hfc .scid-003-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .coop-hfc .scid-003-container:before {
    width: 52% !important;
    left: 48% !important;
  }
  .coop-hfc .scid-003-container .form-margin {
    margin-right: 30px;
  }
  .coop-hfc .cms-container.KBK-SEC-008 .border-right-nosm {
    border: 0;
  }
  .cms-container.SEC-ODD.KBK-057-werbebanner,
  .cms-container.SEC-EVEN.KBK-057-werbebanner {
    padding: 30px 0 38px 0;
  }
  .cms-container.SEC-ODD .KBK-020-laufband .bx-viewport,
  .cms-container.SEC-EVEN .KBK-020-laufband .bx-viewport,
  .cms-container.SEC-ODD .KBK-023-slider .bx-viewport,
  .cms-container.SEC-EVEN .KBK-023-slider .bx-viewport,
  .cms-container.SEC-ODD .KBK-025-produktlaufband .bx-viewport,
  .cms-container.SEC-EVEN .KBK-025-produktlaufband .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-052-A-karussel-aktionen .bx-viewport,
  .cms-container.SEC-EVEN .KBK-052-A-karussel-aktionen .bx-viewport,
  .cms-container.SEC-ODD .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .HFC-008-freizeitslider .bx-viewport,
  .cms-container.SEC-EVEN .HFC-008-freizeitslider .bx-viewport,
  .cms-container.SEC-ODD .HFC-SEC-011 .bx-viewport,
  .cms-container.SEC-EVEN .HFC-SEC-011 .bx-viewport {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .HFC-SEC-017 .HFC-005-A-ueberschriften > :last-child {
    margin-bottom: 26px;
  }
  .KBK-020-laufband .headline-wrapper + .slider-container,
  .KBK-044-A-slider-digitale-bons .headline-wrapper + .slider-container,
  .KBK-062-A-slider-praemien .headline-wrapper + .slider-container {
    padding-top: 30px;
  }
  .HFC-SEC-003 .col-md-5 .KBK-050-digitalerbon:nth-of-type(2) {
    display: none !important;
  }
  .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .btn-default {
    font-size: 1.6rem;
  }
  .coop-hfc .KBK-023-slider .headline-wrapper {
    margin-top: 0;
  }
  .coop-hfc .KBK-023-slider .txt-container .product {
    padding: 36px 65px 36px 20px;
  }
  .coop-hfc .KBK-023-slider .img-descr {
    margin-bottom: 10px;
  }
  .coop-hfc .KBK-040-E-produktkachel.produkt .vertical {
    padding-bottom: 100%;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .KBK-014-link,
  .coop-hfc .KBK-044-B-slider-digitale-bons .KBK-014-link,
  .coop-hfc .KBK-062-A-slider-praemien .KBK-014-link,
  .coop-hfc .KBK-062-B-slider-praemien .KBK-014-link {
    padding-bottom: 10px;
  }
  .coop-hfc .KBK-062-A-slider-praemien .bx-wrapper .bx-controls-direction .arrow-container {
    top: 26%;
  }
  .coop-hfc #modal-textImage .modal-dialog {
    width: 400px;
  }
  .coop-hfc .KBK-047-buehne {
    height: 0 !important;
    padding-bottom: 59.5%;
    margin-bottom: 28px;
  }
  .coop-hfc .KBK-047-buehne .wrapper {
    min-height: 412px;
  }
  .KBK-051-karte .karten_box .tb_button_box {
    padding: 5px 5px 0 5px;
  }
  .KBK-051-karte .karten_box .tb_button_box .map-btn-container a {
    padding: 8px 12px 10px;
  }
  .coop-hfc .KBK-056-schritt-fuer-schritt-anleitung h3 {
    height: 43px;
  }
  .coop-hfc .KBK-056-schritt-fuer-schritt-anleitung .numbered-item {
    margin-bottom: 24px;
  }
  .KBK-059-teaser-bild-text.KBK-059-B .calloutTextWrapper .calloutText span {
    font-size: 1.6rem;
  }
  .coop-hfc.coop-scid .fm-emailchange-selection {
    padding: 5px 0 15px 15px;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 46px;
  }
  .SCID-010-klappliste .panel-heading a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 14px 52px 8px 30px;
  }
  .SCID-010-klappliste .panel-heading .sc-userdata,
  .SCID-010-klappliste .panel-heading .sc-userdata-link {
    top: 2px;
  }
  .SCID-010-klappliste .panel-body {
    padding: 0 15px;
  }
  .HFC-004-introtext p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .HFC-005-A-ueberschriften > :last-child {
    margin-bottom: 10px;
  }
  .hfcicon.HFC-005-A-ueberschriften h2 {
    margin-top: -6px !important;
    padding-top: 4px;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction .arrow-container {
    position: absolute;
    top: 39%;
    right: 0;
  }
  .HFC-008-freizeitslider .headline-wrapper {
    margin: 0 80px;
  }
  .HFC-008-freizeitslider .slider-txt {
    margin-left: 80px;
    margin-right: 80px;
  }
  .HFC-008-freizeitslider .slider-container {
    max-height: 365px;
  }
  .HFC-013-teaser-events .HFC-013-col-img {
    padding: 24px 15px;
  }
  .HFC-013-teaser-events .hfcicon {
    margin-top: -6px !important;
    padding-top: 4px;
  }
  .HFC-017-B-karussel-aktionen .wrapper-border {
    padding: 14px 24px 24px;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
    top: 16%;
    right: 0;
  }
  .HFC-017-B-karussel-aktionen .KBK-014-link {
    font-size: 1.4rem;
  }
  .HFC-018-blogteaser > a {
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 10px 0 0 10px;
  }
  .HFC-018__content {
    width: 50%;
    margin: 0;
    background: transparent;
    border-radius: 0;
  }
  .HFC-018__img-wrap {
    width: 50%;
  }
  .HFC-018__txt-wrap {
    margin-left: 0;
    margin-top: 4px;
  }
  .HFC-019__introtext h1 {
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
  .HFC-019__introtext p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .HFC-whatsapp-widget .inner-wrapper iframe {
    margin-top: -45px;
    height: 115px;
  }
  .hfc-teaser.cols-4 .hfc-teaser-img-wrapper,
  .hfc-teaser.cols-4 .hfc-teaser-txt-wrapper {
    position: relative;
    float: left;
    width: 50%;
  }
  .hfc-teaser.cols-4 .hfc-teaser-img-wrapper {
    padding-right: 15px;
  }
  .hfc-teaser.cols-4 .hfc-teaser-txt-wrapper {
    text-align: left;
    padding-left: 15px;
  }
  .KBK-001-DE-teaser-bildtext .opac-overlay {
    height: 82px;
  }
  .HFC-009-teaser-neumitglieder {
    padding: 0 80px 0 80px;
    margin-bottom: 30px !important;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-hand-top {
    right: 25%;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-hand-bottom {
    left: 25%;
  }
  .HFC-010-teaser-subline {
    line-height: 3rem;
  }
  .HFC-010-teaser-intro {
    line-height: 3rem;
  }
  .HFC-010-info-headline {
    height: 5.2rem;
  }
  .HFC-010-info-subline {
    height: 4.8rem;
  }
  .HFC-011-teaser-bild-4-spaltig.hfc-teaser.cols-4 .hfc-teaser-txt-wrapper {
    margin-top: 18px;
  }
  .HFC-014-A-teaser-bild-5-spaltig a,
  .HFC-014-B-teaser-bild-5-spaltig a {
    padding: 30px 30px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften,
  .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften {
    order: 2;
    flex: 0 0 55%;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
  }
  .HFC-014-A-teaser-bild-5-spaltig .wrapper,
  .HFC-014-B-teaser-bild-5-spaltig .wrapper {
    order: 1;
    flex: 0 0 45%;
    padding: 0;
    margin-bottom: 10px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig,
  .HFC-016-B-teaser-bild-text-5-spaltig {
    background: #ebebeb;
    text-align: left;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig a,
  .HFC-016-B-teaser-bild-text-5-spaltig a {
    padding: 0;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines,
  .HFC-016-B-teaser-bild-text-5-spaltig .teaser-headlines {
    display: none;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines-sm,
  .HFC-016-B-teaser-bild-text-5-spaltig .teaser-headlines-sm {
    display: block;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig a {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 30px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines {
    display: none;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines-sm {
    display: block;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .wrapper {
    order: -1;
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .text-wrapper {
    order: 2;
    flex-basis: 46%;
    padding-left: 3%;
    padding-right: 0;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig {
    padding: 0;
    background: transparent;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .wrapper {
    margin-bottom: 0;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout {
    margin-top: 20px;
    padding: 20px 30px 30px;
  }
  .HFC-015-teaser-text-5-spaltig {
    padding: 14px 18px 18px 18px;
    border-radius: 10px;
  }
  #HFC-APP-002 .filter-wrapper .filter-setting {
    max-width: 50%;
  }
  #HFC-APP-002 .filter-wrapper .filter-setting.checkbox {
    max-width: 25%;
  }
  #HFC-APP-002 .filter-wrapper .filter-category {
    margin-left: 10px;
    margin-right: 10px;
  }
  #HFC-APP-002 .filter-wrapper .filter-selected-popover {
    top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .coop-hfc h1,
  .coop-hfc h2,
  .coop-hfc .h1,
  .coop-hfc .h2 {
    margin-bottom: 10px;
  }
  .h1 {
    margin-bottom: 10px;
  }
  .h2 {
    margin-bottom: 10px;
  }
  .coop-hfc #main-header .login-welcome {
    top: 10%;
  }
  .coop-hfc .scid-003-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .coop-hfc .scid-003-container .form-margin {
    margin-right: -15px;
  }
  .coop-hfc .scid-003-container .HFC-003-col-form {
    margin-bottom: 40px;
  }
  .coop-hfc .scid-003-container .HFC-003-col-info {
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: -40px;
  }
  .coop-hfc .cms-container.KBK-SEC-008 .img-responsive {
    margin-bottom: 20px;
  }
  .coop-hfc .cms-container.HFC-SEC-006 .KBK-008-A-linkliste,
  .coop-hfc .cms-container.HFC-SEC-007 .KBK-008-A-linkliste {
    margin-bottom: 46px;
  }
  .coop-hfc .cms-container.HFC-SEC-011 .container-fluid {
    padding: 0 16px !important;
  }
  .coop-hfc .HFC-flex-container {
    display: block;
  }
  .cms-container.SEC-ODD.KBK-055-A-bildtext-cta-rechts.cms-container.hasbg,
  .cms-container.SEC-EVEN.KBK-055-A-bildtext-cta-rechts.cms-container.hasbg,
  .cms-container.SEC-ODD.KBK-055-B-bildtext-cta-links.cms-container.hasbg,
  .cms-container.SEC-EVEN.KBK-055-B-bildtext-cta-links.cms-container.hasbg {
    padding: 30px 0 30px 0;
  }
  .cms-container.SEC-ODD .KBK-020-laufband .bx-viewport,
  .cms-container.SEC-EVEN .KBK-020-laufband .bx-viewport,
  .cms-container.SEC-ODD .KBK-023-slider .bx-viewport,
  .cms-container.SEC-EVEN .KBK-023-slider .bx-viewport,
  .cms-container.SEC-ODD .KBK-025-produktlaufband .bx-viewport,
  .cms-container.SEC-EVEN .KBK-025-produktlaufband .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-052-A-karussel-aktionen .bx-viewport,
  .cms-container.SEC-EVEN .KBK-052-A-karussel-aktionen .bx-viewport,
  .cms-container.SEC-ODD .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .HFC-008-freizeitslider .bx-viewport,
  .cms-container.SEC-EVEN .HFC-008-freizeitslider .bx-viewport,
  .cms-container.SEC-ODD .HFC-SEC-011 .bx-viewport,
  .cms-container.SEC-EVEN .HFC-SEC-011 .bx-viewport {
    padding-top: 24px;
  }
  .cms-container.SEC-ODD .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .coop-hfc .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .coop-hfc .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .coop-hfc .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .coop-hfc .KBK-062-B-slider-praemien .bx-viewport {
    padding-bottom: 4px;
  }
  .cms-container.SEC-ODD.HFC-SEC-002 [class^="col-"]:last-child .HFC-012-B-teaser-bild-6-spaltig,
  .cms-container.SEC-EVEN.HFC-SEC-002 [class^="col-"]:last-child .HFC-012-B-teaser-bild-6-spaltig,
  .cms-container.SEC-ODD.HFC-SEC-002 [class^="col-"]:last-child .HFC-012-A-teaser-bild-6-spaltig,
  .cms-container.SEC-EVEN.HFC-SEC-002 [class^="col-"]:last-child .HFC-012-A-teaser-bild-6-spaltig {
    margin-bottom: 0;
  }
  .HFC-SEC-001 .KBK-015-trennlinie {
    margin-top: 26px;
  }
  .coop-hfc .KBK-016-bildergalerie .bx-wrapper .arrow-container,
  .coop-hfc .KBK-020-laufband .bx-wrapper .arrow-container,
  .coop-hfc .KBK-023-slider .bx-wrapper .arrow-container,
  .coop-hfc .KBK-025-produktlaufband .bx-wrapper .arrow-container,
  .coop-hfc .KBK-039-laufband-rezepte .bx-wrapper .arrow-container,
  .coop-hfc .KBK-044-A-slider-digitale-bons .bx-wrapper .arrow-container,
  .coop-hfc .KBK-044-B-slider-digitale-bons .bx-wrapper .arrow-container,
  .coop-hfc .KBK-062-A-slider-praemien .bx-wrapper .arrow-container,
  .coop-hfc .KBK-062-B-slider-praemien .bx-wrapper .arrow-container,
  .coop-hfc .KBK-044-A-kachel-slider .bx-wrapper .arrow-container,
  .coop-hfc .KBK-044-B-kachel-slider .bx-wrapper .arrow-container,
  .coop-hfc .KBK-044-C-kachel-slider .bx-wrapper .arrow-container,
  .coop-hfc .KBK-044-D-kachel-slider .bx-wrapper .arrow-container,
  .coop-hfc .KBK-075-slider .bx-wrapper .arrow-container,
  .coop-hfc .KBK-099-fotobox-galerie .bx-wrapper .arrow-container,
  .coop-hfc .HFC-008-freizeitslider .bx-wrapper .arrow-container {
    top: 50% !important;
    transform: translateY(-50%);
  }
  .coop-hfc .KBK-023-slider .bx-viewport,
  .coop-hfc .KBK-025-produktlaufband .bx-viewport,
  .coop-hfc .KBK-SEC-021 .bx-viewport {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  html.no-touch .coop-hfc .KBK-016-bildergalerie .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-020-laufband .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-023-slider .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-025-produktlaufband .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-039-laufband-rezepte .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-044-A-slider-digitale-bons .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-044-B-slider-digitale-bons .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-062-A-slider-praemien .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-062-B-slider-praemien .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-044-A-kachel-slider .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-044-B-kachel-slider .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-044-C-kachel-slider .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-044-D-kachel-slider .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-075-slider .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .KBK-099-fotobox-galerie .bx-controls-direction a .arrow-container,
  html.no-touch .coop-hfc .HFC-008-freizeitslider .bx-controls-direction a .arrow-container {
    top: 40%;
  }
  .KBK-020-laufband .headline-wrapper,
  .KBK-044-A-slider-digitale-bons .headline-wrapper,
  .KBK-062-A-slider-praemien .headline-wrapper {
    margin-bottom: -88px;
  }
  .coop-hfc .KBK-SEC-021 .slider-container {
    border-radius: 0;
  }
  .KBK-044-A-slider-digitale-bons .KBK-050-digitalerbon .dc-tile {
    padding: 20px 25px;
  }
  .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .btn-default {
    padding: 11px 16px 12px;
    margin: 0;
  }
  .coop-hfc .KBK-014-link-teaser.hfc-teaser-link {
    margin-bottom: 24px;
  }
  .coop-hfc .KBK-016-bildergalerie .bxfullsize .bx-wrapper .bx-controls {
    margin-top: 30px;
  }
  .coop-hfc .KBK-016-bildergalerie .bxfullsize .bx-wrapper .bx-pager {
    top: 0;
  }
  .KBK-018-schmuck-text-element .KBK-006-A-ueberschriften h2 {
    margin-bottom: 10px;
  }
  .coop-hfc .KBK-023-slider .headline-wrapper {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .coop-hfc .KBK-023-slider .headline-wrapper .slider-headline {
    margin-bottom: 0;
  }
  .coop-hfc .KBK-023-slider .txt-container {
    border-radius: 0;
  }
  .coop-hfc .KBK-023-slider .bx-wrapper .bx-controls-direction .arrow-container {
    padding-top: 28px;
  }
  .coop-hfc .KBK-024-call-to-action-button a {
    display: block;
  }
  .coop-hfc .KBK-024-call-to-action-button .button-wrapper {
    width: 100%;
  }
  .coop-hfc .KBK-024-call-to-action-button .megabutton {
    max-width: none;
    font-size: 1.6rem;
    text-transform: none;
    padding: 10px 57px 12px 10px;
  }
  .coop-hfc .KBK-024-call-to-action-button .button-square {
    height: 47px;
    width: 47px;
  }
  .coop-hfc .KBK-024-call-to-action-button .icon-arrow-normal {
    padding: 12px 20px;
    height: 46px;
    width: 47px;
  }
  .coop-hfc .KBK-024-call-to-action-button-small {
    width: 100%;
  }
  .coop-hfc .KBK-039-laufband-rezepte .KBK-038-teaser-rezept .txt-container {
    height: 170px;
  }
  .coop-hfc .KBK-040-E-produktkachel.produkt .vertical-center {
    width: 90%;
  }
  .coop-hfc .KBK-040-E-produktkachel.produkt .vertical {
    padding-bottom: 70%;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .KBK-014-link,
  .coop-hfc .KBK-044-B-slider-digitale-bons .KBK-014-link,
  .coop-hfc .KBK-062-A-slider-praemien .KBK-014-link,
  .coop-hfc .KBK-062-B-slider-praemien .KBK-014-link {
    padding-bottom: 0;
  }
  .coop-hfc #modal-textImage .modal-dialog {
    width: 70%;
    max-width: 400px;
    margin: 140px auto 0;
  }
  .coop-hfc #modal-textImage .modal-dialog .modal-content {
    padding: 45px 0 0;
  }
  .coop-hfc .KBK-047-buehne {
    height: auto !important;
    padding-bottom: 0;
    margin-bottom: 46px;
    margin-right: -16px;
    margin-left: -16px;
  }
  .coop-hfc .KBK-047-buehne .wrapper {
    min-height: 293px;
  }
  .coop-hfc .KBK-047-buehne .cta-wrapper .cta {
    margin-bottom: 10px;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-pager {
    display: block;
    padding-bottom: 8px;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction .arrow-container {
    padding-top: 0;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a {
    height: calc(100% - 75px);
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a .arrow-container {
    top: 45%;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-prev .arrow-container {
    left: 8px;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    top: 0;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-next .arrow-container {
    right: 8px;
  }
  .KBK-051-karte .karten_box .tb_button_box {
    padding: 0;
    text-align: center;
  }
  .KBK-051-karte .karten_box .tb_button_box a {
    float: none;
    display: inline-block;
  }
  .coop-hfc .KBK-056-schritt-fuer-schritt-anleitung .numbered-item {
    margin-bottom: 20px;
  }
  .KBK-075-slider p {
    font-size: 1.4rem;
  }
  .coop-hfc .KBK-099-fotobox-galerie .bxfullsize .bx-wrapper .bx-controls {
    margin-top: 30px;
  }
  .coop-hfc .KBK-099-fotobox-galerie .bxfullsize .bx-wrapper .bx-pager {
    top: 0;
  }
  .coop-hfc.coop-scid .fm-024-btn-group-register {
    margin-left: 0;
    margin-right: 0;
  }
  .coop-hfc.coop-scid .fm-required-text {
    margin-right: 0;
  }
  .coop-hfc.coop-scid .fm-emailchange-selection {
    padding: 5px 15px 10px 15px;
  }
  .coop-hfc.coop-scid .hfc-fm-logo {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .sc_addcard_scid_step_a .popover.additionalcard-popover,
  .sc_addcard_scid_step_b .popover.additionalcard-popover,
  .sc_addcard_scid_step_c .popover.additionalcard-popover,
  .sc_addcard_scid_step_d2 .popover.additionalcard-popover,
  .sc_addcard_scid_step_d4 .popover.additionalcard-popover {
    max-width: 255px;
    box-shadow: none;
    border-right: 15px solid transparent;
  }
  .sc_addcard_scid_step_a .popover.additionalcard-popover > .close-x,
  .sc_addcard_scid_step_b .popover.additionalcard-popover > .close-x,
  .sc_addcard_scid_step_c .popover.additionalcard-popover > .close-x,
  .sc_addcard_scid_step_d2 .popover.additionalcard-popover > .close-x,
  .sc_addcard_scid_step_d4 .popover.additionalcard-popover > .close-x {
    right: 20px;
  }
  .sc_addcard_scid_step_a .popover.additionalcard-popover .content-wrapper,
  .sc_addcard_scid_step_b .popover.additionalcard-popover .content-wrapper,
  .sc_addcard_scid_step_c .popover.additionalcard-popover .content-wrapper,
  .sc_addcard_scid_step_d2 .popover.additionalcard-popover .content-wrapper,
  .sc_addcard_scid_step_d4 .popover.additionalcard-popover .content-wrapper {
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 26px;
  }
  .sc_addcard_scid_step_a .popover.additionalcard-popover .content-wrapper:last-child,
  .sc_addcard_scid_step_b .popover.additionalcard-popover .content-wrapper:last-child,
  .sc_addcard_scid_step_c .popover.additionalcard-popover .content-wrapper:last-child,
  .sc_addcard_scid_step_d2 .popover.additionalcard-popover .content-wrapper:last-child,
  .sc_addcard_scid_step_d4 .popover.additionalcard-popover .content-wrapper:last-child {
    margin-bottom: 0;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 46px;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .fm-030-h2 {
    padding: 20px 52px 18px 16px;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .fadeout {
    width: 70px;
  }
  .coop-hfc.coop-scid .fm-013-plz-ort .fm-003-autocomplete .fm-003-list-wrapper ul li {
    display: list-item !important;
  }
  .coop-hfc.coop-scid .fm-correct-icon {
    margin-right: -12px;
  }
  .coop-hfc .KBK-036-C-vst-form .wrapper,
  .coop-hfc .KBK-036-D-vst-form .wrapper {
    padding: 20px 20px 0;
  }
  .coop-hfc.coop-gs .GS-009-artikel .GS-009-wrapper > .link {
    border-radius: 0;
  }
  .supi-right {
    display: none;
  }
  .SCID-010-klappliste .panel-heading a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 14px 52px 8px 20px;
  }
  .SCID-010-klappliste .panel-heading h2 {
    display: block;
    margin-top: 12px;
  }
  .SCID-010-klappliste .panel-heading .sc-userdata,
  .SCID-010-klappliste .panel-heading .sc-userdata-link {
    top: 2px;
    position: relative;
    right: auto;
    left: 0;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .SCID-010-klappliste .panel-heading .sc-userdata-link {
    display: inline-block;
  }
  .SCID-010-klappliste .panel-heading .sc-userdata-link div {
    padding: 0;
  }
  .SCID-010-klappliste .panel-body {
    font-size: 1.4rem;
  }
  .SCID-010-klappliste .panel-body {
    padding: 0 5px;
  }
  .SCID-010-klappliste .sc-fm-logo,
  .SCID-010-klappliste .hf-fm-logo,
  .SCID-010-klappliste .mv-fm-logo {
    display: none;
  }
  .HFC-004-introtext p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .coop-hfc .HFC-007-karussell h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 6px;
  }
  .coop-hfc .HFC-007-karussell .content {
    padding: 10px 6px 0;
  }
  .coop-hfc .HFC-007-karussell .content p {
    font-size: 1.4rem;
  }
  .coop-hfc .HFC-007-karussell .KBK-024-call-to-action-button-small .cta-small {
    font-size: 1.4rem;
  }
  .coop-hfc .HFC-007-karussell .KBK-024-call-to-action-button-small .cta-small .txt {
    padding: 9px 15px 0 15px;
  }
  .coop-hfc .HFC-007-karussell .hfc-papercutout {
    padding: 10px 14px 40px;
  }
  .coop-hfc .HFC-007-karussell .bx-viewport {
    margin: 0 0 auto !important;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction .arrow-container {
    position: absolute;
    top: 7%;
    right: 0;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a {
    width: 38px;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a .arrow-container {
    width: 38px;
    padding-top: 24px;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px;
  }
  .HFC-008-freizeitslider .KBK-024-call-to-action-button-small {
    width: 100%;
    padding: 0 16px;
  }
  .HFC-008-freizeitslider .KBK-024-call-to-action-button-small .cta-small {
    position: relative;
  }
  .HFC-008-freizeitslider .headline-wrapper {
    margin: 0;
  }
  .HFC-008-freizeitslider .slider-txt {
    margin-left: 16px;
    margin-right: 16px;
  }
  .HFC-SEC-013 {
    padding: 10px 16px 14px 16px;
  }
  .HFC-013-teaser-events {
    margin-bottom: 10px !important;
  }
  .HFC-013-teaser-events + .HFC-013-teaser-events .HFC-013-col-img {
    border-top: 2px solid #ebebeb;
  }
  .HFC-013-teaser-events .HFC-013-col-img {
    padding: 20px 20px 12px;
  }
  .HFC-013-teaser-events .HFC-013-col-img img {
    width: 100%;
  }
  .HFC-013-teaser-events .HFC-013-col-text {
    padding: 0 30px;
  }
  .HFC-017-A-karussel-aktionen .KBK-066-A-kachel-generisch {
    display: block;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .HFC-017-A-karussel-aktionen .wrapper-border {
    padding: 16px 8px 24px;
  }
  .HFC-017-A-karussel-aktionen .bx-wrapper picture img {
    display: inline-block;
    width: auto !important;
  }
  .HFC-017-A-karussel-aktionen .wrapper {
    padding: 0;
  }
  .HFC-017-A-karussel-aktionen .KBK-040-E-produktkachel.produkt .hl {
    min-height: 71px;
    height: 71px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-transform: none;
  }
  html.no-touch .HFC-017-B-karussel-aktionen .bx-controls-direction a:hover .arrow-container {
    color: #adadad;
  }
  .HFC-017-B-karussel-aktionen .wrapper-border {
    padding: 12px 10px 10px;
  }
  .HFC-017-B-karussel-aktionen .bx-viewport {
    margin: 0 0 auto !important;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a {
    width: 38px;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
    top: 24%;
    right: 0;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
    width: 38px;
    padding-top: 24px;
    top: 52%;
    color: #995699;
    text-shadow: none;
  }
  .HFC-017-B-karussel-aktionen .wrapper {
    padding: 0;
  }
  .HFC-017-B-karussel-aktionen picture img {
    display: inline-block;
    width: auto !important;
  }
  .HFC-017-B-karussel-aktionen.no-slide .container-text,
  .HFC-017-B-karussel-aktionen .bx-wrapper .container-text {
    padding: 20px 38px 10px 38px;
  }
  .coop-hfc .HFC-018-blogteaser .KBK-014-link-teaser.hfc-teaser-link {
    margin-bottom: 10px;
  }
  .HFC-018__content {
    margin: -30px 14px 0 20px;
    padding-top: 20px;
    width: auto;
  }
  .HFC-019__tags {
    margin-bottom: 5px;
  }
  .HFC-019__tags .tag,
  .HFC-019__tags .date {
    margin-bottom: 5px;
  }
  .HFC-019__introtext h1 {
    line-height: 3.4rem;
    margin-bottom: 20px;
  }
  .HFC-019__introtext p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .HFC-whatsapp-widget .inner-wrapper iframe {
    margin-top: -40px;
    height: 105px;
  }
  .HFC-whatsapp-widget .inner-wrapper h3 {
    font-size: 1.8rem;
  }
  .KBK-001-B-teaser-bild .wrapper.gray .cta .link-arrow,
  .KBK-001-C-teaser-bild .wrapper.gray .cta .link-arrow,
  .KBK-001-DE-teaser-bildtext .wrapper.gray .cta .link-arrow {
    border-radius: 10px 0 10px 0;
  }
  .KBK-001-B-teaser-bild .wrapper .cta,
  .KBK-001-C-teaser-bild .wrapper .cta,
  .KBK-001-DE-teaser-bildtext .wrapper .cta {
    border-radius: 10px 0 10px 0;
  }
  .KBK-001-A-teaser-bild .wrapper .cta {
    border-radius: 0 0 10px 10px;
  }
  .KBK-001-A-teaser-bild .wrapper .cta .link-arrow {
    border-radius: 0 0 10px 0;
  }
  .KBK-001-DE-teaser-bildtext .opac-overlay {
    height: 54px;
  }
  .KBK-001-DE-teaser-bildtext .wrapper.gray .cta .link-arrow {
    border-radius: 0 0 10px 0;
  }
  .KBK-001-DE-teaser-bildtext .wrapper .cta {
    border-radius: 0 0 10px 0;
  }
  .HFC-009-teaser-neumitglieder {
    padding: 0 15px 24px 15px;
  }
  .HFC-010-teaser-block [class^="col-"]:last-of-type .HFC-010-teaser-item .HFC-010-info-text .KBK-014-link {
    margin-bottom: 0;
  }
  .HFC-011-teaser-bild-4-spaltig {
    margin-bottom: 0;
  }
  .HFC-012-A-teaser-bild-6-spaltig,
  .HFC-012-B-teaser-bild-6-spaltig {
    padding: 20px 30px 30px;
  }
  .HFC-014-A-teaser-bild-5-spaltig,
  .HFC-014-B-teaser-bild-5-spaltig {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .HFC-014-A-teaser-bild-5-spaltig a,
  .HFC-014-B-teaser-bild-5-spaltig a {
    padding: 10px 15px 20px 15px;
    border-radius: 0;
    background-color: transparent;
  }
  .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften > :last-child,
  .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften > :last-child {
    margin-bottom: 10px;
  }
  .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften p,
  .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften p {
    margin: 0 0 10px;
  }
  .HFC-014-A-teaser-bild-5-spaltig .wrapper,
  .HFC-014-B-teaser-bild-5-spaltig .wrapper {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig,
  .HFC-016-B-teaser-bild-text-5-spaltig {
    margin-left: -15px;
    margin-right: -15px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .wrapper,
  .HFC-016-B-teaser-bild-text-5-spaltig .wrapper {
    width: auto;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig a,
  .HFC-016-B-teaser-bild-text-5-spaltig a {
    padding: 15px 15px 10px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig p,
  .HFC-016-B-teaser-bild-text-5-spaltig p {
    margin: 0 0 10px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig a {
    padding: 15px 15px 30px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig h2 {
    margin-bottom: 8px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines p {
    margin: 0 0 10px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout {
    margin-top: 0;
    padding: 20px 26px 30px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout .teaser-headlines h2 {
    padding-top: 0 !important;
  }
  .HFC-015-teaser-text-5-spaltig .teaser-headlines p {
    margin: 0 0 10px;
  }
  .HFC-015-teaser-text-5-spaltig .KBK-024-call-to-action-button-small {
    width: 100%;
  }
  #HFC-APP-002 .reset-filter-wrapper {
    background-color: #f6f6f6;
  }
  #HFC-APP-002 .results-sort-select {
    justify-content: space-between;
    text-align: left;
  }
  #HFC-APP-002 .results-sort-select .checkbox {
    padding-top: 18px;
  }
  #HFC-APP-002 .filter-hl {
    padding-top: 20px;
  }
  #HFC-APP-002 .filter-wrapper {
    display: block;
    background-color: #f6f6f6;
    padding-top: 20px;
  }
  #HFC-APP-002 .filter-wrapper .filter-category {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
  }
  #HFC-APP-002 .filter-wrapper .filter-category:last-child {
    margin-bottom: 0;
  }
  #HFC-APP-002 .filter-wrapper .filter-selected-popover {
    top: 15px;
  }
  #HFC-APP-002 .filter-wrapper .filter-selected-popover .body {
    max-height: 300px;
    overflow-y: scroll;
  }
  #HFC-APP-002 .app002-search {
    border: 0;
  }
  #HFC-APP-002 .app002-filter .col-toggle {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px;
    background-color: #dbdbdb;
  }
  #HFC-APP-002 .app002-filter .headline {
    background-color: #f6f6f6;
    padding-top: 10px;
  }
}
@media only print, (min-width: 1260px) {
  .coop-hfc #main-header .login-welcome {
    width: 35%;
    bottom: 30%;
  }
  .KBK-044-A-slider-digitale-bons .KBK-050-digitalerbon .dc-tile {
    padding: 25px 30px;
  }
  .KBK-044-A-slider-digitale-bons .KBK-050-digitalerbon .dc-tile.with-logo .dc-tile-header:after {
    top: 0;
  }
  .coop-hfc .KBK-047-buehne {
    height: 0 !important;
    padding-bottom: 59.5%;
  }
  .coop-hfc .KBK-047-buehne .wrapper {
    min-height: 388px;
  }
  .KBK-059-teaser-bild-text.KBK-059-B .calloutTextWrapper .calloutText span {
    font-size: 2rem;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
    top: 13%;
  }
  .HFC-014-A-teaser-bild-5-spaltig a,
  .HFC-014-B-teaser-bild-5-spaltig a {
    padding: 10px 50px 14px 50px;
  }
  .HFC-014-A-teaser-bild-5-spaltig .hfcicon h2:before,
  .HFC-014-B-teaser-bild-5-spaltig .hfcicon h2:before {
    margin-right: 10px;
    top: 8px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig a {
    margin-top: 40px;
  }
  .HFC-SEC-004 .HFC-015-teaser-text-5-spaltig .HFC-005-A-ueberschriften h2 {
    padding-top: 12px !important;
  }
  .HFC-SEC-004 .HFC-015-teaser-text-5-spaltig .hfcicon h2 {
    padding-top: 14px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1259px) {
  .coop-hfc #main-header .login-welcome {
    width: 35%;
    bottom: 28%;
  }
  .KBK-044-A-slider-digitale-bons .KBK-050-digitalerbon .dc-tile {
    padding: 25px 20px;
  }
  .KBK-044-A-slider-digitale-bons .KBK-050-digitalerbon .dc-tile.with-logo .dc-tile-header:after {
    top: 0;
    right: 10px;
  }
  .coop-hfc .KBK-023-slider .bx-wrapper .bxslider .hfcPapercutout {
    padding: 40px 30px 30px;
  }
  .coop-hfc .KBK-023-slider.no-slide .bxslider > li {
    padding: 40px 30px 30px;
  }
  .coop-hfc .KBK-040-C-produktkachel.produkt .vertical {
    min-height: 190px;
  }
  .coop-hfc .KBK-062-A-slider-praemien .KBK-040-C-produktkachel {
    padding: 14px !important;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon {
    padding: 20px 14px 22px;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon .coupon-ribbon-new {
    top: 20px;
    left: 14px;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon .coupon-hd {
    padding-top: 24px;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon .coupon-discount {
    font-size: 3rem;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon .coupon-store {
    padding: 42px 14px 10px 14px;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon .coupon-image img {
    height: 130px;
    padding: 2px 0 8px 0;
  }
  .coop-hfc .KBK-044-A-slider-digitale-bons .digitalebons-container .coupon .coupon-expiration-date {
    padding: 0 10px 6px;
  }
  .coop-hfc .KBK-047-buehne {
    height: 0 !important;
    padding-bottom: 59.5%;
  }
  .coop-hfc .KBK-047-buehne .wrapper {
    min-height: 295px;
  }
  .KBK-059-teaser-bild-text.KBK-059-B .calloutTextWrapper .calloutText span {
    font-size: 1.8rem;
  }
  .col-md-4 .KBK-072-bild-text-element .hl {
    font-size: 1.7rem;
  }
  .coop-hfc .KBK-071-produkt-kachel .price,
  .coop-hfc .KBK-071-A-produkt-kachel .price {
    font-size: 2.2rem;
  }
  .coop-hfc .KBK-036-C-vst-form .KBK-014-link,
  .coop-hfc .KBK-036-D-vst-form .KBK-014-link,
  .coop-hfc .KBK-036-A-vst-form .KBK-014-link {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
  .HFC-008-freizeitslider .headline-wrapper {
    margin: 0 100px;
  }
  .HFC-008-freizeitslider .slider-txt {
    margin-left: 100px;
    margin-right: 100px;
  }
  .HFC-017-A-karussel-aktionen .wrapper-border {
    padding: 20px 10px 20px;
  }
  .HFC-017-B-karussel-aktionen .wrapper-border {
    padding: 18px 20px 20px;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a .arrow-container {
    top: 7%;
  }
  .HFC-018__content {
    padding: 14px 14px 10px;
  }
  .HFC-whatsapp-widget .inner-wrapper {
    padding: 25px 15px 0;
  }
  .HFC-whatsapp-widget .inner-wrapper iframe {
    margin-top: -90px;
    height: 153px;
  }
  .HFC-whatsapp-widget .inner-wrapper p {
    max-width: 300px;
    min-width: 250px;
    height: 70px;
  }
  .HFC-009-teaser-neumitglieder {
    margin-bottom: 0;
  }
  .HFC-009-teaser-neumitglieder .teaser-content {
    padding: 10px;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-hand-top {
    bottom: -14%;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-hand-bottom {
    margin-top: -4.15%;
  }
  .HFC-014-A-teaser-bild-5-spaltig,
  .HFC-014-B-teaser-bild-5-spaltig {
    margin: 0 auto;
  }
  .HFC-014-A-teaser-bild-5-spaltig a,
  .HFC-014-B-teaser-bild-5-spaltig a {
    padding: 10px 30px;
  }
  .HFC-SEC-003 .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften h2,
  .HFC-SEC-003 .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .HFC-014-A-teaser-bild-5-spaltig .wrapper,
  .HFC-014-B-teaser-bild-5-spaltig .wrapper {
    padding: 0 24px 4px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig p,
  .HFC-016-B-teaser-bild-text-5-spaltig p {
    margin: 0 0 12px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig {
    margin-bottom: 0;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout a {
    padding: 0 40px 0 10px;
  }
  .HFC-015-teaser-text-5-spaltig {
    padding: 14px 20px 20px 20px;
  }
  .HFC-SEC-004 .HFC-015-teaser-text-5-spaltig .HFC-005-A-ueberschriften h2 {
    padding-top: 18px !important;
  }
  .HFC-SEC-004 .HFC-015-teaser-text-5-spaltig .hfcicon h2 {
    padding-top: 16px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1259px), only print, (min-width: 1260px) {
  .coop-hfc .scid-003-container {
    margin: 0 0 24px 0 !important;
  }
  .coop-hfc .KBK-SEC-020 .basic-flex > .col-md-5 {
    flex-direction: row;
  }
  .KBK-051-karte .karten_box .tb_accordion_box .KBK-011-tabelle thead th,
  .KBK-051-karte .karten_box .tb_accordion_box .KBK-011-tabelle tbody td {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .coop-hfc .KBK-071-produkt-kachel,
  .coop-hfc .KBK-071-A-produkt-kachel {
    padding: 20px 15px 30px;
  }
  .coop-hfc h2.vst-headline {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .HFC-004-introtext h1 {
    font-size: 4.2rem;
    line-height: 4.4rem;
  }
  .HFC-005-A-ueberschriften h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .col-md-7 .HFC-007-karussell {
    padding-left: 0;
  }
  .HFC-008-freizeitslider .slider-container {
    max-height: 330px;
  }
  .HFC-008-freizeitslider.no-slide .bx-controls-direction {
    display: none;
  }
  .HFC-013-teaser-events .HFC-013-col-img {
    padding: 24px 35px;
  }
  .HFC-010-teaser-headline {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .HFC-010-teaser-subline {
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
  .HFC-010-teaser-intro {
    font-size: 2.1rem;
    line-height: 3.6rem;
  }
  .HFC-010-info-image {
    margin: 0 0 20px 0;
  }
  .HFC-010-info-subline {
    height: 5.2rem;
  }
  #HFC-APP-002 .filter-wrapper .filter-setting {
    max-width: 33.3%;
  }
  #HFC-APP-002 .filter-wrapper .filter-setting.checkbox {
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1259px), only print, (min-width: 1260px) {
  .coop-hfc .scid-003-container:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    height: 100%;
    top: 0;
    width: 45.83333333%;
    left: 54.16666667%;
  }
  .coop-hfc .KBK-036-C-vst-form {
    border-radius: 10px;
  }
  .coop-hfc.coop-gs .GS-001-container {
    border-color: #771e77;
  }
  .HFC-013-teaser-events {
    margin-bottom: 0 !important;
  }
  .HFC-013-teaser-events + .HFC-013-teaser-events .HFC-013-col-img,
  .HFC-013-teaser-events + .HFC-013-teaser-events .HFC-013-col-text {
    border-top: 2px solid #ebebeb;
  }
  .HFC-017-A-karussel-aktionen .KBK-066-A-kachel-generisch {
    margin-bottom: 0;
  }
  .HFC-017-A-karussel-aktionen .KBK-066-A-kachel-generisch .coopProductImage {
    width: calc(50% - 10px);
    padding-bottom: 50%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
  .HFC-017-A-karussel-aktionen .KBK-066-A-kachel-generisch .coopProductOffer {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 25%;
    transform: translateY(-50%);
  }
  .HFC-017-A-karussel-aktionen .KBK-066-A-kachel-generisch .coopProductDescr {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #HFC-APP-002 .results-count {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coop-hfc .scid-003-container .HFC-003-info-copy {
    font-size: 1.4rem;
  }
  .coop-hfc .HFC-003-myaccount-menu .label-logout {
    font-size: 1.6rem;
  }
  .coop-hfc .SC-SEC-konto .label-logout {
    font-size: 1.6rem;
  }
  .cms-container.HFC-SEC-004.hasbg {
    padding: 20px 0 0 0;
  }
  .coop-hfc .KBK-016-bildergalerie .slider-headline,
  .coop-hfc .KBK-020-laufband .slider-headline,
  .coop-hfc .KBK-023-slider .slider-headline,
  .coop-hfc .KBK-025-produktlaufband .slider-headline,
  .coop-hfc .KBK-039-laufband-rezepte .slider-headline,
  .coop-hfc .KBK-044-A-slider-digitale-bons .slider-headline,
  .coop-hfc .KBK-044-B-slider-digitale-bons .slider-headline,
  .coop-hfc .KBK-062-A-slider-praemien .slider-headline,
  .coop-hfc .KBK-062-B-slider-praemien .slider-headline,
  .coop-hfc .KBK-044-A-kachel-slider .slider-headline,
  .coop-hfc .KBK-044-B-kachel-slider .slider-headline,
  .coop-hfc .KBK-044-C-kachel-slider .slider-headline,
  .coop-hfc .KBK-044-D-kachel-slider .slider-headline,
  .coop-hfc .KBK-075-slider .slider-headline,
  .coop-hfc .KBK-099-fotobox-galerie .slider-headline,
  .coop-hfc .HFC-008-freizeitslider .slider-headline {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .fadeout {
    display: block;
    width: 16px;
  }
  .coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .fadeout {
    display: block;
    width: 16px;
  }
  .coop-hfc .KBK-023-slider .headline-wrapper .slider-headline {
    padding: 0 0 2px 0;
  }
  .coop-hfc .KBK-038-teaser-rezept .h2 {
    font-family: "CoopCond", Open Sans, Helvetica, Arial, sans-serif;
    line-height: 2.2rem;
  }
  .KBK-051-karte .karten_box .tb_button_box .map-btn-container a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    min-width: 80px;
    padding: 6px 8px 8px;
  }
  .coop-hfc .KBK-056-schritt-fuer-schritt-anleitung h2 {
    line-height: 2.4rem;
  }
  .coop-hfc .KBK-056-schritt-fuer-schritt-anleitung h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed:hover .icon-arrow-normal-up,
  html.no-touch .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed:hover .icon-arrow-normal-down {
    background-color: #cdcdcd !important;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed .icon-arrow-normal-up,
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-title.collapsed .icon-arrow-normal-down {
    background-color: #dbdbdb !important;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-body {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .coop-hfc.coop-scid .fm-correct-text {
    display: none;
  }
  .coop-hfc.coop-scid .nv-links-item {
    font-size: 1.4rem;
    line-height: 2;
  }
  .SCID-010-klappliste .panel-body .row {
    margin: 0 0 10px 0;
  }
  .hfcicon.HFC-004-introtext h1:before {
    width: 36px;
    height: 24px;
    top: 3px;
    margin-right: 6px;
    background-size: 36px 24px;
  }
  .hfcicon.HFC-005-A-ueberschriften h2:before {
    width: 36px;
    height: 24px;
    top: 3px;
    margin-right: 6px;
    background-size: 36px 24px;
  }
  .HFC-008-freizeitslider .bx-wrapper .bx-controls-direction .arrow-container {
    top: 18%;
  }
  .HFC-013-teaser-events .hfcicon:before {
    width: 36px;
    height: 24px;
    top: 3px;
    margin-right: 6px;
    background-size: 36px 24px;
  }
  .HFC-017-A-karussel-aktionen {
    margin-bottom: 40px;
  }
  .HFC-017-B-karussel-aktionen {
    margin-bottom: 40px;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .hl {
    margin-bottom: 4px;
  }
  .HFC-whatsapp-widget .inner-wrapper p {
    font-size: 1.4rem;
  }
  .HFC-010-teaser-item {
    margin-bottom: 0;
  }
  .HFC-010-teaser-item .KBK-014-link a {
    font-size: 1.4rem;
  }
  .HFC-010-info-subline {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .HFC-014-A-teaser-bild-5-spaltig .hfcicon h2:before,
  .HFC-014-B-teaser-bild-5-spaltig .hfcicon h2:before {
    width: 36px;
    height: 24px;
    top: 3px;
    margin-right: 6px;
    background-size: 36px 24px;
  }
  ol.generic li {
    left: 21px;
    width: calc(100% - 21px);
  }
  ol.generic li:before {
    margin-left: -21px;
  }
  ul.generic li {
    left: 12px;
    width: calc(100% - 12px);
  }
  ul.generic li:before {
    margin-left: -12px;
  }
  .HFC-015-teaser-text-5-spaltig.hfc-teaser {
    margin-bottom: 46px;
  }
  #HFC-APP-002 .results-sort-select select {
    font-size: 1.4rem;
  }
  #HFC-APP-002 .app002-search h2 {
    margin-bottom: 10px;
  }
  #HFC-APP-002 .filter-tag {
    font-size: 14px;
  }
  #HFC-APP-002 .filter-tag .icon {
    font-size: 12px;
  }
}
@media only print, (min-width: 1260px), only screen and (min-width: 992px) and (max-width: 1259px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coop-hfc .HFC-003-login .KBK-024-call-to-action-button-small .link-arrow {
    transition: 200ms ease-in-out;
  }
  .coop-hfc .cms-container.KBK-SEC-008 .border-right,
  .coop-hfc .cms-container.KBK-SEC-008 .border-right-nosm {
    border-right: 2px solid #ebebeb;
  }
  .coop-hfc .cms-container.KBK-SEC-008 .row:after {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .cms-container.SEC-ODD .HFC-012-B-teaser-bild-6-spaltig,
  .cms-container.SEC-EVEN .HFC-012-B-teaser-bild-6-spaltig,
  .cms-container.SEC-ODD .HFC-012-A-teaser-bild-6-spaltig,
  .cms-container.SEC-EVEN .HFC-012-A-teaser-bild-6-spaltig {
    margin-bottom: 0;
  }
  .coop-hfc .KBK-011-tabelle thead :first-child {
    border-radius: 10px 0 0 0;
  }
  .coop-hfc .KBK-011-tabelle thead :last-child {
    border-radius: 0 10px 0 0;
  }
  .coop-hfc .KBK-011-tabelle tbody tr.footer {
    background-color: transparent;
  }
  .coop-hfc .KBK-011-tabelle tbody tr.footer td:only-child {
    background-color: #f6f6f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .coop-hfc .KBK-032-A-teaser-bild-text-flyout .cta .link-arrow {
    transition: 200ms ease-in-out;
  }
  .coop-hfc .KBK-SEC-021 .KBK-044-A-slider-digitale-bons .bx-viewport {
    padding-top: 44px;
    padding-bottom: 34px;
  }
  .coop-hfc .KBK-047-buehne {
    border-radius: 10px;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper img {
    border-radius: 10px;
  }
  .coop-hfc.coop-scid .HFC-010-teaser-text {
    width: 85%;
    margin-left: 8.33333333%;
  }
  .coop-hfc .HFC-007-karussell h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 14px;
  }
  .coop-hfc .HFC-007-karussell .content p {
    font-size: 1.6rem;
  }
  .coop-hfc .HFC-007-karussell .container-fluid {
    padding: 0;
  }
  .coop-hfc .HFC-007-karussell .container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .HFC-017-A-karussel-aktionen .KBK-040-E-produktkachel.produkt .hl {
    font-weight: 600 !important;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    height: 42px;
  }
  .HFC-014-A-teaser-bild-5-spaltig,
  .HFC-014-B-teaser-bild-5-spaltig {
    width: 100%;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig,
  .HFC-016-B-teaser-bild-text-5-spaltig {
    width: 100%;
  }
  .HFC-015-teaser-text-5-spaltig {
    width: 100%;
  }
  #HFC-APP-002 .results-sort-select {
    text-align: right;
  }
  #HFC-APP-002 .results-sort-select label,
  #HFC-APP-002 .results-sort-select select {
    display: inline;
  }
  #HFC-APP-002 .results-sort-select select {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .coop-hfc .cms-container.KBK-SEC-008 .icon-checked-checkbox {
    font-size: 1.2rem;
    top: 3px;
  }
  .coop-hfc .cms-container.KBK-SEC-008 .icon-close-small {
    font-size: 1.4rem;
  }
  .coop-hfc .cms-container.KBK-SEC-008 .KBK-004-A-teaser-text button {
    font-size: 1.4rem;
  }
  .cms-container.SEC-ODD,
  .cms-container.SEC-EVEN {
    padding: 20px 0 26px 0;
  }
  .cms-container.SEC-ODD:first-of-type,
  .cms-container.SEC-EVEN:first-of-type {
    padding: 0 0 26px 0;
  }
  .cms-container.SEC-ODD#breadcrumb,
  .cms-container.SEC-EVEN#breadcrumb {
    padding: 0 0 22px 0;
  }
  .cms-container.SEC-ODD#breadcrumb + .cms-container,
  .cms-container.SEC-EVEN#breadcrumb + .cms-container {
    padding: 0 0 26px 0;
  }
  .coop-hfc .HFC-SEC-015 .HFC-005-A-ueberschriften:first-of-type,
  .coop-hfc .HFC-SEC-015 .container-fluid:first-of-type .HFC-005-A-ueberschriften:first-of-type {
    margin-bottom: 26px !important;
  }
  .coop-hfc .KBK-050-digitalerbon .dc-tile {
    padding: 20px 35px;
  }
  .KBK-044-A-slider-digitale-bons .KBK-050-digitalerbon .dc-tile.with-logo .dc-tile-header:after {
    top: 0;
    right: 15px;
  }
  .coop-hfc .cms-container.KBK-SEC-007 .KBK-036-A-vst-form h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .coop-hfc .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .txt-teaser {
    font-size: 1.4rem;
  }
  .KBK-006-A-ueberschriften h2 {
    line-height: 2.4rem;
  }
  .coop-hfc .KBK-007-A-text.adress-additional-card {
    padding: 0;
    margin: -10px 0 15px 0;
  }
  .coop-hfc .KBK-007-A-text.adress-additional-card p {
    padding-bottom: 1.6rem;
  }
  .coop-hfc.coop-scid .scid-content .KBK-007-A-text,
  .coop-hfc.coop-scid .scid-content .KBK-014-link a {
    font-size: 1.4rem;
  }
  .coop-hfc .KBK-023-slider .hl {
    font-family: "coop_expandedbold", Open Sans, Helvetica, Arial, sans-serif;
  }
  .coop-hfc .KBK-023-slider .bx-wrapper .bxslider .hfcPapercutout {
    padding: 20px 20px 30px;
  }
  .coop-hfc .KBK-023-slider.no-slide .bxslider > li {
    padding: 20px 20px 30px;
  }
  .KBK-051-karte .karten_box .tb_button_box .map-btn-container {
    height: 50px;
    margin-bottom: 20px;
  }
  .coop-hfc .KBK-055-A-bildtext-cta-rechts ul li,
  .coop-hfc .KBK-055-B-bildtext-cta-links ul li,
  .coop-hfc .KBK-055-A-bildtext-cta-rechts ol li,
  .coop-hfc .KBK-055-B-bildtext-cta-links ol li {
    padding-top: 4px;
  }
  .coop-hfc.coop-scid .fm-031-h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .coop-hfc.coop-scid .KBK-SEC-008 .KBK-004-A-teaser-text,
  .coop-hfc.coop-scid .KBK-SEC-008 .txt-teaser {
    font-size: 1.4rem;
  }
  .coop-hfc.coop-scid .KBK-014-link a {
    font-size: 1.4rem;
  }
  .coop-hfc.coop-scid .KBK-008-A-linkliste {
    font-size: 1.4rem;
  }
  .coop-hfc.coop-scid .KBK-005-A-introtext > :last-child {
    margin-bottom: 30px;
  }
  .sc_addcard_scid_step_a .popover.additionalcard-popover,
  .sc_addcard_scid_step_b .popover.additionalcard-popover,
  .sc_addcard_scid_step_c .popover.additionalcard-popover,
  .sc_addcard_scid_step_d2 .popover.additionalcard-popover,
  .sc_addcard_scid_step_d4 .popover.additionalcard-popover {
    font-size: 1.4rem;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .fm-030-h2 {
    font-size: 1.8rem;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .icon-arrow-normal-up {
    padding-top: 22px;
  }
  .coop-hfc.coop-scid .KBK-010-A-klappliste.hfc-klappliste .panel-heading .icon-arrow-normal-down {
    padding-top: 24px;
  }
  .coop-hfc.coop-scid .fm-correct-icon {
    z-index: 10;
  }
  .coop-hfc.coop-scid .scid-konto {
    margin-bottom: 14px;
  }
  .coop-hfc .KBK-036-C-vst-form .KBK-014-link,
  .coop-hfc .KBK-036-D-vst-form .KBK-014-link,
  .coop-hfc .KBK-036-A-vst-form .KBK-014-link {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .coop-hfc .KBK-036-C-vst-form .hl,
  .coop-hfc .KBK-036-D-vst-form .hl {
    line-height: 2.6rem;
  }
  .supi-right {
    max-width: 120px;
  }
  .SCID-010-klappliste .panel-heading h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .SCID-010-klappliste .panel-title.collapsed .icon-arrow-normal-up {
    padding: 41px 32px 40px 20px;
  }
  .SCID-010-klappliste .panel-title.collapsed .icon-arrow-normal-down {
    padding: 43px 32px 40px 20px;
  }
  .HFC-005-B-ueberschriften {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .HFC-008-freizeitslider .KBK-014-link {
    font-size: 1.4rem;
    text-align: center;
  }
  .HFC-017-A-karussel-aktionen .KBK-014-link {
    font-size: 1.4rem;
    text-align: center;
  }
  .HFC-017-B-karussel-aktionen.no-slide .container-text .content,
  .HFC-017-B-karussel-aktionen .bx-wrapper .container-text .content {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .hfc-teaser .hfc-teaser-headline {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-head {
    width: 159px;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-hand-top,
  .HFC-009-teaser-neumitglieder .teaser-image-hand-bottom {
    width: 60px;
  }
  .HFC-010-info-headline {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften p,
  .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .HFC-014-A-teaser-bild-5-spaltig .KBK-014-link-teaser,
  .HFC-014-B-teaser-bild-5-spaltig .KBK-014-link-teaser {
    font-size: 1.4rem;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig p,
  .HFC-016-B-teaser-bild-text-5-spaltig p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .KBK-014-link-teaser,
  .HFC-016-B-teaser-bild-text-5-spaltig .KBK-014-link-teaser {
    font-size: 1.4rem;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  ol.generic li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  ul.generic li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  ul.generic li:before {
    width: 6px;
    height: 6px;
    margin-top: 9px;
  }
  ul.generic li li:before {
    width: 4px;
    height: 4px;
    margin-top: 10px;
  }
  ol.generic.has-bubble.icon-numbered li:before,
  ul.has-icon-font.icon-numbered li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol.icon-numbered li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul.icon-numbered li:before {/*font-size: 1.4rem;
      padding-left: 0;
      padding-top: 1px;*/
    margin-top: -4px;
    padding-top: 3px;
    padding-left: 0;
  }
  ul.generic.has-icon-font.icon-checked-checkbox li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li:before {
    margin-top: -4px;
  }
  .HFC-015-teaser-text-5-spaltig .teaser-headlines p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text p {
    font-size: 1.4rem;
  }
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text p {
    line-height: 2.4rem;
  }
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li {
    font-size: 1.4rem;
  }
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul li,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li {
    line-height: 2.4rem !important;
  }
  .HFC-015-teaser-text-5-spaltig .KBK-014-link a {
    font-size: 1.4rem;
  }
  #HFC-APP-002 .app002-filter .headline {
    font-size: 1.6rem;
  }
  #HFC-APP-002 .app002-filter h3 {
    font-size: 1.4rem;
  }
  #HFC-APP-002 .load-more-wrapper {
    margin-top: 26px;
    padding-bottom: 20px;
  }
}
@media only print, (min-width: 1260px), only screen and (min-width: 992px) and (max-width: 1259px) {
  .coop-hfc .cms-container.HFC-SEC-006 .KBK-008-A-linkliste .h2,
  .coop-hfc .cms-container.HFC-SEC-007 .KBK-008-A-linkliste .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .cms-container.SEC-ODD,
  .cms-container.SEC-EVEN {
    padding: 36px 0 40px 0;
  }
  .cms-container.SEC-ODD:first-of-type,
  .cms-container.SEC-EVEN:first-of-type {
    padding: 0 0 40px 0;
  }
  .cms-container.SEC-ODD#breadcrumb,
  .cms-container.SEC-EVEN#breadcrumb {
    padding: 0 0 34px 0;
  }
  .cms-container.SEC-ODD#breadcrumb + .cms-container,
  .cms-container.SEC-EVEN#breadcrumb + .cms-container {
    padding: 0 0 40px 0;
  }
  .cms-container.SEC-ODD .KBK-023-slider .headline-wrapper,
  .cms-container.SEC-EVEN .KBK-023-slider .headline-wrapper {
    margin-top: 0;
  }
  .cms-container.SEC-ODD .KBK-039-laufband-rezepte .headline-wrapper,
  .cms-container.SEC-EVEN .KBK-039-laufband-rezepte .headline-wrapper {
    margin-top: 0;
  }
  .cms-container.SEC-ODD .KBK-039-laufband-rezepte .bx-viewport,
  .cms-container.SEC-EVEN .KBK-039-laufband-rezepte .bx-viewport {
    padding-bottom: 34px;
  }
  .cms-container.SEC-ODD .KBK-020-laufband .bx-viewport,
  .cms-container.SEC-EVEN .KBK-020-laufband .bx-viewport,
  .cms-container.SEC-ODD .KBK-023-slider .bx-viewport,
  .cms-container.SEC-EVEN .KBK-023-slider .bx-viewport,
  .cms-container.SEC-ODD .KBK-025-produktlaufband .bx-viewport,
  .cms-container.SEC-EVEN .KBK-025-produktlaufband .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-052-A-karussel-aktionen .bx-viewport,
  .cms-container.SEC-EVEN .KBK-052-A-karussel-aktionen .bx-viewport,
  .cms-container.SEC-ODD .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .HFC-008-freizeitslider .bx-viewport,
  .cms-container.SEC-EVEN .HFC-008-freizeitslider .bx-viewport,
  .cms-container.SEC-ODD .HFC-SEC-011 .bx-viewport,
  .cms-container.SEC-EVEN .HFC-SEC-011 .bx-viewport {
    padding-top: 24px;
  }
  .cms-container.SEC-ODD .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-A-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-EVEN .KBK-044-B-slider-digitale-bons .bx-viewport,
  .cms-container.SEC-ODD .coop-hfc .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .coop-hfc .KBK-062-A-slider-praemien .bx-viewport,
  .cms-container.SEC-ODD .coop-hfc .KBK-062-B-slider-praemien .bx-viewport,
  .cms-container.SEC-EVEN .coop-hfc .KBK-062-B-slider-praemien .bx-viewport {
    padding-bottom: 0;
  }
  .cms-container.SEC-ODD .HFC-007-karussell .bx-wrapper,
  .cms-container.SEC-EVEN .HFC-007-karussell .bx-wrapper {
    margin: 0 auto 10px;
  }
  .cms-container.SEC-ODD .HFC-010-teaser-block .HFC-010-info-text :last-child,
  .cms-container.SEC-EVEN .HFC-010-teaser-block .HFC-010-info-text :last-child {
    margin-bottom: 0;
  }
  .cms-container.SEC-ODD .HFC-011-teaser-bild-4-spaltig .hfc-teaser-txt-wrapper :last-child,
  .cms-container.SEC-EVEN .HFC-011-teaser-bild-4-spaltig .hfc-teaser-txt-wrapper :last-child {
    margin-bottom: 0;
  }
  .cms-container.HFC-SEC-004.hasbg {
    padding: 0;
  }
  .cms-container.HFC-SEC-004.hasbg .container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cms-container.HFC-SEC-004.hasbg h2 {
    padding-top: 36px;
  }
  .cms-container.HFC-SEC-004.hasbg .container-fluid {
    padding: 0 0 0 45px;
  }
  .cms-container.HFC-SEC-004 .col-md-7 {
    padding-right: 40px;
  }
  .cms-container.HFC-SEC-004 .col-md-5 {
    background: rgba(0, 0, 0, 0.04);
  }
  .coop-hfc .HFC-SEC-015,
  .coop-hfc .HFC-SEC-015 .container-fluid:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
  .coop-hfc .HFC-SEC-015 .HFC-005-A-ueberschriften:first-of-type,
  .coop-hfc .HFC-SEC-015 .container-fluid:first-of-type .HFC-005-A-ueberschriften:first-of-type {
    padding: 0 60px;
  }
  .coop-scid .cms-container.KBK-SEC-007 .KBK-004-A-teaser-text .h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  html.no-touch .coop-hfc .KBK-010-A-klappliste .panel-heading .collapsed:hover .icon-arrow-normal-down {
    transition: background-color 200ms ease-in-out;
  }
  .coop-hfc .KBK-023-slider .txt-container .product {
    padding: 46px 100px 45px 45px;
  }
  .coop-hfc .KBK-040-C-produktkachel.produkt .hl {
    margin: 0;
    margin-bottom: 10px;
  }
  .coop-hfc.coop-scid .fm-031-h3 {
    line-height: 3rem;
  }
  .coop-hfc.coop-scid .KBK-SEC-008 .KBK-004-A-teaser-text,
  .coop-hfc.coop-scid .KBK-SEC-008 .txt-teaser {
    font-size: 1.6rem;
  }
  .coop-hfc.coop-scid .KBK-014-link a {
    font-size: 1.6rem;
  }
  .coop-hfc.coop-scid .KBK-008-A-linkliste {
    font-size: 1.6rem;
  }
  .supi-right {
    max-width: 140px;
  }
  html.no-touch .SCID-010-klappliste .panel-heading .collapsed:hover .icon-arrow-normal-down {
    transition: background-color 200ms ease-in-out;
  }
  .SCID-010-klappliste .panel-heading .sc-userdata,
  .SCID-010-klappliste .panel-heading .sc-userdata-link {
    top: -3px;
  }
  .SCID-010-klappliste .panel-heading .fadeout {
    display: none;
  }
  .SCID-010-klappliste .panel-title.collapsed {
    transition: background-color 200ms ease-in-out;
  }
  .SCID-010-klappliste .panel-title.collapsed .icon-arrow-normal-up {
    padding: 36px 32px 40px 20px;
  }
  .SCID-010-klappliste .panel-title.collapsed .icon-arrow-normal-down {
    padding: 38px 32px 40px 20px;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction .arrow-container {
    position: absolute;
    top: 42%;
  }
  .HFC-008-freizeitslider .bx-wrapper .bx-controls-direction .arrow-container {
    top: 22%;
  }
  .HFC-017-B-karussel-aktionen.no-slide .container-text,
  .HFC-017-B-karussel-aktionen .bx-wrapper .container-text {
    font-size: 1.6rem;
  }
  .HFC-019__tags .tag,
  .HFC-019__tags .date {
    font-size: 1.6rem;
  }
  .HFC-019__author {
    font-size: 1.6rem;
  }
  .hfc-teaser .hfc-teaser-headline {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .hfc-teaser .hfc-teaser-txt,
  .hfc-teaser .hfc-teaser-link {
    font-size: 16px;
  }
  .HFC-010-teaser-block .KBK-014-link {
    font-size: 16px;
  }
  .HFC-010-info-headline {
    height: 6.2rem;
  }
  .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften > :last-child,
  .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften > :last-child {
    margin-bottom: 8px;
  }
  .HFC-SEC-004 .HFC-014-A-teaser-bild-5-spaltig .HFC-005-A-ueberschriften h2,
  .HFC-SEC-004 .HFC-014-B-teaser-bild-5-spaltig .HFC-005-A-ueberschriften h2 {
    padding-top: 22px !important;
  }
  .HFC-SEC-004 .HFC-014-A-teaser-bild-5-spaltig .hfcicon h2,
  .HFC-SEC-004 .HFC-014-B-teaser-bild-5-spaltig .hfcicon h2 {
    padding-top: 10px !important;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig,
  .HFC-016-B-teaser-bild-text-5-spaltig {
    text-align: center;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig {
    margin-bottom: 34px;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .HFC-005-A-ueberschriften.hfcicon {
    margin-top: -11px !important;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .wrapper {
    margin-bottom: 21px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .wrapper {
    margin-bottom: 23px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout {
    margin-top: 16px;
  }
  .HFC-016-B-teaser-bild-text-5-spaltig .hfc-papercutout .HFC-005-A-ueberschriften.hfcicon {
    margin-top: -13px !important;
  }
  ol.generic.has-bubble.icon-numbered li:before,
  ul.has-icon-font.icon-numbered li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol.icon-numbered li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ol li:before,
  .HFC-015-teaser-text-5-spaltig .KBK-007-A-text ul.icon-numbered li:before {
    padding-left: 0;
  }
  .HFC-015-teaser-text-5-spaltig .HFC-005-A-ueberschriften.hfcicon {
    margin-top: -11px !important;
  }
  #HFC-APP-002 .load-more-wrapper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media only print, (min-width: 1260px) and only print, (min-width: 1260px), only screen and (min-width: 992px) and (max-width: 1259px) and only print, (min-width: 1260px), only print, (min-width: 1260px) and only screen and (min-width: 992px) and (max-width: 1259px), only screen and (min-width: 992px) and (max-width: 1259px) and only screen and (min-width: 992px) and (max-width: 1259px) {
  .cms-container.HFC-SEC-004.hasbg h2 {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1259px) {
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .coop-hfc .KBK-047-buehne .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
  }
  .KBK-075-slider .bx-wrapper .bx-controls-direction a.bx-prev .arrow-container {
    left: 0;
  }
  .KBK-075-slider .bx-wrapper .bx-controls-direction a.bx-next .arrow-container {
    right: 0;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-prev .arrow-container {
    left: 0;
  }
  .coop-hfc .HFC-007-karussell .bx-wrapper .bx-controls-direction a.bx-next .arrow-container {
    right: 0;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.bx-prev .arrow-container {
    left: 0;
  }
  .HFC-017-B-karussel-aktionen .bx-wrapper .bx-controls-direction a.bx-next .arrow-container {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1259px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coop-hfc.coop-scid .hfc-fm-logo img {
    width: 100%;
    max-width: 176px;
  }
  #HFC-APP-002 .results-hl {
    margin-bottom: 20px;
  }
}
@media (min-width: 0) and (max-width: 480px) {
  .sc_addcard_scid_step_a .form-group-radiocheck label,
  .sc_addcard_scid_step_b .form-group-radiocheck label,
  .sc_addcard_scid_step_c .form-group-radiocheck label,
  .sc_addcard_scid_step_d2 .form-group-radiocheck label,
  .sc_addcard_scid_step_d4 .form-group-radiocheck label {
    white-space: normal;
    padding-right: 20px;
  }
  .sc_addcard_scid_step_a .form-group-radiocheck a.form-info.icon-info-form,
  .sc_addcard_scid_step_b .form-group-radiocheck a.form-info.icon-info-form,
  .sc_addcard_scid_step_c .form-group-radiocheck a.form-info.icon-info-form,
  .sc_addcard_scid_step_d2 .form-group-radiocheck a.form-info.icon-info-form,
  .sc_addcard_scid_step_d4 .form-group-radiocheck a.form-info.icon-info-form {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 5;
  }
  .HFC-018__content {
    margin: -30px 10px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1259px), (max-width: 360px) {
  .HFC-018__txt-wrap {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1130px) {
  .HFC-whatsapp-widget {
    padding: 5px;
    margin-top: 23px;
  }
  .HFC-whatsapp-widget .whatsapp-icon {
    width: 64px;
    height: 63px;
    top: -25px;
  }
  .HFC-whatsapp-widget .inner-wrapper {
    border: 5px solid #c0ce05;
  }
  .HFC-whatsapp-widget .inner-wrapper h3 {
    font-size: 1.7rem;
  }
  .HFC-whatsapp-widget .inner-wrapper .KBK-014-link {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1130px) {
  .HFC-whatsapp-widget .inner-wrapper .KBK-014-link a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and only screen and (min-width: 768px) and (max-width: 991px) {
  .hfc-teaser.cols-4 .hfc-teaser-img-wrapper {
    margin-top: 12px;
  }
  .hfc-teaser.cols-4 .hfc-teaser-txt-wrapper {
    margin-top: 6px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1259px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .HFC-009-teaser-neumitglieder .hfc-teaser-headline {
    font-size: 1.6rem !important;
    line-height: 2.2rem !important;
  }
}
@media only print, (min-width: 1260px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .HFC-009-teaser-neumitglieder .teaser-image-hand-top {
    bottom: -24px;
  }
  .HFC-009-teaser-neumitglieder .teaser-image-hand-bottom {
    top: -18px;
  }
}
@media only print, (min-width: 1260px), only screen and (min-width: 992px) and (max-width: 1259px), only screen and (max-width: 767px) {
  .HFC-014-A-teaser-bild-5-spaltig .KBK-014-link-teaser,
  .HFC-014-B-teaser-bild-5-spaltig .KBK-014-link-teaser {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px), only print, (min-width: 1260px), only screen and (min-width: 992px) and (max-width: 1259px) {
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines-sm,
  .HFC-016-B-teaser-bild-text-5-spaltig .teaser-headlines-sm {
    display: none;
  }
  .HFC-016-A-teaser-bild-text-5-spaltig .teaser-headlines-sm {
    display: none;
  }
}
@media only print {
  ol.generic li,
  ul.generic li {
    color: #000;
    page-break-inside: avoid;
  }
  ol.generic li:after,
  ul.generic li:after {
    height: 5px;
  }
  ol.generic li {
    font-size: inherit;
    line-height: inherit;
    left: 16px;
    width: calc(100% - 16px);
  }
  ol.generic li:before {
    margin-left: -16px;
  }
  ul.generic li {
    font-size: inherit;
    line-height: inherit;
    left: 0;
    width: 100%;
    padding-left: 15px;
  }
  ul.generic li:before {
    content: "âˆŽ";
    background-color: transparent;
    margin-left: 0;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 17px;
    margin-top: 0;
    position: absolute;
    left: 0;
  }
  ul.generic li li:before {
    background-color: transparent;
    font-size: 12px;
    height: auto;
    width: auto;
    margin-top: 0;
  }
}

.HFC-SEC-012-OverwriteBg-White {
    background-color: transparent !important;
}

.HFC-SEC-012-OverwriteBg-Gray {
    background-color: #f6f6f6 !important;
}

.dc-tile-header {
    display: none;
}

a:not([href]) {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sc_addcard_scid_step_a .btn-secondary, .sc_addcard_scid_step_b .btn-secondary, .sc_addcard_scid_step_c .btn-secondary, .sc_addcard_scid_step_d2 .btn-secondary, .sc_addcard_scid_step_d4 .btn-secondary {
    float: left;
}

.sc_addcard_scid_step_a .popover.kbk-form-popover, .sc_addcard_scid_step_b .popover.kbk-form-popover, .sc_addcard_scid_step_c .popover.kbk-form-popover, .sc_addcard_scid_step_d2 .popover.kbk-form-popover, .sc_addcard_scid_step_d4 .popover.kbk-form-popover {
    width: auto;
    max-width: 100%;
    background-color: #ebebeb;
    color: transparent;
    right: auto !important;
    padding: 26px 60px 20px 30px;
}

.sc_addcard_scid_step_a .popover.kbk-form-popover img, .sc_addcard_scid_step_b .popover.kbk-form-popover img, .sc_addcard_scid_step_c .popover.kbk-form-popover img, .sc_addcard_scid_step_d2 .popover.kbk-form-popover img, .sc_addcard_scid_step_d4 .popover.kbk-form-popover img {
    margin-bottom: 6px;
}

.sc_addcard_scid_step_a .popover.kbk-form-popover p, .sc_addcard_scid_step_b .popover.kbk-form-popover p, .sc_addcard_scid_step_c .popover.kbk-form-popover p, .sc_addcard_scid_step_d2 .popover.kbk-form-popover p, .sc_addcard_scid_step_d4 .popover.kbk-form-popover p {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 0;
    color: #777;
}

.sc_addcard_scid_step_a .popover.kbk-form-popover .popover-content, .sc_addcard_scid_step_b .popover.kbk-form-popover .popover-content, .sc_addcard_scid_step_c .popover.kbk-form-popover .popover-content, .sc_addcard_scid_step_d2 .popover.kbk-form-popover .popover-content, .sc_addcard_scid_step_d4 .popover.kbk-form-popover .popover-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #777;
}

.sc_addcard_scid_step_a .popover.kbk-form-popover .content-wrapper, .sc_addcard_scid_step_b .popover.kbk-form-popover .content-wrapper, .sc_addcard_scid_step_c .popover.kbk-form-popover .content-wrapper, .sc_addcard_scid_step_d2 .popover.kbk-form-popover .content-wrapper, .sc_addcard_scid_step_d4 .popover.kbk-form-popover .content-wrapper {
    width: 100%;
    max-width: 160px;
    margin-right: 30px;
}

#map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    display: none;
    background-color: #333;
    opacity: .5;
}

/* added 25.11.2020: TIARH-819 */
.KBK-050-digitalerbon img.mod_couponhero__secondary_image {
    width: 64px;
    height: 60px;
    left: 25px;
    position: absolute;
    top: 114px;
}
/* added 19.02.2021: TIARH-826 */
.hfc .modal-body p a {
    text-decoration: underline;
}

.SC-009-wettbewerb .sc-competition {
    background-color: #fafafa;    
    border-radius: 5px;
    padding: 30px 35px 35px;
  }
  .SC-009-wettbewerb .sc-competition .KBK-013-B-bildtext {
    margin-bottom: 45px;
  }
  .SC-009-wettbewerb .sc-competition .KBK-013-B-bildtext h2 {
    margin: 0 0 10px;
  }
  .SC-009-wettbewerb .sc-competition .KBK-007-A-text p {
    padding-bottom: 15px;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .KBK-046-klappliste-faq {
    margin-bottom: 0;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .KBK-046-klappliste-faq h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .panel-title .icon-plus,
  .SC-009-wettbewerb .sc-competition .content-wrapper .panel-title .icon-minus {
    font-size: 22px;
    top: 5px;
    left: 3px;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .panel-heading {
    display: flex;
    justify-content: center;
    padding: 0 0 10px;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .panel-heading a {
    width: auto;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .panel-body {
    text-align: center;
  }
  .SC-009-wettbewerb .sc-competition .content-wrapper .panel-body > .row {
    margin-bottom: 0;
  }
  .SC-009-wettbewerb .sc-competition .hl {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: center;
    margin-bottom: 0;
  }
  .SC-009-wettbewerb .sc-competition .input:not(.form-control),
  .SC-009-wettbewerb .sc-competition .form-group {
    width: 100%;
    max-width: 350px;
    padding: 10px 15px;
    margin: -10px 10px 5px 0;
  }
  .SC-009-wettbewerb .sc-competition .control-label {
    display: none;
  }
  .SC-009-wettbewerb .sc-competition .input-wrapper {
    width: calc(100% - 30px);
    display: inline-block;
    position: relative;
  }
  .SC-009-wettbewerb .sc-competition .form-info {
    margin-left: 10px;
  }
  .SC-009-wettbewerb .sc-competition input {
    text-transform: uppercase;
    text-align: center;
  }
  .SC-009-wettbewerb .sc-competition input::-webkit-input-placeholder {
    text-transform: none;
  }
  .SC-009-wettbewerb .sc-competition input::placeholder {
    text-transform: none;
  }
  .SC-009-wettbewerb .sc-competition input:-ms-input-placeholder {
    text-transform: none;
  }
  .SC-009-wettbewerb .sc-competition input.has-success {
    border-color: #227900;
  }
  .SC-009-wettbewerb .sc-competition .btn {
    margin-bottom: 10px;
  }
  .SC-009-wettbewerb .sc-competition .success-icon {
    font-size: 3rem;
    color: #227900;
    margin-left: -35px;
  }
  .SC-009-wettbewerb .sc-competition .prize-wrapper {
    text-align: center;
    margin-top: -5px;
  }
  .SC-009-wettbewerb .sc-competition .prize-wrapper .prize-title h3 {
    margin-bottom: 0;
  }
  .SC-009-wettbewerb .sc-competition .prize-wrapper .prize-image {
    margin: 0 auto 20px;
  }
  .SC-009-wettbewerb .sc-competition .prize-wrapper .prize-image img {
    width: auto;
    height: 100%;
    max-height: 100px;
  }
  .SC-009-wettbewerb .sc-competition .prize-wrapper .prize-code span {
    display: block;
    margin-bottom: 10px;
  }
.modal-scloader {
	text-align: center;
    position: relative;
    padding-top: 20%;
}

.modal-scloader img {
	background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    width: 78px;
}

.KBK-046-klappliste-faq .col-sm-offset-1 {
    margin-left: inherit;
}

.element_logged_in {
    display: none!important;
    visibility: hidden!important;
}

.element_logged_out {
	display: block!important;
	visibility: hidden!important;
}

.loggedInState .element_logged_in, .loggedOutState .element_logged_out {
	display: block!important;
	visibility: visible!important;
}

.loggedInState .element_logged_out, .loggedOutState .element_logged_in {
	display: none!important;
}

.myRregisterConfirmation {
	display: none;	
} 

/*******************************************************/

#pampers {
	width: 100%;
	height: 900px;
	border: none;
}

.coupon-redeemed {
    color: #ce0000;
 }

/*************************************************************/

.login-landing .KBK-006-A-ueberschriften {
	margin-bottom: 2rem;
}

.row.login-landing__row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.login-landing__col {
	margin: 0 1.5rem;
}
