/* Variables */
:root {
    --background: #f5f5f5;
    --border: #c4c4c4;
    --background-light: #898989;
    --background-dark: #424242;
    --buttons: #B2B3B3;
    --headings: #484a46;
    --copy: #111;
    --copy-light: #dfe5ec;
    --accent: var(--background-dark);
    --brand: #fbcc00;
    --feedback-success: #a0e0a0;
    --feedback-success-bg: rgba(80, 160, 80, 0.2);
    --feedback-success-border: rgba(80, 160, 80, 0.4);
    --feedback-error: #f09090;
    --feedback-error-bg: rgba(200, 60, 60, 0.2);
    --feedback-error-border: rgba(200, 60, 60, 0.4);
}

/* General */
body, html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    min-width: 320px;
    color: #2d2d2e;
}

main .text-image-item {
    display: flex;
    flex-direction: column-reverse;
    padding: 4em 0;
}

main .text-image-item .image {
    text-align: center;
}
main .component-text:nth-child(odd) {
    background-color: #eee
}

main .component-text.accent h2 {
    color: #fff;
}
main .component-text.accent {
    background-color: var(--brand);
}
.button {
    background-color: var(--background-dark);
    color:#fff;
    font-size:1.5em;
    padding:.5em 3em;
    border-radius: 1.5em;
    text-decoration: none;
    display: inline-block;
    margin-top:1em;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 900px) {
    main .text-image-item {
        flex-direction: row-reverse;
        align-items: center;
    }

    main .text-image-item.image-right {
        flex-direction: row;

    }

    main .text-image-item .image {
        flex: 0 0 45%;
        padding-right: 5%;
    }

    main .text-image-item.image-right .image {
        padding-right: 0;
        padding-left: 5%;
    }
}

.component img {
    max-width: 100%;
    height: auto;
}

.nk-testimonial-body {
    font-style: italic;
}


.contact-field {
    display: flex;
    flex-direction: column;
    margin-bottom: .75em;
}

.contact-field label,
.contact-field .InputfieldHeader {
    display: none;
}

.contact-field .altcha-label {
    display: block;
    margin-bottom:0;
}
.altcha {
    max-width:none !important;
    background-color: rgba(0, 0, 0, 0.34) !important;
    border:0 !important;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
    background: rgba(28, 28, 28, 0.6);
    color: #fff;
    border: 0;
    padding: 8px 10px;
    font-size: 1rem;
    border-radius: 3px;
    outline: none;
    transition: border-color 0.2s;
    border: 1px solid transparent;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-field select option {
    background: #333;
    color: #fff;
}

.contact-field textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 36px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    transition: opacity 0.2s;
}

.contact-submit:hover {
    opacity: 0.8;
}

/* FormBuilder renders its messages as .alert, overriding the Bootstrap defaults
   which are built for a light background */
.contact-form-section .alert-success,
.contact-form-section .FormBuilderErrors .alert {
    padding: 16px 20px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

.contact-form-section .alert-success {
    background: var(--feedback-success-bg);
    border-color: var(--feedback-success-border);
    color: var(--feedback-success);
}

.contact-form-section .FormBuilderErrors {
    margin-bottom: 20px;
}

.contact-form-section .FormBuilderErrors .alert {
    background: var(--feedback-error-bg);
    border-color: var(--feedback-error-border);
    color: var(--feedback-error);
}

@media (max-width: 600px) {
    .contact-row {
        grid-template-columns: 1fr;
    }
}

/* FormBuilder output styling */
.contact-field .InputfieldContent {
    display: flex;
    flex-direction: column;
}

.contact-field .InputfieldContent button[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 36px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    transition: opacity 0.2s;
    align-self: flex-start;
}

.contact-field .InputfieldContent button[type="submit"]:hover {
    opacity: 0.8;
}

.contact-field .InputfieldError {
    color: #f09090;
    font-size: 0.875rem;
    margin-top: 4px;
    font-style: normal;
}

/* Empty landmark FormBuilder renders after every submit, serves as scroll anchor only */
#FormBuilderSubmitted {
    height: 0;
}
 .inner {
     max-width: 1600px;
     margin-left: auto;
     margin-right: auto;
}
.nk-footer .inner {
    max-width: 1600px;
    padding-left: 5%;
    padding-right:5%;
}
@media(min-width: 1000px) {
    .nk-footer .inner {
        display: flex;
    }
}

.nk-footer .inner > * {
    flex: 1;
    padding-top: 4em;
    padding-bottom: 4em;
}
.nk-footer .inner .inner > * {
    padding:0;
}

.nk-footer ul {
    padding: 0;
}

.nk-footer ul li {
    display: inline-block;
    margin: 0 .25em .5em 0;
    padding: 0;
}

.nk-footer ul li span {
    display: inline-block;
    padding: 1em !important;
    line-height: 1.2em;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: .05em;
}

.nk-footer ul li .cloud {
    margin: 0;
}

.nk-footer h4 {
    margin-bottom: 25px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}
main .inner {
    padding:0 5%;
}

.stageusps {
    display: flex;
    gap: 4em;
    justify-content: center;
}
.stageusp {
    max-width:10em;
    flex: 1;
    margin:0 auto;
}
@media (max-width: 799px) {
    .stageusps {
        flex-wrap:wrap;
        column-gap: 1em;
    }
    .stageusp-wrapper {
        flex: 0 0 calc(50% - 2em);
        text-align: center;
    }
}

.stageusp strong {
    font-size:1.2em;
    line-height: 1em;
}
main .component-text ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
main .component-text li {
    position: relative;
    padding-left:2.5em;
}
main .component-text li:before {
    content:'';
    background-image: url(../images/check.svg);
    background-size: contain;
    display: block;
    width:2em;
    height:2em;
    position: absolute;
    left:0;
}
main .component-text img {
    border-radius:2.5em;
}
main .component-text h2 {
    color:var(--brand);
}
@media (min-width: 900px) {
    body h2 {
        font-size:2em;
        line-height: 1.15em;
    }
    body h3 {
        font-size:1.3em;
    }
}
.component-autonav {
    background-color: var(--brand);
    color:#000;
    padding-top:4em;
    padding-bottom:4em;
}
.component-autonav ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
.component-autonav ul a {
    color:#000;
    text-decoration: underline;
    text-underline-offset: .2em;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1420px !important;
    }
}
.nk-footer .nk-widget-contact li {
    display: block;
}
footer .inner .inner {
    padding:0;
}
footer .text-image-item  {
    padding:0;
}
.contactdata-block .nk-widget-contact li {
    padding-left:1.5em;
    position: relative;
}
.contactdata-block .nk-widget-contact  li img {
    position: absolute;
    width:1em;
    height:1em;
    left:0;
    top:.4em;
    filter: invert(1);
}
@media (min-width: 1000px) {
    footer.nk-footer .text-image-item  .text {
        padding-right:1em;
    }
}
body.standalone main {
    background-color: #fff;
}
body.standalone  main .component-text,
body.standalone  main .component-text:nth-child(odd) {
    background-color: transparent;
}
body.standalone  .nk-navbar:after {
    background-color: rgba(28, 28, 28, 0.75) !important;
}
.component-stage h1 {
    margin-bottom:2em;
}
.component-stage h1 span  {
    display: block;
    font-size: .75em;
    margin:.5em;
}
.nk-ibox-icon .svg-image {
    width:1em;
    position: relative;
    top:-.1em;

}
.center-text .text-image-item {
    text-align: center;
}
.center-text .text-image-item ul {
    max-width:25em;
    margin:0 auto;
    text-align: left;
    font-weight:bold;
    font-size:1.2em;
}
.center-text .text-image-item ul li {
    margin-bottom:0;
}
.text-image-item .body h2 {
    color:inherit;
    font-size:1.5em;
}
.component-products .intro p:last-child {
    margin-bottom:0;
}
.component-products ul {
    padding-left:1.25em;
}
.component-products h3 {
    color:var(--brand)
}
.Inputfield_bitte_bestatigen > label {
    display:none;
}
.altcha-label {
    margin-bottom:0;
}
.Inputfield_bitte_bestatigen {
    margin-bottom:1em;
}
#FormBuilderSubmitted {
    border:0;
    background-color: transparent;
}
video {
    width:100%;
    height:auto;
}
.component-standalone-teaser {
    padding: 6em 0;

}
.standalone-teaser {
    display:flex;
    margin:0 auto;
    background-color: var(--brand);
    border-radius:.5em;
    overflow: hidden;
}
@media(max-width: 799px) {
    .standalone-teaser {
        flex-direction: column;
    }
    .image {
        height: 15em;
    }
}
@media(min-width: 800px) {
    .standalone-teaser .image {
        flex: 0 0 37.5%;
    }
}
.standalone-teaser .image {
    overflow: hidden;
}
.standalone-teaser:hover .image img {
    transform: scale(1.2);
}
.standalone-teaser p {
    color:var(--copy);
}
.standalone-teaser .image img {
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    transition: transform .5s;
}
.standalone-teaser .content {
    padding:5%;
    align-self: center;
}
.standalone-teaser h2 {
    color:#fff;
}
.standalone-teaser .button {
    font-size: 1.1em;
}
.component-about {
    background-color: #f1f1f1;
    padding:1em 0 2em;
    margin:0;
}
.component-about .textteaser,
.component-about .nk-ibox-hover .nk-ibox-icon  {
    background-color: #fff;
}
.page-datenschutz .nk-contacts-top,
.page-impressum .nk-contacts-top {
    background-color:#333;
}