/* Mobile Optimierung für Photograver Child Theme */
@media screen and (max-width: 767px) {
    .register--content {
        display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
        -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
    }
    .register--content .register--new-customer {
        -webkit-order: 1; -ms-flex-order: 1; order: 1; margin-bottom: 20px;
    }
    .register--content .register--new-customer .panel--title {
        background-color: #00c200; color: #ffffff; border: 1px solid #00a300;
        border-radius: 4px; text-align: center; font-weight: bold;
        padding: 15px 10px; text-transform: uppercase; cursor: pointer; margin-bottom: 0;
    }
    .register--content .register--new-customer .panel--title:after {
        content: "\e018"; font-family: 'shopware'; margin-left: 10px; display: inline-block;
    }
    .register--content .register--existing-customer {
        -webkit-order: 2; -ms-flex-order: 2; order: 2;
        border-top: 1px solid #dadae2; padding-top: 30px; margin-top: 10px;
    }
}