.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-487f826:#7344C4;--e-global-color-67d5957:#009FE3;--e-global-color-3f3c667:#5C2874;--e-global-color-50db301:#702673;--e-global-color-a4be452:#482974;--e-global-color-50c9201:#FFFFFF;--e-global-color-92b24ea:#EFEBF4;--e-global-typography-primary-font-family:"Titillium Web";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Titillium Web";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Titillium Web";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Titillium Web";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;color:#383838;font-family:"Titillium Web", Sans-serif;font-size:20px;font-weight:400;line-height:28px;letter-spacing:0.1px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#009EE3;}.elementor-kit-7 h1{color:#58338C;font-family:"Titillium Web", Sans-serif;font-size:35px;font-weight:700;}.elementor-kit-7 h2{color:#009EE3;font-family:"Titillium Web", Sans-serif;font-size:25px;font-weight:700;}.elementor-kit-7 h3{color:#6E2372;font-family:"Titillium Web", Sans-serif;font-size:18px;font-weight:600;}.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-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:22px;}.elementor-kit-7 h3{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:28px;}.elementor-kit-7 h2{font-size:20px;}.elementor-kit-7 h3{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Navigation */

.e-con.elementor-sticky--active .diako-logo,
.e-con.elementor-sticky--active .diako-navi,
.e-con.elementor-sticky--active .diako-logo .logo-bild { transition: all 0.5s ease-out; }

.e-con.elementor-sticky--active .diako-logo { width: 10%; }
.e-con.elementor-sticky--active .diako-navi { width: 90%; margin-bottom: 5px; }

.e-con.elementor-sticky--active .diako-geschenke-button { bottom: -45px !important; }

@media (max-width:767px) {
    .e-con.elementor-sticky--active .diako-logo { width: 50%; }
    .e-con.elementor-sticky--active .diako-navi { width: 50%; margin-bottom: 5px; }
}

/* ----- */

    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 { margin-bottom: 1em; border-radius: 30px; }
    
    .wpcf7-form-control.wpcf7-validates-as-required.wpcf7-not-valid { display: block; margin-bottom: 0px; }
    .wpcf7-not-valid-tip { display: inline-block; background-color: #dc3232; color: #FFF; margin-bottom: 1em; padding: 5px 17px; }
    
    .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item { margin: 0px; }

    .captcha-image { border: 0px; background-color: #58338C21; width: 100%; padding: 30px; border-radius: 30px; }
    
    .wpcf7-form-control.wpcf7-submit { border-radius: 30px; color: #FFF; background-color: #009EE3; border-color: #009EE3; width: 50%; }
    .wpcf7-form-control.wpcf7-submit:hover { color: #FFF; background-color: #58338C; border-color: #58338C; }

/* Captcha */
.kc_captcha .captcha-image .cf7ic_instructions { font-size:  0.75em; line-height: 1.2em; }
.kc_captcha .captcha-image label svg { width: 45px; height: 45px; }

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: flex;
}
.wpcf7-list-item label {
position: relative;
cursor: pointer;
}
.wpcf7-list-item input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 20px;
height: 20px;
top: 0;
left: 0;
}
.wpcf7-list-item input[type=checkbox] + spann {
 border: 3px solid red; 
}
.wpcf7-list-item input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 25px;
width: 25px;
top: 0px;
left: 0px;
border: 2px solid #58338C;
}
.wpcf7-list-item input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 30px;
width: 30px;
top: 0;
left: 0;
visibility: hidden;
font-size: 25px;
text-align: center;
line-height: 1;
color: #FFF;
}
.wpcf7-list-item input[type=checkbox]:checked + span:before {
background: #58338C;
}
.wpcf7-list-item input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 35px;
display: inline-block;
}

.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label { font-size: 0.65em; }

h1, h2, h3, h4, h5, h6 { hyphens: auto; }/* End custom CSS */