/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

p:last-child{
    margin: 0;
}

.infobox-start a{
    display: inline !important;
    color: inherit !important
}

.elementor-post__excerpt p::after {
  content: " ...";
}

.elementor-nav-menu--dropdown a{
  padding-left: 11px !important;
}

ul.elementor-nav-menu--dropdown a{
  border-inline-start: 0 !important
}

@media (max-width:767px){
  .elementor-25 .elementor-element.elementor-element-bc1b8aa .elementor-nav-menu--dropdown a{
    padding-left: 28px !important;
  }
}

#anfrageformularkontakt label[for=form-field-datenschutz],
#gzpgutschein label[for=form-field-datenschutz]{
  font-size: 14px;
}

#anfrageformularkontakt .elementor-field-option{
  padding-inline-end: 25px !important
}

#anfrageformularkontakt .elementor-message{
  margin: 20px 0 10px 0;
  padding: 15px 10px 15px 10px;
  background-color: #BAA579;
  border-radius: 5px;
  text-align: center;
}

.paypal-button-tagline{
  display: none !important;
}

.kaltenberg.elementor-cta--skin-classic{
  min-width: 100%;
}

/* "Uhr"-Suffix optisch im Zeitfeld anzeigen */
.elementor-form .elementor-field-group.elementor-field-type-time {
    position: relative;
}

.elementor-form .elementor-field-group.elementor-field-type-time::after {
    content: "Uhr";
    position: absolute;
    right: 1.5rem;          /* Abstand vom rechten Rand anpassen */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;   /* Klicks gehen weiterhin ins Input */
    font-size: 0.9em;
    color: #ffffff;         /* ggf. an deine Textfarbe anpassen */
}

/* damit rechts genug Platz für "Uhr" ist */
.elementor-form .elementor-field-group.elementor-field-type-time .elementor-field {
    padding-right: 3.5rem;
}


.elementor-heading-title a{
  transition: color 0.3s ease;
}

.elementor-widget-theme-post-content ul{
  padding-left: 20px;
}