@charset "utf-8";

/* Modulrahmen und bewusst optionale, bestehende Formvarianten. */
.nkjsimplecontactBox,
.nkContactFormContainer,
.nkContactFormContainer > div,
.nkContactFormContainer .nkForm {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.nkjsimplecontactBox {
    scroll-margin-top: 7rem;
}

.nkjscFeedback {
    box-sizing: border-box;
    width: 100%;
    border-color: #dfe3e7;
    background-color: #f7f8f8;
}

.nkjscFeedback .submitPositive {
    max-width: 50rem;
    margin: 0;
    line-height: 1.55;
}

.nkjsc-feedback-compact .nkjscFeedback {
    background: transparent !important;
    border: 0;
}

.nkjsc-feedback-compact .nkjscFeedbackIcon {
    display: none;
}

.nkjsc-feedback-card .nkjscFeedback {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 13rem;
    padding: 2rem;
    overflow: hidden;
    border: solid 1px;
    border-radius: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.nkjsc-feedback-card .nkjscFeedback::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0.3rem;
    background-color: #00305e;
    content: "";
}

.nkjscFeedbackIcon {
    position: relative;
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background-color: #00305e;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}

.nkjscFeedbackIcon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.05rem;
    height: 0.58rem;
    border-bottom: solid 0.2rem #fff;
    border-left: solid 0.2rem #fff;
    content: "";
    -webkit-transform: translate(-50%, -65%) rotate(-45deg);
        -ms-transform: translate(-50%, -65%) rotate(-45deg);
            transform: translate(-50%, -65%) rotate(-45deg);
}

.nkjscFeedback:focus {
    outline: none;
}

@media (max-width: 40rem) {
    .nkjsc-feedback-card .nkjscFeedback {
        min-height: 11rem;
        padding: 1.5rem;
    }
}

.nkContactFormContainer .nkForm.rounded1 input,
.nkContactFormContainer .nkForm.rounded1 select,
.nkContactFormContainer .nkForm.rounded1 textarea {
    border-radius: 0.5em;
}

.nkContactFormContainer .nkForm.noLabels label {
    display: none;
}

.nkContactFormContainer .nkForm.noLabels .nkfCheckbox label {
    display: inline-block;
}

.nkContactFormContainer .nkForm.simpleStyle fieldset {
    margin-bottom: 1em;
}

.nkContactFormContainer .nkForm.fontL input,
.nkContactFormContainer .nkForm.fontL select,
.nkContactFormContainer .nkForm.fontL textarea {
    font-size: 1.1em;
}

.nkContactFormContainer .nkForm.fontXL input,
.nkContactFormContainer .nkForm.fontXL select,
.nkContactFormContainer .nkForm.fontXL textarea {
    font-size: 1.25em;
}
