@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: #d9534f;
  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);
}
.spinnerQ.spinner p:before {
  content: "Bitte warten";
}
.spinnerQ.spinner p:before {
  font-weight: bold;
  text-align: center;
}
.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);
  }
}
/*-----------------------
/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;
}
/*-----------------------
/config/theme/css/ieq_global/cookie_manager_overlay
-----------------------*/
section.cookieManagerQ-xl,
section.cookieManagerQ-md {
  padding: 0;
}
.cookieManagerQ-overlay-open {
  overflow: hidden;
}
.cookieManagerQ-sm-overlay {
  left: 0 !important;
  line-height: 1.5em;
}
.cookieManagerQ-sm-overlay button {
  white-space: nowrap;
}
.cookieManagerQ-sm-overlay button:focus {
  outline: none;
}
.cookieManagerQ-sm-overlay button:focus:active {
  outline: none;
}
.cookieManagerQ-sm-overlay .ui-pnotify-container {
  font-size: 1.1em;
  overflow-y: auto;
  width: 90vw;
  max-height: 90vh;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  background-color: #fff;
  color: #000;
  border: 1px solid #999;
}
.cookieManagerQ-sm-overlay .ui-pnotify-text {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
.cookieManagerQ-sm-overlay .ui-pnotify-text a {
  text-decoration: underline;
  color: inherit;
}
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar button,
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar button:focus {
  font-size: inherit;
  margin: 5px 0;
  background: #f5f5f5;
  color: #000;
  border-color: #d6d6d6;
}
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar button.cookieManagerQ-sm-accept,
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar button:focus.cookieManagerQ-sm-accept {
  background: #60c440;
  border-color: #48982f;
  color: #fff;
}
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar .cookieManagerQ-sm-legals {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar .cookieManagerQ-sm-legals a {
  margin: 0 5px;
  color: #999;
  width: 50%;
  text-align: center;
}
.cookieManagerQ-sm-overlay .ui-pnotify-action-bar .cookieManagerQ-sm-legals .cookieManagerQ-sm-imprint {
  border-right: 1px solid #999;
}
.cookieManagerQ-md-overlay .ui-pnotify-container,
.cookieManagerQ-xl-overlay .ui-pnotify-container {
  overflow-y: auto;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #999;
}
.cookieManagerQ-md-overlay .cookieManager-link,
.cookieManagerQ-xl-overlay .cookieManager-link,
.cookieManagerQ-md-overlay .cookieManager-text a,
.cookieManagerQ-xl-overlay .cookieManager-text a {
  color: inherit;
}
.cookieManagerQ-md #cookieManagerContainer {
  margin: 0 15px;
  max-height: 80vh;
}
.cookieManagerQ-md #cookieManagerContainer .panel {
  background-color: #fff;
  color: #000;
}
.cookieManagerQ-xl-overlay .ui-pnotify-text {
  height: 100%;
}
.cookieManagerQ-xl-overlay .ui-pnotify-text .cookieManagerQ-xl {
  height: 100%;
}
.cookieManagerQ-xl #cookieManagerContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 15px;
}
.cookieManagerQ-xl #cookieManagerHeader {
  display: flex;
}
.cookieManagerQ-xl #cookieManagerHeader .cookieManager-backToOverview {
  font-size: 1.5em;
  margin-right: 5px;
}
.cookieManagerQ-xl #cookieManagerMain {
  display: flex;
  height: 50vh;
  flex: 1 1 auto;
}
.cookieManagerQ-xl #cookieManagerSidebar {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 0 auto;
  padding: 20px 15px 0 0;
  border-right: 1px solid;
}
.cookieManagerQ-xl #cookieManagerSidebar .cookieManager-menu {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.cookieManagerQ-xl #cookieManagerSidebar .cookieManager-menu .cookieManager-menu-item {
  padding: 3px 0;
}
.cookieManagerQ-xl #cookieManagerContent {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 15px;
}
.cookieManagerQ-xl #cookieManagerContent .cookieManager-required,
.cookieManagerQ-xl #cookieManagerContent .cookieManager-marketing {
  margin-bottom: 20px;
}
.cookieManagerQ-xl #cookieManagerContent .cookieManager-wrapper {
  margin-top: 20px;
}
.cookieManagerQ-xl #cookieManagerContent .cookieManager-text {
  padding-left: 15px;
  margin-bottom: 20px;
}
.cookieManagerQ-xl #cookieManagerContent .cookieManager-text a {
  text-decoration: underline;
}
.cookieManagerQ-xl #cookieManagerContent .cookieManager-gtm-headline {
  font-weight: bold;
}
.cookieManagerQ-xl .cookieManager-subtitle {
  font-size: 1.3em;
  border-bottom: 1px solid;
}
.cookieManagerQ-xl #cookieManagerFooter {
  margin-top: 20px;
}
.cookieManagerQ-xl #cookieManagerFooter .cookieManager-backToTop {
  display: none;
}
#cookieManagerContainer .cookieManager-check input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
#cookieManagerContainer .cookieManager-check input[type="checkbox"] {
  height: 14px;
  width: 2em;
  border-radius: 4px;
  margin: 10px 1ch 10px 0;
  box-shadow: inset -1em -1px 0px -1px #ddd, inset -1em 0 0 0 #ccc;
  background-color: white;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#cookieManagerContainer .cookieManager-check input[type="checkbox"][disabled] {
  cursor: not-allowed;
  filter: contrast(0.3) brightness(1.5);
}
#cookieManagerContainer .cookieManager-check input[type="checkbox"]:checked {
  box-shadow: inset 1em 0px 0px -1px #60c440;
}
#cookieManagerContainer .cookieManager-check input[type="checkbox"]:focus {
  outline: none;
}
#cookieManagerContainer .cookieManager-title {
  font-size: 1.7em;
}
#cookieManagerContainer .cookieManager-wrapper {
  justify-content: space-between;
}
#cookieManagerContainer .cookieManager-wrapper,
#cookieManagerContainer .cookieManager-check {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}
#cookieManagerContainer .cookieManager-wrapper .cookieManager-button button,
#cookieManagerContainer .cookieManager-check .cookieManager-button button {
  padding: 0;
  line-height: 2em;
  outline: none;
}
#cookieManagerContainer .cookieManager-wrapper .cookieManager-button button::before,
#cookieManagerContainer .cookieManager-check .cookieManager-button button::before {
  line-height: 0;
}
#cookieManagerContainer .cookieManager-wrapper .cookieManager-button button:hover,
#cookieManagerContainer .cookieManager-check .cookieManager-button button:hover {
  outline: none;
}
#cookieManagerContainer .cookieManager-wrapper .cookieManager-gtm-info,
#cookieManagerContainer .cookieManager-check .cookieManager-gtm-info {
  margin-left: 1.5em;
  width: 100%;
}
#cookieManagerContainer .cookieManager-all {
  font-size: 1.3em;
}
#cookieManagerContainer .cookieManager-all input[type="checkbox"] {
  height: 18px;
}
#cookieManagerContainer .cookieManager-save button {
  background: #60c440;
  border-color: #48982f;
  color: #fff;
}
#cookieManagerContainer button.cookieManager-save {
  background: #60c440;
  border-color: #48982f;
  color: #fff;
}
#cookieManagerContainer button:focus {
  outline: none;
}
_:-ms-fullscreen,
:root #cookieManagerContainer .cookieManager-check input[type=checkbox] {
  box-shadow: none;
  background-color: transparent;
}
_:-ms-fullscreen:checked,
:root #cookieManagerContainer .cookieManager-check input[type=checkbox]:checked {
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .cookieManagerQ-xl-overlay,
  .cookieManagerQ-md-overlay {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
  }
  .ui-pnotify.cookieManagerQ-sm-overlay {
    top: 20px !important;
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    margin: 0;
  }
  .ui-pnotify.cookieManagerQ-sm-overlay .ui-pnotify-container {
    margin: 0;
    width: 100%;
    max-height: 95vh;
    padding: 20px;
    line-height: 1.2em;
    font-size: 0.8em;
    overflow-y: auto;
  }
  .ui-pnotify.cookieManagerQ-sm-overlay .ui-pnotify-container .ui-pnotify-action-bar button {
    width: 100%;
    white-space: break-spaces;
  }
}
@media screen and (max-width: 578px) {
  .cookieManagerQ-xl-overlay,
  .cookieManagerQ-md-overlay {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    font-size: 14px !important;
  }
  .cookieManagerQ-xl-overlay #cookieManagerContent,
  .cookieManagerQ-md-overlay #cookieManagerContent {
    padding: 0;
  }
  .cookieManagerQ-xl-overlay #cookieManagerContent .cookieManager-text,
  .cookieManagerQ-md-overlay #cookieManagerContent .cookieManager-text {
    padding: 0;
  }
  .cookieManagerQ-xl-overlay #cookieManagerSidebar,
  .cookieManagerQ-md-overlay #cookieManagerSidebar {
    border: none;
    margin: 20px 0;
    padding: 0;
  }
  .cookieManagerQ-md .cookieManager-check {
    margin: 0;
  }
  .cookieManagerQ-xl #cookieManagerHeader .cookieManager-backToOverview {
    line-height: 1.5;
  }
  .cookieManagerQ-xl #cookieManagerMain {
    display: block;
    overflow-y: auto;
  }
  .cookieManagerQ-xl #cookieManagerFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .cookieManagerQ-xl #cookieManagerFooter .cookieManager-backToTop {
    font-size: 2em;
    display: block;
    padding-bottom: 5px;
    margin-left: 5px;
  }
  .cookieManagerQ-xl #cookieManagerFooter .cookieManager-backToTop a {
    text-decoration: none;
    color: inherit;
  }
}
/*-----------------------
/config/theme/css/ieq_global/cookie_module_blocker
-----------------------*/
.moduleBlockerWrapper-text {
  background: #fff;
  border: 3px solid #428bca;
  border-radius: 4px;
  color: #777;
  margin: 0.5em 0;
  padding: 1em;
  display: flex;
}
.moduleBlockerWrapper-text b {
  color: #428bca;
}
.moduleBlockerWrapper-text span {
  font-size: 2em;
  color: #428bca;
  margin-right: 10px;
}
.moduleBlockerWrapper-text .notice-accept-all {
  font-weight: bold;
}
.moduleBlockerWrapper-text .notice-accept-all span {
  color: #428bca;
  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/cookie_notification
-----------------------*/
.cookieNotificationQ {
  font-size: 0.8em !important;
  top: auto!important;
  text-align: center;
}
.cookieNotificationQ button {
  font-size: inherit;
  white-space: nowrap;
}
.cookieNotificationQ .ui-pnotify-text {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 0.25em 1em;
}
.cookieNotificationQ .ui-pnotify-action-bar {
  display: inline-block;
  margin: 0!important;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cookieNotificationQ-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cookieNotificationQ .ui-pnotify-text {
    max-width: 70vw;
  }
}
/*-----------------------
/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,
.audioQ .jp-state-playing .iconSetQ-play: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 {
  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 {
  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 {
  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 {
  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 {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
em.mm-counter + a.mm-fullsubopen + a,
em.mm-counter + 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 {
  padding-right: 90px;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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(http://www.default-site.onlinegesundheitswelt.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(http://www.default-site.onlinegesundheitswelt.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(http://www.default-site.onlinegesundheitswelt.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(http://www.default-site.onlinegesundheitswelt.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('http://www.default-site.onlinegesundheitswelt.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('http://www.default-site.onlinegesundheitswelt.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('http://www.default-site.onlinegesundheitswelt.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('http://www.default-site.onlinegesundheitswelt.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,
.insertartikel .articleQ .articleShortnameQ,
.insertartikel .articleQ .articleManufacturerQ,
.insertartikel .articleQ .articleExecutionQ,
.q0_teaserHeadlineLink .teaserQ h3,
#q0_leistungen .serviceHolder {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong,
.insertartikel .articleQ .articleShortnameQ,
.insertevents .insertevents_subline,
.inserteventanmeldung .insertevents_subline,
.insertevents .inserteventanmeldung_subline,
.inserteventanmeldung .inserteventanmeldung_subline {
  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,
  .insertartikel .articleQ .articleShortnameQ,
  .insertartikel .articleQ .articleManufacturerQ,
  .insertartikel .articleQ .articleExecutionQ,
  .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,
.insertartikel .articleQ .articleShortnameQ,
.insertartikel .articleQ .articleManufacturerQ,
.insertartikel .articleQ .articleExecutionQ,
.q0_teaserHeadlineLink .teaserQ h3,
#q0_leistungen .serviceHolder {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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;
  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: 30px;
}
h3,
.h3,
#q0_leistungen p.lead {
  font-size: 24px;
}
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: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.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: #dff0d8;
}
.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: #d0e9c6;
}
.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: #d9edf7;
}
.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: #c4e3f3;
}
.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: #fcf8e3;
}
.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: #faf2cc;
}
.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: #f2dede;
}
.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: #ebcccc;
}
@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;
  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: #dff0d8;
}
.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: #fcf8e3;
}
.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: #f2dede;
}
.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 {
  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 {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  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 {
  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;
  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;
  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: #428bca;
}
.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: #428bca;
}
.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: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  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: #2a6496;
  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: #428bca;
  border-color: #428bca;
  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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.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: #428bca;
  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;
  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: #428bca;
}
.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: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.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: #428bca;
  -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;
  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: #5cb85c;
}
.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: #5bc0de;
}
.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: #f0ad4e;
}
.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: #d9534f;
}
.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: #428bca;
  border-color: #428bca;
}
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: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
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: #d0e9c6;
}
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: #d9edf7;
}
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: #c4e3f3;
}
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: #fcf8e3;
}
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: #faf2cc;
}
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: #f2dede;
}
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: #ebcccc;
}
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: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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;
  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/pnotify_v3_0_0
-----------------------*/
.ui-pnotify {
  top: 36px;
  right: 36px;
  position: absolute;
  height: auto;
  z-index: 2;
}
body > .ui-pnotify {
  position: fixed;
  z-index: 100040;
}
.ui-pnotify-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
body > .ui-pnotify-modal-overlay {
  position: fixed;
  z-index: 100039;
}
.ui-pnotify.ui-pnotify-in {
  display: block !important;
}
.ui-pnotify.ui-pnotify-move {
  transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
  transition: opacity 0.6s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
  transition: opacity 0.4s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
  transition: opacity 0.2s linear;
  opacity: 0;
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
  transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
  opacity: 1;
}
.ui-pnotify .ui-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);
}
.ui-pnotify-container {
  background-position: 0 0;
  padding: 0.8em;
  height: 100%;
  margin: 0;
}
.ui-pnotify-container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em;
  margin-top: 0;
}
.ui-pnotify-text {
  display: block;
}
.ui-pnotify-icon,
.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em;
}
.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
  left: 25px;
  right: auto;
}
.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
  bottom: 25px;
  top: auto;
}
.ui-pnotify.stack-modal {
  left: 50%;
  right: auto;
  margin-left: -150px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em;
}
.ui-pnotify-container {
  position: relative;
  left: 0;
}
@media (max-width: 480px) {
  .ui-pnotify-mobile-able.ui-pnotify {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto!important;
    font-size: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 5px;
  }
  .ui-pnotify-mobile-able .ui-pnotify-container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
  .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
    left: 0;
    right: 0;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,
  .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
    border-top-width: 5px;
    border-bottom-width: 1px;
  }
}
/*-----------------------
/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/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 {
  margin-bottom: initial;
  white-space: normal;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ 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: #428bca;
  color: #fff;
  padding: 6px 12px;
  border: 1px solid;
  border-radius: 4px;
  border-color: #2d6ca2;
}
.teaserListQ > .teaserQ a:hover span {
  background: #3276b1;
  border-color: #285e8e;
  color: #ffffff;
}
.teaserListQ:not([class*="newsSliderQ"]) {
  margin: 0 -15px;
}
@media print {
  .teaserListQ:not([class*="newsSliderQ"]) {
    max-width: 100%;
  }
}
.teaserListQ:not([class*="newsSliderQ"]):after {
  content: "";
  display: block;
  clear: both;
}
.teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
  float: left;
  margin: 0 15px;
  width: calc( 100%  - 30px );
}
@media (min-width: 768px) {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 50%  - 30px );
  }
}
@media (min-width: 992px) {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
}
@media (min-width: 1200px) {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 25%  - 30px );
  }
}
@media print {
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ {
    width: calc( 33.33333333%  - 30px );
  }
  .teaserListQ:not([class*="newsSliderQ"]) > .teaserQ .teaserLinkQ {
    display: none;
  }
}
/* MediaList +++ */
.mediaListQ {
  margin: 0 -15px;
}
@media print {
  .mediaListQ {
    max-width: 100%;
  }
}
.mediaListQ:after {
  content: "";
  display: block;
  clear: both;
}
.mediaListQ > .mediaListQ-item {
  float: left;
  margin: 0 15px 20px;
  width: calc( 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( 33.33333333%  - 30px );
  }
}
@media (min-width: 1200px) {
  .articleQ {
    width: calc( 25%  - 30px );
  }
}
@media print {
  .articleQ {
    width: calc( 33.33333333%  - 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/framework/bootstrap/default0_layout
-----------------------*/
/* +++ COLOR brand +++++++++++++++ */
/* +++ COLOR state +++++++++++++++ */
/* +++ FORM ++++++++++++++++++++ */
/* +++ TEASER GRID ++++++++++++++ */
/* +++ ARTICLE GRID ++++++++++++++ */
/*
*   Detail-Buttons an der Artikelliste
*   no-detail-button:       Kein sichtbarer Details-Button, Artikel vollflächig verlinkt
*   with-detail-button:     Sichtbarer Details-Button, Artikel verlinkt über Bild und Details-Button
*/
/*
*   Teaser Basics
*/
.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;
}
.teaserQ .teaserLinkQ a span {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/*
*   Artikel Basics
*/
.insertartikel {
  padding: 20px 0;
  /* THEMES FOR ARTICLE */
  /* ARTICLEQ - GRID - (DEFAULT STYLING) */
  /* ARTICLEQ - LINE */
  /*  ARTICLEQ - ONLY TEXT */
  /* ARTICLEQ - THUMB */
}
.insertartikel .articleQ {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #7f9bb4;
  box-shadow: 0 0 0 #fff;
  transition: border-color 0.5s, box-shadow 0.5s;
  /* +++ MIT DETAIL BUTTON +++++++++++++++++++++++++++ */
  /* +++ OHNE DETAIL BUTTON ++++++++++++++++++++++++++ */
  padding-bottom: 70px;
}
.insertartikel .articleQ:hover {
  border-color: #5383ad;
  box-shadow: 0 0 20px -8px #15212b;
}
.insertartikel .articleQ .articleImageQ,
.insertartikel .articleQ .articleShortnameQ,
.insertartikel .articleQ .articleExecutionQ,
.insertartikel .articleQ .articleManufacturerQ {
  margin: 10px 0;
}
.insertartikel .articleQ .articleImageQ a {
  display: block;
}
@media print {
  .insertartikel .articleQ .articleImageQ a:after {
    content: "";
  }
}
.insertartikel .articleQ .articleManufacturerQ {
  color: #73a3cc;
}
.insertartikel .articleQ .articleExecutionQ {
  color: #73a3cc;
}
@media print {
  .insertartikel .articleQ .articleShipmentQ a:after {
    content: "";
  }
}
.insertartikel .articleQ .articleDetailLinkQ a {
  text-decoration: none;
  max-width: 100%;
}
@media print {
  .insertartikel .articleQ .articleDetailLinkQ a:after {
    content: "";
  }
}
.insertartikel .articleQ .articlePriceQ {
  font-size: 1.4em;
  font-weight: bold;
  color: #2c5d87;
  border: solid #7f9bb4;
  border-width: 1px 0;
  margin: 10px 0;
  padding: 10px 0;
}
.insertartikel .articleQ .articlePriceQ {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.insertartikel .articleQ .articleDetailLinkQ {
  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;
}
.insertartikel .articleQ[data-q-theme="line"] {
  width: 100%;
}
.insertartikel .articleQ[data-q-theme="line"] .articleImageQ {
  width: 150px;
  float: left;
}
.insertartikel .articleQ[data-q-theme="line"] .articleManufacturerQ {
  float: right;
}
.insertartikel .articleQ[data-q-theme="text"] {
  text-align: left;
  width: calc(100% - 30px);
  padding-bottom: 20px;
}
.insertartikel .articleQ[data-q-theme="text"] .articleManufacturerQ,
.insertartikel .articleQ[data-q-theme="text"] .articleShortnameQ {
  display: inline;
}
.insertartikel .articleQ[data-q-theme="text"] .articleManufacturerQ:after {
  content: ": ";
}
.insertartikel .articleQ[data-q-theme="text"] .articleImageQ,
.insertartikel .articleQ[data-q-theme="text"] .articleExecutionQ {
  display: none;
}
.insertartikel .articleQ[data-q-theme="text"] .articlePriceQ {
  top: 0;
  right: 20px;
  left: auto;
  border: 0px;
}
.insertartikel .articleQ[data-q-theme="thumb"] {
  padding-bottom: 0px;
}
.insertartikel .articleQ[data-q-theme="thumb"] .articleShortnameQ,
.insertartikel .articleQ[data-q-theme="thumb"] .articleExecutionQ,
.insertartikel .articleQ[data-q-theme="thumb"] .articlePriceQ,
.insertartikel .articleQ[data-q-theme="thumb"] .articleShipmentQ {
  display: none;
}
/* Styles fuer Vorschaucontentents auf Default-Site(0) */
#ieq-header {
  background: #f4f4f4;
  border-bottom: 1px solid #eee;
  padding: 2em 0;
  margin: 0 0 2em;
}
#ieq-footer {
  background: #f4f4f4;
  border-top: 1px solid #eee;
  padding: 2em 0;
  margin: 2em 0 0;
}
.siteQfixed {
  width: 960px;
  margin: 0 auto;
}
.col-640px {
  width: 640px;
  float: right;
}
/*-----------------------
/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 {
  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;
}
.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 #428bca 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,
.insertartikel .articleQ .articleShortnameQ,
.insertartikel .articleQ .articleManufacturerQ,
.insertartikel .articleQ .articleExecutionQ,
.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: #428bca;
}
/* +++ 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: #d9534f;
}
.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("http://www.default-site.onlinegesundheitswelt.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: 40px;
  height: 15px;
  margin-right: 10px;
  border-radius: 4px;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_gruen::before {
  background: url('http://www.default-site.onlinegesundheitswelt.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-green.svg') no-repeat;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_gruen_gelb::before {
  background: url('http://www.default-site.onlinegesundheitswelt.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-greenyellow.svg') no-repeat;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_gelb::before {
  background: url('http://www.default-site.onlinegesundheitswelt.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-yellow.svg') no-repeat;
}
.tradeplace-stockQ:not(:empty).aDStock_ampel_rot::before {
  background: url('http://www.default-site.onlinegesundheitswelt.de/scripts/get.aspx?media=/config/theme/media/ieq_framework/cmsfuncs/tradeplace-stockq-red.svg') no-repeat;
}
@media print {
  .tradeplace-stockQ:not(:empty)::before {
    display: none;
  }
}
/* +++ shopWebServiceQ */
.shopWebServiceQ:empty {
  display: flex;
  background-image: url("http://www.default-site.onlinegesundheitswelt.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 {
  display: flex;
  background-image: url("http://www.default-site.onlinegesundheitswelt.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;
}
/*-----------------------
/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: 25% !important;
  max-width: 3em;
  margin-right: 5px;
}
/* +++ 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/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(http://www.default-site.onlinegesundheitswelt.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("http://www.default-site.onlinegesundheitswelt.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: #a6c8e6;
  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: #428bca;
}
.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: #5cb85c;
}
.inserteventteaser_places[class*="_places_warning"],
.insertevents_places[class*="_places_warning"],
.inserteventanmeldung_places[class*="_places_warning"] {
  background: #f0ad4e;
}
.inserteventteaser_places[class*="_places_danger"],
.insertevents_places[class*="_places_danger"],
.inserteventanmeldung_places[class*="_places_danger"] {
  background: #d9534f;
}
.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/inspirationdb
-----------------------*/
.inspirationq_result .inspirationq_img {
  /*@media screen {
 			overflow: hidden;
 			height: 200px;
 			@media (max-width: @screen-lg-min) {
 				height: 150px;
 			}
 			@media (max-width: @screen-md-min) {
 				height: 300px;
 			}
 			@media (max-width: @screen-sm-min) {
 				height: 400px;
 			}
 			@media (max-width: 400px) {
 				height: 250px;
 			}
 		}*/
}
.inspirationq_result .inspirationq_result_item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .inspirationq_result .inspirationq_result_item {
    pointer-events: none;
  }
}
@media (max-width: 400px) {
  .inspirationq_result .inspirationq_result_item {
    pointer-events: none;
  }
}
.inspirationq_result .inspirationq_result_item picture {
  height: 100%;
  width: 100%;
}
.inspirationq_result .inspirationq_result_item a {
  background: #428bca;
  display: block;
  height: 100%;
  text-decoration: none;
}
.inspirationq_result .inspirationq_result_item a:hover {
  background: #5697d0;
}
.inspirationq_result .inspirationq_result_item a span {
  width: 100%;
  background: #fff;
  display: block;
  padding: 5px;
  color: #72C02C;
  font-size: 110%;
}
.inspirationq_result .inspirationq_result_item a p {
  width: 100%;
  background: #fff;
  display: block;
  padding: 5px;
  margin: 0;
  margin-bottom: 20px;
  color: #333;
}
.inspirationq_result .inspirationq_result_item .cat_label {
  position: absolute;
  top: 20px;
  left: 15px;
  background: #72C02C;
  color: #fff;
  padding: 5px 20px;
}
.inspirationq_result .inspirationq_label {
  color: #fff;
  text-align: center;
  padding: 10px;
}
.inspirationq_detail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
@media screen {
  .inspirationq_detail {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 992px) {
  .inspirationq_detail {
    background: #000000;
  }
}
@media screen and (max-width: 768px) {
  .inspirationq_detail {
    background: #000000;
  }
}
.inspirationq_detail #inspirationq_detail_back,
.inspirationq_detail #inspirationq_detail_next {
  position: fixed;
  top: 40%;
  border-radius: 0;
}
.inspirationq_detail #inspirationq_detail_back {
  left: 0;
}
.inspirationq_detail #inspirationq_detail_next {
  right: 15px;
}
.inspirationq_detail .inspirationq_container_toolbar {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  position: fixed;
  width: 100%;
  padding: 10px 30px 10px 10px;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.inspirationq_detail .inspirationq_container_toolbar:hover {
  background: #ffffff;
}
.inspirationq_detail .inspirationq_container_toolbar h1 {
  margin: 0;
}
.inspirationq_detail .inspirationq_container_toolbar .btn-group {
  float: right;
}
.inspirationq_detail .inspirationq_container_content {
  position: fixed;
  padding: 10px;
  bottom: 0;
  right: 0;
  max-height: 40%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 15px 30px;
  max-width: 900px;
  background: rgba(66, 139, 202, 0.8);
  color: white;
}
.inspirationq_detail .inspirationq_container_content:hover {
  background: #428bca;
}
.inspirationq_detail .inspirationq_container_content a {
  color: white;
}
.inspirationq_detail .inspirationq_container_content .inspirationq_container_toolbar {
  text-align: right;
  position: fixed;
  top: 50px;
  padding: 10px 30px 10px 10px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.inspirationq_detail .inspirationq_container {
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.inspirationq_detail .inspirationq_container .insertinspirationdb_detail inspirationq_detail {
  max-height: 100%;
  overflow: hidden;
}
.inspirationq_result_item:hover a span,
.inspirationq_result_item:hover a p,
.inspirationq_result_item.active a span,
.inspirationq_result_item.active a p {
  background: #72C02C;
  color: #fff;
  text-decoration: none;
}
#inspirationq_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99995;
}
#inspirationq_overlay .overlay_close {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
}
#inspirationq_overlay_actionbar {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
}
#inspirationq_overlay_pagination {
  position: fixed;
  bottom: 10px;
  left: 0px;
  text-align: center;
  z-index: 99999;
  width: 100%;
}
#inspirationq_overlay_wrapper {
  background: #fff;
  margin: 0 auto;
}
.inspirationq_overlay_description,
.inspirationq_overlay_description_image {
  padding: 20px 0;
}
body.noscroll {
  overflow: hidden;
}
.inspirationq_container img,
.inspirationq_container picture {
  max-width: 100vw;
  max-height: 100vh;
  display: block;
  height: auto;
  width: auto;
  margin: auto;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
}
@media all and (max-width: 768px) {
  .inspirationq_detail .inspirationq_container_toolbar h1 {
    margin-bottom: 20px;
  }
  .inspirationq_container_toolbar {
    background: #ffffff !important;
    position: relative !important;
  }
  .inspirationq_container_content {
    position: relative !important;
    margin: 0 !important;
  }
}
/*-----------------------
/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: #428bca;
  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/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;
}
/*-----------------------
/config/theme/css/ieq_framework/ieq_plugins/audioplayer
-----------------------*/
@keyframes jp-seeking-bg-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.audioQ {
  /* +++ state +++ playing +++ */
  /* +++ state +++ looping +++ */
}
.audioQ .audioQ-gui {
  display: inline-block;
  background: #428bca;
  padding: 10px 7.5px;
  border-radius: 4px;
}
.audioQ .jp-volume-controls {
  margin: 0 0 5px;
}
.audioQ .jp-volume-controls .btn-group {
  width: 100%;
}
.audioQ .jp-volume-controls .btn-group > .btn {
  width: 2em;
}
.audioQ .jp-volume-controls .btn-group .jp-volume {
  height: 15px;
  width: calc(100% - 4em);
}
.audioQ .jp-volume-controls .btn-group .jp-volume .jp-volume-bar {
  height: 100%;
  background: #b1c7da;
}
.audioQ .jp-volume-controls .btn-group .jp-volume .jp-volume-bar .jp-volume-bar-value {
  height: 100%;
  background: #2c5d87;
}
.audioQ .jp-progress {
  height: 15px;
  overflow: hidden;
  background-color: #ddd;
  margin: 5px 0;
  border-radius: 4px;
}
.audioQ .jp-progress .jp-seek-bar {
  background: #b1c7da;
  height: 100%;
  cursor: pointer;
}
.audioQ .jp-progress .jp-seek-bar .jp-play-bar {
  background: #2c5d87;
  height: 100%;
}
.audioQ .jp-progress .jp-seeking-bg {
  background: repeating-linear-gradient(-45deg, #b1c7da, #9fb3c5 10px);
  background-size: 100px 100%;
  animation: jp-seeking-bg-animation 20s linear infinite;
}
.audioQ .jp-timers {
  margin: 5px 0;
}
.audioQ .jp-timers:after {
  content: "";
  display: block;
  clear: both;
}
.audioQ .jp-timers .jp-current-time,
.audioQ .jp-timers .jp-duration {
  font-weight: bold;
  color: #eeeeee;
}
.audioQ .jp-timers .jp-current-time {
  float: left;
}
.audioQ .jp-timers .jp-duration {
  float: right;
}
.audioQ .jp-playlist {
  background: #eeeeee;
  padding: 10px 0;
  margin: 5px 0;
  border-radius: 4px;
}
.audioQ .jp-playlist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.audioQ .jp-playlist ul li.jp-track {
  cursor: pointer;
  padding: 0 7.5px;
}
.audioQ .jp-playlist ul li.jp-track:hover {
  background: #b1c7da;
  color: #555555;
}
.audioQ .jp-playlist ul li.jp-track.jp-current-track {
  cursor: default;
  background: #428bca;
  color: #eeeeee;
}
.audioQ .jp-toggles {
  text-align: center;
  color: #eeeeee;
}
.audioQ .jp-toggles > div {
  display: inline-block;
  cursor: pointer;
}
.audioQ .jp-state-looped .iconSetQ-loop {
  color: rgba(238, 238, 238, 0.5);
}
.audioQ-sources[data-q-controls*="poster"] ~ .audioQ-gui {
  width: 100%;
}
.jp-current-time {
  margin-right: 1ch;
}
/*-----------------------
/config/theme/css/ieq_framework/scripts/csearchresults
-----------------------*/
.hideEmptyBoxes .searchResultsBox:not(.hasElements) {
  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/zentrale_dienste/corona_hinweis
-----------------------*/
.q0_site_notice section.hinweis_corona {
  max-width: 800px;
}
/*-----------------------
/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;
  }
}
/* --- [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:not(.sliderQ-activated) {
  display: none;
}
.q0_insertartikelslider .sliderQ {
  display: flex;
}
.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 .sliderQ .insertartikel .articleQ .articlePriceQ {
  color: white;
}
.q0_insertartikelslider .sliderQ .insertartikel .articleQ .articlePriceQ:before {
  background: #f43a3a;
}
.q0_insertartikelslider .sliderQ .insertartikel .articleQ .articlePriceQ:after {
  background: #f21818;
}
.q0_insertartikelslider .sliderQ .insertartikel .articleQ .articlePriceQ .articleEnergyClassImageQ {
  width: 35px !important;
}
.q0_insertartikelslider .bx-wrapper {
  margin: 0 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .q0_hideInIE10_11 {
    display: none;
  }
}
.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);
  }
}
/* 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.jpg");
  background-size: auto 15%;
  background-position: calc(0% + 10px) calc(0% + 10px);
}
[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/marke_hersteller_produkte/mennekes/overlay.png");
  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 25%;
  background-position: calc(0% + 10px) calc(0% + 10px);
}
[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.jpg);
  background-size: auto 12%;
  background-position: calc(100% - 0px) calc(0% + 27px);
}
[data-overlay="321_abn"] .responsiveCenteredQ:before {
  background-image: url("/media/de/marke_hersteller_produkte/abn/logo_abn_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/marke_hersteller_produkte/merten/logo_merten_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/marke_hersteller_produkte/ritto/logo_ritto_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/marke_hersteller_produkte/schneider_electric/logo_schneider_electric_overlay.jpg");
  background-size: auto 25%;
  background-position: calc(100% - 10px) calc(100% - 10px);
}
/*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: #58b2dc;
}
#q0_leistungen .serviceHolder .serviceTitle {
  display: none;
}
