.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Josefin Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Josefin Sans", Sans-serif;font-size:20px;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-family:"Josefin Sans", Sans-serif;font-size:48px;font-weight:800;text-transform:uppercase;line-height:1.4em;}.elementor-kit-6 h3{font-family:"Josefin Sans", Sans-serif;font-size:24px;font-weight:400;text-transform:uppercase;line-height:1.5em;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 h2{font-size:36px;}.elementor-kit-6 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-line-height:1.5em;font-size:14px;}.elementor-kit-6 h2{font-size:24px;}.elementor-kit-6 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* IMAGES */

.image-hover-effect {
  display: inline-block; /* optional für besseres Verhalten */
  overflow: hidden; /* verhindert, dass das Bild aus dem Rahmen springt */
}

.image-hover-effect img {
  transition: transform 0.3s ease; /* weicher Übergang */
  display: block; /* entfernt mögliche weiße Ränder */
}

.image-hover-effect img:hover {
  transform: scale(1.05); /* leichtes Zoomen */
}

/* TABLE */

.vita-table div table thead tr {
    text-align: left;
}

.pp-contact-form, .pp-contact-form * {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

/* CONTACT */
.pp-contact-form .elementor-field-type-text,
.pp-contact-form .elementor-field-type-email,
.pp-contact-form .elementor-field-type-textarea,
.pp-contact-form .elementor-field-group
{
    text-transform: uppercase;
    
}

.pp-contact-form .elementor-field
{
    line-height: 60px !important;
    height: 60px !important;
}

.pp-contact-form .elementor-field-type-textarea .elementor-field
{
    height: 200px !important;
}

#form-field-message {
    padding: 20px !important;
    line-height: 1.4em !important;
}

.pp-contact-form .elementor-button
{
    margin-bottom: 20px;
    line-height: 60px !important;
    height: 60px !important;
    text-transform: uppercase;
    min-height:60px !important;
    max-height:60px !important;
}

.pp-contact-form .elementor-message .elementor-message-success {
    color: #fff !important;
    margin-top: 10px !important;
}

@media screen and (max-width: 1024px) {
 .pp-contact-form .elementor-field-type-text,
.pp-contact-form .elementor-field-type-email,
.pp-contact-form .elementor-field-type-textarea,
.pp-contact-form .elementor-field-group
{
    padding: 0 !important;
    text-transform: uppercase;
}

.pp-contact-form .elementor-field-type-text .elementor-field-label {
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.pp-contact-form .elementor-field
{
    line-height: 40px !important;
    height: 40px !important;
}

.pp-contact-form .elementor-field-type-textarea .elementor-field
{
    height: 120px !important;
}

#form-field-message {
    padding: 20px !important;
    line-height: 1.4em !important;
}

.pp-contact-form .elementor-button
{
    line-height: 40px !important;
    height: 40px !important;
    text-transform: uppercase;
    min-height:40px !important;
    max-height:40px !important;
}

}/* End custom CSS */