@CHARSET "UTF-8";

* {
	box-sizing: border-box;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}
div.row {
	position: relative; 
	top: -30px; 
}

[class*="col-"] {
	float: left;
	padding: 15px;
}

html {
	/** background-image: url('../img/orange.png');
	background-size: 324px 216px; */
	font-family: 'Amatica SC';
	font-size: 28px;
	background: #ffe698;
}

main {
	position: relative;
	top: 130px;
	bottom: 150px;
	background:#ffe698;
}
div.header > h1 {
	position: relative; 
	top: 30px;
}
.header {
	z-index: 3;
	position: fixed;
	right: 0px;
	width: 100%;
	background: #ffe698;
	background-image: url('../img/burger/burger_oben_farbig.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 150px;
	color: papayawhip;
	font-size: 12px;
	font-family: 'Bubblegum Sans';
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 150px;
}

.menu ul {
	min-width: 21%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	opacity: 1.0;
	padding: 5px; 
	margin-bottom: 5px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
li:nth-child(odd) {
		/**background-image: url('../img/background/pommes_odd.png');*/
		background:#343228;
	background-size: 100% 100%; 
}
li:nth-child(even){
		/** background-image: url('../img/background/pommes_even.png');*/
		background:#343228;
	background-size: 100% 100%; 
}
li:hover > a{
		color: #343228; 
}

.menu a{
	color: papayawhip;	
	font-family: Bubblegum Sans; 
	font-size: 25px;
	text-decoration: none;
}
li:hover {
	color: #343228;
} 
.menu li:hover {
	background-image: url('../img/background/pommes_odd.png');
	color: #343228;
}
.text {
  font-size: 14px;
}
.aside {
	background-color: #d4c795;
	background-image: url('../img/background/green_chalkboard.jpg');
	background-size: 100% 100%; 
	border: 5pt #84704e solid;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
div.gmap {
	position: relative;
	top: 10px;
}
.googlemap {
	height: 350px;
	background: black;
	text-align: center;
}

p, td {
	font-family: 'Abel';
	font-size: 20px;
}

td {
	padding: 10px;
}

span#reem {
	font-family: 'Reem Kufi';
	font-size: 25px;
}
main > div.eintritt {
   width: 70px;
   height: 70px;
   background: #ead22a; 
   border: white 30pt;
   padding: 3px;
   margin: 20px;
   border-radius: 90px;
   border-color: black;
   z-index:2; 
   text-align: center;
   color: black;
   font-family: Ranchers; 
   font-size: 18px;
   text-align: center;
   border: double 5px #caa54d; 
}
main > div.eintritt:hover {
	background: #cab649;
	color: white;
	}
	
.footer {
	z-index: 3;
	position: fixed;
	right: 0px;
	width: 100%;
	bottom: 0px;
	background: #ffe698;
	background-image: url('../img/burger/burger_unten_farbig.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 150px;
	color: #5e4038;
	text-align: center;
	font-size: 12px;
	padding: 15px;
	list-style-type: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 150px;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  0% {opacity: 0.1}
  3% {opacity: 0.2}
  6% {opacity: 0.3}
  9% {opacity: 0.4}
  12% {opacity: 0.5}
  15% {opacity:  0.6}
  18% {opacity: 0.7}
  21% {opacity: 0.8}
  24% {opacity: 0.9}
  27% {opacity: 1}
  73% {opacity: 0.9}
  76% {opacity: 0.8}
  79% {opacity: 0.7}
  82% {opacity: 0.6}
  85% {opacity:   0.5}
  88% {opacity: 0.4}
  91% {opacity: 0.3}
  94% {opacity: 0.2}
  97% {opacity: 0.1}
  100% {opacity: 0.1}
}

@keyframes fade {
  0% {opacity: 0.1}
  3% {opacity: 0.2}
  6% {opacity: 0.3}
  9% {opacity: 0.4}
  12% {opacity: 0.5}
  15% {opacity:  0.6}
  18% {opacity: 0.7}
  21% {opacity: 0.8}
  24% {opacity: 0.9}
  27% {opacity: 1}
  73% {opacity: 0.9}
  76% {opacity: 0.8}
  79% {opacity: 0.7}
  82% {opacity: 0.6}
  85% {opacity:   0.5}
  88% {opacity: 0.4}
  91% {opacity: 0.3}
  94% {opacity: 0.2}
  97% {opacity: 0.1}
  100% {opacity: 0.1}
}
.dropbtn ,.dropdown-content {
	display: none; }

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
	
	}

@media only screen and (max-width: 736px) {
	main {
	position: relative; 
	top: 140px;
	}
	div.food {
	position: relative;
	}
	div.home {
	min-height: 1100px;
	}
	main > div.eintritt {
   position: absolute;
	top: 440px;
	left: -20px;
	}
	div.menu {
	display: none;
	}
	
	.text {
	font-size: 20px;
	}
.dropbtn {
	z-index: 2;
	display: block;
	position: fixed;
	left: 0px; 
	top: 150px;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #343228;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 35px;
    font-family: Amatica SC;
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 5;
}

.dropdown-content {
    display: none;
    position: fixed;
    left: 10px;
    right:10px;
    top: 200px;
    height: 200px;
   max-width: 80%;
    background-color: #4a483a;
    font-size: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 0 auto; 
}

.dropdown-content a {
	text-align: center; 
    color: #ffffff;
    font-family: Amatica SC;
    font-size: 30px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #aa975f}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #574f36;
}
}

<!-- Facebook -->

.social {
  position: relative;
  top:300px;
  width: 50px;
  top: 25px;
  text-align: center;
  transform: translateY(-50%);
}

.social .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px dashed white;
  background-clip: content-box;
  padding: 5px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-top: 30px;
  margin-right: 15px;
  font-size: 20px;
}

.social .link span {
  display: block;
  position: absolute;
  text-align: right;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social .link:hover {
  padding: 8px;
  margin-left: 0px;
  color: white;
  transform: translateX(10px) rotate(360deg);
}

.social .link.facebook {
  background-color: #3B5998;
  color: white;
}

main > div.social {
	position: fixed; 
	top: 178px;
	right: 0px;
	}
a.linkfood {
	color: #6f8ce7;
	text-decoration: none;
}

@media only screen and (min-width: 736px) {
	/* For tablets: */
	main > div.social {
	position: fixed;
	top: 115px;
	right: 0px;
	}
	
	main > div.eintritt {
	position: absolute;
	top: 400px;
	left: 25%;
	}
	div.home {
	min-height: 1100px;
	}
	
	.text {
  font-size: 20px;
	}
	
	.header {
		font-size: 16px;
	}
	div.header>h1 {
		position: relative;
		top: 16px;
	}
	.menu ul {
		position: fixed;
		top: 180px;
		width: 100px;
	}
	.col-m-1 {
		width: 8.33%;
	}
	.col-m-2 {
		width: 16.66%;
	}
	.col-m-3 {
		width: 25%;
	}
	.col-m-4 {
		width: 33.33%;
	}
	.col-m-5 {
		width: 41.66%;
	}
	.col-m-6 {
		width: 50%;
	}
	.col-m-7 {
		width: 58.33%;
	}
	.col-m-8 {
		width: 66.66%;
	}
	.col-m-9 {
		position: relative;
		width: 74%;
	}
	.col-m-91 {
		position: relative;
		left: 10px;
		width: 74%;
	}
	.col-m-10 {
		width: 83.33%;
	}
	.col-m-11 {
		width: 91.66%;
	}
	.col-m-12 {
		position: relative;
		left: 27%;
		width: 70%;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	.text {
  font-size: 25px;
	}
	main > div.eintritt {
	position: absolute;
	top: 400px;
	}
	.menu a {
	font-size: 30px;
}
	.header {
		font-size: 20px;
	}
	div.header>h1 {
		position: relative;
		top: 2px;
	}
	.menu ul {
		position: fixed;
		top: 180px;
		width: 100px;
	}
	.col-1 {
		width: 8.33%;
	}
	.col-2 {
		width: 16.66%;
	}
	.col-3 {
		width: 21%;
	}
	.col-4 {
		width: 33.33%;
	}
	.col-5 {
		width: 41.66%;
	}
	.col-67{
		position: relative;
		left: 3%;
	}
	.col-61 {
		position: relative;
		left: 0px;
	}
	.col-6 {
		position: relative;
		left: 30px;
	}
	.col-7 {
		width: 58.33%;
	}
	.col-8 {
		width: 66.66%;
	}
	.col-9 {
		width: 75%;
	}
	.col-10 {
		width: 83.33%;
	}
	.col-11 {
		width: 91.66%;
	}
	.col-12 {
		position: relative;
		left: 27%;
		width: 70%;
	}
}

@media only screen and (min-width: 1000px) {
	div.home {
	min-height: 1000px;
	top: -80px;
	}
	main > div.social {
	position: fixed;
	top: 115px;
	right: 0px;
	}
main > div.eintritt {
	position: fixed;
	top: 140px;
	right: 170px;
	left: auto;
	}
div.header>h1 {
		position: relative;
		top: 0px;
		font-size: 45px;
	}
	.text {
  font-size: 30px;
}
	td {
		padding: 10px;
	}
	main {
		min-height: 600px;
	}
	.menu ul {
		position: fixed;
		top: 180px;
		width: 100px;
	}
	.aside {
		position: fixed;
		top: 180px;
		right: 40px;
		width: 200px; 
	}
	.col-w-1 {
		position: fixed;
		max-width: 30%;
	}
	.col-w-2 {
		position: fixed;
		left: 25%;
		right: 25%;
		width: 50%;
	}
	.col-6 ,.col-12, .col-m-12{
		position: relative;
		left: 24%;
	}
}
@media only screen and (max-height: 770px) {
	.footer {
	display: none; 
}
}
@media only screen and (max-height: 630px) {
	.menu ul {
		display: none; 
	}
		div.food, aside{
	position: relative;
	left: 0px;
	}
main > div.eintritt {
	position: absolute;;
	top: 500px;
	left: -15px;
	right: auto;
	z-index:1;
	}
.footer {
	display: none; 
}
.col-m-9, .col-6, .col-w-2, .col-w-1, .aside, .col-67, .col-m-91, .home, .food, .googlemap, .map, .gmap, .row{
	z-index: 0;
		position: relative;
		width: 100%;
		max-width: 900px;
		left: 0px;
		right: 0px;
		top: 0%;
		display: block; 
		margin: 0 auto;
		
	}
	.col-67, col-m-91{
		position: relative;
		left: 0px;
	}
	
	

.dropbtn {
	z-index: 2;
	display: block;
	position: fixed;
	left: 0px; 
	top: 150px;
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #343228;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 35px;
    font-family: Amatica SC;
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    left: 10px;
    right:10px;
    top: 200px;
    height: 200px;
   max-width: 80%;
    background-color: #4a483a;
    font-size: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 0 auto; 
}

.dropdown-content a {
	text-align: center; 
    color: #ffffff;
    font-family: Amatica SC;
    font-size: 30px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #aa975f}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #574f36;
}


}
@media only screen and (max-height: 630px) and (min-width: 1000px) {  
main > div.eintritt {
	position: relative;
	width: 70px;
	height: 70px;
	z-index:1;
	display: block; 
	margin: 0 auto;
	top: 8000px;
	left: -420px;
	}
}
	@media only screen and (max-width: 439px) {
	main > div.eintritt {
	position: relative;
   	top: 8000px;
   	left: -20px;
	}
	main {
	position: relative; 
	top: 130px;
	}
	div.home {
	top: -80px;
	}
	}
	
}
}
	@media only screen and (max-width: 371px) {
main > div.eintritt {
   	top: 6500px;
	}
	}
	@media only screen and (max-width: 336px) {
main > div.eintritt {
   	top: 7000px;
	}
	}

@media only screen and (max-width: 323px) {
main > div.eintritt {
   	top: 830px;
	}
	}