@charset "UTF-8";
/*-----------------------
/config/theme/css/ieq_global
-----------------------*/
/* +++ 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: #F26175;
  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 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinnerQ.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinnerQ.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-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 .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 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;
  }
  .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 #E30613;
  border-radius: 4px;
  color: #777;
  margin: 0.5em 0;
  padding: 1em;
  display: flex;
}
.moduleBlockerWrapper-text b {
  color: #E30613;
}
.moduleBlockerWrapper-text span {
  font-size: 2em;
  color: #E30613;
  margin-right: 10px;
}
.moduleBlockerWrapper-text .notice-accept-all {
  font-weight: bold;
}
.moduleBlockerWrapper-text .notice-accept-all span {
  color: #E30613;
  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/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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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);
}
/*-----------------------
/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_teaserHeadlineLink .teaserQ h3,
#q0_leistungen .serviceHolder {
  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_teaserHeadlineLink .teaserQ h3,
  #q0_leistungen .serviceHolder {
    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 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  #q0_leistungen p.lead {
    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_teaserHeadlineLink .teaserQ h3,
#q0_leistungen .serviceHolder {
  color: #E30613;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #98040d;
  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 {
  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 {
  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 {
  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 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3,
#q0_leistungen p.lead {
  font-size: 21px;
}
h4,
.h4 {
  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: #E30613;
}
a.text-primary:hover {
  color: #b1050f;
}
.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: #E30613;
}
a.bg-primary:hover {
  background-color: #b1050f;
}
.bg-success {
  background-color: #86e4aa;
}
a.bg-success:hover {
  background-color: #5dda8c;
}
.bg-info {
  background-color: #6ab6e7;
}
a.bg-info:hover {
  background-color: #3ea1e0;
}
.bg-warning {
  background-color: #f9d361;
}
a.bg-warning:hover {
  background-color: #f7c530;
}
.bg-danger {
  background-color: #f58292;
}
a.bg-danger:hover {
  background-color: #f15369;
}
.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: #86e4aa;
}
.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: #71df9b;
}
.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: #6ab6e7;
}
.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: #54abe3;
}
.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: #f9d361;
}
.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: #f8cc49;
}
.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: #f58292;
}
.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: #f36a7d;
}
@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: #86e4aa;
}
.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: #f9d361;
}
.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: #f58292;
}
.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 {
  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: #E30613;
  border-color: #ca0511;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bb0510;
  border-color: #8f040c;
}
.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: #E30613;
  border-color: #ca0511;
}
.btn-primary .badge {
  color: #E30613;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #69DD95;
  border-color: #54d886;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #48d57d;
  border-color: #2cc365;
}
.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: #69DD95;
  border-color: #54d886;
}
.btn-success .badge {
  color: #69DD95;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #4BA7E2;
  border-color: #359cde;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2896dc;
  border-color: #1e7cb9;
}
.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: #4BA7E2;
  border-color: #359cde;
}
.btn-info .badge {
  color: #4BA7E2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #F8C93F;
  border-color: #f7c226;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f7be18;
  border-color: #d8a308;
}
.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: #F8C93F;
  border-color: #f7c226;
}
.btn-warning .badge {
  color: #F8C93F;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #F26175;
  border-color: #f04960;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ef3b54;
  border-color: #e91331;
}
.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: #F26175;
  border-color: #f04960;
}
.btn-danger .badge {
  color: #F26175;
  background-color: #fff;
}
.btn-link {
  color: #E30613;
  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: #98040d;
  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: #E30613;
}
.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: #E30613;
}
.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: #E30613;
}
.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: 70px;
  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: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}
.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: 18px;
  margin-bottom: 18px;
  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: 12.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: 25px;
    padding-bottom: 25px;
  }
  .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: 18px;
  margin-bottom: 18px;
}
@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: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 25px;
  margin-bottom: 25px;
}
@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: #E30613;
  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: #98040d;
  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: #E30613;
  border-color: #E30613;
  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: #E30613;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #b1050f;
}
.label-success {
  background-color: #69DD95;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3fd478;
}
.label-info {
  background-color: #4BA7E2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2391d7;
}
.label-warning {
  background-color: #F8C93F;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #f6bb0e;
}
.label-danger {
  background-color: #F26175;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ee324c;
}
.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: #E30613;
  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: #E30613;
}
.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: #86e4aa;
  border-color: #71df89;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #5dda77;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #6ab6e7;
  border-color: #4bc0e2;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #35b9de;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #f9d361;
  border-color: #f8af49;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7a430;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f58292;
  border-color: #f36a94;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #f15383;
}
.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: #E30613;
  -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: #69DD95;
}
.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: #4BA7E2;
}
.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: #F8C93F;
}
.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: #F26175;
}
.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: #E30613;
  border-color: #E30613;
}
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: #fdb8bc;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #86e4aa;
}
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: #71df9b;
}
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: #6ab6e7;
}
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: #54abe3;
}
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: #f9d361;
}
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: #f8cc49;
}
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: #f58292;
}
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: #f36a7d;
}
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: #E30613;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #E30613;
  border-color: #E30613;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E30613;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E30613;
}
.panel-success {
  border-color: #71df89;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #86e4aa;
  border-color: #71df89;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #71df89;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #71df89;
}
.panel-info {
  border-color: #4bc0e2;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #6ab6e7;
  border-color: #4bc0e2;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4bc0e2;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4bc0e2;
}
.panel-warning {
  border-color: #f8af49;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #f9d361;
  border-color: #f8af49;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f8af49;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f8af49;
}
.panel-danger {
  border-color: #f36a94;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f58292;
  border-color: #f36a94;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f36a94;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f36a94;
}
.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 {
  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 {
  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 {
  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;
}
/* +++ MODULES +++++++++++++++++++++++++++++++++++++ */
/* Teaser +++ NO NewsSliders */
.teaserListQ > .teaserQ span {
  background: #E30613;
  color: #fff;
  padding: 6px 12px;
  border: 1px solid;
  border-radius: 4px;
  border-color: #a7040e;
}
.teaserListQ > .teaserQ a:hover span {
  background: #bb0510;
  border-color: #8f040c;
  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( 33.33333333%  - 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( 25%  - 30px );
}
@media (min-width: 768px) {
  .mediaListQ > .mediaListQ-item {
    width: calc( 25%  - 30px );
  }
}
@media (min-width: 992px) {
  .mediaListQ > .mediaListQ-item {
    width: calc( 25%  - 30px );
  }
}
@media (min-width: 1200px) {
  .mediaListQ > .mediaListQ-item {
    width: calc( 25%  - 30px );
  }
}
@media print {
  .mediaListQ > .mediaListQ-item {
    width: calc( 25%  - 30px );
  }
  .mediaListQ > .mediaListQ-item .teaserLinkQ {
    display: none;
  }
}
/* ARTICLE +++ */
.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 ++++++++++++++ */
/* +++ 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;
}
[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%;
}
.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%;
}
.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).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).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 #E30613 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-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_teaserHeadlineLink .teaserQ h3,
#q0_leistungen .serviceHolder {
  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: #E30613;
}
/* +++ 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;
}
.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: #F26175;
}
.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.hampel-ritterhude.de/scripts/get.aspx?media=/config/system/loadingq.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 11px;
  height: 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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.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.hampel-ritterhude.de/scripts/get.aspx?media=/config/system/loadingq.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 11px;
  height: 16px;
}
.shopWebServiceQ .artikeldetail-service-content:empty,
.shopWebServiceQ .service-content:empty {
  display: flex;
  background-image: url("https://www.hampel-ritterhude.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;
}
/* 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);
}
/*-----------------------
/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/badausstellung
-----------------------*/
.teaserQ a.link_own,
.teaserQ a.link_partner {
  position: absolute;
  bottom: 0;
}
.teaserQ a.link_own {
  left: 0;
}
.teaserQ a.link_partner {
  right: 0;
}
/*-----------------------
/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.hampel-ritterhude.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.hampel-ritterhude.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: #fb6d76;
  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: #E30613;
}
.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: #69DD95;
}
.inserteventteaser_places[class*="_places_warning"],
.insertevents_places[class*="_places_warning"],
.inserteventanmeldung_places[class*="_places_warning"] {
  background: #F8C93F;
}
.inserteventteaser_places[class*="_places_danger"],
.insertevents_places[class*="_places_danger"],
.inserteventanmeldung_places[class*="_places_danger"] {
  background: #F26175;
}
.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: #E30613;
  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 {
  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 {
    max-width: 700px;
    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-item {
  padding: 5px 10px;
}
.shopnavigation h4 {
  margin: 0 0 5px 0;
  font-size: 100%;
}
.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/warenkorb
-----------------------*/
.payment img,
.payment picture {
  width: 80px;
}
#paypal-button-container iframe {
  display: block;
}
/*-----------------------
/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/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 */
/* ========= */
/* 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;
  }
}
/* Markenwelt cType7 Darstellung */
#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: 200px;
}
#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;
  }
}
/* Markenwelt-Teaser: Darstellung "Nur Logos" */
#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;
    /* ----- 8 Teaser nebeneinander (100/8=12.5) */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #q0_hersteller_nurLogo .teaserQ,
  .q0_hersteller_nurLogo .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 .teaserQ,
  .q0_hersteller_nurLogo .teaserQ {
    width: calc(25% - 30px) !important;
    /* ----- 4 Teaser nebeneinander (100/4=25) */
  }
}
@media (max-width: 767px) {
  #q0_hersteller_nurLogo .teaserQ,
  .q0_hersteller_nurLogo .teaserQ {
    width: calc(33.33333% - 30px) !important;
    /* ----- 3 Teaser nebeneinander (100/3=33.33333) */
  }
}
#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%;
  /* ursprünglich auto, aber... IE  - funktioniert, da Bilder IMMER 400x400 oder 800x800 */
}
#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;
}
/* Markenwelt-Newsslider */
#q0_mw_newsslider .bx-controls {
  display: none;
}
#q0_mw_newsslider .teaserQ {
  padding-bottom: 0;
}
#q0_mw_newsslider .teaserLinkQ span {
  display: none;
}
#q0_mw_newsslider .teaserTextQ {
  display: none;
}
/* 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;
  }
}
/* --- [CardWrapper von Julien Gödden] --- */
.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;
}
/* Ausblenden aller Teaser-Elemente mit Ausnahme des Links und der Headline  (StB) */
.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;
}
/* Erweiterung der oberen Teaser-Modifikation (Ausblenden aller Teaser-Elemente mit Ausnahme des Links und der Headline) um die Möglichkeit der Inline-Einbettung (FB) */
.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;
}
/* 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;
  }
}
/* 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);
}
/* 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: #ec0819;
}
#q0_leistungen .serviceHolder .serviceTitle {
  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/shk
-----------------------*/
.q301_divEqualHeight {
  height: 100%;
}
.campaignQ-inner h3.invert,
.campaignQ-inner p.invert {
  color: #1d1d1d;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
}
/*****************************
    * Alternativer Teaser
    * Zur Verwendung bei InsertContent ".teaserQ-V2" als Wrapper-Klasse geben
    * Zur Verwendung bei InsertContentNews ".teaserQ-V2-News" als Wrapper-Klasse geben
  *******************************/
.teaserQ-V2-News {
  display: flex;
  flex-wrap: wrap;
}
.teaserQ-V2-News:not([class*="newsSliderQ"]) {
  margin: 0 -15px;
}
@media print {
  .teaserQ-V2-News:not([class*="newsSliderQ"]) {
    max-width: 100%;
  }
}
.teaserQ-V2-News:not([class*="newsSliderQ"]):after {
  content: "";
  display: block;
  clear: both;
}
.teaserQ-V2-News:not([class*="newsSliderQ"]) > .teaserQ {
  float: left;
  margin: 0 15px 15px;
  width: calc( 100%  - 30px );
}
@media (min-width: 768px) {
  .teaserQ-V2-News:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 50%  - 30px );
  }
}
@media (min-width: 992px) {
  .teaserQ-V2-News:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
}
@media (min-width: 1200px) {
  .teaserQ-V2-News:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
}
@media print {
  .teaserQ-V2-News:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
  .teaserQ-V2-News:not([class*="newsSliderQ"]) > .teaserQ .teaserLinkQ {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .teaserQ-V2-News .teaserTextQ,
  .teaserQ-V2-News .teaserQ,
  .teaserQ-V2,
  .teaserQ-V2 .teaserQ {
    border-radius: 4px;
    overflow: hidden;
  }
  .teaserQ-V2-News .teaserTextQ:before,
  .teaserQ-V2-News .teaserQ:before,
  .teaserQ-V2:before,
  .teaserQ-V2 .teaserQ:before,
  .teaserQ-V2-News .teaserTextQ:after,
  .teaserQ-V2-News .teaserQ:after,
  .teaserQ-V2:after,
  .teaserQ-V2 .teaserQ:after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-color: #E30613;
    width: 100%;
    height: 100%;
    transition-property: width;
    transition: ease-in-out 0.8s;
    z-index: 10;
  }
}
.teaserQ-V2:before,
.teaserQ-V2-News .teaserQ:before {
  opacity: 0.2;
  transition-delay: 50ms;
}
.teaserQ-V2:after,
.teaserQ-V2-News .teaserQ:after {
  opacity: 0.1;
}
.teaserQ-V2:hover .teaserHeadlineQ,
.teaserQ-V2-News .teaserQ:hover .teaserHeadlineQ,
.teaserQ-V2:focus .teaserHeadlineQ,
.teaserQ-V2-News .teaserQ:focus .teaserHeadlineQ {
  transform: translateY(0%);
  top: 0;
}
.teaserQ-V2:hover:before,
.teaserQ-V2-News .teaserQ:hover:before,
.teaserQ-V2:focus:before,
.teaserQ-V2-News .teaserQ:focus:before {
  width: 10%;
}
.teaserQ-V2:hover:after,
.teaserQ-V2-News .teaserQ:hover:after,
.teaserQ-V2:focus:after,
.teaserQ-V2-News .teaserQ:focus:after {
  width: 0%;
}
.teaserQ-V2 .teaserHeadlineQ,
.teaserQ-V2-News .teaserQ .teaserHeadlineQ {
  transition: ease-in-out 0.5s;
  transition-property: transform, top;
  position: absolute;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 20;
  text-align: center;
}
.teaserQ-V2 .teaserHeadlineQ:before,
.teaserQ-V2-News .teaserQ .teaserHeadlineQ:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #80030b;
  z-index: -1;
  opacity: 0.3;
  left: 0;
}
@media screen and (min-width: 992px) {
  .teaserQ-V2 .teaserHeadlineQ,
  .teaserQ-V2-News .teaserQ .teaserHeadlineQ {
    background-color: #80030b;
  }
  .teaserQ-V2 .teaserHeadlineQ:before,
  .teaserQ-V2-News .teaserQ .teaserHeadlineQ:before {
    display: none;
  }
}
.teaserQ-V2 .teaserHeadlineQ h3,
.teaserQ-V2-News .teaserQ .teaserHeadlineQ h3 {
  padding: 2rem;
  margin: 0 !important;
  line-height: 140%;
  color: #fff !important;
}
@media screen and (min-width: 992px) {
  .teaserQ-V2 .teaserHeadlineQ h3,
  .teaserQ-V2-News .teaserQ .teaserHeadlineQ h3 {
    font-size: 1.2rem;
  }
}
.teaserQ-V2 .teaserImageQ,
.teaserQ-V2-News .teaserQ .teaserImageQ {
  position: relative;
  height: 100%;
  width: 100% !important;
  aspect-ratio: 1;
  z-index: 5;
  margin: 0 !important;
}
.teaserQ-V2 .teaserLinkQ,
.teaserQ-V2-News .teaserQ .teaserLinkQ {
  z-index: 20;
  position: absolute;
  inset: 0;
  margin: 0 !important;
}
.teaserQ-V2 .teaserLinkQ a,
.teaserQ-V2-News .teaserQ .teaserLinkQ a {
  position: absolute;
  inset: 0;
  border: none !important;
}
.teaserQ-V2 .teaserLinkQ a span,
.teaserQ-V2-News .teaserQ .teaserLinkQ a span {
  display: none !important;
}
.teaserQ-V2 .teaserLinkQ a:hover,
.teaserQ-V2-News .teaserQ .teaserLinkQ a:hover {
  background: none !important;
}
/* +++ Einzelne Variablen für normale Teaser ++++++++++++++ */
.teaserQ-V2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.teaserQ-V2:hover .teaserQ:before,
.teaserQ-V2:focus .teaserQ:before {
  width: 21%;
}
.teaserQ-V2:hover .teaserQ:after,
.teaserQ-V2:focus .teaserQ:after {
  width: 17%;
}
.teaserQ-V2 .teaserQ {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.teaserQ-V2 .teaserQ:before {
  opacity: 0.2;
  transition-delay: 250ms;
}
.teaserQ-V2 .teaserQ:after {
  opacity: 0.1;
  transition-delay: 150ms;
}
.teaserQ-V2 .teaserQ:hover:before,
.teaserQ-V2 .teaserQ:focus:before {
  width: 21%;
}
.teaserQ-V2 .teaserQ:hover:after,
.teaserQ-V2 .teaserQ:focus:after {
  width: 17%;
}
@media screen and (min-width: 992px) {
  .teaserQ-V2 .teaserHeadlineQ h3 {
    font-size: 2rem;
  }
}
.teaserQ-V2 .teaserTextQ {
  margin: 0;
  display: none !important;
}
/* +++ Einzelne Variablen für NewsQ ++++++++++++++ */
.teaserQ-V2-News .teaserQ {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0.5rem 1rem 0.5rem;
  overflow: hidden;
}
.teaserQ-V2-News .teaserQ:hover .teaserTextQ:before,
.teaserQ-V2-News .teaserQ:focus .teaserTextQ:before {
  width: 21%;
}
.teaserQ-V2-News .teaserQ:hover .teaserTextQ:after,
.teaserQ-V2-News .teaserQ:focus .teaserTextQ:after {
  width: 17%;
}
.teaserQ-V2-News .teaserQ .teaserTextQ {
  margin: 0 !important;
}
.teaserQ-V2-News .teaserQ .teaserTextQ p {
  display: none;
}
.teaserQ-V2-News .teaserQ .teaserTextQ:before {
  opacity: 0.2;
  transition-delay: 250ms;
}
.teaserQ-V2-News .teaserQ .teaserTextQ:after {
  opacity: 0.1;
  transition-delay: 150ms;
}
.teaserQ-V2-News .teaserQ .teaserTextQ:hover:before,
.teaserQ-V2-News .teaserQ .teaserTextQ:focus:before {
  width: 21%;
}
.teaserQ-V2-News .teaserQ .teaserTextQ:hover:after,
.teaserQ-V2-News .teaserQ .teaserTextQ:focus:after {
  width: 17%;
}
@media screen and (min-width: 992px) {
  .teaserQ-V2-News .teaserQ .teaserHeadlineQ h3 {
    font-size: 1.2rem;
  }
}
.teaserQ-V2-News .teaserQ .teaserImageQ picture {
  position: absolute;
  top: 0;
  left: 0;
}
/*-----------------------
/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 {
  display: none;
}
/*-----------------------
/config/theme/css/layout/layout101
-----------------------*/
/* bugfix fh 24.03.2021: slimscroll fooled by floating elements => make it "computable/have layout" */
#layout_wrapper .header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel:after {
  content: "";
  clear: both;
  display: table;
}
/* bugfix fh 24.03.2021: slimscroll fooled by transition => overwrite relevant timing-rules */
#layout_wrapper .header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item > .dropdown_content,
#layout_wrapper .header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:after,
#layout_wrapper .header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:after {
  transition: all 0.2s ease-in-out, padding 0s, height 0s, border 0s;
}
/*-----------------------
/config/theme/css/layout/layout101/_vars
-----------------------*/
/*-----------------------
/config/theme/css/layout/layout101/shopq
-----------------------*/
/*-----------------------
/config/theme/css/layout/layout101/_mixins
-----------------------*/
/******************
 * ALLGEMEIN
 ******************/
/******************
 * BUTTON
 ******************/
/*-----------------------
/config/theme/css/layout/layout101/basic
-----------------------*/
/******************
 * HTML
 ******************/
html {
  font-size: 16px;
}
body {
  -ms-overflow-style: scrollbar;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #777;
  background: #fff;
}
body.body_layout {
  background: #fff;
  background-image: -webkit-linear-gradient(to bottom right, #fff, #fff);
  background-image: -moz-linear-gradient(to bottom right, #fff, #fff);
  background-image: -ms-linear-gradient(to bottom right, #fff, #fff);
  background-image: -o-linear-gradient(to bottom right, #fff, #fff);
  background-image: linear-gradient(to bottom right, #fff, #fff);
}
::selection {
  background-color: #E30613;
  color: #fff;
}
::-moz-selection {
  background-color: #E30613;
  color: #fff;
}
/******************
 * HEADLINES
 ******************/
h1,
.h1,
h2,
.h2 {
  color: #333;
}
h3,
.h3,
h4,
.h4,
#q0_leistungen p.lead {
  color: #777;
}
/******************
 * WRAPPER
 ******************/
#layout_wrapper {
  animation: fadein 0.6s;
}
@keyframes fadein {
  from {
    opacity: 0;
    /* transform: translateY(30px); */
  }
  to {
    opacity: 1;
    /* transform: translateY(0); */
  }
}
/******************
 * TYPOGRAPHY
 ******************/
a,
.q0_teaserHeadlineLink .teaserQ h3,
#q0_leistungen .serviceHolder {
  color: #E30613;
}
a:hover,
a:focus {
  color: #b1050f;
  text-decoration: none;
}
/******************
 * BUTTON
 ******************/
.btn,
.inserteventteaser_places,
.insertevents_places,
.inserteventanmeldung_places,
.q0_call-to-action-contact-link a,
.q0_call-to-action-phone-link a {
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 45px;
  padding: 0 15px;
}
/******************
 * BACK TO TOP
 ******************/
.back_to_top {
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 30px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  color: #fff !important;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all, 0.5s, ease-out 0.1s;
  transition: all, 0.5s, ease-out 0.1s;
}
.back_to_top:before {
  content: "";
  border-left: 2px solid white;
  border-top: 2px solid white;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
}
.back_to_top.toTop {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}
/******************
 * COOKIENOTIFICATION
 ******************/
.cookieNotificationQ .alert {
  padding: 1.5rem;
  border: 0px solid transparent;
  border-radius: 0px;
  background: #f9d361;
  color: #806105;
}
.cookieNotificationQ .alert .ui-pnotify-action-bar .btn-default {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #555;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  margin: 3px 0 0 0;
}
.cookieNotificationQ .alert .ui-pnotify-action-bar .btn-default:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #fff;
}
.cookieNotificationQ .alert .ui-pnotify-action-bar .btn-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #ededed;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
.cookieNotificationQ .alert .ui-pnotify-action-bar .btn-default:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.cookieNotificationQ .alert .ui-pnotify-action-bar .btn-default:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (min-width: 768px) {
  .cookieNotificationQ .alert .ui-pnotify-action-bar .btn-default {
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 14px;
  }
}
/******************
 * KAMPAGNE
 ******************/
.campaignQ-wrapper {
  background: #fff !important;
}
.campaignQ-wrapper[data-q-campaign="unten"] {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}
.campaignQ-wrapper[data-q-campaign="unten"] .campaignQ-close {
  padding: 0 5px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0);
}
/*-----------------------
/config/theme/css/layout/layout101/teaser
-----------------------*/
/***************************
 * TEASERQ
***************************/
.teaserQ {
  height: 100%;
  padding: 0 0 50px 0;
}
.teaserQ .teaserImageQ {
  height: 200px;
}
.teaserQ .teaserLinkQ {
  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 {
  margin: 0;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.teaserQ .teaserLinkQ > a > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #E30613;
}
.teaserQ .teaserLinkQ > a > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #c00510;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
.teaserQ:hover .teaserLinkQ > a > span {
  color: #fff;
  bottom: 0px;
}
.teaserQ:hover .teaserLinkQ > a > span:after {
  transform: scaleX(1);
  transform-origin: left;
}
/*-----------------------
/config/theme/css/layout/layout101/footer
-----------------------*/
/******************
* FOOTER
******************/
#layout_footer {
  background-color: #F5F5FA;
  color: #777;
}
#layout_footer .layout_footer_top {
  padding-top: 50px;
  padding-bottom: 50px;
}
#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-']:first-child {
  margin: 0 0 30px;
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_top .row [class*='col-']:first-child {
    margin: 0;
  }
}
#layout_footer .layout_footer_top .row [class*='col-']:last-child {
  margin: 0;
}
#layout_footer .layout_footer_top .footer_title {
  font-weight: 600;
  position: relative;
  padding: 0 0 0.75rem;
  margin: 0 0 2rem;
  color: #777;
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#layout_footer .layout_footer_top .footer_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: #777;
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls {
  width: 100%;
  height: 50px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction {
  display: block;
  height: 100%;
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 50px;
  width: 50px;
  top: inherit;
  bottom: 0;
  position: absolute !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a {
    position: relative !important;
  }
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.26rem;
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a:hover,
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0px;
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 1.3rem;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
    left: inherit;
    right: 7px;
  }
}
#layout_footer .layout_footer_top .footer_news .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 1.3rem;
}
#layout_footer .layout_footer_top .footer_news .teaserQ {
  padding: 0 0 50px 0;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserHeadlineQ {
  overflow: inherit;
  height: auto;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserHeadlineQ > h3 {
  font-size: 17px;
  color: #777;
  margin: 0;
  text-align: left;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserImageQ {
  display: none;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserTextQ {
  margin: 0;
  padding: 0 0 15px 0;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserTextQ > p {
  color: #777;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  margin: 0 0 15px 0;
  left: 0;
  right: initial;
  bottom: 0;
  width: 100%;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #E30613;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #c00510;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span {
    margin: 0;
    width: auto;
    max-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span {
    max-width: 200px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  #layout_footer .layout_footer_top .footer_news .teaserQ .teaserLinkQ > a > span {
    max-width: 200px;
    padding: 0 30px;
  }
}
#layout_footer .layout_footer_top .footer_news .newsSliderQ-modeHorizontal .bx-controls {
  padding: 0;
  float: right;
}
#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: table;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  color: #777;
  border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
#layout_footer .layout_footer_top .footer_address > ul > li:first-child {
  margin: 0;
}
#layout_footer .layout_footer_top .footer_address > ul > li:last-child {
  margin: 0;
  border: 0;
}
#layout_footer .layout_footer_top .footer_address > ul > li > span {
  display: table-cell;
  vertical-align: top;
  color: #777;
  text-align: left;
  width: 1%;
}
#layout_footer .layout_footer_top .footer_address > ul > li > span::before {
  display: inline-block;
  margin-top: -5px;
}
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
  padding: 0 1rem;
}
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten a {
  color: #777;
}
#layout_footer .layout_footer_bottom {
  background-color: #3B4496;
  text-align: center;
  padding: 15px 0;
}
#layout_footer .layout_footer_bottom p {
  color: #fff;
  margin: 0;
}
#layout_footer .layout_footer_bottom p a {
  color: #fff;
}
#layout_footer .layout_footer_bottom ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#layout_footer .layout_footer_bottom ul > li {
  display: inline-block;
  width: 50%;
  margin: 7.5px 0;
  padding: 0 7.5px;
}
@media screen and (min-width: 768px) {
  #layout_footer .layout_footer_bottom ul > li {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom ul > li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom ul > li:after {
    content: "\2022";
    display: inline-block;
    margin: 0 10px;
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom ul > li:last-child:after {
    content: "";
    display: none;
  }
}
#layout_footer .layout_footer_bottom ul > li > a,
#layout_footer .layout_footer_bottom ul > li > span {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding: 0;
  text-transform: none;
}
#layout_footer .layout_footer_bottom ul > li > a:before,
#layout_footer .layout_footer_bottom ul > li > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #31387c;
}
#layout_footer .layout_footer_bottom ul > li > a:after,
#layout_footer .layout_footer_bottom ul > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #272d63;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_footer .layout_footer_bottom ul > li > a:hover:after,
#layout_footer .layout_footer_bottom ul > li > span:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_footer .layout_footer_bottom ul > li > a:active,
#layout_footer .layout_footer_bottom ul > li > span:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_bottom ul > li > a,
  #layout_footer .layout_footer_bottom ul > li > span {
    display: inline;
    background-color: transparent;
    padding: 0;
    line-height: normal;
    color: #fff;
  }
  #layout_footer .layout_footer_bottom ul > li > a:after,
  #layout_footer .layout_footer_bottom ul > li > span:after {
    display: none;
  }
  #layout_footer .layout_footer_bottom ul > li > a:before,
  #layout_footer .layout_footer_bottom ul > li > span:before {
    display: none;
  }
}
/******************
NewsSlider Bug-Fix von FH 30.05.2018
******************/
.footer_current .newsSliderQ:not(.newsSliderQ-activated) {
  display: none;
}
/*-----------------------
/config/theme/css/layout/layout101/header
-----------------------*/
/******************
 * MOBILE MENU
 ******************/
#mobile_menu {
  display: none;
}
#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: #777;
  height: 100%;
  border-radius: 0 50px 50px 0;
}
#mobile_menu .mm-search .input-group-btn > button:before {
  float: left;
  margin-top: 0;
}
#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: #E30613;
  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: relative;
}
#layout_header .container {
  position: relative;
}
/***************************
 * CONTACTBAR
***************************/
.header_contactbar_wrapper {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.header_contactbar_wrapper .header_contactbar {
  display: flex;
  align-items: stretch;
  height: 55px;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact {
  height: 55px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact > ul > li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 14px;
  text-transform: none;
  color: #888;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact > ul > li span {
  font-weight: bold;
  color: #888;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact > ul > li:last-child {
  margin-right: 0;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact > ul > li.iconSetQ:before {
  float: left;
  margin-top: -1px;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_contact > ul > li a {
  color: #888;
}
.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_buttons {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li {
    flex-grow: 0;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li > a {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  border-left: 1px solid #ededed;
  color: #888;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li > a {
    padding: 0 15px;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li > a:hover,
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li > a:focus {
  text-decoration: none;
  background: #f2f2f2;
  color: #888;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li > a .badge {
  min-width: 8px;
  background: none;
  color: #888;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li:last-child > a {
  border-right: 1px solid #ededed;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li .socialmediaQ {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  border-left: 1px solid #ededed;
  color: #888;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li .socialmediaQ a {
  height: 100%;
  width: 100%;
  line-height: 0;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li .socialmediaQ a {
    padding: 0 15px;
  }
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li .socialmediaQ a .responsiveImageQ {
  padding: 0.25em;
  width: 24px;
}
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li .socialmediaQ a:hover,
.header_contactbar_wrapper .header_contactbar .header_contactbar_buttons > ul > li .socialmediaQ a:focus {
  text-decoration: none;
  background: #f2f2f2;
}
/******************
 * LOGOBAR
 ******************/
#layout_header .header_logobar_wrapper {
  background: #fff;
}
#layout_header .header_logobar_wrapper .header_logobar {
  display: flex;
  align-items: center;
  height: 125px;
  justify-content: flex-start;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_logo {
  flex: 1 1 100%;
  display: flex;
  margin: 0 15px 0 0;
  height: 95px;
  max-width: 100%;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_logo .responsiveImageQ > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #layout_header .header_logobar_wrapper .header_logobar .header_logobar_logo .responsiveImageQ > img {
    margin: 0;
  }
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact {
  flex: 1 0 auto;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li {
  display: flex;
  margin-left: 2rem;
  align-items: center;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li .header_contact_icon {
  font-size: 1.6rem;
  margin-right: 0.7rem;
  color: #E30613;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li > div .header_contact_label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #2B2B2B;
  font-weight: bold;
  margin: 0;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li > div .header_contact_value {
  display: block;
  font-size: 14px;
  margin: 0;
  color: #B6B6B6;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li > div .header_contact_value a {
  color: #B6B6B6;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li#header_contact_btn a {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li#header_contact_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #E30613;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li#header_contact_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #c00510;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li#header_contact_btn a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li#header_contact_btn a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#layout_header .header_logobar_wrapper .header_logobar #checkout_navigation {
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
}
/******************
 * NAVIGATION
 ******************/
.header_navigation_wrapper {
  background: #3B4496;
  border-top: 0px solid #31387c;
  border-bottom: 0px solid #31387c;
  position: relative;
}
.header_navigation_wrapper .header_navigation {
  height: 70px;
  display: flex;
  align-items: center;
}
.header_navigation_wrapper .header_navigation .header_search {
  flex: 1 1 auto;
  max-width: 280px;
  margin-left: 15px;
}
.header_navigation_wrapper .header_navigation .header_search form {
  background: #fff;
  height: 45px;
}
.header_navigation_wrapper .header_navigation .header_search form .input-group #suchbgr {
  color: #777;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.header_navigation_wrapper .header_navigation .header_search form .input-group .form-control {
  background-color: transparent;
  height: 45px;
  border-radius: 0;
  border: 0;
}
.header_navigation_wrapper .header_navigation .header_search form .input-group .input-group-btn .btn {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  color: #777;
}
.header_navigation_wrapper .header_navigation .header_search form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-self: stretch;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li {
    flex-grow: 0;
  }
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > a {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  border-left: 1px solid #31387c;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > a {
    padding: 0 15px;
  }
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > a:hover,
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > a:focus {
  text-decoration: none;
  background: #343c84;
  color: #fff;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > a .badge {
  min-width: 8px;
  background: none;
  color: #fff;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li:last-child > a {
  border-right: 1px solid #31387c;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  right: 0px;
  border-radius: 2px;
  transform-origin: 100% 0;
  transition: all 0.25s ease-in-out;
  max-width: 300px;
  bottom: 0;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form.open {
  bottom: -45px;
  visibility: visible;
  opacity: 1;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form form {
  background: #fff;
  height: 45px;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form form .input-group #suchbgr {
  color: #777;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form form .input-group .form-control {
  background-color: transparent;
  height: 45px;
  border-radius: 0;
  border: 0;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form form .input-group .input-group-btn .btn {
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  color: #777;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li > .header_btn_search_form form {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li .socialmediaQ {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  border-left: 1px solid #31387c;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li .socialmediaQ a {
  height: 100%;
  width: 100%;
  line-height: 0;
  align-items: center;
  position: relative;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li .socialmediaQ a {
    padding: 0 15px;
  }
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li .socialmediaQ a .responsiveImageQ {
  padding: 0.25em;
  width: 24px;
}
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li .socialmediaQ a:hover,
.header_navigation_wrapper .header_navigation .header_navigation_icons > ul > li .socialmediaQ a:focus {
  text-decoration: none;
  background: #343c84;
}
.header_navigation_wrapper .header_navigation .header_navbar {
  flex: 1 0 auto;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle {
  width: 30px;
  height: 30px;
  position: relative;
}
@media screen and (min-width: 420px) {
  .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle:before {
    content: "Menu";
    position: absolute;
    font-size: 0.875rem;
    left: 50px;
    top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.2s ease-in-out;
    transition-delay: 0.4s;
  }
}
@media screen and (min-width: 420px) {
  .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle:after {
    content: "close";
    position: absolute;
    font-size: 0.875rem;
    left: 50px;
    top: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.2s ease-in-out;
    transition-delay: 0s;
  }
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle {
  display: block;
  height: 100%;
  width: 100%;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar {
  display: block;
  height: 4px;
  width: 30px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(1) {
  transition-delay: 0.4s;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(2) {
  transition-delay: 0.5s;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(3) {
  transition-delay: 0.6s;
  margin-bottom: 0px;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle:hover .bar,
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle:focus .bar {
  background: #fff;
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle_close {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle_close .bar {
  display: block;
  height: 4px;
  width: 30px;
  background: #fff;
  border-radius: 1px;
  transition: all 0.2s ease-in-out;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle_close:hover .bar,
.header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle_close:focus .bar {
  background: #fff;
}
@media screen and (min-width: 420px) {
  .mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle:before {
    opacity: 0;
    transform: translateX(30px);
    transition-delay: 0s;
  }
}
@media screen and (min-width: 420px) {
  .mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle:after {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.4s;
  }
}
.mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar {
  width: 0;
}
.mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(1) {
  transition-delay: 0s;
}
.mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(2) {
  transition-delay: 0.1s;
}
.mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle .bar:nth-child(3) {
  transition-delay: 0.2s;
}
.mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle_close .bar:nth-child(1) {
  height: 100%;
  transition-delay: 0.6s;
}
.mm-opened .header_navigation_wrapper .header_navigation .header_navbar .nav_toggle .header_menu_toggle_close .bar:nth-child(2) {
  width: 100%;
  transition-delay: 0.4s;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu {
  display: block;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li {
  display: inline-block;
  margin-right: 2rem;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li > a,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li > span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 70px;
  transition: color 0.2s ease-in-out;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li > a:hover,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li > span:hover,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li > a:focus,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li > span:focus {
  text-decoration: none;
  cursor: pointer;
  color: #f2f2f2;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item > .dropdown_content {
  max-height: calc(100vh -  70px);
  margin-top: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  transform: translateY(1rem);
  z-index: 1;
  border: 1px solid #eee;
  border-top: 0px;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content {
  overflow: hidden;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li {
  padding: 0rem 1rem;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a {
  display: block;
  padding: 0.5rem 0rem;
  color: #888;
  position: relative;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .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: #E30613;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:hover,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:focus {
  text-decoration: none;
  color: #E30613;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:hover:after,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li > a:focus:after {
  right: 0;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li.active > a,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.single > .dropdown_content ul > li.open > a {
  color: #E30613;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content {
  max-width: 1140px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ {
  margin: 0;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ:after {
  content: "";
  display: block;
  clear: both;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ .nav.nav-tabs {
  display: none;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .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: #777;
  transition: color 0.15s ease-in-out;
  position: relative;
}
.header_navigation_wrapper .header_navigation .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 #777;
  border-top: 2px solid #777;
  right: 0.938rem;
  transition: all 0.15s ease-in-out;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li > a:hover,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li > a:focus {
  background-color: #efefef;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .nav.nav-tabs > li.active > a {
  color: #fff;
  background-color: #E30613;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabQ.tabs_active .tab-content {
  float: right;
  width: 80%;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel {
  margin: 0;
  padding: 1rem;
  list-style-type: none;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li {
  width: 33.33333334%;
  padding: 0rem 1rem;
  float: left;
}
.header_navigation_wrapper .header_navigation .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: #777;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > a:hover,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > a:focus {
  text-decoration: none;
  cursor: default;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li {
  padding: 0rem;
}
.header_navigation_wrapper .header_navigation .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;
  position: relative;
}
.header_navigation_wrapper .header_navigation .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_navigation_wrapper .header_navigation .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: #E30613;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:hover,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:focus {
  text-decoration: none;
  color: #E30613;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:hover:after,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li.dropdown_item.multi > .dropdown_content .tabItemQ ul.menuFirstLevel > li > ul > li > a:focus:after {
  right: 0;
}
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li:hover.dropdown_item > .dropdown_content,
.header_navigation_wrapper .header_navigation .header_navbar .main_menu > ul > li:focus.dropdown_item > .dropdown_content {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  transform: translateY(0);
}
/*-----------------------
/config/theme/css/layout/layout101/slider
-----------------------*/
/******************
 * SLIDER
 ******************/
#layout_slider {
  overflow: hidden;
  position: relative;
  background-color: #F5F5FA;
}
#layout_slider .slider_teaser {
  position: relative;
  max-width: 1140px;
  height: 450px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_teaser {
    height: 450px;
  }
}
@media screen and (min-width: 1155px) {
  #layout_slider .slider_teaser {
    margin: 2rem auto;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_teaser {
    height: 450px;
  }
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ {
  background: #fff;
  position: relative;
  height: 450px;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ {
    justify-content: center;
    align-items: stretch;
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ {
    height: 450px;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ {
    height: 450px;
  }
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserImageQ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserImageQ {
    right: 0;
    left: inherit;
    left: initial;
    width: calc(100% -  50% );
    transform: translateX(1.5rem);
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserImageQ {
    width: calc(100% -  50% );
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserImageQ {
    width: calc(100% -  33.3333% );
  }
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserImageQ:before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserHeadlineQ {
  position: relative;
  padding: 0 15px 0 15px;
  width: 100%;
  z-index: 5;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserHeadlineQ > h3 {
  color: #E30613;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  padding: 15px;
  font-size: 28px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserHeadlineQ > h3 {
    background: none;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserHeadlineQ {
    padding: 0 30px 0 45px;
    width: 50%;
    transform: translateX(1.5rem);
    transition: all 0.3s ease-in-out 0.5s;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserHeadlineQ {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserHeadlineQ {
    width: 33.3333%;
  }
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserTextQ {
  display: none;
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserTextQ {
    display: block;
    margin: 5px 0 10px 0;
    padding: 0 30px 0 45px;
    transform: translateX(1.5rem);
    transition: all 0.3s ease-in-out 0.65s;
    opacity: 0;
    width: 50%;
  }
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserTextQ p {
    font-size: 16px;
    line-height: 1.8rem;
    font-weight: 400;
    color: #777;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserTextQ {
    width: 33.3333%;
  }
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ {
  position: relative;
  padding: 0 15px 15px 15px;
  width: 100%;
  z-index: 5;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a {
  position: relative;
  display: block;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a > span {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  top: 0;
  left: 0;
  width: 100%;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #3B4496;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #31387c;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a > span:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a > span:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ > a > span {
    width: auto;
    min-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ {
    position: relative;
    width: 50%;
    padding: 0 30px 0 45px;
    transform: translateX(1.5rem);
    transition: all 0.3s ease-in-out 0.8s, background 0.15s ease-in-out, color 0.15s ease-in-out;
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_teaser .sliderQ .sliderItemQ .teaserQ .teaserLinkQ {
    width: 33.3333%;
  }
}
#layout_slider .slider_teaser .sliderQ .sliderItemQ.active .teaserQ .teaserHeadlineQ,
#layout_slider .slider_teaser .sliderQ .sliderItemQ.active .teaserQ .teaserImageQ,
#layout_slider .slider_teaser .sliderQ .sliderItemQ.active .teaserQ .teaserTextQ,
#layout_slider .slider_teaser .sliderQ .sliderItemQ.active .teaserQ .teaserLinkQ {
  transform: translateX(0);
  opacity: 1;
}
#layout_slider .slider_backgrounds {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 1155px) {
  #layout_slider .slider_backgrounds {
    display: block;
  }
}
#layout_slider .slider_backgrounds .backgroundItemQ {
  display: block;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
#layout_slider .slider_backgrounds .backgroundItemQ.active {
  visibility: visible;
  opacity: 0.5;
}
#layout_slider .slider_images {
  position: relative;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_images {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  #layout_slider .slider_images {
    height: 450px;
  }
}
@media screen and (min-width: 1155px) {
  #layout_slider .slider_images {
    margin: 2rem auto;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_images {
    height: 450px;
  }
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_title {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  font-weight: 800;
  color: #E30613;
  letter-spacing: 1px;
  margin: 0;
  transform: translateX(2rem);
  transition: all 0.6s ease-in-out 0.5s;
  opacity: 0;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_title {
    width: auto;
    font-size: 3rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_title {
    font-size: 5rem;
  }
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_text {
  max-width: 75%;
  display: none;
  margin: 1rem 0 0;
  opacity: 0;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 15px;
  color: rgba(119, 119, 119, 0.85);
  transform: translateX(2rem);
  transition: all 0.6s ease-in-out 0.75s;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_text {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_text {
    font-size: 1.125rem;
  }
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transform: translateX(2rem);
  transition: all 0.6s ease-in-out 1s, background 0.15s ease-in-out, color 0.15s ease-in-out;
  opacity: 0;
  width: 100%;
  margin-top: 1rem;
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #3B4496;
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #31387c;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
@media screen and (min-width: 768px) {
  #layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link {
    width: auto;
    min-width: 200px;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #layout_slider .slider_images .sliderQ .sliderItemQ .slider_content .slider_link {
    margin-top: 3rem;
  }
}
#layout_slider .slider_images .sliderQ .sliderItemQ div.slider_image {
  transform: scale(1.05);
  transition: all 0.7s ease-in-out 0s;
  opacity: 0;
}
#layout_slider .slider_images .sliderQ .sliderItemQ.active .slider_content .slider_title,
#layout_slider .slider_images .sliderQ .sliderItemQ.active .slider_content .slider_text,
#layout_slider .slider_images .sliderQ .sliderItemQ.active .slider_content .slider_link {
  transform: translateX(0);
  opacity: 1;
}
#layout_slider .slider_images .sliderQ .sliderItemQ.active div.slider_image {
  transform: scale(1);
  opacity: 1;
}
#layout_slider .bx-wrapper {
  margin-bottom: 0;
}
#layout_slider .bx-wrapper .bx-controls-direction {
  display: none;
}
@media screen and (min-width: 768px) {
  #layout_slider .bx-wrapper .bx-controls-direction {
    display: block;
  }
}
#layout_slider .bx-wrapper .bx-controls-direction a {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 50px;
  width: 50px;
  top: inherit;
  bottom: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#layout_slider .bx-wrapper .bx-controls-direction a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  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(0, 0, 0, 0.75);
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-next {
  right: 45px;
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-next::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 1.3rem;
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-prev {
  left: inherit;
  right: 102px;
}
#layout_slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 1.3rem;
}
#layout_slider .bx-wrapper .bx-pager {
  display: block;
  top: 0;
  right: 0;
  z-index: 100;
  width: auto;
  bottom: auto;
  padding: 15px 15px 0 0;
}
@media screen and (min-width: 768px) {
  #layout_slider .bx-wrapper .bx-pager {
    padding: 30px 45px 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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#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: #E30613;
  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%);
}
#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 bouncing {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-1rem);
    opacity: 0.1;
  }
}
/*-----------------------
/config/theme/css/layout/layout101/content
-----------------------*/
/******************
 * BREADCRUMB
 ******************/
#layout_breadcrumb {
  background-color: #f5f5f5;
  padding: 1rem 0;
  overflow-x: scroll;
}
@media screen and (min-width: 992px) {
  #layout_breadcrumb {
    overflow-x: inherit;
  }
}
#layout_breadcrumb .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
  min-width: 1140px;
}
@media screen and (min-width: 992px) {
  #layout_breadcrumb .breadcrumb {
    min-width: inherit;
  }
}
#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 > a {
  color: #999999;
  transition: color 0.15s ease-in-out;
}
#layout_breadcrumb .breadcrumb > li > a:hover,
#layout_breadcrumb .breadcrumb > li > a:focus {
  color: #777;
  text-decoration: none;
}
#layout_breadcrumb .breadcrumb > li:nth-last-child(2) {
  color: #777;
}
#layout_breadcrumb .breadcrumb > li.addon .filterview-audience > span {
  font-size: 0.75rem;
  color: #999999;
  margin-right: 0.4rem;
}
#layout_breadcrumb .breadcrumb > li.addon .filterview-audience > span:after {
  content: "";
  display: none;
}
/******************
 * 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 {
  margin: 0 0 0.5rem 0;
  display: inline-block;
  line-height: 45px;
  padding: 0px 30px;
  background: #777;
  color: white;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#layout_sidebar .sidebar_menu {
  margin: 0;
  padding: 1rem;
  list-style-type: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#layout_sidebar .sidebar_menu > li {
  padding: 0.375rem 0;
}
#layout_sidebar .sidebar_menu > li > a {
  display: block;
  position: relative;
  color: #999999;
  transition: color 0.15s ease-in-out;
}
#layout_sidebar .sidebar_menu > li > a:before,
#layout_sidebar .sidebar_menu > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background: transparent;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#layout_sidebar .sidebar_menu > li > a:before {
  margin-top: 0px;
  transform: rotate(0deg);
}
#layout_sidebar .sidebar_menu > li > a:after {
  margin-top: 0px;
  transform: rotate(0deg);
}
#layout_sidebar .sidebar_menu > li > a:hover,
#layout_sidebar .sidebar_menu > li > a:focus {
  color: #777;
  text-decoration: none;
}
#layout_sidebar .sidebar_menu > li > a:hover:before,
#layout_sidebar .sidebar_menu > li > a:focus:before {
  margin-top: 2.8px;
  transform: rotate(-45deg);
  background: #777;
}
#layout_sidebar .sidebar_menu > li > a:hover:after,
#layout_sidebar .sidebar_menu > li > a:focus:after {
  margin-top: -2.8px;
  transform: rotate(45deg);
  background: #777;
}
#layout_sidebar .sidebar_menu > li.active > a {
  color: #777;
  text-decoration: none;
}
#layout_sidebar .sidebar_menu > li.active > a:before {
  margin-top: 2.8px;
  transform: rotate(-45deg);
  background: #777;
}
#layout_sidebar .sidebar_menu > li.active > a:after {
  margin-top: -2.8px;
  transform: rotate(45deg);
  background: #777;
}
/******************
 * CONTENT
 ******************/
.insertaktionsleiste {
  margin: 0 0 2rem;
}
@media screen and (min-width: 992px) {
  .insertaktionsleiste {
    margin: 0 0 0.5rem 0;
  }
}
.insertaktionsleiste .insertaktionsleiste_item:first-child .btn.btn-primary {
  border-radius: 2px 0 0 2px;
}
.insertaktionsleiste .insertaktionsleiste_item:last-child .btn.btn-primary {
  border-radius: 0 2px 2px 0;
}
.insertaktionsleiste .btn.btn-primary {
  background: #777;
  color: #fff;
  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) {
  .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;
  }
}
.insertaktionsleiste .btn.btn-primary:hover,
.insertaktionsleiste .btn.btn-primary:focus {
  background: #636363;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .insertaktionsleiste .btn.btn-primary:hover:after,
  .insertaktionsleiste .btn.btn-primary:focus:after {
    opacity: 1;
    bottom: -40px;
    visibility: visible;
  }
}
/*-----------------------
/config/theme/css/layout/layout101/shop
-----------------------*/
/***************************
 * SHOP SUCHE
***************************/
.layout_shop .insertcsuche {
  width: 100%;
}
.layout_shop .insertcsuche form {
  background: #f5f5f5;
  height: 45px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.layout_shop .insertcsuche form .input-group #suchbgr {
  color: #777;
  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: #777;
}
.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: 15px !important;
  background: #f5f5f5;
  border: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.shopnavigation .list-group-item {
  padding: 10px 15px;
  border: 0;
}
.shopnavigation .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.shopnavigation .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
/***************************
 * ARTIKEL
***************************/
.insertartikel {
  padding: 30px 0;
}
.insertartikel .articleQ {
  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: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.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: 4;
  margin: 5px 0;
}
.insertartikel .articleQ .articleImageQ {
  order: 1;
  margin: 0 0 15px 0;
}
.insertartikel .articleQ .articleImageQ a {
  display: block;
}
.insertartikel .articleQ .articleShortnameQ {
  order: 2;
}
.insertartikel .articleQ .articleExecutionQ {
  order: 3;
  margin: 5px 0;
}
.insertartikel .articleQ .articleEnergyQ {
  order: 9;
  padding: 0;
  margin-top: 10px;
}
.insertartikel .articleQ .articlePriceQ {
  order: 10;
  font-size: 1rem;
  font-weight: bold;
  color: #E30613;
  border: 0;
  display: block;
  margin: 10px 0 0 0;
  text-transform: uppercase;
  z-index: 1;
}
.insertartikel .articleQ .articlePriceQ .articleEnergyClassImageQ {
  width: 35px !important;
}
.insertartikel .articleQ .articleShipmentQ {
  order: 6;
  margin-bottom: auto;
}
.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;
}
/*-----------------------
/config/theme/css/layout/layout101/startseite
-----------------------*/
/******************
 * STARTSEITENTEASER
 ******************/
#layout_teaser {
  background-color: #F5F5FA;
  position: relative;
  padding: 2rem 0 calc( 2rem  - 30px) 0;
}
@media screen and (min-width: 768px) {
  #layout_teaser {
    padding: 3rem 0 calc( 3rem  - 30px) 0;
  }
}
#layout_teaser .row [class*='col-'] {
  animation: fadein 0.4s;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #layout_teaser .row [class*='col-'] {
    margin-bottom: 0;
  }
}
#layout_teaser .row [class*='col-']:last-child {
  margin-bottom: 0;
}
#layout_teaser .row [class*='col-']:nth-child(1) {
  animation-delay: 0.6s;
}
#layout_teaser .row [class*='col-']:nth-child(2) {
  animation-delay: 0.7s;
}
#layout_teaser .row [class*='col-']:nth-child(3) {
  animation-delay: 0.8s;
}
#layout_teaser .teaserQ {
  padding: 0;
  height: auto;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 0 30px 0;
  transform: translate3d(0, 0, 0);
}
#layout_teaser .teaserQ:hover .teaserImageQ {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#layout_teaser .teaserQ .teaserHeadlineQ {
  order: 2;
  background: #E30613;
  text-align: center;
  padding: 5px 1rem;
  min-height: 40px;
  height: auto;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
}
#layout_teaser .teaserQ .teaserHeadlineQ h3 {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: center;
}
#layout_teaser .teaserQ .teaserImageQ {
  width: 100%;
  order: 1;
  box-shadow: none;
  z-index: -1;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#layout_teaser .teaserQ .teaserImageQ:after {
  content: "";
  position: absolute;
  background: rgba(59, 68, 150, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#layout_teaser .teaserQ .teaserTextQ {
  order: 3;
  display: none;
  width: 100%;
}
#layout_teaser .teaserQ .teaserLinkQ {
  order: 4;
}
#layout_teaser .teaserQ .teaserLinkQ > a > span {
  display: none;
}
/******************
 * STARTSEITENTEXT
 ******************/
#layout_content.start {
  background-color: #fff;
  color: #777;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #layout_content.start {
    padding: 3rem 0;
  }
}
#layout_content.start h1 {
  color: #777;
}
#layout_content.start p {
  color: #777;
}
#layout_content.start .lead {
  color: #777;
}
/*-----------------------
/config/theme/css/layout/layout101/print
-----------------------*/
@media print {
  main#layout_main .layout_main-col-print {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  #q0_leistungen p.lead {
    letter-spacing: normal;
  }
}
/*-----------------------
/config/theme/css/_lp
-----------------------*/
/******************
 * HEADER
 ******************/
#layout_header .header_navigation_wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#layout_header .header_logobar_wrapper .header_logobar .header_logobar_contact > ul > li {
  display: flex;
  margin-left: 2rem;
  align-items: center;
  max-width: 180px;
}
/******************
 * BUTTON
 ******************/
/******************
 * SLIDER
 ******************/
#layout_slider:before {
  content: "";
  background: #F5F5FA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  z-index: 20;
  pointer-events: none;
}
#layout_slider:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='120' viewBox='0 0 1920 120' preserveAspectRatio='none'%3E%3Cpath fill='%23f5f5fa' d='M1591.6,21.6c-229.5,72.7-333,50-415.5,37.9c-82.5-12.1-213-45.4-462,21.2s-390,28.8-528-10.6 C97.2,44.7,33.8,46.4,0,50.8V120h1920V33.6C1838.3,7.8,1725.1-20.7,1591.6,21.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 130px;
  z-index: 20;
  pointer-events: none;
}
@media screen and (min-width: 1155px) {
  #layout_slider .slider_teaser {
    margin: 2rem auto 0;
  }
}
/******************
 * STARTSEITENTEASER
 ******************/
#layout_teaser .teaserQ {
  overflow: visible;
}
#layout_teaser .teaserQ:before {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background-color: #E30613;
  border-radius: 2px;
  content: '';
  z-index: -1;
  -webkit-transform: rotate3d(40, 40, 0, 40deg);
  transform: rotate3d(40, 40, 0, 40deg);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#layout_teaser .teaserQ:hover .teaserImageQ,
#layout_teaser .teaserQ:focus .teaserImageQ {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#layout_teaser .teaserQ:hover:before,
#layout_teaser .teaserQ:focus:before {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
}
#layout_teaser .teaserQ .teaserHeadlineQ {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  color: #fff;
  z-index: 2;
  background: none;
}
#layout_teaser .teaserQ .teaserHeadlineQ h3 {
  font-weight: 700;
  font-size: 17px;
  padding: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#layout_services {
  background-color: #f5f5fa;
  padding: 0px 0 0;
}
#layout_services .services_wrapper {
  position: relative;
  z-index: 1000;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  #layout_services .services_wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #layout_services .services_wrapper [class^='col-'].col-service-1 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.05s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-2 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.1s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-3 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.15s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-4 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.2s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-5 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.25s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-6 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.3s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-7 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.35s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-8 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.4s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  #layout_services .services_wrapper [class^='col-'].col-service-9 .teaserQ {
    animation: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1.45s column-animation;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
}
@keyframes column-animation {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#layout_services .services_cta {
  margin: 0 -15px;
  border-radius: 2px;
  background-color: #E30613;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  #layout_services .services_cta {
    padding: 30px 45px;
    margin: 0px 0 -56px;
  }
}
#layout_services .services_cta h3 {
  color: #fff;
  margin: 0;
}
#layout_services .services_cta p {
  color: #fff;
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  #layout_services .services_cta p {
    margin: 5px 0 0;
  }
}
#layout_services .services_cta a {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-transform: uppercase;
  background: transparent;
  color: #333333;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: right;
}
#layout_services .services_cta a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #fff;
}
#layout_services .services_cta a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: #ededed;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}
#layout_services .services_cta a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
#layout_services .services_cta a:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
#layout_services .services_cta a:hover,
#layout_services .services_cta a:focus {
  background-color: #f90a18;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #layout_content.start {
    padding-top: 5rem ;
  }
}
iframe.googlemapsQ {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/******************
 * STARTSEITENTEXT
 ******************/
#layout_main.start {
  background-color: transparent;
}
#layout_content.start {
  background-color: transparent;
  position: relative;
}
#layout_content.start .row [class*='col-'] {
  position: relative;
  z-index: 2;
}
#layout_content.start h1 mark {
  background: transparent;
  color: #E30613;
}
#layout_content.start h2 mark {
  background: transparent;
  color: #E30613;
}
/***************************
 * OWN-TABS
***************************/
.tabQ {
  margin: 15px 0;
}
.tabQ .nav-tabs {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
.tabQ .nav-tabs > li a {
  background: #f5f5f5;
  margin: 0 15px 15px 0;
  border-radius: 0;
  border: 0;
  color: #555;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tabQ .nav-tabs > li a:hover,
.tabQ .nav-tabs > li a:focus {
  background: #E30613;
  color: #fff;
  border: 0;
}
.tabQ .nav-tabs > li.active a {
  background: #E30613;
  color: #fff;
  border: 0;
}
.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);
  }
}
/******************
 * CONTENT
 ******************/
#layout_sidebar .sidebar_title {
  background: #E30613;
}
#layout_sidebar .sidebar_menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#layout_sidebar .sidebar_menu > li > a:hover,
#layout_sidebar .sidebar_menu > li > a:focus {
  color: #E30613;
}
#layout_sidebar .sidebar_menu > li > a:hover:before,
#layout_sidebar .sidebar_menu > li > a:focus:before {
  background: #E30613;
}
#layout_sidebar .sidebar_menu > li > a:hover:after,
#layout_sidebar .sidebar_menu > li > a:focus:after {
  background: #E30613;
}
#layout_sidebar .sidebar_menu > li.active > a {
  color: #E30613;
}
#layout_sidebar .sidebar_menu > li.active > a:before {
  background: #E30613;
}
#layout_sidebar .sidebar_menu > li.active > a:after {
  background: #E30613;
}
.insertaktionsleiste .btn.btn-primary {
  background: #E30613;
}
.insertaktionsleiste .btn.btn-primary:hover,
.insertaktionsleiste .btn.btn-primary:focus {
  background: #bb0510;
}
/******************
 * CONTENT
 ******************/
.layout_main #layout_content aside.marginQ-top {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
#layout_header .main_menu > ul > li.multi .dropdown_content {
  left: 0%;
  width: 30%;
  padding-top: 20px;
}
#layout_header .main_menu > ul > li.multi .dropdown_content .tabQ.tabs_active .nav.nav-tabs {
  width: 100%;
}
#layout_header .main_menu > ul > li.multi .dropdown_content .tabQ.tabs_active .tab-content {
  width: 100%;
}
#layout_header .main_menu > ul > li.multi .dropdown_content .tabItemQ ul.menuFirstLevel > li {
  width: 100%;
}
#layout_header .main_menu > ul > li.multi .dropdown_content .tabItemQ ul.menuFirstLevel > li li {
  width: 100%;
}
.timeline::before {
  background-color: #3B4496 !important;
}
.timeline > li > .timeline-badge {
  background-color: #3B4496 !important;
  font-size: 1em!important;
}
@media screen and (min-width: 1200px) {
  #q0_recruitingJoblistFlag {
    display: flex;
    flex-wrap: wrap;
  }
  #q0_recruitingJoblistFlag > .spacerQ,
  #q0_recruitingJoblistFlag > hr {
    display: none;
  }
  #q0_recruitingJoblistFlag > .row {
    flex: 1 0 50%;
    padding: 0.5rem;
  }
  #q0_recruitingJoblistFlag > .row > [class*="col"] .q0_recruitingJobContentHolder {
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #q0_recruitingJoblistFlag > .row > [class*="col"] .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder {
    margin: 0 !important;
    width: 100%;
  }
  #q0_recruitingJoblistFlag > .row > [class*="col"] .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder > .row {
    width: 100%;
    margin: 0;
  }
  #q0_recruitingJoblistFlag > .row > [class*="col"] .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder > .row .btn {
    width: 100%;
  }
  #q0_recruitingJoblistFlag > .row > [class*="col"] .q0_recruitingJobContentHolder .q0_recruitingJobDetailHolder > p span {
    font-weight: bold;
  }
  #q0_recruitingJoblistFlag > div:nth-of-type(9) > [class*="col"] .q0_recruitingJobContentHolder {
    min-height: 225px;
  }
}
#q0_recruitingJoblistFlag .q0_recruitingJobImageHolder {
  margin: 0;
  width: 100%;
  height: 190px;
  border: none;
  border-radius: 3px 3px 0 0;
}
#q0_recruitingJoblistFlag .q0_recruitingJobImageHolder img {
  transform: translateY(-10%);
}
@media screen and (min-width: 600px) {
  #q0_recruitingJoblistFlag .q0_recruitingJobImageHolder {
    height: 300px;
  }
  #q0_recruitingJoblistFlag .q0_recruitingJobImageHolder img {
    transform: translateY(-16%);
  }
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder {
  display: block;
  position: relative;
  margin: 0 !important;
  border: none;
  border-radius: 0 0 3px 3px;
  width: 100% !important;
  padding: 2rem 0.5rem;
  margin: 1rem 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #E30613;
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobTitle {
  display: block;
  position: relative;
  font-size: 1.15rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  background: none !important;
  z-index: 255;
}
@media screen and (min-width: 400px) {
  #q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobTitle {
    font-size: 1.5rem !important;
  }
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobTitle:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  border-bottom: 1px solid #444eac;
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobDetailHolder {
  position: relative;
  margin: 0 !important;
  z-index: 255;
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder {
  position: relative;
  z-index: 255;
}
@media (min-width: 600px) {
  #q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder {
    margin-left: 80px !important;
  }
}
@media (min-width: 992px) {
  #q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 599px) {
  #q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder .col-xs-6 {
    width: 100%;
  }
  #q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder .col-xs-6:nth-child(1) {
    margin-bottom: 1rem;
  }
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder .col-xs-6 .btn {
  position: relative;
  display: block;
  overflow: hidden;
  background: #3B4496 !important;
  color: #fff !important;
  border: 0.5px solid #fff !important;
  transition: background 0.15s ease-out !important;
  padding: 0.5rem 1rem 0.65rem;
}
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder .col-xs-6 .btn:hover,
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder .col-xs-6 .btn:active,
#q0_recruitingJoblistFlag .q0_recruitingJobContentHolder .q0_recruitingJobButtonHolder .col-xs-6 .btn:focus {
  background: #272d63 !important;
}
#layout_footer {
  position: relative;
  border-top: 0;
}
#layout_footer .layout_footer_top {
  position: relative;
  padding: 0;
}
#layout_footer .layout_footer_top .footer_maps {
  position: relative;
  height: 400px;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 992px) {
  #layout_footer .layout_footer_top .footer_maps {
    height: 500px;
  }
}
#layout_footer .layout_footer_top .footer_maps:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
  background-color: #ccc;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
#layout_footer .layout_footer_top .footer_maps > iframe {
  display: none;
  width: 130%;
  position: absolute;
  top: 0;
  right: 0;
  left: -30%;
  bottom: 0;
  filter: grayscale(0.9);
}
@media screen and (min-width: 992px) {
  #layout_footer .layout_footer_top .footer_maps > iframe {
    display: block;
  }
}
#layout_footer .layout_footer_top .footer_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  padding-top: 3rem;
}
#layout_footer .layout_footer_top .footer_content .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
#layout_footer .layout_footer_top .footer_content .footer_contact {
  width: 33.333333%;
  padding: 20px 20px 0;
  pointer-events: all;
  background-color: white;
  border-radius: 4px;
  box-shadow: 9px 6px 0px #E30613;
  color: #E30613;
}
@media screen and (max-width: 991px) {
  #layout_footer .layout_footer_top .footer_content .footer_contact {
    width: 100%;
  }
}
#layout_footer .layout_footer_top .footer_address > ul > li {
  color: #777;
}
#layout_footer .layout_footer_top .footer_address > ul > li > span.iconSetQ {
  color: #3B4496;
}
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten a {
  color: #777;
}
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten a:hover,
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten a:focus,
#layout_footer .layout_footer_top .footer_address > ul > li .insertfirmendaten a:active {
  color: #3B4496;
  text-decoration: none;
}
#layout_footer .layout_footer_top .footer_title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: 600;
  color: #3B4496;
}
#layout_footer .layout_footer_top .footer_title:after {
  border-color: #E30613;
}
#layout_footer .layout_footer_bottom .pull-left {
  float: none !important;
  color: #fff;
}
