/** Custom CSS for b&s */
:root {
  --nav-height: 74px;
  --tile-height: 2rem;
  --grid-tile-pad: 20px 10px;
  --h-2-5-xl: clamp(3rem, 5vw, 5rem);
  --cntrlBtnHeight: 38px;
}
.h-2-5-xl {
  font-size: var(--h-2-5-xl);
  font-family: var(--family-headline);
  font-weight: var(--fw-bold);
  line-height: var(--l-height-headline);
}
body ul {
  list-style: none;
  padding-left: 0;
}
body ul li {
  position: relative;
  margin-bottom: 15px;
  display: flex;
}
body ul li::before {
  content: '';
  height: 3px;
  width: 26px;
  min-width: 26px;
  background-color: var(--cPink);
  display: block;
  margin-right: 15px;
  margin-top: 0.65rem;
}

#masthead {
  height: var(--nav-height);
}

#masthead .site-branding {
  width: 160px;
  margin-top: -18px;
  position: absolute;
  top: 0;
  display: block;
  right: 0;
}
#masthead .logoColHeader > div {
  position: relative;
}

#masthead .site-branding .lpbLottiePlayer {
  fill: var(--cDef) !important;
}
.lpbLottiePlayer [fill='rgb(243, 240, 239)'] {
  fill: var(--cWhite);
}
@media (max-width: 1440px) {
  #masthead .site-branding {
    width: 110px;
  }
}

@media (max-width: 576px) {
  #masthead .site-branding {
    width: 90px;
    margin-top: -10px;
  }
}

/* #masthead .site-branding svg {
  padding-top: 55px;
} */

.text-underline {
  text-decoration: underline;
}

.addressMail {
  word-wrap: break-word;
  word-break: break-all;
}

.footer_above__img {
  margin-top: -30px;
}
/** Section Indicator */
.secInd,
.is-style-secInd {
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--family-alternative);
}

/** Accentlines */
.bsAccentline__before,
.bsAccentline__after,
.secInd,
.is-style-secInd {
  font-weight: 700;
  font-size: 1rem;
  font-family: var(--family-alternative);
  display: flex;
  align-items: center;
}
.blogDate {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
}
.bsAccentline__before::before {
  content: '';
  width: var(--bsAccentlineWidth);
  height: var(--bsAccentlineHeight);
  background-color: var(--cPink);
  display: inline-block;
  margin-right: 10px;
}
.secInd:after,
.is-style-secInd:after,
.bsAccentline__after::after {
  content: '';
  width: var(--bsAccentlineWidth);
  height: var(--bsAccentlineHeight);
  background-color: var(--cPink);
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
}
.blogDate:after {
  content: '';
  width: var(--bsAccentlineWidth);
  height: var(--bsAccentlineHeight);
  background-color: var(--cDef);
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
}

/* Exception for h4 of blog posts */
.single.single-post h4 {
  font-weight: var(--fw-bold);
  color: var(--cPink);
}
/** Dark Mode Toggle */
.dark-mode-toggle {
  display: inline-block;
  padding: 5px 30px;
  border: 3px solid var(--cDef);
  border-radius: 999rem;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  height: var(--cntrlBtnHeight);
  cursor: pointer;
  user-select: none;
}

.dark-mode-toggle .dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: var(--cDef);
  border-radius: 999rem;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.darkmode__theme .dark-mode-toggle .dot {
  left: calc(100% - 29px); /* Move dot to the right */
  background-color: var(--cDef);
}
.darkmode__theme .dark-mode-toggle {
  color: var(--cDef);
  border-color: var(--cDef);
}

.dark-mode-toggle .label {
  position: relative;
  font-size: 16px;
  transition: color 0.1s ease;
  display: flex;
  color: var(--cDef);
}
.dark-mode-toggle .label * {
  font-size: 16px;
}
.labelLight {
  position: relative;
  padding-inline: 5px;
  transition: 0.1s ease !important;
}

.labelDark {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transition: 0.1s ease !important;
  transform: translateY(-50%);
}
.darkmode__theme .dark-mode-toggle .labelLight {
  opacity: 0;
  transition: 0.1s ease !important;
}
.darkmode__theme .dark-mode-toggle .labelDark {
  transition: 0.1s ease !important;
  opacity: 1;
}

.btn__prime_outline.pillSmall {
  cursor: auto;
  height: 40px;
  font-family: var(--family-alternative);
  font-style: italic;
  margin-right: 10px;
  padding-inline: 12px;
  border-width: 3px;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.btn__prime_outline.btnSmall {
  cursor: auto;
  height: 40px;
  margin-right: 0.7rem;
  font-size: 18px;
}

/** Handwerk */
.handwerk__header,
.subpage__header {
  padding-top: calc(var(--nav-height) + 80px + 2rem) !important;
  /* padding-top: 2rem !important; */
}

@media (min-width: 577px) {
  .handwerk__header h1 br {
    display: none;
  }
}

@media (max-width: 576px) {
  .handwerk__header .basicbtn__wrapper .default__btn_pill.pillSmall,
  .reference__pills_wrapper .default__btn_pill.btn__prime_outline.pillSmall {
    height: 24px;
    padding-inline: 9px;
    font-size: 12px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-width: 2px;
  }

  .handwerk__header .category-icon {
    width: 75px !important;
    height: auto;
  }
}

.subHanderk__box {
  background-color: var(--cLightGrey);
  border-radius: 5px;
  padding: 25px;
  width: 100%;
  height: 100%;
  color: #151515;
  display: block !important;
  /* aspect-ratio: 16/7; */
}

.subHanderk__box h3 {
  font-size: clamp(1.35rem, 1.28vw, 1.35rem) !important;
}

.subHanderk__box.d-flex {
  display: flex !important;
}

@media (max-width: 576px) {
  .subHanderk__box {
    aspect-ratio: auto;
  }

  .subHanderk__box p {
    font-size: 16px;
  }
}

/** BS Ticker */
.ticker-wrap {
  width: 100%; /* or any other fixed width */
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start; /* for normal direction */
}

.ticker {
  display: flex;
}
.reverse .ticker {
  flex-direction: row-reverse;
}
.ticker__item {
  padding: 0;
  padding-right: 0px;
  color: #e8e5e3;
  line-height: 1;
}
.ticker__item svg * {
  fill: none;
  stroke: #e8e5e3;
}
.darkmode__theme .ticker__item {
  color: #202020;
}
.darkmode__theme .ticker__item svg * {
  fill: none;
  stroke: #202020;
}

/* .ticker__item:after {
  content: "";
  height: 100%;
  width: auto;
  padding-inline: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98.253' height='98.253' viewBox='0 0 98.253 98.253'%3E%3Cg id='X_Ticker' data-name='X Ticker' transform='translate(1.414 1.414)'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M380,361.486l29.774-29.773L380,301.939,397.939,284l29.773,29.774L457.486,284l17.939,17.939-29.773,29.774,29.773,29.773-17.939,17.939-29.773-29.773-29.773,29.773Zm0,0' transform='translate(-380 -284)' fill='none' stroke='%23e8e5e3' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 90%;
  display: inline-block;
  aspect-ratio: 1/1;
}

.darkmode__theme .ticker__item:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98.253' height='98.253' viewBox='0 0 98.253 98.253'%3E%3Cg id='X_Ticker' data-name='X Ticker' transform='translate(1.414 1.414)'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M380,361.486l29.774-29.773L380,301.939,397.939,284l29.773,29.774L457.486,284l17.939,17.939-29.773,29.774,29.773,29.773-17.939,17.939-29.773-29.773-29.773,29.773Zm0,0' transform='translate(-380 -284)' fill='none' stroke='%23242424' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
} */
.ticker__item {
  display: flex;
  align-items: center;
}
.ticker__item svg {
  height: calc(
    clamp(var(--f-3xl-min), var(--f-3xl-ideal), var(--f-3xl-max)) - 1.75rem
  );
  width: auto;
  margin-inline: 20px;
}
/* This class reverses the animation direction */
.reverse .ticker {
  animation-direction: reverse;
}

@media (max-width: 576px) {
  .ticker_font__mobile .ticker {
    font-size: 6rem;
  }

  .ticker_font__mobile .ticker__item svg {
    height: calc(
      clamp(var(--f-lg-min), var(--f-lg-ideal), var(--f-lg-max)) + 4rem
    );
  }
}

/* Infinite scrolling animation */
@keyframes tickerMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker {
  animation: tickerMove 5s linear infinite;
}

.reverse .ticker {
  animation: tickerMove 5s linear infinite reverse;
}

/** BS Quote */
.quoteBlock {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.quoteBlock img {
  margin-bottom: 1.5rem;
  max-width: clamp(var(--f-3xl-min), var(--f-3xl-ideal), var(--f-3xl-max));
}
.quoteBlock p {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .quoteBlock img {
    margin-bottom: 0.5rem;
  }
}

/** Overlay BTNS */
.overlayNav {
  display: block;
}

.overlayNav .default__btn_pill.btn__prime {
  padding-right: 0 !important;
}

.overlayNav .prime__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 10px;
  border-bottom: var(--btn-b-width) solid var(--cDef);
  transition: 0.3s all ease;
}

.openOverlay #letsTalkOverlay:hover {
  background: var(--cDef);
  color: var(--cWhite);
}

.basicbtn__wrapper.overlayNav .btn__wrapper:hover .btn__arrow.arrow__pill {
  transform: rotate(45deg);
}

@media (max-width: 576px) {
  .overlayNav .btn__arrow.arrow__pill {
    transform: scale(0.85);
    margin-bottom: 0.5rem;
  }

  .basicbtn__wrapper.overlayNav .btn__wrapper:hover .btn__arrow.arrow__pill {
    transform: scale(0.85) rotate(45deg);
  }
}

.overlayNav .btn__prime {
  background: transparent;
  border: none;
}
.overlayNav .btn__wrapper a {
  padding-left: 0;
  color: var(--cDef);
  transition: 0.3s all ease;
}

@media (max-width: 576px) {
  .overlayNav .prime__wrapper {
    margin-bottom: 1.85rem;
    padding-bottom: 0px;
    border-bottom: 3px solid var(--cDef);
  }
}

/* @media (max-height: 1100px) {
  .overlayNav .prime__wrapper {
    margin-bottom: 1.5rem;
  }

  .overlayNav .btn__wrapper a {
    margin-bottom: 1rem;
  }
}

@media (max-height: 992px) {
  .overlayNav .btn__wrapper a {
    font-size: clamp(var(--f-3xl-min), var(--f-3xl-ideal), 3rem);
  }
} */

#masthead {
  z-index: 300;
}

#navOverlayContainer.openOverlay {
  overflow-y: scroll;
  z-index: 299;
}

@media (max-width: 1440px) {
  .overlayNav .prime__wrapper {
    margin-bottom: 0.5rem;
  }

  #navOverlayContainer
    :is(
      a:not(.default__btn_pill),
      p,
      .addressStreet,
      .addressZip,
      .addressCity
    ) {
    font-size: 18px !important;
  }

  #navOverlayContainer .addressStreet {
    margin-top: 1rem !important;
  }

  .overlayNav .btn__wrapper a {
    margin-bottom: 0.5rem;
    font-size: clamp(var(--f-3xl-min), var(--f-3xl-ideal), 2.5rem) !important;
  }

  .nav_overlay__col_left {
    padding-right: 8rem;
  }
}

@media (max-width: 1200px) {
  .nav_overlay__col_left {
    padding-right: 0.75rem;
  }
}

@media (max-width: 576px) {
  #navOverlayContainer .default__btn_pill {
    font-size: 16px;
  }

  .nav_description br {
    display: none;
  }

  #navOverlayContainer {
    padding-block: calc(var(--nav-height) - 1rem);
  }
}

#additional_menu__links {
  flex-wrap: nowrap !important;
}

#additional_menu__links div:first-of-type {
  order: 1;
}

#additional_menu__links div:last-of-type {
  order: 0;
}

.nav_description {
  line-height: var(--l-height-body);
}

/** Footer BTNS */
.footerBtn .btn__wrapper a {
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 3px;
}
.footerBtn .btn__wrapper {
  margin-right: 16px !important;
}

.footerBtn.basicbtn__wrapper .prime__wrapper .arrow__pill {
  height: 50px;
  min-width: 50px;
  background-color: #262626;
  border-color: #262626;
}

body:not(.darkmode__theme)
  #navOverlayContainer
  .footerBtn.basicbtn__wrapper
  .prime__wrapper
  .arrow__pill {
  background-color: var(--cGrey);
  border-color: var(--cGrey);
}

body.darkmode__theme
  #navOverlayContainer
  .footerBtn.basicbtn__wrapper
  .prime__wrapper
  .arrow__pill {
  background-color: var(--cLightGrey);
  border-color: var(--cLightGrey);
}

body:not(.darkmode__theme)
  #navOverlayContainer
  .footerBtn.basicbtn__wrapper
  .prime__wrapper
  .arrow__pill
  svg
  * {
  fill: var(--cDark);
}

.darkmode__theme .footerBtn.basicbtn__wrapper .prime__wrapper .arrow__pill {
  border-color: #262626;
}

.footerBtn.basicbtn__wrapper .prime__wrapper .arrow__pill svg * {
  fill: #fff;
}

@media (min-width: 577px) {
  #colophon .cta__adjustment_mobile.second_footer .btn__wrapper:first-of-type {
    display: none !important;
  }
}

@media (max-width: 1200px) and (orientation: landscape) {
  #colophon .cta__adjustment_mobile.second_footer .btn__wrapper:first-of-type {
    display: flex !important;
  }

  #colophon .cta__adjustment_mobile.first_footer .btn__wrapper:last-of-type {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .footerBtn {
    display: block;
  }
  .handwerk__header,
  .subpage__header {
    padding-top: calc(var(--nav-height) + 60px) !important;
  }
}

@media (max-width: 576px) {
  #colophon .footerBtn.mobile__adjustment .btn__wrapper:last-of-type {
    display: none !important;
  }

  .cta__adjustment_mobile .footerBtn .btn__wrapper {
    transform: scale(0.9) !important;
    transform-origin: left !important;
    margin-bottom: -1rem !important;
  }

  .cta__adjustment_mobile .footerBtn .btn__arrow {
    transform: scale(0.65) translateX(-0.5rem) translateY(0.35rem) !important;
  }

  .footerLegal {
    font-size: 16px !important;
  }
}

/** Jobs */
.scroll-col {
  min-height: 70vh;
}
.sticky-col {
  top: calc(var(--nav-height) + 20px);
  position: sticky;
}
.jobCatIcon__wrapper {
  display: flex;
  align-items: flex-end;
}

.jobCatIcon__wrapper .category-icon {
  margin-right: 15px;
}

.jobCatIcon__wrapper svg {
  height: 35px;
  width: auto;
}

@media (max-width: 576px) {
  .jobCatIcon__wrapper svg {
    height: 25px;
  }

  .jobCatIcon__wrapper .category-icon {
    margin-right: 7.5px;
  }
}

.isPink svg * {
  fill: var(--cPink);
}

.isPink .rocket :is(.rocketWindow, .rocketFoot) {
  fill: none;
}

@media (max-width: 576px) {
  .job_header .default__btn_pill {
    margin-inline: 0.25rem;
  }

  .sticky-col {
    position: static;
  }

  .sticky-col-mobile {
    position: sticky;
    top: var(--nav-height);
    background: var(--cWhite);
    z-index: 9;
  }
}

/** JOBS */
.job-entry {
  padding-top: 1rem;
  border-top: var(--btn-b-width) solid var(--cDef);
}
.job-entry:last-child {
  border-bottom: var(--btn-b-width) solid var(--cDef);
}
.service-name {
  font-size: 18px;
}
.toJobLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toJobLink svg {
  transition: 0.3s all ease;
  transform: rotate(0deg);
}

.toJobLink:hover svg {
  transform: rotate(45deg);
}

.job-title {
  transition: 0.3s all ease;
}

.job-title:hover {
  color: var(--cPink);
}

/** HANDWERK */

.service-item {
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: var(--btn-b-width) solid var(--cDef);
}

@media (max-width: 576px) {
  .service-item {
    padding-bottom: 1rem;
  }
}

.service-item:first-child {
  padding-top: 0;
}

.service-item .linkTicker__wrapper {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
}

.service-item .ticker-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  overflow-y: visible;
}

.service-item:hover .ticker-wrap {
  z-index: 15;
  opacity: 1;
}

.service-item .ticker__item {
  padding: 0;
  color: var(--cPink);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.service-item:hover h2 {
  opacity: 0;
}
.service-item:hover .btn__arrow,
.refByService__wrapper:hover .btn__arrow {
  transform: rotate(45deg);
}

.icon__wrapper.pillSmall {
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background: var(--cDef);
  border: var(--btn-b-width) solid var(--cDef);
  border-radius: 9999rem;
  display: flex;
}
.icon__wrapper.pillSmall .btn__arrow {
  max-height: 55%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon__wrapper.pillSmall .btn__arrow svg {
  /* max-width: 100%;
  height: auto; */
  width: calc(var(--btn-h-sm) / 3.2);
}
.icon__wrapper.pillSmall svg path {
  fill: var(--cWhite);
}
.bs_service_concept_icon {
  max-width: 80px;
}
.service-item .ticker__item .category-icon,
.bs_service_concept_icon .category-icon {
  display: block;
  height: calc(
    clamp(var(--f-3xl-min), var(--f-3xl-ideal), var(--f-3xl-max)) - 20%
  );
  aspect-ratio: 1/1;
  margin-inline: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91.36' height='91.36' viewBox='0 0 91.36 91.36'%3E%3Cpath id='Path_2' data-name='Path 2' d='M74.185,0,45.68,28.505,17.175,0,0,17.175,28.505,45.68,0,74.185,17.175,91.36,45.68,62.855,74.185,91.36,91.36,74.185,62.855,45.68,91.36,17.175Z' transform='translate(0 0)' fill='%23e8e5e3'/%3E%3C/svg%3E%0A");
}
.darkmode__theme .service-item .ticker__item .category-icon,
.darkmode__theme .bs_service_concept_icon .category-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.469' height='74.469' viewBox='0 0 74.469 74.469'%3E%3Cpath id='Pfad_77' data-name='Pfad 77' d='M380,344.469l23.235-23.235L380,298l14-14,23.235,23.235L440.469,284l14,14-23.235,23.235,23.235,23.235-14,14-23.235-23.235L394,358.469Zm0,0' transform='translate(-380 -284)' fill='%23262626'/%3E%3C/svg%3E%0A");
}

@media (max-width: 768px) {
  .service-item .ticker__item .category-icon,
  .bs_service_concept_icon .category-icon {
    width: 3rem;
  }
}

.bs_service_concept_icon .category-icon {
  margin-block: 50px;
  margin-inline: 0;
}
.service-item .ticker__item .category-icon svg,
.bs_service_concept_icon .category-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
  width: auto;
  display: block;
  margin-inline: auto;
}
.service-item .ticker__item .category-icon svg *:not(g) {
  fill: var(--cPink);
  stroke: none;
}

.service-item .ticker__item .category-icon .marketingIcon circle,
.service-item .ticker__item .category-icon .marketingIcon .rocketFoot {
  fill: var(--cWhite);
}

.service-item .ticker__item:after {
  display: none;
}

.refByService__wrapper__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.refByService__wrapper__title .icon__wrapper.pillSmall {
  min-height: 1.65rem;
  min-width: 1.65rem;
  margin-left: 10px;
}

.refByService__wrapper__title .btn__arrow {
  transform: translateY(-0.25rem);
}

.refByService__wrapper__image,
.refItem_image_wrapper,
.postGrid__wrapper_image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--cGrey);

  position: relative;
}

.refByService__wrapper__image img,
.refItem_image_wrapper img,
.postGrid__wrapper_image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-in;
  transform: scale(1.015);
}

/* .refByService__wrapper:hover .refByService__wrapper__image img,
.refItem__wrapper:hover .refItem_image_wrapper img,
.postGrid__wrapper_item:hover .postGrid__wrapper_image img {
  transform: scale(1.1);
} */

.postGrid__wrapper_item .btn__arrow {
  transform: rotate(0deg);
}

.postGrid__wrapper_item:hover .btn__arrow {
  transform: rotate(45deg);
}

.refItem__wrapper {
  padding-bottom: calc(var(--bs-gutter-x) * 1.5);
}

.refItem__cat_wrapper {
  border-top: var(--b-width-lg) solid var(--cDef);
  padding-top: 0.65rem;
  font-size: 18px;
  font-family: var(--family-alternative);
  font-style: italic;
}

@media (max-width: 576px) {
  .refItem__cat_wrapper {
    font-size: 16px;
  }
}

.refItem__wrapper .h-lg {
  margin-bottom: 0.5rem;
}
.refItem__wrapper .icon__wrapper:hover .arrow__pill,
.refItem__wrapper .btn__arrow:hover {
  transform: none;
}
.refItem__wrapper:hover .icon__wrapper .arrow__pill,
.refItem__wrapper:hover .btn__arrow {
  transform: rotate(0);
}

.refQuery__grid_container {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));

  grid-gap: 10px; /* space between tiles */
  /* padding around the grid */
}

.refQuery__grid_small_tile,
.refQuery__grid_big_tile {
  padding: var(--grid-tile-pad);
}

@media (max-width: 576px) {
  .refQuery__grid_small_tile,
  .refQuery__grid_big_tile {
    padding: 0;
  }
}

.refQuery__grid_container .refItem_image_wrapper {
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: none; */
}

.refQuery__grid_container > div {
  width: 100%;
  height: 100%;
}

.refQuery__grid_container > div .refItem_image_wrapper {
  height: calc(100% - var(--tile-height));
}
.refQuery__grid_container .refByService__wrapper__title {
  height: var(--tile-height);
}

@media (max-width: 576px) {
  .refQuery__grid_container .refItem_image_wrapper {
    height: auto !important;
  }

  .refQuery__grid_container .refByService__wrapper__title {
    height: var(--tile-height) + 1rem;
  }
}

.refQuery__grid_big_tile {
  grid-column: span 2; /* big tile spans two columns */
  grid-row: span 2; /* big tile spans two rows */
  /* padding inside the tiles */
}

.filterRefsByCatRow,
.filterInterestRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media (max-width: 576px) {
  .filterRefsByCatRow,
  .filterInterestRow {
    margin-bottom: 1.5rem;
  }
}

.filterInterestRow {
  margin-bottom: 20px;
}

.filterRefsByCat.default__btn_pill {
  cursor: pointer;
  transition: 0.2s ease-in;
  font-size: 18px;
  margin-right: 0.5rem;
}
.filterRefsByCat.default__btn_pill.active {
  background-color: var(--cDef);
  color: var(--cWhite);
}

.slash_terms:last-child {
  display: none;
}

.hasbling.reverse .cPink {
  color: var(--cDef) !important;
}

.services-list .basicbtn__wrapper {
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .service-item .basicbtn__wrapper .default__btn_pill,
  .job_header .default__btn_pill.btn__prime_outline,
  .ref__pill_wraper .default__btn_pill,
  .reference__bottom_navigation_left .default__btn_pill {
    height: 24px;
    padding-inline: 9px;
    font-size: 12px;
    margin-bottom: 2px;
    margin-right: 5px;
    border-width: 2px;
  }
}

/** FOR TICKER FADING */
/* .ticker__container_wrapper .container-xl {
  position: relative;
}
.ticker__container_wrapper .container-xl:after,
.ticker__container_wrapper .container-xl:before {
  background: linear-gradient(to left, var(--cWhite), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 180px;
  content: "";
  z-index: 6;
}
.ticker__container_wrapper .container-xl:before {
  left: 0;
  right: auto;
  background: linear-gradient(to right, var(--cWhite), rgba(255, 255, 255, 0));
} */
@media (max-width: 2320px) {
  .ticker__container_wrapper {
    overflow-x: hidden;
  }
  .ticker__container_wrapper .container-xl:after,
  .ticker__container_wrapper .container-xl:before {
    display: none;
  }
  .ticker__container_wrapper .wp-bootstrap-blocks-container {
    padding-inline: 0 !important;
  }
}

@media (max-width: 1350px) {
  .refQuery__grid_container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Home ------------------ */
  .home .refQuery__grid_container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0;
  }

  .home .refQuery__grid_big_tile {
    max-width: 100%;
    flex-basis: 100%;
    padding-inline: 0;
  }

  .home .refQuery__grid_small_tile {
    max-width: 50%;
    flex-basis: 50%;
    padding-top: 0;
  }

  .home .refQuery__grid_small_tile:nth-of-type(even),
  .home div.refQuery__grid_small_tile:nth-last-of-type(2) {
    padding-left: 0;
    padding-right: 0.75rem;
  }

  .home .refQuery__grid_small_tile:nth-of-type(odd),
  .home div.refQuery__grid_small_tile:nth-last-of-type(1) {
    padding-right: 0;
    padding-left: 0.75rem;
  }
}

@media (max-width: 768px) {
  .refQuery__grid_container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .refQuery__grid_container {
    grid-template-columns: auto;
  }

  .refQuery__grid_container > div {
    grid-column: auto;
    grid-row: auto;
  }

  /* Home ------------------ */
  .home .refQuery__grid_small_tile {
    max-width: 100%;
    flex-basis: 100%;
    padding-inline: 0 !important;
  }
}

/* Back to Top
--------------------------------------------- */
#back_to_top {
  padding: 0;
  background: 0;
  border: none;
  margin-bottom: 1.5rem;
}

.footerThemed {
  background-color: var(--cDef);
  color: var(--cWhite);
}

.darkmode__theme .footerThemed {
  background-color: var(--cLightGrey);
  color: var(--cDef);
}
.darkmode__theme .footerThemed .default__btn_pill {
  background-color: var(--cLightGrey) !important;
  color: var(--cDef) !important;
  border-color: var(--cLightGrey) !important;
}

/* Formatted post date
--------------------------------------------- */
.post_date__formatted.is-style-secInd {
  font-family: var(--family-body) !important;
}

.post_date__formatted.is-style-secInd::after {
  background: var(--cDef) !important;
}

/* SHOWREEL GSAP
--------------------------------------------- */
#showreel {
  width: 300px;
  opacity: 0;
  margin-inline: auto;
}

/* Lottie Animation
--------------------------------------------- */
.animation__wrapper {
  position: relative;
  width: fit-content;
}

.lottie_wrapper {
  pointer-events: none;
  z-index: 10;
}

#lotte__globus,
.lotte__globus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  aspect-ratio: 1/1;
  z-index: 3;
  transform-origin: center;
  width: auto;
  height: 275px;
}

#lotte__globus svg {
  height: auto !important;
}

#lotte__globus [fill='rgb(255,255,255)'],
.lotte__globus [fill='rgb(255,255,255)'],
.lotte__globus [fill='rgb(2,2,2)'] {
  fill: var(--cWhite);
}
#lotte__globus [stroke='rgb(18,18,18)'],
.lotte__globus [stroke='rgb(2,2,2)'] {
  stroke: var(--cDef);
}
#lotte__globus [fill='rgb(18,18,18)'],
.lotte__globus [fill='rgb(18,18,18)'] {
  fill: var(--cDef);
}

#lottie_crown,
.lottie_crown {
  max-width: 175px !important;
  height: auto;
  position: absolute;
  top: -5rem;
  right: -10%;
  transform: translateX(-50%) rotate(25deg);
}

@media (max-width: 992px) {
  #lottie_crown,
  .lottie_crown {
    max-width: 100px !important;
    top: -5.5rem;
  }
}
#lottie_crown [fill='rgb(220, 167, 187)'] {
  fill: var(--cPink);
}
@media (max-width: 768px) {
  #lottie_crown,
  .lottie_crown {
    right: 10%;
    transform: translateX(0) rotate(25deg);
  }
}

html[lang='de-DE'] #lottie_klotzen_en {
  display: none !important;
}

html[lang='en-US'] #lottie_klotzen {
  display: none !important;
}

#lottie_klotzen,
#lottie_klotzen_en {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 25vw;
}

@media (max-width: 768px) {
  #lottie_klotzen,
  #lottie_klotzen_en {
    top: -35%;
    left: auto;
    right: 0;
    width: 50vw;
  }
}

#lottie_fun {
  position: absolute;
  top: -7rem;
  right: -9rem;
  width: 61%;
}

#lottie_line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  #lottie_fun {
    position: absolute;
    top: -4rem;
    right: -5rem;
    width: 61%;
  }
}

@media (max-width: 768px) {
  #lottie_fun {
    top: -4rem;
    right: -5rem;
  }
}

#lottie_lol {
  position: absolute;
  bottom: -120%;
  right: 3%;
  width: 30%;
}

@media (max-width: 768px) {
  #lottie_lol {
    bottom: -50%;
  }
}

#lottie__thunder {
  top: -395%;
  right: 0;
  position: absolute;
}

@media (max-width: 768px) {
  #lottie__thunder {
    top: -320%;
    width: 50%;
  }
}

#lottie__flower {
  bottom: -170%;
  right: -50%;
  position: absolute;
  width: 100%;
}

html[lang='de-DE'] #lottie__ballert_en {
  display: none !important;
}

html[lang='en-US'] #lottie__ballert {
  display: none !important;
}

#lottie__ballert, 
#lottie__ballert_en {
  top: -150%;
  left: -30%;
  position: absolute;
  width: 65%;
  transform: scale(0.85);
}

@media (max-width: 1920px) {
  #lottie__ballert, 
#lottie__ballert_en {
    top: -100%;
  }
}

@media (max-width: 1600px) {
  #lottie__ballert, 
#lottie__ballert_en {
    top: -70%;
  }
}

@media (max-width: 1200px) {
  #lottie__ballert, 
#lottie__ballert_en {
    top: -20%;
  }
}

@media (max-width: 992px) {
  #lottie__ballert, 
#lottie__ballert_en {
    top: -170%;
    left: auto;
    right: 0;
  }
}

@media (max-width: 768px) {
  #lottie__ballert, 
#lottie__ballert_en {
    top: -100%;
  }
}

@media (max-width: 576px) {
  #lottie__ballert, 
#lottie__ballert_en {
    top: -40%;
  }
}

#lottie__your_mom {
  right: 5%;
  width: 50%;
  top: -100%;
  position: absolute;
}

@media (max-width: 768px) {
  #lottie__your_mom {
    top: auto;
    right: -20%;
    width: 100%;
    bottom: -350%;
  }
}

#lottie__zing {
  right: -29%;
  width: 130%;
  top: -9%;
  position: absolute;
}

@media (max-width: 576px) {
  #lottie__zing {
    top: -7%;
  }
}

#lottie__smiley {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 325px;
  bottom: -1rem;
  position: absolute;
}

@media (max-width: 992px) {
  #lottie__smiley {
    transform: translateX(0);
    position: static;
    margin-top: -6rem;
    margin-bottom: 2rem;
    z-index: -1;
  }
}

@media (max-width: 576px) {
  #lottie__smiley {
    position: absolute;
    left: auto;
    right: 0;
    top: -70%;
    min-width: 35%;
  }
}

#lottie__jobs {
  left: 50%;
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: -5rem;
}

@media (min-width: 1921px) {
  #lottie__jobs {
    max-width: 350px;
  }
}

@media (max-width: 1200px) {
  #lottie__jobs {
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  #lottie__jobs {
    position: absolute;
    left: auto;
    right: 0;
    top: -70%;
    width: 40%;
  }
}

/* #lottie__jobs {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
  top: -100%;
  position: absolute;
}

@media (min-width: 1600px) {
  #lottie__jobs {
    top: -120%;
  }
}

@media (max-width: 1200px) {
  #lottie__jobs {
    top: -80%;
  }
}

@media (max-width: 992px) {
  #lottie__jobs {
    position: relative;
    transform: translateX(0);
    left: 0;
  }
} */

body:not(.darkmode__theme) #lottie__heart_white {
  display: none;
}

body.darkmode__theme #lottie__heart_white {
  position: absolute;
  top: -2%;
  position: absolute;
  width: 36%;
  left: 19%;
}

body.darkmode__theme #lottie__heart_black {
  display: none;
}

body:not(.darkmode__theme) #lottie__heart_black {
  position: absolute;
  top: -2%;
  position: absolute;
  width: 36%;
  left: 19%;
}

#lottie__development {
  left: -2.5%;
  top: 5%;
  width: 105%;
  z-index: -1;
  position: absolute;
}

#scheinwerferLottie,
#scheinwerferLottie__white {
  width: 100%;
}

@media (max-width: 992px) {
  #scheinwerferLottie,
  #scheinwerferLottie__white {
    margin-top: -5rem;
  }
}

body:not(.darkmode__theme) #scheinwerferLottie {
  display: none;
}

body.darkmode__theme #scheinwerferLottie__white {
  display: none;
}

/* Lottie - Design subpage */
.page-id-2858 .lottieAnimation {
  position: absolute;
  z-index: 3;
}

#lottie__burger_menu {
  top: -215%;
  left: 3.5%;
  width: 7%;
}

#lottie__drippy_logo {
  top: -215%;
  right: 6.5%;
  width: 8.5%;
  z-index: 101;
}

#lottie__body {
  bottom: -7rem;
  left: 0%;
  width: 35%;
}

#lottie__two_paragraphs {
  left: -5rem;
  top: 0.5rem;
  width: 4.5rem;
}

#lottie__neue_haas {
  top: -5%;
  right: -40%;
  width: 75%;
}

#lottie__obvious_title {
  right: -33%;
  bottom: -40%;
  width: 30%;
}

#lottie__circle_1 {
  left: 0;
  top: -28%;
  width: 7rem;
}

#lottie__circle_2 {
  left: 7rem;
  top: -14%;
  width: 4.5rem;
}

#lottie__circle_3 {
  right: 0.5rem;
  top: -28%;
  width: 7rem;
}

#lottie__categories {
  right: -25%;
  bottom: -125%;
  width: 45%;
}

#lottie__category_box {
  left: 1rem;
  top: -4rem;
}

#lottie__eye_icon {
  right: 15%;
  top: -12rem;
  width: 10%;
}

@media (max-width: 1800px) {
  #lottie__body {
    bottom: -6rem;
  }

  #lottie__eye_icon {
    right: 10%;
  }
}

@media (max-width: 1600px) {
  #lottie__burger_menu {
    left: 4%;
  }

  #lottie__drippy_logo {
    top: -215%;
    right: 9%;
    width: 8.5%;
  }

  #lottie__body {
    bottom: -5rem;
  }
}

@media (max-width: 1400px) {
  #lottie__drippy_logo {
    top: -250%;
    right: 7%;
  }

  #lottie__categories {
    right: 0%;
  }

  #lottie__body {
    bottom: -4rem;
  }

  #lottie__eye_icon {
    right: 9%;
  }
}

@media (max-width: 1200px) {
  #lottie__burger_menu {
    top: -120%;
    left: 5%;
  }

  #lottie__drippy_logo {
    top: -140%;
    right: 9%;
  }

  #lottie__two_paragraphs {
    display: none;
  }

  #lottie__eye_icon {
    right: 11%;
    top: -13.5rem;
  }
}

@media (max-width: 992px) {
  #lottie__categories {
    bottom: -15%;
  }

  #lottie__body {
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #lottie__circle_1 {
    top: -18%;
    width: 10rem;
  }

  #lottie__circle_2 {
    left: 10.5rem;
    top: -14%;
    width: 6.5rem;
  }

  #lottie__circle_3 {
    right: auto;
    top: auto;
    width: 10rem;
    bottom: -0.25rem;
  }

  #lottie__eye_icon {
    right: auto;
    top: -20rem;
    width: 20%;
    left: 9rem;
  }
}

/* Media Query max-width 932 landscape */
@media (max-width: 932px) {
    #lottie__circle_2 {
      left: 9.5rem;
    }

    #lottie__body {
      bottom: -4rem;
    }
}

@media (max-width: 768px) {
  #lottie__burger_menu {
    left: 6%;
    transform: rotate(30deg);
    width: 10%;
    top: -130%;
  }

  #lottie__drippy_logo {
    top: -220%;
    right: 16%;
    width: 12%;
  }

  #lottie__categories {
    bottom: -100%;
  }

  #lottie__body {
    bottom: 0rem;
  }

  #lottie__circle_3 {
    right: 0;
    width: 11rem;
  }

  #lottie__category_box {
    width: 7rem;
    top: -2rem;
  }

  #lottie__eye_icon {
    right: auto;
    top: -18rem;
    width: 20%;
    left: 10rem;
  }
}

@media (max-width: 670px) {
  #lottie__eye_icon {
    top: -14rem;
  }
}

@media (max-width: 576px) {
  #lottie__categories {
    bottom: -250%;
    transform: rotate(15deg);
  }

  #lottie__circle_2 {
    top: -25%;
    left: 6rem;
    width: 4.5rem;
  }

  #lottie__circle_1 {
    width: 6rem;
    top: -34%;
  }

  #lottie__circle_3 {
    right: auto;
    width: 6rem;
    left: 10.5rem;
    bottom: -0.45rem;
  }

  #lottie__eye_icon {
    top: -14rem;
    width: 40%;
  }

  #lottie__burger_menu {
    width: 14%;
    top: -130%;
  }

  #lottie__drippy_logo {
    top: -170%;
    width: 25%;
  }

  #lottie__neue_haas {
    top: -20%;
    right: -60%;
    width: 95%;
  }

  #lottie__obvious_title {
    bottom: -25%;
  }

  #lottie__body {
    left: auto;
    right: 0;
    transform: translateX(0);
    width: 40%;
  }
}

/* Konzeption */
#lottie__brainstorm,
#lottie__brainstorm_lightmode {
  position: absolute;
  top: -10rem;
  width: 100%;
  z-index: 9;
}

body:not(.darkmode__theme) #lottie__brainstorm {
  display: none;
}

body.darkmode__theme #lottie__brainstorm_lightmode {
  display: none;
}

/* body.light #lottie__brainstorm_lightmode {
  display: block;
} */

@media (max-width: 1200px) {
  #lottie__brainstorm,
  #lottie__brainstorm_lightmode {
    top: -7rem;
  }
}

@media (max-width: 768px) {
  #lottie__brainstorm,
  #lottie__brainstorm_lightmode {
    top: -5rem;
  }
}

@media (max-width: 576px) {
  #lottie__brainstorm,
  #lottie__brainstorm_lightmode {
    top: 10rem;
    width: 175%;
    left: -25%;
    overflow: hidden;
  }

  .page-id-783 .bs_service_concept_icon {
    margin-left: 0 !important;
  }

  /* :is(#lottie__brainstorm, #lottie__brainstorm_lightmode)
    svg
    > g
    > :is(
      g:nth-of-type(1),
      g:nth-of-type(2),
      /* g:nth-of-type(3),
      g:nth-of-type(4) */
    ) {
    display: none !important;
  } */
}

/* Reference Preview Videos
--------------------------------------------- */
.preview_video {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: 0.3s all ease;
  transform: scale(1.015);
  transform-origin: center;
}

/* .refItem_image_wrapper img {
  opacity: 0;
} */

.refQuery__grid_tile:hover .preview_video,
.refQuery__grid_tile.always_visible .preview_video {
  opacity: 1;
}

.home .refItem__wrapper {
  /* max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; */
  background: transparent;
}

/* Additionals
--------------------------------------------- */

.ticker-x-hidden {
  max-width: 100%;
  overflow-x: hidden;
}

.refQuery__grid_tile .pillSmall {
  transition: 0.3s all ease;
  transform: rotate(0);
}

.refQuery__grid_tile:hover .btn__arrow {
  transform: rotate(45deg);
}

/* Custom stylings
--------------------------------------------- */
.h-xl-1-5 {
  font-size: clamp(1.75rem, 2.35vw, 2.75rem) !important;
}

.adressFooterWrapp .socialMediaItem:first-child {
  margin-top: 0 !important;
}

.home #primary {
  overflow-x: hidden;
}

.handwerk_link_Wrapper .outline__wrapper.icon__wrapper.pillSmall {
  margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
  .handwerk_link_Wrapper .outline__wrapper.icon__wrapper.pillSmall {
    transform: scale(0.8);
    margin-top: 0.2rem;
  }

  .handwerk_link_Wrapper .basicbtn__wrapper .pillSmall:last-of-type {
    margin-right: 0.25rem;
  }
}

.lang-switcher {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  height: 194px;
  width: 100px;
}
.lang-switcher:before,
.lang-switcher:after {
  color: var(--cWhite);
  cursor: pointer;
  display: block;
  font-size: 28px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  width: 100px;
  z-index: 1;
}
.lang-switcher:before {
  content: attr(data-lang-1);
}
.lang-switcher:after {
  content: attr(data-lang-2);
  opacity: 0;
  transition: opacity 0.2s linear 0.3s;
  top: 94px;
}
.lang-switcher:hover:after {
  color: var(--cWhite);
  opacity: 1;
}
.lang-switcher__svg-item {
  cursor: pointer;
  fill: var(--cDef);
  transition: transform 0.4s ease-out;
}
.lang-switcher:hover .lang-switcher__svg-item.js-moving,
.lang-switcher:hover:focus .lang-switcher__svg-item.js-moving {
  transform: translateY(94px);
}
.lang-switcher__svg-item {
  z-index: 9999;
}

/* Pre Footer Video
--------------------------------------------- */
.pre_footer__video_text_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pre_footer__video_text_wrapper .wp-block-group {
  max-width: 60%;
}

.video_switch {
  max-width: 40%;
}

@media (max-width: 768px) {
  .pre_footer__video_text_wrapper {
    flex-direction: column;
  }

  .pre_footer__video_text_wrapper p {
    max-width: 100%;
  }

  .video_switch {
    margin-top: -3.5rem;
    margin-left: auto;
    max-width: 75%;
  }
}

/* Back button
--------------------------------------------- */
.go-back-btn {
  padding: 0;
  border: none;
  color: var(--cDef);
  background: transparent;
}

/* Ref query
--------------------------------------------- */
.refQuery__grid_tile .refByService__wrapper__title h3 {
  display: inline-block;
  position: relative;
}

.refQuery__grid_tile .refByService__wrapper__title h3.fs-ref-custom {
    font-size: clamp(16px, var(--f-lg-ideal), 16px);
  }

@media (max-width: 1800px) {
  .refQuery__grid_tile .refByService__wrapper__title h3 {
    font-size: clamp(1rem, var(--f-lg-ideal), 1.1rem);
  }

  .refQuery__grid_tile .refByService__wrapper__title h3.fs-ref-custom {
    font-size: clamp(18px, var(--f-lg-ideal), 18px);
  }
}

@media (max-width: 1600px) and (min-width: 993px) {
  .refQuery__grid_tile .refByService__wrapper__title h3 {
    font-size: clamp(16px, var(--f-lg-ideal), 18px);
  }

  .refQuery__grid_tile .refByService__wrapper__title h3.fs-ref-custom {
    font-size: clamp(16px, var(--f-lg-ideal), 16px);
  }
}

@media (max-width: 992px) {
  .refQuery__grid_tile .refByService__wrapper__title h3 {
    font-size: clamp(1.25rem, var(--f-lg-ideal), 1.35rem);
  }

  .refQuery__grid_tile .refByService__wrapper__title h3.fs-ref-custom {
    font-size: clamp(16px, var(--f-lg-ideal), 16px);
  }
}

@media (max-width: 576px) {
  .refQuery__grid_tile .refByService__wrapper__title h3 {
    font-size: clamp(18px, var(--f-lg-ideal), 18px);
  }

  .refQuery__grid_tile .refByService__wrapper__title h3.fs-ref-custom {
    font-size: clamp(16px, var(--f-lg-ideal), 16px);
  }
}

.refQuery__grid_tile .refByService__wrapper__title h3::after {
  top: calc(100% - 3px);
  content: '';
  height: var(--bsAccentlineHeight);
  background-color: var(--cDef);
  width: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
}

@media (max-width: 1600px) {
  .refQuery__grid_tile .refByService__wrapper__title h3::after {
    top: 75%;
  }
}

@media (max-width: 992px) {
  .refQuery__grid_tile .refByService__wrapper__title h3::after {
    top: 101%;
  }

  .refQuery__grid_tile .refByService__wrapper__title h3::after {
    height: 3px;
  }
}

body:not(.home) .refQuery__grid_tile .refByService__wrapper__title h3::after {
  top: calc(100% + 5px);
  height: 3px;
}

.refQueryHome
  .refQuery__grid_container
  > div:hover
  .refByService__wrapper__title
  h3::after {
  width: 100%;
}

/* Additional projects */
@media (min-width: 993px) {
  .refQueryCraft .refQuery__grid_tile .refByService__wrapper__title h3 {
    font-size: clamp(16px, var(--f-lg-ideal), 1rem);
  }
}

.refQueryCraft
  .refQuery__grid_tile:hover
  .refByService__wrapper__title
  h3::after {
  width: 100%;
}

.ticker-wrap.slim.pink {
  font-size: 1.4rem;
  background-color: var(--cPink);
}
.ticker-wrap.slim.pink .ticker__item {
  padding-block: 10px;
  padding-inline: 0rem;
  color: #121212;
}
.ticker-wrap.slim.pink .ticker__item svg,
.bordered.slim .ticker__item svg {
  margin-inline: 5px;
  height: calc(
    clamp(var(--f-lg-min), var(--f-lg-ideal), var(--f-lg-max)) - 0.25rem
  );
}
.ticker-wrap.slim.pink .ticker__item svg * {
  fill: #121212;
  stroke: #121212;
}

.ticker-wrap.slim.lower .ticker__item {
  margin-block: 7px;

  color: var(--cDef);
}
.ticker-wrap.slim.lower .ticker__item svg * {
  fill: var(--cDef);
  stroke: var(--cDef);
}
.ticker-wrap.bordered {
  border-block: var(--bsAccentlineHeight) solid var(--cDef);
  transition: 0.12s ease-in;
}

.ticker-wrap.bordered:hover {
  background-color: var(--cDef);
  color: var(--cWhite);
}

.ticker-wrap.bordered:hover * {
  color: var(--cWhite) !important;
}

.ticker-wrap.bordered:hover svg * {
  fill: var(--cWhite) !important;
  stroke: var(--cWhite) !important;
}

.lower.bordered-b {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: var(--bsAccentlineHeight) solid var(--cDef);
}

.lower.bordered-b .ticker__item svg {
  height: calc(
    clamp(var(--f-2xl-min), var(--f-2xl-ideal), var(--f-2xl-max)) - 0.55rem
  );
}
.hotBadge__wrapper {
  display: flex;
  justify-content: center;
}

.hotBadge__wrapper svg {
  width: auto;
  max-width: 80%;
  margin-bottom: -100px;
  position: relative;
  z-index: 12;
}

.tickerCol {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 576px) {
  .tickerCol.hotTicker .hasbling .ticker__item {
    font-size: 2.5rem;
  }

  .ticker_font__mobile .ticker__item svg {
    height: calc(
      clamp(var(--f-lg-min), var(--f-lg-ideal), var(--f-lg-max)) + 0.75rem
    );
    height: 4.65rem;
  }
}

.trp-language-switcher {
  width: fit-content;
  height: auto;
}

.trp-language-switcher > div {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}

.trp-language-switcher .trp-ls-shortcode-language,
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language,
.search__form_wrapper form {
  height: auto !important;
  overflow: visible !important;
  visibility: visible !important;
  max-height: none !important;
  min-height: auto !important;
  align-items: center;
  width: auto !important;
  position: relative !important;
  border: 3px solid var(--cDef) !important;
  border-radius: 50px !important;
  padding: 0.1rem 0.75rem !important;
  font-size: 16px !important;
  height: var(--cntrlBtnHeight) !important;
  display: flex !important;
}

.trp-language-switcher .trp-ls-shortcode-current-language {
  display: none !important;
}

.trp-language-switcher .trp-ls-shortcode-language a {
  order: 1;
  padding: 0;
  color: var(--cPink);
  background: transparent !important;
  border-radius: 0 !important;
  font-weight: 800;
}

.trp-language-switcher .trp-ls-shortcode-language a[title='German'] {
  order: 0;
  position: relative;
  display: flex;
}

.trp-language-switcher .trp-ls-shortcode-language a[title='German']::after {
  content: '|' !important;
  display: block !important;
  margin-inline: 0.5rem;
  color: var(--cDef);
}

.trp-language-switcher a:not(.trp-ls-disabled-language) {
  color: var(--cDef);
}

.navOpen .trp-language-switcher .trp-ls-shortcode-language,
.navOpen .trp-language-switcher:focus .trp-ls-shortcode-language,
.navOpen .trp-language-switcher:hover .trp-ls-shortcode-language {
  border: 3px solid var(--cDef) !important;
}

/* @media (max-width: 992px) {
  .navOpen .trp-language-switcher .trp-ls-shortcode-language,
  .navOpen .trp-language-switcher:focus .trp-ls-shortcode-language,
  .navOpen .trp-language-switcher:hover .trp-ls-shortcode-language {
    border: 3px solid transparent !important;
  }
} */

.navOpen .trp-language-switcher .trp-ls-shortcode-language a {
  color: var(--cDef);
}

.navOpen .trp-language-switcher a.trp-ls-shortcode-disabled-language {
  color: var(--cPink);
}

.navOpen
  .trp-language-switcher
  .trp-ls-shortcode-language
  a.trp-ls-disabled-language {
  color: var(--cPink);
}

div#lotte__hot_deals,
div#lotte__hot_deals_en {
  max-width: 920px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: -300px;
  position: relative;
  z-index: 12;
}

.hot_deal_wrapper {
  max-width: 100%;
  transition: 0.3s all ease;
  margin-inline: auto;
}

.hot_deal_wrapper > div {
  max-width: 30%;
}

/* .hot_deal_wrapper div svg {
  width: 100%;
} */

.hot_deal_wrapper > div.hot_deal_main {
  max-width: 40%;
}

@media (max-width: 2400px) {
  .hot_deal_wrapper {
    max-width: 95%;
  }
}

@media (max-width: 2200px) {
  .hot_deal_wrapper {
    max-width: 75%;
  }
}

@media (max-width: 1800px) {
  .hot_deal_wrapper {
    max-width: 60%;
  }
}

@media (max-width: 1450px) {
  .hot_deal_wrapper {
    max-width: 45%;
  }
}

@media (max-width: 1200px) {
  .hot_deal_wrapper {
    max-width: 80%;
  }
}

@media (max-width: 992px) {
  div#lotte__hot_deals,
  div#lotte__hot_deals_en {
    max-width: 375px;
  }

  .hot_deal_wrapper {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  div#lotte__hot_deals,
  div#lotte__hot_deals_en {
    max-width: 360px;
    display: none !important;
  }
}

/* @media (max-width: 1620px) {
  #lottie__jobs {
    max-width: 200px;
  }
} */

/* Menu adj
--------------------------------------------- */
.menu__padding_top {
  padding-top: 3.5rem !important;
}

@media (max-width: 576px) {
  .menu__padding_top {
    padding-top: 0rem !important;
  }
}

/* Thanks pages
--------------------------------------------- */
.darkmode__theme .thanks__light {
  display: none;
}

body:not(.darkmode__theme) .thanks__light {
  display: block;
}

.darkmode__theme .thanks__dark {
  display: block;
}

body:not(.darkmode__theme) .thanks__dark {
  display: none;
}

/* Aktuelle Projekte
--------------------------------------------- */
@media (max-width: 576px) {
  .current_projects__button_wrapper {
    transform: scale(0.7);
    transform-origin: top right;
  }
}

/* Overlay backdrop
--------------------------------------------- */
.modal-backdrop.show {
  opacity: 0.9 !important;
}

/* Posts
--------------------------------------------- */
@media (max-width: 576px) {
  .quickshare__wrapper {
    flex-direction: row !important;
    justify-content: space-between !important;
  }

  .quickshare__wrapper a {
    font-size: 18px;
    align-items: center !important;
    display: flex;
    margin-right: 0.25rem !important;
  }

  .handwerk__header,
  .subpage__header {
    padding-top: calc(var(--nav-height) + 30px) !important;
  }
}

/* Core
--------------------------------------------- */
.darkmode__theme .core__graphic.light {
  display: none !important;
}

body:not(.darkmode__theme) .core__graphic.dark {
  display: none !important;
}

/* Cookies
--------------------------------------------- */
._brlbs-btn {
  font-family: var(--family-body) !important;
  font-weight: 700 !important;
  line-height: var(--l-height-body) !important;
  font-size: 16px !important;
  hyphens: auto !important;
}

#CookieBoxTextHeadline {
  color: var(--cPink) !important;
  margin-bottom: 0.75rem !important;
  display: inline-block;
}

#BorlabsCookieBox ul {
  justify-content: flex-start !important;
  padding-top: 0.75rem !important;
}

#BorlabsCookieBox ul li::before {
  display: none !important;
}

/* Hot Deals ------------------ */
@media (max-width: 576px) {
    #hotdeal_ticker,
#hotdeal_ticker > .ticker__container_wrapper,
#hotdeal_ticker > .ticker__container_wrapper > a,
#hotdeal_ticker > .ticker__container_wrapper > a > .wp-bootstrap-blocks-container,
#hotdeal_ticker > .ticker__container_wrapper > a > .wp-bootstrap-blocks-container > .wp-bootstrap-blocks-container {
  overflow: hidden !important;
}
}