/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Kindtheme für Hello Elementor
Author:       Ihr Name
Author URI:   https://example.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

.color_green i, .color_green em {
    color: #79AE87;
}

.color_orange i, .color_orange em {
    color: #F5A061;
}
.lw-quote-slider__nav {
    border: none!important;
    padding: 0!important;
    justify-content: center!important;
    align-items: center!important;
    display: flex!important;
    border-radius: 16px!important;
}
.lw-gallery__item.lw-gallery__item--zoomable img {
    height: 100%;
}

.wpcf7-form .form-row {
    margin-bottom: 12px;
}

.wpcf7-form .form-row-half {
    display: flex;
    gap: 12px;
}
.form-row p {
	margin: 0!important;
}
.wpcf7-form .form-col {
    flex: 1;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select {
    width: 100%;
    padding: 10px 16px;
    border: none;
    border-radius: 12px;
    background: #ffffff;
    font-size: 15px;
    color: #333;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.wpcf7-form input::placeholder {
    color: #a9a49a;
}

.wpcf7-form select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23708a6a' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(46%) sepia(11%) saturate(841%) hue-rotate(60deg);
    cursor: pointer;
}

.wpcf7-form .form-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #6b6b63;
    line-height: 1.5;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 6px;
    background: #4a5d43;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-form .wpcf7-submit {
    background: #94a988;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 36px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #829778;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}



@media (max-width: 600px) {
    .wpcf7-form .form-row-half {
        flex-direction: column;
    }
}

.accardion_borderBottom details {
	border-bottom: 1px solid rgba(29, 51, 35, 0.12);
    padding-bottom: 20px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    border: none;
    background-color: transparent;
}

table td, table th {
    border: none;
}

.table table {
    width: 100%;
    border-collapse: separate;
}

.table th {
    text-align: left;
    font-weight: 600;
    padding: 10px 15px;
}

.table td {
    background: #eadfd2;
    padding: 14px 15px;
}

.table tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.table tr td:last-child {
    border-radius: 0 10px 10px 0;
}

table thead:first-child tr:first-child th {
    border: none;
}

.lw-toc__marker {
    display: none;
}
.lw-toc__item.is-active {
    padding-left: 0;
}
.lw-toc__item.is-active::before {
    display: none;
}
.lw-toc__item {
    padding-left: 0;
}
.singl_post ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.singl_post ul li::marker {
    color: #F5A061;
    font-size: 22px;
}
body.wp-singular.post-template-default.single.single-post {
    background-color: #F9F7F2;
}

.lw-carousel__item.lw-gallery__item--zoomable img {
    height: 100%;
}
.lw-carousel__nav {
    border: none !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    border-radius: 16px !important;
}
.lw-share__trigger {
    border: none !important;
    padding: 0 !important;
    background-color: transparent!important;
}
.lw-share__trigger {
    justify-content: center;
    align-items: center;
    display: flex;
}
.lw-leistungen-card__media img {
    height: 100%!important;
}

.elementor-element-7783d8a.elementor-sticky {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.elementor-element-7783d8a.elementor-sticky.is-scrolled {
  background-color: #F1EDE2;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.custom-select {
  position: relative;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
}

.custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-radius: 12px;
  background: #fff;
  color: #333;
  user-select: none;
  transition: border-color 0.2s ease;
}

.custom-select-trigger::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 10px;
  flex-shrink: 0;
}

.custom-select.is-open .custom-select-trigger::after {
  transform: rotate(-135deg);
}

.custom-select.is-open .custom-select-trigger {
  border-color: #999;
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 20;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}

.custom-select.is-open .custom-select-options {
  max-height: 250px;
  opacity: 1;
  overflow-y: auto;
}

.custom-select-option {
  padding: 10px 16px;
  transition: background 0.15s ease;
}

.custom-select-option:hover {
  background: #f5f5f5;
}

.custom-select-option.is-selected {
  background: #f0f0f0;
  font-weight: 600;
}

.date-input-wrap {
  position: relative;
  width: 100%;
}

.date-input-wrap .flatpickr-input,
.date-input-wrap input.wpcf7-date {
  width: 100%;
  padding: 10px 48px 10px 20px; 
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  background: #fff;
  cursor: pointer;
}

.date-input-wrap .flatpickr-input::placeholder,
.date-input-wrap input.wpcf7-date::placeholder {
  color: #a3a89c;
}

.date-input-wrap .flatpickr-input:focus {
  outline: none;
}

.date-input-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  color: #4a6b52;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

.date-input-icon svg {
  width: 100%;
  height: 100%;
}
.cf7-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cf7-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.cf7-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cf7-modal-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px 32px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  transform: translateY(20px) scale(0.96);
  transition: transform 0.25s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.cf7-modal.is-open .cf7-modal-box {
  transform: translateY(0) scale(1);
}

.cf7-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  background-color: transparent!important;
    color: #000!important;
    padding: 0!important;
    font-size: 16px!important;
  line-height: 1;
  color: #999;
  cursor: pointer;
}

.cf7-modal-close:hover {
  color: #333;
}

.cf7-modal-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

.cf7-modal-icon svg {
  width: 28px;
  height: 28px;
}

.cf7-modal--success .cf7-modal-icon--success {
  display: flex;
  background: #e8f3ea;
  color: #4a6b52;
}

.cf7-modal--error .cf7-modal-icon--error {
  display: flex;
  background: #fbe9e9;
  color: #c0392b;
}

.cf7-modal-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #222;
}

.cf7-modal-text {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  margin: 0 0 24px;
}

.cf7-modal-btn {
  background: #4a6b52;
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.cf7-modal-btn:hover {
  background: #3a5641;
}

body.cf7-modal-lock {
  overflow: hidden;
}

@media (max-width: 600px) {
    .wpcf7-form .form-row-half {
        flex-direction: column;
    }
	.lwmm-trigger {
		padding: 0px!important;
	}
}


@media (max-width: 576px) {
  .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table table {
    min-width: 600px; 
    border-collapse: collapse;
  }
}