/* Kundenmeinungen - Fehler im Modul */
/* Dadurch war der Text teilweise durch das "Pfeil" zugedeckt */
.customerReviewsSlider-templateOne-review.default-content:after {
    z-index: -1;
}


.registration-sign-in-logo img {
    width: auto;
}

/**
 * Check name form
 */
.ns-checkNameForm {
    display: flex;
    margin-top: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    max-width: 600px;
    padding: 0.25rem;
    align-items: stretch;
}

.ns-checkNameForm [name="name"] {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: var(--ns-form-elements-border-radius);
}

.ns-checkNameForm input,
.ns-checkNameForm input:focus {
    background: #fff;
    border: none;
    border-radius: 3px
}

.ns-checkNameForm button {
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .ns-checkNameForm {
        display:block;
        background: none
    }

    .ns-checkNameForm button {
        width: 100%;
        margin-top: 1rem
    }
}