.stw_customer { max-width: 750px;margin-left:auto;margin-right:auto;margin-bottom:2rem;}

.stw_customer .description_expanse {
    cursor: pointer;
    display:inline-block;
    background-image:url(../img/icon-expanse.png);
    background-size:20px 20px;
    height:20px;
    width:20px;
    margin-left:1em;
}

.stw_select_customer_box {
    border-style: solid;
    border-radius: 3px;
    border: 3px;
    border-color: #ff8a00;
    background-color: #ff8a00;    
    padding: 2px;
    margin-bottom:2rem;
    width:80%;
}

.stw_customer select#customer_data_select {
    /*margin-bottom:2rem;*/
    display:block;
    font-size: large;
    width: 100%;
}
.stw_customer select#customer_data_select option {color: #7f7f7f;}
.stw_customer select#customer_data_select option.unconfirmed { color: red;}

.stw_customer #customer_info_name {font-size:2em;font-weight:bold;}

.stw_customer ul#customer_data_readonly_block {list-style: none;padding-left:0;margin-top:0;}
.stw_customer ul#customer_data_readonly_block li {margin-top:1rem;padding-left:0;}
.stw_customer ul#customer_data_readonly_block li::before {display:none;}

.stw_customer #customer_info_customer_number, .stw_customer #customer_info_email {display:inline-block;margin-right:20px;}

/*Eingabefelder*/
/*.stw_customer .form_customer_data label { min-width: 120px; display: inline-block;}*/
.form_customer_data input.error {border-color: red !important;}
.stw_customer input[type="search"] {-webkit-appearance: textfield;}

.stw_customer .form_customer_data input[type="text"],.stw_customer .form_customer_data input[type="date"], .stw_customer .form_customer_data input[type="search"], .form_customer_data select {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #7f7f7f;
    cursor: text;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    font-size:1em;
    display:block;
    border: 1px solid #d8d8d8;
    border-radius:3px;
    width:100%;
    margin:0;
	height:40px;
}

.stw_customer .input_container label
{
    font-size:0.8em;
    background-color:#ff8a00;
    color:white;
    padding:1px;
    margin:0 0 0 5px;
    width: fit-content;
}

/*.stw_customer .input_container input:placeholder-shown + label { display:none; }*/


.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    z-index: 10000000;
    background:white;
    max-width:300px;
    cursor: pointer;
}

ul.ui-autocomplete li.ui-state-focus { background:#ff8a00; color:white;}

.stw_customer .data_block
 {
     display:flex;
     flex-wrap:wrap;
 }

.stw_customer .input_container {
    display:flex;
    flex-direction:column-reverse;
    width:100%;
    max-width: 350px;    
    padding-top:5px;
    line-height:1.2em;
}

@media (min-width:750px)
{
    .stw_customer .input_container {padding-right:10px;}
}



.stw_customer .checkbox_container {
	margin-top:15px;
	margin-right:10px;
	min-width:220px;
	display:flex;
	justify-content:left;
	margin-bottom:1.5em;
}

.stw_customer input[type="checkbox"] {display:none;}

.stw_customer input[type="checkbox"] + label {cursor:pointer;max-width:90%;margin-bottom:0;}

.stw_customer input[type="checkbox"] + label span.checkbox_label_icon {
    display:inline-block;        
    margin: -2px 0.5em 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.stw_customer .label_description {font-size:0.8em;text-align:justify;}
.stw_customer .label_description.hidden_explanation {display:none;}


@media screen and (max-width:400px)
{
    .stw_customer input[type="checkbox"] + label {font-size:1.5em;}

    .stw_customer input[type="checkbox"] + label span.checkbox_label_icon {
        width:40px;
        height:40px;
        background:url(../img/checkbox.png) left top no-repeat;
        background-size: 80px 40px;
    }

    .stw_customer input[type="checkbox"]:checked + label span.checkbox_label_icon {
        background:url(../img/checkbox.png) -40px top no-repeat;
        background-size: 80px 40px;
    }
}

@media screen and (min-width:401px) and (max-width:999px)
{
    .stw_customer input[type="checkbox"] + label {font-size:1.2em;}

    .stw_customer input[type="checkbox"] + label span.checkbox_label_icon {
        width:30px;
        height:30px;
        background:url(../img/checkbox.png) left top no-repeat;
        background-size: 60px 30px;
    }

    .stw_customer input[type="checkbox"]:checked + label span.checkbox_label_icon {
        background:url(../img/checkbox.png) -30px top no-repeat;
        background-size: 60px 30px;
    }

}

@media screen and (min-width:1000px)
{

    .stw_customer input[type="checkbox"] + label span.checkbox_label_icon {
        width:20px;
        height:20px;
        background:url(../img/checkbox.png) left top no-repeat;
        background-size: 40px 20px;
    }

    .stw_customer input[type="checkbox"]:checked + label span.checkbox_label_icon {
        background:url(../img/checkbox.png) -20px top no-repeat;
        background-size: 40px 20px;
    }

}

.stw_customer .form_customer_data #message-please-confirm {color: red; margin-top: 1em;}

/*Buttons*/
.stw_customer button,a.button_link, .modal_message_box_container button, .form_nextbike_registration button, .cardsharing_button_container button {
    margin:0px;
    padding:10px;
    border-radius: 5px;
    border:none;
    background-color: #ff8a00;
    color: white;
    font-family: "Open Sans";
    font-size:1rem;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    cursor:pointer;
    display: inline-block;
}

.stw_customer button,a.button_link:hover, .modal_message_box_container button:hover,
a.button_link:visited, .modal_message_box_container button:visited { color:white; }

.stw_customer button.link_button
{
    border:none;
    background:none;
    text-decoration: underline;
    color: #dd7a00;
    cursor: pointer;
    font-size:1em;
    margin:0;
    padding:0;
}

#form_display_card_info {margin-bottom:1em;}

.stw_customer .customer_card_info {
    border: 2px solid #7f7f7f;
    padding: 10px;
    display: inline-block;
    margin-top: 1rem;
}

.stw_customer .customer_card_info_title {margin:0;}
.stw_customer .customer_card_info .card_info_block {margin-top:1rem;}
.stw_customer .card_bus_info_title {display:inline-block;margin-bottom:0;}
.stw_customer .card_error {color:red;}
.stw_customer #button_back_to_customer_data {margin-top:1rem;}
#content .stw_customer .card_info_block.cardsharing_info ul.cardsharing_registration_list {margin-bottom:1rem;}

.stw_customer .button_sdk_link {margin-bottom:2rem;}

.stw_customer h3 {margin-top:2rem;}

.stw_customer .account_area_message {font-size:1.5em;}

/*CardSharing*/
@media (min-width: 1000px) {
    /*Notwendig für Anchor-Scroll wegen Header-Menü*/
    /*.cardsharing_header_data_accept {
        padding-top: 4em !important;
        margin-top: 4em !important;
    }*/
}
/*
.cardsharing_info_block {
    border: 3px solid #dd7a00;
    padding: 20px;
}

.cardsharing_info_block p, .cardsharing_info_block ul {
    font-size: 1.2em;
}

.cardsharing_info_block label {
    font-size: 1.2em;
    font-weight: bold;
}

.cardsharing_error_message {
    font-weight: bold;
    font-size: 1.5em;
    color: red;
    line-height: 2.5em;
}
*/

/*Nextbike*/
.nextbike_information,.nextbike_error {font-size: 1em;}
.nextbike_error {color:red;}
#form_nextbike_registration {margin-bottom:15px;}
#form_nextbike_registration label {display:inline-block;font-weight:bold;margin-bottom:10px;min-width:120px;}

/*Popup-Nachrichten*/
#modal_message_box_container
{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:100000;
    background:rgba(20,20,20,0.5);
    display:none;
}
 
 #modal_message_box {
	padding:10px;
    position: fixed;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    max-width:400px;
    min-width:300px;
}

#modal_message_box_text,#modal_message_box_button_container {background:white;padding:10px;}
#modal_message_box_text {text-align:justify;}
#modal_message_box_button_container {display:flex;justify-content:center;}
#modal_message_box_button_container button {margin-left:5px;margin-right:5px;}
#modal_message_box_button_cancel,#modal_message_box_button_ok {width:120px;}
#modal_message_box_loading_animation {max-width:200px;}