/* Sicherheitsprüfung im Produkttab „Frage zu einem Produkt“. */

.product-question-security {
    background: #f7f9fb;
    border: 1px solid #d5e0e9;
    border-radius: 4px;
    box-sizing: border-box;
    clear: both;
    margin: 22px 0;
    max-width: 720px;
    padding: 18px 20px;
}

.product-question-security h3 {
    font-size: 1.05em;
    margin: 0 0 8px;
}

.product-question-security > p {
    line-height: 1.4;
    margin: 0 0 12px;
}

.product-question-slider-label {
    display: block;
    font-weight: bold;
    margin: 0 0 8px;
}

.product-question-slider {
    accent-color: #075f19;
    cursor: grab;
    display: block;
    height: 46px;
    margin: 0;
    max-width: 560px;
    padding: 0;
    width: 100%;
}

.product-question-slider:active {
    cursor: grabbing;
}

.product-question-slider:focus {
    outline: 3px solid #054e8c;
    outline-offset: 3px;
}

.product-question-slider[disabled] {
    cursor: wait;
    opacity: .75;
}

.product-question-slider.is-unlocked {
    accent-color: #0b8023;
}

.product-question-slider-status {
    color: #555;
    font-size: .92em;
    min-height: 1.4em;
}

.product-question-slider-status.is-success {
    color: #075f19;
    font-weight: bold;
}

.product-question-slider-status.is-error {
    color: #a40000;
    font-weight: bold;
}

.product-question-fallback {
    background: #fff;
    border-left: 4px solid #054e8c;
    margin-top: 18px;
    max-width: 560px;
    padding: 10px 12px;
}

.product-question-fallback summary {
    cursor: pointer;
    font-weight: bold;
}

.product-question-fallback label {
    display: block;
    font-weight: bold;
    margin: 10px 0 6px;
}

.product-question-fallback input[type="text"] {
    border: 1px solid #777;
    border-radius: 3px;
    box-sizing: border-box;
    font: inherit;
    max-width: 420px;
    padding: 9px 10px;
    width: 100%;
}

.product-question-fallback input[type="text"]:focus {
    border-color: #054e8c;
    box-shadow: 0 0 0 2px rgba(5, 78, 140, .25);
    outline: 2px solid transparent;
}

.product-question-fallback-question {
    font-weight: bold;
    margin: 12px 0 0;
}

.product-question-fallback-help {
    color: #555;
    font-size: .92em;
    line-height: 1.4;
    margin: 7px 0 0;
}

.product-question-submit {
    clear: both;
}

.product-question-honeypot {
    left: -10000px !important;
    position: absolute !important;
    top: auto !important;
    height: 1px !important;
    overflow: hidden !important;
    width: 1px !important;
}

@media only screen and (max-width: 600px) {
    .product-question-security {
        margin: 18px 0;
        padding: 15px;
    }
}
