body{
	width:300px;
	margin:auto;
}
h1{
	font-size:40px;
	color: #d2b177;
}
h2{
	font-size: 50px; 
	color: #d2b177; 
	border-bottom: 4px solid #181818; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom: 10px;
}
h3{
	font-size: 40px; 
	color: #d2b177; 
	border-bottom: 4px solid #181818; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom: 10px;
}
h4{
	font-size: 30px; 
	color: #d2b177; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-bottom: 10px;
}
.content{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: white;
	font-family: 'Bebas Neue', cursive;

}
table {
	width:100%;
}

#TabHeadLeft{
	text-align:left;
	font-size: 30px;
	color: #d2b177;
}
#TabHeadRight{
	text-align:right;
	font-size: 30px;
	color: #d2b177;
	}
#TabLeft{
	text-align:left;
}
#TabRight{
	text-align:right;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
	background-color: black;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 20px;
	font-family: 'Bebas Neue', cursive;

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
	background-color: #181818;
}
.collapsible:after {
	content: '\002B';
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2212";
}
/* Style the collapsible content. Note: hidden by default */
.con {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: black;
}
.collapsible.allergene{
	color:red;
}
.con sup{
	font-size: 10px;
}
.con sub{
	font-size: 12px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #181818;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 300px;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}


.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.other{
	padding-bottom: 10px;
}
.content .other button{
	position: relative;
	background-color: #181818;
	border: none;
	font-size: 24px;
	color: #FFFFFF;
	padding: 20px;
	width: 130px;
	text-align: center;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	font-family: 'Bebas Neue', cursive;
	border
}
.content .other button:after {
	content: "";
	background: #f1f1f1;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s
}

.other button:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s
}
.content button{
	position: relative;
	background-color: #181818;
	border: none;
	font-size: 24px;
	color: #FFFFFF;
	padding: 20px;
	width: 300px;
	text-align: center;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	font-family: 'Bebas Neue', cursive;
}
a{
	text-decoration: none;
}
.btn{
	position: fixed;
	top: 50px;
	right: 0px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
}