.main {
	padding-top: 50px;
	-webkit-box-shadow: 0px 8px 16px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 8px 16px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 8px 16px -5px rgba(0,0,0,0.75);
	color: #575757;
}

.extra{
	font-weight: normal;
	color: #575757;
}

.hide-allergies {
	display: none;
}

.navbar {
	-webkit-box-shadow: 0px 9px 11px -12px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 9px 11px -12px rgba(0,0,0,0.75);
	box-shadow: 0px 9px 11px -12px rgba(0,0,0,0.75);
}
.side-info {
	border-top: 1px grey solid;
	margin-right: 20px; 
	padding-bottom: 20px;
}

.time-info {
	color: #ff3333;
	font-weight: bold;
}

.highlight, .product, h2, h5 {
	font-weight: bold;
	color: #212529;
}

#Speisekarte, .navbar-collapse, .card-header{
	text-align: center;
}

.card .product .btn-allergies, .card .article-info .btn-allergies {
	font-size: 11px;
	padding: 1px 4px;
}

.card .btn {
	font-size: 20px;
	font-weight: bold;
}

.article-info {
	text-align: center;
	padding-bottom: 10px;
	color: #575757;
}

.product {
	padding-bottom: 10px;
	color: #212529;
}

.price-content {

	padding-top: 10px;
}


.product-info {
	color: #575757;
	font-size: 13px;
}

.price {
	display: block;
	float: right;
	text-align: right;
	font-weight: bold;
	color: #212529;
}

.ingredient {
	padding-bottom: 10px;
}

.angebot{
	display: block;
	float: left;
}

.main-content {
	padding-bottom: 50px;
}

.navbar-brand #center-img {
	display: block;
  margin-left: auto;
  margin-right: auto;
}


#top-header {
	margin-top: 50px;
}

@media (max-width: 768px) {

	.hide-allergies {
		display: inline-block;
		font-size: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.extra {
		font-size: 10px;
	}

	.logo {
		border-bottom: 1px dashed #575757
	}

	.header {
		padding-top: 50px;
	}

	.delivery {
		text-align: center;
		padding-top: 20px;
	}

	.logo {
		margin: auto;
		width: 70%;
	}

	.nav-item {
		font-size: 18px;
	}

	.navbar-brand {
		width: 100%;
	}

	.main h5, .main h2, .main p{
		text-align: center;
	}

	.main h5{
		font-size: 28px;
	}

	.main-content {
		padding-bottom: 20px;
	}

	.card .btn {
		font-size: 16px;
	}

	.size {
		float: left;
	}

	.side-content .allergies {
		text-align: left;
	}

	.product-info {
		font-size: 11px;
	}

	.side{
		margin-top: 50px;
		padding-top: 10px;
		padding-bottom: 100px;
		border-top: 1px black dashed;
	}

	.side-info{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		text-align: center;
	}

	.side-content {
		padding-top: 50px;
		padding-left: 0;
		border-left: none;
	}

	.img-fluid {
		height: 250px;
	}
}