/*
$blau: rgb(151,158,156);
$beige: rgb(231,226,217);
*/

//------------------- Fonts --------------------

@font-face {
  font-family: 'Roboto Slab';
  src: url(../fonts/RobotoSlab-Light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url(../fonts/RobotoSlab-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url(../fonts/RobotoSlab-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: rgb(231,226,217);
	font-family: 'Roboto Slab', serif;
	text-align: center;
	font-size: 1.35em;
}
h1, h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
}
h1 {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	background-color: rgb(151,158,156);
	color: #fff;
	letter-spacing: 2px;
}
h2, p {
	color: rgb(151,158,156);
}
p {
	margin: 0 0 5px 0;
}
.bold {
	font-weight: bold;
	font-size: 1.2em;
}
.datum {
	text-decoration: underline;
}
.small {
	font-size: 0.9em;
}
table {
	width: 80%;
	margin-top: 40px;
	margin-left: 50%;
	transform: translateX(-50%);
	text-align: left;
	color: rgb(151,158,156);
}
td {
	margin: 10px 0;
}
.menu {
	padding-right: 30px;
	border-right: 1px solid;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
.speisen {
	padding-left: 30px;
}


.uk-slider-container {
	overflow: auto;
	overflow-x: hidden;
}
.uk-dotnav {
	margin-bottom: 30px;
}
.uk-dotnav a {
	border: 1px solid rgb(151,158,156);
	width: 15px; 
	height: 15px;
}
.uk-dotnav .uk-active a, .uk-dotnav a:hover {
	background-color: rgb(151,158,156);
}
.uk-slidenav {
	margin: 20px;
}
.uk-slidenav, .uk-slidenav:hover {
	color: rgb(151,158,156);
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 1.1em;
	}
	h1 {
		font-size: 1.6em;
	}
	table {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	td {
		display: block;
	}

	h2 {
		font-size: 1.2em;
	}
	.menu {
		padding: 0;
		border: none;
		text-align: center;
	}
	.speisen {
		padding: 0;
	}
	.only-wide {
		display: none;
	}
}