/**
 *
 *     |o     o    |          |
 * ,---|.,---..,---|,---.,---.|__/
 * |   |||   |||   ||---'`---.|  \
 * `---'``---|``---'`---'`---'`   `
 *       `---'    [media solutions]
 *
 * @copyright   (c) digidesk - media solutions
 * @link        http://www.digidesk.de
 * @author      Kai
 * @version     SVN: $Id$
 */
/*
!!! THIS FILE EXISTS TO OVERWRITE DEFAULT BOOTSTRAP VARIABLES AND MAKES YOUR THEME !!!
*/
/* Variante A — Hellgrün mit dunklem Text (AA-konform) */
/* Variante B — Hellgrün (abgedunkelt) mit weißem Text (AA-konform) */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html.with-featherlight {
  overflow: hidden;
  /* Verhindert Scrollen */
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0;
  background-color: transparent;
  transition: all 200ms ease-out;
}
.featherlight .featherlight-close-icon span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ca171f;
}
.featherlight .featherlight-close-icon:hover span,
.featherlight .featherlight-close-icon:focus span {
  color: #850f14;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  /* Scrollbalken verhindern */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  max-width: 90%;
  background: #fff;
  cursor: auto;
  padding: 10px 30px;
  box-sizing: border-box;
  /* Prävention zusätzlicher Scrollbalken */
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.featherlight .featherlight-content::-webkit-scrollbar {
  display: none;
  /* Entfernt Scrollbalken bei WebKit-Browsern */
}
.featherlight .featherlight-content .featherlight-next,
.featherlight .featherlight-content .featherlight-previous {
  display: block;
  width: 30px;
  height: 50px;
  color: #fff;
  opacity: 0.5;
  background-color: #ca171f;
  border: 1px solid #b3141b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  transition: all 200ms ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.featherlight .featherlight-content .featherlight-next:hover,
.featherlight .featherlight-content .featherlight-previous:hover,
.featherlight .featherlight-content .featherlight-next:focus,
.featherlight .featherlight-content .featherlight-previous:focus {
  background-color: #b3141b;
  opacity: 1;
  color: #ffffff;
  outline: 0;
}
.featherlight .featherlight-content .featherlight-next span,
.featherlight .featherlight-content .featherlight-previous span {
  color: #fff;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  display: block;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.featherlight .featherlight-content .featherlight-next {
  right: 0;
}
.featherlight .featherlight-content .featherlight-next span::before {
  content: "\f105";
  /* Font Awesome Icon für Pfeil rechts */
}
.featherlight .featherlight-content .featherlight-previous {
  left: 0;
}
.featherlight .featherlight-content .featherlight-previous span::before {
  content: "\f104";
  /* Font Awesome Icon für Pfeil links */
}
.featherlight .featherlight-content .featherlight-title {
  display: none;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight iframe {
  border: none;
}
.featherlight * {
  box-sizing: border-box;
}
@media (max-width:   992px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
  }
}
.featherlight.featherlight-no-wrap-around .featherlight-previous.disabled,
.featherlight.featherlight-no-wrap-around .featherlight-next.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.featherlight.featherlight-loading .featherlight-previous,
.featherlight.featherlight-loading .featherlight-next {
  display: none;
}
.featherlight.featherlight-first-slide .featherlight-previous,
.featherlight.featherlight-last-slide .featherlight-next {
  display: none !important;
}
html.with-featherlight::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  /* Abdunkelung */
  z-index: 9998;
  /* Hintergrund unterhalb des Popups */
}
html.with-featherlight .mm-page {
  filter: blur(6px);
  transition: filter 0.3s ease;
  /* Präfixe für ältere Browser */
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: "blur(6px)";
}
