@charset "UTF-8";

body.hello, html.hello {
	height: 100%;
	margin: 0;
	font-family: Verdana, Tahoma, sans-serif;
}

body.home {
	display: flex;
	flex-direction: column;
	max-width: 75em;
	margin: 0 auto;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.9em;
	color: Black;
}

body.home span {
	padding-left: 1em;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

header {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

header p {
	font-size: 1.2em;
}

header, footer {
	background-color: #eeeeee;
	padding: 1em;
}

section.home, article, aside, address {
	border-radius: 8px;
	border: 1px dotted #404040;
	margin: 0.3em;
	padding: 1em;
}

section.home {
	background-color: snow;
}

section.home p, section.home h2, section.home h3, section.home h4 {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

section.home header {
	background-color: #eeeeee;
}

section.home footer {
	background-color: #eeeeee;
}

article {
	background-color: White;
}

article header {
	background-color: #eeeeee;
}

article footer {
	background-color: #eeeeee;
}

figure {
	max-width: 600px;
	border: 1px #cccccc solid;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}

figure.links {
	float: left;
	width: 40%;
	border: 1px #cccccc solid;
	margin: 0;
	padding: 0;
	margin-right: 1em;
	margin-bottom: 1em;
}

figure.hoch {
	width: 40%;
	border: 1px #cccccc solid;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}

figure.quer {
	width: 60%;
	border: 1px #cccccc solid;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}

figcaption {
	background-color: black;
	color: white;
	font-style: italic;
	padding: 2px;
	text-align: center;
}

aside {
	font-style: italic;
	background-color: lightgray;
}

address {
	font-style: italic;
	background-color: snow;
}

section.home a:link {
	color: blue;
}

section.home a:visited {
	color: royalblue;
}

section.home a:hover {
	color: red;
}

section.home table {
	margin-left: auto;
	margin-right: auto;
}

section.home table td {
	padding: 0.3em;
}

section.hello {
	background-image: url("cafe.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.hello img.logo {
	position: absolute;
	top: 24px;
	left: 16px;
	/*	background-color: black; */
	opacity: 100%;
	width: clamp(220px, 30%, 300px);
	height: auto;
}

section.hello img.aktion {
	width: clamp(220px, 40%, 600px);
	height: auto;
}

section.hello p.address {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: clamp(0.7rem, 2.2vw, 2.7rem);
	text-align: center;
	background-color: white;
	opacity: 80%;
	padding: 8px;
}

section.hello p.aktion {
	position: absolute;
	top: 320px;
	left: 16px;
	font-size: clamp(1rem, 2.2vw, 2.7rem);
	text-align: center;
	background-color: white;
	opacity: 70%;
	padding: 8px;
	width: clamp(220px, 88%, 600px);
}

section.hello span.tel {
	font-size: clamp(0.8rem, 4.4vw, 4.5rem);
}

section.hello span.comein a {
	background-color: #f44336;
	color: white;
	padding: 10px 25px;
	margin: 3px;
	text-align: center;
	font-size: clamp(0.8rem, 4.4vw, 4.5rem);
	display: inline-block;
}

section.hello span.comein a:hover section.hello span.comein a:active {
	background-color: green;
}

section.hello table.opening {
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-size: clamp(1rem, 2.2vw, 2.2rem);
	background-color: white;
	max-width: 88%;
	opacity: 80%;
}

section.hello table.opening td {
	padding-left: 0.3em;
	padding-right: 0.3em;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

@media ( width <= 414px) {
	section.hello img.logo {
		max-width: 125px;
	}
	section.hello img.aktion {
		max-width: 125px;
	}
	section.hello a.comein {
		top: 100px;
	}
	body.home span {
		padding-left: 0;
	}
	section.hello p.aktion {
		top: 200px;
	}
}

p.BFY {
	font-size: 0.7em;
}

section a[href*="//"]::after {
	content: " ↗ ";
}

nav {
	background-color: #404040;
	padding: 0;
	margin: 0;
	height: 50px;
}

nav a:hover {
	color: LightGrey;
}

nav ul {
	padding: 0;
	list-style: none;
	background-color: #404040;
	position: absolute;
	list-style: none;
	width: 100%;
	max-width: 75em;
}

nav ul li {
	float: left;
	margin-top: 0em;
	margin-left: .4em;
	margin-right: .4em;
	padding-top: .2em;
	padding-bottom: .2em;
}

nav ul li.me {
	background-color: Grey;
}

nav ul li a {
	color: White;
}

nav ul li a:visted {
	color: White;
}

nav ul li:hover>ul {
	display: block;
	top: 100%;
}

nav ul ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #404040;
	position: absolute;
	top: 100%;
	width: 150px;
}

nav ul ul li {
	float: none;
	/*	font-size: 1em; */
	position: relative;
	border-top: 1px solid Grey;
	height: 18px;
	width: 100%;
	margin: 0;
}