﻿#bfsg-overlay, #bfsg-overlay * {
  font-size: initial !important;
}

#bfsg-overlay {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
  font-family: sans-serif;
  font-size: 16px !important;
  overflow: auto;
  max-height: 100%;
  top: auto;
  border-radius: 8px;
  letter-spacing: initial !important;
  white-space: nowrap;
  transition: left 0.9s cubic-bezier(0.68, -0.2, 0.27, 1.2), right 0.9s cubic-bezier(0.68, -0.2, 0.27, 1.2);
}
#bfsg-overlay.pos-top {
  top: 0;
  right: 0;
  bottom: auto;
  border-radius: 0;
  background: #000;
  padding: 0;
  width: 500px;
  left: calc(100% - 500px);
}
#bfsg-overlay.pos-top.turn-left {
  right: calc(100% - 500px);
  left: 0 !important;
}
#bfsg-overlay.turn-left {
  right: auto;
  left: 20px;
}
#bfsg-overlay.bfsg-bigmenu.pos-top {
  width: 700px !important;
  left: calc(100% - 700px);
}
#bfsg-overlay.bfsg-bigmenu.pos-top.turn-left {
  left: 0 !important;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-name {
  font-size: 30px !important;
  padding: 20px 10px 20px 10px !important;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-name span {
  font-size: 30px !important;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-menu {
  max-width: 700px;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-menu #bfsg-slider-text {
  font-size: 24px !important;
  right: 255px;
  top: -2px;
  width: 255px;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-menu #bfsg-slider-text span.hoverable-text {
  font-size: 24px !important;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-menu .bfsg-box {
  min-width: 320px;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-menu .bfsg-box svg {
  height: 60px;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-menu .bfsg-box span {
  font-size: 24px !important;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-reset {
  font-size: 36px !important;
}
#bfsg-overlay.bfsg-bigmenu #bfsg-reset span {
  font-size: 36px !important;
}
#bfsg-overlay #bfsg-menu {
  margin-top: 8px;
  width: 100%;
  max-width: 500px;
  background-color: #f0f0f0;
  margin: 0 0 0 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px;
  white-space: normal;
}
#bfsg-overlay #bfsg-menu #bfsg-cookieinfo {
  background: white;
  padding: 5px;
  font-size: 14px !important;
  color: #000;
}
#bfsg-overlay #bfsg-menu #bfsg-cookieinfo span {
  font-size: 14px !important;
}
#bfsg-overlay #bfsg-menu #bfsg-cookieinfo span a {
  color: #000;
  text-decoration: underline;
  font-size: 14px !important;
}
#bfsg-overlay #bfsg-menu #bfsg-cookieinfo span a:hover {
  color: #000;
}
#bfsg-overlay #bfsg-menu .bfsg-box {
  background-color: #fff;
  padding: 8px 8px;
  border-radius: 6px;
  margin: 5px;
  float: left;
  min-width: 144px;
  border: 3px solid #fff;
  text-align: center;
  position: relative;
  color: #000;
}
#bfsg-overlay #bfsg-menu .bfsg-box span {
  font-size: 14px !important;
}
#bfsg-overlay #bfsg-menu .bfsg-box svg {
  height: 32px;
}
#bfsg-overlay #bfsg-menu .bfsg-box:hover {
  border: 3px solid black;
}
#bfsg-overlay #bfsg-menu .bfsg-box.active:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
  background-color: green;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
#bfsg-overlay #bfsg-menu .bfsg-box button.bfsg-rounded {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  font-size: 34px !important;
}
#bfsg-overlay #bfsg-menu .bfsg-box button.bfsg-rounded span {
  font-size: 34px !important;
}
#bfsg-overlay #bfsg-menu .bfsg-box span {
  display: block;
}
#bfsg-overlay #bfsg-menu .bfsg-box h5 {
  font-size: 24px !important;
  font-weight: bold;
  margin: 0;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
  cursor: pointer;
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button .bfsg-slider-text {
  min-width: 30px;
  font-weight: bold;
  color: #333;
  display: block;
  position: relative;
  right: 170px;
  top: 4px;
  width: 230px;
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button .bfsg-slider-input {
  opacity: 0;
  width: 0;
  height: 0;
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button .bfsg-slider-input:checked + .bfsg-slider-btn {
  background-color: #2196F3;
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button .bfsg-slider-input:checked + .bfsg-slider-btn:before {
  transform: translateX(30px);
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button .bfsg-slider-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.4s;
}
#bfsg-overlay #bfsg-menu .bfsg-slider-button .bfsg-slider-btn:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
#bfsg-overlay #bfsgButton {
  cursor: pointer;
  text-align: center;
  line-height: 14px;
  color: #fff;
}
#bfsg-overlay #bfsgButton svg:hover {
  fill: #fff;
  background-color: #000;
  border-radius: 50px;
}
#bfsg-overlay #bfsgButton #bfsg-name {
  display: none;
  text-align: left;
  padding: 14px 10px 12px 10px;
}
#bfsg-overlay #bfsgButton #bfsg-name span#bfsg-close {
  float: right;
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-top: -4px;
}
#bfsg-overlay button {
  margin: 4px 0;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #888;
  background: #000;
  color: #fff;
}
#bfsg-overlay button:hover {
  background-color: #f0f0f0;
  color: #000;
}

#hoverLayer {
  position: fixed;
  pointer-events: none;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid #000;
  padding: 10px 20px;
  font-size: 4em !important;
  color: #111;
  z-index: 99999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

#bfsg-container {
  background-color: #fff;
}

a.bfsg-link {
  background-color: yellow !important;
  border: 2px solid red;
  color: black !important;
  padding: 2px 4px;
  text-decoration: underline;
  display: inline-block;
  border-radius: 5px;
  background-blend-mode: multiply;
}
a.bfsg-link:hover {
  background-color: yellow !important;
  color: black !important;
}
a.bfsg-link img {
  opacity: 0.5;
}
a.bfsg-link.priceBoxLink {
  opacity: 0.5;
}

.bfsg-largeCursor {
  cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 333.2 343.5' width='50' height='50'%3e%3cpolygon fill='white' stroke='black' stroke-width='18' stroke-miterlimit='10' points='15.1,16.9 277,107.8 220.8,162.4 318.6,260.3 248,330.7 148.3,231.3 93.2,282.9'/%3e%3c/svg%3e") 5 5, auto;
}
.bfsg-largeCursor a:hover, .bfsg-largeCursor button:hover {
  cursor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 333.2 343.5' width='50' height='50'%3e%3cpolygon fill='white' stroke='black' stroke-width='28' stroke-miterlimit='10' points='15.1,16.9 277,107.8 220.8,162.4 318.6,260.3 248,330.7 148.3,231.3 93.2,282.9'/%3e%3c/svg%3e") 5 5, auto;
}

#bfsg-lesemaske {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 150px;
  top: 40%;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 9999;
  transition: top 0.1s;
  border-bottom: 10px solid #000;
}

#bfsgtooltip {
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  border: 3px solid #fff;
  box-shadow: 3px 3px 12px #000;
  font-size: 2rem !important;
  pointer-events: none;
  display: none;
  max-width: 60vw;
  word-break: break-word;
}
