@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap');

*
{
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

p
{
	font-weight: 300;
	color: #111;
}

.banner
{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(img/restaurant.png);
	background-size: cover;
}

.banner .content
{
	max-width: 900px;
	text-align: center;
}

.banner .content h2
{
	font-size: 4em;
	padding-bottom: 50px;
	color: #fff;
}

.impressum
{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: left;
	align-items: center;}

.impressum .content
{
	max-width: 900px;
	justify-content: left;
	align-items: center;
}

.impressum .content h2
{
	font-size: 3em;
	color: #111;
	text-transform: capitalize;
	justify-content: left;
	align-items: center;}

.impressum .content p
{
	font-size: 1em;
	color: #111;
	justify-content: left;
	align-items: center;}

.impressum .content span
{
	color: #d62839;
	font-weight: 400;
	font-size: 1.5em;
}

.impressum .content strong
{
	font-weight: 400;
	font-size: 1.1em;
}



.btn {
	font-size: 1em;
	color: #fff;
	background: #e63946;
	display: inline-block;
	padding: 12px 36px;
	margin-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	cursor: pointer;
}

.btn:hover {
	letter-spacing: 4px;
	background: #d62839;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}

header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 10000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
}

header.sticky
{
	background: #fff;
	padding: 10px 60px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

header .logo
{
	color: #fff;
	font-weight: 700;
	font-size: 2em;
	text-decoration: none;
}

header.sticky .logo
{
	color: #111;
}

header .logo span
{
	color: #d62839;
}

header .navigation
{
	display: flex;
}

header .navigation li
{
	list-style: none;
	margin-left: 30px;
}

header .navigation li a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 18px;
}

header.sticky .navigation li a
{
	color: #111;
}

header .navigation li a:hover
{
	color: #d62839;
}

section
{
	padding: 30px 100px;
}

.about {
    padding-top: 100px;
}

.row {
display: flex;
justify-content: space-between;
align-items: stretch;
}

.row .col50 {
width: 48%;
display: flex;
flex-direction: column;
justify-content: center;
}

.row .col50 .imgBx {
display: flex;
justify-content: center;
align-items: center;
}

.row .col50 .imgBx img {
margin-top: 0;
max-width: 100%;
height: auto;
}

.titleText
{
	color: #111;
	font-size: 2em;
	font-weight: 300;
}

.titleText span
{
	color: #d62839;
	font-weight: 700;
	font-size: 1.5em;
}

.starters span
{
	color: #d62839;
	font-weight: 700;
	font-size: 1.5em;
}

.imgBx img
{
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 10px;

}

.title
{
	text-align: center;
}

.menu {
	width: 90%;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.menu img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.expert .content
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.expert .content .box
{
	width: 250px;
	margin: 15px;
}

.expert .content .box .imgBx
{
	position: relative;
	width: 100%;
	height: 300px;
}

.expert .content .box .imgBx img
{
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.expert .content .box .text
{
	padding: 15px 0 5px;
}

.expert .content .box .text h3
{
	font-weight: 400;
	color: #111;
}

.open {
    padding-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}

.open .hours {
	font-size: 1.2em;
	font-weight: 300;
	color: #111;
	line-height: 2;
}

.open .hours p {
	margin: 10px 0;
}

.open .hours p.closed {
	color: #d62839; /* Hervorhebung für geschlossene Tage */
	font-weight: 500;
}



.white .titleText,
.white p
{
	color: #fff;
}


.contact {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0px 20px;
	padding-bottom: 80px;

}

.contact-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap; /* sorgt für mobile Responsiveness */
}

.contact-info {
    text-align: center;
    max-width: 600px; /* mehr Platz, kein Umbruch mehr */
}


.contact-info .info {
	font-size: 1.2em;
	font-weight: 300;
	color: #111;
	line-height: 2;
}

.contact-info h2 {
	margin-bottom: 10px;
}

.btn-container {
	margin-top: 20px;
}

.map-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.map-container iframe {
	width: 100%;
	max-width: 100%;
	height: 250px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.impressumText
{
	padding: 8px 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 20px;
}

.impressumText p
{
	color: #333;
}

.impressumText a
{
	color: #d62839;
	font-weight: 500;
	text-decoration: none;
}

#facebook-icon, #instagram-icon {
    height: 25px;
    width: auto;
}

/*-------- Tablet scren ------------*/
@media screen and (max-width:  991px)
{
	header,
	header.sticky
	{
		padding: 10px 20px;
	}

	header .navigation li a img {
		height: 30px;
		margin-bottom: 10px;
	}
	.impressum {
		margin-top: 80px;
	}
	header .navigation
	{
		display: none;
	}

	header .navigation.active
	{
		width: 100%;
		height: calc(100% - 68px);
		position: fixed;
		top: 68px;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background: #fff;
	}

	header .navigation li
	{
		margin-left: 0;
	}

	header .navigation li a
	{
		text-decoration: none;
		color: #111;
		font-size: 1.6em;
		font-weight: 300;
	}

	.menuToggle
	{
		position: relative;
		width: 40px;
		height: 40px;
		background-size: 30px;
		background: url(img/menu.png) no-repeat center;
		cursor: pointer;
	}

	.menuToggle.active
	{
		background-size: 25px;
		background: url(img/close.png) no-repeat center;
	}

	header.sticky .menuToggle
	{
		filter: invert(1);
	}

	section
	{
		padding: 20px;
	}
	.banner {
		background: url(img/restaurant-mobile.png) no-repeat center center;
		background-size: cover;
	}
	.banner .content h2
	{
		font-size: 2.5em;
		color: #fff;
	}

    .row {
    flex-direction: column;
    align-items: flex-start;
    }

    .row .col50 {
    width: 100%;
    }

    .imgBx {
    margin-top: 30px;
    }

    .imgBx img {
    margin-top: 0;
    }

	.menu .content
	{
		margin-top: 20px;
	}

	.menu .content .box
	{
		margin: 10px;
	}

	.menu .content .box .imgBx
	{
		height: 260px;
	}

	.contact-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
		padding: 0px 0px;
	}

	.contact-info {
		width: 100%;
		text-align: center;
	}

	.map-container iframe {
		height: 200px;
	}

	.title
	{
		text-align: center;
	}

	.titleText
	{
		font-size: 1.8em;
		line-height: 1.5em;
		margin-bottom: 15px;
		font-weight: 300;
	}

	.about {
        padding-top: 30px;
    }
}