.dnd-icon-remove.deleting { font-size:12px; color:#000; font-weight: 500; position: relative; top:-3px; }
.dnd-icon-remove.deleting:after { display:none!important; }
.wpcf7-drag-n-drop-file.d-none {
display:none;
opacity:0;
visibility:hidden;
position:absolute;
top:0;
} .dnd-upload-status {
display:flex;
padding:4px 0;
align-items:center;
position:relative;
} .dnd-upload-status .dnd-upload-image {
width:40px;
height:40px;
border:1px solid #a5a5a5;
text-align:center;
border-radius:100%;
position:relative;
}
.dnd-upload-status .dnd-upload-image span.file {
background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100%;
height: 21px;
width: 16px;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-moz-transform : translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .dnd-upload-status .dnd-upload-details {
padding-left:10px;
width: calc(100% - 40px);
}
.dnd-upload-status .dnd-upload-details .name {color:#016d98; padding:4px 0; padding-right:60px; display:flex; }
.dnd-upload-status .dnd-upload-details .name span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; position: relative; padding-right:10px; }
.dnd-upload-status .dnd-upload-details .name em {color:#444242;	font-weight:700; } .dnd-upload-status .dnd-upload-details .remove-file {
position:absolute;
right:0;
top:10px;
text-decoration:none;
box-shadow:none;
outline:none;
opacity:1;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
content: '';
width:15px;
height:15px;
display: block;
background-repeat:no-repeat;
background-size:100%;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");
}
.dnd-upload-status.in-progress .remove-file { opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error { color:#f50505; } .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
display: block;
border-radius: 5px;
overflow: hidden;
background: #565555;
height: 14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
background: #4CAF50;
display: block;
font-size: 11px;
text-align: right;
color: #fff;
height: 100%;
width:0;
line-height:14px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete { width:100%!important; padding-right:5px; }
.dnd-upload-counter { position:absolute; right:5px; bottom:3px; font-size:12px; } .codedropz-upload-handler {
border:2px dashed #c5c5c5;
border-radius:5px;
margin-bottom:10px;
position:relative;
}
.codedropz-upload-container {
padding:15px 20px;
}
.codedropz-upload-inner {
overflow:hidden;
width:100%; text-align:center;
text-overflow: ellipsis;
font-weight:inherit;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
text-decoration:none;
box-shadow:none;
}
.codedropz-upload-inner h3 {
margin:5px 0;
font-size:30px;
line-height:32px;
word-break:break-word;
} .codedropz-dragover {
border-color:#6b6a6a;
}
.codedropz-upload-wrapper span.has-error-msg {
display:inline-block;
color:#ff0000;
padding:5px 0;
font-style:italic;
} .wpcf7-form label.error-new {
color: #900;
font-size: 11px;
float: none;
padding-left: 5px;
}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{
border-bottom-color: #900;
border-bottom-style: solid;
} @media screen and (max-width: 767px) {
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
} :where(pre) {
overflow-x: auto;
}:root {
--gradient-purple: #00637c;
--gradient-blue: #345995;
--gradient-ice-100: #f8faff;
--gradient-ice-200: #ebf4f9;
--wp--preset--spacing--90: clamp(90px, 12vw, 180px);
--wp--preset--spacing--100: clamp(120px, 15vw, 240px);
} main {
margin-top: 0 !important;
}
:where(.wp-site-blocks) > * {
margin-block-start: 0 !important;
}
.entry-content > .wp-block-group:first-child {
padding-top: calc(
var(--wp--preset--spacing--90) + var(--wp--preset--spacing--60)
) !important;
}
@media (min-width: 782px) {
.entry-content > .wp-block-group:first-child {
padding-top: calc(
var(--wp--preset--spacing--60) + var(--wp--preset--spacing--60)
) !important;
}
} @media (max-width: 600px) {
.custom-logo-link {
max-width: 130px;
}
}
.current-menu-item {
text-decoration: underline;
}
.mainNavigation {
position: fixed;
top: 0;
left: 0;
background: transparent;
width: 100%;
z-index: 999;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
transition:
background-color 200ms ease,
box-shadow 200ms ease;
}
.mainNavigation.is-scrolled {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
border-bottom: 0;
background: rgba(255, 255, 255, 0.72);
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
-webkit-backdrop-filter: blur(10px) saturate(140%);
backdrop-filter: blur(10px) saturate(140%);
transition:
background-color 200ms ease,
box-shadow 200ms ease;
}
body:has(.wp-block-navigation__responsive-container.is-menu-open)
.mainNavigation {
-webkit-backdrop-filter: none;
backdrop-filter: none;
background: transparent;
box-shadow: none;
border-bottom: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
height: 32px;
width: 32px;
}
.wp-block-navigation__responsive-container-close {
right: 0px;
top: 7px;
}
.wp-block-navigation__responsive-container.is-menu-open {
padding: 20px;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content {
padding-top: calc(3rem + 32px);
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation__responsive-container-content
.wp-block-navigation__container {
gap: 24px;
}
.wp-block-navigation__responsive-container.is-menu-open
.wp-block-navigation-item {
width: 100% !important;
}
@media (max-width: 600px) {
.wp-block-navigation {
font-size: 18px;
}
}
.cta-hamburger-button a {
background-color: var(--wp--preset--color--accent-3);
color: white !important;
padding: 10px 24px !important;
border-radius: 9999px;
margin-top: auto;
width: 100%;
text-align: center;
}
.cta-hamburger-button {
width: 100% !important;
}
.site-fab {
text-decoration: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 998;
background: var(--wp--preset--color--accent-3);
padding: 14px 24px;
font-size: 18px;
color: var(--wp--preset--color--base);
border-radius: 99px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
transition:
transform 0.3s ease-in-out,
box-shadow 0.3s ease-in-out;
opacity: 0;
transform: translateY(12px);
pointer-events: none;
}
@media (max-width: 768px) {
.site-fab.is-visible {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
} h1,
h2 {
color: black;
}
h3 {
font-weight: 400;
} .wp-block-button {
width: 100%;
}
.wp-block-button__link {
display: block;
width: 100%;
}
@media (min-width: 782px) {
.wp-block-button {
width: auto;
}
.wp-block-button__link {
width: auto;
}
} .maxWidthHeader {
max-width: 960px !important;
margin-left: auto;
margin-right: auto;
}
.column-reverse {
flex-direction: column-reverse;
}
@media (min-width: 782px) {
.column-reverse {
flex-direction: unset;
}
}
@media (min-width: 600px) {
.hide-desktop {
display: none !important;
}
} .cky-btn {
border-radius: 9999px !important;
font-weight: 300 !important;
}
.cky-notice-group {
flex-direction: column;
align-items: start !important;
}
.cky-notice-btn-wrapper {
margin-left: 0 !important;
margin-top: 12px;
}
.cky-consent-bar .cky-notice-content-wrapper {
max-width: 1340px !important;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 782px) {
.cky-consent-bar .cky-notice-content-wrapper {
padding: 24px 20px 12px 20px !important;
}
}
.cky-btn-customize {
border-width: 1px !important;
} .wpcf7 input.wpcf7-form-control:not([type="submit"]),
.wpcf7 textarea.wpcf7-form-control,
.wpcf7 select.wpcf7-form-control {
width: 100%;
box-sizing: border-box;
padding: 12px 14px;
border: 1px solid #cfd4dc;
border-radius: 10px;
font-size: 16px;
line-height: 1.2;
background: #fff;
transition:
border-color 0.15s ease,
box-shadow 0.15s ease;
}
.wpcf7 input.wpcf7-form-control:not([type="submit"]):focus,
.wpcf7 textarea.wpcf7-form-control:focus,
.wpcf7 select.wpcf7-form-control:focus {
outline: none;
border-color: #5b7cff;
box-shadow: 0 0 0 3px rgba(91, 124, 255, 0.18);
}
.wpcf7 label {
display: block;
font-weight: 400;
margin-bottom: 10px;
}
.wpcf7 small {
display: block;
margin-top: 6px;
font-size: 13px;
font-weight: 300;
}
.wpcf7 input.wpcf7-submit,
.wpcf7 .wpcf7-submit {
width: 100%;
background-color: var(--wp--preset--color--accent-3);
border: 0;
color: var(--wp--preset--color--base);
font-family: inherit;
font-size: var(--wp--preset--font-size--medium);
line-height: 1.2;
padding: 1rem 1.2rem;
border-radius: 9999px;
cursor: pointer;
transition:
transform 0.15s ease,
box-shadow 0.15s ease,
opacity 0.15s ease;
}
.wpcf7 input.wpcf7-submit:hover {
transform: translateY(-1px);
box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}
.wpcf7 input.wpcf7-submit:active {
transform: translateY(0);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.wpcf7 input.wpcf7-submit:focus-visible {
outline: none;
box-shadow: 0 0 0 4px rgba(91, 124, 255, 0.25);
} .cf7-wrapper {
background-color: var(--wp--preset--color--accent-5);
padding-left: var(--wp--preset--spacing--30);
padding-right: var(--wp--preset--spacing--30);
padding-top: var(--wp--preset--spacing--30);
padding-bottom: var(--wp--preset--spacing--30);
border-radius: 12px;
}
@media (min-width: 782px) {
.cf7-wrapper {
padding-left: var(--wp--preset--spacing--40);
padding-right: var(--wp--preset--spacing--40);
}
}
.wpcf7-not-valid-tip {
font-size: 14px;
display: inline-flex;
} .codedropz-upload-inner h4 {
position: relative;
margin-bottom: 12px;
justify-items: center;
}
.codedropz-upload-inner h4::before {
content: "";
display: block;
width: 180px;
height: 150px;
margin: 0 auto 12px; background-image: url(https://kelitch.de/wp-content/uploads/2026/01/upload.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.cd-upload-btn {
background: var(--wp--preset--color--accent-3);
color: var(--wp--preset--color--base);
border-radius: 99px;
padding: 12px 36px;
font-size: 16px;
}
.codedropz-upload-wrapper span.has-error-msg {
font-size: 14px;
}
.codedropz-upload-container {
padding-bottom: 48px;
}
.codedropz-btn-wrap {
margin-top: 24px;
margin-bottom: 3px;
height: 36px;
}
.codedropz-upload-handler {
border: 2px dashed #cfd4dc;
border-radius: 10px;
margin-bottom: 0px;
}
.dnd-upload-status .dnd-upload-details .name {
flex-direction: column;
}
.dnd-upload-details {
font-size: 16px;
}
.dnd-upload-status .dnd-upload-details .name em {
font-weight: 500;
font-style: normal !important;
}
.dnd-upload-status .dnd-upload-image span.file {
height: 20px;
width: 14px;
}
.dnd-upload-status .dnd-upload-image {
width: 32px;
height: 32px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
line-height: 20px;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
height: 19px;
}
.cf7-submit-wrapper small {
margin-top: -20px;
text-align: center;
color: #7f7f7f;
}
.cf7-wrapper {
max-width: 580px;
margin-left: auto;
margin-right: auto;
} .frc-captcha {
justify-self: center;
margin: 8px auto 0 auto;
}