/** Styling for Mios **/
.input-group {
  position: relative;
}
.form-control {
  position: relative;
  z-index: 1;
}
.form-control + .placeholder {
  position: absolute;
  z-index: 2;
  top: 11px;
  left: 12px;
  color: #006ab4;
  pointer-events: none;
  line-height: 1.42857143;
  font-weight: normal !important;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .1s linear;
  -khtml-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -ms-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.form-control:focus + .placeholder {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
/** leafleft plugin **/
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-tile-pane {
  z-index: 2;
}
.leaflet-objects-pane {
  z-index: 3;
}
.leaflet-overlay-pane {
  z-index: 4;
}
.leaflet-shadow-pane {
  z-index: 5;
}
.leaflet-marker-pane {
  z-index: 6;
}
.leaflet-popup-pane {
  z-index: 7;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-clickable {
  cursor: pointer;
}
.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.header-wrapper .dropdowns {
  
    border-bottom: 4px solid #01a6e8;
 
}
.header-wrapper .dropdowns #cc-logo {
  text-align: right;
}
.header-wrapper .dropdowns .cc-logo-image {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #ffe500;
  padding-left: 2px;
  background-position: 3px 0px;
  background-repeat: no-repeat;
}
/** MAP SEARHC **/
.map-search {
  background-color: #e5e5e5;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 20px 20px;
}
.map-search .map-search-button {
  border: none;
  background: #575757 url(../../images/mios/lupe.png) no-repeat center center;
  height: 42px;
  width: 42px;
  -webkit-background-size: 22px 22px;
  -khtml-background-size: 22px 22px;
  -moz-background-size: 22px 22px;
  -ms-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  -webkit-transition: background-color 0.5s ease;
  -khtml-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.map-search .map-search-button:hover,
.map-search .map-search-button:active {
  background-color: #7d7d7d;
}
/** MAP MARKETS **/
.map-markets {
  padding: 5px 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .map-markets {
    height: 605px;
    overflow-x: auto;
    overflow-y: scroll;
  }
}
.map-markets .market {
  border-bottom: 1px dotted #cfcfcf;
  background: transparent url(../../images/mios/marker-icon.png) no-repeat right top;
  margin: 10px 0px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dppx), (min-resolution: 120dppx), (min-resolution: 124.8dppx), (min-resolution: 144dppx) {
  .map-markets .market {
    background: transparent url(../../images/mios/marker-icon-x2.png) no-repeat right top;
    -webkit-background-size: 26px 31px;
    -khtml-background-size: 26px 31px;
    -moz-background-size: 26px 31px;
    -ms-background-size: 26px 31px;
    -o-background-size: 26px 31px;
    background-size: 26px 31px;
  }
}
.map-markets .market:last-of-type {
  margin: 10px 0px 0px;
}
.market-select-button {
  background-color: #006ab4;
  border: none;
  color: #FFF !important;
  margin: 30px 0px 10px;
  padding: 7px 10px;
  min-width: 150px;
  -webkit-transition: background-color .5s ease;
  -khtml-transition: background-color .5s ease;
  -moz-transition: background-color .5s ease;
  -ms-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
.market-select-button:hover,
.market-select-button.active {
  color: #FFF !important;
  background-color: #00A5E7;
}
.more-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 12px;
  color: #006ab4;
  padding-top: 1px;
  padding-left: 12px;
  background: transparent url(../../images/mios/arrowright.png) no-repeat left center;
  -webkit-transition: color .5s ease;
  -khtml-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.25), (-webkit-min-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dppx), (min-resolution: 120dppx), (min-resolution: 124.8dppx), (min-resolution: 144dppx) {
  .more-link {
    background: transparent url(../../images/mios/arrowright-2x.png) no-repeat left center;
    -webkit-background-size: 7px 10px;
    -khtml-background-size: 7px 10px;
    -moz-background-size: 7px 10px;
    -ms-background-size: 7px 10px;
    -o-background-size: 7px 10px;
    background-size: 7px 10px;
  }
}
.more-link:hover,
.more-link:active {
  color: #00A5E7;
}
.market-title {
  font-weight: bold;
  padding: 20px 0px 5px;
  border-bottom: 1px dotted #cfcfcf;
}
.market-content {
  position: relative;
  padding: 20px 10px 10px;
}
.market-distance {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 11px;
  font-weight: bold;
}
.market-address {
  *zoom: 1;
  font-size: 12px;
}
.market-address:before,
.market-address:after {
  content: " ";
  display: table;
}
.market-address:after {
  clear: both;
}
.market-address:before,
.market-address:after {
  content: " ";
  display: table;
}
.market-address:after {
  clear: both;
}
.market-address .market-image {
  float: left;
}
.market-address .market-address-details {
  float: left;
  padding: 0px 10px 0px;
  margin-top: -3px;
}
/** MAP **/
.map .inner {
  margin-left: -15px;
  margin-right: -15px;
}
.map-container {
  width: 100%;
  height: 677px;
  max-height: 100%;
}
/** Vergleichen **/
.compare .toolbar {
  border-bottom: none;
  *zoom: 1;
}
.compare .toolbar:before,
.compare .toolbar:after {
  content: " ";
  display: table;
}
.compare .toolbar:after {
  clear: both;
}
.compare .toolbar:before,
.compare .toolbar:after {
  content: " ";
  display: table;
}
.compare .toolbar:after {
  clear: both;
}
.compare .compare-header {
  position: relative;
  background-color: #f5f5f5;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0px;
}
@media (max-width: 991px) {
  .compare .compare-header {
    padding: 20px 0px 1px;
  }
}
.compare .compare-header.stick {
  position: fixed;
  top: 0;
  z-index: 1078;
  width: 100%;
  border-top: none;
}
.compare .compare-header .compare-header-container {
  max-width: 1170px;
}
.compare .compare-product {
  position: relative;
  width: 87px;
  height: 87px;
  margin: 0 auto;
  padding: 0px;
  background-color: #FFF;
  text-align: center;
}
.compare .compare-product .btn-delete-product {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 69px;
  text-indent: -9999px;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-image: url("../../images/mios/compare-close.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .1s linear;
  -khtml-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -ms-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .compare .compare-product .btn-delete-product {
    background-image: url("../../images/mios/compare-close-2x.png");
    background-size: 20px 20px;
  }
}
.compare .compare-product .btn-delete-product:hover,
.compare .compare-product .btn-delete-product:active {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.compare .compare-product img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.compare .compare-product .compare-product-suggestion {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  color: #FFF;
  top: auto;
  bottom: 0;
  width: 100%;
  background-color: #006ab4;
  font-size: 11px;
  line-height: 18px;
}
.compare .compare-product-title {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #575757;
  padding-top: 10px;
}
.compare .compare-empty-link {
  display: block;
  padding-bottom: 38px;
}
@media (max-width: 991px) {
  .compare .compare-product-title,
  .compare .compare-empty-link {
    margin-bottom: 19px;
  }
}
.compare .compare-empty-slot {
  position: relative;
  background-color: #eeeeee;
  border: 3px dashed #cccccc;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.compare .compare-empty-slot:hover,
.compare .compare-empty-slot:active {
  background-color: #e1e1e1;
  border: 3px dashed #bfbfbf;
}
.compare .compare-empty-slot,
.compare .compare-empty-slot:hover,
.compare .compare-empty-slot:active {
  -webkit-transition: background-color .1s linear, border-color .1s linear;
  -khtml-transition: background-color .1s linear, border-color .1s linear;
  -moz-transition: background-color .1s linear, border-color .1s linear;
  -ms-transition: background-color .1s linear, border-color .1s linear;
  -o-transition: background-color .1s linear, border-color .1s linear;
  transition: background-color .1s linear, border-color .1s linear;
}
.compare .compare-empty-slot .compare-button {
  position: absolute;
  background-color: #fff;
  width: 34px;
  height: 34px;
  background-image: url("../../images/mios/compare-zauberstab.png");
  background-repeat: no-repeat;
  background-position: center center;
  left: 65.25px;
  top: 10px;
  -webkit-transition: left .1s linear;
  -khtml-transition: left .1s linear;
  -moz-transition: left .1s linear;
  -ms-transition: left .1s linear;
  -o-transition: left .1s linear;
  transition: left .1s linear;
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  -khtml-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  -ms-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .compare .compare-empty-slot .compare-button {
    background-image: url("../../images/mios/compare-zauberstab-2x.png");
    background-size: 22px 22px;
  }
}
.compare .compare-empty-slot .compare-button:before {
  content: " ";
  position: absolute;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  border: 7px solid transparent;
  border-right-color: #fff;
  left: -14px;
  top: 10px;
}
.compare .compare-empty-slot .compare-button.disabled {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.compare .compare-empty-slot:hover .compare-button {
  left: 60.9px;
}
.compare .compare-buttons {
  border-left: 1px solid #cdcdcd;
  padding: 19px 0px;
}
.compare .compare-buttons .btn-open-table {
  background-color: #0073c0;
  color: #FFF;
  border: none;
}
.compare .compare-buttons .btn-open-table:hover,
.compare .compare-buttons .btn-open-table:active {
  background-color: #00A5E7;
}
.compare .compare-buttons .btn-delete-products {
  background-color: #FFF;
  border: none;
}
.compare .compare-buttons .btn-delete-products:hover,
.compare .compare-buttons .btn-delete-products:active {
  background-color: #d9d9d9;
}
.compare .compare-buttons p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .compare .compare-buttons {
    height: 270px;
  }
}
@media (min-width: 992px) {
  .compare .compare-table-modal .modal-dialog {
    width: 768px;
  }
}
.compare .compare-table-modal .modal-header {
  border-bottom: none;
}
.compare .compare-table-modal .modal-content {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.compare .compare-table-modal .modal-body {
  padding: 0px;
}
.compare .compare-table-modal .compare-table {
  width: 100%;
}
.compare .compare-table-modal .compare-table tr td {
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
.compare .compare-table-modal .compare-table tr td:first-of-type {
  border-left: none;
}
.compare .compare-table-modal .compare-table tr td.labels {
  width: 50px;
}
.compare .compare-table-modal .compare-table thead td {
  background-color: #f5f5f5;
  padding: 20px 30px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .compare .compare-table-modal .compare-table thead td {
    padding: 20px 10px;
  }
}
.compare .compare-table-modal .compare-table tbody td {
  padding: 10px 20px;
  line-height: 18px;
  vertical-align: top;
  font-size: 13px;
}
@media (max-width: 991px) {
  .compare .compare-table-modal .compare-table tbody td {
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .compare .compare-table-modal .compare-table tbody td {
    white-space: nowrap;
  }
}
.compare .compare-table-modal .compare-table tbody td strong {
  font-size: 14px;
}
.compare .compare-table-modal .compare-table tbody td small {
  color: #999999;
}
.compare .compare-table-modal .compare-table tbody td ul,
.compare .compare-table-modal .compare-table tbody td li {
  list-style: disc;
}
.compare .compare-table-modal .compare-table tbody td ul {
  margin: 0px;
  padding: 0px 0px 0px 16px;
}
.compare .compare-actions {
  position: relative;
  padding-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
.compare .compare-actions .numberbox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
}
.compare .compare-actions .btn-add-to-cart {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 41px;
  height: 41px;
  text-indent: -9999px;
  background-color: #dcdcdc;
  background-image: url("../../images/mios/warenkorb-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color .1s linear;
  -khtml-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -ms-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .compare .compare-actions .btn-add-to-cart {
    background-image: url("../../images/mios/warenkorb-button-2x.png");
    background-size: 24px 24px;
  }
}
.compare .compare-actions .btn-add-to-cart:hover,
.compare .compare-actions .btn-add-to-cart:active {
  background-color: #c2c2c2;
}
.compare .compare-actions .refresh-suggestion,
.compare .compare-actions .accept-suggestion {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 41px;
  height: 41px;
  background-color: #006ab4;
  -webkit-transition: background-color .1s linear;
  -khtml-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  -ms-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  border: none;
}
.compare .compare-actions .refresh-suggestion:hover,
.compare .compare-actions .accept-suggestion:hover,
.compare .compare-actions .refresh-suggestion:active,
.compare .compare-actions .accept-suggestion:active {
  background-color: #00A5E7;
}
.compare .compare-actions .refresh-suggestion {
  background-image: url("../../images/mios/compare-refresh.png");
  margin-right: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .compare .compare-actions .refresh-suggestion {
    background-image: url("../../images/mios/compare-refresh-2x.png");
    background-size: 24px 24px;
  }
}
.compare .compare-actions .refresh-suggestion:disabled {
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.compare .compare-actions .accept-suggestion {
  background-image: url("../../images/mios/compare-accept.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .compare .compare-actions .accept-suggestion {
    background-image: url("../../images/mios/compare-accept-2x.png");
    background-size: 24px 24px;
  }
}
.product-detail .product-canvas .row li,
.product-grid .product a li,
.features li {
  word-wrap: break-word;
}
.headline-wrapper h2 {
  margin: auto;
}
.headline-wrapper {
  margin: 20px 0 10px 0;
}
.sidebar .categories li a {
  word-wrap: break-word;
}
.form-group.has-error label,
.form-group.has-error small {
  color: #d9534f;
}
.info-modal {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -khtml-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  border-top: 5px solid #006ab4;
  padding: 10px 15px 15px;
  margin: 15px 0px 0px;
  width: 220px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -2000px;
  z-index: 1090;
  -webkit-transition: opacity .1s linear;
  -khtml-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -ms-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.info-modal.in {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  top: auto;
}
.info-modal:before {
  content: " ";
  position: absolute;
  top: -30px;
  border: 15px solid transparent;
  border-bottom-color: #006ab4;
  left: 50%;
  margin-left: -15px;
}
.info-modal button.close {
  position: absolute;
  z-index: 10;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}
