@charset "UTF-8";
/* CSS Document */

/* Nav */

nav {
	background-color: #3B3B3B;
	max-width: 100%; /* <-- Nav width */
}

.menu li {
	padding: 0 20px; /* Distance of menu items */
}

.menu li a {
	padding: 25px; /* General alignment */
	font-size: 22px;
	font-weight: 100;
	color: #43FFE2;
}

.menu li a:hover {
	color: #a5a5a5;
}

a.active {
	color: #ccc !important; /* active link */
}

/* For responsive design, here just an example */

/*
@media only screen and (max-width: 960px) {
	.menu li a {
		font-size: 20px;
		padding: 20px 35px;
	}
}
*/

@media only screen and (max-width: 720px) {

/* Font size of menu items in hamburger mode */
.menu li a {
	font-size: 18px;
}

/* Here you can decide if menu should go over content (Not necessary if navFixed is on) */
.menu {
	/* position: absolute;
	width: 100%; */
	background-color: #6F9DD3;
}

.slide-down {
	height: 360px; /* Edit this in dependence of amount of menu items etc. */
}

}

/* General */

body {
	color: #95989A;
	font-weight: 300;
	line-height: 1.6em;
}

p {
	color: #95989A;
	font-weight: 300;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #F9B000;
	text-decoration: none;
}

body {
	background: #fff;
}

/* Divider */

.divider {
	border-bottom: 1px solid #CBCBC5;
	max-width: 80%;
	margin: 50px auto;
}

/* Spacer */

.spacer {
	padding-top: 60px;
}

/* Starter */

.starter {
	position: relative;
	background-image: url("../../images/kai-am-wok.jpg");
	background-position: center center;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
  -webkit-background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
}

/*.starter:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(145, 135, 119, 0.4)
}*/

.starter a button {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	padding: 18px 0;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.2em;
	left: 0;
	right: 0;
	bottom: 0px;
	background: rgba(249, 176, 0, 1);
	color: #fff;
	box-shadow: none;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	transition: all 0.35s ease;
}

.starter a button:hover {
	background: rgba(249, 176, 0, 1);
}

.starter a button:active {
	background: rgba(255, 221, 0, 0.8);
}

.starter .slogan {
	position: absolute;
	bottom: 56px;
	right: 20px;
}

.starter .slogan p {
	font-size: 18px;
	color: #fff;
}

.starter a.button {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 20px;
	z-index: 1;
	color: #fff;
	font-size: 18px;
}

.starter a.button i {
	margin-right: 10px;
}

.starter .bar {
	position: absolute;
	bottom: 0;
	height: 140px;
	width: 100%;
	background: rgba(199,198,198,0.85);
}

.starter .logoBig {
	position: absolute;
	max-width: 380px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 54px;
	z-index: 1;
}

@media only screen and (max-width: 450px) {
	.starter .bar {
		height: 120px;
	}

	.starter .logoBig {
		max-width: 300px;
		bottom: 50px;
	}
}

@media only screen and (max-width: 330px) {
	.starter .logoBig {
		max-width: 250px;
		bottom: 60px;
	}
}

/* Nav */

.nav {
	width: 100%;
	background: #fff;
	transition: all 1s ease;
}

.sticky-wrapper {
	margin: 0 auto;
}

.stuck {
	box-shadow: none;
	background: #EDEDED;
	margin: 0;

}

.logoSmall {
	width: 160px;
	margin: 0 auto;
	padding-top: 5px;
	display: none;
}

.stuck .logoSmall {
	width: 100px;
	display: block;
}

.stuck.nav {
	height: 100px;
}

/* Ueber */

#Ueber {
	padding-top: 10px;
}

#Ueber h3 {
	padding: 20px 0;
}

#Ueber p {
	text-align: center;
}

/* Allgemein */

.imageAllgemein-1 {
	background-image: url("../../images/Allgemein-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
}

#Allgemein #p-1 {
	padding-top: 180px;
	padding-left: 80px;
}

#Allgemein #p-2 {
	padding-top: 210px;
	padding-right: 80px;
}

@media only screen and (max-width: 990px) {
	#Allgemein #p-1 {
		padding-top: 130px;
	}
}

@media only screen and (max-width: 810px) {
	.imageAllgemein-1 {
		height: 450px;
	}

	#Allgemein #p-1 {
		padding-top: 0px;
		padding-left: 0px;
	}

	#Allgemein #p-2 {
		padding-top: 100px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 640px) {
	#Allgemein #p-1, #Allgemein #p-2 {
		text-align: center;
		padding: 0;
	}
}

/* Wok */

#Wok {
	padding: 100px 0 0;
}

#Wok p {
	text-align: center;
}

#Wok h2 {
	color: #95989A;
	text-align: center;
}

/* Party Service */

#PartyService p {
	text-align: center;
}

#PartyService h2 {
	color: #95989A;
	text-align: center;
}

/* Kontakt */

#Kontakt p {
	padding-left: 35px;
}

#Kontakt iframe {
	float: right;
	max-width: 467px;
}

.contactHead {
	line-height: 3em;
	font-weight: 500;
}

.imagesKontakt {
	margin-bottom: 50px;
}

.singeKontakt {
	max-width: 185px;
	padding: 0 0 23px 35px;
}

@media only screen and (max-width: 1200px) {
	#Kontakt iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	#Kontakt iframe {
		width: 100%;
		float: none;
	}

	#Kontakt p {
		padding-left: 0;
	}

	.singeKontakt {
		max-width: 185px;
		padding: 0 0 5px 0;
		margin: 0 auto;
	}

}

/* Footer */

footer {
	padding: 20px 0;
	background: #EDEDED;
	text-align: center;
}
