 /* 
  Include the min-width, max-width, min-height 
  and max-height if you plan to use a relative CSS unit 
  measurement to make sure the widget renders in the 
  optimal size allowed.    
  */   
#addressBookWidgetDiv {      min-width: 300px;      width: 100%;      max-width: 1024px;	  margin-bottom: 15px;  }  
#walletWidgetDiv {      min-width: 300px;      width: 100%;      max-width: 1024px;      margin-bottom: 20px;  }
#readOnlyAddressBookWidgetDiv {      min-width: 266px;      width: 100%;      max-width: 1024px;      min-height: 145px;      height: 165px;      max-height: 180px;  }
#readOnlyWalletWidgetDiv {      min-width: 266px;      width: 100%;      max-width: 1024px;      min-height: 145px;      height: 165px;      max-height: 180px;  }
.waitOverlay{	text-align: center;	  position: fixed;    height: 100vh;    width: 100vw;    background: rgba(0, 0, 0, 0.1);	z-index: 999999;	justify-content: center;	align-items: center;	font-size: 6em;	color: #535353; top: 1px;}
.waitOverlay i {    top: 40%;    position: absolute;}  
.waitOverlay p {    font-size: 8px;    color: #535353;    top: -86px;    position: relative;    font-weight: bold;}
.headerOrderContainer {    margin: 0 auto;    max-width: 650px;    padding: 5px 0;}
.wartenBox i {    font-size: 4em;    margin-bottom: 20px;}
.wartenBox {    text-align: center;    margin: 100px 20px;}
.halbFlexKuForm{   width: calc(50% - 10px); }
.einsDreiFlexKuForm {   width: calc(31% - 10px); }
.kuFormDivAnrede{width: 10%;}
.kuFormDivName{width: 30%;}
.orderChangeCountryButt {    height: 60px;    width: 100%;    cursor: pointer;border-radius: 0px !important;margin: 0;}
.readOnlyInput {    border: 1px solid #a6a6a6 !important;    background: #f6f6f6;}	
.agbError{ background-color:#FF000024;}	
.waitOverlayActiv{	 	display:flex;	 }
.OrderButStage {    display: flex;    justify-content: center;    margin: 25px 0;}
#amazonOrderButt.orderDeActiv .buttonOrderDeActivText{ display:block;}
#amazonOrderButt.orderActiv .buttonOrderDeActivText{ display: none;}
.buttonOrderDeActivText{ font-size:0.7em; margin-top:5px;}
.orderDeActiv {    background-color: #b0b0b0;}
.orderDeActiv:hover {    background-color: #C00;}
.eingabeIBAN {    background-color: #f9f9f9;    padding: 10px;    margin-bottom: 20px;    border-bottom: 1px solid #ccc;    border-top: 1px solid #ccc;}
#ktoinhaber {    margin-bottom: 15px;}
.vorhandeneLastschrDaten {    font-size: 1.4em;    text-align: center;}
.lieferTextTogDiv{ margin-bottom:15px;}
.agbCheckStage label {    font-size: 1.0em;}
#iban {    margin-bottom: 10px;}
.klarnaPaymentsStage {    background-color:     #f9f9f9;    padding: 10px;    text-align: center;}
.klarnaCheckoutStage {    text-align: center;}
.suchInpfeld{    height: 60px;    padding: 10px;    box-sizing: border-box;    font-weight: bold;    width: 100%;}
#kuSucheBut {    width: 100%;    height: 60px;    margin-top: 13px;}
.toggleTel {    cursor: pointer;    margin: 20px 0;    text-align: right;}
#goSHopBut {    color:     #fff;    padding: 20px 40px;    margin: 40px;    display: block;}
.klarnaHideStage.showIT{ display:block;}

.CBDfehlerStage {    display: flex;    flex-direction: column;    align-items: center;width: 100%;}
.CBDfehler {    text-align: center;    font-size: 1.2em;    padding: 20px 20px 0 20px;;    max-width: 500px;}
.CBDfehler i {    font-size: 2.4em; color:#FF0000;   }
.cbdButtonStage{ width: 100%; max-width: 500px;}
.CBDfehler i {    font-size: 3em;    margin-bottom: 20;}
.delCBDbutt{ margin-bottom:15px;display: flex;text-align: left;align-items: center;}
.delCBDbutt i {    font-size: 2.0em;margin-left: 15px;}
.CBDartStage {    padding: 20px;    text-align: left;   font-size: 1.2em;}
.CBDartHead {    font-weight: bold;    margin: 10px 0;}
.CBDartWrap { text-align:center;width: 100%;display: flex;justify-content: center;}
.cbdArt {margin-bottom: 5px;   padding-bottom: 8px;    border-bottom: 1px dotted #919191;    font-size: 0.8em;}
.KundenSucheKuNrStage {    width: 15%;}
.PayPalCurlerrorStage {    background-color: #f2d4d1;    text-align: center;    padding: 20px;}
.PayPalCurlerrorStage .bEr{font-size: 1.5em;}

@media only screen and (max-width:400px){	
  .halbFlexKuForm{width: 100%;}
  .einsDreiFlexKuForm	{}
 }
 @media only screen and (max-width:360px){	
 .kuFormDivName, .kuFormDivAnrede {  width: 100%;}
 }
