body, html {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height:34px;
  font-size:30px;
  font-family: 'Caveat', cursive;
}

.MaxBreite {
	width:1000px;
	text-align:center;
	margin:auto;
}
.grid {
    display: flex;
    flex-wrap: wrap;
}
.grid div {
    width: 50%;
    padding: 5px;
}
.grid div img {
    display: block;
    width: 100%;
}
.DivTop {
	left:0px;
	width:100%;
	height:auto;
	background-image:url(images/top_bg.png);
	padding-top:30px;
	padding-bottom:60px;
	text-align:center;
}
	.DivTop img {
		max-width:500px;
		min-width:200px;
	}
.DivNav {
	left:0px;
	width:100%;
	background-color:#423527;
	padding:20px;
	text-align:center;
}
	.DivNav .Navigation {
		position:relative;
		margin-top:-63px;
		height:100px;
		text-align:center;
		width:100%;
	}
	.Nav {
		background-color:#423527;
		border:6px solid #E4CCA0;
		color:#FFF;
		padding:20px;
		font-size:30px;
		text-decoration:none;
		-webkit-border-radius: 80px 80px 80px 80px;
		border-radius: 80px 80px 80px 80px;
		-webkit-transition: background 150ms ease;
		-moz-transition: background 150ms ease;
		-ms-transition: background 150ms ease;
		-o-transition: background 150ms ease;
		transition: background 150ms ease;
		margin-left:10px;
		margin-right:10px;
		width:200px;
		display:inline-block;
	}
	.Nav:hover {
		background-color:#7A6247;
	}
h1,h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	display:inline-block;
	width:auto;
}
h1 {
	font-weight:bold;
	font-size:80px;
	color:#E4CCA0;
	line-height:90px;
}
h2 {
	color:#FFF;
	font-size:40px;
	line-height:50px;
}

.DivPhotos {
	width:100%;
	height:auto;
	overflow:hidden;
}
.DivContent {
	padding:100px;
	background-color:#FFF;
	text-align:center;
	background-image:url(images/top_bg.png);
}
	.DivContent .EisKuchen {
		position:absolute;
		margin-top:-100px;		
		z-index:10000;
		left:0px;
		height:160px;
		width:100%;
		overflow:hidden;
		background-repeat:repeat-x;
		background-image:url(images/eis_kuchen_wattens.png);
	}
	.DivContent .MaxBreite {
		padding-top:50px;
	}

.DivFooter {
	background-color:#7A6247;
	padding:20px;
	width:100%;
	color:#FFF;
	margin-top:20px;
}
	.DivFooter * {
		font-size:20px;
		line-height:22px;
	}
	.DivFooter a {
		color:#FFF;
		text-decoration:none;
	}
.row {
	width:100%;
	display:table;
}
.col_1_2 {
	width:50%;
	display:table-cell;
	vertical-align:bottom;
}
.align_right {
	text-align:right;
}
a {
	color:#333;
}

@media only screen and (max-width : 1200px) {
.MaxBreite {
	width:100%;
}
.DivTop {
	padding-top:40px;
	padding-bottom:40px;
}
}

@media only screen and (max-width : 800px) {
    * {
        font-size: 20px;
    }
    .DivContent {
        padding-left: 20px;
        padding-right: 20px;
    }
	h1 {
		font-size:40px;
		line-height:1.2;
	}
	.row {
		display:block;
		width:100%;
	}
	.col_1_2 {
		display:block;
		width:100%;
		text-align:center;
	}
	.align_right {
		text-align:center;
		padding-top:20px;
	}
}