html {
    touch-action: manipulation;
}
.minitext { 
	font-size: 0.9rem; 
	line-height: 1.4;
}

a:link, a:visited {
 text-decoration: none;
}

.tabelle { border: 1px #000000 solid; background-color: #FFCC33; }
.tabelle_green { border: 1px #ccc solid; background-color: #F0E68C; text-align: left; border-collapse: collapse;}

.table_show_grid td {
	border-right: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
	border-collapse: collapse;
}

.tabelle_orange { 
	/* border: 1px #FFCC33 solid; */
	
	background-color: #F0E68C;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}

.tabelle_orange {
    border: solid #ccc 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px #eee; 
    -moz-box-shadow: 0 1px 1px #eee; 
    box-shadow: 0 1px 1px #eee;
    padding: 0px;         
}

.tabelle_orange tr:hover {
    background: #ffffff;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.tabelle_orange td, .tabelle_orange th {
    padding: 4px;
    text-align: left;    
}

.tabelle_orange th {
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F0E68C), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #F0E68C, #FFFFFF);
    background-image:    -moz-linear-gradient(top, #F0E68C, #FFFFFF);
    background-image:     -ms-linear-gradient(top, #F0E68C, #FFFFFF);
    background-image:      -o-linear-gradient(top, #F0E68C, #FFFFFF);
    background-image:         linear-gradient(top, #F0E68C, #FFFFFF);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.tabelle_orange td:first-child, .tabelle_orange th:first-child {
    border-left: none;
}

.tabelle_orange th:first-child {
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}

.tabelle_orange th:last-child {
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}

.tabelle_orange th:only-child{
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.tabelle_orange tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 8px;
    -webkit-border-radius: 0 0 0 8px;
    border-radius: 0 0 0 8px;
}

.tabelle_orange tr:last-child td:last-child {
    -moz-border-radius: 0 0 8px 0;
    -webkit-border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 0;
}


th { border-bottom: 1px #CCC solid; 
/*
background: #F0F8FF url('/images/heaven.gif'); background-position: -80px 0px; 
*/
}




.football { background: #F0F8FF url('/images/hg_rasen.gif'); background-position: 0px 0px; }
.football2 { background: #F0F8FF url('/images/hg_rasen_big.gif'); background-position: 0px 0px; }
.football3 { background: #F0F8FF url('/images/hg_rasen_small.gif'); background-position: right; }

a {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}

a.menue  { text-decoration: none; color: #0000FF; display: block; width: 100%; padding: 1px 1px 3px 3px; border: 0px; margin: 0px; }
a.menue_black  { text-decoration: none; color: #000000; display: block; width: 100%; padding: 1px 1px 1px 3px; border: 0px; margin: 0px; }
a.menue_hl  { text-decoration: none; color: #0000FF; display: block; width: 100%; padding: 1px 1px 3px 3px; border: 0px; margin: 0px; background-color: #FFFFFF; font-weight: bold;}
/* a.menue:hover { background-color: #FFFFFF; } */
/* a.menue_top  { text-decoration: none; color: #0000FF; display: block; width: 100%; padding: 5px 3px 5px 3px; border: 0px; margin: 0px; font-weight: bold;} */
/* a.menue_top:hover { background-color: #FFFFFF; } */
a.menue_top  { text-decoration: none; color: #0000FF; display: inline; width: 100%; padding: 5px 3px 5px 3px; border: 0px; margin: 0px; font-weight: bold;}
a.menue_pricelist  { text-decoration: none; color: #0000FF; background-color: #FFFFFF; padding: 5px 3px 5px 3px; border: 0px; margin: 0px; font-weight: bold;}

.cents {
   font-size: 0.8em;
   position: relative;
   bottom: 0.3em;
 }

body {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #000000;
}

body, table, td  {  
	font-size: 1rem;
}

body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:5px }

h1, h2, h3 { font-size: 1rem; text-decoration: none; }

.caption_laaser_left {
float:left;
width:10%;
padding:3px;
}
.caption_laaser_right {
float:right;
width:85%;
padding:3px;
}
.caption_laaser_full {
/*padding:3px 3px 3px 3px;*/
padding:0;
}

.caption_laaser_right h1, .caption_laaser_full h1{
display:inline;
font-size:150%;
}
.caption_laaser_full a {
	color: white;
}

select {
	background-color:#FFFFE0;
}
input, textarea {
	font-size:1rem;
}

.zurueck:link {text-decoration: underline; color : #FFFFFF; margin-left: 5px;}
.zurueck:visited { text-decoration: underline; color : #FFFFFF; margin-left: 5px; }
.zurueck:active { text-decoration: none; color : #FFCC33; margin-left: 5px; }
.zurueck:hover { text-decoration: none; color : #FFCC33; margin-left: 5px; }

.hidden { 
	display: none;
}

/* styles for wikipedia content */
.wikiShowAll, .wikiShowLess, .showHideLinks {
	background-color: white;
	padding: 5px;
}
.showHideLinks a {
	cursor: pointer;
	font-weight: bold;
	font-size: 110%;
	margin: 5px;
	padding: 5px;
	background-color: #F0E68C;
}
.wikiShowLess {
	position: relative; top: 0px; left: 0px; /* fue IE: damit im zugeklappten Zustand die Links nicht dargestellt werden */
	height: 200px;
	overflow: hidden;
}
.hide {
	display: none;
}
.show {
	display: inline;
}

#wikiContent th {
	background-image: none;
	border: 1px #AAA solid;
}

.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }
 
.prettytable td {
 	border-color: rgb(170, 170, 170);
	border-style: solid;
	border-width: 1px;
}

 .nogrid th, .nogrid td {border: none;}
 .float-left { float: left; clear: left; }
 .float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 .centered { margin-left: auto; margin-right: auto; }
 
  .reference, .references sup {
     font-size: 91%;
     vertical-align: text-top;
     position: relative;
     top: -0.3em;
     white-space: nowrap;
 }
 
 .floatnone {
 	float: none;
 }
 
#toc {
    /*border:1px solid #2f6fab;*/
    border:1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding:5px;
    font-size: 95%;
}
#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

#wikiContent h2, #wikiContent h3 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
#wikiContent h3 {
	border-bottom: none;
	font-weight: bold;
	font-size: 132%;
}
#wikiContent h2 { font-size: 150%; }

div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
div.thumbinner {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
html .thumbimage {
	border: 1px solid #ccc;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
html .thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: 94%;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
div.tleft {
	float: left;
	clear: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
img.thumbborder {
	border: 1px solid #dddddd;
	display: none; /* ausgeblendet weil wir Bilder nicht  bernehmen */
}
.hiddenStructure {
	display: none;
}

#Vorlage_Exzellent {
	display: none;
}

/* style for the wikipedia gentelemens agreement */
.wiki_gentelem {
	font-size: 1.1em;
	border: 1px solid #555555;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

.restposten_message {
	font-size: 0.9em; 
	color: #FF0000; 
	font-weight: bold;
}

.formFieldEnabled {
}

.formFieldDisabled {
	background-color: #CCCCCC;
}

/* Warenkorb stuff */

.warenkorb .input_group {
	margin-bottom: 12px;
	line-height: 130%;
}

.bigradio label {
	line-height: 200%;
	padding: 7px 3px 7px 3px !important;
}

.warenkorb input {
}

.warenkorb input[type=text], .warenkorb input[type=tel], .warenkorb input[type=number], .warenkorb input[type=email], .warenkorb select {
	/*border: 1px solid #888888;
	border-style: inset;*/
	border: 1px solid #aaa;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	padding: 3px;
  	background-color: white;
  	font-size: 1em;
  	margin: 0px;
    margin-top: 0px; 
    margin-left: 0px;
	width: 100%;
	max-width: 350px;
}

.warenkorb input[type=radio] {
	margin: 0px;
  margin-top: 2px; 
  margin-left: 5px;
	vertical-align: baseline;
	/* CSS wahnsinn: somit sehen die radios zum nebenstehenden Label zentrierter aus */
	position: relative;
	top: 2px;
  margin-top: 4px;
}

.warenkorb input.field_error,select.field_error {
	background-color: #ffbbbb;
}

.warenkorb div.field_error {
	border: 2px solid red;
	width: auto;
	display: inline-block;
	padding: 2px;
}

.warenkorb label {
	padding: 2px 2px 0px 4px;
	vertical-align: baseline;
}

/* das ":checked" funktioniert erst ab IE 9 */
.warenkorb input[type="radio"]:checked+label {
	background-color: #336699;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.warenkorb input[type="radio"]+label {
	background-color: transparent;
}

.einzelpreis {
	font-style: italic;
	font-size: smaller;
}

div.erfolg_hinweis {
	background-image: url("/shop/images/success.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #bbffbb;
	border: 1px solid green;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	min-height: 50px;
}

div.fehler_hinweis {
	background-image: url("/shop/images/exclamation.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #ffbbbb;
	border: 1px solid red;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

div.allgemeiner_hinweis {
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #F0E68C;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.warenkorb p {
	margin-bottom: 7px;
}

.warenkorb input {
	/*margin-left: 0px;*/
}

/* Input elements */
.warenkorb .fullWidth {
	/*width: 270px;*/
}

/* die Gesamtbreite von Select Feldern wird irgendwie anders berechnet als die von Texteingabefeldern */
.warenkorb select.fullWidth {
	/*width: 276px;*/
}

/* warenkorb_senden_2.php */
.button_loesung_table {
	border-collapse: collapse;
}

.button_loesung_table {
	border: 3px solid #0F9B4A;
}

.button_loesung_table td {
	border: 1px solid black;
	padding: 2px;
}

.pure_layout td {
	border: 0px;
}

.pager td {
	color: white;
	font-size: larger;
	vertical-align: middle;
}

.pager a {
	color: white;
	text-decoration: none;
	padding: 3px;
}

.pager .backfwd {
	font-size: large; 
	display: block; 
}

hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

sup {
  vertical-align: 30%;
}

.fa {
    padding: 0;
    /*display: inline !important;
	height: 40px;
    text-align: center;*/
    text-decoration: none;
} 

.sticky_message {
	position: sticky;
	top: 3px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid lightgray;
	background-color: #EEEEEE;
	z-index: 100;
}

.artikel_anker {
	position: relative; 
	top: -130px;
} 

.fa-facebook {
  background: #3B5998;
  color: white;
}

/* BEGIN Menu styles */
/* Define the body style */
#menuwrapper {
    font-family:Arial;
    font-size:1rem;
    text-align: left;
}
 
/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}
 
/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
/* background-color: #7f95db;*/
    background-color: #2E2EFF; /*für Google wegen mangelndem Kontrast*/
    border-top:solid 1px white;
    border-bottom:solid 0.2rem white;
    border-right:solid 0.2rem white;
    width:100%;
    cursor:pointer;
}

#menuwrapper ul li.open{
    background-color:#3346a5;
}
 
/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li.closed:hover{
    background-color:#4456a6;
    position:relative;
    border-right:solid 2px #4456a6;
    font-weight: normal;
}
 
/* We apply the link style */
#menuwrapper ul li a{
    padding:5px 15px;
    color:#ffffff;
    display:inline-block;
    text-decoration:none;
    width:100%;
}

#menuwrapper ul li.open a{
    font-weight: bold;
    width:100%;
}
 
/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul.closed {
    position:absolute;
    display:none;
}

#menuwrapper ul li ul.open {
	left:0px;
    top:0px;
    display:block;
    position:relative;
}

#menuwrapper ul li ul.closed {
border:solid 2px #4456a6;
border-left:solid 10px #4456a6;
}

#menuwrapper ul li ul li {
	border-right: none;
	font-weight: normal;
}

#menuwrapper ul li ul li:last-child {
	border-bottom: none;
}


#menuwrapper ul li ul.closed li:first-child {
	border-top: none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */
@media(min-width: 768px) {
	#menuwrapper ul li:hover ul.closed {
   		 left:215px;
   		 bottom:-28px;
   	 	 display:block;
   		 z-index: 10;
	}
}
 
/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
    background-color:#cae25a;
}
 
/* We change the background color for the level 2 submenu when hovering the menu */
#menuwrapper ul li:hover ul li:hover{
    background-color:#b1b536;
}
 
/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#454444;
    display:inline-block;
    width:170px;
}

#menuwrapper ul li ul li.selected {
	border-left: 10px solid #4456a6;
	border-right: 10px solid #4456a6;
    width: 100%;
}


#menuwrapper ul li ul li.selected a{
	font-weight: bold;
	padding-left: 5px;
}

/* END Menu styles */

.button {
  background-color: #378139; /* Green 4CAF50 */
  border: 2px solid #378139; /* Green 4CAF50 */
	color: white;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 8px;
    -webkit-transition-duration: 0.25s; /* Safari */
  transition-duration: 0.25s;
  margin-top: 3px;
  margin-bottom: 3px;
} 

.small-btn {
	padding: 4px;
	font-size: 1.0rem;
}

.button {
	cursor: pointer;
}


.button:hover {
  background-color: white; /* Green */
  color: black;
}

/* @media (pointer: coarse) {
  a {
    padding: .8em;
  }
} */

.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
   
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 5px;
  margin: 0;
  list-style: none;
  
  align-items: flex-start; /* [flex-start|flex-end|center|baseline|stretch] */
  
  /*overflow: scroll;*/
}

.flex_label {
	flex: 0 0 150px; 
	padding: 2px; 
	text-align: right;
}

.flex_field {
	flex: 1 0 350px; 
	padding: 2px;
}

.flex-item {
  padding: 5px;
  width: 170px;
  margin: auto;
  color: white;
  text-align: center;
}

.flex-footer-item {
  padding: 5px;
  width: 250px;
  margin: auto;
  color: white;
  text-align: center;
}

.nav { 
    box-sizing:border-box;
	justify-content: center; 
	overflow: hidden; 
	float: right;
	background-color: #666; 
	border: 2px solid #666;
	border-radius: 5px;
	padding: 2px;
	margin: 3px;
	min-width: 25px;
	min-height: 25px;
} 
.nav_inverted { 
    box-sizing:border-box;
	background-color: #fff; 
	border: 2px solid #666;
} 
a.nav { 
	display: block; 
	color: white; 
	text-align: center; 
	text-decoration: none; 
	line-height: 16px;
} 
a.nav_inverted {
	background-color: #fff; 
	border: 0;
	margin: 3px;
	padding: 0;
}

.cats ul {
  position: relative;
  list-style: none;
}


.cats li {
  list-style: none;
margin: 2px;
}

.cats li a {
text-decoration: none;
padding: 5px;
}

.cats li a:hover {
background-color: #666;
color: #fff;
}

.cats li::before {
  content: '>';
  position: relative;
  left: -10px;
}


blink {
  animation: blinker 0.6s linear infinite;
  color: #1c87c9;
 }
@keyframes blinker {  
  50% { opacity: 0; }
 }
 .blink-one {
   animation: blinker-one 1s linear infinite;
 }
 @keyframes blinker-one {  
   0% { opacity: 0; }
 }
 .blink-two {
   animation: blinker-two 2s linear 3;
 }
 @keyframes blinker-two {  
   100% { opacity: 0.45; }
 }

 @media (max-width: 1023px) {
  	.disposable_high {
  	display: none;
        }
 }


@media (max-width: 767px) {
            .disposable_medium {
  	display: none;
        }
 }


@media (max-width: 400px) {
        .disposable_low {
  		display: none;
        }
 }

@media (max-width: 530px) {
	.flex_label {
		text-align: left;
	}
 }

@media (max-width: 360px) {
            .disposable_lower {
  	display: none;
        }
 }


 @media (min-width: 768px) {
	.disposable_above_medium {
	display: none;
	}
}

 @media (min-width: 401px) {
	.disposable_above_low {
	display: none;
	}

}

 


 

.hamburger {
	display: inline-block;
	cursor: pointer;
	font-size: 30px;
	color: #000;
}

.cart {
	display: inline-block;
	cursor: pointer;
	font-size: 30px;
	color: #000;
	text-decoration: none;
}

.cart a {
	text-decoration: none;
}

/* set correct box model */
* {
    box-sizing:border-box;
}

/* flexbox container */
.holy-grail-flexbox {
    display:flex;
    flex-wrap:wrap;
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}

/* columns (mobile) */
.holy-grail-flexbox > * {
    width:100%;
    padding:5px;
	background-color: white;
}

/* background colors */
/* .holy-grail-flexbox > .main_content {background:#fff}
.holy-grail-flexbox > .column_left {background:#f5d55f}
.holy-grail-flexbox > .column_right {background:#c5ed77} */

/* tablet breakpoint */
@media (min-width:768px) {
    .holy-grail-flexbox > .column_left {
        width: 230px;
		flex-grow: 0;
    }
	
    .holy-grail-flexbox > .main_content {
        flex-grow: 1;
		width: 500px;
    }
	
    .holy-grail-flexbox > .column_right {
        width: 100%;
    }

	.hamburger {
		display: none;
	}
}

/* desktop breakpoint */
@media (min-width:1200px) {
	.holy-grail-flexbox > .column_left {
        width: 230px;
		flex-grow: 0;
    }
    .holy-grail-flexbox > .main_content {
        width: 700px;
		flex-grow: 1;
    }
    .holy-grail-flexbox > .column_right {
		width: 230px;
		flex-grow: 0;
    }
}

.wiki_container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	background-color: white;
	border-bottom: 1px solid darkgray;
	border-top: 1px solid darkgray;
	overflow: hidden;
}

.menu.show {
	display: unset; /* Show the menu when the class `show` is added */
}

.discount.show {
	display: block; /* Show discounts when the class `show` is added */
}