/* ==================
  Color Palette
================== */
/* ==================
  Breakpoints
================== */
/* ==================
  Max Content Widths
================== */
@media (max-width: 767px) {
  .px_limit_left {
    padding-left: calc((100vw - map-get($content_width, mobile)) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_limit_left {
    padding-left: calc((100vw - map-get($content_width, tablet)) / 2);
  }
}
@media (min-width: 1024px) {
  .px_limit_left {
    padding-left: calc((100vw - map-get($content_width, desktop)) / 2);
  }
}
@media (max-width: 767px) {
  .px_limit_right {
    padding-right: calc((100vw - map-get($content_width, mobile)) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_limit_right {
    padding-right: calc((100vw - map-get($content_width, tablet)) / 2);
  }
}
@media (min-width: 1024px) {
  .px_limit_right {
    padding-right: calc((100vw - map-get($content_width, desktop)) / 2);
  }
}
.px_no_pointer {
  pointer-events: none !important;
}
.px_oh {
  overflow: hidden !important;
}
.px_gap {
  gap: 3rem !important;
}
@media (min-width: 1024px) {
  .px_pt {
    padding-top: 20rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pt {
    padding-top: 15rem !important;
  }
}
@media (max-width: 767px) {
  .px_pt {
    padding-top: 8rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pt_sm {
    padding-top: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pt_sm {
    padding-top: 7.5rem !important;
  }
}
@media (max-width: 767px) {
  .px_pt_sm {
    padding-top: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pb {
    padding-bottom: 20rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pb {
    padding-bottom: 15rem !important;
  }
}
@media (max-width: 767px) {
  .px_pb {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1024px) {
  .px_pb_sm {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_pb_sm {
    padding-bottom: 7.5rem !important;
  }
}
@media (max-width: 767px) {
  .px_pb_sm {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .px_py {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_py {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
}
@media (max-width: 767px) {
  .px_py {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1024px) {
  .px_py_sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_py_sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (max-width: 767px) {
  .px_py_sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.px_uppercase, .px_uppercase * {
  text-transform: uppercase !important;
}
.px_no_margin, .px_no_margin * {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .px_block.px_desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_block.px_tablet {
    display: block;
  }
}
.px_underline {
  text-decoration: underline !important;
}
.px_extra_bold * {
  font-weight: 800 !important;
}
.px_bold * {
  font-weight: bold !important;
}
.px_h1 .elementor-heading-title {
  font-size: clamp(4rem, 8vw, 7.5rem) !important;
}
.px_relative {
  position: relative !important;
}
.px_inner_relative .e-con-inner {
  position: relative !important;
}
@media (max-width: 767px) {
  .px_static.px_mobile {
    display: block !important;
    position: static !important;
  }
}
a:focus {
  outline: none !important;
}
#outer-wrap {
  overflow: hidden !important;
}
@media (min-width: 2500px) {
  body {
    max-width: 2500px !important;
    margin: 0 auto !important;
  }
}
#scroll-top {
  z-index: 90 !important;
  right: 0 !important;
  height: 7rem !important;
  width: 7rem !important;
  border-radius: 1rem 0 0 1rem;
  background-color: #b6c577 !important;
  background-image: url("/wp-content/uploads/2025/11/top.svg");
  background-size: 60% !important;
  background-repeat: no-repeat !important;
  background-position: center;
}
#scroll-top i {
  display: none !important;
}
.elementor-widget-image .elementor-widget-container img {
  object-fit: cover !important;
}
.elementor-editor-active #site-header {
  z-index: 0 !important;
}
.elementor-editor-active main {
  z-index: 999 !important;
}
@media (min-width: 1024px) {
  .privacy-policy h1 {
    font-size: 4rem !important;
  }
}
@media (min-width: 1024px) {
  .privacy-policy h2 {
    font-size: 3rem !important;
  }
}
.privacy-policy .px_text_container .e-con-inner .elementor-heading-title {
  margin-bottom: 2rem !important;
}
.elementor-widget-text-editor a {
  text-decoration: underline !important;
}
.elementor-widget-text-editor a {
  text-decoration: underline !important;
}
h1, h2, h3, h4, h5, h6, p, a, li {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
  -ms-hyphens: auto !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
h1:not(.tribe-events-single-event-title) {
  font-size: clamp(4rem, 8vw, 7.5rem) !important;
}
h2:not(.brlbs-cmpnt-dialog-entrance-headline):not(.brlbs-text-2xl):not(.tribe-events-single-section-title) {
  font-size: clamp(4rem, 8vw, 7.5rem) !important;
}
h3 {
  font-size: clamp(3rem, 3vw, 2rem) !important;
}
.px_section_title, .px_section_title .elementor-heading-title {
  font-size: clamp(2.5rem, 3vw, 4.2rem) !important;
}
.logged-in.admin-bar .px_header {
  top: 32px !important;
}
#site-header {
  border-bottom: 0 !important;
}
.px_header {
  transition: all 0.5s ease !important;
  z-index: 3 !important;
}
.px_header.px_scrolled:not(.px_active) {
  background: var(--e-global-color-5b34e40) !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.px_header.px_active {
  background: var(--e-global-color-9dd7ff4) !important;
}
.px_header .e-search-form .e-search-input-wrapper .e-search-input {
  border: none !important;
  background: white;
  border-radius: 4rem;
}
.px_header .e-search-form .e-search-input-wrapper i {
  color: black;
}
.px_header .e-search-form .e-search-submit {
  display: none !important;
}
.px_header .px_menu_toggle_container .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.px_header .px_menu_toggle_container .px_menu_toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .px_header .px_menu_toggle_container .px_menu_toggle {
    height: 2.5rem;
    width: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_header .px_menu_toggle_container .px_menu_toggle {
    height: 2.5rem;
    width: 4.1667rem;
  }
}
@media (max-width: 767px) {
  .px_header .px_menu_toggle_container .px_menu_toggle {
    height: 2rem;
    width: 3.3333rem;
  }
}
.px_header .px_menu_toggle_container .px_menu_toggle.px_active .px_middle, .px_header .px_menu_toggle_container .px_menu_toggle.px_menu_open .px_middle {
  opacity: 0;
}
.px_header .px_menu_toggle_container .px_menu_toggle.px_active .px_top, .px_header .px_menu_toggle_container .px_menu_toggle.px_menu_open .px_top {
  transform: rotate(27deg);
}
.px_header .px_menu_toggle_container .px_menu_toggle.px_active .px_bottom, .px_header .px_menu_toggle_container .px_menu_toggle.px_menu_open .px_bottom {
  transform: rotate(-27deg);
}
@media (min-width: 1024px) {
  .px_header .px_menu_toggle_container .px_menu_toggle.px_active .px_bottom, .px_header .px_menu_toggle_container .px_menu_toggle.px_menu_open .px_bottom {
    width: 5rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_header .px_menu_toggle_container .px_menu_toggle.px_active .px_bottom, .px_header .px_menu_toggle_container .px_menu_toggle.px_menu_open .px_bottom {
    width: 4.1667rem !important;
  }
}
@media (max-width: 767px) {
  .px_header .px_menu_toggle_container .px_menu_toggle.px_active .px_bottom, .px_header .px_menu_toggle_container .px_menu_toggle.px_menu_open .px_bottom {
    width: 3.3333rem !important;
  }
}
.px_header .px_menu_toggle_container .px_menu_toggle .px_line {
  transition: all 0.5s ease !important;
  background: black !important;
  height: 0.3rem;
  width: 100%;
  transform-origin: center left;
}
.px_header .px_menu_toggle_container .px_menu_toggle .px_line.px_bottom {
  width: calc(100% - 2rem);
}
.px_menu {
  transition: all 0.5s ease !important;
  position: fixed;
  bottom: 100%;
  left: 0;
  height: 100vh !important;
  padding-top: 10rem !important;
  overflow: scroll !important;
  z-index: 2 !important;
}
.px_menu.px_active {
  bottom: 0;
}
.px_menu .e-search-input, .px_menu .e-search-submit {
  border-radius: 4rem !important;
}
.px_menu .e-search-submit {
  padding: 1.2rem 2.4rem !important;
}
.px_lebenslagen_menu {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .px_lebenslagen_menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_lebenslagen_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .px_lebenslagen_menu {
    grid-template-columns: 1fr;
  }
}
.px_lebenslagen_menu a:hover {
  color: black;
}
.px_lebenslagen_menu, .px_lebenslagen_menu .px_link_sections_menu, .px_lebenslagen_menu .px_standard_menu_list {
  list-style: none;
  margin-left: 0;
}
.px_lebenslagen_menu .px_lebenslagen_item > a, .px_lebenslagen_menu .px_standard_menu_item a {
  font-family: "Wremena", Sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 3vw, 2rem) !important;
  line-height: 1;
}
.px_lebenslagen_menu .px_lebenslagen_item, .px_lebenslagen_menu .px_standard_menu_item {
  padding-bottom: 2rem;
  border-bottom: 1px solid black;
}
.px_lebenslagen_menu .px_standard_menu_list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.elementor-button, .gform_button {
  border-radius: 1.4rem !important;
  text-transform: uppercase;
}
.gform_button {
  background-color: var(--e-global-color-accent) !important;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1.2rem 2.4rem;
}
.px_footer .px_copyright {
  color: white;
  margin: 0;
}
.px_icon_sidebar {
  position: fixed;
  right: 0;
  top: 30%;
  display: flex;
  flex-direction: column;
  background-color: #72a0be;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  z-index: 9999;
}
.px_icon_sidebar .px_sidebar_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.px_icon_sidebar .px_sidebar_btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}
.px_icon_sidebar .px_sidebar_btn:last-child {
  border-bottom: none;
}
.px_icon_sidebar .px_sidebar_btn img {
  width: 60%;
}
@media (max-width: 768px) {
  .px_icon_sidebar {
    display: none;
  }
}
.px_hero {
  overflow-y: scroll !important;
}
.px_hero .e-con-inner {
  position: relative !important;
}
.px_hero .px_l h1 {
  font-size: clamp(4rem, 8vw, 10rem) !important;
}
.px_hero .px_small_page_title h1.elementor-heading-title {
  font-family: "Cabin", sans-serif !important;
}
@media (min-width: 1024px) {
  .px_hero .px_small_page_title h1.elementor-heading-title {
    font-size: 4rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_hero .px_small_page_title h1.elementor-heading-title {
    font-size: 3rem !important;
  }
}
@media (max-width: 767px) {
  .px_hero .px_small_page_title h1.elementor-heading-title {
    font-size: 2.5rem !important;
  }
}
.px_hero .px_h1 .elementor-heading-title {
  font-family: "Wremena", sans-serif !important;
  font-weight: bold !important;
}
.px_hero .px_page_icon {
  position: absolute;
}
@media (min-width: 1024px) {
  .px_hero .px_page_icon {
    right: -5rem;
    bottom: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .px_hero .px_page_icon {
    right: 5rem !important;
    bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .px_hero .px_page_icon {
    right: 0 !important;
    bottom: 3rem;
  }
}
.px_search_results article {
  border: 0.1rem solid black;
  padding: 2rem !important;
}
.px_search_results article .elementor-post__excerpt {
  margin-bottom: 3rem !important;
}
.px_search_results article .elementor-post__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.px_search_results article .elementor-post__read-more {
  padding: 1.2rem 2.4rem !important;
  background-color: var(--e-global-color-accent) !important;
  color: white !important;
  border-radius: 4rem !important;
}
.single-tribe_events .tribe_events * {
  font-family: "Cabin", Sans-serif;
}
.single-tribe_events .tribe_events h1, .single-tribe_events .tribe_events h2, .single-tribe_events .tribe_events h3, .single-tribe_events .tribe_events h4, .single-tribe_events .tribe_events h5, .single-tribe_events .tribe_events h6 {
  font-family: "Wremena", Sans-serif !important;
}
.single-tribe_events .px_header {
  background: var(--e-global-color-5b34e40) !important;
}
.single-tribe_events .tribe-events-back {
  display: none !important;
}
.single-tribe_events #content-wrap {
  padding-top: 15rem !important;
}
.single-tribe_events #right-sidebar {
  display: none !important;
}
.single-tribe_events #primary {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
.single-tribe_events .tribe-events-event-meta.primary {
  width: 100% !important;
}
.single-tribe_events .tribe-events-venue-map {
  width: 100% !important;
}
/*# sourceMappingURL=https://www.leben-im-arberland.de/wp-content/build/scss_library/8fe5b739f38708238b5a346c62afcf702a392fe7.css.map */