/*
 Borlabs Content Blocker Styling
 */
._brlbs-content-blocker ._brlbs-caption {
  padding: 30px !important; }

._brlbs-content-blocker ._brlbs-btn {
  margin-top: 20px;
  margin-bottom: 20px; }

._brlbs-content-blocker ._brlbs-caption p {
  color: white;
  font-size: 17px;
  line-height: 25px;
  font-family: 'PT Sans', sans-serif; }

._brlbs-content-blocker ._brlbs-google-maps {
  width: 100%; }

._brlbs-content-blocker ._brlbs-google-maps ._brlbs-thumbnail {
  width: 100%; }
/*
 Borlabs Button Styling
 Borlabs lässt wenig individuelles Styling zu
 */
/* Bounce Button Eigenschaften (s.o.) für Borlabs Cookies */
._brlbs-btn._brlbs-btn-accept-all {
  background: #09f;
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

._brlbs-btn.qbutton._brlbs-btn-accept-all:hover {
  background-color: #09f; }

._brlbs-btn._brlbs-btn-accept-all:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

._brlbs-btn._brlbs-btn-accept-all:hover, ._brlbs-btn._brlbs-btn-accept-all:focus, ._brlbs-btn._brlbs-btn-accept-all:active {
  color: white; }

._brlbs-btn._brlbs-btn-accept-all:hover:before, ._brlbs-btn._brlbs-btn-accept-all:focus:before, ._brlbs-btn._brlbs-btn-accept-all:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
/* Bounce Button Eigenschaft für Borlabs Button, in sekundärer Farbe, da bei Cookie Hinweis der sekundäre Button keinen eigenen Selector hat (nur der primäre) */
._brlbs-btn {
  border-radius: 0 !important;
  background: #f7f7f7;
  color: #555;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

._brlbs-btn.qbutton:hover {
  background-color: #09f; }

._brlbs-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d7d7d7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

._brlbs-btn:hover, ._brlbs-btn:focus, ._brlbs-btn:active {
  color: #555; }

._brlbs-btn:hover:before, ._brlbs-btn:focus:before, ._brlbs-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
/* Bounce Button Eigenschaft für die Content Blocker Buttons (sind nach allg. Styling in der sekundären Farbe) */
._brlbs-content-blocker ._brlbs-btn {
  border-radius: 0 !important;
  background: #09f !important;
  color: white !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0px 40px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

._brlbs-content-blocker ._brlbs-btn.qbutton:hover {
  background-color: #07f !important; }

._brlbs-content-blocker ._brlbs-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #07f !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

._brlbs-content-blocker ._brlbs-btn:hover, ._brlbs-btn:focus, ._brlbs-btn:active {
  color: white; }

._brlbs-content-blocker ._brlbs-btn:hover:before, ._brlbs-btn:focus:before, ._brlbs-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
/* Anpassen der Borlabs Buttons auf der Eigenschaften Seite des Cookie Hinweises (Ursprung ist eine Veränderung durch Anpassung der Button Stylings) */
#BorlabsCookieBox .cookie-preference ._brlbs-btn {
  margin-top: 10px !important; }

#BorlabsCookieBox ._brlbs-refuse-btn a {
  font-size: 1.25em !important; }

#BorlabsCookieBox ._brlbs-refuse-btn {
  font-size: 1em !important; }
