/*
  Almani-Rot:     #8D2031
  Almani-Hellrot: #b28487
*/


@import url(fonts.css);

.card {
	border-radius: .75rem;
	box-shadow: 10px 10px 5px #b28487;
	margin-bottom: 50px !important;
}

.card-title {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 700;
	color: #8D2031;

}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(.75rem - 1px);
	border-bottom-left-radius: calc(.75rem - 1px);
}

.card-img,
.card-img-top {
	border-top-right-radius: calc(.75rem - 1px);
	border-top-left-radius: calc(.75rem - 1px);
}

.abstand-gross {
	height: 5rem;
}

.abstand-klein {
	height: 2.5rem;
}

.sektion {
	font-family: 'Dancing Script';
	color: #ffffff;
	background-color: #8D2031;
	border-radius: 0.5rem;
	padding: 1rem;
}

.btn-almani {
	color: #ffffff;
	background-color: #8D2031;
}

.btn-almani:hover {
	color: #fff;
	background-color: #b28487;
	border-color: #8D2031;
}

hr.speisekarte {
	height: 3px;
	background: red;
	background: -webkit-linear-gradient(to right, #ffffff, #8D2031);
	background: -o-linear-gradient(to right, #ffffff, #8D2031);
	background: -moz-linear-gradient(to right, #ffffff, #8D2031);
	background: linear-gradient(to right, #ffffff, #8D2031);
}

.ct-card-img-left {
	margin-left: -12px !important;
}




.content-box {
	width: 410px;
	height: 235px;
	margin: 0 auto;
	position: relative;
	background: gray;
	border: 5px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#ribbon-container {
	position: absolute;
	top: 15px;
	right: -20px;
	overflow: visible;
	font-size: 18px;
	line-height: 18px;
}

#ribbon-container:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	border-top: 29px solid rgba(0, 0, 0, .3);
	border-bottom: 29px solid rgba(0, 0, 0, .3);
	border-right: 29px solid rgba(0, 0, 0, .3);
	border-left: 29px solid transparent;
}

#ribbon-container:after {
	content: "";
	height: 3px;
	background: rgba(0, 0, 0, .3);
	display: block;
	position: absolute;
	bottom: -3px;
	left: 58px;
	right: 3px;
}

/*
  Almani-Rot:     #8D2031
  Almani-Hellrot: #b28487
*/

#ribbon-container a {
	display: block;
	padding: 20px;
	position: relative;
  background: #8d2031;
	overflow: visible;
	height: 58px;
	margin-left: 29px;
	color: #fff;
	text-decoration: none;
}

#ribbon-container a:after {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	bottom: -15px;
	right: 0;
	border-top: 15px solid #b28487;
	border-right: 15px solid transparent;
}

#ribbon-container a:before {
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	top: 0;
	left: -29px;
	border-top: 29px solid #8d2031;
	border-bottom: 29px solid #8d2031;
	border-right: 29px solid transparent;
	border-left: 29px solid transparent;
}

#ribbon-container a:hover {
	/* background: #009ff1; */
}

#ribbon-container a:hover:before {
  /*
	border-top: 29px solid #009ff1;
	border-bottom: 29px solid #009ff1;
  */
}

img {
	max-width: 100%;
}

.gallery {
	background-color: #dbddff;
	padding: 80px 0;
}

.gallery img {
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}

#gallery-modal .modal-img {
	width: 100%;
}