body, html {
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	font-weight: 400;
	font-size: 38px;
	color: #333;
	position: relative;
	margin-top: 10px;
	margin-bottom: -15px;
	padding-bottom: 20px;
}
h2::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 70px;
	bottom: 0;
	margin-left: -35px;
	left: 50%;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h4 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h5 {
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #8eb640;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
/* ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
} */
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	color: #eee;
	font-weight: 400;
	font-size: 18px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 40px 0 40px;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px black;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #d43031;
}
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #d43031 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #777;
	background-color: transparent;
	border: 2px solid #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	border: 2px solid #d43031;
	background-color: #d43031;
}
/* Header Section */
.intro {
	display: block;
	width: 100%;
	height: 600px;
	padding: 0;
	background: url(../img/main.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
/* .intro .overlay {
	background: rgba(0,0,0,0.3);
	height: 100%;
} */
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 150px;
}
header .intro-text {
	margin-top: 350px;
	margin-bottom: 100px;
	text-align: center;
}
/* Features Section */
#features {
	padding: 50px 0;
}
#features .features-item {
	margin: 0 20px;
}
#features img {
	margin: 30px auto 20px;
}
#features .about-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Map Section */
.map {
	max-width: 100%;
	max-height: 500px;
	width: 100%;
	height: 100%;
}
.map__inner {
	max-width: 100%;
	max-height: 500px;
	width: 100%;
	height: 100%;
	padding: 0;
}
.map__inner iframe {
	max-width: 100%;
	max-height: 500px;
	width: 100%;
	height: 100%;
}
/* About Section */
#about {
	padding: 0;
	background: #f6f6f6;
}
#about h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#about .about-text {
	padding: 30px 0;
}
#about .about-img {
	background: #444 url(../img/geschichte.jpg) center center no-repeat;
	background-size: cover;
	height: 525px;
}
#about p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Page Section */
#restaurant-menu {
	padding: 50px 0 50px 0;
}
#restaurant-menu .container .row > div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
#restaurant-menu h3 {
	padding: 10px 0;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 0px;
}
#restaurant-menu .menu-section-title {
	font-size: 32px;
	display: block;
	font-weight: 400;
	color: #444;
	margin: 50px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 25px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 400;
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
}
#restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 85%;
}
#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -36px;
}
#restaurant-menu .menu-item-price-option {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -36px;
	padding-top: 31px;
}
/* Menu Main Page */
#menu {
	padding: 50px 0;
}
#menu h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#menu img {
	max-width: 750px;
	max-height: 400px;
}
#menu .menu-img {
	display: inline-block;
	position: relative;
}
#menu h2 {
	font-weight: 400;
	font-size: 38px;
	color: #333;
	position: relative;
	margin-top: 10px;
	margin-bottom: -30px;
	padding-bottom: 20px;
}
/* Gallery Section */
#gallery .row div{
	padding: 0;
	margin: 0;
}
#special {
	padding: 0 30px;
}
#special .container-fluid, #special .row {
	width: 100%;
	padding: 0;
	margin: 0;
}
#special .row div {
	margin: 10px 0;
}
#special .row div img {
	border-radius: 15px;
}
/* Team Section */
#team {
	padding: 50px 0;
}
#team h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#team img {
	max-width: 750px;
	max-height: 400px;
}
#team .team-img {
	display: inline-block;
	position: relative;
}
/* Contact Section */
#contact {
	padding: 50px 0;
	background: #333;
}
#contact .contact-item p {
	font-size: 15px;
	color: #777;
}
#contact .section-title {
	margin-top: 60px;
	margin-bottom: 30px;
}
#contact form {
	padding: 0;
}
#contact h3 {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #aaa;
	padding: 20px 0;
}
#contact h3::after {
	position: absolute;
	content: "";
	background: #d43031;
	height: 2px;
	width: 40px;
	bottom: 0;
	margin-left: -20px;
	left: 50%;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #ccc;
	background-color: rgba(255,255,255,.2);
	background-image: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control:-moz-placeholder {
color: #999;
}
.form-control::-moz-placeholder {
color: #999;
}
.form-control:-ms-input-placeholder {
color: #999;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	margin-bottom: 6px;
	display: inline-block;
}
/* Special Page */
.table {
	padding: 0;
}
.table table {
	max-width: 950px;
	width: 100%;
	margin: auto;
}
.table {
	font-size: 17px;
}
.table td {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.table th {
	text-align: center;
	padding: 20px 20px 20px 20px;
}
.item-left {
	text-align: left;
}
#prices h2 {
	text-align: center;
	padding-top: 50px;
}
#prices .text {
	max-width: 850px;
	width: 100%;
	margin: auto;
}
#prices .specialdata {
	padding: 20px 0px 20px 50px;
}
/* Story Page */
#story .row {
	max-width: 1300px;
	margin: 0 auto;
}
#story .row div {
	margin: 10px 0;
}
#story .row div img {
	border-radius: 15px;
}
.story-block {
	max-width: 900px;
	padding: 20px 0;
	margin: 0 auto;
}
.story-title {
	text-align: center;
	padding-top: 20px;
}

/* Stars & TV Page */
.tv-block {
	padding: 40px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
}
.tv-title {
	text-align: center;
	padding-top: 20px;
}
.tv-item {
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
	height: 400px;
	margin: auto;
}
.tv-image {
	text-align: center;
}
.tv-image img {
	border-radius: 50%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tv-image img:hover {
	border-radius: 50%;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.tv-image p {
	padding-top: 15px;
}

.stars-block {
	padding: 10px 0px 0px 10px;
	display: flex;
	flex-wrap: wrap;
	max-width: 925px;
	margin: auto;
}
.stars-title {
	text-align: center;
	padding-bottom: 60px;
}
.stars-item {
	justify-content: space-between;
	margin: auto;
	max-width: 300px;
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.stars-image {
	text-align: center;
}
.stars-image img {
	width: 100px;
	height: 233px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.stars-image img:hover {
	width: 300px;
	height: 700px;
}
.stars-image-square img {
	width: 100px;
	height: 100px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.stars-image-square img:hover {
	width: 300px;
	height: 300px;
}
.stars-image p {
	padding-top: 15px;
}
/* Galerie Section */
.galerie-block {
	padding: 10px 0px 50px 0px;
}
.galerie-preword {
	margin: 0;
	padding: 5px 0px 5px 0px;
	display: block;
	text-align: center;
}
.galerie-title {
	text-align: center;
	padding: 20px 0px 40px 0px;
}
.galerie-item {
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.galerie-artist {
	padding: 10px 30px 10px 10px;
}
.galerie-artist img {
	border-radius: 40%;
}
.galerie-image-item {
	max-width: 1200px;
	width: 100%;
	text-align: center;
}
.galerie-image {
	padding: 10px 20px 10px 20px;
	display: inline-block;
}
.galerie-details p {
	margin: 0;
	padding: 5px 0px 5px 0px;
}
.galerie-details ul {
	padding: 5px 0px 5px 40px;
}
/* Datenschutz */
.schutz-block {
	padding: 0px 0px 50px 0px;
}
.schutz-title {
	text-align: center;
	padding: 20px 0px 40px 0px;
}
.schutz-block h3 {
	padding: 10px 0px 10px 0px;
}
/* Footer Section*/
#footer {
	background: #262626;
	padding: 40px 0 20px 0;
}
#footer .social {
	margin-top: -5px;
	text-align: right;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: #eee;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 14px;
	color: #eee;
}
#footer a {
	color: #8eb640;
}
#footer a:hover {
	color: #eee;
}

/* Responsivity */

@media screen and (max-width: 480px) {
	body {
		width: 100vw;
		height: 100vh;
	}

	.container {
		width: 100%;
	}

	.intro {
		height: 300px;
	}

	.team-img img, .menu-img img {
		width: 100%;
	}

	.table {
		font-size: 8px;
	}

	.tv-image img {
		width: 300px;
	}

	h2 {
		font-size: 30px;
	}

	#restaurant-menu .container .row > div img {
		max-width: 350px;
	}

	#story .row div img {
		width: 300px;
	}
}