/*!
Theme Name: Bohlenplatz (Kadence Child)
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
.contact-top-header ul.kt-svg-icon-list {
  display: flex !important;
  flex-direction: row !important;
  gap: 40px;
}

@media (max-width: 967px) {
  .start-hero > .kt-row-column-wrap {
    align-content: flex-end !important;
  }
  .start-hero > .kt-row-column-wrap .hero-text-wrap {
    backdrop-filter: blur(4px) !important;
  }
}

.hero-text-wrap {
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.6392156863);
  border-radius: 30px;
  max-width: 960px;
}
@media (max-width: 1500px) {
  .hero-text-wrap {
    max-width: 760px;
  }
}
@media (max-width: 967px) {
  .hero-text-wrap {
    border-radius: 0;
  }
}

.icon-wrap {
  margin: 40px 0 20px 30px;
  background: #e9f5fb;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-wrap svg {
  width: 80px;
  height: 80px;
  margin: auto;
  display: block;
}
.icon-wrap svg path {
  fill: #2396d2;
}

.img-big > .kt-inside-inner-col {
  height: 100%;
}
.img-big > .kt-inside-inner-col img, .img-big > .kt-inside-inner-col figure {
  height: 100%;
  object-fit: cover;
}

.icon-wrap.cta {
  margin: 0 auto 35px;
}

.wp-block-kadence-header-row.wp-block-kadence-header-row-center.kb-header-row-layout-standard.kb-header-row-layout-config-single.kb-header-sticky-wrapper.item-is-fixed.item-is-stuck {
  box-shadow: 0px 10px 30px 0px rgba(35, 150, 210, 0.25);
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  body header .wp-block-kadence-header-row.wp-block-kadence-header-row-center > .kadence-header-row-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body header .wp-block-kadence-header-row.wp-block-kadence-header-row-center ul.menu a.kb-nav-link-content {
    font-size: 19px;
  }
  body header .custom-logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 1500px) {
  :root {
    --global-content-width: 1320px !important;
  }
}

.wp-block-kadence-countup.kb-count-up, .uni-icon {
  background-color: #f3f9fd;
  border-radius: 50%;
  padding: 10px;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(40, 48, 85, 0.6784313725);
}

.kb-hours-fab {
  transform: rotate(90deg) translateY(-50%);
  position: fixed;
  right: -24px;
  top: 50%;
  z-index: 9998;
  padding: 12px 14px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
@media (max-width: 967px) {
  .kb-hours-fab {
    display: none !important;
  }
}

.kb-hours-panel {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.kb-hours-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.kb-hours-box {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(18px);
  width: min(360px, 100vw - 32px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  padding: 28px 38px 25px 38px;
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.kb-hours-title {
  margin: 0 40px 10px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.kb-hours-close {
  position: absolute;
  right: 0px;
  top: 3px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  background: none !important;
  color: black;
}
.kb-hours-close:hover {
  box-shadow: none !important;
  color: black !important;
}

.kb-hours-list {
  margin: 0;
}

.kb-hours-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.kb-hours-row:last-child {
  border-bottom: 0;
}

.kb-hours-row dt {
  width: 42px;
  font-weight: 700;
}

.kb-hours-row dd {
  margin: 0;
}

.kb-hours-note {
  margin: 10px 0 0;
  font-size: 14px;
  opacity: 0.8;
}

.kb-hours-panel.is-open {
  pointer-events: auto;
}

.kb-hours-panel.is-open::before {
  opacity: 1;
}

.kb-hours-panel.is-open .kb-hours-box {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 680px) {
  .kb-hours-fab {
    top: auto;
    bottom: 16px;
    transform: none;
  }
  .kb-hours-box {
    top: auto;
    bottom: 16px;
    transform: translateX(18px);
  }
  .kb-hours-panel.is-open .kb-hours-box {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=style.css.map */
