/* * {
  outline: 2px solid rgba(255, 0, 0, 0.5);
  background-color: rgba(255, 0, 0, 0.1);
} */

div.cc-invisible {
  display: none !important;
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  accent-color: var(--e-global-color-primary);
}

ol li {
  margin-bottom: 1em;
}
ul {
  margin: 0;
}
.elementor-widget-text-editor p {
  margin-bottom: 16px;
}
/* APPLY THE DEFAULT 32-24-16 padding left right to elementor containers, except for full with containers */
main#content > div.page-content > div > div.elementor-element:not(.e-con-full),
body.wp-singular > div.elementor-location-single > div.elementor-element:not(.e-con-full)  {
  padding: 0 32px;
}



@media screen and (max-width:1024px) {
main#content > div.page-content > div > div.elementor-element:not(.e-con-full),
body.wp-singular > div.elementor-location-single > div.elementor-element:not(.e-con-full) {
  padding: 0 24px;
}
}
@media screen and (max-width:767px) {
main#content > div.page-content > div > div.elementor-element:not(.e-con-full),
body.wp-singular > div.elementor-location-single > div.elementor-element:not(.e-con-full) {
  padding: 0 16px;
}
}





input,
textarea {
    border: 0;
    outline: none;
    letter-spacing: 0.01em;
    padding: 16px 24px !important;
    caret-color: var(--e-global-color-primary);
    caret-shape: block;
}

/* Basis für Checkbox + Radio */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin: 8px 8px 8px 0;
  border: 1px solid #cfcfcf;
  background: #f7f7f7;
  display: inline-grid !important;
  padding: 10px !important;
  place-content: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

/* Radio rund */
input[type="radio"] {
  border-radius: 50%;
}

/* Checkbox leicht gerundet */
input[type="checkbox"] {
  border-radius: 4px;
}

/* Custom Active-State */
input[type="checkbox"]::before,
input[type="radio"]::before {
  content: "";
  display: block;
  transform: scale(0);
  transition: transform 0.12s ease;
}

/* Radio Punkt innen */
input[type="radio"]::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
}

/* Checkbox Haken */
input[type="checkbox"]::before {
  width: 7px;
  height: 14px;
  border-right: 2px solid var(--e-global-color-primary);
  border-bottom: 2px solid var(--e-global-color-primary);
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  margin-top: -2px;
}

/* checked sichtbar machen */
input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:checked::before {
  transform: rotate(45deg) scale(1);
}

/* Hover */
input[type="checkbox"]:hover,
input[type="radio"]:hover {
  border-color: #b8b8b8;
  background: #f3f3f3;
}

/* Focus für Accessibility */
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
  outline: 2px solid #f28c28;
  outline-offset: 2px;
}

/* Disabled */
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
#l2_form_raum_mieten a {
  transition: color .3s ease-in-out;
}
#l2_form_raum_mieten a:hover {
  color: var(--e-global-color-primary);
}


/* SOCIAL */
div#social_links,
div#social_links_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

div#social_links .l2-social_icon img {
    filter: brightness(1);
    transition: filter .3s ease-in-out;
}

div#social_links .l2-social_icon:hover img {
    filter: brightness(0);
}


div#social_links_footer .l2-social_icon:hover img {
    filter: brightness(0);
    transition: filter .3s ease-in-out;
}

div#social_links_footer .l2-social_icon img {
    filter: brightness(0.5);
}



/* Thera Overview Items */
.l2_the_item_img a,
.l2_thera_item_img a {
  width: 100%;
  height: 100%;

} 

@media screen and (min-width:768px) {

.l2_the_item_text_container,
.l2_thera_item_text_container {
  height: 100%;
}
}
.l2_thera_cat_blobs span.dce-acf-list-inline-block {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.l2_thera_cat_blobs span.dce-acf-list-value {
  background-color: #EEEBE7;
  color: #031316;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}
/* RESIZE LOGO ON SCROLL */
.elementor-widget-theme-site-logo img {
  transition: height 0.25s ease;
}


/* THERAPEUTEN DETAILSEITE */

/* ÖFFNUNGSZEITEN */


.l2_thera_workhours_item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (min-width:768px) {
  .l2_the_oepnhours_container {
  min-width: 450px;
}

}
@media screen and (max-width: 520px) {
.l2_thera_workhours_item {
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}
}
/* KASSA */

.l2_kassa_bubble_container .dce-acf-repeater {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.l2_kassa_bubble_container .l2_kassa_bubble {
  padding: 8px;
  border: 1px solid var(--e-global-color-accent);
  border-radius: 6px;
  background-color: #fffaf2;
  font-size: 13px;
  line-height: 1;

}

/* MEDIA */


/* SCHWERPUNKT */

.l2_thera_schw_item {
  padding: 32px 24px;
  box-shadow: 2xp 2px 10px #000;
  height: 100%;
  background: #F9F9F9;
  border-radius: 8px;
}
.l2_thera_schw_item img {
  margin-bottom: 16px;
}
.l2_thera_schw_item h3 {
  color:  #031316;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
}

.l2_thera_schw_item_text{
  font-size: 16px;
  line-height: 1.5em;
}


/* THE ABLAUF */
.l2_the_ab_wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.l2_the_ab_text_wrapper {
  display: flex;
  gap: 0px 40px;
}
.l2_the_ab_title {
  width: calc(40% - 20px);
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(odd) .l2_the_ab_title {
  text-align: right;
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_title {
  text-align: left;
}
h3.l2_the_ab_title {
  color: #084A54;
  font-size: clamp(24px, 2vw, 32px);
  font-style: normal;
  font-weight: 200;
  line-height: 1.2em;
  text-transform: uppercase;
}
h3.l2_the_ab_title strong {
  font-weight: 700;
}
.l2_the_ab_text {
  width: calc(60% - 20px);
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(odd) .l2_the_ab_text {
  text-align: left;
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_text {
  text-align: right;
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(odd) .l2_the_ab_text_wrapper {
  flex-direction: row;
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_text_wrapper {
  flex-direction: row-reverse;
}

.l2_the_ab_next_arrow_wrapper {
    display: flex;
    justify-content: center;
}

.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_next_arrow_wrapper img {
   -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.l2_the_ab_wrapper .l2_the_ab_item:last-of-type .l2_the_ab_next_arrow_wrapper {
  display: none;
}

@media screen and (max-width:1024px) {
  .l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(odd) .l2_the_ab_text_wrapper {
    flex-direction: column;
  }
  .l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_text_wrapper {
    flex-direction: column;
  }
  .l2_the_ab_title,
  .l2_the_ab_text {
    width: 100%;
  }
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(odd) .l2_the_ab_title {
  text-align: left;
}
  .l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_text {
  text-align: left;
}
.l2_the_ab_wrapper .l2_the_ab_item:nth-of-type(even) .l2_the_ab_next_arrow_wrapper img {
   -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.l2_the_ab_wrapper .l2_the_ab_next_arrow_wrapper {
  display: none;
}
}
@media screen and (max-width:768px) {

}


/* THE DIAGNOSE */

.l2_the_diag_container .dce-acf-repeater-grid {
  gap: 20px;
}
.l2_the_diag_container .dce-acf-repeater-item {
  flex: 0 1 calc(33.333% - 13.333px) !important;
  background: #084A54;
   padding: 64px 24px !important; 
   border-radius: 8px;
}
@media screen and (max-width:1024px) {
.l2_the_diag_container .dce-acf-repeater-item {
  flex: 0 1 calc(50% - 10px) !important;
}
}
@media screen and (max-width:1024px) {
.l2_the_diag_container .dce-acf-repeater-item {
  flex: 0 1 100% !important;
}
}


/* THERAP */

.l2_thera_slogan_zitat .elementor-heading-title strong {
  font-weight: 700;
}

.l2_thera_ausb_list .dce-acf-repeater-grid {
  display: block !important;
  column-count: 2;
}
@media screen and (max-width:768px) {
.l2_thera_ausb_list .dce-acf-repeater-grid {
  column-count: 1;
}
}

.l2_thera_ausb_list .dce-acf-repeater-item {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

div.cc-revoke.cc-bottom {
  display: none !important;
}
div.l2_datarep_link_container {
  margin-top: 4px;
}
a.l2_datarep_link {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}

@media screen  and (max-width:1024px) {
  div.l2_datarep_link_container {
    text-align: center;
  }
}
@media screen  and (max-width:768px) {
  .mdp-readabler-trigger-button-box.bottom-right {
    bottom: 60px;
  }
}

div#l2_offcanvas_close_btn {
    display: flex;
    justify-content: flex-end;
    padding: 20px 20px 0 0;
}



/* IMPRESSUM STYLE */

div#dr-imprint-div h2,
div#dr-privacynotice-div h2{
  font-size: 24px !important;
  font-weight: 500 !important;
}


div#dr-imprint-div h3,
div#dr-privacynotice-div h3{
  font-size: 20px !important;
  font-weight: 500 !important;
}

div#dr-imprint-div p,
div#dr-privacynotice-div p,
div#dr-imprint-div li,
div#dr-privacynotice-div li{
  font-size: 16px !important;
  font-weight: 400 !important;
}


/* HOTFIX */

.elementor-widget-dce-dynamicposts-v2 {
  overflow-x: hidden;
}

@media screen and (max-width:768px) {
  #l2_thera_grid .elementor-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  #l2_thera_grid .e-loop-item.type-therapeutin .elementor-element {
    height: auto !important;
  }

}
