.el-speisekarte {
	background: white;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05), 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
	padding: 16px;
	max-width: 450px;
	margin: 0 auto;
	
}

.speisekarteHeadline {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: var(--color-primary);
	margin-bottom: 6px;
}

.speisekarteDescription {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #BBBBBB;
	margin-top: 8px;
	margin-bottom: 12px;
}

.speisekartePrice {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: right;	
	color: #000;
	font-family: 'Montserrat';
}

img.webcam {
	width: 100%;
	margin-bottom: 80px;
}

.allergene {
	text-transform: uppercase;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: flex-start;
	font-family: var(--font-family-highlight);
}

.allergen {
	margin-right: 3px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}


.allergene-popup-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	-webkit-backdrop-filter: blur(0px);	
	backdrop-filter: blur(0px);	
	z-index: 100;
	transition: 0.5s ease all;
}

.allergene-popup-wrapper.animate {
	-webkit-backdrop-filter: blur(4px);	
	backdrop-filter: blur(4px);
}

.allergene-popup {
	max-width: 500px;
	padding: 20px;
	padding-top: 50px;
	width: 100%;
	z-index: 1000;
	background: white;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.35);
	position: relative;
	border-radius: 5px;
	transition: 0.5s ease all;
	margin-bottom: -1000px;
}

.allergene-popup-wrapper.animate .allergene-popup {
	margin-bottom: 0px;
}

.allergene-popup-close {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	padding: 20px;
	font-size: 20px;
}

.allergen-popup  {
	line-height: 110%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #5c6774;
	font-size: 14px;
	line-height: 22px;
}

.allergen-popup:last-child {
	border-bottom: 0px;	
}

.allergen-popup .allergen-popup-key {
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--font-family-highlight);
	color: #b71b54;
	padding-right: 15px;
}

.allergen-popup-title {

	display: flex;
	align-items: center;
	justify-content: flex-start;
}





@media only screen and (max-width : 720px) {
	.speisekarteHeadline {
		font-size: 17px;
		line-height: 20px;
	}	
	.bhImageInner img {
		width: 100% !important;
		height: auto !important
	}
}
