.restaurant-container{
	background:#ffffff;
	border-radius:16px;
	overflow:hidden;
	box-shadow:0 4px 18px rgba(0,0,0,0.12);
	border:1px solid #dddddd;
	width:90%;
	margin: 20px;
}
.restaurant-header{
	background:#2e4672;
	color:#f6ce00;
	padding:16px 40px;
	font-size:28px;
	font-weight:700;
	letter-spacing:0.5px;
	text-align:center;
	text-transform:uppercase;
}
.restaurant-etappe{
	font-size:16px;
	font-weight:700;
	letter-spacing:0.5px;
	text-align:center;
	text-transform:none;
}
.restaurant-bild{
	color:#2e4672;
	text-align:center;
	border-bottom:1px solid #CCC;
}
.restaurant-bild img{
	display:block;
	width:100%;
	height:auto;
}
.restaurant-name{
	background:#f2f2f2;
	color:#2e4672;
	padding:16px 40px;
	font-size:18px;
	font-weight:700;
	letter-spacing:0.5px;
	text-align:center;
	border-bottom:1px solid #CCC;
}
.restaurant-content{
	padding:20px;
}
.restaurant-beschreibung{
	display:flex;
	align-items:center;
	font-size:16px;
	line-height:1.45;
	color:#2e4672;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
}
.restaurant-slide{
	display:none;
}
.restaurant-slide.is-active{
	display:block;
}
.restaurant-nav{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:18px;
	padding-bottom:20px;
}
.restaurant-btn{
	width:42px;
	height:42px;
	border-radius:50%;
	background:#2e4672;
	color:#f6ce00;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:22px;
	font-weight:bold;
	box-shadow:0 2px 8px rgba(0,0,0,0.18);
	transition:all 0.2s ease;
}
.restaurant-btn:hover,
.restaurant-btn:focus{
	background:#1f3357;
	transform:translateY(-2px);
	color:#f6ce00;
	text-decoration:none;
}
.restaurant-bild{
    position:relative;
    color:#2e4672;
    text-align:center;
    border-bottom:1px solid #CCC;
}

.restaurant-bildhinweis{
    position:absolute;
    left:0;
    bottom:0;
    color:#ffffff82;
    font-size:10px;
    line-height:1.25;
    padding:4px 8px;
    text-align:left;
    box-sizing:border-box;
    max-width:100%;
    z-index:2;
}