/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 13:36:51 */

/* Kontaktformular */



.cf7form ::-webkit-input-placeholder {
    font-size: 89%;
    opacity: 0.6;
    color: var(--color-alt-content-text);
    text-transform: uppercase;
}

.cf7form ::-moz-placeholder {
    font-size: 89%;
    opacity: 0.6;
    color: var(--color-alt-content-text);
    text-transform: uppercase;
}

.cf7form ::-ms-input-placeholder {
    font-size: 89%;
    opacity: 0.6;
    color: var(--color-alt-content-text);
    text-transform: uppercase;
}

.cf7form ::-moz-placeholder {
    font-size: 89%;
    opacity: 0.6;
    color: var(--color-alt-content-text);
    text-transform: uppercase;
}

.cf7form input:focus:-webkit-input-placeholder {
    opacity: 0.3;
    color: var(--color-alt-content-text);
}

.cf7form input:focus:-moz-placeholder {
    opacity: 0.3;
    color: var(--color-alt-content-text);
}

.cf7form input:focus:-ms-input-placeholder {
    opacity: 0.3;
    color: var(--color-alt-content-text);
}

.cf7form input:focus:-moz-placeholder {
    opacity: 0.3;
    color: var(--color-alt-content-text);
}

.cf7form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 6vw;
    width: 100%;
}

.cf7form>div {
    display: flex;
    width: 100%;
    text-align: left;
    align-items: flex-start;
    position: relative;
    color: var(--color-alt-content-text);
}

.cf7form>div.half {
    width: calc(50% - 6vw);
}

.cf7form>div.label {
    margin-top: 3rem;
    text-transform: uppercase;
}

.cf7form>div.label,
.cf7form>div.label * {
    font-weight: 500 !important;
}

.cf7form>div.with-label>p {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid var(--color-alt-content-text);
}

.cf7form>div.with-label>p>label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    min-width: 150px;
}

.cf7form>div.with-label>p>label.large {
    min-width: 170px;
}

.cf7form>div.with-label>p>label+.wpcf7-form-control-wrap {
    margin-top: 0;
    width: 100%;
    border-bottom: none !important;
}

#page-content .cf7form>div.with-label>p>label+.wpcf7-form-control-wrap>* {
    border-bottom: none !important;
}


@media screen and (max-width: 359px) {

    .cf7form>div.with-label>p {
        flex-wrap: wrap;
        padding: 0 var(--inputs-padding, .6em);
    }
}

input:focus,
input:focus+.w-form-checkbox,
textarea:focus,
select:focus,
.select2-container--focus .select2-selection {
    box-shadow: none;
}

.cf7form input[type="checkbox"],
.cf7form input[type="radio"] {
    margin-right: 0.5rem;
    margin-top: 4px;
    box-shadow: none !important;
}

.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.cf7form textarea,
.cf7form select {
    font-family: 'TT Norms Pro';
    font-size: clamp(15px, 0.8vw, 20px) !important;
    font-weight: normal;
    line-height: 1.65 !important;
    letter-spacing: 0;
    color: var(--color-alt-content-text) !important;
    margin: 0 !important;
    margin-bottom: 1px !important;
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid var(--color-alt-content-text) !important;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.cf7form textarea {
    height: 100px;
    min-height: 100px !important;
    max-height: 400px;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent !important;
    color: var(--color-alt-content-text)f !important;
    resize: vertical !important;
}

.cf7form select {
    outline: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none !important;
    border-bottom: 1px solid var(--color-alt-content-text) !important;
    margin: 0 !important;
    padding-right: 2.5rem;
}

.cf7form select option {
    color: var(--color-alt-content-text) !important;
    background-color: var(--color-content-bg) !important;
}

.cf7form select option:disabled {
    color: var(--color-alt-content-text);
    opacity: 0.6 !important;
}

.cf7form select:focus option:disabled {
    opacity: 0.3 !important;
}

.cf7form select option {
    color: var(--color-alt-content-text) !important;
    background: var(--color-content-primary) !important;
}

.cf7form select option:first-child,
.cf7form select option[disabled*="disabled"] {
    text-transform: uppercase;
}

.cf7form select:has(option:first-child:checked) {
    color: rgba(62, 61, 64, 0.6) !important;
    font-size: 90% !important;
}

.g-cols.vc_row>.wpb_column.vc_column_container:last-child .cf7form select option {
    color: var(--color-alt-content-text) !important;
    background: var(--color-content-secondary) !important;
}

.cf7form .select>span {
    position: relative;
    cursor: pointer;
}

.cf7form .select span.wpcf7-form-control-wrap:after {
    content: "\f0d7";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    font-family: fontawesome;
    background: transparent;
    padding: 0 0 10px 0;
    margin: 0;
    width: 25px;
    font-weight: 700;
    pointer-events: none;
    transform: translateY(-50%);
}

.cf7form .select span select:-ms-expand {
    display: none;
}

.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover,
.cf7form select:hover,
.cf7form textarea:hover,
.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
.cf7form select:focus,
.cf7form textarea:focus {
    box-shadow: none !important;
}

.cf7form .select:hover span:after {
    top: calc(50% - 1px);
}

.cf7form .select:focus>span:before,
.cf7form .select:hover>span:before {
    height: 98%;
    height: calc(100% - 2px);
}

.cf7form .check {
    margin: 0;
}

.cf7form .check>span.wpcf7-form-control-wrap {
    width: 40px;
    float: left;
}

.cf7form .check>p a {
    color: #f0f0f0;
}

.cf7form .check>p a:hover {
    color: var(--color-alt-content-text)f;
}

.cf7form .check span.wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
}

.cf7form .check span.wpcf7-form-control-wrap span.wpcf7-list-item {
    position: relative;
    display: flex;
    flex: 1;
    margin-right: 2rem;
}

.cf7form .check input[type="checkbox"]+span.wpcf7-list-item-label,
.cf7form .check input[type="radio"]+span.wpcf7-list-item-label {
    position: relative;
    color: var(--color-alt-content-text);
    cursor: pointer;
    padding-left: 0.6rem;
}

.cf7form .check input[type="checkbox"],
.cf7form .check input[type="radio"] {
    height: 12px;
    width: 12px;
    margin-top: 0;
    margin-right: 0;
}

.cf7form .check .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.cf7form .check input[type="checkbox"],
.cf7form .check input[type="radio"] {
    position: relative;
    background-color: transparent;
}

.cf7form .check input[type="checkbox"]:before,
.cf7form .check input[type="radio"]:before {
    visibility: hidden;
    display: none;
}

.cf7form .check input[type="checkbox"]+span.wpcf7-list-item-label:before,
.cf7form .check input[type="radio"]+span.wpcf7-list-item-label:before {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    margin: 0;
    border-radius: 0;
    border: 1px solid var(--color-alt-content-text);
    background: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    left: -12px;
    z-index: 0;
    transform: translateY(-50%);
    visibility: visible;
    pointer-events: none;
}

.cf7form .check input[type="checkbox"]:checked+span.wpcf7-list-item-label:before,
.cf7form .check input[type="radio"]:checked+span.wpcf7-list-item-label:before {
    content: '';
    display: block;
    border-color: var(--color-alt-content-text);
    background-color: var(--color-alt-content-text);

    /*
	content: '\f00c';
  font-weight: 100;
  font-size: 18px;
  font-family: fontawesome;
	padding-left: 2px;
  width: 18px;
*/
}

.cf7form .wpcf7-form-control-wrap {
    position: relative;
}

.cf7form label .required {
    padding-left: 5px;
    font-weight: 400;
    color: #fff;
    font-size: 20px !important;
}

.cf7form .wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: 16px;
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: #fff;
}

.cf7form .captcha .wpcf7-not-valid-tip {
    bottom: -12px;
}

.cf7form .check span.wpcf7-not-valid-tip {
    bottom: -14px;
    right: auto;
    left: 0;
}

.cf7form .captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
    border-color: var(--color-alt-content-primary) !important;
    color: var(--color-alt-content-primary) !important;
}

.cf7form .captcha-image label>input:checked+*,
.captcha-image label>input:focus+* {
    padding: 4px;
}

span.captcha-image>label {
    display: flex !important;
}

div.wpcf7-response-output {
    width: 100%;
    max-width: 1000px;
    margin: 1rem 0 0 0 !important;
    border: 1px solid var(--color-alt-content-text) !important;
    border-radius: 0;
    color: var(--color-alt-content-text);
    background-color: transparent;
    padding: 0.5rem 1.5rem !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--color-alt-content-primary) !important;
    border-color: var(--color-alt-content-primary) !important;
    font-weight: 500;
}

.cf7form .ajax-loader {
    position: absolute;
    display: block;
    left: 50%;
    top: 55px;
    margin-left: 76px;
}

.cf7form a {
    text-decoration: underline;
}

.cf7form>div.submit>p {
    display: flex;
    align-items: center;
}

.cf7form>div.submit>p:before {
    position: absolute;
}

.cf7form>div.submit input.w-btn {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.2 !important;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 1em 1.5em;
    transition-duration: 0.3s;
    border-radius: 0;
    color: var(--color-alt-content-text) !important;
    border-color: #fff;
}

.cf7form>div.submit input.w-btn:hover {
    color: #E5262B !important;
    background-color: #fff;
    border-color: #000;
}

.cf7form>div.notice p {
    width: calc(50% - 6vw);
}

#job-forms #apprenticeship .cf7form>div.submit .w-btn:hover {
    background: var(--color-content-primary);
}

#job-forms #profession .cf7form>div.submit .w-btn:hover {
    background: var(--color-content-secondary);
}

.cf7form>div.notice {
    padding: 3rem 0 0 0;
}

.cf7form>div.mandatory {
    padding: 2rem 0;
    font-size: 80%;
}

.cf7form>div.mandatory * {
    font-size: 80%;
}

.cf7form>div.submit {
    margin-top: 2rem;

}

.cf7form>div.half.captcha {
    width: 58%;
    width: calc(60% - 1rem);
}

.cf7form>div.half.submit {
    width: 38%;
    width: calc(40% - 1rem);
}

.wpcf7-form-control-wrap.kc_captcha .captcha-image {
    display: flex;
    justify-content: left;
    align-items: center;
    border: none;
    padding: 0;
    text-align: left;
}

.captcha-image label>input+svg {
    border: 1px solid transparent;
    padding: 3px;
    width: 28px;
    height: 28px;
}

.captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
    border: 1px solid #f00;
}

.captcha-image label:nth-child(2) {
    margin-left: 15px;
}

.captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
    border-color: var(--color-alt-content-text) !important;
}

.wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions span {
    background-color: transparent;
    color: var(--color-alt-content-text);
    border: 1px dotted var(--color-alt-content-text);
    padding: 0 0.5rem;
    margin: 0 0 0 0.5rem;
    white-space: nowrap;
    font-weight: 500;
}

.wpcf7-form-control-wrap.kc_captcha .captcha-image>.cf7ic_instructions {
    font-size: 90%;
}

.wpcf7-form-control-wrap.kc_captcha .captcha-image>label {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.cf7form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    display: block;
    border-radius: 0;
    overflow: hidden;
    background: var(--color-alt-content-text);
    height: 18px;
}

.cf7form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: var(--cl-main);
    display: block;
    font-size: 13px;
    text-align: right;
    color: #fff;
    height: 100%;
    width: 0;
    line-height: 19px;
    padding: 0 10px;
}

.wpcf7-spinner {
    display: none;
}

.dnd-upload-status .dnd-upload-details .name {
    color: var(--color-alt-content-text);
}

.dnd-upload-status .dnd-upload-details .name em {
    color: var(--color-alt-content-text);
    font-weight: 100;
}

@media screen and (max-width: 600px) {
    .cf7form>div.half {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .wpcf7-form-control-wrap.kc_captcha .captcha-image {
        max-width: 448px;
    }
}

/* File Drag&Drop Form */

.codedropz-upload-wrapper {
    margin-top: 2.5rem;
}

.codedropz-upload-wrapper * {
    font-size: inherit !important;
    text-transform: inherit !important;
    letter-spacing: inherit !important;
}

.codedropz-upload-inner {
    display: block;
    text-align: left;
}

.codedropz-upload-inner>div:not(.codedropz-btn-wrap),
.codedropz-upload-inner>span:not(.codedropz-btn-wrap) {
    padding-right: 5px;
}

.codedropz-btn-wrap a.cd-upload-btn.w-btn.us-btn-style_1 {
    padding-left: 25px;
}

.dnd-upload-counter {
    right: 10px;
    bottom: 10px;
}