/* 
 Theme Name: Hello Elementor Child
 Theme URI: https://github.com/elementor/hello-theme/
 Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
 Author: Elementor Team
 Author URI: https://elementor.com/
 Template: hello-elementor
 Version: 1.0.1
 Text Domain: hello-elementor-child
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
 */
/*
 @include all-headings {
 color: $white;
 }
 */
/*
 *
 *
 * MARGINS
 *
 *
 */
/*
 *
 *
 * PADDINGS
 *
 *
 */
/*
 *
 *
 * Otline
 *
 *
 */
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form label .cf7_title {
  display: block;
}
.bk_logoTop:before {
  content: "";
  display: flex;
  justify-self: center;
  align-items: center;
  background-color: var(--e-global-color-ce93b68);
  width: 536px;
  height: 130px;
  background-image: url('/wp-content/uploads/2025/04/Beta_Klinik_Lines.svg');
  background-position: center;
  background-size: 38px 90px;
  background-repeat: no-repeat;
  transform: translateY(-80px);
  border-radius: 40px;
  z-index: 10;
  /* Sicherstellen, dass es über anderen Elementen liegt */
  position: absolute;
  /* Oder ggf. absolute, je nach Layout */
}
.bk_logoTop .elementor-widget-container {
  padding-top: 80px;
}
.bk_heroPill:after {
  content: "";
  display: flex;
  justify-self: center;
  align-items: center;
  background-color: var(--e-global-color-ce93b68);
  width: 100%;
  height: 130px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(90px);
  border-radius: 40px;
  position: absolute;
  /* Oder ggf. absolute, je nach Layout */
  bottom: 0;
  left: 0;
}
.home .bk_breadcrump {
  display: none !important;
}
.bk_breadcrump .rank-math-breadcrumb {
  margin-left: 10px;
}
/**
 * Menu Toggle Shortcode Styles
 * Creates a 4-column layout for the menu items with arrows
 */
.bk-menu-toggle-wrapper {
  width: 100%;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-btn .bk-menu-toggle-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-btn[aria-expanded="true"] .bk-menu-toggle-icon {
  transform: rotate(180deg);
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content {
  overflow: hidden;
  transition: all 0.3s ease;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-menu-toggle-menu {
  padding: 20px 0;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 30px;
}
@media (max-width: 1024px) {
  .bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list li {
  margin: 0;
  padding: 0;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list li:last-child {
  margin-bottom: 0;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list li a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  font-weight: 500;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list li a:hover {
  color: var(--e-global-color-primary, #007cba);
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list li a::before {
  content: "↗";
  font-size: 24px;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.3s ease;
  margin-right: 10px;
  flex-shrink: 0;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list li a:hover::before {
  opacity: 1;
  color: var(--e-global-color-primary, #007cba);
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list a:has(.bk-menu-item-icon)::before {
  display: none;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .bk-menu-item-icon {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  transition: all 0.3s ease;
  margin-right: 10px;
  flex-shrink: 0;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list a:hover .bk-menu-item-icon {
  opacity: 1;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .sub-menu {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: none;
  grid-column: -1;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .sub-menu li {
  margin: 0 0 8px 0;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .sub-menu li a {
  padding: 8px 0;
  font-size: 0.9em;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .sub-menu li a::before {
  font-size: 14px;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .menu-item-has-children > a::before {
  content: "+";
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .menu-item-has-children.open > a::before {
  transform: rotate(45deg);
}
.bk-menu-toggle-wrapper .bk-menu-toggle-content .bk-toggle-menu-list .menu-item-has-children.open > .sub-menu {
  display: block;
  animation: slideDown 0.3s ease;
}
.bk-menu-toggle-wrapper .bk-menu-toggle-separator {
  height: 1px;
  background: var(--e-global-color-primary, #007cba);
  width: 100%;
  border-radius: 1px;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bk-menu-toggle-wrapper .bk-menu-toggle-button-wrapper {
  display: flex;
  justify-self: center;
  justify-content: center;
  margin-bottom: 20px;
  background: var(--e-global-color-ce93b68);
  width: 325px;
  padding: 15px;
  border-radius: 80px;
}
.bk_menu_toggle_button_shortcode {
  margin-top: -80px;
}
a.s4_alternateButtonType_1, .s4_alternateButtonType_1 a {
  background-color: var(--e-global-color-61747c1) !important;
  color: var(--e-global-color-18d9d0c) !important;
  border: none !important;
}
a.s4_alternateButtonType_1:hover, .s4_alternateButtonType_1 a:hover {
  background-color: var(--e-global-color-8eeb3a4) !important;
}
/*Button styles*/
a.elementor-button.elementor-button-link {
  text-decoration: none !important;
}
.bk_jumplinks_wrapper {
  gap: 2rem;
  position: relative;
}
.bk_jumplinks_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
@media (max-width: 768px) {
  .bk_jumplinks_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 1.5rem;
    grid-auto-flow: column !important;
    grid-auto-columns: min-content !important;
    justify-content: start !important;
  }
  .bk_jumplinks_wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .bk_jumplinks_wrapper .elementor-widget-heading {
    flex-shrink: 0;
    white-space: nowrap;
    min-width: max-content;
  }
}
.bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title {
  position: relative;
}
.bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title a {
  font-family: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  color: #2b2b2b;
  text-decoration: none;
  padding-bottom: 0.5rem;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title a {
    font-size: 0.85rem;
    padding-bottom: 0.75rem;
  }
}
.bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title a:hover {
  color: var(--e-global-color-61747c1);
}
.bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--e-global-color-61747c1);
  transition: width 0.3s ease;
}
@media (max-width: 768px) {
  .bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title::after {
    bottom: -0.75rem;
  }
}
.bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title:hover::after {
  width: 100%;
}
.bk_jumplinks_wrapper .elementor-widget-heading .elementor-widget-container .elementor-heading-title.active::after {
  width: 100%;
}
.bk_iframe iframe {
  height: 90vh !important;
}
a.s4_alternateButtonType_1:focus-visible, .s4_alternateButtonType_1 a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
  transition: none !important;
}
.elementor-button.elementor-button-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
  transition: none !important;
}
a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 5px;
  transition: none !important;
}
/** 
 * SV Searchbox SCSS
 * - Icon as inline background inside the input (right-aligned)
 * - Uses CSS custom properties with sensible fallbacks
 */
.sv-searchbox-wrap {
  display: block;
  max-width: var(--sv-width, 100%);
}
.sv-searchbox-form {
  position: relative;
}
.sv-searchbox-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 48px 12px 16px;
  border: 1px solid var(--sv-border #e5e5e5);
  border-radius: var(--sv-radius, 30px) !important;
  background: var(--sv-bg #fff);
  color: var(--sv-fg, inherit);
  line-height: 1.4;
  font-size: 16px;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 20px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}
.sv-searchbox-input::placeholder {
  color: var(--sv-ph #6b7280);
}
.sv-searchbox-input:focus {
  outline: none !important;
}
.sv-searchbox-input:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.bk_header_menu a:hover {
  text-decoration: none;
}
/* Sprach-Dropdown (WPML) */
#sv-wpml-switcher {
  position: absolute;
  z-index: 99999;
  display: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 6px 0;
  min-width: 140px;
  font-size: 14px;
  line-height: 1.4;
  animation: fadeInDropdown 0.15s ease;
}
/* List reset & spacing */
#sv-wpml-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sv-wpml-switcher li {
  margin: 0;
  padding: 0;
}
/* Links */
#sv-wpml-switcher a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease;
}
#sv-wpml-switcher a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #000;
}
/* Aktive Sprache */
#sv-wpml-switcher [aria-current="true"] {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.05);
}
/* Kleine Dropdown-Animation */
@keyframes fadeInDropdown {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bk_arrow_after_link a:after {
  content: '→';
  padding-left: 5px;
  display: inline-block;
}
/* Components */
