.elementor-kit-4{--e-global-color-primary:#E50512;--e-global-color-secondary:#292929;--e-global-color-text:#292929;--e-global-color-33bd1ef:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --content-max-width: 1640px;
    --content-padding-inline: 1rem;
}

/* FIX SVG PIXELATION */
*,
*::before,
*::after {
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

/* SET BASE FONT SIZE */
html {
    font-size: 20px;
}

h1,h2,h3,h4,h5,h6 {
    word-break: break-word!important;
    hyphens: auto!important;
}

.elementor-widget-text-editor ul {
    display: flex;
    flex-direction: column;
    padding-inline-start: 1em;
    margin-block-start: 2em;
}

.elementor-widget-text-editor li {
    position: relative;
    display: flex!important;
    flex-direction: column!important;
    list-style-type: none!important;
    margin-block-end: 0.75em!important;
    padding-inline-start: 1em!important;
}

.elementor-widget-text-editor li::before {
    position: absolute!important;
    display: inline-block!important;
    content: url(https://funny-aryabhata.79-174-3-102.plesk.page/wp-content/uploads/2022/11/check.svg)!important;
    padding-inline-end: 1em!important;
    margin-inline-start: -1em!important;
    left: 0;
    top: 0.2em;
}

/* UTILITY CLASSES */
.fit-content {
    max-width: fit-content !important;
}

.max-content {
    min-width: max-content !important;
}

/* ---- */

/* CONTAINER WITH SMOOTH PADDING TRANSITION */
.pge-container {
    width: 100%;
    max-width: calc(var(--content-max-width) + calc(var(--content-padding-inline) * 2));
    margin-inline: auto;
    padding-inline: var(--content-padding-inline);
    padding-block: 0;
}

/* MAIN MENU */
.pge-menu_main {}

.pge-menu_main .elementor-nav-menu .menu-item .elementor-item-active {
    font-weight: bold !important;
}

/* FORM STYLES */
.pge-form input::placeholder,
.pge-form textarea::placeholder {
    opacity: 1 !important;
}

.pge-form textarea {
    border-width: 1px !important;
}

.pge-form .elementor-field-label {
    display: none;
}

.pge-form button[type="submit"] {
    max-width: fit-content !important;
}

.pge-form .elementor-field-group {
    height: min-content;
}

.pge-form form[name="Start"] .elementor-form-fields-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 0px;
    column-gap: 3em;
    grid-auto-flow: row;
    grid-template-areas:
        "Name Message"
        "Street Message"
        "PLZ Message"
        "Telefon Message"
        "Mail Datenschutz"
        "submit submit";
}

.pge-form form[name="Start"] .elementor-field-type-submit {
    grid-area: submit;
    justify-content: end !important;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_name {
    grid-area: Name;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_street {
    grid-area: Street;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_plz {
    grid-area: PLZ;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_tel {
    grid-area: Telefon;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_mail {
    grid-area: Mail;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_message {
    grid-area: Message;
}

.pge-form form[name="Start"] .elementor-field-group-pge_form_start_accept {
    grid-area: Datenschutz;
}

@media (max-width: 1024px) {
    .pge-form form[name="Start"] .elementor-form-fields-wrapper {
        display: flex;
        flex-direction: column;
    }
    .pge-form form[name="Start"] .elementor-field-type-submit {
        justify-content: center!important;
    }
}

.pge-form form[name="Start"] input[type="checkbox"] {
      background-color: #292929!important;
}

.pge-form input[type="checkbox"] {
  -webkit-appearance: none!important;
  appearance: none!important;
  margin: 0!important;
  font: inherit!important;
  color: currentColor!important;
  width: 1.15em!important;
  height: 1.15em!important;
  border: 1px solid var( --e-global-color-primary)!important;
  border-radius: 0m!important;
  transform: translateY(-0.075em)!important;
  display: grid!important;
  place-content: center!important;
}
.pge-form input[type="checkbox"]::before {
  content: ""!important;
  width: 0.65em!important;
  height: 0.65em!important;
  transform: scale(0)!important;
  transform-origin: bottom left!important;
  transition: 120ms transform ease-in-out!important;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  box-shadow: inset 1em 1em black!important;
  /* Windows High Contrast Mode */
  background-color: CanvasText!important;
}
.pge-form input[type="checkbox"]:checked::before {
  transform: scale(1)!important;
}
.pge-form input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor!important;
  outline-offset: max(2px, 0.15em)!important;
}

.pge-form .elementor-field-type-submit {
    margin-block-start: 3em;
}

.pge-form form[name="Kontakt"] input[type="checkbox"] {
      background-color: #fff!important;
}

.pge-form form[name="Kontakt"] .elementor-field-type-submit {
    justify-content: center!important;
}
.elementor-field-group-pge_form_kontakt_message {
    margin-block-start: 2em;
}

.pge-form .elementor-field-option {
    padding-block-start: 1em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.elementor-field-group-pge_form_kontakt_accept .elementor-field-option::after {
    content: '*Pflichtfelder';
    margin-left: auto!important;
}/* End custom CSS */