/*
Theme Name: PremiumPflege24
Theme URI: https://github.com/elementor/hello-biz-child/
Description: A Theme for Premiumpflege24
Author: zehnpixel.digital
Template: hello-biz
Author URI: https://zehnpixel.digital
Version: 1.0.63
*/



/* ················································ */
/* :            _                 _          _    : */
/* :    _______| |__  _ __  _ __ (_)_  _____| |   : */
/* :   |_  / _ \ '_ \| '_ \| '_ \| \ \/ / _ \ |   : */
/* :    / /  __/ | | | | | | |_) | |>  <  __/ |   : */
/* :   /___\___|_| |_|_| |_| .__/|_/_/\_\___|_|   : */
/* :                       |_|                    : */
/* ················································ */

/***CONTENT---------
    
    00. Variables
    01. Allgemeine Styles
    02. Header + Logo
    03. Footer
    04. Aktuelles/Blog
    05. Kontaktformular
    06. Accordions (FAQ)


    99. Media Queries

*******------*/

/* 00. Variables*/
:root {
    --Primary: #EC671B;
    --Secondary: #2E338A;
    --White: #ffffff;
    --Red: #ff0000;
    --Accent:#06D9FA;
    --Paragraph: #353535;
}

/* 01. Allgemeine Styles*/

  body, p, h1, h2, h3, h4, h5, h6, ul, ol {

        -webkit-hyphens: auto;
        -webkit-hyphenate-limit-before: 3;
        -webkit-hyphenate-limit-after: 3;
        -webkit-hyphenate-limit-chars: 6 3 3;
        -webkit-hyphenate-limit-lines: 2;
        -webkit-hyphenate-limit-last: always;
        -webkit-hyphenate-limit-zone: 8%;
        -moz-hyphens: auto;
        -moz-hyphenate-limit-chars: 6 3 3;
        -moz-hyphenate-limit-lines: 2;
        -moz-hyphenate-limit-last: always;
        -moz-hyphenate-limit-zone: 8%;
        -ms-hyphens: auto;
        -ms-hyphenate-limit-chars: 6 3 3;
        -ms-hyphenate-limit-lines: 2;
        -ms-hyphenate-limit-last: always;
        -ms-hyphenate-limit-zone: 8%;
        hyphens: auto;

        hyphenate-limit-chars: 6 3 3;
        hyphenate-limit-lines: 2;
        hyphenate-limit-last: always;
        hyphenate-limit-zone: 8%;
    }

      b, strong {
        font-weight: 700!important;
    }

    ul,ol {
        list-style-position: outside!important;
        margin-left: 20px!important;
    }

    ol li {
        padding-bottom: 5px;
    }

    .white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white li, .white a {
        color: var(--White)!important;
    } 

     .red, .red h1, .red h2, .red h3, .red h4, .red h5, .red h6, .red p, .red li, .red a {
        color: var(--Red)!important;
    } 

    .no-show {
        display: none;
    }

    .e-contact-buttons__chat-button-container {
        display: none!important;
    }

    .ehp-header__item--top-level .no-click :hover {
        cursor: default!important;
    }
/* Testimonials*/
.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3rem!important;
}

a.elementor-testimonial-name, a.elementor-testimonial-job {
    color: var(--Paragraph)!important;
}

/* Ende Testimonials*/

.pp-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cacaca;
  font-family: inherit;
}

.pp-table th,
.pp-table td {
  border: 1px solid #cacaca;
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}

/* Spaltenbreite */
.pp-table th:first-child,
.pp-table td:first-child {
  width: 67%;
}

.pp-table th.right,
.pp-table td.right {
  width: 33%;
  text-align: right;
}

/*02. Header + Logo*/


.ehp-header .ehp-header__dropdown {
    background-image: linear-gradient(152deg, var(--Primary) 30%, var(--White) 100%)!important;
}

.ehp-header__dropdown {
    gap: 16px!important;
}

/* 03. Footer*/

.footer-menu ul {
    margin-left: 0!important;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.separator {
      border: none;
  border-top: 0.5px solid rgba(255,255,255,0.5); /* sehr dünn, leicht transparent */
  margin: 16px 0; /* Abstand oben/unten */
}

.footer-bottom {
   font-size: 0.85rem;
   line-height: 1.5rem;
}

/* 05. Kontaktformular*/
.kontaktformular-pp .elementor-col-50 {
    display: inline-grid;
    width: 45%!important;
    margin: 0 10px;
}
.kontaktformular-pp .elementor-col-100 {
    display: inline-grid;
    width: 93%!important;
    margin: 0 10px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 0px!important;
    border-radius: 15px!important;
}

.kontaktformular-pp label {
    padding: 0 0 5px 5px;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kontaktformular-pp input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: -3px 8px 0 0;
    vertical-align: middle;
    cursor:pointer;
}

.kontaktformular-pp label input[type="checkbox"] {
  margin: 0; /* überschreibt das alte margin */
}

.anfrage-checkboxes label {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  margin-bottom: 8px;
}
.anfrage-checkboxes input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  align-self: start;
}

.bewerbung .wpcf7-list-item, .anfrage-checkboxes .wpcf7-list-item {
    display: block;
}

.kontaktformular-pp [type=button], .kontaktformular-pp [type=submit], .kontaktformular-pp button {
    background-color: var(--Primary)!important;
    border-radius: 30px!important;
    padding: 16px 40px!important;
    color: var(--White)!important;
    border: 2px solid var(--White)!important;
    font-weight: 600!important;
}

.kontaktformular-pp [type=button]:hover, .kontaktformular-pp [type=submit]:hover, .kontaktformular-pp button:hover {
    background-color: var(--Accent)!important;
    color: var(--White)!important;
    transition: background-color 0.3s ease;
}

.wpcf7-not-valid-tip {
    color: var(--White)!important;
    font-weight: 600!important;
    margin-top: 5px!important;
    background-color: red!important;
}

/* 06. Accordions (FAQ)*/

.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
    border-radius: 15px 15px 0px 0px;
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: inherit!important;
}


/* 99. Media Queries*/







/* 99. MEDIA QUERIES*/

@media screen and (min-width: 1025px) {
    .ehp-header[data-responsive-breakpoint=tablet-portrait] .ehp-header__dropdown.has-layout-horizontal {
    flex-direction: column!important;
    }
}


@media only screen and (max-width: 1024px) {
        .ehp-header__elements-container {
        display: flex!important;
        }

        .ehp-header__menu-cart-container {
            order: 3;
            margin-left: auto;
        }
    }


@media only screen and (min-width: 768px) {
     
    }

@media only screen and (max-width:767px) {

        }


@media only screen and (max-width:600px) { 
            .kontaktformular-pp .elementor-col-50 {
            width: 96%!important;
        }    
    }