  body {
	font-family: Arial, sans-serif; 
    background-color: #f0f0f0;
  }
  .dp_container {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-height: 300px;
	//margin-left: auto;
	//margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;	
  }

  .header {
    background-color: #e0e0e0;
    padding: 20px;
    text-align: center;
  }
  .content {
    /*padding: 20px;*/
  }
  .content-head{
  	text-decoration: underline;
  }
  .item-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
	padding-left: 15px;
	/*padding-bottom: 15px*/
  }
 
  .item-group:last-child {
    margin-bottom: 0;
  }
  .item-group label {
    flex-grow: 1;
  }
  .button-container {
    display: flex;
    align-items: center;
  }
  .button-container button {
    background-color: #ffffff;
	color: #000000;
    /*border: 1px solid #000000; */
    padding: 5px 0px;
    margin: 0;
    cursor: pointer;
	font-size: 20px;
  }
  
  .things{
    text-align: center;
	margin: 0 auto;
	max-width: 425px;
  }
    
  .things_items{
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 5px;
    margin-bottom: 5px;
	background-color: white;
	border-radius: 10px;
	padding-top: 10px;
  	max-width: 425px;
	padding-left: 10px;
	padding-right: 10px;			
  }
  
  .things img{
    cursor: pointer;
  }
  
 #custom-nav {
    margin-bottom: 5px;
}

.nav-btn {
    background-color: #007aff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 5px;
}

.nav-btn:hover {
    background-color: #0056b3;
}    
  
  .days-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 20px;
    margin-bottom: 0px;
  }  
  
  .days-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }  
  
  .days-button button {
    background-color: #ffffff;
	color: #000000;
    /*border: 1px solid #000000; */
    padding: 5px 0px;
    margin: 0;
    cursor: pointer;
  } 
  
  .days-button input {
  	background-color: #ffffff;
	color: #000000;
    width: 200px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #000000;
    padding: 5px 10px;
  }  
   
  .button-container input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #000000;
    padding: 5px 10px;
  }
  .navigation {
    display: flex;
    justify-content: space-between;
    background-color: #e0e0e0;
    padding: 10px 20px;
  }
  
.datepicker_highlighted_mint {
	/*background: #c1ffc9 !important;*/
	background: none !important;
	/*box-shadow: #00dd1c 0 1px 4px 0 inset;*/
	/*color: #000;*/
	color: #1d1d1d;
}

.datepicker_highlighted_mint_new {
	background: #00c52f!important;
	color: white;
	/*background: none !important;*/
	/*box-shadow: #00dd1c 0 1px 4px 0 inset;*/
	/*color: #000;*/
	/*color: #1d1d1d;  */
}

.datepicker_highlighted_random {
	background: #FEF458 !important;
	color: #000;
}

.datepicker_highlighted_yellow {
	background: #FEF458 !important;
	color: #000;
}

.datepicker_highlighted_red {
	background: red !important;
	color: #000;
}

.article_icons{
	padding: 5px;
	border-radius: 50% !important;	
}

.sum-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.sum-group:last-child {
  margin-bottom: 0;
}
.sum-group label {
  flex-grow: 1;
}

.sum-head{
	padding-top: 15px;
	text-align:center;
}

.sum-head-text{
	background-color:lightgrey;
	width:40%;
	margin:0 auto;
	border-radius: 8px;
	color:black;
	font-weight:bold;
}

.sum-foot{
	padding-top: 5px;
	padding-bottom: 15px;
	text-align:center;
}

.sum-foot-text{
	margin:0 auto;
	color:black;
	font-weight:bold;
}

.sum-foot-text1{
	font-size:14px;
	margin:0 auto;
	color:black;
	font-weight:bold;
}
 
.ui-state-disabled,
.ui-widget-content .ui-state-disabled{
	opacity: .15;
	filter:Alpha(Opacity=35); /* support: IE8 */
	/*background-color:white;*/
	background-image: none;
}



/*.ui-state-default,*/
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:active {
	border: 0px solid #c5c5c5;
	/*background: #00CC22 !important; */
	font-weight: normal;
	color: #454545;
}
 /*
.ui-state-default, .ui-widget-content 
.ui-state-default{
	background: #FFFFFF !important;
} */

.ui-state-highlight, .ui-widget-content .ui-state-highlight{

	padding: 5px;
  	border-radius: 50% !important;
	background-color: #00CC22;
	border: 2px;/* solid #00CC22;
	background: #fffa90;*/
	height: 60px !important;
	width: 60px !important;
}
	 
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
	opacity: .15;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}    

.bestell-button{
	margin-top: 0 auto;
/*position: fixed; Positioniert das Element relativ zum Bildschirm
    bottom: 0;  /*Position am unteren Rand des Bildschirms */
}

/*
#summary{
    padding: 5% 5% 5% 5%;
}
*/


.container-mobile{
	float:left;
}

.datepicker-container-mobile{
	float:left;
}

.datepicker-desktop-width{
	width: 425px;
}

.things-vert{
    text-align: center;
	float: left;
	padding-top: 50px;
  	padding-right: 10px;
}
    
.things_items-vert{
    display: block;
    justify-content: space-between;
    align-items: center;
	margin-top: 5px;
    margin-bottom: 5px;
} 

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}
.hinweis {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    vertical-align: middle;
    vertical-align: super;
}
