.cookie_notice_wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #404040;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999999;
    left: 0;
    text-align: center;
}
.cookie_notice_wrapper .main-container { background: none; }

.cookie_notice_text {
    float: left;
    max-width: 100%;
}
button.cookie_notice_button {
    /*float:right;*/
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
}
button.cookie_notice_button span { padding: 2px 12px; }

@media(max-width: 959px) {
    .cookie_notice_text { max-width: 100%; margin: 0; }
}
@media(max-width: 847px) {
    .cookie_notice_text { max-width: 100%; }
    button.cookie_notice_button { /*margin-top: 10px;*/ float: none; }
    .cookie_notice_wrapper { text-align: center; }
    .cookie_notice_wrapper .main-container { padding-left: 10px; padding-right: 10px; width: auto; padding-bottom: 0; }
}

.customer-account-create .dsgvo_wrapper { margin-top: 15px; }


.dsgvo_agreement_checkbox {
    width: 12px;
    float: left;
    margin-right: 8px;
    margin-top:3px;
}
.dsgvo_wrapper {
    width: 100%;
}

.customer-account-create .dsgvo_agreement_checkbox {
    margin-top: 6px;
}
.customer-account-create .dsgvo_agreement_text {
    line-height:2;
}
.checkout-onepage-index .dsgvo_agreement_checkbox {
    margin-left: -1px;
    margin-right: 8px;
}
@media(max-width:900px) {
    .cookie_notice_wrapper {
        height: auto;
    }
    .cookie_notice_text {
        line-height: inherit;
    }
}

#checkout-step-billing .dsgvo_wrapper .checkout-agreements a {
    border: none;
    margin: 0;
    text-transform: inherit;
    padding: 0;
}
#checkout-step-billing .dsgvo_wrapper .dsgvo_agreement_checkbox {
    margin-top:6px;
}