.pos-rel {
  position: relative;
}
.buttonMore-dsvgo {
  /*used during the development*/
}
.buttonMore-dsvgo:hover .hinweis > span {
  visibility: visible;
}
.buttonMore-dsvgo .hinweis > span {
  /*tooltip @see https://www.w3schools.com/css/css_tooltip.asp*/
  visibility: hidden;
  width: 90vw;
  max-width: 375px;
  background: #ececec;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 12px;
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.buttonMore-dsvgo .hinweis > span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid;
}
.buttonMore-dsvgo-top:hover .hinweis > span {
  visibility: visible;
}
.buttonMore-dsvgo-top .hinweis > span {
  bottom: 125%;
}
.buttonMore-dsvgo-top .hinweis > span::after {
  top: 100%;
  border-color: #ececec transparent transparent transparent;
}
.buttonMore-dsvgo-bottom:hover .hinweis > span {
  visibility: visible;
}
.buttonMore-dsvgo-bottom .hinweis > span {
  top: 125%;
}
.buttonMore-dsvgo-bottom .hinweis > span::after {
  bottom: 100%;
  border-color: transparent transparent #ececec transparent;
}
/*# sourceMappingURL=gdpr.css.map */