@charset "UTF-8";
/*-----------------------
/config/theme/css/ieq_global
-----------------------*/
/*Eingeführt zur BFSG Umstellung - 04.11.25 OB, ATS*/
/* +++ ajax container ++++++++++++++++++ */
[data-q-targetid] {
  position: relative;
  margin: 0;
  transition: margin 0.5s;
}
[data-q-targetid].loading,
[data-q-targetid].open,
[data-q-targetid].closed {
  margin: 20px 0;
}
[data-q-targetid].prefilled {
  display: none;
}
[data-q-targetid] .ajaxContainerContent {
  padding-top: 20px;
  padding: 20px 15px 15px;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
[data-q-targetid].open .ajaxContainerContent {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
[data-q-targetid] .ajaxContainerToggler {
  position: absolute;
  right: 0.5em;
  top: 0em;
  font-size: 2em;
  color: #E30916;
  cursor: pointer;
  text-align: center;
  backface-visibility: hidden;
  transition: transform 0.5s;
}
[data-q-targetid].open .ajaxContainerToggler {
  transform: rotateY(0deg);
}
[data-q-targetid].closed .ajaxContainerToggler {
  transform: rotateY(180deg);
}
/* +++ spinnerQ ++++++++++++++++++ */
.spinnerQ.bgQ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
/* fixed + width became necessary after implementing custom pending labels */
.spinnerQ.spinner p {
  position: fixed;
  left: 0;
  width: 100%;
  text-align: center;
}
.spinnerQ.spinner p:before {
  display: inline-block;
  max-width: 75vw;
  content: attr(data-q-pending-label);
  font-weight: bold;
}
.spinnerQ.spinner {
  margin: -35px;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  position: fixed;
  text-align: center;
  font-size: 12px;
  z-index: 99999;
  color: #fff;
}
.spinnerQ.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 5s infinite ease-in-out both;
  animation: sk-bouncedelay 5s infinite ease-in-out both;
}
.spinnerQ.spinner .bounce1 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.spinnerQ.spinner .bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ie end of life notice BEHIND cookie manager */
body > .ui-pnotify.q-ie-eol {
  z-index: 10030;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body:before {
    position: fixed;
    content: "Dieser Browser wird nicht mehr unterstützt.";
    display: block;
    z-index: 10030;
    font-weight: bold;
    color: red;
    background: #f3f3f3;
    border: 1px solid red;
    top: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    padding: 5vw;
  }
  body.q-ie-eol:before {
    display: none;
  }
}
/*-----------------------
/config/theme/css/ieq_global/campaign/holiday
-----------------------*/
/*Campaign Holiday*/
.campaignQ.campaignQ-standard.betriebsferien .campaignQ-inner {
  position: relative;
}
.campaignQ.campaignQ-standard.betriebsferien .campaignQ-inner > h3 {
  top: 8px;
  left: 0;
  right: 0;
  text-shadow: 0 0 0px #000;
  background: inherit;
  font-size: 1.95em;
  text-align: center;
  max-width: 100%;
  color: #333333;
  font-variant: small-caps;
}
.campaignQ.campaignQ-standard.betriebsferien .campaignQ-inner > p {
  bottom: 0px;
  left: 0;
  right: 0;
  text-shadow: 0 0 0px #000;
  background: inherit;
  font-size: 1.4em;
  text-align: center;
  max-width: 100%;
  color: #ffffff;
  font-variant: small-caps;
}
.campaignQ.campaignQ-standard.betriebsferien .campaignQ-inner a {
  cursor: default;
}
.campaignQ.campaignQ-standard.betriebsferien .campaignQ-inner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}
.campaignQ a:focus,
.campaignQ a :focus-visible {
  outline-offset: 2px;
}
/*-----------------------
/config/theme/css/ieq_global/cookie_manager_overlay
-----------------------*/
.q0_a11y_cookieManagerQ[data-pnotify].pnotify {
  word-wrap: break-word;
  hyphens: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify {
    bottom: 0 !important;
    top: auto !important;
  }
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container {
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 991px) {
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify {
    font-size: 16px;
  }
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container {
    border-radius: 8px;
  }
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify * {
  color: inherit;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container {
  background-color: #fff;
  padding: 20px 10px;
  left: 50%;
  overflow-y: auto;
  max-height: 90svh;
  transform: translateX(-50%);
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container:focus-visible {
  outline: none;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container.alert-warning {
  color: unset;
  border-color: unset;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container.alert-warning hr {
  border-top-color: unset;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container .pnotify-content {
  margin-left: 0;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container .pnotify-content:focus-visible {
  outline: none;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container::-webkit-scrollbar {
  width: 5px;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container::-webkit-scrollbar-track {
  background: transparent;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container::-webkit-scrollbar-thumb {
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-container {
    max-width: 768px;
    padding: 25px;
  }
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify.pnotify.pnotify-with-icon .pnotify-content {
  margin: 0;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify a:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify input:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:focus-visible,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify a:focus-visible,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify input:focus-visible {
  outline: 1px solid #000;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify section {
  margin: 0;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn-default {
  background-color: #5A5A5A;
  color: #FFF;
  border-radius: 8px;
  border: 1px solid #5A5A5A;
  font-weight: bold;
  padding: unset;
  padding: 10px;
  line-height: 1.4;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn-default:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:focus-visible,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn:focus-visible,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn-default:focus-visible,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:hover,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn:hover,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn-default:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #5A5A5A;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:not(.iconSetQ)::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn:not(.iconSetQ)::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn-default:not(.iconSetQ)::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify button:not(.iconSetQ)::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn:not(.iconSetQ)::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .btn-default:not(.iconSetQ)::after {
  content: none;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify a {
  color: #333;
  text-decoration: underline;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify a:focus,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify a:focus-visible,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify a:hover {
  color: #007a8a;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h1,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h2,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h3,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h4,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h1,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h2,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h3,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h4 {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: normal;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h1::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h2::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h3::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h4::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h1::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h2::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h3::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h4::after,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h1::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h2::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h3::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h4::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h1::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h2::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h3::before,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h4::before {
  content: none;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h1,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h1 {
  font-size: 1.6em;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h2,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h2 {
  font-size: 1.4em;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h3,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h3 {
  font-size: 1.3em;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify h4,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .h4 {
  font-size: 1.2em;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify p {
  padding: 0;
  margin: 0 0 10px;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-action-bar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: unset !important;
  gap: 10px;
  margin-top: 20px;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-action-bar .pnotify-action-button {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-action-bar [class$="-legals"] {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-action-bar .pnotify-action-button {
    width: unset;
    transition: none;
  }
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify .pnotify-action-bar [class$="-legals"] {
    justify-content: flex-end;
  }
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .cookieManager-title {
  margin: 0 0 10px 0;
  font-size: 1.6em;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .cookieManager-title-wrapper {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 10px;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .cookieManager-title-wrapper .cookieManager-title {
  margin: 0;
  hyphens: auto;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify header,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify #cookieManagerHeader {
  padding: 0 0 10px 0;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify header .cookieManager-title,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify #cookieManagerHeader .cookieManager-title,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify header h1,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify #cookieManagerHeader h1 {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 20px;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify header .cookieManager-backToOverview,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify #cookieManagerHeader .cookieManager-backToOverview {
  display: inline-block;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main section > *:not(label, h4) {
  margin-left: 0;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main section h4 {
  font-weight: bold;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main .cookieManager-wrapper,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
  font-weight: normal;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main .cookieManager-wrapper.cookieManager-wrapper,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main label.cookieManager-wrapper {
  justify-content: space-between;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main .cookieManager-wrapper.cookieManager-wrapper .cookieManager-gtm-info,
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main label.cookieManager-wrapper .cookieManager-gtm-info {
  margin-left: 1.5em;
  width: 100%;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main input[type="checkbox"] {
  font-size: 18px;
  min-height: 24px;
  aspect-ratio: 2/1;
  border-radius: 4px;
  margin: 10px 1ch 10px 0;
  box-shadow: inset -1.5em -1px 0px -1px #cf4635, inset -1em 0 0 0 #eee;
  background-color: #fff;
  border: 1px solid #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main input[type="checkbox"][disabled] {
  cursor: not-allowed;
  filter: contrast(0.3) brightness(1.5);
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify main input[type="checkbox"]:checked {
  box-shadow: inset 1.5em 0px 0px -1px #368336;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify:not(.sm-leagals) p.cookieManager-description {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify:not(.sm-leagals) main {
    max-height: 60svh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px 20px 0;
    margin: 0 0;
  }
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify:not(.sm-leagals) main::-webkit-scrollbar {
    width: 5px;
  }
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify:not(.sm-leagals) main::-webkit-scrollbar-track {
    background: transparent;
  }
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify:not(.sm-leagals) main::-webkit-scrollbar-thumb {
    background: #eee;
  }
}
@media screen and (min-width: 768px) {
  .q0_a11y_cookieManagerQ[data-pnotify].pnotify .md .cookieManager-wrapper {
    margin-left: 20px;
  }
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .sm-legals {
  display: grid;
  grid-template-columns: 58px 1fr;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .sm-legals h1 {
  margin: 0;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .sm-legals main {
  display: contents;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .sm-legals main > *:not(h1) {
  grid-column: 1/3;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .sm-legals main > .insertimpressum {
  display: contents;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify .sm-legals main > .insertimpressum > *:not(h1) {
  grid-column: 1/3;
}
.q0_a11y_cookieManagerQ[data-pnotify].pnotify footer {
  padding: 10px 0 10px 0;
}
/*-----------------------
/config/theme/css/ieq_global/cookie_module_blocker
-----------------------*/
.moduleBlockerWrapper-text {
  background: #fff;
  border: 3px solid #E30916;
  border-radius: 4px;
  margin: 0.5em 0;
  padding: 1em;
  display: flex;
}
.moduleBlockerWrapper-text b {
  color: #E30916;
}
.moduleBlockerWrapper-text span {
  font-size: 2em;
  color: #E30916;
  margin-right: 10px;
}
.moduleBlockerWrapper-text .notice-accept-all {
  font-weight: bold;
}
.moduleBlockerWrapper-text .notice-accept-all span {
  color: #E30916;
  font-size: inherit;
  margin: 0;
}
iframe:not([src]) {
  display: none;
}
.moduleBlockerWrapper .cookieInfo {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
}
.moduleBlockerWrapper .cookieInfo p {
  margin: 0;
}
.moduleBlockerWrapper .cookieInfo button.setCookie {
  line-height: initial;
  padding: 10px;
  margin-right: 5px;
}
/*-----------------------
/config/theme/css/ieq_global/iconset
-----------------------*/
.iconSetQ:before,
.rating-stars:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  padding: 0.25em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*-----------------------
/config/theme/css/ieq_global/iconset/font/standard
-----------------------*/
@font-face {
  font-family: 'iconSetQ-standard';
  src: url('../scripts/get.aspx?media=/config/theme/css/ieq_global/iconset/font/standard/iconSetQ-standard.woff&z1mhdn') format('woff'), url('../scripts/get.aspx?media=/config/theme/css/ieq_global/iconset/font/standard/iconSetQ-standard.ttf&z1mhdn') format('truetype'), url('../scripts/get.aspx?media=/config/theme/css/ieq_global/iconset/font/standard/iconSetQ-standard.svg&z1mhdn#iconSetQ-standard') format('svg');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
.iconSetQ:before,
.rating-stars:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconSetQ-standard' !important;
}
/*-----------------------
/config/theme/css/ieq_global/iconset/icons
-----------------------*/
.iconSetQ-navigation:before {
  content: "\e000";
}
.iconSetQ-home:before {
  content: "\e010";
}
.iconSetQ-user:before {
  content: "\e020";
}
.iconSetQ-login:before {
  content: "\e030";
}
.iconSetQ-logout:before {
  content: "\e038";
}
.iconSetQ-overview:before {
  content: "\e040";
}
.iconSetQ-folder:before {
  content: "\e050";
}
.iconSetQ-documentation:before {
  content: "\e060";
}
.iconSetQ-notelist-view:before {
  content: "\e0a0";
}
.iconSetQ-notelist-remove:before {
  content: "\e0b0";
}
.iconSetQ-notelist-add:before {
  content: "\e0c0";
}
.iconSetQ-cart:before {
  content: "\e100";
}
.iconSetQ-cart-add:before {
  content: "\e110";
}
.iconSetQ-cart-remove:before {
  content: "\e120";
}
.iconSetQ-cart-check:before {
  content: "\e130";
}
.iconSetQ-cart-clear:before {
  content: "\e140";
}
.iconSetQ-indicator-up:before {
  content: "\e200";
}
.iconSetQ-indicator-right:before {
  content: "\e210";
}
.iconSetQ-indicator-down:before {
  content: "\e220";
}
.iconSetQ-indicator-left:before {
  content: "\e230";
}
.iconSetQ-arrow-up:before {
  content: "\e300";
}
.iconSetQ-arrow-right:before {
  content: "\e310";
}
.iconSetQ-arrow-down:before {
  content: "\e320";
}
.iconSetQ-arrow-left:before {
  content: "\e330";
}
.iconSetQ-location:before {
  content: "\e400";
}
.iconSetQ-phone:before {
  content: "\e410";
}
.iconSetQ-smartphone:before {
  content: "\e412";
}
.iconSetQ-mail:before {
  content: "\e420";
}
.iconSetQ-fax:before {
  content: "\e430";
}
.iconSetQ-write:before {
  content: "\e440";
}
.iconSetQ-remove:before {
  content: "\e500";
}
.iconSetQ-add:before {
  content: "\e510";
}
.iconSetQ-trash:before {
  content: "\e520";
}
.iconSetQ-search:before {
  content: "\e530";
}
.iconSetQ-compare:before {
  content: "\e538";
}
.iconSetQ-print:before {
  content: "\e540";
}
.iconSetQ-calendar:before {
  content: "\e550";
}
.iconSetQ-clock:before {
  content: "\e552";
}
.iconSetQ-filter:before {
  content: "\e560";
}
.iconSetQ-loop:before {
  content: "\e570";
}
.iconSetQ-settings:before {
  content: "\e580";
}
.iconSetQ-tools:before {
  content: "\e590";
}
.iconSetQ-save:before {
  content: "\e900";
}
.iconSetQ-show:before {
  content: "\e600";
}
.iconSetQ-hide:before {
  content: "\e610";
}
.iconSetQ-ok:before {
  content: "\e620";
}
.iconSetQ-close:before {
  content: "\e630";
}
.iconSetQ-like:before {
  content: "\e640";
}
.iconSetQ-dislike:before {
  content: "\e650";
}
.iconSetQ-share:before {
  content: "\e660";
}
.iconSetQ-send:before {
  content: "\e700";
}
.iconSetQ-upload:before {
  content: "\e710";
}
.iconSetQ-download:before {
  content: "\e720";
}
.iconSetQ-attachment:before {
  content: "\e730";
}
.iconSetQ-exchange:before {
  content: "\e740";
}
.iconSetQ-rating-full:before {
  content: "\e800";
}
.iconSetQ-rating-half:before {
  content: "\e810";
}
.iconSetQ-rating-empty:before {
  content: "\e820";
}
.iconSetQ-play:before {
  content: "\e901";
}
.iconSetQ-pause:before {
  content: "\e910";
}
.iconSetQ-stop:before {
  content: "\e920";
}
.iconSetQ-back:before {
  content: "\e930";
}
.iconSetQ-forward:before {
  content: "\e940";
}
.iconSetQ-first:before {
  content: "\e950";
}
.iconSetQ-last:before {
  content: "\e960";
}
.iconSetQ-previous:before {
  content: "\e970";
}
.iconSetQ-next:before {
  content: "\e980";
}
.iconSetQ-news:before {
  content: "\ea00";
}
.iconSetQ-info:before {
  content: "\ea10";
}
.iconSetQ-warning:before {
  content: "\ea20";
}
.iconSetQ-help:before {
  content: "\ea30";
}
.iconSetQ-pdf:before {
  content: "\eb00";
}
.iconSetQ-word:before {
  content: "\eb10";
}
.iconSetQ-excel:before {
  content: "\eb20";
}
.iconSetQ-zip:before {
  content: "\eb30";
}
.iconSetQ-image:before {
  content: "\eb40";
}
.iconSetQ-photo:before {
  content: "\eb50";
}
.iconSetQ-audio:before {
  content: "\eb60";
}
.iconSetQ-video:before {
  content: "\eb70";
}
.iconSetQ-zoom-in:before {
  content: "\eb80";
}
.iconSetQ-zoom-out:before {
  content: "\eb90";
}
.iconSetQ-rss:before {
  content: "\ec00";
}
/*-----------------------
/config/theme/css/ieq_global/layout_bugfixes
-----------------------*/
/* layout 201 / mp-layouts / rw-layouts */
.socialmediaQ:after {
  content: "";
  display: table;
  clear: both;
}
/* layout 600 */
#layout_header,
.header_navbar.container {
  min-height: 1px;
}
/* layout 601 */
.header_contactbar:after,
.header_buttons > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* mp-layouts */
.insertsocialmedia {
  min-height: 1px;
}
/*-----------------------
/config/theme/css/ieq_global/webfonts/prata
-----------------------*/
@font-face {
  font-family: 'Prata';
  src: url('https://staticq.store/bad40ec2dd9b259460c6675e7574f6df/1964469.woff2') format('woff2'), url('https://staticq.store/bad40ec2dd9b259460c6675e7574f6df/1964468.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-----------------------
/config/theme/css/ieq_global/webfonts/roboto
-----------------------*/
@font-face {
  font-family: 'Roboto';
  src: url('https://staticq.store/446241dcc6cbf03cb10ec5a96f1d45d0/1963986.woff2') format('woff2'), url('https://staticq.store/446241dcc6cbf03cb10ec5a96f1d45d0/1963985.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('https://staticq.store/446241dcc6cbf03cb10ec5a96f1d45d0/1963990.woff2') format('woff2'), url('https://staticq.store/446241dcc6cbf03cb10ec5a96f1d45d0/1963989.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*-----------------------
/config/theme/css/ieq_global/webfonts/roboto/300_light
-----------------------*/
@font-face {
  font-family: 'Roboto';
  src: url('https://staticq.store/446241dcc6cbf03cb10ec5a96f1d45d0/1963984.woff2') format('woff2'), url('https://staticq.store/446241dcc6cbf03cb10ec5a96f1d45d0/1963983.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*-----------------------
/config/theme/css/presets/system/insertmedialist
-----------------------*/
/*-----------------------
/config/theme/css/presets/system/mmenu
-----------------------*/
/*-----------------------
/config/theme/css/presets/system/teaser
-----------------------*/
/*-----------------------
/config/theme/css/jquery/mmenu_v6_1_8
-----------------------*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panel.mm-noanimation {
  -webkit-transition: none!important;
  transition: none !important;
}
.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none !important;
}
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-next:after,
.mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn:first-child {
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
}
.mm-menu.mm-offcanvas.mm-opened {
  display: block;
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10;
}
.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-sronly {
  border: 0!important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute !important;
}
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after,
.mm-menu.mm-border-none .mm-listview > li:after {
  content: none;
}
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after,
.mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important;
}
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after,
.mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom,
.mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1;
}
.mm-menu .mm-fx-panels-none.mm-panel,
.mm-menu.mm-fx-panels-none .mm-panel {
  -webkit-transition-property: none;
  transition-property: none;
}
.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel,
.mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel,
.mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened,
.mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity,top;
  transition-property: opacity,top;
  opacity: 0;
  top: -25%;
}
html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
html.mm-iconbar body {
  overflow-x: hidden;
}
html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh;
}
html.mm-iconbar .mm-slideout {
  box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.mm-menu.mm-iconbar {
  display: block;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next),
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span,
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px;
}
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px;
}
.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px;
}
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px;
}
.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
}
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next,
.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span,
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}
.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0;
}
html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit;
}
.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff;
}
.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000;
}
.mm-menu.mm-popup {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  z-index: 0;
}
.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  -webkit-transition-delay: 0s!important;
  transition-delay: 0s!important;
  z-index: 1;
}
html.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}
.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}
html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  z-index: 0;
}
html.mm-front #mm-blocker {
  z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-offcanvas.mm-bottom {
  top: auto;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-offcanvas.mm-bottom,
.mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-shadow-page.mm-front:after,
.mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter,
.mm-menu.mm-theme-dark em#mobile_menu .mm-navbar-bottom-1 .badge {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter,
.mm-menu.mm-theme-white em#mobile_menu .mm-navbar-bottom-1 .badge {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter,
.mm-menu.mm-theme-black em#mobile_menu .mm-navbar-bottom-1 .badge {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after,
.mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu .mm-tileview.mm-listview > li,
.mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu .mm-tileview.mm-listview > li:after,
.mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl,
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span,
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next,
.mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
html.mm-widescreen body {
  position: relative;
}
html.mm-widescreen #mm-blocker {
  display: none !important;
}
html.mm-widescreen .mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  width: 70%!important;
  margin-left: 30% !important;
}
html.mm-widescreen .mm-page {
  background: inherit;
  box-sizing: border-box;
}
html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
  overflow: auto;
}
.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block!important;
  width: 30%!important;
  min-width: 0!important;
  max-width: none!important;
  top: 0!important;
  right: auto!important;
  bottom: 0!important;
  left: 0!important;
  z-index: 100!important;
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none !important;
}
.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none;
}
.mm-menu.mm-autoheight {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
}
.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative;
}
.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened,
.mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important;
}
.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto!important;
  height: auto !important;
}
.mm-columns {
  -webkit-transition-property: width;
  transition-property: width;
}
.mm-columns .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: width,transform;
  transition-property: width, transform, -webkit-transform;
}
.mm-columns .mm-panels > .mm-panel.mm-opened,
.mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
.mm-columns.mm-offcanvas.mm-bottom,
.mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
html.mm-opening .mm-columns.mm-offcanvas.mm-front,
html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}
em.mm-counter,
em#mobile_menu .mm-navbar-bottom-1 .badge {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + a,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-fullsubopen {
  padding-left: 0;
}
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + a.mm-fullsubopen + span,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-fullsubopen + a,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a,
.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span,
.mm-listview em#mobile_menu .mm-navbar-bottom-1 .badge + .mm-next.mm-fullsubopen + a,
.mm-listview em#mobile_menu .mm-navbar-bottom-1 .badge + .mm-next.mm-fullsubopen + span {
  padding-right: 90px;
}
.mm-vertical > .mm-counter,
.mm-vertical > #mobile_menu .mm-navbar-bottom-1 .badge {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter,
.mm-vertical.mm-spacer > #mobile_menu .mm-navbar-bottom-1 .badge {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter,
.mm-nosubresults > #mobile_menu .mm-navbar-bottom-1 .badge {
  display: none;
}
.mm-menu em.mm-counter,
.mm-menu em#mobile_menu .mm-navbar-bottom-1 .badge {
  color: rgba(0, 0, 0, 0.3);
}
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none!important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
html.mm-dropdown .mm-slideout {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  z-index: 0;
}
html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s!important;
  transition-delay: 0s!important;
  z-index: 1;
}
html.mm-dropdown .mm-menu {
  z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu.mm-dropdown {
  display: none;
}
.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
  left: 22px;
}
.mm-menu.mm-tipright:before {
  right: 22px;
}
.mm-menu.mm-tiptop:before {
  top: -8px;
}
.mm-menu.mm-tipbottom:before {
  bottom: -8px;
}
.mm-iconpanel .mm-panels > .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform,left;
  transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-opened,
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important;
}
.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  bottom: -100000px;
}
.mm-keyboardfocus a:focus {
  outline: 0;
}
.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}
.mm-navbars-bottom,
.mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
.mm-navbars-bottom > .mm-navbar,
.mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
}
.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
.mm-menu.mm-rtl {
  direction: rtl;
}
.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}
.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px;
}
.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next),
.mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px!important;
  margin-right: 0 !important;
}
.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}
.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu.mm-rtl .mm-listview .mm-next + a,
.mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge {
  left: 45px;
  right: auto;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + span,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + a,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span,
.mm-menu.mm-rtl .mm-listview em#mobile_menu .mm-navbar-bottom-1 .badge + .mm-fullsubopen + a,
.mm-menu.mm-rtl .mm-listview em#mobile_menu .mm-navbar-bottom-1 .badge + .mm-fullsubopen + span {
  padding-left: 90px;
}
.mm-menu.mm-rtl label.mm-check,
.mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu.mm-rtl label.mm-toggle + a,
.mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu.mm-rtl label.mm-check + a,
.mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu.mm-rtl a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-check,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-toggle {
  left: 100px;
}
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-check + a,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-check + span,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-toggle + a,
.mm-menu.mm-rtl em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0;
}
.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  -webkit-transition-property: right, -webkit-transform;
  transition-property: right, -webkit-transform;
  transition-property: transform,right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}
.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-search input {
  border: none!important;
  outline: 0!important;
  box-shadow: none!important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-search .mm-clear,
.mm-search .mm-next {
  right: 0;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}
input.mm-check,
input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check,
label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-check:before,
label.mm-toggle:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-check,
li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-check,
label.mm-toggle {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-check,
a.mm-next + label.mm-toggle {
  right: 60px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span,
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-check,
em.mm-counter + a.mm-next + label.mm-toggle,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-check,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-toggle {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span,
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-check + a,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-check + span,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-toggle + a,
em#mobile_menu .mm-navbar-bottom-1 .badge + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
/*-----------------------
/config/theme/css/jquery/bxslider_v4_2_5
-----------------------*/
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/bxslider_v4_2_5/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/bxslider_v4_2_5/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/bxslider_v4_2_5/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/bxslider_v4_2_5/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
/*-----------------------
/config/theme/css/jquery/fancybox_v2_1_7
-----------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/fancybox_v2_1_7/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/fancybox_v2_1_7/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/fancybox_v2_1_7/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/jquery/fancybox_v2_1_7/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* BFSG */
.fancybox-nav:focus span {
  visibility: visible;
  opacity: 1;
}
.fancybox-close:not(:focus) {
  opacity: 0.8;
}
/*-----------------------
/config/theme/css/jquery/fancybox_v2_1_7_ieq_adapter
-----------------------*/
/************************************************************
    Anpassung der Fancybox-Navigation
************************************************************/
.fancybox-nav span {
  opacity: 0.5;
  visibility: visible;
}
.fancybox-nav:hover span {
  opacity: 1;
}
/*-----------------------
/config/theme/css/framework/bootstrap/v3_1_1
-----------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
#q0_leistungen .serviceHolder,
.q0_teaserHeadlineLink .teaserQ h3 {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong,
.insertevents .insertevents_subline,
.inserteventanmeldung .insertevents_subline,
.insertevents .inserteventanmeldung_subline,
.inserteventanmeldung .inserteventanmeldung_subline,
.insertartikel .articleQ .articleShortnameQ {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited,
  #q0_leistungen .serviceHolder,
  .q0_teaserHeadlineLink .teaserQ h3 {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  :not(.responsiveCenteredQ) > :not(.responsiveImageQ) > img {
    max-width: 100% !important;
    /* ieQ Anpassung, Original-Selektor nur img */
  }
  p,
  h2,
  h3,
  #q0_leistungen p.lead,
  #layout_cta .contact-content .contact-title {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  #q0_leistungen p.lead,
  #layout_cta .contact-content .contact-title {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,
#q0_leistungen .serviceHolder,
.q0_teaserHeadlineLink .teaserQ h3 {
  color: #E30916;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #99060f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#q0_leistungen p.lead,
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title,
.service-content .service-title,
#layout_footer .layout_footer_top .footer_title,
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserHeadlineQ > h3,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title,
.layout_start .section_title,
#layout_cta .contact-content .contact-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
#q0_leistungen p.lead,
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title,
.service-content .service-title,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title,
.layout_start .section_title,
#layout_cta .contact-content .contact-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
#layout_footer .layout_footer_top .footer_title,
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserHeadlineQ > h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1,
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title,
.layout_start .section_title {
  font-size: 36px;
}
h2,
.h2,
.service-content .service-title {
  font-size: 30px;
}
h3,
.h3,
#q0_leistungen p.lead,
#layout_cta .contact-content .contact-title {
  font-size: 24px;
}
h4,
.h4,
#layout_footer .layout_footer_top .footer_title,
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserHeadlineQ > h3 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #E30916;
}
a.text-primary:hover {
  color: #b20711;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #E30916;
}
a.bg-primary:hover {
  background-color: #b20711;
}
.bg-success {
  background-color: #61cda6;
}
a.bg-success:hover {
  background-color: #3cbe90;
}
.bg-info {
  background-color: #e6e5e8;
}
a.bg-info:hover {
  background-color: #cbcad1;
}
.bg-warning {
  background-color: #faca6e;
}
a.bg-warning:hover {
  background-color: #f9b83d;
}
.bg-danger {
  background-color: #f7414c;
}
a.bg-danger:hover {
  background-color: #f6101e;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #61cda6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #4dc79b;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e6e5e8;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d9d7dd;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #faca6e;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fac155;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f7414c;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f62935;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #61cda6;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #faca6e;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f7414c;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn,
.inserteventteaser_places,
.insertevents_places,
.inserteventanmeldung_places,
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a,
#q343_kclSlider .q343_kclWeiter,
#q343_kclSlider .q343_kclZurueck {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary,
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a {
  color: #fff;
  background-color: #E30916;
  border-color: #ca0814;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bc0712;
  border-color: #90060e;
}
.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: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: #E30916;
  border-color: #ca0814;
}
.btn-primary .badge {
  color: #E30916;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #36AB81;
  border-color: #309872;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2c8c6a;
  border-color: #21694f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #36AB81;
  border-color: #309872;
}
.btn-success .badge {
  color: #36AB81;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #BEBCC5;
  border-color: #b1aeb9;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #a9a6b2;
  border-color: #918e9d;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #BEBCC5;
  border-color: #b1aeb9;
}
.btn-info .badge {
  color: #BEBCC5;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #F8AF24;
  border-color: #f7a60b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec9d08;
  border-color: #bf7f06;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #F8AF24;
  border-color: #f7a60b;
}
.btn-warning .badge {
  color: #F8AF24;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #E30916;
  border-color: #ca0814;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #bc0712;
  border-color: #90060e;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #E30916;
  border-color: #ca0814;
}
.btn-danger .badge {
  color: #E30916;
  background-color: #fff;
}
.btn-link {
  color: #E30916;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #99060f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block,
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a,
.insertaktionsleiste .dropdown .dropdown-menu li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #E30916;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #E30916;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #E30916;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #E30916;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #99060f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #E30916;
  border-color: #E30916;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #E30916;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b20711;
}
.label-success {
  background-color: #36AB81;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2a8464;
}
.label-info {
  background-color: #BEBCC5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #a3a1ad;
}
.label-warning {
  background-color: #F8AF24;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e29707;
}
.label-danger {
  background-color: #E30916;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b20711;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #E30916;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #E30916;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #61cda6;
  border-color: #4dc787;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #3cbe7a;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #e6e5e8;
  border-color: #d2d2d8;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #c5c4cc;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #faca6e;
  border-color: #faa655;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f9993d;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f7414c;
  border-color: #f62957;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #f61044;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #E30916;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #36AB81;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #BEBCC5;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #F8AF24;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #E30916;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #E30916;
  border-color: #E30916;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fcbcc0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #61cda6;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #4dc79b;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #e6e5e8;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #d9d7dd;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #faca6e;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #fac155;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f7414c;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #f62935;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #E30916;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #E30916;
  border-color: #E30916;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E30916;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E30916;
}
.panel-success {
  border-color: #4dc787;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #61cda6;
  border-color: #4dc787;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4dc787;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4dc787;
}
.panel-info {
  border-color: #d2d2d8;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #e6e5e8;
  border-color: #d2d2d8;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d2d2d8;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d2d2d8;
}
.panel-warning {
  border-color: #faa655;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #faca6e;
  border-color: #faa655;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faa655;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faa655;
}
.panel-danger {
  border-color: #f62957;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f7414c;
  border-color: #f62957;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f62957;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f62957;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container-static:before,
.container-static:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container-static:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*-----------------------
/config/theme/css/framework/bootstrap/bsstarrating_v3_5_2
-----------------------*/
/* !
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
 * @version 3.5.2
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0px;
  color: #fff;
  background: transparent url('../img/loading.gif') top left no-repeat;
  border: none;
}
/*
 * Stars
 */
.rating-fa {
  font-family: 'FontAwesome';
  padding-left: 1px;
}
.rating-fa .rating-stars:before {
  padding-left: 1px;
}
.rating-gly {
  font-family: 'Glyphicons Halflings';
}
.rating-gly-star {
  font-family: 'Glyphicons Halflings';
  padding-left: 2px;
}
.rating-gly-star .rating-stars:before {
  padding-left: 2px;
}
.rating-lg .rating-gly-star,
.rating-lg .rating-gly-star .rating-stars:before {
  padding-left: 4px;
}
.rating-xl .rating-gly-star,
.rating-xl .rating-gly-star .rating-stars:before {
  padding-left: 2px;
}
.rating-active {
  cursor: default;
}
.rating-disabled {
  cursor: not-allowed;
}
.rating-uni {
  font-size: 1.2em;
  margin-top: -5px;
}
.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #e3e3e3;
  overflow: hidden;
}
.rating-container:before {
  content: attr(data-content);
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.rating-container-rtl {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  color: #fde16d;
}
.rating-container-rtl:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.rating-container-rtl .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #e3e3e3;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.rating-container-rtl .rating-stars:before {
  content: attr(data-content);
}
/**
 * Rating sizes
 */
.rating-xl {
  font-size: 4.89em;
}
.rating-lg {
  font-size: 3.91em;
}
.rating-md {
  font-size: 3.13em;
}
.rating-sm {
  font-size: 2.5em;
}
.rating-xs {
  font-size: 2em;
}
/**
 * Clear rating button
 */
.star-rating .clear-rating,
.star-rating-rtl .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}
.clear-rating-active {
  cursor: pointer !important;
}
.clear-rating-active:hover {
  color: #843534;
}
.star-rating .clear-rating {
  padding-right: 5px;
}
/**
 * Caption
 */
.star-rating .caption,
.star-rating-rtl .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 55%;
}
.star-rating .caption {
  padding-left: 5px;
}
.star-rating-rtl .caption {
  padding-right: 5px;
}
/*-----------------------
/config/theme/css/framework/bootstrap/bsstarrating_v3_5_2_ieq_adapter
-----------------------*/
.rating-container:before {
  padding: 0;
}
.rating-stars:before {
  padding: 0;
}
/*-----------------------
/config/theme/css/framework/bootstrap/pnotify_core
-----------------------*/
body > .pnotify.pnotify-positioned {
  position: fixed;
  z-index: 100040;
}
body > .pnotify.pnotify-modal {
  z-index: 100042;
}
.pnotify {
  height: auto;
  display: none;
  transition: opacity 0.1s linear;
  opacity: 0;
}
.pnotify.pnotify-positioned {
  position: absolute;
  z-index: 1;
}
.pnotify.pnotify-modal {
  z-index: 3;
}
.pnotify.pnotify-in {
  display: block;
  opacity: 1;
}
.pnotify.pnotify-initial {
  display: block;
}
.pnotify-hidden {
  visibility: hidden;
}
.pnotify.pnotify-move {
  transition: left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}
.pnotify.pnotify-fade-slow {
  transition: opacity 0.4s linear;
  opacity: 0;
}
.pnotify.pnotify-fade-slow.pnotify.pnotify-move {
  transition: opacity 0.4s linear, left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}
.pnotify.pnotify-fade-normal {
  transition: opacity 0.25s linear;
  opacity: 0;
}
.pnotify.pnotify-fade-normal.pnotify.pnotify-move {
  transition: opacity 0.25s linear, left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}
.pnotify.pnotify-fade-fast {
  transition: opacity 0.1s linear;
  opacity: 0;
}
.pnotify.pnotify-fade-fast.pnotify.pnotify-move {
  transition: opacity 0.1s linear, left 0.4s ease, top 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}
.pnotify.pnotify-masking {
  display: block;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}
.pnotify.pnotify-masking.pnotify-stack-up {
  -webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}
.pnotify.pnotify-masking.pnotify-stack-left {
  -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}
.pnotify.pnotify-masking.pnotify-stack-right {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent 30px, transparent);
}
.pnotify.pnotify-fade-in,
.pnotify.pnotify-masking-in {
  opacity: 1;
}
.pnotify .pnotify-shadow {
  -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 28px 0 rgba(0, 0, 0, 0.1);
}
.pnotify-container {
  position: relative;
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}
.pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.pnotify-closer,
.pnotify-sticker {
  float: right;
  margin-left: 0.5em;
  cursor: pointer;
}
[dir=rtl] .pnotify-closer,
[dir=rtl] .pnotify-sticker {
  float: left;
  margin-right: 0.5em;
  margin-left: 0;
}
.pnotify-title {
  display: block;
  white-space: pre-line;
  margin-bottom: 0.4em;
  margin-top: 0;
}
.pnotify-text-with-max-height {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 0.03em;
}
.pnotify.pnotify-with-icon .pnotify-content {
  margin-left: 24px;
}
[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content {
  margin-right: 24px;
  margin-left: 0;
}
.pnotify-pre-line {
  white-space: pre-line;
}
.pnotify-icon,
.pnotify-icon span {
  display: block;
  float: left;
}
[dir=rtl] .pnotify-icon,
[dir=rtl] .pnotify-icon span {
  float: right;
}
.pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: opacity 0.25s linear;
  opacity: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pnotify-modal-overlay-up {
  align-items: flex-start;
}
.pnotify-modal-overlay-left {
  justify-content: flex-start;
  align-items: center;
}
.pnotify-modal-overlay-right {
  justify-content: flex-end;
  align-items: center;
}
.pnotify-modal-overlay.pnotify-modal-overlay-in {
  opacity: 1;
}
.pnotify-modal-overlay-closes:after {
  content: "×";
  font-family: Arial;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 0.4rem #fff;
}
body > .pnotify-modal-overlay {
  position: fixed;
  z-index: 100041;
}
/*-----------------------
/config/theme/css/framework/bootstrap/pnotify_bootstrap3
-----------------------*/
.pnotify .bootstrap3-icon > * {
  position: relative;
  top: 0.1rem;
}
.bootstrap3-mx-1 {
  margin: 0 5px;
}
.pnotify.pnotify-with-icon .bootstrap3-ml {
  margin-left: 24px;
}
[dir=rtl] .pnotify.pnotify-with-icon .bootstrap3-ml {
  margin-right: 24px;
  margin-left: 0;
}
/*-----------------------
/config/theme/css/framework/bootstrap/pnotify_mobile
-----------------------*/
[data-pnotify] .pnotify-container {
  position: relative;
}
[data-pnotify] .pnotify-mobile-animate-left {
  transition: left 0.1s ease;
}
[data-pnotify] .pnotify-mobile-animate-top {
  transition: top 0.1s ease;
}
@media (max-width: 480px) {
  [data-pnotify].pnotify {
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  body > [data-pnotify].pnotify {
    position: fixed;
  }
  [data-pnotify].pnotify.pnotify-stack-down,
  [data-pnotify].pnotify.pnotify-stack-up {
    /*width:100%!important*/
  }
  [data-pnotify].pnotify.pnotify-stack-left,
  [data-pnotify].pnotify.pnotify-stack-right {
    height: 100% !important;
  }
  [data-pnotify].pnotify .pnotify-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  [data-pnotify].pnotify.pnotify-stack-down .pnotify-shadow {
    border-bottom-width: 5px;
  }
  [data-pnotify].pnotify.pnotify-stack-up .pnotify-shadow {
    border-top-width: 5px;
  }
  [data-pnotify].pnotify.pnotify-stack-right .pnotify-shadow {
    border-right-width: 5px;
  }
  [data-pnotify].pnotify.pnotify-stack-left .pnotify-shadow {
    border-left-width: 5px;
  }
  [data-pnotify].pnotify .pnotify-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  [data-pnotify].pnotify.pnotify-stack-down .pnotify-container,
  [data-pnotify].pnotify.pnotify-stack-up .pnotify-container {
    width: auto !important;
  }
  [data-pnotify].pnotify.pnotify-stack-left .pnotify-container,
  [data-pnotify].pnotify.pnotify-stack-right .pnotify-container {
    height: 100% !important;
  }
}
/*-----------------------
/config/theme/css/framework/bootstrap/pnotify_confirm
-----------------------*/
.pnotify-action-bar,
.pnotify-prompt-bar {
  margin-top: 5px;
  clear: both;
}
.pnotify-action-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.pnotify-prompt-input {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
/*-----------------------
/config/theme/css/framework/bootstrap/ieq_v3_1_1
-----------------------*/
/* +++ IEQ - ADAPTER bootstrap v3.1.1 +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ IEQ TO BOOTSTRAP ++++++++++++++++++++++++++++ */
/* +++ COLOR brand/state +++++++++ */
/* +++ FORM +++++++++++++++++++++ */
/* +++ BOOTSTRAP TO IEQ ++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ RESET +++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
.btn,
.inserteventteaser_places,
.insertevents_places,
.inserteventanmeldung_places,
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a,
#q343_kclSlider .q343_kclWeiter,
#q343_kclSlider .q343_kclZurueck {
  margin-bottom: initial;
  white-space: normal;
}
.btn.text-left {
  text-align: left;
}
.btn.text-right {
  text-align: right;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ ieQ-GRID ++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++  ContentWidth +++++++++++++++++++++ */
/* +++ first level */
.row.contentWidthQ {
  margin-left: 0;
  margin-right: 0;
}
.containerQ {
  margin-left: auto;
  margin-right: auto;
}
/* +++ nested levels */
.row.contentWidthQ .row.contentWidthQ {
  margin-left: -15px;
  margin-right: -15px;
}
.containerQ .containerQ {
  margin-left: 0px;
  margin-right: 0px;
}
.containerQ:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .containerQ {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .containerQ {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerQ {
    max-width: 1170px;
  }
}
/* +++ first level in container */
.container .row.contentWidthQ {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row.contentWidthQ .row.contentWidthQ {
  margin-left: 0;
  margin-right: 0;
}
/* +++ CONTAINER STATIC ++++++++++++++++++++++++++++++++ */
.container-static {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-static .row {
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
}
.container-static .row.contentWidthQ .row.contentWidthQ {
  margin-left: 0;
  margin-right: 0;
}
@media print {
  .container-static {
    width: auto;
  }
}
/* +++ MODULES +++++++++++++++++++++++++++++++++++++ */
/* Teaser +++ NO NewsSliders */
.teaserListQ > .teaserQ span {
  background: #E30916;
  color: #fff;
  padding: 6px 12px;
  border: 1px solid;
  border-radius: 4px;
  border-color: #a80710;
}
.teaserListQ > .teaserQ a:hover span {
  background: #bc0712;
  border-color: #90060e;
  color: #ffffff;
}
.teaserListQ:not([class*="newsSliderQ"]) {
  margin: 0 -15px;
}
@media print {
  .teaserListQ:not([class*="newsSliderQ"]) {
    max-width: 100%;
  }
}
.teaserListQ:not([class*="newsSliderQ"]):after {
  content: "";
  display: block;
  clear: both;
}
.teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
  float: left;
  margin: 0 15px;
  width: calc( 100%  - 30px );
}
@media (min-width: 768px) {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 50%  - 30px );
  }
}
@media (min-width: 992px) {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
}
@media (min-width: 1200px) {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 25%  - 30px );
  }
}
@media print {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ .teaserLinkQ {
    display: none;
  }
}
/* MediaList +++ */
.mediaListQ {
  margin: 0 -15px;
}
@media print {
  .mediaListQ {
    max-width: 100%;
  }
}
.mediaListQ:after {
  content: "";
  display: block;
  clear: both;
}
.mediaListQ > .mediaListQ-item {
  float: left;
  margin: 0 15px 20px;
  width: calc( 50%  - 30px );
}
@media (min-width: 768px) {
  .mediaListQ > .mediaListQ-item {
    width: calc( 33.33333333%  - 30px );
  }
}
@media (min-width: 992px) {
  .mediaListQ > .mediaListQ-item {
    width: calc( 33.33333333%  - 30px );
  }
}
@media (min-width: 1200px) {
  .mediaListQ > .mediaListQ-item {
    width: calc( 25%  - 30px );
  }
}
@media print {
  .mediaListQ > .mediaListQ-item {
    width: calc( 33.33333333%  - 30px );
  }
  .mediaListQ > .mediaListQ-item .teaserLinkQ {
    display: none;
  }
}
/* ARTICLE +++ */
.articleListQ {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.articleQ {
  display: block;
  float: left;
  margin: 0 15px;
  width: calc( 100%  - 30px );
}
@media (min-width: 768px) {
  .articleQ {
    width: calc( 50%  - 30px );
  }
}
@media (min-width: 992px) {
  .articleQ {
    width: calc( 50%  - 30px );
  }
}
@media (min-width: 1200px) {
  .articleQ {
    width: calc( 50%  - 30px );
  }
}
@media print {
  .articleQ {
    width: calc( 50%  - 30px );
  }
}
.articleQ:after {
  content: "";
  display: block;
  clear: both;
}
/* Druckversion */
.insertdruckansicht .insertfirmendaten a:after {
  content: "";
}
@media print {
  body {
    width: 670px;
  }
  body:not(#printversionQ) {
    width: 670px;
  }
  .container {
    width: auto;
    max-width: 750px;
  }
}
/**
 *  Bootstrap print 3.x-1.2 for Bootstrap v3.
 *  
 *  Mange grids using Bootstrap v3 for printed media.
 *  This will help controlling grid columns size on printed pages.
 *  https://github.com/Natshah/bootstrap-print
 *
 */
@media print {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* Always insert a page break after the element */
  .always-page-break-after,
  .always-pba {
    page-break-after: always;
  }
  /* Avoid page break after the element (if possible) */
  .avoid-page-break-after,
  .avoid-pba {
    page-break-after: avoid;
  }
  /* Insert page breaks after the element so that the next page is formatted as a left page */
  .left-page-break-after,
  .left-pba {
    page-break-after: left;
  }
  /* Insert page breaks after the element so that the next page is formatted as a right page */
  .right-page-break-after,
  .right-pba {
    page-break-after: right;
  }
  /* Always insert a page break before the element */
  .always-page-break-before,
  .always-pbb {
    page-break-before: always;
  }
  /* Avoid page break before the element (if possible) */
  .avoid-page-break-before,
  .avoid-pbb {
    page-break-before: avoid;
  }
  /* Insert page breaks before the element so that the next page is formatted as a left page */
  .left-page-break-before,
  .left-pbb {
    page-break-before: left;
  }
  /* Insert page breaks before the element so that the next page is formatted as a right page */
  .right-page-break-before,
  .right-pbb {
    page-break-before: right;
  }
  /* Avoid page break inside the element (if possible) */
  .avoid-page-break-inside,
  .avoid-pbi {
    page-break-inside: avoid;
  }
}
/*-----------------------
/config/theme/css/ieq_framework
-----------------------*/
.teaserDateQ {
  display: none;
}
/* +++ IEQ - FRAMEWORK ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ COLOR brand +++++++++++++++ */
/* +++ COLOR defaults +++++++++++++ */
/* +++ COLOR state +++++++++++++++ */
/* +++ FORM ++++++++++++++++++++ */
/* +++ TEASER GRID ++++++++++++++ */
/* +++ MEDIA LIST +++++++++++++++++ */
/* +++ ARTICLE GRID ++++++++++++++ */
/* +++ CONTAINER STATIC ++++++++++++++ */
/* +++ ANCHOR SCROLL OFFSET ++++++++++++++ */
.articleShipmentQ a,
.articleEnergyQ,
.articlePriceQ .productprice_old span {
  position: relative;
  z-index: 1;
}
/*  set in adapter:
*   @lp-spacing     -
*   @lp-gutter      -
*/
/* ++++++++++++++++++++++++++++++++++++++++ */
/* +++ GLOBAL +++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++ */
html {
  scroll-padding-top: 0px;
  scroll-padding-left: 0px;
}
article > section,
section > article {
  margin-bottom: 15px;
}
/* +++ overrride bootstrap styling to allow rendering of ::marker element*/
summary {
  display: list-item;
}
[class*="col-"] > h1:first-of-type,
[class*="col-"] > h2:first-of-type,
[class*="col-"] > h3:first-of-type,
[class*="col-"] > h4:first-of-type,
[class*="col-"] > h5:first-of-type,
[class*="col-"] > h6:first-of-type {
  margin-top: 0px;
}
/* +++ verschlüsselte emails */
a[data-q-trigger$='uncrypt'][data-q-uncrypt] {
  color: transparent !important;
}
/* loading indicator / loadingQ.svg */
img[src$="loadingq.svg"],
[data-q-targetid].loading .ajaxContainerContent:empty {
  background-image: url(../scripts/get.aspx?media=/config/system/loadingq.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 11px;
}
.csearch-loading {
  display: inline-block;
  width: 100%;
  min-height: 40px;
  line-height: 2em;
  padding: 5px 0px 5px 50px;
  background-color: #FFF;
  background-image: url(../scripts/get.aspx?media=/config/system/loadingq.gif);
  background-position: 15px center;
  background-repeat: no-repeat;
}
/* +++ ASPECT +++++++++++++++++++ */
[class*="aspectQ"].videoWrapper,
[class*="aspectQ"].youtubeWrapper,
[class*="aspectQ"].iframeWrapper,
[class*="aspectQ"].responsiveImageQ {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
}
[class*="aspectQ"].videoWrapper > *,
[class*="aspectQ"].youtubeWrapper > *,
[class*="aspectQ"].iframeWrapper > *,
[class*="aspectQ"].responsiveImageQ > * {
  position: absolute;
  width: 100%;
  height: 100%;
}
.text-center > [class*="aspectQ"] > * {
  inset: 0;
}
.aspectQ1x4 {
  padding-bottom: 400%;
}
.aspectQ1x3 {
  padding-bottom: 300%;
}
.aspectQ1x2 {
  padding-bottom: 200%;
}
.aspectQ9x16 {
  padding-bottom: 177.777%;
}
.aspectQ3x5 {
  padding-bottom: 166.666%;
}
.aspectQ10x16 {
  padding-bottom: 160%;
}
.aspectQ2x3 {
  padding-bottom: 150%;
}
.aspectQ5x7 {
  padding-bottom: 140%;
}
.aspectQ3x4 {
  padding-bottom: 133.333%;
}
.aspectQ4x1 {
  padding-bottom: 25%;
}
.aspectQ4x5 {
  padding-bottom: 125%;
}
.aspectQ6x7 {
  padding-bottom: 116.666%;
}
.aspectQ1x1 {
  padding-bottom: 100%;
}
.aspectQ7x6 {
  padding-bottom: 85.71%;
}
.aspectQ5x4 {
  padding-bottom: 80%;
}
.aspectQ4x3 {
  padding-bottom: 75%;
}
.aspectQ7x5 {
  padding-bottom: 71.43%;
}
.aspectQ3x2 {
  padding-bottom: 66.666%;
}
.aspectQ16x10 {
  padding-bottom: 62.5%;
}
.aspectQ5x3 {
  padding-bottom: 60%;
}
.aspectQ16x9 {
  padding-bottom: 56.25%;
}
.aspectQ2x1 {
  padding-bottom: 50%;
}
.aspectQ3x1 {
  padding-bottom: 33.333%;
}
/* special case aspect auto for youtube & video */
.aspectQauto.youtubeWrapper,
.aspectQauto.videoWrapper {
  height: auto;
}
.aspectQauto.youtubeWrapper > iframe.youtubeQ,
.aspectQauto.videoWrapper > video {
  position: static;
  width: 100%;
  height: auto;
}
/* update/bugfix/missing styles for div.aspectQxxx - FH 27.05.2024 */
/* update/bugfix/missing styles for div.aspectQxxx - FH 27.05.2024 */
/* update added :not/s FH 03.06.2024*/
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ)[class*="aspectQ"] {
  padding-bottom: initial;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ1x4 {
  aspect-ratio: 1/4;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ1x3 {
  aspect-ratio: 1/3;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ1x2 {
  aspect-ratio: 1/2;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ9x16 {
  aspect-ratio: 9/16;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ3x5 {
  aspect-ratio: 3/5;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ10x16 {
  aspect-ratio: 10/16;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ2x3 {
  aspect-ratio: 2/3;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ5x7 {
  aspect-ratio: 5/7;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ3x4 {
  aspect-ratio: 3/4;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ4x1 {
  aspect-ratio: 4/1;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ4x5 {
  aspect-ratio: 4/5;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ6x7 {
  aspect-ratio: 6/7;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ1x1 {
  aspect-ratio: 1/1;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ7x6 {
  aspect-ratio: 7/6;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ5x4 {
  aspect-ratio: 5/4;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ4x3 {
  aspect-ratio: 4/3;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ7x5 {
  aspect-ratio: 7/5;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ3x2 {
  aspect-ratio: 3/2;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ16x10 {
  aspect-ratio: 16/10;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ5x3 {
  aspect-ratio: 5/3;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ16x9 {
  aspect-ratio: 16/9;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ2x1 {
  aspect-ratio: 2/1;
}
div:not(.videoWrapper):not(.youtubeWrapper):not(.iframeWrapper):not(.responsiveImageQ).aspectQ3x1 {
  aspect-ratio: 3/1;
}
.bg-neutral {
  background-color: #eeeeee;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
/* +++ MODULE +++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++ */
/* +++ ROW ++++++++++++++++++++++++++++++++ */
.equalHeightQ-spacer .equalizeClearfixQ {
  height: 20px;
  clear: both;
}
@media print {
  .equalHeightQ > * {
    min-height: min-content;
    page-break-inside: avoid;
  }
}
/* +++ vertikale zentrierung  */
.verticallyCenteredQ > [class*="col-"],
.verticallyCenteredQ > .containerQ > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.verticallyCenteredQ > [class*="col-"]:before,
.verticallyCenteredQ > .containerQ > [class*="col-"]:before,
.verticallyCenteredQ > [class*="col-"]:after,
.verticallyCenteredQ > .containerQ > [class*="col-"]:after {
  content: "";
  display: block;
  flex: 1 1 0px;
}
.verticalWrapperQ {
  flex: 0 0 auto;
  /* ie bugfix */
}
/* +++ SPACER +++++++++++++++++++++++++++++ */
.spacerQ {
  height: 20px;
}
/* +++ AUSSENABSTAND +++++++++++++++++++ */
.layout-media {
  margin: 0 15px 15px;
}
.layout-media.pull-right {
  margin: 0 0 15px 15px;
}
.layout-medi.pull-left {
  margin: 0 15px 15px 0;
}
/* +++ MARGIN TOP / LEFT / BOTTOM / RIGHT ++ */
.marginQ-top {
  margin-top: 20px;
}
.marginQ-left {
  margin-left: 20px;
}
.marginQ-right {
  margin-right: 20px;
}
.marginQ-bottom {
  margin-bottom: 20px;
}
/* +++ TEASER ++++++++++++++ */
.teaserQ {
  padding: 0 0 40px 0;
  position: relative;
}
.teaserQ .teaserHeadlineQ {
  overflow: hidden;
}
.teaserQ .teaserTextQ {
  margin: 20px 0;
}
@media print {
  .teaserQ a {
    display: none;
  }
}
/* +++ TEASER DATES ++++++++++++++++++++ */
/* +++ day month year */
/* 01.02.2017 */
.teaserDateQ[data-format="DMY_00"] .dateQ-day:after,
.teaserDateQ[data-format="DMY_00"] .dateQ-month:after {
  content: ".";
}
/* 01/02/2017 */
.teaserDateQ[data-format="DMY_01"] .dateQ-day:after,
.teaserDateQ[data-format="DMY_01"] .dateQ-month:after {
  content: "/";
}
/* 01. Feb 2017 */
.teaserDateQ[data-format="DMY_02"] .dateQ-day:after {
  content: ". ";
}
.teaserDateQ[data-format="DMY_02"] .dateQ-month:after {
  content: " ";
}
/* 01. Februar 2017 */
.teaserDateQ[data-format="DMY_03"] .dateQ-day:after {
  content: ". ";
}
.teaserDateQ[data-format="DMY_03"] .dateQ-month:after {
  content: " ";
}
/* +++ year - month - day */
/* 2017.02.01 */
.teaserDateQ[data-format="YMD_01"] .dateQ-year:after,
.teaserDateQ[data-format="YMD_01"] .dateQ-month:after {
  content: ".";
}
/* 2017/02/01 */
.teaserDateQ[data-format="YMD_02"] .dateQ-year:after,
.teaserDateQ[data-format="YMD_02"] .dateQ-month:after {
  content: "/";
}
/* +++ month - year */
/* 02.2017 */
.teaserDateQ[data-format="MY_01"] .dateQ-month:after {
  content: ".";
}
/* 02/2017 */
.teaserDateQ[data-format="MY_02"] .dateQ-month:after {
  content: "/";
}
/* Feb 2017 */
.teaserDateQ[data-format="MY_03"] .dateQ-month:after {
  content: " ";
}
/* Februar 2017 */
.teaserDateQ[data-format="MY_04"] .dateQ-month:after {
  content: " ";
}
/* +++ year */
/* 2017 */
/* +++ RESPONSIVE IMAGE ++++++++++++++++++++ */
picture.adaptiveImageQ {
  display: inline-block;
  max-width: 100%;
  min-width: 1px;
}
picture.responsiveImageQ {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  min-height: 1px;
  min-width: 1px;
}
picture.responsiveImageQ img {
  width: 100%;
}
picture.responsiveImageQ img:not([data-fancybox-href]) {
  pointer-events: none;
}
picture.responsiveImageQ img[src=""] {
  max-width: 100%;
}
/* bugfix safari */
.responsiveCenteredQ {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.adaptiveImageQ img {
  max-width: 100%;
}
.responsiveImageQ.img-circle,
.adaptiveImageQ.img-circle {
  overflow: hidden;
}
body:not(#printversionQ) .sliderQ:not(.sliderQ-activated) picture,
body:not(#printversionQ) .newsSliderQ:not(.newsSliderQ-activated) picture {
  display: none;
}
img[src$="/config/system/loadingQ.gif"] {
  width: 20px!important;
  height: 20px!important;
  margin: 50%!important;
  left: -10px;
  top: -10px;
  position: relative;
}
/* bugfix: firefox image height */
img[src=""] {
  height: 0;
}
/* picture mit hover-effect / zB modernisierungscheckliste */
.hoverImageQ {
  position: relative;
  overflow: hidden;
}
.hoverImageQ picture {
  transition: opacity 0.5s;
}
.hoverImageQ picture:last-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.hoverImageQ picture:first-child,
.hoverImageQ:hover picture:last-child {
  opacity: 1;
}
.hoverImageQ:hover picture:first-child,
.hoverImageQ picture:last-child {
  opacity: 0;
}
/* +++ TOGGLER / ACCORDION +++++++++++++++ */
.accordionItemQ .panel-heading {
  cursor: pointer;
}
.accordionQ .accordionItemQ .panel-heading {
  cursor: pointer;
}
@media print {
  .accordionQ .accordionItemQ {
    border: solid;
    border-color: transparent transparent #E30916 transparent;
    border-radius: 0;
    border-width: 0 0 1px 0;
  }
  .accordionQ .accordionItemQ .panel-heading {
    margin-top: 20px;
    padding: 0;
  }
  .accordionQ .accordionItemQ .panel-collapse {
    height: auto!important;
    display: block;
  }
  .accordionQ .accordionItemQ .panel-collapse .panel-body {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
/* +++ TABS ++++++++++++++++++++++++++++++ */
@media print {
  .tabQ .nav.nav-tabs[role="tablist"] {
    display: none;
  }
  .tabQ .tabItemQ {
    display: block;
  }
  .tabQ .tabItemQ:before {
    content: attr(data-headline);
    display: block;
    margin-top: 20px;
    border-bottom: 1px solid;
  }
}
/* +++ SLIDER ++++++++++++++ */
.bx-wrapper .bx-viewport {
  left: 0;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 750;
}
.sliderQ-modeHorizontal .bx-viewport,
.sliderQ-modeFade .bx-viewport {
  touch-action: pan-y;
}
.sliderQ-modeVertical .bx-viewport {
  touch-action: pan-x;
}
/* min-height => bugfix height:0  / replacement for .load() */
.bx-wrapper .bx-viewport,
.sliderQ-modeFade .sliderQ {
  min-height: 1px;
}
.sliderQ-activated:after,
.newsSliderQ-activated:after {
  content: "";
  display: table;
  clear: both;
}
.sliderQ-autoHeight,
.sliderQ-autoHeight .sliderQ,
.sliderQ-autoHeight .sliderItemQ {
  max-height: 100%!important;
  height: 100%;
}
.sliderQ-autoHeight .bx-viewport {
  height: 100%!important;
  min-height: 100%!important;
}
.bx-wrapper.sliderQ-shortPager,
.bx-wrapper.sliderQ-fullPager {
  margin-bottom: 20px;
}
.sliderQ-reverse-vertical {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}
.sliderQ-reverse-vertical .bx-wrapper {
  width: 100%;
}
.sliderQ-thumbnailsWrapper {
  text-align: center;
  margin: 20px auto;
}
.sliderQ-thumbnail {
  display: inline-block;
  width: 28%;
  margin: 2%;
  opacity: 0.66;
  cursor: pointer;
  outline: 1px solid #ccc;
  transition: opacity 0.5s;
}
.sliderQ-thumbnail.active {
  outline: 1px solid #888;
  opacity: 1;
}
.teaserListQ[class*="newsSliderQ"] .bx-viewport {
  height: auto!important;
}
.sliderItemQ > picture {
  vertical-align: bottom;
}
/* +++ SLIDER : BXSLIDER ++++++++++++++++++++++++++ */
[class*="sliderQ"].bx-wrapper .bx-viewport {
  left: 0;
}
@media print {
  [class*="sliderQ"].bx-wrapper .bx-viewport {
    height: auto!important;
  }
  [class*="sliderQ"].bx-wrapper .bx-viewport .sliderQ {
    width: 100%!important;
  }
  [class*="sliderQ"].bx-wrapper .bx-viewport .sliderItemQ.bx-clone {
    display: none;
  }
}
[class*="sliderQ"].bx-wrapper.sliderQ-outerControls .bx-controls {
  overflow: hidden;
  padding: 0.5em 0 1em;
}
[class*="sliderQ"].bx-wrapper.sliderQ-outerControls .bx-controls-direction {
  display: inline-block;
  float: left;
}
[class*="sliderQ"].bx-wrapper.sliderQ-outerControls .bx-controls-direction a {
  z-index: 500;
}
[class*="sliderQ"].bx-wrapper.sliderQ-outerControls .bx-controls-direction .bx-next,
[class*="sliderQ"].bx-wrapper.sliderQ-outerControls .bx-controls-direction .bx-prev {
  position: static;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
[class*="sliderQ"].bx-wrapper.sliderQ-outerControls .bx-pager {
  position: static;
  display: inline-block;
  width: initial;
  float: right;
  padding: 10px 0;
  top: 0;
  height: 30px;
}
/* +++ BUGFIX bxslider + responsive images: falsche groessen-berechnung ++ */
.sliderQ-modeFade .sliderItemQ {
  position: absolute;
  top: -100%;
  display: block!important;
  visibility: hidden!important;
  z-index: -1 !important;
}
.sliderQ-modeFade .sliderItemQ.active,
.sliderQ-modeFade .sliderItemQ.deactivated {
  visibility: visible!important;
  top: 0;
}
.sliderQ-modeFade .sliderItemQ.deactivated {
  z-index: 50!important;
}
.sliderQ-modeFade .sliderItemQ.active {
  z-index: 25!important;
  opacity: 1!important;
}
/* +++ INSERT CONTENT NEWS : BXSLIDER ++++++++++++ */
.newsSliderQ-modeHorizontal .bx-controls {
  padding: 20px 0;
}
.newsSliderQ-modeHorizontal a.bx-prev,
.newsSliderQ-modeHorizontal a.bx-next {
  position: relative!important;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0!important;
  right: auto;
  left: auto;
}
@media all and (max-width: 600px) {
  .newsSliderQ-modeHorizontal .bx-controls {
    width: 100%;
  }
  .newsSliderQ-modeHorizontal .bx-next {
    float: right;
  }
  #ieq-news .newsSliderQ-modeHorizontal .bx-controls .bx-controls-direction a {
    width: 48px !important;
    height: 48px !important;
  }
}
/* +++ CLICK GALLERY +++++++ */
.ieq-gallery-preview {
  width: 100%;
  height: 100%;
  display: block;
}
.ieq-gallery-teaser {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.ieq-gallery-teaser img {
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  max-height: initial;
}
.ieq-gallery-container {
  display: none;
}
.ieq-gallery-trigger {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ieq-gallery-trigger span {
  display: inline-block;
  background: #222;
  color: #fff;
  font-weight: bold;
  padding: 0.25em 1em;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden;
  position: absolute;
  bottom: 1em;
  right: 2em;
  transition: all 0.5s;
}
.ieq-gallery-trigger:hover span {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.ieq-gallery-teaser.video .iconq-play {
  position: absolute;
  width: 72px;
  height: 72px;
  background: transparent;
  top: 50%;
  left: 50%;
  font-size: 72px;
  margin-left: -36px;
  margin-top: -36px;
  opacity: 0.85;
  color: #000;
  text-shadow: 0 0 10px #fff;
  cursor: default;
}
/* +++ INLINE FancyBox +++++++ */
.inlineFancyboxImageQ {
  cursor: pointer;
}
.inlineFancyboxTriggerQ {
  display: none;
}
/* +++ ZIELGRUPPE IN BREADCRUMB++++++++++++++++++++++++ */
.breadcrumb li.addon {
  float: right;
}
.breadcrumb li.addon:before {
  content: none;
}
.filterview-audience {
  display: inline-block;
  position: relative;
  cursor: help;
}
.filterview-audience > span:after {
  content: ":";
  padding: 0 0.25em;
}
.filterview-audience div.filter-display {
  display: inline-block;
  border: none;
  padding: initial;
  width: auto;
  height: auto;
  box-shadow: initial;
  background: transparent;
}
.filterview-audience div.filter-display span {
  display: none;
}
.filterview-audience div.filter-display span.active {
  display: inline-block;
}
.filterview-audience div.filter-display .iconSetQ {
  display: inline-block;
}
.filterview-audience div.filter-selection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  transform: rotateY(90deg);
  transition: transform 0.5s;
}
.filterview-audience div.filter-selection.active {
  transform: rotateY(0deg);
}
.filterview-audience div.filter-selection select {
  width: 100%;
}
/* +++ ICONQ-SPACE ++++++++++++++++++++++++++++++ */
.iconq-space {
  margin-right: 5px;
}
/* +++BUTTONQ-SPACE ++++++++++++++++++++++++++++++ */
.q-button-space {
  margin-right: 10px;
}
/* +++A-CURSOR (Workaround für A ohne href-Attribut )++++++++++++++++++++++++++++++ */
a,
#q0_leistungen .serviceHolder,
.q0_teaserHeadlineLink .teaserQ h3 {
  cursor: pointer;
}
/* +++ HOTSPOT ++++++++++++++++++++++++++++++ */
.hotspotQ {
  position: relative;
  counter-reset: hotspotQ-item-counter;
  overflow: hidden;
}
.hotspotQ-item {
  position: absolute;
  width: 100%;
  counter-increment: hotspotQ-item-counter;
  cursor: pointer;
}
@keyframes hotspotQ-notice-wiggle {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(2deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  15% {
    transform: rotate(0deg);
  }
}
.hotspotQ-notice {
  position: absolute;
  opacity: 0.9;
  width: 50%;
  z-index: 2;
  height: auto;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 0.5rem;
  border: 1px solid #ccc;
  display: none;
  animation: hotspotQ-notice-wiggle;
  animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: 10;
}
.hotspotQ-notice:hover {
  animation: none;
}
.hotspotQ-notice-topLeft {
  left: 15px;
  top: 15px;
}
.hotspotQ-notice-bottomLeft {
  left: 15px;
  bottom: 15px;
}
.hotspotQ-notice-topRight {
  right: 15px;
  top: 15px;
}
.hotspotQ-notice-bottomRight {
  right: 15px;
  bottom: 15px;
}
.hotspotQ.ios-trigger-click-bugfix {
  cursor: pointer;
}
@keyframes hotspotQ-index-blink {
  0% {
    background: rgba(80, 80, 80, 0.8);
  }
  50% {
    background: #505050;
  }
  100% {
    background: rgba(80, 80, 80, 0.8);
  }
}
.hotspotQ-index {
  position: absolute;
  top: -10px;
  left: -10px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 100%;
  animation: hotspotQ-index-blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  border: 2px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.hotspotQ-index:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 1.5em;
  color: white;
  font-size: 12px;
  text-align: center;
  content: counter(hotspotQ-item-counter);
}
.hotspotQ-content {
  z-index: 1;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .hotspotQ-item-active {
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 10;
  }
  .hotspotQ-content {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
  }
  .hotspotQ-item-active .hotspotQ-content {
    display: block;
  }
  /* positions */
  .hotspotQ-content-right.hotspotQ-content-top,
  .hotspotQ-content-left.hotspotQ-content-top,
  .hotspotQ-content-right.hotspotQ-content-bottom,
  .hotspotQ-content-left.hotspotQ-content-bottom {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
  .hotspotQ-notice {
    position: unset;
    width: 100%;
    z-index: unset;
    padding: 0.5rem;
    box-shadow: none;
    display: none;
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .hotspotQ-content {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
  }
  .hotspotQ-item-active .hotspotQ-content {
    display: inline-block;
    width: 300px;
    /* ie-fallback */
    width: max-content;
    max-width: calc(50% - 20px);
    box-sizing: content-box;
  }
  /* positions */
  .hotspotQ-content-right.hotspotQ-content-top {
    bottom: 10px;
    right: calc(100% + 10px);
  }
  .hotspotQ-content-left.hotspotQ-content-top {
    bottom: 10px;
    left: 10px;
  }
  .hotspotQ-content-right.hotspotQ-content-bottom {
    top: 10px;
    right: calc(100% + 10px);
  }
  .hotspotQ-content-left.hotspotQ-content-bottom {
    top: 10px;
    left: 10px;
  }
}
/* +++ LAZYLOADQ YOUTUBE ++++++++++++++++++++++++++++++ */
.lazyloadQ-youtube {
  cursor: pointer;
}
.lazyloadQ-youtube::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 6rem;
  padding: 0.5rem 2rem;
  color: #fefefe;
  margin: -3.25rem 0 0 -4rem;
  border-radius: 2px;
  background-color: rgba(33, 33, 33, 0.8);
  transition: all 0.3s ease;
}
.lazyloadQ-youtube:hover::before {
  background-color: #E30916;
}
/* +++ Text  ++++++++++++++++++++++++++++++ */
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
/* +++ BUGFIXES ++++++++++++++++++++++++++++++ */
/* Hyperlinks Bootstrap Print */
@media print {
  a[href]:after {
    content: none !important;
  }
}
/* BUTTON CURSOR FIX */
button.disabled {
  cursor: not-allowed;
}
/* DATENSCHUTZ ERKLÄRUNG */
.checkbox-inline,
.labelq-checkbox {
  max-width: 100%;
}
/* FIREFOX BUGFIX + fieldset width */
@-moz-document url-prefix() {
  fieldset {
    /* fh 22.03.2021 - removed */
    /* display: table-cell; */
    /* firefox bug was fixed and the previous bugfix caused a messup in checkout.aspx */
    /* @see https://stackoverflow.com/a/17863685/3310440*/
    min-width: 0;
  }
}
/* pnotify print */
@media print {
  [aria-role="alertdialog"].ui-pnotify {
    display: none!important;
  }
}
/* equalizeHeightQ fix: attribute will be temporarily added by js to avoid float problems during equalHeightQ calculations */
[data-equalHeightQ-flex] {
  display: flex!important;
  flex-wrap: wrap!important;
}
[data-equalHeightQ-flex] .equalizeClearfixQ {
  width: 100%;
}
[data-equalHeightQ-flex]:before,
[data-equalHeightQ-flex]:after {
  content: normal;
  /* mac */
}
.q0_fileuploadq {
  /* +++ hidden input fields ++++++++++++++++++++++++ */
  /* +++ trigger / dropzone +++++++++++++++++++++++++ */
  /* +++ list of selected files (generated by js) +++ */
  /* +++ upload size ++++++++++++++++++++++++++++++++ */
}
input.q0_fileuploadq_collector[type="file"] {
  display: none;
}
input.q0_fileuploadq_container[type="file"] {
  /* display none would disable input validation! */
  height: 1px;
  opacity: 0;
}
.q0_fileuploadq_trigger.iconSetQ.iconSetQ-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 150px;
  cursor: pointer;
  width: 100%;
}
.q0_fileuploadq_trigger.iconSetQ.iconSetQ-upload span,
.q0_fileuploadq_trigger.iconSetQ.iconSetQ-upload:before {
  pointer-events: none;
}
.q0_fileuploadq_selectedfiles {
  margin-bottom: 20px;
}
.q0_fileuploadq_file {
  display: flex;
  gap: 15px;
  cursor: default;
  padding: calc(20px * 0.25);
}
.q0_fileuploadq_file:nth-child(odd) {
  background: #f9f9f9;
}
.q0_fileuploadq_file:hover {
  background: #f5f5f5;
}
.q0_fileuploadq_targeted .q0_fileuploadq_trigger {
  background: #f5f5f5;
}
.q0_fileuploadq_imagepreview_container img {
  max-height: 6em;
}
.q0_fileuploadq_filename {
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.q0_fileuploadq_fileSize {
  pointer-events: none;
  width: 12ch;
  white-space: nowrap;
}
.q0_fileuploadq_fileSize:after {
  content: " MB";
}
.q0_fileuploadq_removefile {
  margin-left: auto;
  cursor: pointer;
}
.q0_fileuploadq_removefile:hover {
  color: #E30916;
}
.q0_fileuploadq_removefile .iconSetQ-remove {
  pointer-events: none;
}
.q0_fileuploadq_size {
  text-align: right;
}
.q0_fileuploadq_current:after {
  content: "MB / ";
}
.q0_fileuploadq_max:after {
  content: "MB";
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs
-----------------------*/
/* +++ verfuegbarkeit */
.tradeplace-stockQ {
  display: flex;
  justify-content: center;
}
.tradeplace-stockQ:empty {
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/system/loadingq.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 11px;
  height: 16px;
  width: 16px;
}
.tradeplace-stockQ:not(:empty)::before {
  content: '';
  display: block;
  min-width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 4px;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_gruen::before {
  background: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-green-square.svg') no-repeat;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_gruen_gelb::before {
  background: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-greenyellow-square.svg') no-repeat;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_gelb::before {
  background: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-yellow-square.svg') no-repeat;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_rot::before {
  background: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-red-square.svg') no-repeat;
}
@media print {
  .tradeplace-stockQ:not(:empty)::before {
    display: none;
  }
}
/* +++ shopWebServiceQ */
.shopWebServiceQ:empty {
  display: flex;
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/system/loadingq.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 11px;
  height: 16px;
  width: 16px;
}
.shopWebServiceQ .artikeldetail-service-content:empty,
.shopWebServiceQ .service-content:empty {
  display: flex;
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/system/loadingq.gif") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 16px 11px !important;
  height: 16px;
  width: 16px;
}
/* Streichpreis Popover */
.productprice_old > span {
  cursor: pointer;
}
.productprice_old .popover {
  color: #000;
  padding: 15px;
  font-weight: 400;
  font-size: 90%;
  line-height: normal;
}
.productprice_old .popover .popover-title {
  font-weight: 700;
  font-size: 95%;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/_shopq
-----------------------*/
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/aktionsleiste
-----------------------*/
div.insertaktionsleiste .dropdown-menu {
  left: auto;
  right: 0;
}
/* themenanfrage iframe (in dropdown)  */
iframe[src*="layout=4"] {
  max-width: calc(100% - 15px);
}
.insertaktionsleiste.btn-group.btn-group > :first-child:not(.hidden) .btn,
.insertaktionsleiste.btn-group .hidden:first-child + * .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/artikel
-----------------------*/
.insertartikel {
  /* article images sameheight */
}
.insertartikel .articleQ {
  /* BUGFIX IE text-indent */
}
.insertartikel .articleQ .articleDetailLinkQ a {
  white-space: nowrap;
}
@media print {
  .insertartikel .articleQ .articleDetailLinkQ a:after,
  .insertartikel .articleQ .articleImageQ a:after,
  .insertartikel .articleQ .articleShipmentQ a:after {
    content: "";
  }
}
.insertartikel .articleImageQ a,
.insertartikel .articleImageQ picture,
.insertartikel .articleImageQ img {
  height: 150px;
}
.insertartikel .articleImageQ a {
  position: relative;
  overflow: hidden;
}
.insertartikel .articleImageQ img {
  width: auto!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.insertartikel[data-q-theme="line"] .articleQ {
  width: 100%;
}
.insertartikel[data-q-theme="thumb"] .articleQ .articleShortnameQ,
.insertartikel[data-q-theme="thumb"] .articleQ .articleExecutionQ,
.insertartikel[data-q-theme="thumb"] .articleQ .articlePriceQ,
.insertartikel[data-q-theme="thumb"] .articleQ .articleDetailLinkQ,
.insertartikel[data-q-theme="thumb"] .articleQ .articleShipmentQ {
  display: none;
}
.insertartikel[data-q-theme="text"] .articleQ .articleImageQ,
.insertartikel[data-q-theme="text"] .articleQ .articleExecutionQ {
  display: none;
}
.articleEnergyClassImageQ {
  width: 30% !important;
  max-width: 4em;
  margin-right: 5px;
}
.articleQ_headline {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
}
/* +++ template variation "article slider" ++++++++++  */
.insertartikel.insertartikel_slider .articleQslider .articleQ {
  width: calc( 100% - 30px );
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/artikel/horizontal
-----------------------*/
/* InsertArtikel (templateq=artikel/horizontal)*/
/* -------------------------------------------------------- */
.insertartikel_horizontal .thumbnail {
  position: relative;
  padding: 25px 20px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.insertartikel_horizontal .thumbnail:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #4ec67f;
}
.insertartikel_horizontal .insertartikel_horizontal_img,
.insertartikel_horizontal .insertartikel_horizontal_manufacturer,
.insertartikel_horizontal .insertartikel_horizontal_shortname,
.insertartikel_horizontal .insertartikel_horizontal_execution,
.insertartikel_horizontal .insertartikel_horizontal_price,
.insertartikel_horizontal .insertartikel_horizontal_shipmentcoststext {
  display: block;
  margin-bottom: 10px;
  color: #999999;
}
.insertartikel_horizontal a div {
  display: inline-block;
  color: white;
  margin: 0px;
}
.insertartikel_horizontal h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0;
  color: #333333 !important;
}
.insertartikel_horizontal a img {
  margin: 0;
}
.insertartikel_horizontal .insertartikel_horizontal_price {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  color: #333333;
}
.insertartikel_horizontal .insertartikel_horizontal_shipmentcoststext {
  font-size: 0.8em;
  color: #999999;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/barriere
-----------------------*/
.q0_a11y_barriere {
  display: flex;
  gap: 20px;
  width: 100%;
}
.q0_a11y_barriere .q0_a11y_barriere-icon {
  aspect-ratio: 1/1;
  min-width: 24px;
  background-color: #eee;
  padding: 3px;
  border-radius: 8px;
}
.q0_a11y_barriere .q0_a11y_barriere-options #q0_a11y_barriere-toggle {
  height: 100%;
  border-radius: 8px;
  background-color: #eee;
  color: #000;
  border: 1px solid #000;
  position: relative;
  padding-right: 25px;
}
.q0_a11y_barriere .q0_a11y_barriere-options #q0_a11y_barriere-toggle::after {
  position: absolute;
  content: "";
  margin-left: 5px ;
  top: 50%;
  transform: rotate(180deg) translateY(30%) translateX(0%);
  -webkit-transform: rotate(180deg) translateY(30%) translateX(0%);
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #000 transparent;
  transition: 0.2s;
}
.q0_a11y_barriere .q0_a11y_barriere-options #q0_a11y_barriere-toggle picture {
  min-width: 20px;
}
.q0_a11y_barriere .q0_a11y_barriere-options:has(.hidden) #q0_a11y_barriere-toggle::after {
  transform: rotate(90deg) translateY(0%) translateX(-30%);
  -webkit-transform: rotate(90deg) translateY(0%) translateX(-30%);
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  background-color: #eee;
  border-radius: 8px;
  padding: 20px;
  list-style: none;
  color: #333;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu.hidden {
  display: none;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu a,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu label,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu span {
  color: inherit;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-report a,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-info a {
  display: flex;
  padding-left: 25px;
  position: relative;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-report a::before,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-info a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-report a:hover::before,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-info a:hover::before {
  left: 5px;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu button {
  border-radius: 8px;
  width: 140px;
  width: max-content;
  background-color: #fff;
  border: 1px solid #000;
  flex-grow: 1;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu button:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu button:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu button:focus-visible {
  background-color: #eee;
  color: #333;
  border: 1px solid #333;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-increase,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-in,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset {
  background-color: #458447;
  color: #fff;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-increase::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-in::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset::after {
  content: "+";
  font-weight: bold;
  padding: 0  0 0 6px;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-increase:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-in:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset:hover,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-increase:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-in:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset:focus,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-increase:focus-visible,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-in:focus-visible,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease:focus-visible,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out:focus-visible,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset:focus-visible,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset:focus-visible {
  background-color: #eee;
  color: #333;
  border: 1px solid #333;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out {
  background-color: #cf4635;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-decrease::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-out::after {
  content: "-";
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset {
  background-color: #fff;
  color: #333;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-fontsize-reset::after,
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu #q0_a11y_barriere-zoom-reset::after {
  content: "⎌";
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu input[type="checkbox"] {
  min-height: 24px;
  aspect-ratio: 2/1;
  border-radius: 8px;
  margin: 10px 1ch 10px 0;
  box-shadow: inset -1.5em -1px 0px -1px #cf4635, inset -1em 0 0 0 #eee;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu input[type="checkbox"][disabled] {
  cursor: not-allowed;
  filter: contrast(0.3) brightness(1.5);
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu input[type="checkbox"]:checked {
  box-shadow: inset 1.5em 0px 0px -1px #458447;
}
.q0_a11y_barriere .q0_a11y_barriere-options .q0_a11y_barriere-menu .q0_a11y_barriere-contrast label {
  display: flex;
  align-items: center;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/captcha
-----------------------*/
.captchaReload input {
  width: 130px;
  height: 42px;
  background: transparent;
}
.captchaReload {
  position: absolute;
}
.captchaImage {
  display: inline-block;
}
.captchaReload_calendar {
  position: absolute;
  z-index: 2;
}
.captchaImage_calendar {
  display: inherit;
}
.captchaReload_calendar input {
  width: 130px;
  height: 42px;
  background: transparent;
}
/* 26.05.2021 JR - Neues Captcha */
.insertcaptcha [data-q-action="toggle_helptext"] {
  cursor: pointer;
}
.insertcaptcha [data-q-helptext] {
  margin-bottom: 10px;
}
.insertcaptcha figure {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  cursor: pointer;
}
.insertcaptcha button {
  margin-left: 10px;
}
.insertcaptcha [data-q-image] {
  min-height: 34px;
  flex: 1 0 140px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-repeat: no-repeat, repeat;
  background-position: center, 0 0;
  background-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/system/loadingq.gif);
}
.insertcaptcha input {
  text-overflow: ellipsis;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/contentnews
-----------------------*/
/* with param useAjax= true */
[data-contentnews-mode="ajax"]:empty {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/system/loadingq.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/csuche
-----------------------*/
div#csearchq_resultlist {
  margin-bottom: 20px;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/druckansicht
-----------------------*/
@media screen {
  .insertdruckansicht {
    max-width: 670px;
    margin: 0 auto;
  }
}
.insertdruckansicht .insertfirmendaten_fax,
.insertdruckansicht .insertfirmendaten_phone {
  white-space: nowrap;
}
.insertdruckansicht .insertfirmendaten_fax .insertfirmendaten_label,
.insertdruckansicht .insertfirmendaten_phone .insertfirmendaten_label {
  display: inline-block;
  width: 70px;
}
.insertdruckansicht.inspirationQ table {
  table-layout: fixed;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/events
-----------------------*/
.insertevents .insertevents_item,
.inserteventanmeldung .insertevents_item,
.insertevents .inserteventanmeldung_item,
.inserteventanmeldung .inserteventanmeldung_item {
  border: 1px solid;
  border-color: #f9727a;
  border-radius: 4px;
  margin: 0 auto 20px;
}
.insertevents .insertevents_item_inner,
.inserteventanmeldung .insertevents_item_inner,
.insertevents .inserteventanmeldung_item_inner,
.inserteventanmeldung .inserteventanmeldung_item_inner {
  padding: 20px 15px;
}
.insertevents .insertevents_subline,
.inserteventanmeldung .insertevents_subline,
.insertevents .inserteventanmeldung_subline,
.inserteventanmeldung .inserteventanmeldung_subline {
  color: #E30916;
}
.inserteventteaser_places,
.insertevents_places,
.inserteventanmeldung_places {
  pointer-events: none;
}
.inserteventteaser_places[class*="_places_success"],
.insertevents_places[class*="_places_success"],
.inserteventanmeldung_places[class*="_places_success"] {
  background: #36AB81;
}
.inserteventteaser_places[class*="_places_warning"],
.insertevents_places[class*="_places_warning"],
.inserteventanmeldung_places[class*="_places_warning"] {
  background: #F8AF24;
}
.inserteventteaser_places[class*="_places_danger"],
.insertevents_places[class*="_places_danger"],
.inserteventanmeldung_places[class*="_places_danger"] {
  background: #E30916;
}
.inserteventteaser_places [class$="_free"]:after,
.insertevents_places [class$="_free"]:after,
.inserteventanmeldung_places [class$="_free"]:after,
.inserteventteaser_places [class$="_of"]:after,
.insertevents_places [class$="_of"]:after,
.inserteventanmeldung_places [class$="_of"]:after,
.inserteventteaser_places [class$="_total"]:after,
.insertevents_places [class$="_total"]:after,
.inserteventanmeldung_places [class$="_total"]:after {
  content: " ";
}
.inserteventteaser_price [class$="_amount"]:after,
.insertevents_price [class$="_amount"]:after,
.inserteventanmeldung_price [class$="_amount"]:after,
.inserteventteaser_price [class$="_currency"]:after,
.insertevents_price [class$="_currency"]:after,
.inserteventanmeldung_price [class$="_currency"]:after {
  content: " ";
}
.inserteventteaser_date [class$="_on"]:after,
.insertevents_date [class$="_on"]:after,
.inserteventanmeldung_date [class$="_on"]:after,
.inserteventteaser_date [class$="_day"]:after,
.insertevents_date [class$="_day"]:after,
.inserteventanmeldung_date [class$="_day"]:after,
.inserteventteaser_date [class$="_time"]:after,
.insertevents_date [class$="_time"]:after,
.inserteventanmeldung_date [class$="_time"]:after,
.inserteventteaser_date [class$="_at"]:after,
.insertevents_date [class$="_at"]:after,
.inserteventanmeldung_date [class$="_at"]:after {
  content: " ";
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/firmendaten
-----------------------*/
.insertfirmendaten .insertfirmendaten_label:after,
.insertfirmendaten[data-trennzeichen="leerzeichen"] .insertfirmendaten_value:after {
  content: " ";
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/footer
-----------------------*/
.insertfooter {
  text-align: center;
}
.insertfooter li {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}
.insertfooter ul {
  margin: 0;
  padding: 0;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/forms
-----------------------*/
.labelq-checkbox {
  font-weight: normal;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/herstellerabc
-----------------------*/
.insertherstellerabc_list {
  margin: 0;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/kampagnencontents
-----------------------*/
.campaignQ-wrapper {
  display: none;
}
/* +++ document ++++++++++++++++++ */
html[data-q-campaign] {
  display: block;
}
html[data-q-campaign] .mm-slideout {
  transform: translate(0px);
}
/* +++ top +++ */
html[data-q-campaign="oben"] {
  transform: translateY(140px);
  height: calc(100vh - 140px);
  overflow: hidden;
}
html[data-q-campaign="oben"] body {
  height: 100%;
  overflow: scroll;
}
/* +++ bottom +++ */
html[data-q-campaign="unten"] {
  height: 100vh;
  padding-bottom: 120px;
  overflow: hidden;
}
html[data-q-campaign="unten"] body {
  overflow: scroll;
  height: 100%;
}
/* +++ wrapper ++++++++++++++++++++ */
.campaignQ-wrapper {
  position: fixed;
  z-index: 99999;
  box-sizing: content-box;
  background: inherit;
}
.campaignQ-wrapper[data-q-campaign="oben"] {
  left: 0;
  right: 0;
  top: -140px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.campaignQ-wrapper[data-q-campaign="rechts"] {
  width: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.campaignQ-wrapper[data-q-campaign="unten"] {
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
}
.campaignQ-wrapper[data-q-campaign="links"] {
  width: 300px;
  left: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/* +++ close +++++++++++++++++++++++ */
.campaignQ-close {
  position: absolute;
  font-size: 24px;
  color: #E30916;
  cursor: pointer;
  background: inherit;
  box-sizing: border-box;
  width: 48px;
}
[data-q-campaign="oben"] .campaignQ-close {
  top: 100%;
  left: calc(50vw - 19px);
  padding: 0 5px;
  border-radius: 0 0 10px 10px / 0 0 50px 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
[data-q-campaign="rechts"] .campaignQ-close {
  right: 100%;
  top: calc(50vh - 19px);
  padding: 5px 0;
  border-radius: 10px 0 0 10px / 50px 0 0 50px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}
[data-q-campaign="unten"] .campaignQ-close {
  bottom: 100%;
  left: calc(50vw - 19px);
  padding: 0 5px;
  border-radius: 10px 10px 0 0 / 50px 50px 0 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
}
[data-q-campaign="links"] .campaignQ-close {
  left: 100%;
  top: calc(50vh - 19px);
  padding: 5px 0;
  border-radius: 0 10px 10px 0 / 0 50px 50px 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}
/* +++ scroller ++++++++++++++++++++ */
[data-q-campaign="oben"] .campaignQ-scroller,
[data-q-campaign="unten"] .campaignQ-scroller {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
[data-q-campaign="links"] .campaignQ-scroller,
[data-q-campaign="rechts"] .campaignQ-scroller {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
}
/* +++ list +++++++++++++++++++++++ */
.campaignListQ {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}
[data-q-campaign="unten"] .campaignListQ,
[data-q-campaign="oben"] .campaignListQ {
  min-width: 100%;
}
[data-q-campaign="rechts"] .campaignListQ,
[data-q-campaign="links"] .campaignListQ {
  flex-direction: column;
  min-height: 100%;
}
[data-q-campaign="rechts"] .campaignListQ:before,
[data-q-campaign="links"] .campaignListQ:before,
[data-q-campaign="rechts"] .campaignListQ:after,
[data-q-campaign="links"] .campaignListQ:after {
  content: "";
  display: block;
  flex: 1 1 auto;
}
/* +++ campaign +++++++++++++++++++++++ */
[data-q-campaign="oben"] .campaignQ,
[data-q-campaign="unten"] .campaignQ {
  flex: 1 1 600px;
  min-width: 300px;
  max-width: 600px;
  padding: 0 7px;
  /* fake justify-content, which truncates overflowing contents :( */
}
[data-q-campaign="oben"] .campaignQ:first-child,
[data-q-campaign="unten"] .campaignQ:first-child,
[data-q-campaign="oben"] .campaignQ:first-child,
[data-q-campaign="unten"] .campaignQ:first-child {
  margin-left: auto;
}
[data-q-campaign="oben"] .campaignQ:last-child,
[data-q-campaign="unten"] .campaignQ:last-child,
[data-q-campaign="oben"] .campaignQ:last-child,
[data-q-campaign="unten"] .campaignQ:last-child {
  margin-right: auto;
}
[data-q-campaign="links"] .campaignQ,
[data-q-campaign="rechts"] .campaignQ {
  flex: 0 1 0;
  min-width: 300px;
  max-width: 600px;
  padding: 0 15px;
  margin: 7px 0;
}
/* +++ campaign-inner +++++++++++++ */
.campaignQ-inner {
  position: relative;
  height: 120px;
  white-space: normal;
  overflow: hidden;
  /* +++ standard ++++++++++++++++++++ */
}
.campaignQ-standard .campaignQ-inner .responsiveCenteredQ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.campaignQ-standard .campaignQ-inner h3,
.campaignQ-standard .campaignQ-inner p {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  max-width: calc(100% - 30px);
  text-align: right;
}
.campaignQ-standard .campaignQ-inner h3,
.campaignQ-standard .campaignQ-inner .campaignQ-headline {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  color: #fff;
  margin: 0;
  padding: 5px;
  text-shadow: 0 0 2px #000;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
.campaignQ-standard .campaignQ-inner p {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  max-width: 80%;
  text-align: right;
  color: #fff;
  text-shadow: 0 0 4px #000;
  margin: 0;
  padding: 5px;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}
.campaignQ-standard .campaignQ-inner a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.campaignQ-standard .campaignQ-inner a span {
  display: none;
}
/* BUGFIX animated gifs not playing in firefox */
@-moz-keyframes firefoxGIFBugfix {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.campaignListQ img[src*=".gif"] {
  -moz-animation-name: firefoxGIFBugfix;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 10s;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/kontaktformular
-----------------------*/
.form-horizontal label.control-label {
  text-align: left;
}
label.radio-inline,
label.radio {
  font-weight: normal;
}
form.form button[type=submit]::before {
  margin-right: 0.5ch;
}
/* fh 17.06.2019 auf anfrage von tb/sh */
div[class*="insertkontaktformular"] button[type="submit"]:before {
  margin-right: 0.5ch;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/listing
-----------------------*/
.listingq-vertical ul:first-child {
  width: 100%;
  margin: 0;
}
.listingq-vertical ul {
  background: #fff;
  padding: 0;
  list-style: none;
}
.listingq-vertical li {
  border-bottom: 1px solid #eee;
}
.listingq-vertical ul ul {
  padding: 10px 20px;
}
.listingq-vertical a:hover {
  background: #eee;
  text-decoration: none;
}
.listingq-vertical a {
  padding: 5px 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listingq-horizontal ul ul {
  display: none;
}
.listingq-horizontal ul li:hover > ul {
  display: block;
}
.listingq-horizontal ul:first-child {
  margin: 0;
}
.listingq-horizontal ul {
  background: #222;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-table;
}
.listingq-horizontal ul:after {
  content: "";
  clear: both;
  display: block;
}
.listingq-horizontal ul li {
  float: left;
}
.listingq-horizontal ul li:hover a {
  color: #f00;
}
.listingq-horizontal ul li:hover a {
  color: #fff;
}
.listingq-horizontal ul li:hover ul a {
  color: #333;
}
.listingq-horizontal ul li a {
  display: block;
  padding: 10px 40px;
  color: #ccc;
  text-decoration: none;
}
.listingq-horizontal ul ul {
  background: #eee;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
}
.listingq-horizontal ul ul li {
  float: none;
  position: relative;
}
.listingq-horizontal ul ul li a {
  padding: 15px 40px;
  color: #333;
}
.listingq-horizontal ul ul li a:hover {
  background: #ccc;
}
.listingq-horizontal ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/login
-----------------------*/
.insertlogin_inline_item {
  width: 50% !important;
  float: left;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/ordercopy
-----------------------*/
@media screen {
  .insertcheckoutordercopy {
    margin: 0 auto;
    padding: 20px;
  }
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/shopheadline
-----------------------*/
.shopHeadline-cat1,
.shopHeadline-cat1 + .shopHeadline-delimiter {
  display: none;
}
.shopHeadline-delimiter::before {
  content: " - ";
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/shopnavigation
-----------------------*/
.shopnavigation.well-sm {
  padding: 5px;
}
.shopnavigation.well-sm:empty {
  display: none;
}
.shopnavigation .minheightlist {
  max-height: 200px;
  overflow: auto;
}
.shopnavigation .indicator {
  cursor: pointer;
}
.shopnavigation .list-group {
  margin: 0;
}
.shopnavigation .list-group-main {
  margin-top: 5px;
}
.shopnavigation .list-group-item {
  padding: 5px 10px;
}
.shopnavigation h4 {
  margin: 0 0 5px 0;
  font-size: 100%;
}
.shopnavigation details summary {
  background-color: #E30916;
  color: #fff;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
  column-gap: 10px;
  border-radius: 4px;
}
.shopnavigation details summary::after {
  content: "\e200";
  font-family: iconSetQ-standard !important;
  display: inline-block;
  margin-left: auto;
}
.shopnavigation details:open summary::after {
  content: "\e220";
}
.insertshopfilter .form-group,
.insertshopfilter .labelq-checkbox {
  margin: 0;
}
.shopq_wglist .list-group-item {
  word-wrap: break-word;
}
.artikelFilter-group-name {
  font-weight: bold;
}
.artikelFilter-item .checkbox-inline,
.artikelFilter-item .labelq-checkbox {
  width: 100%;
}
.artikelFilter-item .checkbox-inline .inner_labelQ,
.artikelFilter-item .labelq-checkbox .inner_labelQ {
  max-width: calc(100% - 35px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/skiplinks
-----------------------*/
.insertskiplinks a {
  z-index: 1000;
  position: absolute;
  top: 0;
  background-color: #f0f0f0;
  padding: 5px;
  transform: translateX(-1000%);
  opacity: 0;
  color: #333;
}
.insertskiplinks a:focus,
.insertskiplinks a:focus-visible {
  transform: translateX(0);
  opacity: 1;
  color: #333;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/vote
-----------------------*/
.radio-group-block.votes-a11y {
  display: flex;
  flex-direction: column;
}
.radio-group-block.votes-a11y > .radio-inline {
  margin-left: 0px;
}
/*-----------------------
/config/theme/css/ieq_framework/cmsfuncs/warenkorb
-----------------------*/
.payment img,
.payment picture {
  width: 80px;
}
#paypal-button-container iframe {
  display: block;
}
.insertwarenkorb_main .insertwarenkorb_article .article_information {
  display: flex;
}
.insertwarenkorb_main .insertwarenkorb_article .article_information .insertwarenkorb_image {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 150px;
}
.insertwarenkorb_main .insertwarenkorb_article .article_information .insertwarenkorb_data {
  flex-grow: 5;
  flex-shrink: 3;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}
.insertwarenkorb_main .insertwarenkorb_article .article_information .insertwarenkorb_data .article_amount {
  max-width: 120px;
}
.insertwarenkorb_main .insertwarenkorb_article .article_information .insertwarenkorb_action {
  flex-grow: 0;
  flex-shrink: 0;
}
.insertwarenkorb_main .insertwarenkorb_article .servicearticle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.insertwarenkorb_main .insertwarenkorb_article,
.insertwarenkorb_main #special_shipmentcost {
  margin-bottom: 50px;
  padding: 20px;
  border: solid thin rgba(0, 0, 0, 0.2);
}
.insertwarenkorb_main .insertwarenkorb_summary,
.insertwarenkorb_main div.payment > h2 {
  font-size: 14px;
}
/*-----------------------
/config/theme/css/ieq_framework/ieq_plugins/audioplayer_before_init
-----------------------*/
/*
   init of module audio-player
   hide unused controls while loading css/js-dependencies to prevent layout-shifts
   /ieq_plugins/audioplayer css/js SHOULD BE visible only and MUST BE included via InsertDependency
*/
.audioQ-sources:not([data-q-controls]) ~ .audioQ-gui.jp-audio > :not(.jp-position-controls),
.audioQ-sources:not([data-q-controls*="poster"]) ~ .audioQ-gui.jp-audio .jp-poster,
.audioQ-sources:not([data-q-controls*="progress"]) ~ .audioQ-gui.jp-audio .jp-progress,
.audioQ-sources:not([data-q-controls*="time"]) ~ .audioQ-gui.jp-audio .jp-timers,
.audioQ-sources:not([data-q-controls*="volume"]) ~ .audioQ-gui.jp-audio .jp-volume-controls,
.audioQ-sources:not([data-q-controls*="toggles"]) ~ .audioQ-gui.jp-audio .jp-toggles,
.audioQ-sources:not([data-q-controls*="jump"]) ~ .audioQ-gui.jp-audio .jp-position-controls .jp-first,
.audioQ-sources:not([data-q-controls*="jump"]) ~ .audioQ-gui.jp-audio .jp-position-controls .jp-last,
.audioQ-sources:not([data-q-controls*="jump"]) ~ .audioQ-gui.jp-audio .jp-position-controls .jp-previous,
.audioQ-sources:not([data-q-controls*="jump"]) ~ .audioQ-gui.jp-audio .jp-position-controls .jp-next {
  display: none;
}
/*-----------------------
/config/theme/css/ieq_framework/ieq_plugins/tooltipq
-----------------------*/
.tooltipQ {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  position: absolute;
  z-index: 1001;
  background: #fff;
  color: #333;
  max-width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.tooltipQ .tooltip-body {
  padding: 10px 20px;
}
.tooltipQ.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s;
}
.tooltipQ .tooltip-title {
  font-weight: bold;
  background: #eeeeee;
  padding: 5px 10px;
  border-radius: 8px 8px 0 0;
}
.tooltipQ .tooltip-arrow {
  position: absolute;
  width: 24px;
  height: 13px;
  pointer-events: none;
}
.tooltipQ .tooltip-arrow::before {
  content: '';
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.tooltipQ.arrow-top .tooltip-arrow {
  top: -14px;
}
.tooltipQ.arrow-bottom .tooltip-arrow {
  bottom: -9px;
}
.tooltipQ.arrow-top .tooltip-arrow::before {
  border-bottom: 13px solid #555555;
}
.tooltipQ.arrow-bottom .tooltip-arrow::before {
  border-top: 13px solid #fff;
}
@media screen and (max-width: 767px) {
  .tooltipQ {
    left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .tooltipQ {
    max-width: 767px;
  }
}
@media screen and (min-width: 992px) {
  .tooltipQ {
    max-width: 991px;
  }
}
/*-----------------------
/config/theme/css/ieq_framework/scripts/csearchresults
-----------------------*/
.hideEmptyBoxes .searchResultsBox:not(.hasElements),
.hideEmptyBoxes .searchNoResults {
  display: none;
}
/*-----------------------
/config/theme/css/ieq_framework/scripts/druckversion
-----------------------*/
#printversion-logo {
  text-align: center;
}
#printversion-logo img,
#printversion-logo picture {
  max-width: 50%;
  max-height: 300px;
}
#printversionQ .inspirationQ.insertdruckansicht dt {
  display: inline;
}
#printversionQ .inspirationQ.insertdruckansicht dt:after {
  content: ": ";
}
#printversionQ .inspirationQ.insertdruckansicht dd {
  display: inline;
}
#printversionQ .inspirationQ-index {
  float: right;
  /* cleared by outta column */
  font-size: 10px;
}
#printversionQ iframe.googlemapsQ {
  display: none;
}
#printversionQ a[href*="/terminkalender"]:after {
  display: none;
}
/*-----------------------
/config/theme/css/gewerke
-----------------------*/
#q0_partnerMarkenwelt .teaserHeadlineQ,
#q0_partnerMarkenwelt .teaserTextQ {
  display: none;
}
/* DIV auf volle Höhe ausdehnen (z. B. in equalHeight-Containern) */
div.divFullHeight {
  height: 100%;
}
/*-----------------------
/config/theme/css/gewerke/branding
-----------------------*/
.assistecQ-wrapper.q-col-1 .q-navigation,
.eksQ-wrapper.q-col-1 .q-navigation,
.eltropaQ-wrapper.q-col-1 .q-navigation,
.lsQ-wrapper.q-col-1 .q-navigation,
.msQ-wrapper.q-col-1 .q-navigation {
  display: none;
}
/*-----------------------
/config/theme/css/gewerke/zentrale_dienste/corona_hinweis
-----------------------*/
.q0_site_notice section.hinweis_corona {
  max-width: 800px;
}
/*-----------------------
/config/theme/css/gewerke/zentrale_dienste/newsq/page_load_fix
-----------------------*/
html body.newsq #newsQ {
  visibility: hidden;
}
#q0_nq_ansprech_modal,
#newsq-mobilenav-wrapper {
  display: none;
}
/*-----------------------
/config/theme/css/gewerke/zentrale_dienste/newsq/page_load_fix_v2
-----------------------*/
html[data-layout-name*="newsq-2023"] body.newsq {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
/*-----------------------
/config/theme/css/gewerke/global
-----------------------*/
/* ALLGEMEIN */
/* ========= */
/* basis css Teaser-Overlay */
[data-overlay] .responsiveCenteredQ {
  position: relative;
}
[data-overlay] .responsiveCenteredQ::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  pointer-events: none;
}
.slider_teaser [data-overlay] .responsiveCenteredQ::before {
  display: none;
}
/* css pro hersteller-logo-variante */
[data-overlay="321_lightandbuilding"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/light-and-building-overlay.jpg");
  background-size: auto 15%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="341_siemens"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/brandbelt/siemens/logo_siemens.png");
  background-size: auto 25%;
  background-position: calc(0% + 18px) calc(0% + 0px);
}
[data-overlay="341_hailo"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/hailo/hailo_logo.png");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(0% + 10px);
}
[data-overlay="341_nobilia"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/nobilia_kuechen/logo_nobilia.png");
  background-size: auto 13%;
  background-position: calc(0% + 10px) calc(0% + 10px);
}
[data-overlay="321_mennekes"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/mennekes-logo-overlay.jpg");
  background-size: auto 10%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="341_bosch"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/bosch_hausgeraete/logo_overlay.jpg");
  background-size: auto 22%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="363_velux"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/velux/logo_overlay.png");
  background-size: auto 15%;
  background-position: calc(85% + 0px) calc(0% + 20px);
}
[data-overlay="363_velux_kampagne"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/velux/logo_overlay.png");
  background-size: auto 30%;
  background-position: calc(97% + 0px) calc(0% + 20px);
}
[data-overlay="365_botament"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/botament/botament_overlay.png");
  background-size: auto 30%;
  background-position: calc(97% + 0px) calc(0% + 20px);
}
[data-overlay="365_steuler"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/steuler/steuler_logo_overlay.png");
  background-size: auto 20%;
  background-position: calc(96% + 0px) calc(0% + 25px);
}
[data-overlay="365_arva"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/arva_greentech/arva_overlay.jpg");
  background-size: auto 40%;
  background-position: calc(97% + 0px) calc(0% + 15px);
}
[data-overlay="341_miele"] .responsiveCenteredQ::before {
  background-image: url(/media/de/marke_hersteller_produkte/miele/miele_logo.jpg);
  background-size: auto 15%;
  background-position: calc(50% + 0px) calc(0% + 0px);
}
[data-overlay="341_neff"] .responsiveCenteredQ::before {
  background-image: url(/media/de/marke_hersteller_produkte/neff/logo_neff_overlay.png);
  background-size: auto 12%;
  background-position: calc(100% - 12px) calc(0% + 12px);
}
[data-overlay="341_neff-white"] .responsiveCenteredQ::before {
  background-image: url(/media/de/marke_hersteller_produkte/neff/logo_neff_overlay-white.png);
  background-size: auto 12%;
  background-position: calc(100% - 12px) calc(0% + 12px);
}
[data-overlay="321_abn"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/abn-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="321_merten"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/merten-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="321_ritto"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/ritto-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="321_schneider_electric"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/schneider-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="341_liebherr"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/liebherr/logo_liebherr-400x200.png");
  background-size: auto 30%;
  background-position: calc(100% - 1px) calc(0% - 10px);
}
[data-overlay="341_liebherr_hell"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/liebherr/logo_liebherr-400x200_hell.png");
  background-size: auto 30%;
  background-position: calc(100% - 1px) calc(0% - 10px);
}
[data-overlay="341_aeg"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/aeg/logo_aeg-400x200.png");
  background-size: auto 15%;
  background-position: calc(50% + 0px) calc(0% + 2px);
}
[data-overlay="321_obo"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/obo-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="321_gira"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/gira-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="321_kathrein"] .responsiveCenteredQ::before {
  background-image: url("/media/de/_cpool/elektro/_logos/kathrein-logo-overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
[data-overlay="341_ballerina"] .responsiveCenteredQ::before {
  background-image: url("/media/de/marke_hersteller_produkte/ballerina_kuechen/logo_ballerina-400x200.png");
  background-size: auto 30%;
  background-position: calc(0% + 0px) calc(100% + 0px);
}
[data-overlay="321_beg"] .responsiveCenteredQ:before {
  background-image: url("/media/de/_cpool/elektro/_logos/beg-logo-overlay.png");
  background-size: auto 30%;
  background-position: calc(100% + 19px) calc(100% - 10px);
}
[data-overlay="321_thermostone"] .responsiveCenteredQ:before {
  background-image: url("/media/de/_cpool/elektro/_logos/thermostone-logo-overlay.png");
  background-size: auto 30%;
  background-position: calc(100% - 10px) calc(100% + 6px);
}
[class^="q0-global-brand-teaser"] {
  margin-block: 20px;
  display: flex;
  flex-wrap: wrap;
}
[class^="q0-global-brand-teaser"]:not([class*="newsSliderQ"]) {
  margin-inline: -15px;
}
[class^="q0-global-brand-teaser"]:not([class*="newsSliderQ"]) .teaserQ {
  margin-inline: 15px;
  margin-block: 0 30px;
  width: calc((100%/1) - 30px);
}
@media (min-width: 768px) {
  [class^="q0-global-brand-teaser"]:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/2) - 30px);
  }
}
@media (min-width: 992px) {
  [class^="q0-global-brand-teaser"]:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/3) - 30px);
  }
}
@media (min-width: 1200px) {
  [class^="q0-global-brand-teaser"]:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/4) - 30px);
  }
}
[class^="q0-global-brand-teaser"] .teaserQ .teaserImageQ {
  aspect-ratio: 1/1;
  overflow: hidden;
  height: auto;
}
[class^="q0-global-brand-teaser-logo"] .teaserQ .teaserHeadlineQ,
[class^="q0-global-brand-teaser-logo"] .teaserQ .teaserTextQ {
  display: none;
}
.q0-global-brand-teaser-logo-small:not([class*="newsSliderQ"]) .teaserQ {
  width: calc((100%/3) - 30px);
}
@media (min-width: 768px) {
  .q0-global-brand-teaser-logo-small:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100% / 4) - 30px);
  }
}
@media (min-width: 992px) {
  .q0-global-brand-teaser-logo-small:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/6) - 30px);
  }
}
@media (min-width: 1200px) {
  .q0-global-brand-teaser-logo-small:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/8) - 30px);
  }
}
.q0-global-brand-teaser-logo-medium:not([class*="newsSliderQ"]) .teaserQ {
  width: calc((100%/2) - 30px);
}
@media (min-width: 768px) {
  .q0-global-brand-teaser-logo-medium:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/3) - 30px);
  }
}
@media (min-width: 992px) {
  .q0-global-brand-teaser-logo-medium:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/4) - 30px);
  }
}
@media (min-width: 1200px) {
  .q0-global-brand-teaser-logo-medium:not([class*="newsSliderQ"]) .teaserQ {
    width: calc((100%/6) - 30px);
  }
}
[class^="q0-global-brand-teaser"] .teaserQ .teaserLinkQ {
  position: absolute;
  inset: 0;
}
[class^="q0-global-brand-teaser"] .teaserQ .teaserLinkQ a {
  position: absolute;
  inset: 0;
}
[class^="q0-global-brand-teaser"] .teaserQ .teaserLinkQ a span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  [class^="q0-global-brand-teaser"] .teaserQ .teaserLinkQ a span {
    display: none;
  }
}
/* Overlay-DIV in Bildern */
.q0_inImageHolder {
  position: relative;
}
@media (min-width: 768px) {
  .q0_inImage {
    position: absolute;
    padding: 1em;
  }
  .q0_inImageTopLeft {
    top: 25px;
    left: 40px;
  }
  .q0_inImageTopRight {
    top: 25px;
    right: 40px;
  }
  .q0_inImageBottomRight {
    bottom: 25px;
    right: 40px;
  }
  .q0_inImageBottomLeft {
    bottom: 25px;
    left: 40px;
  }
  .q0_inImageNoPadding {
    padding: 0;
  }
  .q0_inImageBoxWidth10 {
    width: 10%;
  }
  .q0_inImageBoxWidth20 {
    width: 20%;
  }
  .q0_inImageBoxWidth30 {
    width: 30%;
  }
  .q0_inImageBoxWidth40 {
    width: 40%;
  }
  .q0_inImageBoxWidth50 {
    width: 50%;
  }
  .q0_inImageBoxWidth60 {
    width: 60%;
  }
  .q0_inImageBoxWidth70 {
    width: 70%;
  }
  .q0_inImageBoxWidth80 {
    width: 80%;
  }
  .q0_inImageBoxWidth00 {
    width: 90%;
  }
  .q0_inImageLight {
    background: rgba(255, 255, 255, 0.8);
  }
  .q0_inImageLight,
  .q0_inImageLight h1,
  .q0_inImageLight h2,
  .q0_inImageLight h3,
  .q0_inImageLight p {
    color: #000000;
  }
  .q0_inImageRed {
    background: rgba(216, 9, 17, 0.8);
  }
  .q0_inImageRed,
  .q0_inImageRed h1,
  .q0_inImageRed h2,
  .q0_inImageRed h3,
  .q0_inImageRed p {
    color: #ffffff;
    margin: 0;
  }
}
/* Logo-Positionierung im Header */
.q0_LogoImageHolder {
  position: relative;
}
.q0_LogoImageHolder div.LogoImageImage {
  z-index: 1;
}
.q0_LogoImageHolder picture.LogoImageLogo {
  position: absolute;
  min-width: 100px;
  max-width: 20%;
  z-index: 2;
}
.q0_LogoImageHolder picture.topleft {
  top: 0.5em;
  left: 0.5em;
}
.q0_LogoImageHolder picture.topcenter {
  inset: 0;
  margin: auto;
}
.q0_LogoImageHolder picture.topright {
  top: 0.5em;
  right: 0.5em;
}
.q0_LogoImageHolder picture.bottomleft {
  bottom: 0.5em;
  left: 0.5em;
}
.q0_LogoImageHolder picture.bottomright {
  bottom: 0.5em;
  right: 0.5em;
}
/*ArticleListOrderSelector - Ausblenden der Selektboxen Amount und Layout bei viewport < 768px */
@media (max-width: 768px) {
  .artikellistorderselector-amount,
  .artikellistorderselector-layout {
    display: none;
  }
}
/* Leistungsübersicht: Themen mit KF-Überschrift des Contents (StB) */
#q0_leistungen p.lead {
  font-size: 1.1em;
  margin-bottom: 1.1em;
}
#q0_leistungen .serviceHolder {
  display: flex;
  font-size: 1em;
  margin: 0.25em 0 0;
}
#q0_leistungen .serviceHolder:before {
  content: "•";
  margin: 0 1.1em;
}
#q0_leistungen .serviceHolder a:hover {
  text-decoration: none;
}
#q0_leistungen .serviceHolder a:hover span {
  color: #ec0c1d;
}
#q0_leistungen .serviceHolder .serviceTitle {
  display: none;
}
#q0_markenwelt_teaser .teaserQ {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #q0_markenwelt_teaser .teaserQ {
    margin-bottom: 0;
  }
}
#q0_markenwelt_teaser .teaserQ .teaserHeadlineQ {
  display: none;
}
#q0_markenwelt_teaser .teaserQ .teaserImageQ {
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
#q0_markenwelt_teaser .teaserQ .teaserLinkQ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#q0_markenwelt_teaser .teaserQ .teaserLinkQ a {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
#q0_markenwelt_teaser .teaserQ .teaserLinkQ a span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #q0_markenwelt_teaser .teaserQ .teaserLinkQ a span {
    display: none;
  }
}
#q0_hersteller_nurLogo_column {
  height: auto !important;
}
#q0_hersteller_nurLogo .teaserQ,
.q0_hersteller_nurLogo .teaserQ {
  padding-bottom: 10px !important;
}
@media (min-width: 1200px) {
  #q0_hersteller_nurLogo .teaserQ,
  .q0_hersteller_nurLogo .teaserQ {
    width: calc(16.66667% - 30px) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #q0_hersteller_nurLogo .teaserQ,
  .q0_hersteller_nurLogo .teaserQ {
    width: calc(16.66667% - 30px) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #q0_hersteller_nurLogo .teaserQ,
  .q0_hersteller_nurLogo .teaserQ {
    width: calc(25% - 30px) !important;
  }
}
@media (max-width: 767px) {
  #q0_hersteller_nurLogo .teaserQ,
  .q0_hersteller_nurLogo .teaserQ {
    width: calc(33.33333% - 30px) !important;
  }
}
#q0_hersteller_nurLogo .teaserHeadlineQ,
.q0_hersteller_nurLogo .teaserHeadlineQ {
  display: none;
  height: 0 !important;
}
#q0_hersteller_nurLogo .teaserImageQ,
.q0_hersteller_nurLogo .teaserImageQ {
  width: 100%;
  height: 100%;
}
#q0_hersteller_nurLogo .teaserImageQ img,
.q0_hersteller_nurLogo .teaserImageQ img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin-left: 0 !important;
}
#q0_hersteller_nurLogo .teaserTextQ,
.q0_hersteller_nurLogo .teaserTextQ {
  display: none;
  height: 0 !important;
}
#q0_hersteller_nurLogo .teaserLinkQ a span,
.q0_hersteller_nurLogo .teaserLinkQ a span {
  display: none;
}
/* Markenwelt-Teaser: Darstellung "Nur Logos" Version zwei mit mehr Flexibilität */
@media (min-width: 1200px) {
  #q0_hersteller_nurlogo_v2.klein .teaserQ,
  .q0_hersteller_nurlogo_v2.klein .teaserQ {
    width: calc(12.5% - 30px) !important;
    /* ----- 8 Teaser nebeneinander (100/8=12.5) */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #q0_hersteller_nurlogo_v2.klein .teaserQ,
  .q0_hersteller_nurlogo_v2.klein .teaserQ {
    width: calc(16.66667% - 30px) !important;
    /* ----- 6 Teaser nebeneinander (100/6=16.66667) */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #q0_hersteller_nurlogo_v2.klein .teaserQ,
  .q0_hersteller_nurlogo_v2.klein .teaserQ {
    width: calc(25% - 30px) !important;
    /* ----- 4 Teaser nebeneinander (100/4=25) */
  }
}
@media (max-width: 767px) {
  #q0_hersteller_nurlogo_v2.klein .teaserQ,
  .q0_hersteller_nurlogo_v2.klein .teaserQ {
    width: calc(33.33333% - 30px) !important;
    /* ----- 3 Teaser nebeneinander (100/3=33.33333) */
  }
}
@media (min-width: 1200px) {
  #q0_hersteller_nurlogo_v2.mittel .teaserQ,
  .q0_hersteller_nurlogo_v2.mittel .teaserQ {
    width: calc(16.66667% - 30px) !important;
    /* ----- 6 Teaser nebeneinander (100/6=16.66667) */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #q0_hersteller_nurlogo_v2.mittel .teaserQ,
  .q0_hersteller_nurlogo_v2.mittel .teaserQ {
    width: calc(25% - 30px) !important;
    /* ----- 4 Teaser nebeneinander (100/4=25) */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #q0_hersteller_nurlogo_v2.mittel .teaserQ,
  .q0_hersteller_nurlogo_v2.mittel .teaserQ {
    width: calc(33.33333% - 30px) !important;
    /* ----- 3 Teaser nebeneinander (100/3=33.33333) */
  }
}
@media (max-width: 767px) {
  #q0_hersteller_nurlogo_v2.mittel .teaserQ,
  .q0_hersteller_nurlogo_v2.mittel .teaserQ {
    width: calc(50% - 30px) !important;
    /* ----- 2 Teaser nebeneinander (100/2=50) */
  }
}
#q0_hersteller_nurlogo_v2.rahmen .teaserImageQ,
.q0_hersteller_nurlogo_v2.rahmen .teaserImageQ,
#q0_markenwelt_teaser.rahmen .teaserImageQ {
  border: 1px solid #ddd;
}
#q0_hersteller_nurlogo_v2 .teaserQ,
.q0_hersteller_nurlogo_v2 .teaserQ {
  padding-bottom: 10px !important;
}
#q0_hersteller_nurlogo_v2 .teaserHeadlineQ,
.q0_hersteller_nurlogo_v2 .teaserHeadlineQ {
  display: none;
  height: 0 !important;
}
#q0_hersteller_nurlogo_v2 .teaserImageQ,
.q0_hersteller_nurlogo_v2 .teaserImageQ {
  width: 100%;
  height: 100%;
  /* ursprünglich auto, aber... IE  - funktioniert, da Bilder IMMER 400x400 oder 800x800 */
}
#q0_hersteller_nurlogo_v2 .teaserImageQ img,
.q0_hersteller_nurlogo_v2 .teaserImageQ img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin-left: 0 !important;
}
#q0_hersteller_nurlogo_v2 .teaserTextQ,
.q0_hersteller_nurlogo_v2 .teaserTextQ {
  display: none;
  height: 0 !important;
}
#q0_hersteller_nurlogo_v2 .teaserLinkQ a span,
.q0_hersteller_nurlogo_v2 .teaserLinkQ a span {
  display: none;
}
#q0_mw_newsslider .bx-controls {
  display: none;
}
#q0_mw_newsslider .teaserQ {
  padding-bottom: 0;
}
#q0_mw_newsslider .teaserQ .teaserTextQ {
  display: none;
}
#q0_mw_newsslider .teaserQ .teaserLinkQ span {
  display: none;
}
.card_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.card_wrapper .front {
  opacity: 1;
}
.card_wrapper .back {
  opacity: 0;
}
@media (min-width: 769px) {
  .card_wrapper:hover .card {
    transform: rotateY(180deg);
  }
  .card_wrapper:hover .front {
    opacity: 0;
  }
  .card_wrapper:hover .back {
    opacity: 1;
  }
}
.card_wrapper .card {
  transition: 0.5s all ease-in-out;
}
.card_wrapper .back {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.card_wrapper .card_icon {
  z-index: 20;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: white;
  padding: 2px;
}
.card_wrapper.card_small_click .card {
  transform: rotateY(180deg) !important;
}
.card_wrapper.card_small_click .front {
  opacity: 0 !important;
}
.card_wrapper.card_small_click .back {
  opacity: 1 !important;
}
.q0_teaserHeadlineLink h3,
.q0_teaserHeadlineLink .h3 {
  font-size: 1em !important;
  font-weight: normal !important;
  margin: 0.25em 0;
}
.q0_teaserHeadlineLink .teaserQ {
  padding: 0;
}
.q0_teaserHeadlineLink .teaserQ .teaserImageQ,
.q0_teaserHeadlineLink .teaserQ .teaserTextQ,
.q0_teaserHeadlineLink .teaserQ .teaserLinkQ > a > span {
  display: none;
}
.q0_serviceList h3:before,
.q0_serviceList .h3:before {
  float: left;
  content: "•";
  margin: 0 10px;
}
.q0_teaserHeadlineLink.inline {
  display: inline-block;
}
.q0_teaserHeadlineLink.inline .teaserQ .teaserHeadlineQ {
  overflow: inherit;
}
.q0_teaserHeadlineLink.inline .teaserQ .teaserHeadlineQ h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* Globale Styles fuer die Shop Sublayouts. Die col mit dem MainContent soll ueber die volle Breite gehen alle anderen Elemente stehen im BuilderQ auf nicht sichtbar im Druck  */
@media print {
  .sublayout-shop-main-col-print {
    width: 100%;
  }
}
/* Globale Styles fuer die Foerdermitteltabellen der BAFA  */
.bafaFoerdermitteltabelle table {
  border-collapse: collapse;
}
.bafaFoerdermitteltabelle .nowrap {
  white-space: nowrap;
}
.bafaFoerdermitteltabelle .celltype0 {
  background-color: #f0d8d8;
  text-align: center;
}
.bafaFoerdermitteltabelle .celltype1 {
  background-color: #e0f0d7;
  text-align: left;
}
.bafaFoerdermitteltabelle .celltype2 {
  background-color: #ffe3cc;
  text-align: center;
}
.bafaFoerdermitteltabelle .celltype3 {
  background-color: #ffeed2;
  text-align: center;
}
.bafaFoerdermitteltabelle th,
.bafaFoerdermitteltabelle td {
  font-size: 0.8em;
  border: 2px double #fff;
  padding: 2px;
}
.bafaFoerdermitteltabelle .celltype0.highlighted {
  background-color: #d6c1c1;
}
.bafaFoerdermitteltabelle .celltype1.highlighted {
  background-color: #c9d6c1;
}
.bafaFoerdermitteltabelle .celltype2.highlighted {
  background-color: #e5ccb8;
}
.bafaFoerdermitteltabelle .celltype3.highlighted {
  background-color: #e5d6bc;
}
@media print {
  .bafaFoerdermitteltabelle table {
    page-break-inside: avoid;
  }
  .bafaFoerdermitteltabelle {
    box-shadow: 0px 0px 0px #888888;
    width: 95vw;
  }
  .bafaFoerdermitteltabelle th,
  .bafaFoerdermitteltabelle td {
    font-size: 0.8em;
    border: 1px double #000;
    padding: 2px;
  }
  /* bugfix 20.02. 2023 - druckversion photovoltaik_foerdermittel */
  .bafaFoerdermitteltabelle .table-responsive table.table th,
  .bafaFoerdermitteltabelle .table-responsive table.table td {
    white-space: break-spaces;
  }
}
/* Slider mit InsertArtikel, zum Teil übernommen aus Layout 103 */
.q0_insertartikelslider .sliderQ {
  display: flex;
  padding-bottom: 1px;
}
.q0_insertartikelslider .sliderQ:not(.sliderQ-activated) {
  display: none;
}
.q0_insertartikelslider .sliderQ .insertartikel {
  min-height: 100%;
  padding: 0;
}
.q0_insertartikelslider .sliderQ .insertartikel .articleQ {
  min-height: 100%;
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  color: #555555;
}
.q0_insertartikelslider .articleQ {
  display: block;
  float: left;
  margin: 0 15px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .q0_insertartikelslider .articleQ {
    width: calc(50% - 30px);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .q0_hideInIE10_11 {
    display: none;
  }
}
/*-----------------------
/config/theme/css/gewerke/global/call_to_action_in_content
-----------------------*/
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a {
  margin-bottom: 1em;
}
.q0_call-to-action-phone-link a {
  /* no click on desktop */
  /* show label / hide phonenumber on mobile */
}
.desktopQ .q0_call-to-action-phone-link a {
  pointer-events: none;
}
.mobileQ .q0_call-to-action-phone-link a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -999em;
}
.mobileQ .q0_call-to-action-phone-link a:before {
  content: "Jetzt anrufen";
  display: block;
  width: 100%;
  text-indent: 0;
  float: left;
}
/*-----------------------
/config/theme/css/gewerke/mgk/helper-classes
-----------------------*/
.button-holder-flex {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.mgk-q-content-cta__title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  letter-spacing: -1px;
  font-family: 'Roboto', sans-serif;
  color: #4A4A49;
  margin-top: 0;
}
.mgk-q-content-cta__title small,
.mgk-q-content-cta__title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.mgk-q-content-cta__title small,
.mgk-q-content-cta__title .small {
  font-size: 65%;
}
.mgk-q-content-cta__title small {
  color: #4A4A49;
  font-family: 'Roboto', sans-serif;
}
.mgk-q-content-cta__title span {
  color: #000000;
}
.mgk-q-content-cta__oeffnungszeiten_label {
  display: block;
}
.mgk-q-brandbelt {
  margin: 15px;
}
.mgk-q-brandbelt .teaserListQ {
  display: flex;
  flex-wrap: wrap;
  --gap: 30px;
  --columns: 2;
  gap: var(--gap);
}
@media screen and (min-width: 768px) {
  .mgk-q-brandbelt .teaserListQ {
    --columns: 3;
  }
}
@media screen and (min-width: 992px) {
  .mgk-q-brandbelt .teaserListQ {
    --columns: 6;
  }
}
.mgk-q-brandbelt .teaserListQ .teaserQ {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
.mgk-q-brandbelt .teaserListQ .teaserQ .teaserHeadlineQ {
  display: none;
}
.mgk-q-brandbelt .teaserListQ .teaserQ .teaserImageQ {
  height: 100%;
  position: relative;
  padding: 100% 0 0;
}
.mgk-q-brandbelt .teaserListQ .teaserQ .teaserImageQ > * {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.mgk-q-brandbelt .teaserListQ .teaserQ .teaserTextQ {
  display: none;
}
.mgk-q-brandbelt .teaserListQ .teaserQ .teaserLinkQ a span {
  display: none;
}
.equalHeightQ-flex .pull-right {
  order: 0;
}
@media screen and (min-width: 768px) {
  .equalHeightQ-flex .pull-right[class*="col-"] {
    order: 2;
  }
  .equalHeightQ-flex .pull-right.col-sm-12 {
    order: 0;
  }
}
@media screen and (min-width: 992px) {
  .equalHeightQ-flex .pull-right[class*="col-"] {
    order: 2;
  }
  .equalHeightQ-flex .pull-right.col-md-12 {
    order: 0;
  }
}
@media screen and (min-width: 1200px) {
  .equalHeightQ-flex .pull-right[class*="col-"] {
    order: 2;
  }
  .equalHeightQ-flex .pull-right.col-lg-12 {
    order: 0;
  }
}
html {
  overflow-y: auto;
}
/*-----------------------
/config/theme/css/gewerke/mgk/lebensmittel-rechner
-----------------------*/
@media screen and (max-width: 767px) {
  .configurator-lesswastekitchen .configurator-content .slide {
    display: flex;
    flex-direction: column;
  }
}
.configurator-lesswastekitchen .configurator-content .slide:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .configurator-lesswastekitchen .configurator-content .slide > *:not(.configurator-lesswastekitchen__summary) {
    width: 65%;
    float: left;
  }
}
.configurator-lesswastekitchen .configurator-content .slide .question .form-control {
  box-shadow: none;
}
.configurator-lesswastekitchen h2 {
  margin-top: 0;
}
.configurator-lesswastekitchen hr {
  margin: 30px 0;
}
.configurator-lesswastekitchen__summary {
  position: relative;
  z-index: 1;
  background: #E30916;
  border-radius: 4px;
  padding: 15px;
  color: #fff;
  position: sticky;
  top: 15px;
}
.configurator-lesswastekitchen--kt .configurator-lesswastekitchen__summary {
  top: 10rem;
}
@media screen and (min-width: 768px) {
  .configurator-lesswastekitchen--kt .configurator-lesswastekitchen__summary {
    top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .configurator-lesswastekitchen__summary {
    display: block;
    float: right;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .configurator-lesswastekitchen__summary {
    margin-bottom: 15px;
  }
}
.configurator-lesswastekitchen__frage {
  font-size: 19.5px;
  line-height: 1.4;
}
.configurator-lesswastekitchen__tag {
  display: inline-block;
  font-size: 12.8px;
  background: #E30916;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100px;
  margin-bottom: 15px;
}
.configurator-lesswastekitchen__info {
  font-size: 12.8px;
}
.configurator-lesswastekitchen__summary-result {
  font-size: 41px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .configurator-lesswastekitchen__summary-result {
    font-size: 32px;
  }
}
.configurator-lesswastekitchen__summary-label {
  display: block;
  font-size: 16px;
  margin: 10px 0 0;
}
.configurator-lesswastekitchen__summary-info {
  font-size: 12.8px;
}
.configurator-lesswastekitchen__summary-info > *:last-child {
  margin-bottom: 0;
}
.configurator-lesswastekitchen__summary-info-title {
  font-weight: bold;
}
/*-----------------------
/config/theme/css/gewerke/mgk/lesswaste-rechner
-----------------------*/
.lesswaste-rechner {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  margin: 30px 0;
}
.lesswaste-rechner .configurator-content {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content {
    padding: 30px;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info {
  margin: -15px -15px 15px -15px;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info {
    margin: -30px -30px 30px -30px;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content {
  padding: 15px 15px 45px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content {
    font-size: 1.2rem;
    padding: 30px 30px 45px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content {
    padding: 30px;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .lesswaste-rechner-info-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  position: relative;
  background: #ededed;
  padding: 0 15px 0 0;
  margin: 0 0 15px 0;
  border-radius: 200px;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .lesswaste-rechner-info-icon:before {
  content: '';
  width: 30px;
  height: 40px;
  margin: 0 5px;
  -webkit-mask-repeat: round;
  mask-repeat: round;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.2s ease-out;
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/bulb.svg);
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/bulb.svg);
  position: relative;
  z-index: 2;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .lesswaste-rechner-info-icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: #E30916;
  z-index: 1;
  border-radius: 50%;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary {
  padding: 15px 15px 0 15px;
  margin: -15px -15px 0 -15px;
  float: left;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary {
    padding: 30px 30px 0 30px;
    margin: -30px -30px 0 -30px;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary ul {
  margin: 0;
  padding: 0;
  width: auto;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary ul.summaryList li {
  padding: 0;
  font-size: 0.8rem;
  color: #ababab;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary ul.summaryList li .number {
  display: none;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary ul.summaryList li button {
  display: none;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary ul.summaryList li:last-child {
  color: #555;
  font-size: 1rem;
  border-top: 3px double #ababab;
  margin-top: 5px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .summary ul.summaryList li:last-child {
    font-size: 1.2rem;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .lesswaste-rechner-ergebnis {
  display: block;
  font-size: 1.2;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-content .lesswaste-rechner-ergebnis {
    font-size: 1.6rem;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-gruenergriff {
  position: absolute;
  bottom: 15px;
  right: 30px;
  font-size: 0.8rem;
  color: #9e9e9e;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-info-content-holder .lesswaste-rechner-info-gruenergriff {
    right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].pull-right {
    order: 2;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-img {
  position: relative;
  overflow: hidden;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-img:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 0;
  width: 90%;
  height: 100%;
  background: #ededed;
  background: linear-gradient(90deg, #ededed 0%, #f5f5f5 100%);
  border-radius: 49% 51% 54% 46% / 53% 38% 62% 47%;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info .equalHeightQ-flex > div[class*="col-"].lesswaste-rechner-img picture {
  position: relative;
  z-index: 2;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-info p {
  margin: 0;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-frage {
  font-size: 1.2rem;
}
.lesswaste-rechner .configurator-content input {
  border: 1px solid #e3e3e3;
  box-shadow: none;
  padding: 25px 15px;
  background: #f8f8f8;
}
.lesswaste-rechner .configurator-content input::placeholder {
  color: #c6c6c6;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div {
  flex: 1 1 200px;
}
@media screen and (min-width: 480px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div {
    flex: 0 1 150px;
  }
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div {
    flex: 0 1 150px;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div .radio {
  padding: 0;
  margin: 0;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div .radio label {
  margin: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: 0.3s ease background;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div .radio label input {
  display: none;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div .radio label:hover {
  background-color: #e8e8e8;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-antwort > div .radio label.checked {
  background: #E30916;
  color: #fff;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt {
  padding: 15px 15px 30px 15px;
  z-index: 9999;
  background: #E30916;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt {
    left: 50%;
    padding: 15px;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .summary ul {
  margin: 0;
  padding: 0;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .summary ul.summaryList li {
  padding: 0;
  font-size: 0.8rem;
  display: none;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .summary ul.summaryList li .number {
  display: none;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .summary ul.summaryList li button {
  display: none;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .summary ul.summaryList li:last-child {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .summary ul.summaryList li:last-child {
    font-size: 1rem;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .lesswaste-rechner-ergebnis {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .lesswaste-rechner-ergebnis {
    font-size: 1.6rem;
  }
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .lesswaste-rechner-info-gruenergriff {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 0.8rem;
}
.lesswaste-rechner .configurator-content .lesswaste-rechner-calc-gesamt .lesswaste-rechner-info-gruenergriff a {
  color: #fff;
  font-weight: bold;
}
.lesswaste-rechner .configurator-controls button {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0;
  border-radius: 0;
}
.lesswaste-rechner .configurator-controls button.backward {
  margin: 15px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-controls button.backward {
    margin: 15px 0 30px 15px;
  }
}
.lesswaste-rechner .configurator-controls button.forward {
  margin: 15px 0 15px 0;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-controls button.forward {
    margin: 15px 15px 30px 0;
  }
}
.lesswaste-rechner .configurator-footer {
  padding: 15px;
  background: #E30916;
}
@media screen and (min-width: 768px) {
  .lesswaste-rechner .configurator-footer {
    padding: 60px 30px;
  }
}
.lesswaste-rechner .configurator-footer .progressbar {
  height: 10px;
}
.lesswaste-rechner .configurator-footer .progressbar span {
  background: #f9727a;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020
-----------------------*/
/******************
 * CONTENT START IMAGE
 ******************/
.img_height_start {
  height: 120px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .img_height_start {
    height: 240px;
  }
}
@media screen and (min-width: 992px) {
  .img_height_start {
    height: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .img_height_start {
    height: 380px;
  }
}
#lwk-tab-hotspotkueche .nav {
  display: none;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_checkliste
-----------------------*/
/* ================== */
/*  KÜCHENCHECKLISTE  */
/* ================== */
/* legacy -343 vars */
/* 5 column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Neues Intro */
.q343_kclIntro .containerQ {
  border: 1px solid #E30916;
}
.q343_kclIntro .containerQ h3 span {
  display: block;
  width: 50%;
  margin: 10px auto;
  border-bottom: 1px solid #E30916;
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
}
.q343_kclIntro .containerQ picture {
  height: 200px;
}
.q343_kclIntro .containerQ picture img {
  height: 100%;
}
.q343_kclIntro .containerQ .q343_kclIntroChecklist picture,
.q343_kclIntro .containerQ .q343_kclIntroProfile picture {
  margin-top: 27px;
}
.q343_kclIntro .containerQ .q343_kclIntroProfile {
  background: #f85a63;
  border-left: 1px solid #E30916;
  border-right: 1px solid #E30916;
  color: #fff;
}
.q343_kclIntro .containerQ .q343_kclIntroProfile h3 {
  color: #fff;
}
.q343_kclIntro .containerQ .q343_kclIntroProfile h3 span {
  border-color: #fff;
}
.q343_kclIntro .containerQ .q343_kclIntroProfile:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 14px solid #E30916;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
}
.q343_kclIntro .containerQ .q343_kclIntroProfile:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 14px solid #E30916;
  position: absolute;
  display: block;
  top: 50%;
  right: -15px;
}
@media (max-width: 991px) {
  .q343_kclIntro .containerQ .q343_kclIntroProfile {
    border-top: 1px solid #E30916;
    border-bottom: 1px solid #E30916;
    border-left: none;
    border-right: none;
  }
  .q343_kclIntro .containerQ .q343_kclIntroProfile:before {
    border-top: 14px solid #E30916;
    border-bottom: none;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    top: 0;
    left: 50%;
    margin-left: -24px;
  }
  .q343_kclIntro .containerQ .q343_kclIntroProfile:after {
    border-top: 14px solid #E30916;
    border-bottom: none;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    bottom: -15px;
    left: 50%;
    margin-left: -24px;
    top: auto;
    right: auto;
  }
}
@media (max-width: 767px) {
  .q343_kclIntro .containerQ {
    margin: 0 20px;
  }
}
.q343_kclIntroStart {
  text-align: center;
  margin-top: 20px;
}
/* CHECKLISTE */
#q343_kclSlider .q343_kclProgress {
  height: 2px;
  background: #eee;
  margin: 1em 0;
  overflow: hidden;
}
#q343_kclSlider .q343_kclProgressbar {
  height: 2px;
  background: #E30916;
  width: calc(100% / 11);
}
#q343_kclSlider .q343_kclWeiter,
#q343_kclSlider .q343_kclZurueck {
  background: #E30916;
  color: #fff;
  padding: 6px 12px;
  font-size: 1.5em;
  white-space: nowrap;
}
#q343_kclSlider .q343_btn-kcl {
  padding: 11px 12px!important;
}
#q343_kclSlider .q343_btn-kcl:after {
  display: none;
}
#q343_kclSlider .q343_kclZurueck:before {
  content: '';
  height: 15px;
  width: 15px;
  margin-right: 10px;
  border-top: 4px white solid;
  border-left: 4px white solid;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  #q343_kclSlider .q343_kclZurueck:before {
    width: 10px;
    height: 10px;
  }
}
#q343_kclSlider .q343_kclWeiter:after {
  content: '';
  height: 15px;
  width: 15px;
  margin-left: 10px;
  border-top: 4px white solid;
  border-right: 4px white solid;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #q343_kclSlider .q343_kclWeiter:after {
    width: 10px;
    height: 10px;
  }
}
#q343_kclSlider .q343_kclNummer {
  font-size: 1.8em;
  font-weight: bold;
  color: #E30916;
  line-height: 1.1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #q343_kclSlider .q343_kclNummer {
    font-size: 2.4em;
  }
}
@media (min-width: 1200px) {
  #q343_kclSlider .q343_kclNummer {
    font-size: 5em;
  }
}
@media (max-width: 600px) {
  #q343_kclSlider h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 800px) {
  #q343_kclSlider h2 {
    font-size: 1.8em;
  }
}
#q343_kclSlider .q343_kclFrageBuchstabe {
  font-weight: bold;
  color: #E30916;
}
#q343_kclSlider .q343_kclFrageBuchstabe:after {
  content: " ";
}
#q343_kclSlider a.btn-white {
  background: #fff;
  color: #E30916;
}
#q343_kclSlider .no-display {
  display: none;
}
#q343_kclSlider .q343_kclFrageOverlay {
  opacity: 0;
}
#q343_kclSlider div[id^="q343_kclFrage"] {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
#q343_kclSlider #q343_kclFrage01a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_01_a.png');
}
#q343_kclSlider #q343_kclFrage01b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_01_b.png');
}
#q343_kclSlider #q343_kclFrage01c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_01_c.png');
}
#q343_kclSlider #q343_kclFrage01d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_01_d.png');
}
#q343_kclSlider #q343_kclFrage01e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_01_e.png');
}
#q343_kclSlider #q343_kclFrage02a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_02_a.png');
}
#q343_kclSlider #q343_kclFrage02b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_02_b.png');
}
#q343_kclSlider #q343_kclFrage03a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_03_a.png');
}
#q343_kclSlider #q343_kclFrage03b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_03_b.png');
}
#q343_kclSlider #q343_kclFrage03c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_03_c.png');
}
#q343_kclSlider #q343_kclFrage03d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_03_d.png');
}
#q343_kclSlider #q343_kclFrage04a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_04_a.png');
}
#q343_kclSlider #q343_kclFrage04b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_04_b.png');
}
#q343_kclSlider #q343_kclFrage04c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_04_c.png');
}
#q343_kclSlider #q343_kclFrage05a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_05_a.png');
}
#q343_kclSlider #q343_kclFrage05b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_05_b.png');
}
#q343_kclSlider #q343_kclFrage05c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_05_c.png');
}
#q343_kclSlider #q343_kclFrage05d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_05_d.png');
}
#q343_kclSlider #q343_kclFrage05e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_05_e.png');
}
#q343_kclSlider #q343_kclFrage05f {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_05_f.png');
}
#q343_kclSlider #q343_kclFrage06a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_06_a.png');
}
#q343_kclSlider #q343_kclFrage06b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_06_b.png');
}
#q343_kclSlider #q343_kclFrage06c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_06_c.png');
}
#q343_kclSlider #q343_kclFrage06d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_06_d.png');
}
#q343_kclSlider #q343_kclFrage06e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_06_e.png');
}
#q343_kclSlider #q343_kclFrage06f {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_06_f.png');
}
#q343_kclSlider #q343_kclFrage07a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_07_a.png');
}
#q343_kclSlider #q343_kclFrage07b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_07_b.png');
}
#q343_kclSlider #q343_kclFrage07c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_07_c.png');
}
#q343_kclSlider #q343_kclFrage07d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_07_d.png');
}
#q343_kclSlider #q343_kclFrage07e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_07_e.png');
}
#q343_kclSlider #q343_kclFrage08a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_08_a.png');
}
#q343_kclSlider #q343_kclFrage08b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_08_b.png');
}
#q343_kclSlider #q343_kclFrage08c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_08_c.png');
}
#q343_kclSlider #q343_kclFrage08d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_08_d.png');
}
#q343_kclSlider #q343_kclFrage09a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_a.png');
}
#q343_kclSlider #q343_kclFrage09b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_b.png');
}
#q343_kclSlider #q343_kclFrage09c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_c.png');
}
#q343_kclSlider #q343_kclFrage09d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_d.png');
}
#q343_kclSlider #q343_kclFrage09e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_e.png');
}
#q343_kclSlider #q343_kclFrage09f {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_f.png');
}
#q343_kclSlider #q343_kclFrage09g {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_g.png');
}
#q343_kclSlider #q343_kclFrage09h {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_h.png');
}
#q343_kclSlider #q343_kclFrage09i {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_i.png');
}
#q343_kclSlider #q343_kclFrage09j {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_09_j.png');
}
#q343_kclSlider #q343_kclFrage10a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_10_a.png');
}
#q343_kclSlider #q343_kclFrage10b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_10_b.png');
}
#q343_kclSlider #q343_kclFrage10c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_10_c.png');
}
#q343_kclSlider #q343_kclFrage10d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_10_d.png');
}
#q343_kclSlider #q343_kclFrage10e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_10_e.png');
}
#q343_kclSlider #q343_kclFrage10f {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_10_i.png');
}
#q343_kclSlider #q343_kclFrage11a {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_a.png');
}
#q343_kclSlider #q343_kclFrage11b {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_b.png');
}
#q343_kclSlider #q343_kclFrage11c {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_c.png');
}
#q343_kclSlider #q343_kclFrage11d {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_d.png');
}
#q343_kclSlider #q343_kclFrage11e {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_e.png');
}
#q343_kclSlider #q343_kclFrage11f {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_f.png');
}
#q343_kclSlider #q343_kclFrage11g {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_g.png');
}
#q343_kclSlider #q343_kclFrage11h {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_h.png');
}
#q343_kclSlider #q343_kclFrage11i {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_i.png');
}
#q343_kclSlider #q343_kclFrage11j {
  background-image: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenplanung/kuechencheckliste/kt_checkbox_11_j.png');
}
.q343_Headline_Checkliste {
  margin-bottom: 0;
}
.q343_Button_Checkliste_Weiter {
  padding-left: 0;
}
#q343_kclSlider:not(.sliderQ-activated) {
  opacity: 0;
}
#q343_kt_checkliste .sliderItemQ .q343_kclFrageHolder .btn.q343_btn-kcl {
  color: #000;
}
#q343_kclSlider .q343_btn-kcl {
  background: #e7e7e7;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_checkliste_pdf
-----------------------*/
body#printversionQ div.insertdruckansicht .insertcontent,
body#printversionQ div.insertdruckansicht hr {
  display: none;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf_header {
  padding: 0;
  margin: 0;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf {
  color: black;
  padding: 0 40px;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .big-red {
  border-top: 3px dotted black;
  border-bottom: 3px dotted black;
  color: #E11417 !important;
  text-align: center;
  font-size: 33px;
  margin: 20px 0;
  font-weight: bold;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .lines {
  margin: 20px 0;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .lines p {
  border-bottom: 2px solid black;
  text-align: left;
  font-size: 18px;
  display: inline;
  width: 60%;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf div.ktcloutput {
  margin: 0 0 30px;
  width: 100%;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf div.ktcloutput div.ktcl-float-box {
  display: table;
  width: 100%;
  margin: 0 0 5px 0;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf div.ktcloutput div.indeximg {
  width: 40px;
  float: left;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf div.ktcloutput div.indexvalue {
  padding: 3px 0 0 0;
  margin: 0 0 0 40px;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .infobox-red {
  border: 1px solid #E11417;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .infobox-red span.info-icon {
  position: absolute;
  top: -40px;
  left: -22px;
  width: 40px;
  height: 40px;
  background: #fff;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .infobox-red p.infobox-text {
  font-size: 12px;
  line-height: 16px;
  color: #E11417 !important;
}
body#printversionQ div.insertdruckansicht div.checkliste_pdf .footer {
  font-size: 12px;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_cta_beratung
-----------------------*/
@media (min-width: 1200px) {
  .cta-beratung {
    right: 50px;
    left: unset;
    flex-direction: row;
  }
}
.cta-beratung .cta-beratung-configurator {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  visibility: hidden;
}
.cta-beratung .cta-beratung-configurator .close-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E30916;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.cta-beratung .cta-beratung-configurator .close-button span {
  transform: rotate(-45deg);
}
.cta-beratung .cta-beratung-configurator .close-button:before {
  content: "+";
  color: #fff;
  font-weight: normal;
  transform: translate(-50%, -50%) rotate(-45deg);
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
}
.cta-beratung .cta-beratung-configurator .close-button:active,
.cta-beratung .cta-beratung-configurator .close-button:focus {
  color: #fff;
  border: none;
  outline: none;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner {
  overflow: hidden;
  opacity: 0;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner p {
  margin: 0;
}
.cta-beratung .cta-beratung-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
@media (min-width: 1200px) {
  .cta-beratung .cta-beratung-img {
    width: 150px;
    height: 150px;
  }
}
.cta-beratung .cta-beratung-img .cta-beratung-img-position {
  width: 100%;
  height: 100%;
  display: grid;
}
.cta-beratung .cta-beratung-img .cta-beratung-img-position > div {
  grid-area: 1/1;
}
.cta-beratung .cta-beratung-img .cta-beratung-img-position picture {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.cta-beratung .cta-beratung-img .cta-beratung-img-position picture.avatar-speech {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.cta-beratung .cta-beratung-img .cta-beratung-img-position picture.avatar {
  display: block;
  opacity: 1;
  visibility: visible;
}
.cta-beratung .cta-beratung-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #E30916;
}
.cta-beratung .cta-beratung-img:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  border: 10px solid #fff;
  opacity: 0.5;
}
.cta-beratung .cta-beratung-img:hover {
  cursor: pointer;
}
.cta-beratung.active .cta-beratung-configurator {
  visibility: visible;
  width: 100%;
}
@media (min-width: 1200px) {
  .cta-beratung.active .cta-beratung-configurator {
    width: auto;
  }
}
.cta-beratung.active .cta-beratung-configurator .cta-beratung-configurator-inner {
  opacity: 1;
}
.cta-beratung.active .cta-beratung-img {
  /*picture {
          border-radius: 50%;
          overflow: hidden;
  
          &.avatar {
            display: none;
          }
  
          &.avatar-speech {
            display: block;
          }
        }*/
}
.cta-beratung.active .cta-beratung-img .cta-beratung-img-position picture.avatar-speech {
  display: block;
  opacity: 1;
  visibility: visible;
}
.cta-beratung.active .cta-beratung-img .cta-beratung-img-position picture.avatar {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.kt-configurator {
  --gap: 5px;
  --columns: 3;
  font-size: 1rem;
}
.kt-configurator .configurator-header {
  padding: 30px 0;
}
.kt-configurator .configurator-header .progressbar {
  height: 3px;
  margin: 0 15px;
  width: auto;
}
.kt-configurator .configurator-content {
  margin: 10px 0 0 0;
  padding: 0 15px;
}
.kt-configurator .configurator-content .slide .question .kt-configurator-copy {
  font-size: 1.2em;
  margin: 0 0 30px 0;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin: 0 0 30px 0;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  text-align: center;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon {
  display: block;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 30px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon:before {
  content: "";
  display: block;
  width: 37%;
  height: 37%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #555;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.beratung-icon:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/conversation-chat-bubble.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/conversation-chat-bubble.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.sonstiges-icon:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/question-help-message.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/question-help-message.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.rueckruf-icon:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/phone.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/phone.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.reklamation-icon:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/paper-write.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/paper-write.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.erstatz-icon:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/shipment-in-transit.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/shipment-in-transit.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.haus-eigenheim:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/house-chimney-2.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/house-chimney-2.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.haus-mietwohnung:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/multiple-home.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/multiple-home.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.budget-klein:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/accounting-coins.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/accounting-coins.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.budget-gross:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/money-bag-euro.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/money-bag-euro.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.icon-ja:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/check-circle-1.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/check-circle-1.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.icon-nein:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/remove-circle.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/remove-circle.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.zeit-lang:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/calendar-3.svgg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/calendar-3.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.zeit-mittel:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/time-clock-circle-1.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/time-clock-circle-1.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.zeit-kurz:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/alarm-clock.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/alarm-clock.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.raum-offen:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/kitchen-storage.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/kitchen-storage.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.raum-geschlossen:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/restaurant-fork-knife.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/restaurant-fork-knife.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label .configurator-icon.icon-frage:before {
  mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/mood-question.svg);
  -webkit-mask-image: url(https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/media/icons/set2/mood-question.svg);
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label input {
  display: none;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label.checked .configurator-icon {
  background: #E30916;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * label.checked .configurator-icon:before {
  background-color: #fff;
}
.kt-configurator .configurator-content .slide .question .configurator-answer-holder > * p {
  font-size: 0.8em;
}
.kt-configurator .configurator-content .slide .summary {
  margin-bottom: 30px;
}
.kt-configurator .configurator-content .slide .summary .summaryList {
  counter-reset: item;
}
.kt-configurator .configurator-content .slide .summary .summaryList li {
  counter-increment: item;
  display: flex;
  align-items: center;
  gap: 5px;
}
.kt-configurator .configurator-content .slide .summary .summaryList li:before {
  display: block;
  content: counter(item);
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}
.kt-configurator .configurator-content .slide .summary .summaryList li .number {
  display: none;
}
.kt-configurator .configurator-content .slide .summary .summaryList li .question-jumpButton button {
  position: relative;
  background: #E30916;
  border-radius: 10px;
}
.kt-configurator .configurator-content .slide .summary .summaryList li .question-jumpButton button:before {
  content: "Bearbeiten";
  border: none;
  font-family: "Roboto", sans-serif !important;
  color: #fff;
}
.kt-configurator .configurator-content .slide form .configurator-input-holder {
  margin: 0 0 15px 0;
}
.kt-configurator .configurator-content .slide form .configurator-input-holder label {
  font-size: 0.75rem;
}
.kt-configurator .configurator-content .slide form .insertcaptcha_label {
  font-size: 0.75rem;
}
.kt-configurator .configurator-content .slide form .configurator-datenschutz-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
}
.kt-configurator .configurator-content .slide form .configurator-datenschutz-holder input {
  margin: 0;
}
.kt-configurator .configurator-content .slide form .configurator-datenschutz-holder label {
  margin: 0;
}
.kt-configurator .configurator-content .slide .text-right .btn {
  font-weight: normal;
  font-size: 1rem;
  border: none;
  padding: 15px 30px;
  margin: 0 0 15px 0;
}
.kt-configurator .configurator-controls .configurator-controls-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton {
  flex: 1 1 auto;
  display: block;
  border-radius: 0;
  padding: 15px 15px;
  background: #f5f5f5;
  color: #555 !important;
  margin: 0;
}
.kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.overview:before {
  content: "Zur Zusammenfassung";
}
.kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.forward {
  background: #E30916;
  color: #fff !important;
}
.kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.overview {
  background: #E30916;
  color: #fff !important;
}
.cta-beratung {
  position: fixed;
  inset: auto 20px 30px auto;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
  z-index: 9999;
  transition: inset 0s linear;
  transition-delay: 600ms;
}
@media screen and (min-width: 1200px) {
  .cta-beratung {
    flex-direction: row;
    inset: auto 90px 30px auto;
    margin-left: 0;
  }
}
.cta-beratung .cta-beratung-img {
  display: block;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1200px) {
  .cta-beratung .cta-beratung-img {
    width: 128px;
  }
}
.cta-beratung .cta-beratung-configurator {
  opacity: 0;
  transition: opacity 0.6s ease-out 0ms, visibility 0s linear 600ms;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner {
  width: 0;
  height: 0;
  opacity: 1;
  padding: 0;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  transition: width 0s linear, height 0s linear, padding 0s linear;
  transition-delay: 600ms;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator {
  --gap: 20px;
  --columns: 3;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-header {
  order: 2;
  padding: 0;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-header .progressbar {
  height: 8px;
  margin: 0;
  width: auto;
  border-radius: 100vw;
  overflow: hidden;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-header .progressbar span {
  border-radius: 100vw;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-content {
  margin: 0;
  order: 1;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 16px;
  overflow-y: auto;
  max-height: 70svh;
}
@media screen and (min-width: 992px) {
  .cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-content {
    max-height: 55svh;
  }
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-content::-webkit-scrollbar {
  width: 20px;
  border-radius: 100vw;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-content::-webkit-scrollbar-track {
  background: transparent;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-content::-webkit-scrollbar-thumb {
  border-radius: 100vw;
  overflow: hidden;
  background-clip: content-box;
  border: 8px solid transparent;
  box-shadow: inset 0 0 10px 10px #E30916;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-content::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 10px 10px #f85a63;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls {
  order: 3;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton {
  flex: none;
  padding: 16px 15px;
  margin: 0;
  font-size: 0;
  background: #E30916;
  color: transparent !important;
  border-radius: 12px;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.backward::before,
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.forward::before {
  content: "";
  display: block;
  border-top: 2px solid;
  border-left: 2px solid;
  width: 10px;
  aspect-ratio: 1/1;
  border-color: #fff;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.backward::before {
  rotate: -45deg;
  margin-left: 4px;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.forward {
  margin-left: auto;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.forward::before {
  rotate: 135deg;
  margin-right: 4px;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.hidden,
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.disabled {
  display: block !important;
  visibility: visible !important;
  opacity: 1;
  background: #eeeeee;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.hidden::before,
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-controls .configurator-controls-holder .configuratorButton.disabled::before {
  border-color: #555;
  opacity: 0.7;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator .configurator-footer {
  order: 4;
}
.cta-beratung .cta-beratung-configurator .cta-beratung-configurator-inner .kt-configurator > div:empty {
  display: none;
}
.cta-beratung .cta-beratung-configurator .configurator-input-field {
  display: block;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid #e4e4e4;
}
.cta-beratung .cta-beratung-configurator .configurator-input-field label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.cta-beratung .cta-beratung-text-popup {
  position: absolute;
  right: 100px;
  width: 130px;
  height: 150px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cta-beratung .cta-beratung-text-popup {
    height: 128px;
    width: 200px;
    right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .cta-beratung .cta-beratung-text-popup {
    right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cta-beratung .cta-beratung-text-popup {
    right: 150px;
  }
}
.cta-beratung .cta-beratung-text-popup > div {
  position: relative;
  transform: translateY(-50%);
  isolation: isolate;
  z-index: 1;
  opacity: 0;
  animation-name: cta-text-popup-anim;
  animation-delay: 5s;
  animation-duration: 15s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.cta-beratung .cta-beratung-text-popup > div::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background-color: #E30916;
  rotate: 45deg;
  transform: skew(-50deg);
  z-index: -2;
}
.cta-beratung .cta-beratung-text-popup > div > span {
  padding: 20px;
  background: #E30916;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cta-beratung .cta-beratung-text-popup > div > span {
    font-size: 1rem;
    padding: 30px;
  }
}
.cta-beratung.active {
  inset: auto 20px 30px 20px;
  margin-left: 0;
  transition: inset 0s linear;
  transition-delay: 0ms;
}
@media screen and (min-width: 1200px) {
  .cta-beratung.active {
    flex-direction: row;
    inset: auto 90px 30px auto;
  }
}
.cta-beratung.active .cta-beratung-configurator {
  background: none;
  box-shadow: none;
  opacity: 1;
  transition: opacity 0.6s ease-out, visibility 0s linear;
}
.cta-beratung.active .cta-beratung-configurator .cta-beratung-configurator-inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: width 0s linear, height 0s linear, padding 0s linear;
  transition-delay: 0ms;
}
@media screen and (min-width: 1200px) {
  .cta-beratung.active .cta-beratung-configurator .cta-beratung-configurator-inner {
    width: 460px;
  }
}
.cta-beratung.active .cta-beratung-text-popup {
  visibility: hidden;
}
@keyframes cta-text-popup-anim {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  5% {
    opacity: 1;
    bottom: 0;
  }
  90% {
    opacity: 1;
    bottom: 0px;
  }
  100% {
    opacity: 0;
    bottom: -20px;
  }
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_golfcup
-----------------------*/
/******************
 * CONTENT GOLFCUP
 ******************/
#header_golf_cup {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header_golf_cup > picture:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    display: block;
  }
}
#header_golf_cup #header_golf_cup_logo {
  z-index: 100;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  transition: all 0.3s;
}
#header_golf_cup #header_golf_cup_logo.golfcup-animation {
  transform: translate(-50%, -40%);
  opacity: 1;
  transition: all 0.3s;
}
#header_golf_cup #header_golf_cup_logo picture {
  height: 200px;
  width: 200px;
}
@media screen and (min-width: 1200px) {
  #header_golf_cup #header_golf_cup_logo picture {
    height: 300px;
    width: 300px;
  }
}
#header_golf_cup #header_golf_cup_logo picture img {
  height: 100%;
}
h1.golfcup_headline {
  font-size: 6rem;
}
h1.golfcup_headline,
h2.golfcup_headline,
h3.golfcup_headline,
h4.golfcup_headline,
h5.golfcup_headline,
h6.golfcup_headline {
  font-family: Prata,serif;
}
h1.golfcup_headline mark,
h2.golfcup_headline mark,
h3.golfcup_headline mark,
h4.golfcup_headline mark,
h5.golfcup_headline mark,
h6.golfcup_headline mark {
  background-color: rgba(0, 0, 0, 0);
  color: #e30916;
}
ul#sponsered-by {
  padding-left: 0;
}
ul#sponsered-by li {
  list-style: none;
  display: flex;
  padding-bottom: 10px;
  font-size: 1.9rem;
}
ul#sponsered-by li a {
  font-style: none;
  color: #333;
}
ul#sponsered-by li mark {
  background-color: rgba(0, 0, 0, 0);
  color: #e30916;
}
ul#sponsered-by li span {
  background-color: #e30916;
  padding: 5px;
  border-radius: 50%;
  margin-right: 10px;
  height: 3rem;
  width: auto;
}
ul#sponsered-by li span:before {
  color: #fff;
}
.golf-cup .golf-headline {
  padding: 2rem 0;
}
.golf-cup .golf-headline .golfcup_headline {
  font-size: 5rem;
}
.golf-cup .golf-headline .lead {
  font-size: 30px;
}
.golf-cup .golf-headline .lead::before,
.golf-cup .golf-headline .lead::after {
  display: inline-block;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 10%;
  height: 10px;
  margin: auto 1rem;
  vertical-align: middle;
  line-height: normal;
  overflow: hidden;
}
.golf-cup .golf-infos {
  padding: 2rem 0;
}
.golf-cup .golf-infos .containerQ {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .golf-cup .golf-infos .containerQ {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .golf-cup .golf-infos .containerQ .responsiveImageQ {
    margin-bottom: 30px;
  }
}
.golf-cup .golf-infos .containerQ h2 {
  font-size: 28px;
  margin-bottom: 40px;
}
.golf-cup .golf-infos .containerQ ul li p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.golf-cup .golf-kaffee .golf-kaffee-head {
  padding: 2rem 0;
}
.golf-cup .golf-kaffee .golf-kaffee-head h3 {
  font-size: 28px;
}
.golf-cup .golf-kaffee .golf-kaffee-head h2 {
  font-size: 30px!important;
}
.golf-cup .golf-kaffee .golf-kaffee-wrap ul li::marker {
  color: #E30916;
}
.golf-cup .golf-kaffee .golf-kaffee-wrap ul li p {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.golf-cup .golf-kaffee .golf-kaffee-wrap .kaffee-headline {
  font-size: 1.3rem;
  font-weight: bold;
}
.golf-cup .golf-kaffee .golf-kaffee-wrap .kaffee-text {
  font-size: 1.2rem;
  line-height: 25px;
  margin-bottom: 35px;
}
.golf-cup .golf-kaffee .golf-kaffee-wrap .containerQ {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .golf-cup .golf-kaffee .golf-kaffee-wrap .containerQ {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .golf-cup .golf-kaffee .golf-kaffee-wrap .containerQ .responsiveImageQ {
    margin-bottom: 30px;
  }
}
.golf-cup .golf-sponsoren {
  padding: 2rem 0;
}
.golf-cup .golf-sponsoren h3 {
  font-size: 28px;
}
.golf-cup .golf-sponsoren .bx-wrapper {
  margin-top: 30px;
}
.golf-cup .golf-impressionen {
  overflow: hidden;
  background: #EAEAE9;
  padding: 2rem 0;
  margin: 0!important;
}
.golf-cup .golf-impressionen h3 {
  margin-bottom: 40px;
  font-size: 28px;
}
.golf-cup ul#sponsered-by li span {
  height: 2.5rem;
}
#layout_kt-home {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  #layout_kt-home .container-fluid picture {
    max-height: 100%;
  }
}
[data-active-content-q*="/kuechenstudio/aktionen/kueche-trifft-golf"] #layout_main {
  padding: 0;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_home
-----------------------*/
/******************
 * CONTENT HOME
 ******************/
@font-face {
  font-family: 'm348_light-bulb';
  src: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/gewerke/kuechentreff_2020/kt_home/m348_light-bulb.eot');
  src: url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/gewerke/kuechentreff_2020/kt_home/m348_light-bulb.eot#iefix') format('embedded-opentype'), url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/gewerke/kuechentreff_2020/kt_home/m348_light-bulb.ttf') format('truetype'), url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/gewerke/kuechentreff_2020/kt_home/m348_light-bulb.woff') format('woff'), url('https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/css/gewerke/kuechentreff_2020/kt_home/m348_light-bulb.svg#m348_light-bulb') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'm348_light-bulb' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-light-bulb-1:before {
  font-family: 'm348_light-bulb' !important;
  content: "\e900";
}
#layout_kt-home {
  margin-top: -4rem;
}
#layout_kt-home section {
  margin: 3rem 0;
}
#layout_kt-home > section {
  margin-top: 0;
}
#layout_kt-home .btn-home-1,
#layout_kt-home .btn-home-2,
#layout_kt-home .btn-home-3,
#layout_kt-home .btn-home-4 {
  padding: 15px;
  font-weight: 400;
  overflow: hidden;
}
#layout_kt-home .btn-home-1 span,
#layout_kt-home .btn-home-2 span,
#layout_kt-home .btn-home-3 span,
#layout_kt-home .btn-home-4 span {
  vertical-align: middle;
}
#layout_kt-home .btn-home-1 span:before,
#layout_kt-home .btn-home-2 span:before,
#layout_kt-home .btn-home-3 span:before,
#layout_kt-home .btn-home-4 span:before {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px 15px 20px 0 ;
  margin-right: 15px;
}
#layout_kt-home .btn-home-1 {
  background-color: #F08163;
  color: #fff;
}
#layout_kt-home .btn-home-2 {
  background-color: #91B589;
  color: #fff;
}
#layout_kt-home .btn-home-3 {
  background-color: #E8AC00;
  color: #fff;
}
#layout_kt-home .btn-home-4 {
  background-color: #3B6653;
  color: #fff;
}
#layout_kt-home .container-fluid {
  padding: 0;
}
#layout_kt-home .container-fluid picture {
  max-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#layout_kt-home h1.headline,
#layout_kt-home h2.headline,
#layout_kt-home h3.headline,
#layout_kt-home h4.headline,
#layout_kt-home h5.headline,
#layout_kt-home h6.headline {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  line-height: 100%;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: auto;
  font-size: calc(10vw/2);
  font-family: roboto;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #layout_kt-home h1.headline,
  #layout_kt-home h2.headline,
  #layout_kt-home h3.headline,
  #layout_kt-home h4.headline,
  #layout_kt-home h5.headline,
  #layout_kt-home h6.headline {
    max-width: 750px;
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  #layout_kt-home h1.headline,
  #layout_kt-home h2.headline,
  #layout_kt-home h3.headline,
  #layout_kt-home h4.headline,
  #layout_kt-home h5.headline,
  #layout_kt-home h6.headline {
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  #layout_kt-home h1.headline,
  #layout_kt-home h2.headline,
  #layout_kt-home h3.headline,
  #layout_kt-home h4.headline,
  #layout_kt-home h5.headline,
  #layout_kt-home h6.headline {
    max-width: 1170px;
  }
}
#layout_kt-home h1.headline::before,
#layout_kt-home h2.headline::before,
#layout_kt-home h3.headline::before,
#layout_kt-home h4.headline::before,
#layout_kt-home h5.headline::before,
#layout_kt-home h6.headline::before,
#layout_kt-home h1.headline::after,
#layout_kt-home h2.headline::after,
#layout_kt-home h3.headline::after,
#layout_kt-home h4.headline::after,
#layout_kt-home h5.headline::after,
#layout_kt-home h6.headline::after {
  display: inline-block;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 25%;
  height: 10px;
  margin: auto 1rem;
  vertical-align: middle;
  line-height: normal;
}
#layout_kt-home h2.headline {
  margin: 3rem auto 2rem auto;
}
#layout_kt-home #home-logo {
  padding: 50px;
}
#layout_kt-home #home-logo.home-animation .row:nth-child(1) .containerQ {
  transition-delay: 1s;
  transition-duration: 2s;
  opacity: 1;
}
#layout_kt-home #home-logo.home-animation .row:nth-child(1) .containerQ [class*="col"]:nth-child(2) {
  transition-delay: 1s;
  transition-duration: 2s;
  transform: translate(0);
}
#layout_kt-home #home-logo.home-animation .row:nth-child(1) .containerQ [class*="col"]:nth-child(3) {
  transition-delay: 1.1s;
  transition-duration: 2s;
  transform: translate(0);
}
#layout_kt-home #home-logo.home-animation .row:nth-child(1) .containerQ [class*="col"]:nth-child(4) {
  transition-delay: 1.2s;
  transition-duration: 2s;
  transform: translate(0);
}
#layout_kt-home #home-logo.home-animation .row:nth-child(1) .containerQ [class*="col"]:nth-child(5) {
  transition-delay: 1.3s;
  transition-duration: 2s;
  transform: translate(0);
}
#layout_kt-home #home-logo .row:nth-child(1) {
  position: relative;
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ {
  padding: 0 8.33333333%;
  transition-delay: 1s;
  transition-duration: 2s;
  opacity: 0;
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1,
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2,
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3,
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4,
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5,
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 {
  display: block;
  font-size: 10vw;
  font-family: 'Prata', serif;
  font-weight: 600;
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1 span:nth-child(1),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2 span:nth-child(1),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3 span:nth-child(1),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4 span:nth-child(1),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5 span:nth-child(1),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 span:nth-child(1) {
  color: #F08163;
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1 span:nth-child(2),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2 span:nth-child(2),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3 span:nth-child(2),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4 span:nth-child(2),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5 span:nth-child(2),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 span:nth-child(2) {
  color: #91B589;
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1 span:nth-child(3),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2 span:nth-child(3),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3 span:nth-child(3),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4 span:nth-child(3),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5 span:nth-child(3),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 span:nth-child(3) {
  color: #E8AC00;
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1 span:nth-child(4),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2 span:nth-child(4),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3 span:nth-child(4),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4 span:nth-child(4),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5 span:nth-child(4),
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 span:nth-child(4) {
  color: #3B6653;
}
@media screen and (min-width: 576px) {
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 {
    font-size: 108px;
  }
}
@media screen and (min-width: 1024px) {
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h1,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h2,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h3,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h4,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h5,
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] h6 {
    display: none;
  }
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] picture {
  display: none;
}
@media screen and (min-width: 1024px) {
  #layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"] picture {
    display: block;
  }
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"]:nth-child(2) {
  transition-delay: 1s;
  transition-duration: 2s;
  transform: translate(-200%, 0);
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"]:nth-child(3) {
  transition-delay: 1.1s;
  transition-duration: 2s;
  transform: translate(-250%, 0);
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"]:nth-child(4) {
  transition-delay: 1.2s;
  transition-duration: 2s;
  transform: translate(-300%, 0);
}
#layout_kt-home #home-logo .row:nth-child(1) .containerQ [class*="col"]:nth-child(5) {
  transition-delay: 1.3s;
  transition-duration: 2s;
  transform: translate(-350%, 0);
}
#layout_kt-home #home-logo .row:nth-child(2) .containerQ {
  width: 100%;
  max-width: 100%;
}
#layout_kt-home #layout_video {
  position: relative;
}
#layout_kt-home #layout_video .row {
  position: relative;
  z-index: 2;
}
#layout_kt-home #layout_video .row .containerQ {
  display: flex;
  align-itmes: center;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  #layout_kt-home #layout_video .row .containerQ {
    flex-direction: row;
  }
}
#layout_kt-home #layout_video .row [class*="col"] {
  padding: 50px;
}
#layout_kt-home #layout_video .row [class*="col"] p,
#layout_kt-home #layout_video .row [class*="col"] h1,
#layout_kt-home #layout_video .row [class*="col"] h2,
#layout_kt-home #layout_video .row [class*="col"] h3,
#layout_kt-home #layout_video .row [class*="col"] h4,
#layout_kt-home #layout_video .row [class*="col"] h5,
#layout_kt-home #layout_video .row [class*="col"] h6 {
  color: #fff;
}
#layout_kt-home #layout_video .row [class*="col"] h1,
#layout_kt-home #layout_video .row [class*="col"] h2,
#layout_kt-home #layout_video .row [class*="col"] h3,
#layout_kt-home #layout_video .row [class*="col"] h4,
#layout_kt-home #layout_video .row [class*="col"] h5,
#layout_kt-home #layout_video .row [class*="col"] h6 {
  font-family: 'Prata', serif;
  line-height: 1.5;
}
#layout_kt-home #layout_video .row [class*="col"]:nth-child(2) {
  margin: 0 4% 0 4%;
}
#layout_kt-home #layout_video picture {
  position: absolute;
  top: 0;
  bottom: 0;
}
#layout_kt-home #layout_video picture img {
  object-fit: cover;
  height: auto;
}
#layout_kt-home #home-rooms .row .containerQ {
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 768px) {
  #layout_kt-home #home-rooms .row .containerQ {
    flex-direction: row;
  }
}
#layout_kt-home #home-rooms .row .containerQ [class*="col"] {
  flex: 1;
}
#layout_kt-home #home-rooms .row .containerQ [class*="col"] h1,
#layout_kt-home #home-rooms .row .containerQ [class*="col"] h2,
#layout_kt-home #home-rooms .row .containerQ [class*="col"] h3,
#layout_kt-home #home-rooms .row .containerQ [class*="col"] h4,
#layout_kt-home #home-rooms .row .containerQ [class*="col"] h5,
#layout_kt-home #home-rooms .row .containerQ [class*="col"] h6,
#layout_kt-home #home-rooms .row .containerQ [class*="col"] p {
  padding: 0 20px;
  color: #fff;
}
#layout_kt-home #home-rooms .row .containerQ [class*="col"] div {
  padding-top: 20px;
  height: 100%;
}
#layout_kt-home #home-rooms .row:nth-child(2) [class*="col"]:nth-child(1) div {
  background-color: #F08163;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #layout_kt-home #home-rooms .row:nth-child(2) [class*="col"]:nth-child(1) div {
    margin: 0;
  }
}
#layout_kt-home #home-rooms .row:nth-child(2) [class*="col"]:nth-child(2) div {
  background-color: #91B589;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #layout_kt-home #home-rooms .row:nth-child(2) [class*="col"]:nth-child(2) div {
    padding-bottom: 0;
  }
}
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] {
  padding-top: 10px;
}
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] h1,
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] h2,
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] h3,
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] h4,
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] h5,
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] h6,
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"] p {
  padding: 0 20px;
  color: #fff;
}
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"]:nth-child(1) div {
  background-color: #E8AC00;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #layout_kt-home #home-rooms .row:nth-child(4) [class*="col"]:nth-child(1) div {
    margin: 0;
  }
}
#layout_kt-home #home-rooms .row:nth-child(4) [class*="col"]:nth-child(2) div {
  background-color: #3B6653;
}
.videoLogo {
  display: none;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_landingpage
-----------------------*/
.landingpage-weltbeste header {
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/config/theme/layout/include/slider/individuell_01/individuell_01_slider_xl.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .landingpage-weltbeste header {
    justify-content: space-between;
  }
}
.landingpage-weltbeste header .landingpage-content-holder {
  color: #fff;
}
.landingpage-weltbeste header .landingpage-content-holder .lp-kt-logo {
  width: 200px !important;
}
.landingpage-weltbeste header .landingpage-content-holder h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}
.landingpage-weltbeste header > .row {
  width: 60vw;
}
.landingpage-weltbeste header:before {
  content: "";
  width: 100%;
  height: 80vh;
  display: block;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
}
.landingpage-weltbeste .section-termin-form {
  background-color: #f5f5f5;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.landingpage-weltbeste .section-termin-form h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-termin-form p {
  font-size: 1.25rem;
  color: gray;
  margin-bottom: 1.25rem;
}
.landingpage-weltbeste .section-termin-form .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
}
.landingpage-weltbeste .section-marken {
  padding: 5rem;
}
.landingpage-weltbeste .section-marken h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-marken h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-kuechen {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #1d1d1b;
  color: #fff;
  text-align: center;
}
.landingpage-weltbeste .section-kuechen h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
  color: #fff;
  margin-bottom: 20px;
}
.landingpage-weltbeste .section-service {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.landingpage-weltbeste .section-service h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-service h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-service picture {
  width: 120px;
  height: 120px;
}
.landingpage-weltbeste .section-service .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte {
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/marke_hersteller_produkte/nobilia_kuechen/kt-landingpage/kuechentreff_cta_full_desktop-p-1600.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.landingpage-weltbeste .section-experte h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-experte p {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #333;
  font-weight: 600;
  color: #fff;
}
.landingpage-weltbeste .section-experte .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: 0;
}
.landingpage-weltbeste .section-bosch {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-Ausstattung h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading {
  background: #333;
  color: #fff;
  font-family: 'Prata', serif;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading .panel-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.landingpage-weltbeste .section-Ausstattung .panel-group .panel + .panel {
  margin-top: 0;
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-default {
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-body .image-wrapper {
  width: 50%;
  margin-left: 25%;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons picture {
  width: 100px;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-form-content h2:after {
  content: "";
  width: 300px;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 15px;
}
.landingpage-weltbeste .section-formular {
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/marke_hersteller_produkte/nobilia_kuechen/kt-landingpage/kuechentreff_cta_full_desktop-p-1600.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .landingpage-weltbeste .section-formular {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.landingpage-weltbeste .section-formular .content {
  background: #fff;
  padding: 25px;
}
.landingpage-weltbeste .section-formular h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-formular p {
  margin: 25px;
}
.landingpage-weltbeste .section-formular .section-formular-content {
  padding: 10px 200px;
}
@media only screen and (max-width: 991px) {
  .landingpage-weltbeste .section-formular .section-formular-content {
    padding: 10px 20px;
  }
}
.landingpage-weltbeste .section-kuechen-content .kueche-item {
  text-align: left;
  padding: 20px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .chip {
  background: #fff;
  width: fit-content;
  color: #E30916;
  padding: 5px 10px;
  margin: 10px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Prata', serif;
  color: #fff;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .preis {
  text-align: right;
  flex: 1;
  font-family: Lato Custom, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.kueche-detail .kueche-item .detail-liste {
  padding: 0;
  margin: 0;
}
.kueche-detail .kueche-item .detail-liste li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
  justify-content: space-between;
}
.kueche-detail .kueche-item .detail-liste li picture {
  width: 60px;
  min-width: 60px;
}
@media (min-width: 1200px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .containerQ {
    max-width: 1300px;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top {
  position: relative;
  overflow: hidden;
  height: 80vh;
  display: block;
}
@media screen and (max-width: 767px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top {
    height: 85vh;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .landingpage-top-hero-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .landingpage-top-hero-wrap .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .hero_title {
  margin-bottom: 30px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .hero_title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .hero_title h1 {
    font-size: 2rem;
    line-height: 50px;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .hero_text {
  margin-bottom: 35px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .hero_text p {
  display: block;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .hero_text p {
    font-size: 1rem;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .landingpage-top-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .landingpage-top-img [class*="ImageQ"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .landingpage-top .landingpage-top-img .responsiveImageQ:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-info {
  padding: 4rem 0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-info .containerQ {
    display: flex;
    align-items: center;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-info .section-info-text {
  text-align: center;
  margin: 0 0 0 20px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-info .section-info-text h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-info .section-info-text .lead {
  margin-bottom: 50px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-info .section-info-text h4 {
  font-family: 'Prata', serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-info .responsiveCenteredQ {
    margin-bottom: 30px;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-icons {
  padding: 4rem 0;
}
@media screen and (min-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-icons .containerQ {
    display: flex;
    align-items: center;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-icons .section-icons-flex {
  display: flex;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-icons .section-icons-flex .section-icons-box {
  padding: 20px 20px 20px 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-icons .section-icons-flex .section-icons-box h3 {
  font-family: 'Prata', serif;
}
@media screen and (max-width: 767px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-icons .responsiveImageQ {
    margin-top: 30px;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-eins {
  background-color: #f5f5f5;
  padding: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-eins .containerQ {
    display: flex;
    align-items: center;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-eins h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-eins p {
  margin: 20px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-zwei {
  padding: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-zwei .containerQ {
    display: flex;
    align-items: center;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-zwei h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-zwei p {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-zwei .responsiveCenteredQ {
    margin-top: 30px;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-drei {
  background-color: #f5f5f5;
  padding: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-drei .containerQ {
    display: flex;
    align-items: center;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-drei h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-drei p {
  margin: 20px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-hotspot {
  padding: 4rem 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-hotspot .hotspotQ {
  height: 80vh;
}
@media screen and (max-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-hotspot .hotspotQ {
    height: 100%;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-service {
  background-color: #f5f5f5;
  padding: 4rem 0;
  text-align: center;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-service h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-service h3 {
  font-family: 'Prata', serif;
  font-size: 1.5rem;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-marken {
  padding: 4rem 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-marken h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-werbung {
  padding: 4rem 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-fronten {
  padding: 4rem 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-fronten .bx-wrapper {
  position: relative;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-fronten .bx-wrapper .sliderQ .sliderItemQ .responsiveImageQ.hideInSlide.img-circle {
  display: none;
  visability: hidden;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-fronten .sliderQ-thumbnailsWrapper {
  position: absolute;
  bottom: 0;
  z-index: 30;
  background: #fff;
  width: auto;
  display: block;
  width: 50%;
  right: 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-fronten .sliderQ-thumbnailsWrapper .sliderQ-thumbnail {
  width: 8%;
  outline: none;
  opacity: 1;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-fronten .sliderQ-thumbnailsWrapper .sliderQ-thumbnail .responsiveImageQ.hideInSlide.img-circle {
  border-radius: 0 !important;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-kuechen {
  background-color: #f5f5f5;
  padding: 4rem 0;
  text-align: center;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-kuechen h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-kuechen .kueche-item {
  text-align: left;
  padding: 20px 0;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-kuechen .kueche-item .chip {
  background: #fff;
  width: fit-content;
  color: #E30916;
  padding: 5px 10px;
  margin: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-kuechen .kueche-item h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Prata', serif;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-kuechen .kueche-item .preis {
  text-align: right;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-termin-vereinbaren {
  padding: 4rem 0;
}
@media screen and (min-width: 991px) {
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-termin-vereinbaren .containerQ {
    display: flex;
    align-items: center;
  }
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-termin-vereinbaren .col-md-3,
  #layout_main_landingpage .landingpage_01.landingpage_individuell .section-termin-vereinbaren .col-md-9 {
    width: 100%;
    text-align: left;
  }
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-termin-vereinbaren h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
#layout_main_landingpage .landingpage_01.landingpage_individuell .section-recht {
  padding: 4rem 0;
}
#layout_main_landingpage .landingpage-subline {
  color: #E30916;
  font-weight: 500;
  letter-spacing: 1px;
}
#layout_main_landingpage .section-number {
  color: #E30916;
  font-size: 5rem;
  position: absolute;
  top: -50px;
  right: 40px;
  font-family: 'Prata', serif;
}
@media screen and (min-width: 766px) {
  .kueche-detail .kueche-preis {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(227, 9, 22, 0.7);
    width: auto;
    color: #fff;
  }
}
@media screen and (min-width: 766px) {
  .kueche-detail .kueche-preis h1 {
    color: #fff;
  }
}
.kueche-detail .kueche-preis .preis {
  font-size: 1.5rem;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_landingpage/q1/light
-----------------------*/
.landingpage-weltbeste .landingpage-top {
  position: relative;
  overflow: hidden;
  height: 80vh;
  display: block;
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top {
    height: 85vh;
  }
}
.landingpage-weltbeste .landingpage-top .landingpage-top-hero-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-hero-wrap .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .landingpage-top .hero_title {
  margin-bottom: 30px;
}
.landingpage-weltbeste .landingpage-top .hero_title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 60px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top .hero_title h1 {
    font-size: 2rem;
    line-height: 50px;
  }
}
.landingpage-weltbeste .landingpage-top .hero_text {
  margin-bottom: 35px;
}
.landingpage-weltbeste .landingpage-top .hero_text p {
  display: block;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top .hero_text p {
    font-size: 1rem;
  }
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img [class*="ImageQ"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img .responsiveImageQ:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landingpage-weltbeste .landingpage-top > .row {
  width: 60vw;
}
.landingpage-weltbeste .landingpage-top:before {
  content: "";
  width: 100%;
  height: 80vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.landingpage-weltbeste .section-termin-form {
  background-color: #f5f5f5;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.landingpage-weltbeste .section-termin-form h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-termin-form p {
  font-size: 1.25rem;
  color: gray;
  margin-bottom: 1.25rem;
}
.landingpage-weltbeste .section-termin-form .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
}
.landingpage-weltbeste .section-marken {
  padding: 5rem;
}
.landingpage-weltbeste .section-marken h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-marken h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-kuechen {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #1d1d1b;
  color: #fff;
  text-align: center;
}
.landingpage-weltbeste .section-kuechen h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
  color: #fff;
  margin-bottom: 20px;
}
.landingpage-weltbeste .section-service {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.landingpage-weltbeste .section-service h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-service h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-service picture {
  width: 120px;
  height: 120px;
}
.landingpage-weltbeste .section-service .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte {
  background-image: url("http://www.musterkunde-kuechentreff-2019.onlineelektro.de/scripts/get.aspx?media=/de/kuechentreff-2020/landingpage/q2/light/kt_landingpage_light_beratung.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.landingpage-weltbeste .section-experte h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-experte p {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #333;
  font-weight: 600;
  color: #fff;
}
.landingpage-weltbeste .section-experte .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: 0;
}
.landingpage-weltbeste .section-bosch {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-Ausstattung h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading {
  background: #333;
  color: #fff;
  font-family: 'Prata', serif;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading .panel-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.landingpage-weltbeste .section-Ausstattung .panel-group .panel + .panel {
  margin-top: 0;
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-default {
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-body .image-wrapper {
  width: 50%;
  margin-left: 25%;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons picture {
  width: 100px;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-form-content h2:after {
  content: "";
  width: 300px;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 15px;
}
.landingpage-weltbeste .section-formular {
  background-image: url("http://www.musterkunde-kuechentreff-2019.onlineelektro.de/scripts/get.aspx?media=/de/kuechentreff-2020/landingpage/q2/light/kt_landingpage_light_kontakt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
}
.landingpage-weltbeste .section-formular .content {
  background: #fff;
  padding: 25px;
}
.landingpage-weltbeste .section-formular h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-formular p {
  margin: 25px;
}
.landingpage-weltbeste .section-formular .section-formular-content {
  padding: 10px 200px;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item {
  text-align: left;
  padding: 20px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .chip {
  background: #fff;
  width: fit-content;
  color: #E30916;
  padding: 5px 10px;
  margin: 10px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Prata', serif;
  color: #fff;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .preis {
  text-align: right;
  flex: 1;
  font-family: Lato Custom, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.kueche-detail .kueche-item .detail-liste {
  padding: 0;
  margin: 0;
}
.kueche-detail .kueche-item .detail-liste li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
.kueche-detail .kueche-item .detail-liste li picture {
  width: 60px;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_landingpage/q2/individuell
-----------------------*/
.landingpage-weltbeste .landingpage-top {
  position: relative;
  overflow: hidden;
  height: 80vh;
  display: block;
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top {
    height: 85vh;
  }
}
.landingpage-weltbeste .landingpage-top .landingpage-top-hero-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-hero-wrap .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .landingpage-top .hero_title {
  margin-bottom: 30px;
}
.landingpage-weltbeste .landingpage-top .hero_title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 60px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top .hero_title h1 {
    font-size: 2rem;
    line-height: 50px;
  }
}
.landingpage-weltbeste .landingpage-top .hero_text {
  margin-bottom: 35px;
}
.landingpage-weltbeste .landingpage-top .hero_text p {
  display: block;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top .hero_text p {
    font-size: 1rem;
  }
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img [class*="ImageQ"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img .responsiveImageQ:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landingpage-weltbeste .landingpage-top > .row {
  width: 60vw;
}
.landingpage-weltbeste .landingpage-top:before {
  content: "";
  width: 100%;
  height: 80vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.landingpage-weltbeste .bg-grey {
  background-color: #f5f5f5;
}
.landingpage-weltbeste .bg-black {
  background: #1d1d1b;
}
.landingpage-weltbeste .section-info {
  padding: 4rem 0;
}
@media screen and (min-width: 991px) {
  .landingpage-weltbeste .section-info .containerQ {
    display: flex;
    align-items: center;
  }
}
.landingpage-weltbeste .section-info h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
.landingpage-weltbeste .section-aktion {
  padding: 4rem 0;
}
@media screen and (min-width: 991px) {
  .landingpage-weltbeste .section-aktion .containerQ {
    display: flex;
    align-items: center;
  }
}
.landingpage-weltbeste .section-aktion h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
.landingpage-weltbeste .section-termin-form {
  background-color: #f5f5f5;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.landingpage-weltbeste .section-termin-form h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-termin-form p {
  font-size: 1.25rem;
  color: gray;
  margin-bottom: 1.25rem;
}
.landingpage-weltbeste .section-termin-form .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
}
.landingpage-weltbeste .section-marken {
  padding: 5rem;
}
.landingpage-weltbeste .section-marken h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-marken h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-kuechen {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fff;
  text-align: center;
}
.landingpage-weltbeste .section-kuechen h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
  color: #fff;
  margin-bottom: 20px;
}
.landingpage-weltbeste .section-service {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.landingpage-weltbeste .section-service h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-service h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-service picture {
  width: 120px;
  height: 120px;
}
.landingpage-weltbeste .section-service .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte {
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/landingpage/q2/individuell/kt_landingpage_individuell_beratung.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  margin: 0;
}
.landingpage-weltbeste .section-experte h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-experte p {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #333;
  font-weight: 600;
  color: #fff;
}
.landingpage-weltbeste .section-experte .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: 0;
}
.landingpage-weltbeste .section-bosch {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-Ausstattung h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading {
  background: #333;
  color: #fff;
  font-family: 'Prata', serif;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading .panel-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.landingpage-weltbeste .section-Ausstattung .panel-group .panel + .panel {
  margin-top: 0;
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-default {
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-body .image-wrapper {
  width: 50%;
  margin-left: 25%;
}
.landingpage-weltbeste .section-termin-vereinbaren {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.landingpage-weltbeste .section-termin-vereinbaren h2 {
  color: #fff;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons picture {
  width: 100px;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-form-content h2:after {
  content: "";
  width: 300px;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 15px;
}
.landingpage-weltbeste .section-formular {
  background-image: url("https://www.kuechentreff-riedel.de/scripts/get.aspx?media=/de/kuechentreff-2020/landingpage/q2/individuell/kt_landingpage_individuell_kontakt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
}
.landingpage-weltbeste .section-formular .content {
  background: #fff;
  padding: 25px;
}
.landingpage-weltbeste .section-formular h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-formular p {
  margin: 25px;
}
.landingpage-weltbeste .section-formular .section-formular-content {
  padding: 10px 200px;
}
@media only screen and (max-width: 991px) {
  .landingpage-weltbeste .section-formular .section-formular-content {
    padding: 10px 20px;
  }
}
.landingpage-weltbeste .section-kuechen-content .kueche-item {
  text-align: left;
  padding: 20px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .chip {
  background: #fff;
  width: fit-content;
  color: #E30916;
  padding: 5px 10px;
  margin: 10px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Prata', serif;
  color: #fff;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .preis {
  text-align: right;
  flex: 1;
  font-family: Lato Custom, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.kueche-detail .kueche-item .detail-liste {
  padding: 0;
  margin: 0;
}
.kueche-detail .kueche-item .detail-liste li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
.kueche-detail .kueche-item .detail-liste li picture {
  width: 60px;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_landingpage/q2/light
-----------------------*/
.landingpage-weltbeste .landingpage-top {
  position: relative;
  overflow: hidden;
  height: 80vh;
  display: block;
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top {
    height: 85vh;
  }
}
.landingpage-weltbeste .landingpage-top .landingpage-top-hero-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-hero-wrap .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .landingpage-top .hero_title {
  margin-bottom: 30px;
}
.landingpage-weltbeste .landingpage-top .hero_title h1 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 60px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top .hero_title h1 {
    font-size: 2rem;
    line-height: 50px;
  }
}
.landingpage-weltbeste .landingpage-top .hero_text {
  margin-bottom: 35px;
}
.landingpage-weltbeste .landingpage-top .hero_text p {
  display: block;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .landingpage-weltbeste .landingpage-top .hero_text p {
    font-size: 1rem;
  }
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img [class*="ImageQ"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landingpage-weltbeste .landingpage-top .landingpage-top-img .responsiveImageQ:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.landingpage-weltbeste .landingpage-top > .row {
  width: 60vw;
}
.landingpage-weltbeste .landingpage-top:before {
  content: "";
  width: 100%;
  height: 80vh;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.landingpage-weltbeste .bg-grey {
  background-color: #f5f5f5;
}
.landingpage-weltbeste .bg-black {
  background: #1d1d1b;
}
.landingpage-weltbeste .section-info {
  padding: 4rem 0;
}
@media screen and (min-width: 991px) {
  .landingpage-weltbeste .section-info .containerQ {
    display: flex;
    align-items: center;
  }
}
.landingpage-weltbeste .section-info h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
.landingpage-weltbeste .section-aktion {
  padding: 4rem 0;
}
@media screen and (min-width: 991px) {
  .landingpage-weltbeste .section-aktion .containerQ {
    display: flex;
    align-items: center;
  }
}
.landingpage-weltbeste .section-aktion h2 {
  font-family: 'Prata', serif;
  font-size: 2.2rem;
  line-height: 45px;
}
.landingpage-weltbeste .section-termin-form {
  background-color: #f5f5f5;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.landingpage-weltbeste .section-termin-form h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-termin-form p {
  font-size: 1.25rem;
  color: gray;
  margin-bottom: 1.25rem;
}
.landingpage-weltbeste .section-termin-form .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
}
.landingpage-weltbeste .section-marken {
  padding: 5rem;
}
.landingpage-weltbeste .section-marken h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-marken h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-kuechen {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fff;
  text-align: center;
}
.landingpage-weltbeste .section-kuechen h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-family: 'Prata', serif;
  color: #fff;
  margin-bottom: 20px;
}
.landingpage-weltbeste .section-service {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.landingpage-weltbeste .section-service h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prata Custom, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Prata', serif;
}
.landingpage-weltbeste .section-service h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-service picture {
  width: 120px;
  height: 120px;
}
.landingpage-weltbeste .section-service .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte {
  background-image: url("http://www.musterkunde-kuechentreff-2019.onlineelektro.de/scripts/get.aspx?media=/de/kuechentreff-2020/landingpage/q2/light/kt_landingpage_light_beratung.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  margin: 0;
}
.landingpage-weltbeste .section-experte h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-experte p {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #333;
  font-weight: 600;
  color: #fff;
}
.landingpage-weltbeste .section-experte .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.landingpage-weltbeste .section-experte:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: 0;
}
.landingpage-weltbeste .section-bosch {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung {
  padding: 4rem;
}
.landingpage-weltbeste .section-Ausstattung h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-Ausstattung h2 mark {
  background: transparent;
  color: #E30916;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading {
  background: #333;
  color: #fff;
  font-family: 'Prata', serif;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.landingpage-weltbeste .section-Ausstattung .panel-heading .panel-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.landingpage-weltbeste .section-Ausstattung .panel-group .panel + .panel {
  margin-top: 0;
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-default {
  border-radius: 0;
}
.landingpage-weltbeste .section-Ausstattung .panel-body .image-wrapper {
  width: 50%;
  margin-left: 25%;
}
.landingpage-weltbeste .section-termin-vereinbaren {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
.landingpage-weltbeste .section-termin-vereinbaren h2 {
  color: #fff;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-icons picture {
  width: 100px;
}
.landingpage-weltbeste .section-termin-vereinbaren .section-termin-form-content h2:after {
  content: "";
  width: 300px;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 15px;
}
.landingpage-weltbeste .section-formular {
  background-image: url("http://www.musterkunde-kuechentreff-2019.onlineelektro.de/scripts/get.aspx?media=/de/kuechentreff-2020/landingpage/q2/light/kt_landingpage_light_kontakt.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 10rem;
  position: relative;
}
.landingpage-weltbeste .section-formular .content {
  background: #fff;
  padding: 25px;
}
.landingpage-weltbeste .section-formular h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.landingpage-weltbeste .section-formular p {
  margin: 25px;
}
.landingpage-weltbeste .section-formular .section-formular-content {
  padding: 10px 200px;
}
@media only screen and (max-width: 991px) {
  .landingpage-weltbeste .section-formular .section-formular-content {
    padding: 10px 20px;
  }
}
.landingpage-weltbeste .section-kuechen-content .kueche-item {
  text-align: left;
  padding: 20px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .chip {
  background: #fff;
  width: fit-content;
  color: #E30916;
  padding: 5px 10px;
  margin: 10px 0;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Prata', serif;
  color: #fff;
}
.landingpage-weltbeste .section-kuechen-content .kueche-item .preis {
  text-align: right;
  flex: 1;
  font-family: Lato Custom, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.kueche-detail .kueche-item .detail-liste {
  padding: 0;
  margin: 0;
}
.kueche-detail .kueche-item .detail-liste li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 15px 0;
}
.kueche-detail .kueche-item .detail-liste li picture {
  width: 60px;
}
.section-cta-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}
.section-cta-img [class*="ImageQ"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-cta-img .responsiveImageQ:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-cta-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-cta-content .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-cta {
  position: relative;
  overflow: hidden;
  height: 60vh;
  display: block;
}
.section-cta h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Prata', serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}
.section-cta p {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #333;
  font-weight: 600;
  color: #fff;
}
.section-cta .btn {
  width: 100%;
  max-width: 500px;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-weight: 300;
  transition: all 0.2s;
  margin-top: 45px;
}
.section-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(51, 51, 51, 0.65);
  position: absolute;
  top: 0;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt_shop
-----------------------*/
.category-synopsis {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.category-synopsis .item {
  position: relative;
  text-align: center;
  padding: 30px;
  border: 1px solid #efefef;
  box-shadow: 0 0 0 #fff;
  display: flex;
  flex-direction: column;
  transition: border-color 0.5s, box-shadow 0.5s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .category-synopsis .item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 992px) {
  .category-synopsis .item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .category-synopsis .item {
    width: calc(50% - 20px);
  }
}
.category-synopsis .item:hover {
  border: 1px solid #efefef;
  box-shadow: 0 0 40px -8px rgba(0, 0, 0, 0.2);
}
.category-synopsis .item picture {
  order: 2;
  margin: 0 0 15px;
}
.category-synopsis .item a span {
  color: #000;
  font-weight: 700;
}
.category-synopsis .item ul {
  padding-inline-start: 0;
  margin-top: 1rem;
}
.category-synopsis .item ul li {
  text-align: left;
  padding-left: 0.5rem;
  line-height: 1.5;
}
.category-synopsis .item ul li::marker {
  content: '❯';
  margin-top: 2.5px;
  transform: rotate(-45deg);
  background: fuchsia;
}
.category-synopsis .item ul li a {
  text-align: left;
  color: #000;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt-angebote
-----------------------*/
/* -- Angebotsküchen -- */
/* ==================== */
.dropdown-menu {
  margin-left: 15px;
}
.dropdown-menu li a.btn {
  text-align: left;
  font-size: 0.9em;
  background: #FFF;
}
.dropdown-menu li a.btn:hover {
  background: #E30916;
}
#q348_AngebotsKuechenFilter .btn {
  padding: 5px 10px !important;
  margin-right: 2px;
  background: #dedede;
  color: #000;
  line-height: 2.4em;
  font-size: 12px;
}
#q348_AngebotsKuechenFilter .btn.is-checked {
  background: #E30916;
  color: #fff;
}
#q348_AngebotsKuechenFilter .btn:after {
  content: none;
  width: 0;
  height: 0;
  border: 0;
}
#q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht {
  background: none;
  padding: 0;
}
#q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview {
  margin: 15px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  text-align: center;
  padding: 0 0 15px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  #q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview {
    width: calc(33.3333% - 30px);
  }
}
#q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview .q348_AngKuePvText2 {
  margin: 0;
}
#q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview .q348_Image {
  overflow: hidden;
}
#q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview .q348_Image > picture {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#q348_AngebotsKuechenFilter #q348_AngebotsKuechenUebersicht .q348_AngKuePreview:hover .q348_Image > picture {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#q348_AngebotsKuechenFilter .q348_AngKuePvLink .q348_AngKuePvDetail {
  margin-top: 1px;
}
.q348_AKPvStoerer {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0px;
  bottom: 131px;
  left: 15px;
}
.q348_AKPvStoerer .q348_AKPvStoererAktion {
  position: absolute;
  right: 0;
  background: #E30916 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 35px 30px 5px;
  right: -42px;
  text-transform: uppercase;
  top: -15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.q348_AKPvStoerer .q348_AKPvStoererService {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
.q348_Angebotskueche .q348_AngKueDekoAusschluss {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 30px 0;
}
.q348_Angebotskueche a.btn:after {
  display: none;
}
.q348_Angebotskueche .q348_AngKueInkPaket picture img {
  position: relative;
  height: 100%;
}
.q348_Angebotskueche .q348_AngKuePreisRot,
.q348_Angebotskueche .q348_AngKuePreisGold {
  text-align: left;
  padding: 0rem;
  background: transparent !important;
}
.q348_Angebotskueche .q348_AngKuePreisRot .q348_AngKuePreisZahl,
.q348_Angebotskueche .q348_AngKuePreisGold .q348_AngKuePreisZahl {
  color: #E30916;
  font-size: 2rem;
  font-weight: bold;
}
.q348_Angebotskueche .q348_AngKuePreisRot .q348_AngKuePreisZahl:after,
.q348_Angebotskueche .q348_AngKuePreisGold .q348_AngKuePreisZahl:after {
  content: "  €\a";
  font-size: 0.7em;
  white-space: pre;
}
.q348_Angebotskueche .q348_AngKuePreisRot .q348_AngKuePreisText,
.q348_Angebotskueche .q348_AngKuePreisGold .q348_AngKuePreisText {
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}
.q348_Angebotskueche .q348_AngKuePreisRot {
  background: #E30916;
}
.q348_Angebotskueche .q348_AngKuePreisGold {
  background: #E30916;
}
.q348_Angebotskueche .q348_inImageHolder {
  position: relative;
}
.q348_Angebotskueche .q348_inImageHolder .q348_inImageTop {
  position: absolute;
  top: 25px;
  padding: 0 40px;
  width: 100%;
}
.q348_Angebotskueche .q348_inImageHolder .q348_inImageBottom {
  position: absolute;
  bottom: 25px;
  padding: 0 40px;
  width: 100%;
}
/* -- PREISSEGMENTE --*/
a.q348_AngKuePSeg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  background: #E30916;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
a.q348_AngKuePSeg:hover {
  opacity: 1;
}
/* -- DETAILSEITE --*/
.q348_AngKueInklusive {
  border-left: 1px solid;
}
.q348_AngKueInkPaket {
  display: block;
  margin: 30px 0;
}
.q348_AngKueInkPaket picture {
  float: left;
  margin-right: 10px;
}
.q348_AngKueInkPaket .ktkCarInklusivePaket p {
  padding-top: 5px;
}
.layout_kuechenangebote #layout_main {
  padding-top: 0;
}
.layout_kuechenangebote #layout_main header {
  margin-bottom: 2rem;
}
.layout_kuechenangebote #layout_main .q348_AngKuePreisRot {
  background: rgba(209, 212, 211, 0.7) !important;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.layout_kuechenangebote #layout_main .q348_AngKuePreisRot .q348_AngKuePreisZahl {
  color: #555;
}
/* -- Küchen-Angebote Section -- */
section#q348_offers .q348_AngKuePvLink,
#q348_AngebotsKuechenUebersicht .q348_AngKuePvLink {
  text-align: center;
}
section#q348_offers .q348_AngKuePvLink .q348_AngKuePvText1,
#q348_AngebotsKuechenUebersicht .q348_AngKuePvLink .q348_AngKuePvText1 {
  display: none;
}
section#q348_offers .q348_AngKuePvLink .q348_AngKuePvDetail h2,
#q348_AngebotsKuechenUebersicht .q348_AngKuePvLink .q348_AngKuePvDetail h2 {
  font-size: 16px;
}
section#q348_offers .q348_AngKuePvLink .q348_AngKuePvDetail p,
#q348_AngebotsKuechenUebersicht .q348_AngKuePvLink .q348_AngKuePvDetail p {
  display: none;
}
section#q348_offers .q348_AngKuePvLink .q348_AngKuePvPreis p.q348_AngKuePvPreisZahl,
#q348_AngebotsKuechenUebersicht .q348_AngKuePvLink .q348_AngKuePvPreis p.q348_AngKuePvPreisZahl {
  font-size: 2rem;
  color: #E30916;
}
section#q348_offers .q348_AngKuePvLink .q348_AngKuePvPreis p.q348_AngKuePvPreisText,
#q348_AngebotsKuechenUebersicht .q348_AngKuePvLink .q348_AngKuePvPreis p.q348_AngKuePvPreisText {
  font-size: 0.8rem;
}
section#q348_offers .q348_AKFAllInc .q348_AngKuePvLink .q348_AngKuePvDetail,
#q348_AngebotsKuechenUebersicht .q348_AKFAllInc .q348_AngKuePvLink .q348_AngKuePvDetail {
  background: #E30916;
}
section#q348_offers .q348_AKFAllInc .q348_AngKuePvLink .q348_AngKuePvPreis,
#q348_AngebotsKuechenUebersicht .q348_AKFAllInc .q348_AngKuePvLink .q348_AngKuePvPreis {
  background: #E30916;
}
/* -- Teaser: Monatliche Angebote Küchentreff -- */
section#q348_monthly_offers .q348_monthly_item {
  margin: 40px 0;
}
section#q348_monthly_offers .q348_kfTeaser {
  border-radius: 0;
}
section#q348_monthly_offers .q348_kfTeaser .q348_kfTeaser_col1 h3 {
  color: #E30916;
  font-size: 30px;
}
section#q348_monthly_offers .q348_kfTeaser .q348_kfTeaser_col2 {
  padding-right: 0;
}
section#q348_monthly_offers .q348_kfTeaser .q348_kfTeaser_col2 img {
  border-radius: 0 5px 5px 0;
}
/* -- EEK Label -- */
.q348_Angebotskueche .check li {
  margin-bottom: 10px;
}
.q348_Angebotskueche .check a {
  color: #555;
}
.q348_Angebotskueche .check .eek-label {
  width: 55px;
  margin-left: 10px;
}
.q348_Angebotskueche .q348_AngKuePreisRot .q348_AngKuePreisZahl {
  font-size: 2.2rem;
}
/* -- I am grün Label -- */
.kt_iamgreen_label {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 72%;
  right: 10px;
  z-index: 1;
  overflow: hidden;
}
.q348_Image {
  position: relative;
  max-height: 170px;
}
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote {
  background-color: #f5f5f5;
}
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  [data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
  [data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  [data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
  [data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  [data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
  [data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title {
    font-size: 4rem;
  }
}
[data-active-content-q*="/aktionen/mix-and-match"] mark,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] mark {
  background: none;
  color: #E30916;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt-jubilaeum
-----------------------*/
/******************
* Landingpage Jubiläum
******************/
.lp_jubilaeum_layout#layout_wrapper {
  padding-top: 140px;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main {
  padding: 0;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 85vh;
  color: #fff;
  position: relative;
  background-image: url(https://www.kuechentreff-muenster.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenstudio/aktionen/jubilaeum/jubilaeum_bg.png);
}
@media screen and (max-width: 469px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head {
    padding: 50px 0;
  }
}
@media screen and (max-width: 469px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head {
    height: 100%;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .lp_jubilaeum_headimg {
  top: 0;
  right: 0;
  width: 40%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .lp_jubilaeum_headimg {
    display: none;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_sub {
  font-size: 22px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1199px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_sub {
    font-size: 18px;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ h1 {
  color: #fff;
  font-size: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ h1 {
    font-size: 3rem;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .btn {
  background: #fff;
  color: #000;
  margin-top: 0;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .btn:hover {
  background: #ca0814;
  color: #fff;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_overlayimg {
  position: absolute;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ {
  display: flex!important;
  flex-wrap: wrap!important;
  margin: 20px 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ {
    justify-content: flex-start;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
  padding: 0;
  display: flex!important;
  flex-direction: column!important;
  background: #E30916;
  box-shadow: inset 0 0 30px #3333333b;
  text-align: center;
  width: 110px;
  height: 110px;
  justify-content: center;
  margin: 10px 6px;
}
@media screen and (min-width: 992px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    padding: 0;
  }
}
@media screen and (max-width: 1600px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1270px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    margin: 5px;
  }
}
@media screen and (max-width: 1129px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 699px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 450px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    width: 18vh;
    height: 13vh;
  }
}
@media screen and (max-width: 349px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div {
    width: 100px;
    height: 100px;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
  background: none!important;
  color: #fff;
  padding: 0!important;
  font-size: 22px !important;
  order: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 1600px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1129px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 991px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 699px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 450px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .time {
    font-size: 20px !important;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .title {
  font-size: 15px !important;
  order: 2;
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_head .containerQ .lp_jubilaeum_counter .counterQ > div .title {
    font-size: 12px !important;
  }
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_einleitung {
  padding: 5rem 0;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_einleitung .alert.jumbotron p {
  margin-bottom: 10px;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_einleitung .alert.jumbotron ol {
  display: inline-block;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_einleitung .sliderQ-modeCarousel .bx-controls .bx-controls-direction {
  float: right;
  position: relative;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_gewinn {
  padding: 5rem 0;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_gewinn .btn-ghost {
  background: #fff;
  border: 2px solid #E30916;
  color: #000;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_gewinn .btn-kt {
  border: 2px solid #E30916;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_gewinn .btn-kt:hover {
  border: 2px solid #efefef;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #business_kontaktformular {
  padding: 7rem 0 3rem 0;
  position: relative;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #business_kontaktformular h2 {
  color: #fff;
  font-family: 'Prata', serif;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #business_kontaktformular a {
  color: #fff;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #business_kontaktformular button {
  background: #b20711;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #business_kontaktformular .formular {
  box-shadow: 2px 1px 20px -7px #000;
  padding: 50px;
  background: #E30916;
  color: #fff;
  margin-top: 130px;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #business_kontaktformular::before {
  content: '';
  background-image: url(https://www.kuechentreff-muenster.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenstudio/aktionen/jubilaeum/jubilaeum_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  background-size: cover;
  padding: 0!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.lp_jubilaeum_layout#layout_wrapper #layout_main #lp_jubilaeum_werte {
  padding: 5rem 0;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .q0-nq-slider-noloop,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .q0-nq-slider-noloop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .teaserQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .teaserQ {
  height: 100%;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .teaserQ::before,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .teaserQ::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  font-size: 2.5rem;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1;
  transform: translate(-15%, 15%);
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport {
  overflow: visible !important;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ:not(.active),
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ:not(.active) {
  backface-visibility: hidden;
  pointer-events: none;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ:not(.active) > div,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ:not(.active) > div,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ:not(.active) > .responsiveImageQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ:not(.active) > .responsiveImageQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ:not(.active) > .adaptiveImageQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ:not(.active) > .adaptiveImageQ {
  opacity: 0.325;
  scale: 0.9;
  transition: opacity 0.3s ease-out, scale 0.3s ease-out;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ.active,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ.active {
  pointer-events: all;
}
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ.active > div,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ.active > div,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ.active > .responsiveImageQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ.active > .responsiveImageQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-noloop .bx-viewport .sliderItemQ.active > .adaptiveImageQ,
#lp_jubilaeum_werte .q0-nq-slider-loop.q0-nq-slider-loop .bx-viewport .sliderItemQ.active > .adaptiveImageQ {
  opacity: 1;
  scale: 1;
}
#lp_jubilaeum_werte .section-overflow-guard {
  overflow: hidden;
  position: relative;
}
#lp_jubilaeum_werte .bx-wrapper .newsSliderQ .teaserListQ:not(.active) {
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0.325;
  scale: 1;
  transition: 0.3s ease-out;
}
.lp_jubilaeum_overlayimg {
  position: absolute;
  right: 40px;
  width: 350px;
}
@media screen and (max-width: 1199px) {
  .lp_jubilaeum_overlayimg {
    width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .lp_jubilaeum_overlayimg {
    display: none;
  }
}
#lp_jubilaeum_gewinn .lead mark {
  background: none;
  color: #E30916;
}
#lp_jubilaeum_zitat {
  padding: 5rem 0 0 0;
}
.speech-bubble .zitat {
  filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
  margin: 1rem 0;
  margin-bottom: 40px;
  padding: 2rem;
  position: relative;
  font-size: 1.3rem;
  line-height: 33px;
  font-weight: 400;
  background: #E30916;
  color: white;
}
.speech-bubble .zitat::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #E30916;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  content: '';
  display: block;
  position: absolute;
  right: 1rem;
  bottom: -25px;
  transform: rotate(90deg) skew(-25deg) translateY(16.66666667px);
}
.speech-bubble .cite {
  position: absolute;
  bottom: -1.5rem;
  right: 0rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #555;
}
[data-active-content-q="/scripts/show.aspx?content=/de/kuechentreff-2020/kuechenstudio/30-jahre-gewinnspiel"] #layout_main,
[data-active-content-q="/kuechenstudio/30-jahre-gewinnspiel"] #layout_main {
  padding: 0;
}
#Jubi30jahre {
  /* Weitere globale Komponenten */
}
#Jubi30jahre mark {
  background: none;
  color: #E30916;
}
#Jubi30jahre h1,
#Jubi30jahre h2 {
  font-size: 2.3rem;
  font-family: 'Prata', serif;
  color: black;
}
@media screen and (min-width: 992px) {
  #Jubi30jahre h1,
  #Jubi30jahre h2 {
    font-size: 4rem;
  }
}
#Jubi30jahre #sektion_einleitung {
  margin: 80px 0 50px 0;
  background-image: url(/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenstudio/30-jahre-gewinnspiel/confetti-jubilaeum.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  #Jubi30jahre #sektion_einleitung {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#Jubi30jahre #sektion_einleitung p.lead {
  font-size: 2rem;
}
#Jubi30jahre #sektion_einleitung #cardlist {
  display: flex;
  justify-content: center;
  padding: 30px;
}
#Jubi30jahre #sektion_einleitung #cardlist #card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background-color: #E30916;
  padding: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  #Jubi30jahre #sektion_einleitung #cardlist #card {
    min-height: 200px;
  }
}
#Jubi30jahre #sektion_aktionszeitraum {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background: #E30916;
}
@media screen and (min-width: 992px) {
  #Jubi30jahre #sektion_aktionszeitraum {
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background-image: url('https://www.kuechentreff-muenster.de/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenstudio/30-jahre-gewinnspiel/30-jahre-so-einfach-bist-du-dabei.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  #Jubi30jahre #sektion_aktionszeitraum {
    display: block;
    height: 50vh;
    padding-top: 20px;
  }
}
#Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 24px;
  margin-left: 800px;
}
#Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content h1,
#Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content h2 {
  color: white;
}
#Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content mark {
  color: white;
}
@media screen and (min-width: 992px) {
  #Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content h1,
  #Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content h2 {
    color: black;
  }
  #Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content mark {
    color: #E30916;
  }
}
@media (max-width: 1100px) {
  #Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content {
    margin-left: 0;
    margin-top: 10px;
    padding: 20px;
    padding-top: 200px;
  }
}
@media (max-width: 800px) {
  #Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content a {
  width: fit-content;
  background: #efefef;
  color: black;
  border: 0;
}
@media screen and (min-width: 992px) {
  #Jubi30jahre #sektion_aktionszeitraum #beratungstermin_content a {
    background: #E30916;
    color: white;
    border: 0;
  }
}
#Jubi30jahre #sektion_gewinne {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), #ffffff), url(/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenstudio/30-jahre-gewinnspiel/30-jahre-slider-geld-oben-mitte.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  #Jubi30jahre #sektion_gewinne {
    background-size: contain;
    background-position: top;
    height: 80vh;
  }
}
#Jubi30jahre #sektion_terminvereinbarung {
  background: #E30916;
  color: white;
  padding: 20px;
}
@media (min-width: 1100px) {
  #Jubi30jahre #sektion_terminvereinbarung {
    padding: 60px;
  }
}
#Jubi30jahre #sektion_terminvereinbarung .container {
  padding: 24px;
}
#Jubi30jahre #sektion_terminvereinbarung .container h2 {
  color: white;
  font-size: 3rem;
}
@media (max-width: 1100px) {
  #Jubi30jahre #sektion_terminvereinbarung .container h2 {
    font-size: 2rem;
  }
}
#Jubi30jahre #sektion_terminvereinbarung .container a {
  background: #efefef;
  color: black;
  border: 0;
}
#Jubi30jahre #sektion_vorteile {
  color: black;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), #ffffff), url(/scripts/get.aspx?media=/de/kuechentreff-2020/kuechenstudio/30-jahre-gewinnspiel/coins-v2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
@media (max-width: 1100px) {
  #Jubi30jahre #sektion_vorteile {
    padding-top: 50px;
    height: auto;
  }
  #Jubi30jahre #sektion_vorteile h2 {
    padding-left: 20px;
  }
}
#Jubi30jahre #sektion_vorteile ul li {
  list-style: none;
  display: flex;
  gap: 12px;
}
#Jubi30jahre #sektion_vorteile ul li:before {
  background: #E30916;
  color: white;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#Jubi30jahre #sektion_vorteile ul li p.lead {
  font-size: 1.6rem;
}
#Jubi30jahre #sektion_vorteile .responsiveImageQ {
  padding: 3rem;
}
#Jubi30jahre #sektion_vorteile #coinbild {
  position: absolute;
  z-index: 0;
  scale: 1.3;
  bottom: 250px;
  transform: scaleY(-1);
}
#Jubi30jahre .bx-wrapper {
  padding: 20px;
}
#Jubi30jahre .lp-slider-item .section_title {
  padding-top: 30px;
  color: #E30916;
  font-size: 28px;
  font-family: 'Prata', serif;
}
#Jubi30jahre .lp-slider-item .responsiveImageQ {
  margin-bottom: 20px;
}
/*-----------------------
/config/theme/css/gewerke/kuechentreff_2020/kt-scroll-img
-----------------------*/
/***************************
 * SCROLL IMAGE
***************************/
.scroll-img-wrapper {
  padding: 30px 0;
}
.scroll-img-wrapper .scroll-img {
  position: relative;
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 992px) {
  .scroll-img-wrapper .scroll-img {
    height: 400px;
    background-size: auto;
    background-attachment: fixed;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .scroll-img-wrapper .scroll-img.scroll-img-02:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
  }
}
/*-----------------------
/config/theme/css/gewerke/moebel
-----------------------*/
.q351_content-artikellist #artikellistq_resultlist {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  --gap: 15px;
  gap: var(--gap);
}
@media screen and (max-width: 767px) {
  .q351_content-artikellist #artikellistq_resultlist {
    --columns: 1;
  }
}
@media screen and (min-width: 768px) {
  .q351_content-artikellist #artikellistq_resultlist {
    --columns: 2;
  }
}
@media screen and (min-width: 992px) {
  .q351_content-artikellist #artikellistq_resultlist {
    --columns: 4;
  }
}
.q351_content-artikellist #artikellistq_resultlist .articleQ {
  position: relative;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  margin: 0;
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  transition: 0.3s ease transform;
}
.q351_content-artikellist #artikellistq_resultlist .articleQ .articleManufacturerQ {
  display: none;
}
.q351_content-artikellist #artikellistq_resultlist .articleQ .articleImageQ {
  margin-bottom: 15px;
}
.q351_content-artikellist #artikellistq_resultlist .articleQ .articleDetailLinkQ a {
  position: absolute;
  inset: 0;
}
.q351_content-artikellist #artikellistq_resultlist .articleQ .articleDetailLinkQ a:before {
  display: none;
}
.q351_content-artikellist #artikellistq_resultlist .articleQ .articleDetailLinkQ a span {
  display: none;
}
.q351_content-artikellist #artikellistq_resultlist .spacerQ {
  flex: 0 0 100%;
}
.q351_content-artikellist #artikellistq_resultlist > .clearfix,
.q351_content-artikellist #artikellistq_resultlist:before,
.q351_content-artikellist #artikellistq_resultlist:after,
.q351_content-artikellist #artikellistq_resultlist > .container,
.q351_content-artikellist #artikellistq_resultlist > .container-fluid,
.q351_content-artikellist #artikellistq_resultlist > .row,
.q351_content-artikellist #artikellistq_resultlist > .form-horizontal .form-group,
.q351_content-artikellist #artikellistq_resultlist > .btn-toolbar,
.q351_content-artikellist #artikellistq_resultlist > .btn-group-vertical > .btn-group,
.q351_content-artikellist #artikellistq_resultlist > .nav,
.q351_content-artikellist #artikellistq_resultlist > .navbar,
.q351_content-artikellist #artikellistq_resultlist > .navbar-header,
.q351_content-artikellist #artikellistq_resultlist > .navbar-collapse,
.q351_content-artikellist #artikellistq_resultlist > .pager,
.q351_content-artikellist #artikellistq_resultlist > .panel-body,
.q351_content-artikellist #artikellistq_resultlist > .modal-footer,
.q351_content-artikellist #artikellistq_resultlist > .container-static {
  display: none;
}
/*-----------------------
/config/theme/css/layout/_q348/_modules
-----------------------*/
/** Achtung! Durch das deaktivieren eines Moduls müssen ALLE Styles für den Block selbst geschrieben werden. **/
/*-----------------------
/config/theme/css/layout/_q348/_fonts
-----------------------*/
/******************
 * HEADER
 ******************/
.header_contactbar_wrapper .iconSetQ.iconSetQ-location::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M71.63,125.3c14.22-16.89,38.72-50.23,38.72-72.4c0-21.35-17.37-38.72-38.72-38.72 c-21.35,0-38.72,17.37-38.72,38.72C32.92,75.07,57.41,108.4,71.63,125.3 M71.63,5.67c26.04,0,47.22,21.18,47.22,47.22 c0,32.32-42.26,79.76-44.06,81.76c-1.69,1.88-4.64,1.88-6.33,0c-1.8-2-44.06-49.44-44.06-81.76C24.41,26.85,45.59,5.67,71.63,5.67' /%3E%3Cpath fill='%23E30916' d='M71.63,68.15c8.41,0,15.25-6.84,15.25-15.25s-6.84-15.25-15.25-15.25c-8.41,0-15.25,6.84-15.25,15.25 S63.22,68.15,71.63,68.15 M71.63,29.13c13.1,0,23.76,10.66,23.76,23.76c0,13.1-10.66,23.76-23.76,23.76 c-13.1,0-23.76-10.66-23.76-23.76C47.88,39.79,58.53,29.13,71.63,29.13'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
.header_contactbar_wrapper .iconSetQ.iconSetQ-phone::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M23.57,18.28l-5.98,5.98C9.56,32.4,9.2,44.47,17.72,53.04l65.87,66c8.68,8.73,20.44,8.33,28.52,0.14l5.98-5.98 L88.21,83.33l-0.54,0.68c-0.44,0.45-1.78,1.45-3.39,1.36c-1.62-0.1-2.3-1.08-2.85-1.63L52.63,54.95c-0.81-0.82-1.31-2.22-1.22-3.4 c0.09-1.17,0.57-2.06,1.22-2.72l0.68-0.68L23.57,18.28z'/%3E%3Cpath fill='%23E30916' d='M38.5,5.78c-1.39,0-2.91,0.58-4.07,1.76c0,0-2.9,2.99-5.84,5.98l29.74,29.74l5.84-5.84 c2.26-2.29,2.36-5.65,0-8.01l-21.86-22C41.2,6.31,39.89,5.78,38.5,5.78'/%3E%3Cpath fill='%23E30916' d='M102.47,71.11c-1.46,0.07-2.77,0.58-3.67,1.5l-5.84,5.84l29.74,30.02l5.84-5.98c2.31-2.34,2.34-5.53,0-7.88 l-21.73-22C105.58,71.36,103.92,71.03,102.47,71.11'/%3E%3Cpath fill='%23878787' d='M34,94.87c-4.38,0.08-8.57,1.82-11.68,4.89c-3.22,3.18-5.13,7.56-5.16,12.09c-0.03,4.53,1.71,8.86,4.89,12.09 l10.19,10.33c1.64,1.67,4.57,1.77,6.24,0.13c1.68-1.64,1.78-4.71,0.13-6.38l-10.18-10.32c-1.46-1.49-2.32-3.75-2.31-5.84 c0.01-2.09,0.96-4.24,2.45-5.7c1.45-1.43,3.53-2.29,5.57-2.31c1.98-0.03,4.09,0.71,5.57,2.03c8.42,8.46,16.95,17.18,24.18,24.44 c2.87,3.14,6.89,5.2,11.13,5.57c4.38,0.38,8.81-1.05,12.22-3.8c2.45-1.98,4.24-4.67,5.3-7.61c-2.78-0.87-5.53-2.36-8.01-4.62 c-0.24,2.01-1.28,4.02-2.85,5.3c-1.56,1.26-3.98,1.94-5.98,1.76c-2-0.17-3.98-1.34-5.3-2.85c-8.33-8.41-16.94-16.99-24.44-24.58 c-3.19-3-7.44-4.63-11.82-4.62C34.09,94.87,34.04,94.87,34,94.87'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
.header_contactbar_wrapper .iconSetQ.iconSetQ-mail::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M56.04,16.53C42.27,16.65,29.77,21.1,20.61,28.3c-9.16,7.21-14.94,16-14.94,28.52c0,11.21,6.3,22.4,18.11,30.34 c0.45,5.2-2.3,12.77-10.53,19.92c-1.44,1.35-0.65,3.37,1.47,3.39c18.84,0.23,33.62-14.6,33.62-14.6c15.6,2.6,30.79-2.47,43.69-11.21 c9.17-7.21,15.15-17.35,15.05-28.64c-0.09-11.29-6.1-21.36-15.39-28.41C82.41,20.57,69.81,16.42,56.04,16.53'/%3E%3Cpath fill='%23E30916' d='M112.07,43.13c1.42,4.05,2.23,8.3,2.26,12.79c0.11,13.89-7.07,26.19-17.66,34.52 c-9.7,7.63-22.44,12.53-36.34,13.36c8.05,4.79,18.03,7.63,28.86,7.58c1.51-0.01,3.03-0.22,4.53-0.34 c8.12,8.75,20.27,14.41,29.77,14.15c1.97-0.05,2.71-1.75,1.25-2.83c-2.24-1.64-8.55-10.17-7.7-18.45 c11.32-6.58,19.08-17.18,19.01-29.32c-0.05-10.28-5.56-19.47-14.15-25.92C118.98,46.47,115.65,44.68,112.07,43.13'/%3E%3Cpath fill='%23ffffff' d='M34.31,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C27.36,52.38,30.49,49.16,34.31,49.13'/%3E%3Cpath fill='%23ffffff' d='M56.04,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C49.1,52.38,52.23,49.16,56.04,49.13'/%3E%3Cpath fill='%23ffffff' d='M77.77,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C70.83,52.38,73.96,49.16,77.77,49.13'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
/******************
 * SLIDEIN
 ******************/
#slide-in .iconSetQ.iconSetQ-mail::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M56.04,16.53C42.27,16.65,29.77,21.1,20.61,28.3c-9.16,7.21-14.94,16-14.94,28.52c0,11.21,6.3,22.4,18.11,30.34 c0.45,5.2-2.3,12.77-10.53,19.92c-1.44,1.35-0.65,3.37,1.47,3.39c18.84,0.23,33.62-14.6,33.62-14.6c15.6,2.6,30.79-2.47,43.69-11.21 c9.17-7.21,15.15-17.35,15.05-28.64c-0.09-11.29-6.1-21.36-15.39-28.41C82.41,20.57,69.81,16.42,56.04,16.53'/%3E%3Cpath fill='%23E30916' d='M112.07,43.13c1.42,4.05,2.23,8.3,2.26,12.79c0.11,13.89-7.07,26.19-17.66,34.52 c-9.7,7.63-22.44,12.53-36.34,13.36c8.05,4.79,18.03,7.63,28.86,7.58c1.51-0.01,3.03-0.22,4.53-0.34 c8.12,8.75,20.27,14.41,29.77,14.15c1.97-0.05,2.71-1.75,1.25-2.83c-2.24-1.64-8.55-10.17-7.7-18.45 c11.32-6.58,19.08-17.18,19.01-29.32c-0.05-10.28-5.56-19.47-14.15-25.92C118.98,46.47,115.65,44.68,112.07,43.13'/%3E%3Cpath fill='%23ffffff' d='M34.31,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C27.36,52.38,30.49,49.16,34.31,49.13'/%3E%3Cpath fill='%23ffffff' d='M56.04,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C49.1,52.38,52.23,49.16,56.04,49.13'/%3E%3Cpath fill='%23ffffff' d='M77.77,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C70.83,52.38,73.96,49.16,77.77,49.13'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
.consultation-fixed .iconSetQ.iconSetQ-pc::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M15.613,345.572C6.498,348.964,0,357.769,0,368.22v24.135c0,13.38,10.603,24.146,23.798,24.146h452.393 c13.172,0,23.809-10.766,23.809-24.146V368.22c0-10.451-5.94-19.256-15.265-22.647H15.613z'/%3E%3Cpath fill='%23FFFFFF' d='M213.53,367.872c0.756-0.141,1.431,0,2.22,0h65.476c6.441,0,11.545,5.343,11.545,11.893 c0,6.574-5.104,11.893-11.545,11.893H215.75c-6.418,0-11.148-5.318-11.148-11.893C204.602,374.027,208.252,368.985,213.53,367.872' /%3E%3Cpath fill='%23ffffff' d='M171.957,165.362l121.221,53.482l-26.692,17.701l36.702,26.543l-23.355,25.446l-32.623-33.192 l-17.042,23.611L171.957,165.362z M95.238,321.369h309.524V131.078H95.238V321.369z'/%3E%3Cpath fill='%23ffffff' d='M71.045,83.5c-12.905,0-24.146,8.983-23.438,23.785v218.904h23.809V107.658h354.527v218.531h26.054 l0.373-218.904c0.034-12.996-10.092-23.344-24.182-23.785H71.045z'/%3E%3C/svg%3E");
  display: block;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  float: left;
}
/******************
 * CALL TO ACTION
 ******************/
#layout_cta .iconSetQ.iconSetQ-mail::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M56.04,16.53C42.27,16.65,29.77,21.1,20.61,28.3c-9.16,7.21-14.94,16-14.94,28.52c0,11.21,6.3,22.4,18.11,30.34 c0.45,5.2-2.3,12.77-10.53,19.92c-1.44,1.35-0.65,3.37,1.47,3.39c18.84,0.23,33.62-14.6,33.62-14.6c15.6,2.6,30.79-2.47,43.69-11.21 c9.17-7.21,15.15-17.35,15.05-28.64c-0.09-11.29-6.1-21.36-15.39-28.41C82.41,20.57,69.81,16.42,56.04,16.53'/%3E%3Cpath fill='%23E30916' d='M112.07,43.13c1.42,4.05,2.23,8.3,2.26,12.79c0.11,13.89-7.07,26.19-17.66,34.52 c-9.7,7.63-22.44,12.53-36.34,13.36c8.05,4.79,18.03,7.63,28.86,7.58c1.51-0.01,3.03-0.22,4.53-0.34 c8.12,8.75,20.27,14.41,29.77,14.15c1.97-0.05,2.71-1.75,1.25-2.83c-2.24-1.64-8.55-10.17-7.7-18.45 c11.32-6.58,19.08-17.18,19.01-29.32c-0.05-10.28-5.56-19.47-14.15-25.92C118.98,46.47,115.65,44.68,112.07,43.13'/%3E%3Cpath fill='%23ffffff' d='M34.31,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C27.36,52.38,30.49,49.16,34.31,49.13'/%3E%3Cpath fill='%23ffffff' d='M56.04,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C49.1,52.38,52.23,49.16,56.04,49.13'/%3E%3Cpath fill='%23ffffff' d='M77.77,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C70.83,52.38,73.96,49.16,77.77,49.13'/%3E%3C/svg%3E");
  display: block;
  height: 75px;
  width: 75px;
  float: left;
  margin: 0 5px 0 0;
}
#layout_cta .iconSetQ.iconSetQ-location::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M101.2,10.06c-2.22,0-4.34,1.99-4.34,4.34v8.55l21.72,15.2V14.4c0-2.25-1.6-4.34-4.34-4.34H101.2z'/%3E%3Cpath fill='%23878787' d='M70.86,43.99L23.21,77.38l-0.13,49.95c0.02,2.9,1.86,4.34,4.34,4.34h26.06c2.45,0,4.48-2.31,4.48-4.2 l-0.13-21.85c-0.01-3.11,2.53-4.34,4.75-4.34h17.92c1.97,0,3.39,1.86,3.39,4.2v21.85c0,2.45,2.17,4.34,4.34,4.34h26.06 c2.53,0,4.34-2,4.34-4.34V77.65L70.86,43.99z'/%3E%3Cpath fill='%23E30916' d='M66.89,17.28L8.09,58.52c-2.6,1.82-3.18,5.4-1.36,8.01l1.09,1.63c1.83,2.61,5.4,3.19,8.01,1.36L70.8,30.96 l55.11,38.68c2.61,1.83,6.18,1.25,8.01-1.36l1.09-1.63c1.83-2.61,1.25-6.18-1.36-8.01L74.6,17.25 C71.68,15.56,69.5,15.53,66.89,17.28z'/%3E%3C/svg%3E");
  display: block;
  height: 75px;
  width: 75px;
  float: left;
  margin: 0 5px 0 0;
}
#layout_cta .iconSetQ.iconSetQ-clock::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M33.61,5.67c-15.44,0-27.94,12.5-27.94,27.94c0,7.98,3.37,15.13,8.73,20.23c-2.58,6.73-4.07,14.05-4.07,21.68 c0,15.14,5.65,28.96,14.85,39.58l-7.72,9.02c-3.85,4.54-2.37,9.56,3.35,11.21c5.71,1.65,13.47-0.7,17.32-5.24l2.03-2.48 c9.02,5.33,19.48,8.44,30.71,8.44c11.27,0,21.81-3.07,30.85-8.44l2.18,2.62c3.81,4.49,11.37,6.72,17.03,5.09 c5.66-1.63,7.16-6.57,3.35-11.06l-7.72-9.03c9.24-10.63,14.85-24.55,14.85-39.73c0-7.64-1.49-14.95-4.07-21.68 c5.36-5.09,8.73-12.25,8.73-20.23c0-15.44-12.5-27.94-27.94-27.94c-9.13,0-17.17,4.43-22.26,11.2c-4.79-1.22-9.82-1.89-14.99-1.89 c-5.17,0-10.2,0.67-14.99,1.89C50.77,10.1,42.74,5.67,33.61,5.67'/%3E%3Cpath fill='%23ffffff' d='M71.16,28.08c26.25,0,47.44,21.2,47.44,47.44c0,26.24-21.2,47.58-47.44,47.58c-26.25,0-47.59-21.34-47.59-47.58 C23.57,49.28,44.91,28.08,71.16,28.08'/%3E%3Cpath fill='%23E30916' d='M70.72,32.3c2.89,0,5.24,2.35,5.24,5.24c0,2.89-2.35,5.24-5.24,5.24c-2.89,0-5.24-2.35-5.24-5.24 C65.48,34.65,67.83,32.3,70.72,32.3'/%3E%3Cpath fill='%23E30916' d='M45.54,46.85c1.26,0.1,2.59,0.7,3.64,1.75l22.56,22.41L90.8,60.1c2.56-1.48,5.59-0.86,6.84,1.31l0.14,0.29 c1.25,2.17,0.23,5.07-2.33,6.55L73.92,80.62c-0.44,0.25-0.86,0.3-1.31,0.44c-0.06,0.02-0.08,0.13-0.14,0.14 c-0.04,0.01-0.1-0.01-0.14,0c-0.24,0.07-0.47,0.12-0.73,0.14c-0.45,0.05-0.85,0.08-1.31,0c-0.09-0.01-0.2,0.02-0.29,0 c-0.45-0.08-0.77-0.23-1.16-0.44c-0.26-0.13-0.5-0.25-0.73-0.43c-0.35-0.23-0.71-0.42-1.02-0.73L42.63,55.15 c-2.09-2.09-2.35-5.22-0.58-6.99l0.14-0.14C43.08,47.13,44.29,46.75,45.54,46.85'/%3E%3Cpath fill='%23E30916' d='M34.19,70.43c2.89,0,5.24,2.21,5.24,5.09s-2.35,5.24-5.24,5.24c-2.89,0-5.24-2.35-5.24-5.24 S31.31,70.43,34.19,70.43'/%3E%3Cpath fill='%23E30916' d='M108.41,70.43c2.89,0,5.09,2.21,5.09,5.09s-2.21,5.24-5.09,5.24c-2.89,0-5.24-2.35-5.24-5.24 S105.53,70.43,108.41,70.43'/%3E%3Cpath fill='%23E30916' d='M70.72,106.96c2.89,0,5.24,2.35,5.24,5.24c0,2.89-2.35,5.24-5.24,5.24c-2.89,0-5.24-2.35-5.24-5.24 C65.48,109.31,67.83,106.96,70.72,106.96'/%3E%3C/svg%3E");
  display: block;
  height: 75px;
  width: 75px;
  float: left;
  margin: 0 5px 0 0;
}
/******************
 * FOOTER
 ******************/
#layout_footer .iconSetQ.iconSetQ-location::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M71.63,125.3c14.22-16.89,38.72-50.23,38.72-72.4c0-21.35-17.37-38.72-38.72-38.72 c-21.35,0-38.72,17.37-38.72,38.72C32.92,75.07,57.41,108.4,71.63,125.3 M71.63,5.67c26.04,0,47.22,21.18,47.22,47.22 c0,32.32-42.26,79.76-44.06,81.76c-1.69,1.88-4.64,1.88-6.33,0c-1.8-2-44.06-49.44-44.06-81.76C24.41,26.85,45.59,5.67,71.63,5.67' /%3E%3Cpath fill='%23E30916' d='M71.63,68.15c8.41,0,15.25-6.84,15.25-15.25s-6.84-15.25-15.25-15.25c-8.41,0-15.25,6.84-15.25,15.25 S63.22,68.15,71.63,68.15 M71.63,29.13c13.1,0,23.76,10.66,23.76,23.76c0,13.1-10.66,23.76-23.76,23.76 c-13.1,0-23.76-10.66-23.76-23.76C47.88,39.79,58.53,29.13,71.63,29.13'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
#layout_footer .iconSetQ.iconSetQ-phone::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M23.57,18.28l-5.98,5.98C9.56,32.4,9.2,44.47,17.72,53.04l65.87,66c8.68,8.73,20.44,8.33,28.52,0.14l5.98-5.98 L88.21,83.33l-0.54,0.68c-0.44,0.45-1.78,1.45-3.39,1.36c-1.62-0.1-2.3-1.08-2.85-1.63L52.63,54.95c-0.81-0.82-1.31-2.22-1.22-3.4 c0.09-1.17,0.57-2.06,1.22-2.72l0.68-0.68L23.57,18.28z'/%3E%3Cpath fill='%23E30916' d='M38.5,5.78c-1.39,0-2.91,0.58-4.07,1.76c0,0-2.9,2.99-5.84,5.98l29.74,29.74l5.84-5.84 c2.26-2.29,2.36-5.65,0-8.01l-21.86-22C41.2,6.31,39.89,5.78,38.5,5.78'/%3E%3Cpath fill='%23E30916' d='M102.47,71.11c-1.46,0.07-2.77,0.58-3.67,1.5l-5.84,5.84l29.74,30.02l5.84-5.98c2.31-2.34,2.34-5.53,0-7.88 l-21.73-22C105.58,71.36,103.92,71.03,102.47,71.11'/%3E%3Cpath fill='%23878787' d='M34,94.87c-4.38,0.08-8.57,1.82-11.68,4.89c-3.22,3.18-5.13,7.56-5.16,12.09c-0.03,4.53,1.71,8.86,4.89,12.09 l10.19,10.33c1.64,1.67,4.57,1.77,6.24,0.13c1.68-1.64,1.78-4.71,0.13-6.38l-10.18-10.32c-1.46-1.49-2.32-3.75-2.31-5.84 c0.01-2.09,0.96-4.24,2.45-5.7c1.45-1.43,3.53-2.29,5.57-2.31c1.98-0.03,4.09,0.71,5.57,2.03c8.42,8.46,16.95,17.18,24.18,24.44 c2.87,3.14,6.89,5.2,11.13,5.57c4.38,0.38,8.81-1.05,12.22-3.8c2.45-1.98,4.24-4.67,5.3-7.61c-2.78-0.87-5.53-2.36-8.01-4.62 c-0.24,2.01-1.28,4.02-2.85,5.3c-1.56,1.26-3.98,1.94-5.98,1.76c-2-0.17-3.98-1.34-5.3-2.85c-8.33-8.41-16.94-16.99-24.44-24.58 c-3.19-3-7.44-4.63-11.82-4.62C34.09,94.87,34.04,94.87,34,94.87'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
#layout_footer .iconSetQ.iconSetQ-fax::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M169.7,240c-9.3,0-15.1,6.1-14.2,14.2v44.6h189.9v-29.3c0-7.5-7.6-14.2-14.2-14.2h-80.7 c-15.9,0-11.4-15.3-23.7-15.3H169.7z'/%3E%3Cpath fill='%23FFFFFF' d='M182.6,263.3c3.1,0,5.6,2.5,5.6,5.6s-2.5,5.5-5.6,5.5c-3.1,0-5.6-2.4-5.6-5.5S179.5,263.3,182.6,263.3'/%3E%3Cpath fill='%23FFFFFF' d='M199.4,263.3c3.1,0,5.6,2.5,5.6,5.6s-2.5,5.5-5.6,5.5s-5.5-2.4-5.5-5.5S196.3,263.3,199.4,263.3'/%3E%3Cpath fill='%23FFFFFF' d='M216.3,263.3c3.1,0,5.6,2.5,5.6,5.6s-2.5,5.5-5.6,5.5c-3.1,0-5.6-2.4-5.6-5.5S213.2,263.3,216.3,263.3'/%3E%3Cpath fill='%23E30916' d='M155.1,306.2v9.5c0,9.4,4.9,14.3,14.3,14.3h161.7c9.4,0,14.3-6.1,14.3-14.3v-9.5H155.1z'/%3E%3Cpath fill='%23878787' d='M194.6,170c-7.4,0-13.7,6.1-13.7,13.5v48.4h14.4v-43.6c0-2.2,1.7-3.9,4.1-3.9H270c1.4,0,3,1.1,3,3.2l0.3,20.4 c0,5.4,4.4,9.6,9.6,9.6h20.5c1.4,0.1,3.2,1,3.2,3.3V245h14.3v-35.3c0,0-0.3-3.6-2.7-6.3L287.2,173c-3.6-2.9-6.8-2.9-9.9-3H194.6z' /%3E%3C/g%3E%3Cpath fill='%23878787' d='M211.4,225.5h61.8v-9.5h-61.8V225.5z M211.4,209.5h37.8V200h-37.8V209.5z'/%3E%3C/svg%3E%0A");
  display: block;
  background-position: center;
  background-size: 47px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
#layout_footer .iconSetQ.iconSetQ-mail::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M56.04,16.53C42.27,16.65,29.77,21.1,20.61,28.3c-9.16,7.21-14.94,16-14.94,28.52c0,11.21,6.3,22.4,18.11,30.34 c0.45,5.2-2.3,12.77-10.53,19.92c-1.44,1.35-0.65,3.37,1.47,3.39c18.84,0.23,33.62-14.6,33.62-14.6c15.6,2.6,30.79-2.47,43.69-11.21 c9.17-7.21,15.15-17.35,15.05-28.64c-0.09-11.29-6.1-21.36-15.39-28.41C82.41,20.57,69.81,16.42,56.04,16.53'/%3E%3Cpath fill='%23E30916' d='M112.07,43.13c1.42,4.05,2.23,8.3,2.26,12.79c0.11,13.89-7.07,26.19-17.66,34.52 c-9.7,7.63-22.44,12.53-36.34,13.36c8.05,4.79,18.03,7.63,28.86,7.58c1.51-0.01,3.03-0.22,4.53-0.34 c8.12,8.75,20.27,14.41,29.77,14.15c1.97-0.05,2.71-1.75,1.25-2.83c-2.24-1.64-8.55-10.17-7.7-18.45 c11.32-6.58,19.08-17.18,19.01-29.32c-0.05-10.28-5.56-19.47-14.15-25.92C118.98,46.47,115.65,44.68,112.07,43.13'/%3E%3Cpath fill='%23ffffff' d='M34.31,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C27.36,52.38,30.49,49.16,34.31,49.13'/%3E%3Cpath fill='%23ffffff' d='M56.04,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C49.1,52.38,52.23,49.16,56.04,49.13'/%3E%3Cpath fill='%23ffffff' d='M77.77,49.13c3.82-0.03,6.75,3.13,6.79,7.02c0.03,3.89-2.87,6.99-6.68,7.02c-3.82,0.03-6.98-3.02-7.02-6.9 C70.83,52.38,73.96,49.16,77.77,49.13'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
#layout_footer .iconSetQ.iconSetQ-clock::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 141.73 141.73' preserveaspectratio='none'%3E%3Cpath fill='%23878787' d='M33.61,5.67c-15.44,0-27.94,12.5-27.94,27.94c0,7.98,3.37,15.13,8.73,20.23c-2.58,6.73-4.07,14.05-4.07,21.68 c0,15.14,5.65,28.96,14.85,39.58l-7.72,9.02c-3.85,4.54-2.37,9.56,3.35,11.21c5.71,1.65,13.47-0.7,17.32-5.24l2.03-2.48 c9.02,5.33,19.48,8.44,30.71,8.44c11.27,0,21.81-3.07,30.85-8.44l2.18,2.62c3.81,4.49,11.37,6.72,17.03,5.09 c5.66-1.63,7.16-6.57,3.35-11.06l-7.72-9.03c9.24-10.63,14.85-24.55,14.85-39.73c0-7.64-1.49-14.95-4.07-21.68 c5.36-5.09,8.73-12.25,8.73-20.23c0-15.44-12.5-27.94-27.94-27.94c-9.13,0-17.17,4.43-22.26,11.2c-4.79-1.22-9.82-1.89-14.99-1.89 c-5.17,0-10.2,0.67-14.99,1.89C50.77,10.1,42.74,5.67,33.61,5.67'/%3E%3Cpath fill='%23ffffff' d='M71.16,28.08c26.25,0,47.44,21.2,47.44,47.44c0,26.24-21.2,47.58-47.44,47.58c-26.25,0-47.59-21.34-47.59-47.58 C23.57,49.28,44.91,28.08,71.16,28.08'/%3E%3Cpath fill='%23E30916' d='M70.72,32.3c2.89,0,5.24,2.35,5.24,5.24c0,2.89-2.35,5.24-5.24,5.24c-2.89,0-5.24-2.35-5.24-5.24 C65.48,34.65,67.83,32.3,70.72,32.3'/%3E%3Cpath fill='%23E30916' d='M45.54,46.85c1.26,0.1,2.59,0.7,3.64,1.75l22.56,22.41L90.8,60.1c2.56-1.48,5.59-0.86,6.84,1.31l0.14,0.29 c1.25,2.17,0.23,5.07-2.33,6.55L73.92,80.62c-0.44,0.25-0.86,0.3-1.31,0.44c-0.06,0.02-0.08,0.13-0.14,0.14 c-0.04,0.01-0.1-0.01-0.14,0c-0.24,0.07-0.47,0.12-0.73,0.14c-0.45,0.05-0.85,0.08-1.31,0c-0.09-0.01-0.2,0.02-0.29,0 c-0.45-0.08-0.77-0.23-1.16-0.44c-0.26-0.13-0.5-0.25-0.73-0.43c-0.35-0.23-0.71-0.42-1.02-0.73L42.63,55.15 c-2.09-2.09-2.35-5.22-0.58-6.99l0.14-0.14C43.08,47.13,44.29,46.75,45.54,46.85'/%3E%3Cpath fill='%23E30916' d='M34.19,70.43c2.89,0,5.24,2.21,5.24,5.09s-2.35,5.24-5.24,5.24c-2.89,0-5.24-2.35-5.24-5.24 S31.31,70.43,34.19,70.43'/%3E%3Cpath fill='%23E30916' d='M108.41,70.43c2.89,0,5.09,2.21,5.09,5.09s-2.21,5.24-5.09,5.24c-2.89,0-5.24-2.35-5.24-5.24 S105.53,70.43,108.41,70.43'/%3E%3Cpath fill='%23E30916' d='M70.72,106.96c2.89,0,5.24,2.35,5.24,5.24c0,2.89-2.35,5.24-5.24,5.24c-2.89,0-5.24-2.35-5.24-5.24 C65.48,109.31,67.83,106.96,70.72,106.96'/%3E%3C/svg%3E");
  display: block;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  float: left;
  margin: 0 5px 0 0;
}
/******************
 * SERVICE
 ******************/
.service_reason .service_reason_icon_01 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M249.4,173.1c-20.2,0-34.8,15.6-34.8,37.6c0,10.2,1.6,15.7,7.4,22.7c0,0.1,0,0.1,0,0.1 c5,15.2,15.1,26.8,27.4,26.8c16.1,0.1,24.9-18.4,30-30c4.2-5.2,3.9-9.5,3.9-18.1C283.2,190.4,269.6,173.1,249.4,173.1'/%3E%3Cpath fill='%23E30916' d='M243.4,265.7c-3.8,0.2-5.4,2.2-5.4,4.9v2.5c0,2.7,2.3,4.9,5.2,4.9l-3.3,13.4c-0.4,1.4-0.4,2.8,0,4l7.6,24 c0.4,1.3,3.1,1.6,3.6,0l8-24c0.4-1.2,0.5-2.7,0-4l-4.3-13.4c2.9,0,5.4-1.5,5.4-4.9v-2.5c0-2.7-2.5-4.9-5.4-4.9H243.4z'/%3E%3Cpath fill='%23878787' d='M224.1,256.8l-14.9,3.8c-19.6,5.2-34.5,11.7-34.5,36.7v21.7c0,13.7,9.5,23.9,23.4,23.9h105.2 c14.2,0,21.9-8.3,21.9-23.9v-21.7c0-28.5-21.4-33.3-42.4-38.2l-9.5-0.3c-1.3,5.7-15,75.6-24.2,75.6 C239.5,334.4,224.1,256.8,224.1,256.8z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_02 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M174.8,188c-5.4,0-10.1,3.8-9.8,10v92h10v-91.9h148.9v91.9h10.9l0.2-92c0-5.5-4.2-9.8-10.2-10H174.8z'/%3E%3Cpath fill='%23E30916' d='M151.6,298.2c-3.8,1.4-6.6,5.1-6.6,9.5v10.1c0,5.6,4.5,10.1,10,10.1h190c5.5,0,10-4.5,10-10.1v-10.1 c0-4.4-2.5-8.1-6.4-9.5H151.6z'/%3E%3C/g%3E%3Cpath fill='%23878787' d='M217.2,222.5l50.9,22.5l-11.2,7.4l15.4,11.2l-9.8,10.7l-13.7-13.9l-7.2,9.9L217.2,222.5z M185,288h130v-80H185 V288z'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M234.7,307.6c0.3-0.1,0.6,0,0.9,0h27.5c2.7,0,4.8,2.2,4.8,5c0,2.8-2.1,5-4.8,5h-27.5c-2.7,0-4.7-2.2-4.7-5 C230.9,310.2,232.5,308.1,234.7,307.6'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_03 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M293.7,206.3c-3,0-5.4,2.2-5.4,5v5c0,2.8,2.4,5,5.4,5h9.2c3,0,5.4-2.2,5.4-5v-5c0-2.8-2.4-5-5.4-5H293.7z M195,206.3c-3,0-5.4,2.2-5.4,5v5c0,2.8,2.4,5,5.4,5h9.1c3,0,5.4-2.2,5.4-5v-5c0-2.8-2.4-5-5.4-5H195z'/%3E%3Cpath fill='%23878787' d='M219.5,250.8c1,0,2,0.4,2.7,1.2l21.1,21.3c1.6,1.6,1.6,4.1,0,5.7l-32.7,33c-1.6,1.6-4.1,1.6-5.6,0l-21.1-21.3 c-1.6-1.6-1.6-4.1,0-5.7l32.7-33C217.4,251.2,218.5,250.8,219.5,250.8 M184.2,209c-10.2,0-21.9,12-21.9,26.8v73.7 c0,14.9,11.8,26.8,26.5,26.8h122.3c14.7,0,26.5-12,26.5-26.8v-22.3c-2.1,0.2-4.2-0.3-6-1.4c0,2-0.6,3.9-1.7,5.7 c-1.8,2.9-4.7,4.3-7.9,4.5c-0.1,0-0.1,0-0.2,0c-3.1-0.2-6.2-1.6-8-4.5c-1.2-1.8-1.8-3.7-1.7-5.7c-2.9,1.7-6.4,2-9.6,0.3 c-5-2.6-7.2-8.8-4.6-13.8c0.9-1.8,2.3-3,3.9-4c-2.9-1.7-4.8-4.9-5-8.5c-0.3-5.6,3.9-10.6,9.6-10.9c2.1-0.1,4,0.4,5.6,1.4 c0-3.4,1.6-6.7,4.6-8.6c1.6-1,3.4-1.5,5.1-1.6c0.1,0,0.1,0,0.2,0c1.7,0.1,3.4,0.5,5,1.6c3.1,2,4.7,5.3,4.6,8.6 c1.7-1,3.6-1.5,5.7-1.4c0.1,0,0.2,0,0.3,0v-13.1c0-13.2-11.6-24.3-24.1-26.5v5.7c0,6.1-4.6,11.1-10.6,11.1h-8.2c-6,0-11-5-11-11.1 v-3.9h-69.5v3.9c0,6.9-4.1,11.1-11,11.1h-8.2c-7.2,0-11-4-11-11.1L184.2,209z'/%3E%3Cpath fill='%23878787' d='M228.6,273.9l-24.7,25.3l3.6,3.8l24.7-25.3L228.6,273.9z M213.2,271.7l-18,18.3l3.8,3.6l18-18.3L213.2,271.7z M322.4,257c-6.1,0-11,5.3-11,11.8c0,6.4,4.9,11.6,11,11.6c6.1,0,11-5.2,11-11.6C333.4,262.3,328.5,257,322.4,257'/%3E%3Cpath fill='%23E30916' d='M240,179.8c-8.3,0-15.1,6.9-15.1,15.2v6.9h-3.4c-1.5,0-2.7,1.2-2.7,2.8c0,1.6,1.2,2.8,2.7,2.8h3.4h11h2.9 c1.5,0,2.7-1.2,2.7-2.8c0-1.6-1.2-2.8-2.7-2.8h-2.9V195c0-2.4,1.7-4.2,4.1-4.2h19c2.4,0,4.1,1.8,4.1,4.2v6.9h-3.4 c-1.5,0-2.7,1.2-2.7,2.8c0,1.6,1.2,2.8,2.7,2.8H277c1.5,0,2.7-1.2,2.7-2.8c0-1.6-1.2-2.8-2.7-2.8h-2.9V195 c0-8.3-6.8-15.2-15.1-15.2H240z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_04 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M236.1,305.5c1.9-0.1,4,0.4,5.8,1.4c4.8,2.8,6.4,8.8,3.6,13.6c-2.8,4.8-8.8,6.4-13.6,3.6 c-4.8-2.8-6.5-8.8-3.8-13.6C229.8,307.5,232.9,305.7,236.1,305.5 M235,288.3c-8.7,0.6-17,5.5-21.7,13.6c-7.5,13-3,29.7,10,37.2 c13,7.5,29.5,3,37-10c7.5-13,3.2-29.7-9.8-37.2C245.6,289.1,240.2,287.9,235,288.3 M159.3,274.4c-6.6,0.9-10.2,10.2-3,14.7 l45.3,26.2c0.5-6.3,1.9-11.6,4.5-15.9l-41.9-24.1C162.6,274.4,160.9,274.2,159.3,274.4 M318.4,169.5c-2.6,0.3-4.8,1.8-6.1,4.1 l-63.7,109.1c1.9,0.7,3.9,1.6,5.8,2.7c3.1,1.8,5.7,4,8,6.4l61.9-105.6h19.7c4.6,0,8.3-3.7,8.3-8.3c0-4.6-3.7-8.3-8.3-8.3h-24.5 C319,169.5,318.7,169.5,318.4,169.5'/%3E%3Cpath fill='%23E30916' d='M193,179.1c-3.6,0.3-7.1,2.2-9.1,5.6l-33,57.2c-3.1,5.5-1.4,12.5,4.1,15.6l19.8,11.4c0,0,0-0.1,0-0.2l9.7-16.7 c0.8-1.3,2-2.3,3.4-2.7c1.4-0.4,3-0.1,4.4,0.6l13.8,7.8c2.7,1.5,3.6,5.1,2,7.8l-9.5,16.7c0,0.1-0.1,0.1-0.2,0.2l13.8,8 c6.1-6,13.9-9.6,22.2-10.2c1.7-0.1,3.6-0.1,5.3,0l27.5-47.5c3.2-5.5,1.2-12.5-4.2-15.6l-20.2-11.6c-0.1,0.1-0.1,0.2-0.2,0.3 l-8.6,15c-1.6,2.7-5.1,3.6-7.8,2l-13.8-8c-2.7-1.6-3.7-5.1-2.2-7.8l8.8-15c0-0.1,0.1-0.1,0.2-0.2l-19.8-11.4 C197.4,179.4,195.2,178.9,193,179.1z'/%3E%3C/g%3E%3Cpath fill='%23878787' d='M189.6,255.3l-9.2,16.1l13.1,7.7l9.4-16.1L189.6,255.3z M224.1,195.4l-8.3,14.5l13.1,7.7l8.4-14.5L224.1,195.4z'/%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_05 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M286,181.4c-6,0.2-13.8,1.9-20.2,8.3c-6.2,6.3-9.6,14.5-9.5,22.8c0,4,1.1,8.2-0.2,10.3L224,255 c-2.2,1-6.3,0-10.2,0c-8.3-0.1-16.5,3.1-22.8,9.4c-10.2,10.2-8.7,24.4-7.5,28.4c0.6,2,2.6,4.4,4.2,2.8l16.1-15.9 c1.9-1.9,4.3-2,6.1-0.2l9.5,9.5c1.8,1.8,1.8,4.3-0.2,6.2l-15.9,15.9c-1.6,1.6,0.9,3.6,3,4.2c4.1,1.2,18.1,2.7,28.3-7.5 c6.2-6.3,9.5-14.5,9.4-22.8c-0.1-4.4-1.2-9.1,0.6-10.9l30.9-30.9c0.1-0.1,0.2-0.2,0.3-0.3c2-1.5,6.5-0.4,10.6-0.3 c8.3,0.1,16.7-3.2,23-9.4c10.2-10.2,8.5-24.4,7.3-28.4c-0.6-2-2.6-4.4-4.2-2.8L296.7,218c-1.9,1.9-4.3,2-6.1,0.2l-9.5-9.5 c-1.8-1.8-1.9-4.3,0-6.2l16.1-15.9c1.6-1.6-0.9-3.6-3-4.2C292.6,181.8,289.7,181.3,286,181.4'/%3E%3Cpath fill='%23E30916' d='M204,181.7c-14.8,1.8-29,21.9-16.4,34.1l29.5,29.4c1.7,1.7,4.5,1.4,6.6-0.6l22.2-22.3c2-2,2.2-5,0.6-6.6 l-29.4-29.4c-3.1-3-6.5-4.3-10.2-4.5C206,181.7,205,181.6,204,181.7'/%3E%3Cpath fill='%23878787' d='M270.3,257.1c-0.7,0-1.4,0.4-1.9,0.9l-9.1,9.1c-1,1-0.8,2.9,0.2,3.9l22.8,22.8l1.9,9.2c0.2,0.5,0.6,1,1.1,1.2 l19.1,11.6c1,0.7,2.4,0.5,3.3-0.3c3.1-3,6.2-6.2,9.2-9.2c0.9-0.9,1.2-2.4,0.5-3.4l-11.7-19.1c-0.3-0.5-0.6-0.7-1.1-0.9l-9.2-2 l-23-22.8C271.8,257.4,271,257.1,270.3,257.1z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_06 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M306.5,183.6c-2.8,0.1-5.6,1.4-7.8,3.6l-8.9,8.8l15,14.7l8.4-8.8c4.5-4.5,5-11.4,0.9-15.5 C312.1,184.3,309.3,183.5,306.5,183.6'/%3E%3Cpath fill='%23878787' d='M269.6,187.8c-1.2,0-2.3,0.3-3.3,1.2l-8.1,8.4c-3.6,3.6-3.6,9.2,0,12.8l1.6,1.7l-18.6,18.6 c-10.1,10.1-8.4,26.6-2.3,32.7l27.7,27.7c6,6,22.6,7.5,32.7-2.7l18.4-18.6l1.9,2c3.6,3.6,9.4,3.6,13,0l8-8.3c1.9-1.9,1.9-5,0-6.9 l-67.2-67.5C272.3,188.1,270.9,187.8,269.6,187.8'/%3E%3Cpath fill='%23E30916' d='M189.6,216.6c-7.6,0-14.9,2.7-20.6,7.7c-0.1,0.1-0.3,0.3-0.3,0.3l-14.1,12c-3.7,2.5-4.6,8.3-1.7,11.7 c2.9,3.4,8.9,3.7,12,0.5l14.4-12.2c0-0.1,0-0.3,0-0.3c2.7-2.4,6.6-3.6,10.2-3.6c3.6,0,7.6,1.5,10.3,3.9c2.4,2.2,4.2,5.2,4.7,8.3 c0.5,3.1-0.3,6.6-1.9,9.2c0.3-0.5-1.5,2.3-4.1,5L179,277.5c-2.8,2.9-4.7,4.8-6.4,7.5c-4.3,6.5-5.8,14.4-4.4,22 c1.4,7.7,5.9,14.5,12.2,19.1c6.3,4.6,14,6.5,21.7,5.5c7.4-1,14.1-4.6,18.9-10.3c0.2-0.3,0.6-0.5,0.8-0.8l17.5-17 c2.8,1.3,5.8,1.9,9.1,1.9c6.5,0,12.4-2.9,16.4-7.3l-31.3-31.1c-4.4,4-7.3,9.8-7.3,16.2c0,3.1,0.9,6.2,2,8.9l-18.1,17.5 c-0.3,0.3-0.5,0.6-0.8,0.9c-2.2,2.8-5.9,4.7-9.4,5.2c-3.5,0.5-7.4-0.4-10.3-2.5c-2.9-2.1-5-5.6-5.6-9.1c-0.6-3.5,0.1-7.5,2-10.5 c-0.2,0.3,2.1-2.3,4.7-5l19.1-18.4c2.8-2.9,4.8-4.8,6.6-7.7c3.7-6.1,5.1-13.2,3.9-20.2c-1.1-6.9-4.9-13.1-10-17.7 C204.5,219.6,197.3,216.6,189.6,216.6'/%3E%3Cpath fill='%23878787' d='M338.1,216.6c-2.8,0.1-5.6,1.2-7.8,3.4l-8.8,8.9l14.8,14.7l8.8-8.8c4.5-4.5,4.9-11.5,0.8-15.6 C343.8,217.2,340.9,216.4,338.1,216.6'/%3E%3Cpath fill='%23ffffff' d='M266,233.3c0.8,0,1.3,0.4,1.9,0.9l29.2,28.9c1.2,1.2,1.1,3.1,0,4.2c-1.1,1.1-3.2,1.2-4.4,0l-28.9-28.9 c-1.2-1.2-1.1-3.1,0-4.2C264.4,233.6,265.3,233.3,266,233.3'/%3E%3Cpath fill='%23ffffff' d='M252,246.2c0.4-0.1,0.7,0,1.1,0c0.8,0,1.6,0,2.2,0.6l28.9,29.2c1.2,1.2,1.1,2.8,0,3.9v0.3 c-1.1,1.1-3,0.9-4.2-0.3l-29.1-28.9c-1.2-1.2-1.1-3.1,0-4.2v-0.2C251.2,246.4,251.6,246.3,252,246.2z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_07 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M270,233.1v110h51.2c4.9,0,8.8-4.5,8.8-10v-90c0-5.5-3.9-10-8.8-10H270z M178.8,233.1c-4.9,0-8.8,4.5-8.8,10 v90c0,5.5,3.9,10,8.8,10H230v-110H178.8z'/%3E%3Cpath fill='%23E30916' d='M282.3,199.5c0.9,0,1.6,0.1,2.3,0.3c1.4,0.5,2.7,1.6,3.3,2.7c0.5,0.9,1.1,2.2,0.9,3.6c-0.1,1.4-0.6,3-1.6,4.4 c-1.9,2.8-5.4,4.8-9.5,6.1c-4.1,1.3-8.4,1.5-12.7,0.9c1.3-2.9,2-5.9,3.8-8.4c3.1-4.4,7-8.1,10.8-9.2 C280.6,199.5,281.5,199.5,282.3,199.5 M218.1,199.5c0.9,0,1.6,0,2.5,0.3c3.8,1.1,7.5,4.8,10.6,9.2c0.1,0.2,0.2,0.2,0.3,0.3 c1.6,2.4,2.6,5.4,3.8,8.1c-4.3,0.5-8.7,0.4-12.8-0.9c-4.1-1.3-7.5-3.3-9.4-6.1c-0.9-1.4-1.6-3-1.7-4.4c-0.1-1.3,0.3-2.7,0.8-3.6 c0.6-1.1,1.8-2.2,3.3-2.7C216.2,199.6,217.3,199.5,218.1,199.5 M249.7,185.9c1.3,0,2.9,0.4,4.2,1.4c1.3,1,2.4,2.6,3,4.4 c1.2,3.7,1.1,8.7-1.4,13.3c-1.5,2.6-3.6,5.2-5.6,7.5c-3.1-3.3-5.8-6.9-7-10.9c-1.3-4-1.4-8,0-10.9c0.7-1.4,1.8-2.6,3-3.4 C246.9,186.4,248.5,185.9,249.7,185.9 M249.5,173.1c-4.3,0.1-8.1,1.8-11.2,4.1c-3.2,2.3-5.4,5.1-6.9,8.3c-0.8,1.7-1.4,3.6-1.7,5.3 c-2.4-1.6-5-3.2-8.1-4.1c-4.1-1.1-8.6-1-13,0.3c-4.4,1.3-8.5,3.8-11.1,7.8c-2.2,3.4-2.8,7.3-2.3,11.1c0.4,3.7,1.9,7,4.1,9.8 c4.3,5.7,10.5,8.8,16.6,10.5c4.7,1.3,14.4,1.8,19.2,1.9h30c4.6,0,14.6-0.9,19.2-1.9c6.1-1.7,12.4-4.8,16.7-10.5 c2.2-2.8,3.5-6.1,3.9-9.8c0.4-3.8-0.1-7.6-2.3-11.1c-2.6-4-6.6-6.5-11.1-7.8c-2.2-0.6-4.4-0.9-6.6-0.9c-2.2,0-4.4,0.1-6.4,0.6 c-3.1,0.8-5.7,2.3-8.1,3.9c-0.2-0.8-0.5-1.6-0.8-2.5c-1.2-3.8-3.4-7.7-6.9-10.5C259.1,174.8,254.5,173,249.5,173.1'/%3E%3C/g%3E%3Crect x='235' y='233.1' fill='%23E30916' width='30' height='110'/%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_08 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M166.6,307.9c-3.1,0-5.6,2.8-5.6,6.2v28.3c0,3.4,2.5,6.2,5.6,6.2h23.8c3.1,0,5.6-2.8,5.6-6.2v-28.3 c0-3.4-2.5-6.2-5.6-6.2H166.6z M256.6,293.1c-3.1,0-5.6,2.8-5.6,6.2v43.1c0,3.4,2.5,6.2,5.6,6.2h24.2c3.1,0,5.6-2.8,5.6-6.2v-43.1 c0-3.4-2.5-6.2-5.6-6.2H256.6z M211.6,273.3c-3.1,0-5.6,2.8-5.6,6.2v62.9c0,3.4,2.5,6.2,5.6,6.2h23.8c3.1,0,5.6-2.8,5.6-6.2v-62.9 c0-3.4-2.5-6.2-5.6-6.2H211.6z M300.4,248.6c-3.1,0-4.4,2.8-4.4,6.2v87.6c0,3.4,1.3,6.2,4.4,6.2h25c3.1,0,5.6-2.8,5.6-6.2v-87.6 c0-3.4-2.5-6.2-5.6-6.2H300.4z'/%3E%3Cpath fill='%23E30916' d='M169.7,296.9l-14.9-15c-1.6-1.6-1.8-3.6-0.1-5.4l68.1-68.2c2.6-2.6,5.2-1.5,6.8,0.1l28,28.1l32.9-32.6l-16-16 c-1.8-1.9-0.5-4.3,2-4.3H326c3.4,0,5,1.8,5,5v49.7c0,2.7-2.8,3.5-4.4,1.9l-15.9-15.9l-50.8,50.5c-1,1-2.5,2-4.7-0.2l-29-29 l-51.6,51.6C172.8,298.6,171.2,298.2,169.7,296.9z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_09 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M207,250.7c0.5-0.1,1.1-0.1,1.6,0c0.6,0.1,1.1,0.3,1.6,0.5c4.3,1.9,5.6,8.6,2.9,15c-2.8,6.4-8.5,10.1-12.8,8.2 c-4.3-1.9-5.6-8.6-2.8-15C199.5,254.6,203.3,251.2,207,250.7 M194.5,212.4c-5.8,0.8-6.5,5.7-4.1,11.9c1.4,3.5,3.2,7.6,4.8,11.6 c-8.8,8.6-14.6,15.6-17.3,28l-9.8,0.2c-8.5,0-13.7,6.6-12.6,15l0.4,12.1c1.1,8.3,4.5,14.8,13,14.8h12.8c4.4,6.1,9.9,11.6,15.7,16.7 l-1.8,15.7c-0.6,4.6,1.2,5.4,4.1,7.7c2.8,2.2,7.7,2.9,12.3,3.4c4.6,0.4,9.3,0.3,13-0.7c4.7-1,6.8-3,6.8-6.9v-4.6 c6.2,1.3,12.7,2.1,19.4,2.1c8.8,0,17.2-1.2,25.1-3.4l0.7,4.4c0.2,3.7,3.1,6.2,6.8,7.7c3.6,1.4,8.1,1.9,12.5,1.6 c4.4-0.3,8.8-1.3,11.9-3.2c1.6-0.9,2.9-2.1,3.7-3.6c0.8-1.5,1.2-3.3,0.7-5.2c-1.6-6-1-12.9-2.7-18.9c13.2-11.1,19.1-25.1,19.1-41.7 c0-2-0.1-4-0.4-5.9c1.7-0.3,3.4-0.7,5-1.4c3.8-1.8,6.7-4.9,8.7-8.5c3.2-5.9,3.1-12.8,0-18.7c-3.1-5.9-8.7-9.7-15.3-10.3 c-6.8-1.4-9.9,13.1-1.6,14.8c1.3,0.2,3.2,1.6,3.7,2.7c0.6,1.1,0.6,3.4,0,4.5c-0.4,0.8-1.3,1.4-2.1,1.8c-0.7,0.3-1.7,0.6-2.5,0.5 c-6.9-15.6-21.2-28.4-39.7-35.4c-6.4,6.8-15.4,11-25.5,11c-12.2,0-23-6.2-29.2-15.7c-4.2,0.9-8.2,2.3-12.8,4.5 c-5.6-5.8-13.7-8.5-19.9-8.4C196.3,212.4,195.4,212.3,194.5,212.4z'/%3E%3Cpath fill='%23878787' d='M204,258.6c-2.7-0.2-5.5,2.1-6.7,5.5c-1.4,4,0,8.1,3,9.2c3,1,6.6-1.4,8-5.4c1.4-4,0-7.9-3-9 C204.8,258.8,204.4,258.6,204,258.6'/%3E%3Cpath fill='%23E30916' d='M260.6,180.3c0.8,0,1.5,0.2,2.3,0.3c3.4,0.6,5.8,2,7.7,4.2c1.8,2.2,2.7,4.7,2.1,7.7c-0.4,2-1.3,3.9-2.8,5.5 c-1.5,1.6-5.4,3.8-11.8,6.6l12.1,2.1l-1.7,7.7l-24-4.2l1.4-7.2l6-2.9c0.9-0.4,2.4-1.3,4.9-2.7c2.5-1.4,4.2-2.6,5-3.4 c0.8-0.8,1.5-1.6,1.6-2.6c0.2-1-0.1-1.9-0.5-2.6c-0.5-0.7-1.2-1.1-2.2-1.2c-2.3-0.4-3.9,1-4.8,4.5l-7.7-2.9 c1.2-3.6,3.1-5.9,5.7-7.3C256.1,180.9,258.4,180.3,260.6,180.3z M305.3,180l13.6,18l5.4-3.9l3.8,5.1l-17.4,13.1l-3.8-5.1l5.5-4.2 l-8.1-10.9c-1.4,2.6-2.6,4.5-3.7,5.6l-3.9-5.2c2.7-3.1,4-5.9,3.8-8.6L305.3,180z M264.8,167.6c-7.4-1.4-15.5,0.1-22.3,4.7 c-3.4,2.3-6,5-8,8.2c-6.2,9.7-6.7,22.7,0.2,32.8c9.2,13.4,27.7,16.6,41.2,7.5c3.1-2.1,5.6-4.7,7.6-7.5c-4.9-8.5-6.1-19.1-1.9-28.7 c0.7-1.5,1.4-2.8,2.2-4.2c-0.1-0.1,0-0.3-0.1-0.4C279.1,173.2,272.3,169,264.8,167.6L264.8,167.6z M316.3,171.4 c-1.6-0.3-3.3-0.5-5-0.5c-10-0.1-19.8,5.6-24,15.4c-5.6,13,0.7,28.3,13.7,34c13.1,5.7,28-0.2,33.6-13.3s-0.3-28.3-13.4-34 C319.6,172.3,317.9,171.7,316.3,171.4z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_10 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M195,170c-8.6,0-15,6.1-15,15.2V315c0,6.7,6.7,15,15,15h110c7.4,0,15-7.3,15-15v-84.8c0-2.4-2.6-5.2-5-5.2 h-41.3c-4.9,0-8.7-3.2-8.7-8.3v-41.8c0-2.9-2.3-4.8-5.2-4.8H195z'/%3E%3Cpath fill='%23E30916' d='M227.3,268.3l-9.2,45.5l13.9-7.5l11.4,11.4l9.1-43.1c-1.4,1.6-3.1,3.4-3.9,3.4c-1.4,0.1-5.6-4.3-7-4.5 c-1.4-0.2-6.6,3-8,2.5c-1.3-0.5-3.2-6.6-4.4-7.3c-0.3-0.2-0.8-0.2-1.6-0.3C227.6,268.3,227.4,268.3,227.3,268.3 M266.1,265.6 c-1,1-1.7,7.1-3,7.8c-0.9,0.5-4.5-0.5-6.7-0.9l-3.3,22.2l13,19.2l5-16.7l16.4-0.5L266.1,265.6z M243.9,220 c-1.1,0.1-3.7,4.1-4.7,4.4c-1,0.3-5.3-1.5-6.3-0.9c-0.9,0.5-1.6,5.2-2.3,5.9c-0.8,0.7-5.3,1.1-5.9,2c-0.6,0.9,0.9,5.3,0.5,6.2 c-0.4,1-4.4,3.2-4.5,4.2c-0.2,1.1,3,4.6,3.1,5.6c0.1,1.1-2.5,4.8-2.2,5.8c0.3,1,4.8,2.7,5.3,3.6c0.5,0.9-0.3,5.5,0.5,6.2 s5.2,0.3,6.1,0.9c0.9,0.6,2.4,5.1,3.4,5.5c1,0.4,5-2,6.1-1.9c1.1,0.2,4.1,3.5,5.2,3.4c1.1-0.1,3.7-4,4.7-4.4c1-0.3,5.3,1.3,6.2,0.8 c0.9-0.5,1.4-5,2.2-5.8c0.8-0.7,5.5-1.1,6.1-2c0.6-0.9-0.9-5.2-0.5-6.2c0.4-1,4.4-3.2,4.5-4.2s-3.2-4.6-3.3-5.6 c-0.1-1.1,2.5-4.8,2.2-5.8c-0.3-1-4.6-2.7-5.2-3.6c-0.5-0.9,0.1-5.5-0.6-6.2c-0.7-0.8-5.2-0.3-6.1-0.9c-0.9-0.6-2.3-5.1-3.3-5.5 c-1-0.4-5,2-6.1,1.9C248,223.3,245,219.9,243.9,220'/%3E%3Cpath fill='%23ffffff' d='M275,173.7v36.9c0,1.9,2.1,4.7,4.7,4.7h37.8L275,173.7z'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_11 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23878787' d='M217.3,166.2c-5-0.1-10.1,3.9-12.2,10.6c-4.6,14.9,10.8,50.7,10.8,50.7l-36-0.2c-16.9-0.1-16.3,27.4-2,27.4 h15c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-19c-10.8,0-11.9,23,3.4,23h17.1c1.5,0,2.7,1.1,2.7,2.6v0.3c0,1.4-1.2,2.6-2.7,2.6 h-15c-11.1,0-12,22.8,3.9,22.8h15.2c1.5,0,3.3,1.2,3.3,2.7s-1.3,2.7-2.9,2.7H187c-10.7,0-12.9,19.9,5,19.9h25.3 c2.2,0.2,6.5,0.3,8.9,0l51.7-6.7c1.9-0.3,3-1,3.1-2.6v-81.2l-2.9-1.7c-26.7-15.5-39-40.5-51-70.6 C225.1,168.7,221.2,166.2,217.3,166.2'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23E30916' d='M298.4,237c-6.1,0-11,4.9-11,11.1v77.7c0,6.1,4.9,11.1,11,11.1h32.9c3,0,5.5-2.5,5.5-5.5v-88.8 c0-3.1-2.4-5.6-5.5-5.6L298.4,237L298.4,237z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
.service_reason .service_reason_icon_12 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' preserveaspectratio='none'%3E%3Cg%3E%3Cpath fill='%23878787' d='M264.1,196.6c9,0,18,3.4,24.8,10.3c13.7,13.7,13.7,35.9,0,49.7c-13.7,13.7-36,13.7-49.7,0 c-13.7-13.7-13.7-35.9,0-49.7C246.1,200,255.1,196.6,264.1,196.6 M264.1,176.7c-14.1,0-28.2,5.4-38.9,16.1 c-17.1,17.1-20.6,42.7-10.5,63.3l-32.7,32.7c-6.1,6.1-6.6,15.9-0.6,21.9l6.9,6.7c5.9,5.9,15.7,5.8,21.9-0.3l34.1-34.1 c19.7,7.6,42.9,3.5,58.8-12.3c21.4-21.5,21.4-56.4,0-77.8C292.3,182.1,278.2,176.7,264.1,176.7'/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  background-size: 150px;
  background-position: center;
  height: 75px;
  width: 75px;
  margin: 0 auto;
}
/*-----------------------
/config/theme/css/layout/_q348/_vars
-----------------------*/
/*-----------------------
/config/theme/css/layout/_q348/_options
-----------------------*/
/*-----------------------
/config/theme/css/layout/_q348/_mixins
-----------------------*/
/******************
 * BUTTON
 ******************/
/*-----------------------
/config/theme/css/layout/_q348/basic
-----------------------*/
html {
  font-size: 16px;
}
body {
  --color: lightgreen;
  -ms-overflow-style: scrollbar;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #555;
  background-color: #fff;
}
/******************
 * FONT SELECTION
 ******************/
::selection {
  background-color: #E30916;
  color: #fff;
}
::-moz-selection {
  background-color: #E30916;
  color: #fff;
}
.font_schmuck {
  font-family: 'Prata', serif;
}
/******************
 * WRAPPER
 ******************/
#layout_wrapper {
  padding-top: calc(45px + 100px);
}
@media screen and (min-width: 768px) {
  #layout_wrapper {
    padding-top: calc(45px + 140px);
  }
}
#layout_wrapper.landingpage_extern {
  padding-top: 100px;
}
/******************
 * TYPOGRAPHY
 ******************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
#q0_leistungen p.lead,
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title,
.service-content .service-title,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title,
.layout_start .section_title,
#layout_cta .contact-content .contact-title {
  letter-spacing: -1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
#q0_leistungen p.lead,
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title,
.service-content .service-title,
#layout_footer .layout_footer_top .footer_title,
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserHeadlineQ > h3,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title,
.layout_start .section_title,
#layout_cta .contact-content .contact-title {
  font-family: 'Roboto', sans-serif;
  color: #4A4A49;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  color: #4A4A49;
  font-family: 'Roboto', sans-serif;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  color: #000000;
}
h1,
.h1,
[data-active-content-q*="/aktionen/mix-and-match"] #layout_kuechenangebote .section_title,
[data-active-content-q*="/aktionen/traumkueche-statt-luftschloss"] #layout_kuechenangebote .section_title,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title,
.layout_start .section_title {
  font-family: 'Prata', serif;
}
a,
#q0_leistungen .serviceHolder,
.q0_teaserHeadlineLink .teaserQ h3 {
  color: #E30916;
}
a:hover,
a:focus {
  color: #a80710;
  text-decoration: none;
}
/******************
 * BUTTONS
 ******************/
.btn,
.inserteventteaser_places,
.insertevents_places,
.inserteventanmeldung_places,
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a,
#q343_kclSlider .q343_kclWeiter,
#q343_kclSlider .q343_kclZurueck {
  font-weight: bold;
  padding: 8px 8px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-kt {
  display: inline-block;
  margin: 0;
  margin-top: 1rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  background: #E30916;
  color: #fff;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.btn-kt:hover,
.btn-kt:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
/******************
 * BACKGROUND-GREY
 ******************/
.bg_grey {
  background-color: #f5f5f5;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .bg_grey {
    padding: 3rem;
  }
}
/******************
 * IFRAME
 ******************/
iframe {
  border: 0;
}
/******************
 * BREADCRUMB
 ******************/
#layout_breadcrumb {
  background-color: #f5f5f5;
  padding: 0.5rem 0;
  width: 100%;
}
#layout_breadcrumb .container {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 992px) {
  #layout_breadcrumb .container {
    flex-flow: row;
  }
}
#layout_breadcrumb .breadcrumb {
  flex: 1 1 auto;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #layout_breadcrumb .breadcrumb {
    flex: 0 1 auto;
  }
}
#layout_breadcrumb .breadcrumb > li + li:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  transform: rotate(45deg);
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  color: #cccccc;
  margin: 0 8px;
  padding: 0;
}
#layout_breadcrumb .breadcrumb > li {
  color: #777777;
}
#layout_breadcrumb .breadcrumb > li > a {
  color: #777777;
  transition: color 0.15s ease-in-out;
}
#layout_breadcrumb .breadcrumb > li > a:hover,
#layout_breadcrumb .breadcrumb > li > a:focus {
  color: #555;
  text-decoration: none;
}
#layout_breadcrumb .breadcrumb > li:nth-last-child(2) {
  color: #E30916;
}
#layout_breadcrumb .breadcrumb > li.addon {
  display: none;
}
#layout_breadcrumb .layout_aktionsleiste {
  flex: 1 1 auto;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #layout_breadcrumb .layout_aktionsleiste {
    flex: 1 0 auto;
    width: auto;
    margin-top: 0px;
  }
}
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste > div {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste > div {
    width: auto;
  }
}
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste > div:first-child .btn.btn-primary {
  border-radius: 0px 0 0 0px;
}
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste > div:last-child .btn.btn-primary {
  border-radius: 0 0px 0px 0;
}
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste .btn.btn-primary {
  background: transparent;
  color: #555;
  padding: 0 15px;
  border: 0;
  line-height: 45px;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste .btn.btn-primary:after {
    content: attr(title);
    position: absolute;
    visibility: hidden;
    display: inline-block;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    line-height: initial;
    background-color: #777;
    line-height: 35px;
    padding: 0 0.5rem;
    margin: 5px 0 0 0;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
}
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste .btn.btn-primary:hover,
#layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste .btn.btn-primary:focus {
  background: transparent;
  color: #E30916;
}
@media screen and (min-width: 1200px) {
  #layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste .btn.btn-primary:hover:after,
  #layout_breadcrumb .layout_aktionsleiste .insertaktionsleiste .btn.btn-primary:focus:after {
    opacity: 1;
    bottom: -40px;
    visibility: visible;
  }
}
/******************
 * BACK TO TOP
 ******************/
.back_to_top {
  width: 50px;
  height: 50px;
  bottom: -20px;
  right: 20px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  color: #fff !important;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  transition: all 0.3s ease;
}
.back_to_top:before {
  content: "";
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.26rem;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
}
.back_to_top.toTop {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
/******************
 * HOTSPOTS
 ******************/
.hotspotQ-index {
  top: -8px;
  left: -8px;
  min-width: 16px;
  min-height: 16px;
  animation: none;
  border: 0;
  background: rgba(227, 9, 22, 0.75);
  transition: background 0.3s ease;
  box-shadow: 0 0 0 0 rgba(227, 9, 22, 0.7);
  animation: pulse 2.4s cubic-bezier(0.1, 0, 0, 1) infinite;
}
.hotspotQ-index:before {
  content: "";
}
.hotspotQ-index:hover,
.hotspotQ-index:focus {
  background: #E30916;
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 12px rgba(227, 9, 22, 0);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(227, 9, 22, 0);
  }
}
.dropdown-menu {
  margin-left: 15px;
}
.dropdown-menu li a.btn {
  text-align: left;
  font-size: 0.9em;
  background: #FFF;
}
.dropdown-menu li a.btn:hover {
  background: #E30916;
}
/******************
 * BRANNDBELT
 ******************/
.brandbelt-kt .teaserQ {
  padding: 15px;
  background: #fff;
}
.brandbelt-kt .teaserQ .teaserHeadlineQ,
.brandbelt-kt .teaserQ .teaserTextQ {
  display: none;
}
.brandbelt-kt .teaserQ .teaserImageQ {
  height: 0;
  position: relative;
  overflow: hidden;
  padding: 100% 0 0 0;
  width: 100%;
  background: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.35s ease-in-out;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.brandbelt-kt .teaserQ .teaserImageQ:before,
.brandbelt-kt .teaserQ .teaserImageQ:after {
  display: none;
}
.brandbelt-kt .teaserQ .teaserImageQ .responsiveCenteredQ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.brandbelt-kt .teaserQ .teaserImageQ .responsiveCenteredQ img {
  width: 100%;
  width: 100% !important;
  height: 100% !important;
  margin-left: 0 !important;
}
.brandbelt-kt .teaserQ .teaserLinkQ > a > span {
  display: none;
}
.brandbelt-kt .teaserQ:hover .teaserImageQ {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.brandbelt-kt.bx-wrapper .bx-controls {
  display: none;
}
/******************
 * KÜCHENBLOCK
 ******************/
.btn-blog {
  display: inline-block;
  margin: 0;
  margin-top: 1rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  background: #efefef;
  color: #000000;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
  margin: 0 0.5rem 1rem;
}
.btn-blog:hover,
.btn-blog:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog.active {
  background: #E30916;
  color: #fff;
}
#q348_grid90 .teaserQ,
#q348_blog .teaserQ {
  margin: 15px 15px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  background-color: #fff;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #q348_grid90 .teaserQ,
  #q348_blog .teaserQ {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  #q348_grid90 .teaserQ,
  #q348_blog .teaserQ {
    width: calc(33.3333% - 30px);
  }
}
#q348_grid90 .teaserQ .teaserHeadlineQ,
#q348_blog .teaserQ .teaserHeadlineQ {
  padding: 0 15px;
  min-height: 42px;
}
#q348_grid90 .teaserQ .teaserTextQ,
#q348_blog .teaserQ .teaserTextQ {
  padding: 15px;
}
#q348_grid90 .teaserQ .teaserTextQ > p,
#q348_blog .teaserQ .teaserTextQ > p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#q348_grid90 .teaserQ .teaserDateQ,
#q348_blog .teaserQ .teaserDateQ {
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background: #E30916;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  line-height: normal;
  z-index: 2;
}
#q348_grid90 .teaserQ .teaserDateQ span,
#q348_blog .teaserQ .teaserDateQ span {
  background: none;
  display: block;
  border: none;
  padding: 0;
  margin: 0 !important;
}
#q348_grid90 .teaserQ .teaserDateQ .dateQ-day,
#q348_blog .teaserQ .teaserDateQ .dateQ-day {
  font-size: 24px;
  font-weight: bold;
}
#q348_grid90 .teaserQ .teaserDateQ .dateQ-day:after,
#q348_blog .teaserQ .teaserDateQ .dateQ-day:after {
  display: none;
}
#q348_grid90 .teaserQ .teaserDateQ .dateQ-year,
#q348_blog .teaserQ .teaserDateQ .dateQ-year {
  display: none;
}
#q348_blog .teaserQ {
  background: #f9f9f9;
  margin: 15px 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0);
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0);
}
/******************
 * MUSTERKÜCHEN
 ******************/
#musterkuechen_list .row [class*='col-'] {
  padding: 0;
}
#musterkuechen_list .insertcontentnews_item {
  float: left;
  margin: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #musterkuechen_list .insertcontentnews_item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  #musterkuechen_list .insertcontentnews_item {
    width: calc(33.3333% - 30px);
  }
}
#musterkuechen_list .teaserQ {
  height: 100%;
}
#musterkuechen_list .teaserQ.musterkuechenQ {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 25, 50, 0.1);
  background-color: #fff;
  padding-bottom: 100px;
  display: flex;
}
#musterkuechen_list .teaserQ.musterkuechenQ .teaserHeadlineQ {
  order: 2;
  padding: 0 15px;
}
#musterkuechen_list .teaserQ.musterkuechenQ .teaserImageQ {
  order: 1;
}
#musterkuechen_list .teaserQ.musterkuechenQ .teaserTextQ {
  order: 3;
  padding: 0 15px;
}
#musterkuechen_list .teaserQ.musterkuechenQ .teaserPriceQ {
  position: absolute;
  bottom: 0;
  width: 100%;
  order: 4;
  text-align: center;
}
#musterkuechen_list .teaserQ.musterkuechenQ .teaserPriceQ > .preis_neu {
  display: block;
  text-decoration: line-through;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}
#musterkuechen_list .teaserQ.musterkuechenQ .teaserPriceQ > .preis_verkauf {
  line-height: 50px;
  background: #E30916;
  color: #fff;
  height: 50px;
  font-size: 1.25rem;
  display: block;
  text-align: center;
  font-weight: 800;
}
#musterkuechen_list .teaserQ.verkauft .teaserHeadlineQ,
#musterkuechen_list .teaserQ.verkauft .teaserTextQ,
#musterkuechen_list .teaserQ.verkauft .teaserPriceQ {
  opacity: 0.5;
}
#musterkuechen_list .teaserQ.verkauft .teaserImageQ {
  height: 12.5rem;
  order: 1;
  width: 100%;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
#musterkuechen_list .teaserQ.verkauft .teaserImageQ:before {
  content: "Verkauft";
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#musterkuechen_list .teaserQ.verkauft .teaserImageQ:after {
  background: rgba(227, 9, 22, 0.5);
}
#musterkuechen_list .teaserQ.verkauft:hover .teaserImageQ:before {
  content: "Verkauft";
}
#musterkuechen_list .teaserQ.verkauft:hover .teaserImageQ:after {
  background: rgba(227, 9, 22, 0.5);
}
#musterkuechen_list .teaserQ.verkauft:hover .teaserImageQ > div {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/******************
* EQUAL HEIGHT ALTERNATIVE
******************/
.equalHeightQ-flex:not(.contentWidthQ) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.equalHeightQ-flex:not(.contentWidthQ) > [class*="col-"] {
  flex: 1 0 auto;
  float: none;
}
.equalHeightQ-flex:not(.contentWidthQ) > [class*="col-"] .teaserQ {
  flex: 1 0 auto;
  height: 100%;
}
.equalHeightQ-flex:not(.contentWidthQ) > .teaserQ {
  flex: 1 0 auto;
  height: auto;
}
.equalHeightQ-flex:not(.contentWidthQ).equalHeightQ-flex-spacer > [class*="col-"],
.equalHeightQ-flex:not(.contentWidthQ).equalHeightQ-flex-spacer > .teaserQ {
  margin-bottom: 20px;
}
.equalHeightQ-flex:not(.contentWidthQ).itemAlignTopQ {
  align-items: flex-start;
}
.equalHeightQ-flex:not(.contentWidthQ).itemAlignCenterQ {
  align-items: center;
}
.equalHeightQ-flex:not(.contentWidthQ).itemAlignBottomQ {
  align-items: flex-start;
}
.equalHeightQ-flex.contentWidthQ .containerQ {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
.equalHeightQ-flex.contentWidthQ .containerQ > [class*="col-"] {
  flex: 1 0 auto;
  float: none;
}
.equalHeightQ-flex.contentWidthQ .containerQ > [class*="col-"] .teaserQ {
  flex: 1 0 auto;
  height: 100%;
}
.equalHeightQ-flex.contentWidthQ .containerQ > .teaserQ {
  flex: 1 0 auto;
  height: auto;
}
.equalHeightQ-flex.contentWidthQ.itemAlignTopQ .containerQ {
  align-items: flex-start;
}
.equalHeightQ-flex.contentWidthQ.itemAlignBottomQ .containerQ {
  align-items: flex-start;
}
.equalHeightQ-flex.contentWidthQ.itemAlignCenterQ .containerQ {
  align-items: center;
}
.equalHeightQ-flex.contentWidthQ.equalHeightQ-flex-spacer .containerQ > [class*="col-"],
.equalHeightQ-flex.contentWidthQ.equalHeightQ-flex-spacer .containerQ > .teaserQ {
  margin-bottom: 20px;
}
/******************
* ANPASSUNGEN COOKIE MANAGER
******************/
@media screen and (max-width: 768px) {
  .q0_a11y_cookieManagerQ[data-pnotify] .pnotify-container {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .q0_a11y_cookieManagerQ[data-pnotify] .pnotify-container .cookieManager-title {
    font-size: 2rem;
  }
}
/******************
* Angebote
******************/
@media screen and (min-width: 768px) {
  .angebote_wrapper {
    position: relative;
  }
  .angebote_wrapper .angebote_content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    backdrop-filter: blur(10px);
  }
  .angebote_wrapper .angebote_content h1 {
    margin-bottom: 0;
  }
}
/*-----------------------
/config/theme/css/layout/_q348/teaser
-----------------------*/
/******************
 * TEASER
 ******************/
.teaserQ {
  height: 100%;
  margin-bottom: 2rem;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.teaserQ .teaserHeadlineQ {
  overflow: inherit;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaserQ .teaserHeadlineQ > h3 {
  margin: 1.25rem 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.teaserQ .teaserImageQ {
  height: 12.5rem;
  order: 1;
  width: 100%;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
.teaserQ .teaserImageQ:before {
  content: "Mehr erfahren";
  opacity: 0;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  letter-spacing: 1px;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaserQ .teaserImageQ:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaserQ .teaserImageQ > div {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.teaserQ .teaserTextQ {
  order: 3;
  margin: 0;
}
.teaserQ .teaserTextQ > p {
  margin: 1.25rem 0 10px;
  text-align: center;
}
.teaserQ .teaserLinkQ {
  order: 4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.teaserQ .teaserLinkQ > a {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
}
.teaserQ .teaserLinkQ > a > span {
  display: none;
}
.teaserQ:hover .teaserImageQ:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.teaserQ:hover .teaserImageQ:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.teaserQ:hover .teaserImageQ > div {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/******************
 * THEMENBOXEN
 ******************/
.themen-block {
  position: relative;
}
.themen-block .inner-box {
  position: relative;
}
.themen-block .inner-box .content-column {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .themen-block .inner-box .content-column {
    text-align: right;
  }
}
.themen-block .inner-box .content-column .inner-column {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .themen-block .inner-box .content-column .inner-column {
    background-color: #fff;
    margin-right: -40px;
    padding: 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  }
}
.themen-block .inner-box .image-column {
  position: relative;
}
.themen-block .inner-box .image-column picture {
  position: relative;
  display: block;
  overflow: hidden;
}
.themen-block.reverse .inner-box .content-column {
  float: right;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .themen-block.reverse .inner-box .content-column {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .themen-block.reverse .inner-box .content-column .inner-column {
    margin-right: 0;
    margin-left: -40px;
  }
}
/*-----------------------
/config/theme/css/layout/_q348/gruenergriff
-----------------------*/
/******************
 * GRÜNERGRIFF 
 ******************/
#layout_gruenergriff {
  /******************
 * HERO
 ******************/
  /******************
 * GREENBOX-SECTION
 ******************/
  /******************
 * EINLEITUNG
 ******************/
  /******************
 * THEMEN
 ******************/
}
#layout_gruenergriff .col_flex {
  display: flex;
}
#layout_gruenergriff .col_flex .text_gg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#layout_gruenergriff #layout_hero {
  position: relative;
  overflow: hidden;
  height: 350px;
  display: block;
  margin: 0;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff #layout_hero {
    height: 550px;
  }
}
#layout_gruenergriff #layout_hero .insertaktionsleiste {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 !important;
  margin: 0 !important;
}
#layout_gruenergriff #layout_hero .insertaktionsleiste .btn.btn-primary {
  background: #E30916;
  border-radius: 0;
  width: 55px;
  height: 55px;
}
#layout_gruenergriff #layout_hero .insertaktionsleiste .btn.btn-primary:hover,
#layout_gruenergriff #layout_hero .insertaktionsleiste .btn.btn-primary:focus {
  background: #bc0712;
}
#layout_gruenergriff .section-green-box {
  position: relative;
  padding: 3rem 0;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #layout_gruenergriff .section-green-box {
    padding: 7rem 0;
  }
}
#layout_gruenergriff .section-green-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: radial-gradient(circle at top right, rgba(74, 74, 73, 0.3), #4A4A49 100vw);
}
@media screen and (min-width: 768px) {
  #layout_gruenergriff .section-green-box::after {
    background: radial-gradient(circle at top right, transparent, #4A4A49 50vw);
  }
}
#layout_gruenergriff .section-green-box div.bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #layout_gruenergriff .section-green-box div.bg-image {
    width: 100%;
  }
}
#layout_gruenergriff .section-green-box h1,
#layout_gruenergriff .section-green-box .h1,
#layout_gruenergriff .section-green-box h2,
#layout_gruenergriff .section-green-box .h2,
#layout_gruenergriff .section-green-box h3,
#layout_gruenergriff .section-green-box .h3,
#layout_gruenergriff .section-green-box h4,
#layout_gruenergriff .section-green-box .h4 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #layout_gruenergriff .inner_padding_half {
    padding: 7rem 0 calc(7rem + 150px) !important;
  }
}
@media screen and (min-width: 768px) {
  #layout_gruenergriff .inner_top_half > .container {
    margin-top: calc(-7rem - 150px);
  }
}
#layout_gruenergriff #layout_einleitung {
  position: relative;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  #layout_gruenergriff #layout_einleitung {
    padding: 7rem 0;
  }
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung {
  position: relative;
  z-index: 1;
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung .text-box {
  padding-right: 30px;
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung .text-box .logo {
  max-width: 100px;
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 3px #eee solid;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline {
    border-left: 0px;
    padding-left: 0;
  }
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline > li {
  margin-bottom: 0;
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline > li .timeline_content {
  position: relative;
  padding: 30px 0 30px 30px;
}
@media (min-width: 992px) {
  #layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline > li .timeline_content:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -15px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline > li .timeline_content:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 6px solid #E30916;
    box-shadow: 0 0 0 2px #fff;
    background: #fff;
    position: absolute;
    left: -24px;
    top: 90px;
    z-index: 1;
    border-radius: 50%;
    animation: bubble 1s 1.4s cubic-bezier(0.32, 0.64, 0.58, 1.08) forwards infinite;
  }
}
#layout_gruenergriff #layout_einleitung .startseite-einleitung .timeline > li .timeline_content a {
  color: #fff;
  border-bottom: 1px solid #fff;
  float: right;
}
@keyframes bubble {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  }
  20% {
    box-shadow: 0 0 0 2px #fff;
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}
#layout_gruenergriff article {
  margin: 0;
}
#layout_gruenergriff .layout_themen {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen {
    background: none;
    margin: 0;
  }
}
#layout_gruenergriff .layout_themen .themen-wrapper {
  display: block;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen .themen-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 50% auto;
    max-height: 500px;
  }
}
#layout_gruenergriff .layout_themen .themen-wrapper.bg-grey {
  background: #eeeef4;
}
#layout_gruenergriff .layout_themen .themen-wrapper.bg-white {
  background: #fff;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen .themen-wrapper.reverse {
    grid-template-columns: auto 50%;
  }
}
#layout_gruenergriff .layout_themen .themen-wrapper.reverse .img-box {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen .themen-wrapper.reverse .img-box {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen .themen-wrapper.reverse .text-box {
    grid-column: 1;
    grid-row: 1;
    padding: 60px 0px 60px 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  #layout_gruenergriff .layout_themen .themen-wrapper.reverse .text-box {
    padding: 60px 0 60px 30px;
  }
}
#layout_gruenergriff .layout_themen .themen-wrapper .img-box {
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen .themen-wrapper .img-box {
    height: 500px;
  }
}
#layout_gruenergriff .layout_themen .themen-wrapper .img-box img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box {
  padding: 0 15px 45px;
  align-self: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #layout_gruenergriff .layout_themen .themen-wrapper .text-box {
    padding: 60px 0 60px 0px;
    width: 500px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  #layout_gruenergriff .layout_themen .themen-wrapper .text-box {
    padding: 60px 0 60px 30px;
    width: 560px;
  }
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box h2 {
  margin-bottom: 15px;
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box .btn {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  background: 0 0;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin: 20px 0 0;
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #84be58;
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #72ae44;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box .btn:after:hover {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_gruenergriff .layout_themen .themen-wrapper .text-box .btn .btn-own {
  margin: 20px 0 0 0;
}
/*-----------------------
/config/theme/css/layout/_q348/elements
-----------------------*/
/******************
* SERVICE BOXES
******************/
.service-content {
  padding: 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  background-color: #E30916;
  -webkit-transition: all 0.3s linear;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  cursor: default;
}
.service-content p {
  color: #fff;
  display: flex;
}
.service-content p:last-child {
  margin: 0;
}
.service-content .service-title {
  color: #fff;
  font-family: 'Prata', serif;
  margin: 0 0 2rem 0;
  display: block;
}
@media screen and (max-width: 1199px) {
  .service-content .service-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service-content .service-title {
    font-size: 1.5rem;
  }
}
.service-content:hover,
.service-content:focus {
  background-color: #fff;
}
.service-content:hover .service-title,
.service-content:focus .service-title,
.service-content:hover p,
.service-content:focus p {
  color: #000000;
}
.service-wrapper {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .service-wrapper {
    position: relative;
    height: 0;
    padding: 100% 0 0 0;
  }
}
@media screen and (min-width: 992px) {
  .service-wrapper .service-content {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .service-wrapper .service-content .service-title {
    margin: 0 0 0.5rem 0;
  }
}
/******************
* SLIDER ARROWS
******************/
@media print {
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
.bx-wrapper .bx-controls-direction a {
  background: none;
  background-color: rgba(0, 0, 0, 0.03);
  height: 50px;
  width: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}
.bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.26rem;
}
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus {
  background-color: rgba(0, 0, 0, 0.07);
}
.bx-wrapper .bx-controls-direction a.bx-next {
  left: auto;
  right: 10px;
}
.bx-wrapper .bx-controls-direction a.bx-next::before {
  border-right: 2px solid #4A4A49;
  border-top: 2px solid #4A4A49;
  right: 1.4rem;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  right: auto;
  left: 10px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
  border-left: 2px solid #4A4A49;
  border-bottom: 2px solid #4A4A49;
  left: 1.4rem;
}
.bx-wrapper.sliderQ-outerControls .bx-controls-direction a {
  height: 50px !important;
  width: 50px !important;
}
.bx-wrapper.sliderQ-outerControls .bx-controls-direction a.bx-next {
  left: 0;
  right: auto;
}
.bx-wrapper.sliderQ-outerControls .bx-controls-direction a.bx-prev {
  right: auto;
  left: 0;
  margin-right: 10px !important;
}
.bx-wrapper.newsSliderQ-modeHorizontal .bx-controls {
  padding: 10px 0;
}
.bx-wrapper.newsSliderQ-modeHorizontal .bx-controls-direction a {
  height: 50px !important;
  width: 50px !important;
}
.bx-wrapper.newsSliderQ-modeHorizontal .bx-controls-direction a.bx-next {
  left: 0;
  right: auto;
}
@media all and (max-width: 600px) {
  .bx-wrapper.newsSliderQ-modeHorizontal .bx-controls-direction a.bx-next {
    float: none;
  }
}
.bx-wrapper.newsSliderQ-modeHorizontal .bx-controls-direction a.bx-prev {
  right: auto;
  left: 0;
  margin-right: 10px !important;
}
.bx-wrapper.q0_insertartikelslider.sliderQ-outerControls .bx-controls-direction a.bx-next,
.bx-wrapper.q0_insertartikelslider.sliderQ-outerControls .bx-controls-direction a.bx-prev {
  position: relative;
}
/******************
 * TABBAR
 ******************/
.tabQ .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tabQ .nav-tabs > li {
  margin: 0.5rem;
}
.tabQ .nav-tabs > li a {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  background: #efefef;
  color: #000000;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
  margin: 0;
}
.tabQ .nav-tabs > li a:hover,
.tabQ .nav-tabs > li a:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
.tabQ .nav-tabs > li.active a {
  background: #E30916;
  color: #fff;
}
.tabQ .tab-content > .active {
  animation: fadeIn 0.75s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.25s;
  transform: translate(0, 50px);
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/******************
* CHECKED LIST
******************/
ul.check {
  padding: 0 0 0 2.5rem;
  position: relative;
}
ul.check li {
  list-style-type: none!important;
}
ul.check li:before {
  font-weight: bold;
  content: "✓";
  position: absolute;
  left: 1rem;
  color: #E30916;
}
/******************
* PURCHASE LIST
******************/
ol.purchaselist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.purchaselist li {
  counter-increment: item;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
ol.purchaselist li > span {
  margin: 20px 0;
  margin-left: 30px;
  width: calc(100% - 50px);
}
ol.purchaselist li > span > h3:first-child {
  margin-top: 0;
}
ol.purchaselist li > span > p:last-child {
  margin-bottom: 0;
}
ol.purchaselist li:before {
  content: counter(item);
  background: #E30916;
  color: white;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 28px;
  font-weight: bold;
}
/******************
* IMAGE ZOOM
******************/
.img_zoom {
  overflow: hidden;
}
.img_zoom .responsiveImageQ {
  transition: transform 25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.img_zoom:hover .responsiveImageQ {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
/******************
* ONLINE CONSULTATION
******************/
.consultation-fixed {
  position: fixed;
  top: auto;
  right: auto;
  left: 20px;
  bottom: 20px;
  background: #E30916;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
}
@media screen and (min-width: 992px) {
  .consultation-fixed {
    top: 35px;
    right: 30px;
    left: auto;
    bottom: auto;
  }
}
@media screen and (min-width: 1120px) {
  .consultation-fixed {
    top: 20px;
    right: 30px;
    left: auto;
    bottom: auto;
  }
}
.consultation-fixed::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  height: 12px;
  width: 12px;
  display: block;
  background: #fff;
  border-radius: 50%;
}
.consultation-fixed::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  height: 12px;
  width: 12px;
  display: block;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  animation: bubble 1s 1.4s cubic-bezier(0.32, 0.64, 0.58, 1.08) forwards infinite;
}
@keyframes bubble {
  from {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
body[data-active-content-q$="/kuechenstudio/leistungen/beratung-digital"] .consultation-fixed {
  display: none;
}
/*-----------------------
/config/theme/css/layout/_q348/header
-----------------------*/
/******************
 * MOBILE MENU
 ******************/
#mobile_menu {
  display: none;
}
#mobile_menu .mm-search .input-group-btn {
  height: 26px;
}
#mobile_menu .mm-search .input-group-btn > button {
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 5px;
  border: 0;
  color: #555;
  height: 100%;
  border-radius: 0 4px 4px 0;
}
#mobile_menu .mm-search .input-group-btn > button::before {
  float: left;
  margin-top: 0;
}
#mobile_menu .mm-navbars-bottom {
  display: none;
}
#mobile_menu .mm-navbar-bottom-1 > * {
  padding: 8px 0 12px;
}
#mobile_menu .mm-navbar-bottom-1 .badge {
  background-color: transparent;
  color: inherit;
  font-weight: normal;
}
#mobile_menu.mm-menu .mm-listview .mm-next:before {
  border-left-width: 0;
}
#mobile_menu.mm-menu .active {
  background-color: #E30916;
  color: #fff;
}
#mobile_menu.mm-menu .active::after {
  border-bottom-width: 0;
}
/***************************
 * HEADER
***************************/
#layout_header {
  top: 0;
  width: 100%;
  z-index: 1003;
  transition: all 0.2s ease-in-out;
  position: fixed;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.05);
}
/***************************
 * CONTACTBAR
***************************/
.header_contactbar_wrapper {
  background-color: #4A4A49;
}
.header_contactbar_wrapper .header_contactbar {
  display: flex;
  align-items: stretch;
  height: 45px;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact {
  height: 45px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li {
  display: inline-block;
  margin-left: 0rem;
  font-size: 0.875rem;
  text-transform: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-left: 1px solid #383837;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li {
    flex-grow: 0;
    margin-left: 1rem;
    border-left: 0;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li span {
  font-weight: normal;
  color: #fff;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li:first-child {
  justify-content: flex-start;
  padding: 0 15px;
  min-width: 112px;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li:first-child {
    justify-content: center;
    padding: 0;
    min-width: auto;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li:last-child {
  border-right: 1px solid #383837;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li:last-child {
    border-right: 0;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li a {
  color: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li a {
    display: inline-block;
    height: auto;
    width: auto;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li a:hover,
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li a:focus {
  text-decoration: none;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact ul li .contact_distance {
  display: inline-block;
  padding: 0 5px;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper {
  width: 100%;
  margin: 0 0 0 auto;
  padding-right: 45px;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper {
    padding-right: calc(45px + 1rem);
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction {
  display: block;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a {
  top: auto;
  bottom: 0;
  height: 45px;
  width: 45px;
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateY(0%);
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.25rem;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a:hover,
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a.bx-next {
  display: none;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a.bx-prev {
  left: auto;
  right: 0;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .bx-wrapper .bx-controls-direction a.bx-prev:before {
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 0;
  border-right: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .sliderQ .sliderItemQ {
  height: 45px;
  width: 100%;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact .sliderQ:not(.sliderQ-activated) .sliderItemQ {
  visibility: hidden;
}
/******************
 * LOGOBAR
 ******************/
.header_logobar_wrapper {
  background: #fff;
}
.header_logobar_wrapper .header_logobar {
  display: flex;
  align-items: center;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .header_logobar_wrapper .header_logobar {
    height: 140px;
  }
}
.header_logobar_wrapper .header_logobar .header_logobar_logo {
  display: flex;
  margin: 0 15px 0 0;
  text-decoration: none;
  height: 100%;
  align-items: center;
}
.header_logobar_wrapper .header_logobar .header_logobar_logo .responsiveImageQ {
  overflow: hidden;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .header_logobar_wrapper .header_logobar .header_logobar_logo .responsiveImageQ {
    width: 140px;
  }
}
.header_logobar_wrapper .header_logobar .header_logobar_logo .responsiveImageQ > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header_logobar_wrapper .header_logobar .header_logobar_logo .responsiveImageQ > img {
    margin: 0;
  }
}
.header_logobar_wrapper .header_logobar .header_logobar_logo .haendlerort {
  display: block;
  align-self: center;
  font-weight: bold;
  max-width: 260px;
  padding: 0 0 0 1.5rem;
  color: #4A4A49;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .header_logobar_wrapper .header_logobar .header_logobar_logo .haendlerort {
    font-size: 1.5rem;
  }
}
.header_logobar_wrapper .header_logobar .header_navbar {
  display: flex;
  position: relative;
  align-items: center;
  flex: 0 1 auto;
  text-align: right;
  margin: 0 0 0 auto;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle {
    display: none;
  }
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle {
  display: block;
  height: 100%;
  width: 100%;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar {
  display: block;
  height: 4px;
  width: 30px;
  background: #555;
  margin-bottom: 8px;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(1) {
  transition-delay: 0.4s;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(2) {
  transition-delay: 0.5s;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(3) {
  transition-delay: 0.6s;
  margin-bottom: 0px;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle:hover .bar,
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle:focus .bar {
  background: #555;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close .bar {
  display: block;
  height: 4px;
  width: 30px;
  background: #555;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close .bar:nth-child(1) {
  height: 0px;
  width: 4px;
  top: 0%;
  position: absolute;
  left: 13px;
  transition-delay: 0s;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close .bar:nth-child(2) {
  height: 4px;
  width: 0px;
  top: 13px;
  position: absolute;
  left: 0%;
  transition-delay: 0.2s;
}
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close:hover .bar,
.header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close:focus .bar {
  background: #555;
}
@media screen and (min-width: 420px) {
  .mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle:before {
    opacity: 0;
    transform: translateX(30px);
    transition-delay: 0s;
  }
}
@media screen and (min-width: 420px) {
  .mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle:after {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.4s;
  }
}
.mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar {
  width: 0;
}
.mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(1) {
  transition-delay: 0s;
}
.mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(2) {
  transition-delay: 0.1s;
}
.mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(3) {
  transition-delay: 0.2s;
}
.mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close .bar:nth-child(1) {
  height: 100%;
  transition-delay: 0.6s;
}
.mm-opened .header_logobar_wrapper .header_logobar .header_navbar .nav_toggle .header_menu_toggle_close .bar:nth-child(2) {
  width: 100%;
  transition-delay: 0.4s;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu {
  display: none;
}
@media screen and (min-width: 992px) {
  .header_logobar_wrapper .header_logobar .header_navbar .main_menu {
    display: block;
  }
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li {
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #E30916;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 0.15s ease;
}
@media screen and (min-width: 768px) {
  .header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li:hover:after,
  .header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li:focus:after {
    transform: scaleX(1);
    transform-origin: -10px 0;
  }
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li > a,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li > span {
  display: block;
  text-transform: none;
  font-weight: bold;
  font-size: 1rem;
  color: #555;
  line-height: 40px;
  transition: color 0.2s ease-in-out;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li > a:hover,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li > span:hover,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li > a:focus,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li > span:focus {
  text-decoration: none;
  cursor: pointer;
  color: #484848;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search:after {
  display: none;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  padding: 10px;
  background-color: #fff;
  margin-top: 0px;
  right: 0px;
  transform: scale(0.9);
  transform-origin: 100% 0;
  transition: all 0.25s ease-in-out;
  max-width: 300px;
  border: 1px solid #efefef;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form::before,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form::after {
  border-bottom-color: #d8d8d8;
  top: -6px;
  z-index: -1;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form.open {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  z-index: 1004;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form .form-control {
  box-shadow: none;
  border-color: #efefef;
  border-radius: 0px;
  height: 42px;
  min-width: 200px;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form .form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.header_btn_search .header_btn_search_form .btn.btn-primary {
  border-color: transparent;
  border-radius: 0px;
  padding: 10px;
  margin-left: -1px;
  z-index: 2;
  transition: all 0.3s ease;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item > .dropdown_content {
  max-height: 100vh;
  margin-top: 0;
  text-align: left;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  transform: translateY(1rem);
  z-index: 1;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content {
  overflow: hidden;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul {
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  min-width: 230px;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li {
  padding: 0rem 1rem;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a {
  display: block;
  padding: 0.5rem 0rem;
  color: #888;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f5f5f5;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  transition: all 0.2s ease-in-out;
  background: #E30916;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:hover,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:focus {
  text-decoration: none;
  color: #E30916;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:hover:after,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:focus:after {
  right: 0;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li.active > a,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li.open > a {
  color: #E30916;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content {
  max-width: 1140px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ {
  margin: 0;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ:after {
  content: "";
  display: block;
  clear: both;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ .nav.nav-tabs {
  display: none;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs {
  display: block;
  float: left;
  width: 20%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  border-bottom: 0;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs:before {
  content: "Kategorien";
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem 0.938rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li {
  float: none;
  display: block;
  margin-bottom: 0;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li > a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-right: 0;
  color: #555;
  transition: all 0.15s ease-in-out;
  position: relative;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.3rem;
  border-right: 2px solid #555;
  border-top: 2px solid #555;
  right: 0.938rem;
  transition: all 0.15s ease-in-out;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li > a:hover,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li > a:focus {
  background-color: #efefef;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li.active > a {
  color: #fff;
  background-color: #E30916;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li.active > a::after {
  border-color: #fff;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .tab-content {
  float: right;
  width: 80%;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel {
  margin: 0;
  padding: 1rem;
  list-style-type: none;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li {
  width: 33.33333334%;
  padding: 0rem 1rem;
  float: left;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > a {
  display: block;
  position: relative;
  margin: 0 0 0.5rem;
  padding: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > a:hover,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > a:focus {
  text-decoration: none;
  cursor: default;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li {
  padding: 0rem;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a {
  display: block;
  padding: 0.5rem 0rem;
  color: #888;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f5f5f5;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 1px;
  transition: all 0.2s ease-in-out;
  background: #E30916;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:hover,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:focus {
  text-decoration: none;
  color: #E30916;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:hover:after,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:focus:after {
  right: 0;
}
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li:hover.dropdown_item > .dropdown_content,
.header_logobar_wrapper .header_logobar .header_navbar .main_menu > ul > li:focus.dropdown_item > .dropdown_content {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  transform: translateY(0);
}
.header_logobar_wrapper .header_logobar #checkout_navigation {
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
}
/*-----------------------
/config/theme/css/layout/_q348/footer
-----------------------*/
/***************************
 * FOOTER
***************************/
#layout_footer {
  background-color: #4A4A49;
  color: #fff;
}
#layout_footer .layout_footer_top {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  #layout_footer .layout_footer_top {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1200px) {
  #layout_footer .layout_footer_top {
    padding: 5rem 0;
  }
}
#layout_footer .layout_footer_top .row [class*='col-'] {
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_top .row [class*='col-'] {
    margin: 0;
  }
}
#layout_footer .layout_footer_top .row [class*='col-']:last-child {
  margin: 0;
}
#layout_footer .layout_footer_top .footer_title {
  color: #fff;
  font-family: 'Prata', serif;
  display: block;
  margin: 0 0 1rem;
}
#layout_footer .layout_footer_top .footer_teaser .teaserQ {
  padding: 0;
}
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserHeadlineQ {
  display: block;
  margin: 0 0 1rem;
}
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserHeadlineQ > h3 {
  margin: 0;
  color: #fff;
  font-family: 'Prata', serif;
}
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserImageQ {
  display: none;
}
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserTextQ > p {
  text-align: left;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
#layout_footer .layout_footer_top .footer_teaser .teaserQ .teaserLinkQ > a > span {
  display: none;
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style-type: none;
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials > div {
  display: inline-flex;
  flex-flow: row;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 10px 10px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #525251;
  transition: background 0.3s ease;
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials > div > div {
  width: 100%;
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials > div > div > a {
  display: flex;
  width: 45px;
  height: 45px;
  padding: 0 10px;
  align-items: center;
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials > div > div > a > picture {
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.38, -0.12, 0.24, 1.91);
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials > div:hover {
  background: #595958;
}
#layout_footer .layout_footer_top .footer_teaser > .footer_socials > div:hover > div > a > picture {
  transform: scale(1);
}
#layout_footer .layout_footer_top .footer_menue .insertlisting > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#layout_footer .layout_footer_top .footer_menue .insertlisting > ul > li {
  float: left;
  margin: 0 5px 5px 0;
}
#layout_footer .layout_footer_top .footer_menue .insertlisting > ul > li > a {
  display: inline-block;
  background-color: #525251;
  padding: 2px 7px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
#layout_footer .layout_footer_top .footer_menue .insertlisting > ul > li > a:hover,
#layout_footer .layout_footer_top .footer_menue .insertlisting > ul > li > a:focus {
  text-decoration: none;
  border-color: #E30916;
}
#layout_footer .layout_footer_top .footer_address > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#layout_footer .layout_footer_top .footer_address > ul > li {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.75);
}
#layout_footer .layout_footer_top .footer_address > ul > li > span {
  color: #fff;
  padding-right: 10px;
  text-align: center;
  font-size: 16px;
}
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten a {
  color: rgba(255, 255, 255, 0.75);
  word-break: break-word;
}
#layout_footer .layout_footer_top .bx-wrapper .bx-controls-direction {
  position: relative;
}
#layout_footer .layout_footer_top .bx-wrapper .bx-controls-direction a {
  background-color: rgba(255, 255, 255, 0.03);
}
#layout_footer .layout_footer_top .bx-wrapper .bx-controls-direction a:hover,
#layout_footer .layout_footer_top .bx-wrapper .bx-controls-direction a:focus {
  background-color: rgba(255, 255, 255, 0.07);
}
#layout_footer .layout_footer_top .bx-wrapper .bx-controls-direction a.bx-next::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
#layout_footer .layout_footer_top .bx-wrapper .bx-controls-direction a.bx-prev:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#layout_footer .layout_footer_bottom {
  background-color: #424241;
  text-align: center;
  padding: 2rem 0;
}
#layout_footer .layout_footer_bottom .insertfooter {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom .insertfooter {
    justify-content: space-between;
    flex-flow: row;
  }
}
#layout_footer .layout_footer_bottom .insertfooter > ul {
  order: 1;
  text-align: center;
  padding: 0;
  max-width: 600px;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom .insertfooter > ul {
    text-align: left;
  }
}
#layout_footer .layout_footer_bottom .insertfooter > ul > li {
  display: block;
  float: left;
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_bottom .insertfooter > ul > li {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_bottom .insertfooter > ul > li {
    float: none;
    display: inline-block;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_bottom .insertfooter > ul > li:after {
    content: "\2022";
    display: inline-block;
    margin: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_bottom .insertfooter > ul > li:last-child::after {
    content: "";
    display: none;
  }
}
#layout_footer .layout_footer_bottom .insertfooter > ul > li > a,
#layout_footer .layout_footer_bottom .insertfooter > ul > li > span {
  display: block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_bottom .insertfooter > ul > li > a,
  #layout_footer .layout_footer_bottom .insertfooter > ul > li > span {
    display: inline;
    background-color: transparent;
    padding: 0;
  }
}
#layout_footer .layout_footer_bottom .insertfooter > p {
  order: 2;
  display: block;
  margin: 15px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom .insertfooter > p {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    margin: 0;
    text-align: right;
  }
}
#layout_footer .layout_footer_bottom .insertfooter > p a {
  color: #fff;
}
#layout_footer .layout_footer_bottom .insertfooter > p ~ p {
  order: 3;
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom .insertfooter > p ~ p {
    display: inline-block;
    margin: 0;
    text-align: right;
  }
}
/*-----------------------
/config/theme/css/layout/_q348/call-to-action
-----------------------*/
/***************************
 * SLIDE-IN CTA-WIDGET
***************************/
#slide-in {
  display: none;
  position: fixed;
  left: 20px;
  bottom: -250px;
  width: 340px;
  height: 200px;
  padding: 30px 30px;
  background: #525251;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: 7000;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
}
@media screen and (min-width: 992px) {
  #slide-in {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #slide-in {
    width: 340px;
  }
}
#slide-in.slide_stop {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}
#slide-in.slide_in-closed {
  bottom: -200px;
  visibility: visible;
  opacity: 1;
}
#slide-in .box-text-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#slide-in .box-text-img .box-img {
  border: 3px solid #fff;
  width: 100%;
  height: 100px ;
  float: left;
  margin: 0 10px 10px 0;
}
#slide-in .slide_in-close {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  border-radius: 0;
  border: 0;
  height: 50px;
  padding: 0 30px;
  justify-content: flex-start;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#slide-in .slide_in-close .iconSetQ {
  margin-right: 5px;
}
#slide-in .slide_in-close.slide_in-button-hide {
  right: 0 !important;
}
#slide-in .slide_in-close:hover {
  background: #383837;
}
#slide-in .kuechen-25-aktion {
  position: absolute;
  right: -45px;
  width: 110px;
  top: -105px;
  animation: wave-animation 7s forwards infinite;
  transform-origin: 40% 90%;
}
@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  2.5% {
    transform: rotate(10deg);
  }
  5% {
    transform: rotate(-6deg);
  }
  7.5% {
    transform: rotate(10deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  12.5% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*-----------------------
/config/theme/css/layout/_q348/slider
-----------------------*/
/******************
 * SLIDER
 ******************/
#layout_slider {
  overflow: hidden;
  position: relative;
  background-color: #EBEBEB;
  height: 400px;
  max-height: 1000px;
}
@media screen and (min-width: 768px) {
  #layout_slider {
    padding: 3rem 0;
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider {
    height: calc(100vh - ( 45px  +  140px ));
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider {
    height: calc(100vh - ( 45px  +  140px ));
  }
}
#layout_slider .bx-viewport,
#layout_slider .staticQ {
  max-width: 2500px;
  margin: 0 auto;
}
#layout_slider .bx-viewport .counter-neueroeffnung,
#layout_slider .staticQ .counter-neueroeffnung {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}
#layout_slider .bx-viewport .counter-neueroeffnung > div,
#layout_slider .staticQ .counter-neueroeffnung > div {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #E30916;
  color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 1px;
}
@media screen and (min-width: 768px) {
  #layout_slider .bx-viewport .counter-neueroeffnung > div,
  #layout_slider .staticQ .counter-neueroeffnung > div {
    padding: 10px 30px;
  }
}
#layout_slider .bx-viewport .counter-neueroeffnung > div .title,
#layout_slider .staticQ .counter-neueroeffnung > div .title {
  color: #fff;
  font-size: 0.8rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  #layout_slider .bx-viewport .counter-neueroeffnung > div .title,
  #layout_slider .staticQ .counter-neueroeffnung > div .title {
    font-size: 1rem;
  }
}
#layout_slider .bx-viewport .counter-neueroeffnung > div .time,
#layout_slider .staticQ .counter-neueroeffnung > div .time {
  order: 1;
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  #layout_slider .bx-viewport .counter-neueroeffnung > div .time,
  #layout_slider .staticQ .counter-neueroeffnung > div .time {
    font-size: 2.5rem;
  }
}
#layout_slider .sliderQ,
#layout_slider .staticQ {
  height: 100%;
}
#layout_slider .sliderQ .sliderItemQ,
#layout_slider .staticQ .sliderItemQ,
#layout_slider .sliderQ .staticItemQ,
#layout_slider .staticQ .staticItemQ {
  height: 100%;
  display: flex;
  opacity: 1;
  align-items: center;
}
#layout_slider .sliderQ .sliderItemQ .slider_content,
#layout_slider .staticQ .sliderItemQ .slider_content,
#layout_slider .sliderQ .staticItemQ .slider_content,
#layout_slider .staticQ .staticItemQ .slider_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  z-index: 200;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content,
  #layout_slider .staticQ .sliderItemQ .slider_content,
  #layout_slider .sliderQ .staticItemQ .slider_content,
  #layout_slider .staticQ .staticItemQ .slider_content {
    padding: 2%;
    transform: translate(0, -50%);
    height: auto;
    top: 50%;
    width: 60%;
    left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content,
  #layout_slider .staticQ .sliderItemQ .slider_content,
  #layout_slider .sliderQ .staticItemQ .slider_content,
  #layout_slider .staticQ .staticItemQ .slider_content {
    left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content,
  #layout_slider .staticQ .sliderItemQ .slider_content,
  #layout_slider .sliderQ .staticItemQ .slider_content,
  #layout_slider .staticQ .staticItemQ .slider_content {
    padding: 5% 2%;
    width: 50%;
  }
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title {
  display: block;
  margin: 0 0 1rem 0;
  font-size: 2.5rem;
  color: #000;
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title mark,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title mark,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title mark,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title mark,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title span,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_title span,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_title span,
#layout_slider .staticQ .staticItemQ .slider_content .slider_title span {
  background: none;
  color: #E30916;
}
@media screen and (min-width: 1200px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
  #layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
  #layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
  #layout_slider .staticQ .staticItemQ .slider_content .slider_title {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1900px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content .slider_title,
  #layout_slider .staticQ .sliderItemQ .slider_content .slider_title,
  #layout_slider .sliderQ .staticItemQ .slider_content .slider_title,
  #layout_slider .staticQ .staticItemQ .slider_content .slider_title {
    font-size: 4.2rem;
  }
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_text > p,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_text > p,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_text > p,
#layout_slider .staticQ .staticItemQ .slider_content .slider_text > p {
  display: none;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 992px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content .slider_text > p,
  #layout_slider .staticQ .sliderItemQ .slider_content .slider_text > p,
  #layout_slider .sliderQ .staticItemQ .slider_content .slider_text > p,
  #layout_slider .staticQ .staticItemQ .slider_content .slider_text > p {
    display: block;
  }
}
@media screen and (min-width: 1900px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content .slider_text > p,
  #layout_slider .staticQ .sliderItemQ .slider_content .slider_text > p,
  #layout_slider .sliderQ .staticItemQ .slider_content .slider_text > p,
  #layout_slider .staticQ .staticItemQ .slider_content .slider_text > p {
    font-size: 1.125rem;
  }
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_link > a,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_link > a,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_link > a,
#layout_slider .staticQ .staticItemQ .slider_content .slider_link > a {
  display: inline-block;
  margin: 0;
  margin-top: 1rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  background: #E30916;
  color: #fff;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_link > a:hover,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_link > a:hover,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_link > a:hover,
#layout_slider .staticQ .staticItemQ .slider_content .slider_link > a:hover,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_link > a:focus,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_link > a:focus,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_link > a:focus,
#layout_slider .staticQ .staticItemQ .slider_content .slider_link > a:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_link > a:hover,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_link > a:hover,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_link > a:hover,
#layout_slider .staticQ .staticItemQ .slider_content .slider_link > a:hover,
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_link > a:focus,
#layout_slider .staticQ .sliderItemQ .slider_content .slider_link > a:focus,
#layout_slider .sliderQ .staticItemQ .slider_content .slider_link > a:focus,
#layout_slider .staticQ .staticItemQ .slider_content .slider_link > a:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
#layout_slider .sliderQ .sliderItemQ div.slider_image,
#layout_slider .staticQ .sliderItemQ div.slider_image,
#layout_slider .sliderQ .staticItemQ div.slider_image,
#layout_slider .staticQ .staticItemQ div.slider_image {
  width: 100%;
  overflow: hidden;
  z-index: 100;
  margin: 0;
  height: 400px;
}
@media screen and (min-width: 768px) {
  #layout_slider .sliderQ .sliderItemQ div.slider_image,
  #layout_slider .staticQ .sliderItemQ div.slider_image,
  #layout_slider .sliderQ .staticItemQ div.slider_image,
  #layout_slider .staticQ .staticItemQ div.slider_image {
    margin: 0 1rem 0 auto;
    width: 70%;
    height: calc( 450px  - ( 3rem  * 2));
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .sliderQ .sliderItemQ div.slider_image,
  #layout_slider .staticQ .sliderItemQ div.slider_image,
  #layout_slider .sliderQ .staticItemQ div.slider_image,
  #layout_slider .staticQ .staticItemQ div.slider_image {
    height: calc( calc(100vh - ( 45px  +  140px ))  - ( 3rem  * 2));
    height: 100%;
    margin: 0 5rem 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .sliderQ .sliderItemQ div.slider_image,
  #layout_slider .staticQ .sliderItemQ div.slider_image,
  #layout_slider .sliderQ .staticItemQ div.slider_image,
  #layout_slider .staticQ .staticItemQ div.slider_image {
    height: calc( calc(100vh - ( 45px  +  140px ))  - ( 3rem  * 2));
    height: 100%;
  }
}
#layout_slider .sliderQ:not(.sliderQ-activated) .sliderItemQ {
  visibility: hidden;
}
#layout_slider .sliderQ:not(.sliderQ-activated) .slider_caption {
  display: none;
}
#layout_slider .sliderQ .sliderItemQ {
  transition: auto;
}
#layout_slider .sliderQ .sliderItemQ:not(.active) {
  animation: hide 0.3s ease forwards alternate;
}
#layout_slider .sliderQ .sliderItemQ .slider_content {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  #layout_slider .sliderQ .sliderItemQ .slider_content {
    transform: translate(-40rem, 40rem);
    transition: all 1.2s ease-in-out 0.3s;
  }
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_title {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.3s ease-in-out 1.3s;
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_text {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.3s ease-in-out 1.5s;
}
#layout_slider .sliderQ .sliderItemQ .slider_content .slider_link {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.3s ease-in-out 1.7s;
}
#layout_slider .sliderQ .sliderItemQ div.slider_image {
  opacity: 0;
  transform: translate(0rem, 0rem);
  transition: all 1s ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  #layout_slider .sliderQ .sliderItemQ div.slider_image {
    transition: all 1.5s ease-in-out 0.3s;
    transform: translate(10rem, 20rem);
  }
}
#layout_slider .sliderQ .sliderItemQ.active .slider_link,
#layout_slider .sliderQ .sliderItemQ.active .slider_text,
#layout_slider .sliderQ .sliderItemQ.active .slider_title {
  transform: translateY(0);
  opacity: 1;
}
#layout_slider .sliderQ .sliderItemQ.active .slider_content {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #layout_slider .sliderQ .sliderItemQ.active .slider_content {
    transform: translate(0, -50%);
  }
}
#layout_slider .sliderQ .sliderItemQ.active .slider_image {
  transform: translate(0);
  opacity: 1;
}
#layout_slider .bx-wrapper {
  margin-bottom: 0;
}
#layout_slider .bx-wrapper .bx-controls-direction {
  display: none;
}
@media screen and (min-width: 992px) {
  #layout_slider .bx-wrapper .bx-controls-direction {
    display: block;
  }
}
#layout_slider .bx-wrapper .bx-controls-direction a {
  background: none;
  background-color: transparent;
  height: 50px;
  width: 50px;
  top: auto;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}
#layout_slider .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.26rem;
}
#layout_slider .bx-wrapper .bx-controls-direction a:hover,
#layout_slider .bx-wrapper .bx-controls-direction a:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  left: auto;
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-next::before {
  border-right: 2px solid #4A4A49;
  border-top: 2px solid #4A4A49;
  right: 1.4rem;
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  right: auto;
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  border-left: 2px solid #4A4A49;
  border-bottom: 2px solid #4A4A49;
  left: 1.4rem;
}
#layout_slider .bx-wrapper .bx-pager {
  display: block;
  top: 0;
  right: 0;
  z-index: 100;
  width: auto;
  bottom: auto;
  padding: 15px 15px 0 0;
  z-index: 202;
}
@media screen and (min-width: 768px) {
  #layout_slider .bx-wrapper .bx-pager {
    padding: 2rem 3rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .bx-wrapper .bx-pager {
    padding: 2rem 7rem 0 0;
  }
}
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #fff;
}
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a:hover:after,
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a:focus:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E30916;
  content: '';
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
#layout_slider .bx-wrapper .bx-pager.bx-default-pager a.active:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#layout_slider .slider_preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#layout_slider .slider_preloader .spinner {
  width: 1rem;
  height: 1rem;
  margin: 1rem 0.2rem;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  animation: bouncing 0.6s infinite alternate;
}
#layout_slider .slider_preloader .spinner:nth-child(2) {
  animation-delay: 0.2s;
}
#layout_slider .slider_preloader .spinner:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bouncing {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-1rem);
    opacity: 0.1;
  }
}
/******************
 * VIDEO IM SLIDER
 ******************/
#layout_wrapper:has(.lp-hero_wrapper) #layout_slider {
  padding: 0;
  height: auto;
}
#layout_wrapper:has(.lp-hero_wrapper) #layout_header .header_logobar_wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  transition: ease 0.5s all;
}
#layout_wrapper:has(.lp-hero_wrapper) #layout_header.scrolled .header_logobar_wrapper {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #layout_wrapper:has(.lp-hero_wrapper) {
    padding-top: unset;
  }
}
/*-----------------------
/config/theme/css/layout/_q348/content
-----------------------*/
/******************
 * MAIN
 ******************/
#layout_main {
  padding: 2rem 0;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #layout_main {
    padding: 4rem 0;
  }
}
#layout_main.start {
  padding: 0;
}
/******************
 * SIDEBAR
 ******************/
#layout_sidebar .sidebar_title {
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  letter-spacing: 1px;
}
#layout_sidebar .sidebar_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 2px solid #E30916;
}
#layout_sidebar .sidebar_menu {
  margin: 0;
  padding: 1rem;
  list-style-type: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
#layout_sidebar .sidebar_menu > li {
  padding: 0.375rem 0;
}
#layout_sidebar .sidebar_menu > li > a {
  display: block;
  position: relative;
  color: #777777;
  transition: color 0.15s ease-in-out;
}
#layout_sidebar .sidebar_menu > li > a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.3rem;
  border-right: 2px solid #E30916;
  border-top: 2px solid #E30916;
  right: 1rem;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
#layout_sidebar .sidebar_menu > li > a:hover,
#layout_sidebar .sidebar_menu > li > a:focus {
  color: #E30916;
  text-decoration: none;
}
#layout_sidebar .sidebar_menu > li > a:hover::after,
#layout_sidebar .sidebar_menu > li > a:focus::after {
  opacity: 1;
  right: 0;
}
#layout_sidebar .sidebar_menu > li.active > a {
  color: #000000;
}
#layout_sidebar .sidebar_menu > li.active > a::after {
  opacity: 1;
  right: 0;
  border-color: #000000;
}
/******************
 * CONTENT
 ******************/
#layout_content.start {
  padding: 0;
  background-color: #4A4A49;
  color: #fff;
}
#layout_content.start .btn.btn-primary {
  margin-top: 1rem;
}
#layout_content .insertaktionsleiste {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 2rem;
}
@media screen and (min-width: 992px) {
  #layout_content .insertaktionsleiste {
    margin: 0;
  }
}
#layout_content .insertaktionsleiste .btn.btn-primary {
  background-color: #f5f5f5;
  color: #777777;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #layout_content .insertaktionsleiste .btn.btn-primary::after {
    content: attr(title);
    position: absolute;
    display: inline-block;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #777;
    border-radius: 2px;
    padding: 0.25rem;
    color: #fff;
    opacity: 0;
    transition: all 0.15s ease-in-out;
  }
}
#layout_content .insertaktionsleiste .btn.btn-primary:hover,
#layout_content .insertaktionsleiste .btn.btn-primary:focus {
  box-shadow: none;
  border-color: #E30916;
  color: #E30916;
}
@media screen and (min-width: 1200px) {
  #layout_content .insertaktionsleiste .btn.btn-primary:hover::after,
  #layout_content .insertaktionsleiste .btn.btn-primary:focus::after {
    opacity: 1;
    bottom: -2.5rem;
  }
}
#layout_content .creatorreferenceconsultingworld > p {
  font-size: 0.875rem;
  color: #999999;
}
/******************
 * CTA MAIN
 ******************/
.cta_main .inner-box .content-column .inner-column .btn {
  animation: wiggle 5s linear infinite;
}
@keyframes wiggle {
  0%,
  10% {
    transform: rotateZ(0);
  }
  12% {
    transform: rotateZ(-4deg);
  }
  14% {
    transform: rotateZ(4deg);
  }
  16% {
    transform: rotateZ(-2deg);
  }
  18% {
    transform: rotateZ(2deg);
  }
  20% {
    transform: rotateZ(-2deg);
  }
  22%,
  100% {
    transform: rotateZ(0);
  }
}
/******************
 * REFERENZEN: Detail
 ******************/
#referenzenq_container {
  max-width: 1700px;
  margin: 0 auto;
}
#referenzenq_container #rQ_fullscreen_slider {
  margin: 0 0 2rem 0;
  height: auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  #referenzenq_container #rQ_fullscreen_slider {
    height: 550px;
  }
}
#referenzenq_container #rQ_fullscreen_slider .responsiveImageQ {
  height: 250px;
}
@media screen and (min-width: 992px) {
  #referenzenq_container #rQ_fullscreen_slider .responsiveImageQ {
    height: 550px;
  }
}
@media screen and (min-width: 992px) {
  #referenzenq_container #rQ_fullscreen_slider .rQ_headline {
    position: absolute;
    width: 100%;
    bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #referenzenq_container #rQ_fullscreen_slider .rQ_headline h1 {
    background: #fff;
    display: inline-block;
    padding: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #referenzenq_container #rQ_fullscreen_slider .rQ_headline p.lead {
    background: #fff;
    display: inline-block;
    padding: 1rem;
    margin: 0;
  }
}
#referenzenq_container #rQ_main_info {
  margin: 2rem 0;
}
#referenzenq_container #rQ_main_info .project_details_item {
  min-height: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#referenzenq_container #rQ_main_info .project_details_item .project_details_title {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#referenzenq_container #rQ_main_info .project_details_item .project_details_title {
  display: block;
}
#referenzenq_container #rQ_main_info .row [class*='col-'] {
  border-right: 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  #referenzenq_container #rQ_main_info .row [class*='col-'] {
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }
}
#referenzenq_container #rQ_main_info .row [class*='col-']:last-child {
  border: 0;
}
#referenzenq_container #rQ_main_gallery {
  margin: 2rem 0;
}
#referenzenq_container #rQ_main_gallery .bx-wrapper {
  margin-bottom: 0;
}
#referenzenq_container #rQ_main_gallery .bx-wrapper .sliderItemQ {
  height: 340px;
  position: relative;
}
#referenzenq_container #rQ_main_gallery .bx-wrapper .sliderItemQ:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #E30916;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#referenzenq_container #rQ_main_gallery .bx-wrapper .sliderItemQ:hover:after {
  opacity: 0.3;
}
/******************
 * CONTACT
 ******************/
#layout_cta.home_contact {
  background: transparent;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #layout_cta.home_contact {
    padding: 0;
  }
}
/******************
 * SERVICE
 ******************/
#teaser_service .row [class*='col-'] {
  padding: 0;
}
#teaser_service .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
  margin: 15px !important;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #teaser_service .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  #teaser_service .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc(33.3333% - 30px);
  }
}
@media (min-width: 1200px) {
  #teaser_service .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc(33.3333% - 30px);
  }
}
#teaser_service .teaserQ {
  overflow: hidden;
}
#teaser_service .teaserQ:before,
#teaser_service .teaserQ:after {
  background: #E30916;
  width: 200%;
  height: 200%;
  position: absolute;
  content: '';
  opacity: 0.6;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  z-index: 1;
}
#teaser_service .teaserQ:after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-200%);
  transform: skew(-45deg) translateX(-200%);
}
#teaser_service .teaserQ:before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(200%);
  transform: skew(-45deg) translateX(200%);
}
#teaser_service .teaserQ .teaserHeadlineQ {
  bottom: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  width: 100%;
  min-height: 50px;
  position: absolute;
  transition: all 0.7s ease 0.3s;
  padding-bottom: 15px;
}
#teaser_service .teaserQ .teaserHeadlineQ > h3 {
  color: #fff;
}
#teaser_service .teaserQ .teaserImageQ {
  height: 20rem;
  order: 1;
  width: 100%;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}
#teaser_service .teaserQ .teaserImageQ:before {
  display: none;
}
#teaser_service .teaserQ .teaserImageQ > div {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
#teaser_service .teaserQ .teaserTextQ {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 30px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  top: 50%;
  transform: translateY(-40%);
  z-index: 2;
  width: 100%;
}
#teaser_service .teaserQ .teaserTextQ > p {
  font-size: 1.2rem;
  color: #fff;
}
#teaser_service .teaserQ .teaserLinkQ {
  order: 4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#teaser_service .teaserQ .teaserLinkQ > a {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3;
}
#teaser_service .teaserQ .teaserLinkQ > a > span {
  display: none;
}
#teaser_service .teaserQ:hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
#teaser_service .teaserQ:hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
#teaser_service .teaserQ:hover .teaserHeadlineQ {
  opacity: 0;
  transition: all 0.3s ease;
}
#teaser_service .teaserQ:hover .teaserTextQ {
  opacity: 1;
  transition: all 0.7s ease 0.3s;
  transform: translateY(-50%);
}
#teaser_service .teaserQ:hover .teaserImageQ > div {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.4;
  transition: all 0.45s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.service_reason {
  min-height: 190px;
}
/******************
 * SHOWROOM
 ******************/
.showroom_wrapper .showroom_slider {
  height: 300px;
  margin-bottom: 33px;
}
@media (min-width: 992px) {
  .showroom_wrapper .showroom_slider {
    height: 400px;
  }
}
.showroom_wrapper .showroom_box_01 {
  height: 300px;
}
@media (min-width: 992px) {
  .showroom_wrapper .showroom_box_01 {
    height: 600px;
  }
}
.showroom_wrapper .showroom_box_02 {
  height: 300px;
}
@media (min-width: 992px) {
  .showroom_wrapper .showroom_box_02 {
    height: 350px;
  }
}
/******************
 * BEWERTUNGEN
 ******************/
.rating-container .rating-stars {
  color: #E30916;
}
.rating-container {
  line-height: 1em;
  /*! margin-top: -0.75em; */
}
#ktzufriedenheit textarea[name="bemerkung"] {
  width: 98%;
}
#ktzufriedenheit #ktoptional1 {
  display: none;
}
#ktzufriedenheit #optional1Ja,
#ktzufriedenheit #optional1Nein,
#ktzufriedenheit #ktoptional1 input {
  margin-right: 10px;
}
#ktzufriedenheit #ktoptional1 label {
  font-weight: 100;
}
#ktAnzahlErgebnisse {
  font-weight: 600;
}
#ktAnzahlErgebnisse:before,
#ktAnzahlErgebnisse:after {
  content: " ";
}
#surveyQwrapper .surveyQauthor {
  font-weight: 600;
}
@media (max-width: 767px) {
  #surveyQwrapper .equalHeightQ-spacer .equalizeClearfixQ {
    height: 0;
  }
  #surveyQwrapper .text-right {
    text-align: left;
  }
}
/*-----------------------
/config/theme/css/layout/_q348/startseite
-----------------------*/
/******************
 * STARTSEITEN-MODULE
 ******************/
.layout_start .section_title {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .layout_start .section_title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout_start .section_title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .layout_start .section_title {
    font-size: 4rem;
  }
}
.layout_start .section_title mark {
  background: none;
  color: #E30916;
}
.layout_start .lead {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .layout_start .lead {
    font-size: 1.5rem;
    margin: 0 0 1rem;
  }
}
.section_title mark {
  background: none;
  color: #E30916;
}
.start_section {
  background-color: #fff;
}
.start_section:nth-child(2n + 0) {
  background-color: #f5f5f5;
}
.start_section_full_bg + .start_section_full_bg {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .start_section_full_bg + .start_section_full_bg {
    margin-top: 45px;
  }
}
.start_section_full_bg + .start_section_full_bg + .start_section_full_bg {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .start_section_full_bg + .start_section_full_bg + .start_section_full_bg {
    margin-top: 45px;
  }
}
/******************
 * INDIVIDUELL
 ******************/
#layout_individuell_01 .template_individuell_01,
#layout_individuell_02 .template_individuell_01 {
  overflow: hidden;
  position: relative;
  background-color: #4A4A49;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_individuell_01 .template_individuell_01,
  #layout_individuell_02 .template_individuell_01 {
    padding: 6rem 0;
  }
}
#layout_individuell_01 .template_individuell_01 .image_bg,
#layout_individuell_02 .template_individuell_01 .image_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#layout_individuell_01 .template_individuell_01 .image_bg img,
#layout_individuell_02 .template_individuell_01 .image_bg img {
  transition: transform 25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#layout_individuell_01 .template_individuell_01 .image_bg:before,
#layout_individuell_02 .template_individuell_01 .image_bg:before {
  content: "";
  background-color: #4A4A49;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
#layout_individuell_01 .template_individuell_01:hover .image_bg img,
#layout_individuell_02 .template_individuell_01:hover .image_bg img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
#layout_individuell_01 .template_individuell_01 .background_font,
#layout_individuell_02 .template_individuell_01 .background_font {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Prata', serif;
  font-size: 8vw;
  opacity: 0.05;
  font-weight: 800;
  margin: auto;
  z-index: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #layout_individuell_01 .template_individuell_01 .background_font,
  #layout_individuell_02 .template_individuell_01 .background_font {
    display: block;
  }
}
#layout_individuell_01 .template_individuell_01 .inner-text,
#layout_individuell_02 .template_individuell_01 .inner-text {
  text-align: center;
  max-width: 800px;
  position: relative;
  z-index: 2;
  padding: 15px;
}
#layout_individuell_01 .template_individuell_01 .inner-text .section_title,
#layout_individuell_02 .template_individuell_01 .inner-text .section_title,
#layout_individuell_01 .template_individuell_01 .inner-text h2,
#layout_individuell_02 .template_individuell_01 .inner-text h2,
#layout_individuell_01 .template_individuell_01 .inner-text h3,
#layout_individuell_02 .template_individuell_01 .inner-text h3 {
  color: #fff;
  margin-top: 0;
}
#layout_individuell_01 .template_individuell_01 .inner-text p,
#layout_individuell_02 .template_individuell_01 .inner-text p {
  color: #fff;
}
#layout_individuell_01 .template_individuell_02,
#layout_individuell_02 .template_individuell_02 {
  background-color: #E30916;
  display: flex;
  justify-content: center;
  align-items: center;
}
#layout_individuell_01 .template_individuell_02 .marquee,
#layout_individuell_02 .template_individuell_02 .marquee {
  position: relative;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
#layout_individuell_01 .template_individuell_02 .marquee span,
#layout_individuell_02 .template_individuell_02 .marquee span,
#layout_individuell_01 .template_individuell_02 .marquee a,
#layout_individuell_02 .template_individuell_02 .marquee a {
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  font-size: 1.25rem;
  padding-left: 100%;
  animation: marquee 27s cubic-bezier(0, 0.25, 1, 0.75) infinite;
}
#layout_individuell_01 .template_individuell_02 .marquee span:hover,
#layout_individuell_02 .template_individuell_02 .marquee span:hover,
#layout_individuell_01 .template_individuell_02 .marquee a:hover,
#layout_individuell_02 .template_individuell_02 .marquee a:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
#layout_individuell_01 .template_individuell_03,
#layout_individuell_02 .template_individuell_03 {
  position: relative;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_individuell_01 .template_individuell_03,
  #layout_individuell_02 .template_individuell_03 {
    padding: 6rem 0;
  }
}
/******************
 * CALL TO ACTION
 ******************/
#layout_cta {
  position: relative;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_cta {
    padding: 6rem 0;
    text-align: left;
  }
}
#layout_cta .contact-content {
  padding: 40px 15px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  height: 100%;
  display: block;
  background: #fff;
}
#layout_cta .contact-content .icon-holder {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 3rem;
}
#layout_cta .contact-content .contact-title {
  display: block;
  margin: 0 0 1rem 0;
  color: #E30916;
  font-family: 'Prata', serif;
}
/******************
 * STARTSEITENTEXT
 ******************/
#layout_content.start {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#layout_content.start .container-fluid {
  padding: 0;
}
#layout_content.start .about-wrap {
  display: flex;
  max-width: 2500px;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 1935px) {
  #layout_content.start .about-wrap {
    margin: 0 auto;
  }
}
#layout_content.start .about-wrap .about-content-left {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 80px;
}
#layout_content.start .about-wrap .about-content-left .about-img {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  height: 100%;
  width: 100%;
}
#layout_content.start .about-wrap .about-content-left .about-img .bx-wrapper {
  margin: 0 auto !important;
}
#layout_content.start .about-wrap .about-content-right {
  padding: 2rem 0;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #layout_content.start .about-wrap .about-content-right {
    padding: 60px 60px;
  }
}
#layout_content.start .about-wrap .about-content-right h1 {
  color: #fff;
}
/******************
 * STARTSEITE: Teaser
 ******************/
#layout_teaser {
  position: relative;
  z-index: 100;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_teaser {
    padding: 6rem 0;
  }
}
#layout_teaser .row [class*='col-'] {
  margin-bottom: 0;
}
#layout_teaser .teaserQ {
  padding: 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  border-radius: 0px;
  text-align: center;
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
#layout_teaser .teaserQ .teaserImageQ {
  box-shadow: none;
}
#layout_teaser .teaserQ .teaserTextQ {
  padding: 0 1rem;
}
#layout_teaser .teaserQ .teaserTextQ > p {
  margin: 1.25rem 0;
}
#layout_teaser .teaserQ .teaserLinkQ a > span {
  display: none;
}
#layout_teaser .bx-wrapper {
  margin-bottom: 0 !important;
}
#layout_teaser .bx-wrapper .bx-viewport {
  padding: 0 15px;
}
#layout_teaser .bx-wrapper .bx-controls {
  padding: 0;
}
#layout_teaser .bx-wrapper .bx-controls-direction {
  display: block;
}
#layout_teaser .bx-wrapper .bx-controls-direction a {
  position: relative !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 1055px) {
  #layout_teaser .bx-wrapper .bx-controls-direction a {
    position: absolute !important;
    margin-top: -25px !important;
  }
}
#layout_teaser .bx-wrapper .bx-controls-direction a.bx-next {
  right: auto;
  left: 15px;
}
@media screen and (min-width: 1055px) {
  #layout_teaser .bx-wrapper .bx-controls-direction a.bx-next {
    right: -50px;
    left: auto;
  }
}
#layout_teaser .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 15px;
  right: auto;
}
@media screen and (min-width: 1055px) {
  #layout_teaser .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px;
  }
}
#layout_teaser .newsSliderQ:not(.newsSliderQ-activated) .teaserQ {
  visibility: hidden;
}
#layout_teaser .teaserListQ:not(.bx-wrapper):not(.newsSliderQ) {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1400px;
  padding: 15px;
}
#layout_teaser .teaserListQ:not(.bx-wrapper):not(.newsSliderQ) .teaserQ {
  flex: 1 1 100%;
  margin: 0;
  height: auto;
}
@media screen and (min-width: 1200px) {
  #layout_teaser .teaserListQ:not(.bx-wrapper):not(.newsSliderQ) .teaserQ {
    flex: 1 1 200px;
  }
}
#layout_teaser .teaserListQ:not(.bx-wrapper):not(.newsSliderQ):after {
  display: none;
}
/******************
* START: Aktionen + Stellenangebote
******************/
#layout_aktionen,
#layout_stellenangebote {
  overflow: hidden;
  position: relative;
  background-color: #4A4A49;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_aktionen,
  #layout_stellenangebote {
    padding: 6rem 0;
  }
}
#layout_aktionen .image_bg,
#layout_stellenangebote .image_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#layout_aktionen .image_bg img,
#layout_stellenangebote .image_bg img {
  transition: transform 25s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#layout_aktionen .image_bg:before,
#layout_stellenangebote .image_bg:before {
  content: "";
  background-color: #4A4A49;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
#layout_aktionen:hover .image_bg img,
#layout_stellenangebote:hover .image_bg img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
#layout_aktionen .background_font,
#layout_stellenangebote .background_font {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Prata', serif;
  font-size: 8vw;
  opacity: 0.05;
  font-weight: 800;
  margin: auto;
  z-index: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #layout_aktionen .background_font,
  #layout_stellenangebote .background_font {
    display: block;
  }
}
#layout_aktionen .inner-text,
#layout_stellenangebote .inner-text {
  text-align: center;
  max-width: 800px;
  position: relative;
  z-index: 2;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  #layout_aktionen .inner-text,
  #layout_stellenangebote .inner-text {
    padding: 0;
  }
}
#layout_aktionen .inner-text .section_title,
#layout_stellenangebote .inner-text .section_title,
#layout_aktionen .inner-text h2,
#layout_stellenangebote .inner-text h2,
#layout_aktionen .inner-text h3,
#layout_stellenangebote .inner-text h3 {
  color: #fff;
  margin-top: 0;
}
#layout_aktionen .inner-text p,
#layout_stellenangebote .inner-text p {
  color: #fff;
}
/******************
* START: Leistungen
******************/
#layout_services {
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #layout_services {
    padding: 6rem 0;
  }
}
#layout_services #layout_services_wrapper {
  --gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}
@media screen and (max-width: 767px) {
  #layout_services #layout_services_wrapper {
    --columns: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #layout_services #layout_services_wrapper {
    --columns: 2;
  }
}
@media screen and (min-width: 992px) {
  #layout_services #layout_services_wrapper {
    --columns: 4;
  }
}
#layout_services #layout_services_wrapper .layout_services_item {
  flex: 0 0 calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}
#layout_services .btn:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 10px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
  transform: rotate(135deg) translate(3px, -3px);
  transition: 0.3s ease all;
}
#layout_services .btn:hover:after {
  border-color: #000;
}
#layout_services.start_section--shrink #layout_services_wrapper .layout_services_item:nth-child(n+5) {
  display: none;
}
#layout_services.start_section--shrink .btn:after {
  transform: rotate(-45deg) translate(3px, -3px);
}
#layout_services .bx-viewport {
  padding: 25px 0;
}
#layout_services .newsSliderQ:not(.newsSliderQ-activated) .insertcontentnews_item {
  visibility: hidden;
}
#layout_services .bx-wrapper .bx-controls-direction {
  position: relative;
}
#layout_services [class*='col-'] {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #layout_services [class*='col-'] {
    margin-bottom: 0;
  }
}
/******************
 * STARTSEITE: Checkliste
 ******************/
#layout_checkliste {
  display: block;
  position: relative;
  z-index: 1;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_checkliste {
    padding: 6rem 0;
  }
}
/******************
 * STARTSEITE: meinhausgerätedoc
 ******************/
#layout_meinhausgeraetedoc {
  display: block;
  position: relative;
  z-index: 1;
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_meinhausgeraetedoc {
    padding: 6rem 0;
  }
}
/******************
 * STARTSEITE: Bewertung
 ******************/
#layout_bewertung {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_bewertung {
    padding: 6rem 0;
  }
}
#layout_bewertung .bx-wrapper {
  margin-bottom: 0 !important;
}
#layout_bewertung .bx-wrapper .bx-controls-direction {
  display: block;
}
#layout_bewertung .bx-wrapper .bx-controls-direction a {
  position: relative !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 1055px) {
  #layout_bewertung .bx-wrapper .bx-controls-direction a {
    position: absolute !important;
    margin-top: -25px !important;
  }
}
#layout_bewertung .bx-wrapper .bx-controls-direction a.bx-next {
  right: auto;
  left: 15px;
}
@media screen and (min-width: 1055px) {
  #layout_bewertung .bx-wrapper .bx-controls-direction a.bx-next {
    right: -50px;
    left: auto;
  }
}
#layout_bewertung .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 15px;
  right: auto;
}
@media screen and (min-width: 1055px) {
  #layout_bewertung .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px;
  }
}
#layout_bewertung .bx-wrapper .bx-pager {
  display: none;
  top: auto;
  right: 0;
  z-index: 100;
  width: auto;
  bottom: 13px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #layout_bewertung .bx-wrapper .bx-pager {
    display: block;
  }
}
#layout_bewertung .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.75);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: background 0.15s ease-in-out;
  border: 1px solid #E30916;
}
#layout_bewertung .bx-wrapper .bx-pager.bx-default-pager a:focus,
#layout_bewertung .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #fff;
}
#layout_bewertung .bx-wrapper .bx-pager.bx-default-pager a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E30916;
  transition: top 0.25s ease-in-out;
}
#layout_bewertung .bx-wrapper .bx-pager.bx-default-pager a.active::after {
  top: 0;
}
#layout_bewertung .surveyQauthor,
#layout_bewertung .surveyQcomment {
  line-height: 2.4rem;
  font-size: 1.3rem;
}
/******************
 * STARTSEITE: Küchenangebote
 ******************/
#layout_kuechenangebote {
  background-repeat: no-repeat;
  background-position: 120% 0;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #layout_kuechenangebote {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 992px) {
  #layout_kuechenangebote {
    text-align: left;
  }
}
#layout_kuechenangebote .q348_AngKuePreview {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  padding: 0 0 15px 0;
  text-align: center;
  height: 100%;
}
#layout_kuechenangebote .q348_AngKuePreview .q348_Image {
  overflow: hidden;
}
#layout_kuechenangebote .q348_AngKuePreview .q348_Image > picture {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#layout_kuechenangebote .q348_AngKuePreview .q348_AngKuePvText1 {
  display: none;
}
#layout_kuechenangebote .q348_AngKuePreview .q348_AngKuePvDetail h2 {
  font-size: 1rem;
}
#layout_kuechenangebote .q348_AngKuePreview .q348_AngKuePvPreis .q348_AngKuePvPreisZahl {
  font-size: 1.5rem;
  color: #E30916;
}
@media screen and (min-width: 1200px) {
  #layout_kuechenangebote .q348_AngKuePreview .q348_AngKuePvPreis .q348_AngKuePvPreisZahl {
    font-size: 2rem;
  }
}
#layout_kuechenangebote .q348_AngKuePreview .q348_AngKuePvPreis .q348_AngKuePvPreisText {
  font-size: 0.8rem;
}
@media screen and (min-width: 1200px) {
  #layout_kuechenangebote .q348_AngKuePreview .q348_AngKuePvPreis .q348_AngKuePvPreisText {
    font-size: 0.8rem;
  }
}
#layout_kuechenangebote .q348_AngKuePreview a {
  text-decoration: none;
  color: #4A4A49;
}
#layout_kuechenangebote .q348_AngKuePreview a:hover,
#layout_kuechenangebote .q348_AngKuePreview a:focus {
  text-decoration: none;
  color: #000000;
}
#layout_kuechenangebote .q348_AngKuePreview:hover .q348_Image > picture {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#layout_kuechenangebote .bx-wrapper {
  margin-bottom: 0 !important;
}
#layout_kuechenangebote .bx-wrapper .bx-viewport {
  padding: 30px 15px;
}
#layout_kuechenangebote .bx-wrapper .bx-controls {
  padding: 0;
}
#layout_kuechenangebote .bx-wrapper .bx-controls-direction {
  display: block;
}
#layout_kuechenangebote .bx-wrapper .bx-controls-direction a {
  position: relative !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 1055px) {
  #layout_kuechenangebote .bx-wrapper .bx-controls-direction a {
    position: absolute !important;
    margin-top: -25px !important;
  }
}
#layout_kuechenangebote .bx-wrapper .bx-controls-direction a.bx-next {
  right: auto;
  left: 15px;
}
@media screen and (min-width: 1055px) {
  #layout_kuechenangebote .bx-wrapper .bx-controls-direction a.bx-next {
    right: -50px;
    left: auto;
  }
}
#layout_kuechenangebote .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 15px;
  right: auto;
}
@media screen and (min-width: 1055px) {
  #layout_kuechenangebote .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -50px;
  }
}
#layout_kuechenangebote .newsSliderQ:not(.newsSliderQ-activated) .insertcontentnews_item {
  visibility: hidden;
}
#layout_kuechenangebote #layout_kuechenangebote_teaser {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
}
#layout_kuechenangebote #layout_kuechenangebote_teaser .angebote_teaser_item {
  flex: 1 1 100%;
  container-type: inline-size;
  container-name: teaser-kue-angebot;
}
@media screen and (min-width: 1200px) {
  #layout_kuechenangebote #layout_kuechenangebote_teaser .angebote_teaser_item {
    flex: 1 1 200px;
  }
}
#layout_kuechenangebote #layout_kuechenangebote_teaser .angebote_teaser_item .q348_AngKuePreview {
  padding: 0;
}
#layout_kuechenangebote #layout_kuechenangebote_teaser .angebote_teaser_item .q348_AngKuePreview .q348_Image {
  max-height: none;
}
@container teaser-kue-angebot (min-width: 500px) {
  .q348_AngKuePreview .q348_AngKuePvLink {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-areas: "headline image" "content image";
  }
  .q348_AngKuePreview .q348_AngKuePvLink .q348_Image {
    grid-area: image;
  }
  .q348_AngKuePreview .q348_AngKuePvLink .q348_Image picture {
    height: 100%;
  }
  .q348_AngKuePreview .q348_AngKuePvLink .q348_AngKuePvText1 {
    display: none;
  }
  .q348_AngKuePreview .q348_AngKuePvLink .q348_AngKuePvDetail {
    grid-area: headline;
  }
  .q348_AngKuePreview .q348_AngKuePvLink .q348_AngKuePvPreis {
    grid-area: content;
  }
}
#layout_kuechenangebote .q348_AKPvStoerer {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 131px;
  left: 15px;
}
#layout_kuechenangebote .q348_AKPvStoerer .q348_AKPvStoererAktion {
  position: absolute;
  right: 0;
  background: #E30916;
  color: #fff;
  font-weight: bold;
  padding: 35px 30px 5px;
  right: -42px;
  text-transform: uppercase;
  top: -15px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/******************
 * STARTSEITE: Team
 ******************/
#layout_team {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_team {
    padding: 6rem 0;
  }
}
#layout_team .ansprechpartner-holder {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.1);
  height: 100%;
  display: block;
  background: #fff;
}
@media screen and (max-width: 991px) {
  #layout_team .ansprechpartner-holder {
    margin-bottom: 30px;
  }
}
#layout_team .ansprechpartner-holder .ansprechpartner-content {
  padding: 15px;
}
#layout_team .ansprechpartner-content-title {
  text-transform: uppercase;
}
#layout_team .ansprechpartner-content-position {
  font-style: italic;
}
/******************
 * STARTSEITE: Impressionen
 ******************/
#layout_impressionen {
  padding: 30px 0 15px;
}
#layout_impressionen .impression_box_anschrift {
  height: 100%;
  padding: 15px;
  background: #E30916;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #layout_impressionen .impression_box_anschrift {
    padding: 30px;
  }
}
#layout_impressionen .impression_box_anschrift a {
  color: #fff;
  font-weight: bold;
}
#layout_impressionen .impression_box_small {
  height: 350px;
}
@media screen and (min-width: 992px) {
  #layout_impressionen .impression_box_small {
    height: 450px;
  }
}
#layout_impressionen .impression_box_big {
  height: 400px;
}
@media screen and (min-width: 992px) {
  #layout_impressionen .impression_box_big {
    height: 600px;
  }
}
#layout_impressionen picture {
  transition: 0.3s ease transform;
  transform: scale(1);
}
#layout_impressionen picture:hover {
  transform: scale(1.05);
}
/******************
 * STARTSEITE: Leistungen
 ******************/
#layout_leistungen {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_leistungen {
    padding: 6rem 0;
  }
}
/******************
 * STARTSEITE: SEO
 ******************/
#layout_seo {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_seo {
    padding: 6rem 0;
    text-align: justify;
  }
}
/******************
 * STARTSEITE: Markenband
 ******************/
#layout_markenband {
  padding: 2rem 0;
}
@media screen and (min-width: 992px) {
  #layout_markenband {
    padding: 6rem 0;
  }
}
#layout_markenband .newsSliderQ:not(.newsSliderQ-activated) .teaserQ {
  visibility: hidden;
}
#layout_markenband .brandbelt-kt-teaser {
  display: flex;
  flex-wrap: wrap;
  --gap: 30px;
  --columns: 2;
  gap: var(--gap);
}
@media screen and (min-width: 768px) {
  #layout_markenband .brandbelt-kt-teaser {
    --columns: 3;
  }
}
@media screen and (min-width: 992px) {
  #layout_markenband .brandbelt-kt-teaser {
    --columns: 6;
  }
}
#layout_markenband .brandbelt-kt-teaser .teaserQ {
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  border: 1px solid #eeeeee;
}
#layout_markenband .brandbelt-kt-teaser .teaserQ .teaserHeadlineQ {
  display: none;
}
#layout_markenband .brandbelt-kt-teaser .teaserQ .teaserImageQ {
  height: 100%;
  position: relative;
  padding: 100% 0 0;
}
#layout_markenband .brandbelt-kt-teaser .teaserQ .teaserImageQ > * {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 100%;
}
#layout_markenband .brandbelt-kt-teaser .teaserQ .teaserTextQ {
  display: none;
}
#layout_markenband .brandbelt-kt-teaser .teaserQ .teaserLinkQ a span {
  display: none;
}
/******************
 * STARTSEITE: Bewertungsslider
 ******************/
#layout_bewertung .bx-wrapper {
  height: auto;
  /**Eine feste Höhe ist unpraktisch wenn die Bewertungen höher als 320px sind... deswegen habe ich das auf Height auto gesetzt :) **/
}
#layout_bewertung .surveyQauthor {
  margin: 30px 0;
}
#layout_bewertung .surveyQcommentbox {
  background: #FFF;
  margin: 0 30px 30px;
  padding-top: 10px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 25, 50, 0.05);
  max-width: 900px;
  margin: 0 auto;
}
#layout_bewertung .surveyQcommentbox:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  left: 50%;
  top: 0;
  margin-top: -20px;
  margin-left: -10px;
  transform: rotateZ(45deg);
  border: none 0 transparent;
}
#layout_bewertung .surveyQcommentbox .surveyQcomment {
  font-size: 1.2em;
  margin-top: 10px;
}
#layout_bewertung .surveyQcommentbox .surveyQcomment p {
  padding: 0 5%;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}
#layout_bewertung .surveyQcommentbox .surveyQrating {
  margin: 1em 0;
}
a.bewCRMExtern picture {
  width: 122px;
  float: right;
}
/*-----------------------
/config/theme/css/layout/_q348/shop
-----------------------*/
/***************************
 * SHOP SUCHE
***************************/
.layout_shop .insertcsuche {
  width: 100%;
}
.layout_shop .insertcsuche form {
  background: #f5f5f5;
  height: 45px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
.layout_shop .insertcsuche form .input-group #suchbgr {
  color: #555;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.layout_shop .insertcsuche form .input-group .form-control {
  background-color: transparent;
  height: 45px;
  border-radius: 0;
  border: 0;
}
.layout_shop .insertcsuche form .input-group .input-group-btn {
  background: #E30916;
}
.layout_shop .insertcsuche form .input-group .input-group-btn .btn {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0 15px;
  height: 45px;
  color: #fff;
}
/***************************
 * SHOPNAVIGATION
***************************/
.shopnavigation {
  padding: 0px !important;
  background: transparent;
  border: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
}
.shopnavigation h4 {
  background: #f5f5f5;
  letter-spacing: 0;
  padding: 15px 10px;
}
.shopnavigation .list-group-item {
  padding: 0;
  border: 0;
}
.shopnavigation .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.shopnavigation .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.shopnavigation .list-group-item .contact_phone {
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.shopnavigation .list-group-item .contact_phone > span {
  display: inline-block;
  vertical-align: middle;
  background-color: #E30916;
  color: #fff;
  text-align: center;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 0;
}
.shopnavigation .list-group-item .contact_phone > span:before {
  padding: 0;
  line-height: 45px;
}
.shopnavigation .list-group-item .contact_phone .insertfirmendaten {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% -  45px);
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  background: #f5f5f5;
}
.shopnavigation .shopq_wglist .list-group .list-group-item {
  padding: 8px 15px;
}
/***************************
 * ARTIKEL
***************************/
.insertartikel {
  padding: 30px 0;
}
.insertartikel .articleQ {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px 30px;
  border: 1px solid #efefef;
  box-shadow: 0 0 0 #fff;
  display: flex;
  flex-direction: column;
  transition: border-color 0.5s, box-shadow 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  background: #fff;
}
.insertartikel .articleQ:hover {
  border: 1px solid #efefef;
  box-shadow: 0 0 40px -8px rgba(0, 0, 0, 0.2);
}
.insertartikel .articleQ:hover .articlePriceQ:after {
  transform: scaleX(1);
  transform-origin: left;
}
.insertartikel .articleQ .articleManufacturerQ {
  order: 5;
  margin: 5px 0;
}
.insertartikel .articleQ .tradeplace-stockQ {
  margin: 20px auto;
  font-size: 0.75rem;
}
.insertartikel .articleQ .articleImageQ {
  order: 2;
  margin: 0 0 15px 0;
}
.insertartikel .articleQ .articleImageQ a {
  display: block;
}
.insertartikel .articleQ .articleShortnameQ {
  order: 3;
}
.insertartikel .articleQ .articleExecutionQ {
  order: 4;
  margin: 5px 0;
}
.insertartikel .articleQ .articlePriceQ {
  order: 8;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #f5f5f5;
  border: 0;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-transform: uppercase;
  background: transparent;
  z-index: 1;
  position: relative;
  margin-top: auto;
  margin-bottom: -30px;
}
.insertartikel .articleQ .articlePriceQ:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #E30916;
}
.insertartikel .articleQ .articlePriceQ:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #c10813;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
.insertartikel .articleQ .articlePriceQ .articleEnergyClassImageQ {
  width: 35px !important;
}
.insertartikel .articleQ .articleShipmentQ {
  order: 6;
  margin-bottom: 15px;
}
.insertartikel .articleQ .articleDetailLinkQ {
  order: 7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.insertartikel .articleQ .articleDetailLinkQ a {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-indent: 99999px;
}
.layout_checkout #layout_wrapper {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .layout_checkout #layout_wrapper {
    padding-top: 0;
  }
}
.layout_checkout #layout_header {
  position: relative !important;
}
.layout_checkout #layout_header .header_logobar_wrapper {
  background: #f5f5f5 !important;
}
.layout_checkout #layout_header .header_logobar_wrapper .header_logobar #checkout_navigation {
  justify-content: flex-end;
  width: 100%;
}
.layout_checkout #layout_header .header_logobar_wrapper .header_logobar #checkout_navigation button {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  text-transform: none;
  background: #E30916;
  color: #fff;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.3s ease;
  margin: 0;
}
.layout_checkout #layout_header .header_logobar_wrapper .header_logobar #checkout_navigation button:hover,
.layout_checkout #layout_header .header_logobar_wrapper .header_logobar #checkout_navigation button:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
.layout_checkout #layout_header .header_logobar_wrapper .header_logobar #checkout_navigation button:hover,
.layout_checkout #layout_header .header_logobar_wrapper .header_logobar #checkout_navigation button:focus {
  background: #efefef;
  color: #000000;
  border: 0;
}
.layout_checkout .layout_main_shop .nav.nav-pills.thumbnail.setup_panel {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid #f5f5f5;
}
.layout_checkout .layout_main_shop .nav.nav-pills.thumbnail.setup_panel > li.active > a {
  border-radius: 0;
  color: #fff;
}
.layout_checkout .layout_main_shop .nav.nav-pills.thumbnail.setup_panel > li.active > a > h4 {
  color: #fff;
}
.layout_checkout #layout_footer a {
  color: #fff;
}
/*-----------------------
/config/theme/css/_lp
-----------------------*/
#galerie_ausstellung .ieq-gallery-teaser {
  height: 435px;
}
@media screen and (max-width: 1200px) {
  #galerie_ausstellung .ieq-gallery-teaser {
    height: 323px;
  }
}
.hinweis_kt_col {
  height: fit-content;
  padding: 25px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
}
.hinweis_kt_col:hover {
  transform: translateY(-5px);
}
.hinweis_kt_col #hinweis_kt_h {
  font-family: 'Prata', serif;
}
.hinweis_kt_col #hinweis_kt_h::after {
  content: "";
  border-bottom: 3px solid #E30916;
  width: 374px;
  display: block;
  margin: 5px 0px;
}
.video_slider video {
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .slider_content.slider_rundgang {
    height: 40%!important;
    bottom: 0!important;
    top: inherit!important;
    background-color: rgb(255 255 5.1%) !important;
    width: auto!important;
  }
  .slider_title {
    font-size: 1.8rem !important;
  }
  .slider_link a {
    padding: 1rem 1rem!important;
    font-size: 14px!important;
    margin-top: 0!important;
  }
}
.wrapper_sec {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.wrapper_sec .wrapper_liefergebiet {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 0rem;
  text-align: center;
  padding: 3rem;
  margin-bottom: 30px;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.wrapper_sec .wrapper_liefergebiet p {
  margin: 0;
  color: #E30916;
  transition: color 0.5s ease;
}
.wrapper_sec .wrapper_liefergebiet:hover {
  background-color: #E30916;
  color: white;
}
.wrapper_sec .wrapper_liefergebiet:hover p {
  color: white;
}
#layout_hinweis_kt .hinweis_kt_row h2 {
  color: #E30916;
}
#layout_hinweis_kt .hinweis_kt_row ul {
  padding: 0;
  list-style-type: none;
}
#layout_hinweis_kt .hinweis_kt_row ul li {
  background-color: #E30916;
  padding: 0.5rem;
  margin-bottom: 6px;
}
#layout_hinweis_kt .hinweis_kt_row ul li p {
  color: white;
}
#layout_hinweis_kt .hinweis_disclaimer {
  font-size: 0.75rem;
}
