/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Whitelabel */
body {
  background-image: none;
  padding-top: 0 !important;
}

.contentGrid {
  position: relative;
}

.breadCrumb {
  box-shadow: var(--box-shadow--menu);
  display: flex;
  height: 5rem;
  margin: 0 auto;
  max-width: 136.6rem;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.breadCrumb__item {
  background: var(--white);
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
  text-align: center;
}
.breadCrumb__item.current {
  background: var(--primary);
}
.breadCrumb__item.current:after {
  border-left-color: var(--primary);
}
.breadCrumb__item.current > a:before {
  color: var(--grey);
}
.breadCrumb__item.current > a i:before {
  color: var(--white);
}
.breadCrumb__item.current > a span {
  color: var(--white);
}
.breadCrumb__item:before {
  border-bottom: 2.5rem solid transparent;
  border-left: 1.6rem solid var(--grey--dark);
  border-top: 2.5rem solid transparent;
  content: " ";
  display: block;
  filter: blur(0.2rem);
  height: 0;
  left: calc(100% + 0.4rem);
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.breadCrumb__item:after {
  border-bottom: 2.5rem solid transparent;
  border-left: 1.5rem solid var(--white);
  border-top: 2.5rem solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.breadCrumb__item > a {
  line-height: 5rem;
  width: 100%;
}
.breadCrumb__item > a:hover, .breadCrumb__item > a:focus, .breadCrumb__item > a:active {
  text-decoration: none;
}
.breadCrumb__item > a:before {
  color: var(--text);
}
.breadCrumb__item > a i {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  left: 0.5rem;
  line-height: 5rem;
  position: relative;
}
@media (min-width: 1024px) {
  .breadCrumb__item > a i {
    display: none;
  }
}
.breadCrumb__item > a i:before {
  color: var(--grey);
}
.breadCrumb__item > a span {
  color: var(--text);
  font-size: var(--font-size--base);
  font-weight: bold;
}
.breadCrumb__item__checkout:before {
  display: none;
}
.breadCrumb__item__checkout:after {
  display: none;
}
.breadCrumb__item:nth-child(2) a > i, .breadCrumb__item:nth-child(3) a > i, .breadCrumb__item:nth-child(4) a > i {
  left: 1rem;
}
.breadCrumb .separator {
  display: none;
}

.ui-datepicker-prev:before, .ui-datepicker-prev:after, .ui-datepicker-next:before, .ui-datepicker-next:after {
  display: none;
}

.quickSearch .popover > .popover-content .filter .selectWrapper:after,
.quickSearch .popover > .popover-content .subfilter .selectWrapper:after {
  display: none;
}

@media (min-width: 1200px) {
  [data-page-name~=regionen] main,
  [data-page-name~=hotels] main,
  [data-page-name~=hotel] main {
    padding: 0;
  }
}
/*# sourceMappingURL=customTemplate.css.map */
