.clickable {
  cursor: pointer;
}

#currentSchimpfwort {
  font-size: calc(1.425rem + 1.2vw);
}

.autoPlayIndicator {
  position: relative;
  top: 4px;
  font-size: 3.5em !important;
}

#swipeCard {
  background: radial-gradient(1200px circle at 20% 10%, #ffd6ff 0%, #c8b6ff 35%, #b8c0ff 65%, #bbd0ff 100%);
}

.btn-glass {
  color: #fff;
  background: rgba(0, 0, 0, 0.35); /* semi-transparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn-glass--light {
  color: #111;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-glass-border--light {
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Hover / focus */
.btn-glass:hover,
.btn-glass:focus {
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* Active (tap feedback on mobile) */
.btn-glass:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25), inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Accessibility: reduce transparency if user prefers */
@media (prefers-reduced-transparency: reduce) {
  .btn-glass {
    backdrop-filter: none;
    background: #212529; /* Bootstrap dark */
  }
}

/*/button pfer page */

.button {
  border: solid 3px #447adb;
  display: inline-block;
  padding: 20px 40px;
  margin: 0 auto;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s ease-in-out, background-color 0.05s, color 0.05s;
  font-size: 0.95rem;
  background-color: #447adb;
}
.button:hover {
  background-color: #447adb;
  color: white;
}
.button .text {
  line-height: 34px;
  font-size: 3em;
  font-weight: bold;
}
.button .plotlybars-wrapper {
  display: none;
  transform: rotate(-180deg);
}

.button.pending {
  border-radius: 50%;
  height: 110px;
  width: 110px;
  padding: 40px;
  transform: rotate(180deg);
  background-color: #447adb;
  cursor: auto;
}
.button.pending .plotlybars-bar {
  background-color: white;
}
.button.pending .text {
  opacity: 0;
  display: none;
}
.button.pending .plotlybars-wrapper {
  display: block;
}

.plotlybars {
  padding: 0 10px;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.plotlybars-wrapper {
  position: relative;
  width: 85px;
  height: 45px;
  /* padding-bottom: 17px; */
  right: 30px;
}

.plotlybars-bar {
  background-color: #447adb;
  height: 100%;
  width: 12%;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: linear;
}

.b1 {
  left: 0%;
  top: 88%;
  animation-name: b1;
  -webkit-animation-name: b1;
}

.b2 {
  left: 14.3%;
  top: 76%;
  animation-name: b2;
  -webkit-animation-name: b2;
}

.b3 {
  left: 28.6%;
  top: 16%;
  animation-name: b3;
  -webkit-animation-name: b3;
}

.b4 {
  left: 42.9%;
  top: 40%;
  animation-name: b4;
  -webkit-animation-name: b4;
}

.b5 {
  left: 57.2%;
  top: 26%;
  animation-name: b5;
  -webkit-animation-name: b5;
}

.b6 {
  left: 71.5%;
  top: 67%;
  animation-name: b6;
  -webkit-animation-name: b6;
}

.b7 {
  left: 85.8%;
  top: 89%;
  animation-name: b7;
  -webkit-animation-name: b7;
}

@keyframes b1 {
  0% {
    top: 88%;
  }
  44% {
    top: 0%;
  }
  94% {
    top: 100%;
  }
  100% {
    top: 88%;
  }
}
@-webkit-keyframes b1 {
  0% {
    top: 88%;
  }
  44% {
    top: 0%;
  }
  94% {
    top: 100%;
  }
  100% {
    top: 88%;
  }
}
@keyframes b2 {
  0% {
    top: 76%;
  }
  38% {
    top: 0%;
  }
  88% {
    top: 100%;
  }
  100% {
    top: 76%;
  }
}
@-webkit-keyframes b2 {
  0% {
    top: 76%;
  }
  38% {
    top: 0%;
  }
  88% {
    top: 100%;
  }
  100% {
    top: 76%;
  }
}
@keyframes b3 {
  0% {
    top: 16%;
  }
  8% {
    top: 0%;
  }
  58% {
    top: 100%;
  }
  100% {
    top: 16%;
  }
}
@-webkit-keyframes b3 {
  0% {
    top: 16%;
  }
  8% {
    top: 0%;
  }
  58% {
    top: 100%;
  }
  100% {
    top: 16%;
  }
}
@keyframes b4 {
  0% {
    top: 40%;
  }
  20% {
    top: 0%;
  }
  70% {
    top: 100%;
  }
  100% {
    top: 40%;
  }
}
@-webkit-keyframes b4 {
  0% {
    top: 40%;
  }
  20% {
    top: 0%;
  }
  70% {
    top: 100%;
  }
  100% {
    top: 40%;
  }
}
@keyframes b5 {
  0% {
    top: 26%;
  }
  13% {
    top: 0%;
  }
  63% {
    top: 100%;
  }
  100% {
    top: 26%;
  }
}
@-webkit-keyframes b5 {
  0% {
    top: 26%;
  }
  13% {
    top: 0%;
  }
  63% {
    top: 100%;
  }
  100% {
    top: 26%;
  }
}
@keyframes b6 {
  0% {
    top: 67%;
  }
  33.5% {
    top: 0%;
  }
  83% {
    top: 100%;
  }
  100% {
    top: 67%;
  }
}
@-webkit-keyframes b6 {
  0% {
    top: 67%;
  }
  33.5% {
    top: 0%;
  }
  83% {
    top: 100%;
  }
  100% {
    top: 67%;
  }
}
@keyframes b7 {
  0% {
    top: 89%;
  }
  44.5% {
    top: 0%;
  }
  94.5% {
    top: 100%;
  }
  100% {
    top: 89%;
  }
}
@-webkit-keyframes b7 {
  0% {
    top: 89%;
  }
  44.5% {
    top: 0%;
  }
  94.5% {
    top: 100%;
  }
  100% {
    top: 89%;
  }
}

/*
styles for template
*/

a {
  color: #022f5d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

span#emailname::after {
  content: '@schimpfwort.de';
}
span#emailname::before {
  content: 'fratze';
}
span#mymail {
  display: none;
}
span#phone::after {
  content: ' 605 908 67';
}
span#phone::before {
  content: '+49 40';
}
span#myphone {
  display: none;
}

.copyToClipBoard {
  position: relative;
  top: 5px;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  border: 0;
  box-shadow: 0 0 0 0;
}

.detail {
  position: relative;
  top: 8%;
}

.opferhallo {
  position: relative;
  top: 10%;
}

.schimpfbutton {
  align-self: center;
  background: transparent;
  padding: 1rem 1rem;
  margin: 0 1rem;
  transition: all 0.5s ease;
  color: #41403e;
  font-size: 1.1rem;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px hsla(0, 0%, 0%, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  text-decoration: none;
  cursor: pointer;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  /*
  Above is shorthand for:
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius:15px 255px;
  */
}

.schimpfbutton a {
  text-decoration: none;
  color: #41403e;
}

.schimpfbutton a:visited {
  text-decoration: none;
  color: #41403e;
}

.schimpfbutton:hover {
  box-shadow: 2px 8px 4px -6px hsla(0, 0%, 0%, 0.3);
  cursor: pointer;
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  background: white;
  color: #000;
}
.schimpfbutton .lined.thick {
  border: solid 7px #41403e;
}
.schimpfbutton .dotted.thick {
  border: dotted 5px #41403e;
}
.schimpfbutton .dashed.thick {
  border: dashed 5px #41403e;
}
button .lined.thin {
  border: solid 2px #41403e;
  text-decoration: none;
  cursor: pointer;
}
.schimpfbutton .lined.thin a {
  border: solid 2px #41403e;
}
.schimpfbutton .dotted.thin {
  border: dotted 2px #41403e;
}
.schimpfbutton .dashed.thin {
  border: dashed 2px #41403e;
}

.bg-list-gradient .card-title {
  color: #fff;
}

.bg-list-gradient .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: hsl(240deg 100% 20%);
  opacity: 0.4;
  background-color: #f9fafb;
}

.bg-list-gradient {
  background-color: #f9fafb;
}

.bg-list-gradient .card-title {
  background-image: linear-gradient(
    45deg,
    hsl(240deg 100% 20%) 0%,
    hsl(289deg 100% 21%) 11%,
    hsl(315deg 100% 27%) 22%,
    hsl(329deg 100% 36%) 33%,
    hsl(337deg 100% 43%) 44%,
    hsl(357deg 91% 59%) 56%,
    hsl(17deg 100% 59%) 67%,
    hsl(34deg 100% 53%) 78%,
    hsl(45deg 100% 50%) 89%,
    hsl(55deg 100% 50%) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-list-gradient svg {
  fill: hsl(240deg 100% 20%);
  opacity: 0.2;
}

.btn-primary {
  background-color: hsl(240deg 100% 20%);
  border: 0px;
}

.btn-primary:hover {
  border: 0px;
  border-color: #fff;
  background-image: linear-gradient(
    45deg,
    hsl(240deg 100% 20%) 0%,
    hsl(289deg 100% 21%) 11%,
    hsl(315deg 100% 27%) 22%,
    hsl(329deg 100% 36%) 33%,
    hsl(337deg 100% 43%) 44%,
    hsl(357deg 91% 59%) 56%,
    hsl(17deg 100% 59%) 67%,
    hsl(34deg 100% 53%) 78%,
    hsl(45deg 100% 50%) 89%,
    hsl(55deg 100% 50%) 100%
  );
}

.hero-content .btn-primary {
  border: 0px;
  border-color: #fff;
  background-image: linear-gradient(
    45deg,
    hsl(240deg 100% 20%) 0%,
    hsl(289deg 100% 21%) 11%,
    hsl(315deg 100% 27%) 22%,
    hsl(329deg 100% 36%) 33%,
    hsl(337deg 100% 43%) 44%,
    hsl(357deg 91% 59%) 56%,
    hsl(17deg 100% 59%) 67%,
    hsl(34deg 100% 53%) 78%,
    hsl(45deg 100% 50%) 89%,
    hsl(55deg 100% 50%) 100%
  );
}

.opferhallo .btn-primary {
  border: 0px;
  border-color: #fff;
  background-image: linear-gradient(
    45deg,
    hsl(240deg 100% 20%) 0%,
    hsl(289deg 100% 21%) 11%,
    hsl(315deg 100% 27%) 22%,
    hsl(329deg 100% 36%) 33%,
    hsl(337deg 100% 43%) 44%,
    hsl(357deg 91% 59%) 56%,
    hsl(17deg 100% 59%) 67%,
    hsl(34deg 100% 53%) 78%,
    hsl(45deg 100% 50%) 89%,
    hsl(55deg 100% 50%) 100%
  );
}

/*=== 5.6 Hero Background ===*/
.hero-wrap {
  position: relative;
}

.hero-wrap .hero-mask,
.hero-wrap .hero-bg,
.hero-wrap .hero-bg-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-wrap .hero-mask {
  z-index: 1;
}

.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
}

.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}

.hero-wrap .hero-bg {
  z-index: 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}

.hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}

.hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}

.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-item {
  height: 100%;
}

.opacity-5 {
  opacity: 0.5;
}

.bg-primary,
.badge-primary {
  background-color: #f3fffc !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #342fc3 !important;
}

/*== Fullscreen Height for Intor banner ==*/
.fullscreen {
  min-height: 100vh !important;
}

/*== Fullscreen Height for Intor banner with Header ==*/
.fullscreen-with-header {
  min-height: calc(100vh - 67px) !important;
}

.navbar.bg-transparent {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  border-bottom: none;
}

.bg-transparent.navbar-light {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*admin*/

.adminCheckerRow:hover {
  background-color: #d1e7dd !important;
}

.labelForProductImage {
  position: relative;
  bottom: 20px;
  font-weight: 600;
  text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #f00;
}

.innerProductCol {
  max-width: 250px;
}

.productLinksHeadline {
  position: relative;
  bottom: 13px;
  background: #fff;
  padding-right: 20px;
  padding-left: 10px;
  left: -11px;
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
}

a.productLinksGetMoreLink {
  text-decoration: underline !important;
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
}

a.productLinksGetMoreLink:hover {
  text-decoration: none !important;
  color: var(--bs-body-color) !important;
}

.card-header.product {
  background-color: #fff;
}

.adSlotCard {
  overflow: hidden;
  background-color: #fff;
}
