@font-face { 
	font-family: 'Script MT'; 
	src: url(scriptbl.ttf); 
} 

html {
	height: 100%;
	width: 100%;
	font-family: Corbel;
}

body {
	width: 100%;
	height: 100%;
	display: block;
	background: #F3F6F7;
	margin: 0;
	overflow-y: scroll;
}

a {
	color: black;
	text-decoration: none;
	font-weight: 100;
	border-bottom: 1px dotted #000000;
	display: initial !important;
}

#seite {
	display: block;
	height: auto;
	min-height: 100%;
	width: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: #FFE6AB;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	border-right: 1px solid #676767;
	border-left: 1px solid #676767;
}

#links {
	display: table !important;
	width: 100% !important;
	height: 1.8em;
	font-size: 1.2em;
	text-align: right;
	padding: 0 !important;
}

#links, a {
	width: auto;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding: 0;
	padding-bottom: 2px;
}

#links > a {
	padding-top: 5px;
	float: right;
	margin: 0px 20px;
}

.menu a {
    width: 100%;
    display: block;
    color: black;
    text-shadow: #E8E8E8 0px 0px 10px;
    border: none;
}

#header {
	display: table;
	width: 100%;
	height: 170px;
	font-family: 'Script MT';
	font-size: 2em;
	border-bottom: 2px solid #FFC570;
}

.baeckerei {
	background: url('../images/baeckerei.jpg');
	background-position-x: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.cafe {
	background: url('../images/cafe.jpg');
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.konditorei {
	background: url('../images/konditorei.jpg');
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.menu {
	display: table-cell;
	width: 20%;
	height: 100%;
	text-align: center;
	vertical-align: bottom;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255));
}

.item {
    font-size: 24px;
	width: 20%;
	float: left;
}

.submenu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background: #FFB985;
    height: 30px;
}

.submenu a {
	height: 30px;
}

#neuigkeiten {
	width: 90%;
	height: auto;
	text-align: center;
	margin: 5%;
	border: 2px solid black;
	padding: 1.5em;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: white;
}

#inhalt {
	width: 90%;
	height: auto;
	text-align: left;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 22px;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow: hidden;
	line-height: 170%;
}