.header_img {
	background: var(--background-top-mobile);
/* 	background-image: var(--background-top-image); */
}

div.shopname {
	font-size: 2em;
}

div#menu {
	font-family: Arial;
	height: 50px;
}

div#prev, div#next, div.swiper {
	display: none;
}

#logo {
	width: 100px;
	height: 100px;
}

.header_address {
	display: none;
}

.bottom_container {
	position: absolute !important;
	bottom: 0px !important;	
}

.bottom_container_font {
	font-size:9pt;
}

.bottom_container_padding {
	padding-bottom: 90px;
}

.header_img > div > div.logo {
	display: var(--display-logo-mobile);
	height: var(--height-logo-mobile);
	background-position: center;
}

.header_img > div > div.signum {
	display: var(--display-signum-mobile);
	height: var(--height-signum-mobile);
	background-position: center;
}

.article_price, .article_price_head {
	width: 100%;
}

.modal-title-desktop {
	display: none;
}

.w100 {
	width: 100px;
}

.optional-adds {
	height: 200px !important;
	overflow-y: auto;
	border-bottom-left-radius: 0.25rem !important;
	border-top-right-radius: 0 !important;
}

.label-optional-desktop {
	display: none !important;
}

.label-optional-mobile {
	padding: 2px 0 2px 10px;
	border-top: 1px solid #ced4da;
	border-left: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	background-color: #e9ecef;
	border-radius: 3px 3px 0 0;
}

.div_freiw_zutat {
	line-height: 1.8em
}

.check_freiw_zutat {
	width: 1.5em;
	height: 1.5em;
	border-width: 1px;
}

.label_freiw_zutat > span{
	margin-left: 10px;
	line-height: inherit;
}

.ordernow_mode_label, .ordernow_mode_label > label {
	width: 100% !important;
}

#timeSelect {
	width: 100% !important;
}

#daySelect {
	width: 100% !important;
	visibility: hidden;
}

#hourSelect, #minSelect {
	visibility: hidden;
}

.prepend_addform > span {
	width: 85px;	
}

#paypalDialog {
	position:fixed;
}

#paypalDialog > #paypalContent {
	height: 100%;
}

@media only screen and (max-width: 375px) {
	
	.small2 {
		font-size:75%;
	}
}

div#info > button > i {
	font-size: 26pt;
}

:root {
	--canvas-width: 80%;
	--canvas-mwidth: -80%;
}

.canvas-link {
	font-size: 14pt;
	margin:4px 0 4px 10px;
	color: #222222;
	text-indent: -10px;
}

.canvas-body-mobile {
	background-color: #eeeeee;
}

#cart_badge {
	visibility: hidden;
	position: relative;
	top: -10px;
	left: -10px;
	background-color: red;
	padding: 0 5px;
	border-radius: 10px;
	font-size: 9pt;
}

.andr-logo {
	margin: 10px;
	border-radius: 10px;
	width:60px;
	height:60px;
}

#androidAppHint a {
	text-decoration: none;
}

.andr-cell {
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
	width: 100%;
}

.andr-cell-r {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

.andr-cell-r > div {
	font-weight: bold;
	background-color: #444444;
	border-radius: 14px;
	color: #eeeeee;
	width: 27px;
	height: 27px;
	padding-bottom: 27px;
	text-align: center;
}


.andr-butt {
	border-radius: 3px;
	background-color: #999999;
	color: #eeeeee;
	margin: 0 10px;
	padding: 3px 10px;
	width: 70%;
	text-align: center;
}

div.div_freiw_zutat>div>div {
	width: 18px;
	height: 20px;
}

.btn_zm, .btn_zm:active, .btn_zm:hover {
	background-color: transparent !important;
	border-color: var(--color2) !important;
	color: var(--color2) !important;
}

.img_zm_mobile {
	transform: scale(0.5);
}

div.div_freiw_zutat>div>div:first-child {
/* 	border-start-start-radius: 15px; */
/* 	border-end-start-radius: 15px; */
}

input.art_select_freiw_zutat {
/* 	width: 60px; */
/* 	text-align: left; */
/* 	vertical-align: top; */
}

div.div_freiw_zutat>div>div:last-child {
/* 	border-start-end-radius: 15px; */
/* 	border-end-end-radius: 15px; */
}



