﻿@font-face { font-family: 'Berliner'; src: url('../fonts/beaswfte.ttf') format('truetype'); }

body {
	height: 100%;
	min-height: 100%;
	color: #000;
	font: 300 15px/15px Roboto,Arial,Helvetica;
	background: url(../images/background.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;	
	background-size: cover;
}

.btn,a,.btn:hover,a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none !important;
}

label {
	color: #fff;
}

h1,h2,h3,h4 {
	color: #fff;
	margin: 0;
	line-height: 1em;
}

h1,h2,h3,h4 small {
	color: #fff;
}

h1 {
	font:300 2em Roboto,Arial,Helvetica;
	margin-bottom: 1em;
}

h2 {
	font:300 1.75em Roboto,Arial,Helvetica;
	margin-bottom: 1em;
}

h3 {
	font:300 1.5em Roboto,Arial,Helvetica;
	margin:1em 0 0.75em 0;
}

h4 {
	font:300 1.25em Roboto,Arial,Helvetica;
	margin:10px 0 15px 0;
}

h4 i {
	margin-right: 0.5em;
}

p {
	color: #fff;
	font-size: 1em;
	line-height: 1.7em;
	margin-bottom: 1.7em;
	hyphens: auto;
}

.input-group[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.table {
	color: #fff;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: rgba(255, 255, 255, 0.2);
}

.table-hover > tbody > tr:hover {
	background-color: rgba(17, 17, 17, 0.2);
}

.thumbnail {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: #fff;
}

.thumbnail .caption {
	color: #fff;
}

.spacer{
	padding-top: 3em;
	padding-bottom: 3em;
}

.panel-group {margin-bottom:0px;}
.panel-group .panel-heading {border-radius: 0; cursor: pointer; background-color: rgba(255, 255, 255, 0.3); color: #fff;}
.panel-group .panel{border-radius: 0;}
.panel-group .panel-default { background-color: transparent; border: none;}
.list-group-item:nth-child(even) {background-color: rgba(255, 255, 255, 0.2);}
.list-group-item:nth-child(odd) {background-color: rgba(255, 255, 255, 0.1);}

hr {
	margin-bottom: 10px;
}

.list {
	list-style: none;
	padding: 0;
}

.list > li {
  padding: 10px 0 10px 1.3em;
	border-bottom: 1px dashed #fff;
}

.list > li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

/*header .carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index:-1;
}

header .carousel-inner, .item {
	width: 100%;
	height: 100%;
}*/

/*banner*/
.banner{display:table;width:100%;background-color: rgba(17, 17, 17, 0.5);}
.banner .caption-info{display:table-cell;vertical-align:middle;text-align:center;color:#fff;text-shadow: 0 0 5px #000;}
.banner .caption-info h1{font:normal 5em Berliner,Lobster,Arial,Helvetica;text-transform:capitalize;margin-bottom: 0.2em;}
.banner .caption-info p{font:600 1.5em Josefin Sans,Arial,Helvetica;}

/*
}.btn{border:none;border-radius:0;padding: 1em 4em;background:rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#666;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#333;box-shadow: none;}*/


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
}

.navbar {
	margin: 0;
	transition: all 0.4s ease;
}

.navbar-default {
    font-size: 16px;
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-nav>li>a {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-shadow: 0 0 3px rgba(50, 50, 50, 1);
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-collapse, .navbar-header {
	background-color: rgba(17, 17, 17, 0.6);
}

.navbar-brand {
	position: absolute;
	top: -100px;
	vertical-align: middle;
	margin-left: 0px !important;
	transition: all 0.5s ease-in;
}

.navbar-brand img {
	height: 166px;
	transition: all 0.5s ease-in;
}

.shrink {
	position: static;
	top:-10px;
	transition: all 0.5s ease-out;
}

.shrink img {
	margin-top: -7.5px;
	height: 37px;
	transition: all 0.5s ease-out;
}

.navbar .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.8);
    border: none;
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	display: block;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	height: 0px;
	overflow: hidden;
	padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}

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

.dropdown-menu>li>a {
	/*text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
	color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.open > .dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity:1;
	height: auto;
	overflow: auto;
	padding: 5px 0;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	filter: blur(1px);
}

.blur-container {
	position: relative;
}

.blur-container a {
	text-decoration:none;
	color: white;
}

.blur-container a:hover {
	color: white;
	text-decoration:underline;
}

.blur-background {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: url(../images/background.jpg) no-repeat fixed;
	background-size: cover;
	filter: blur(5px);
}

.blur-content {
	padding: 20px;
	background-color:rgba(17, 17, 17, 0.5);
}

/*about*/
.about.spacer{padding-left: 4em; padding-right: 4em;padding-bottom: 0;}
.food-list{line-height:3em;border-bottom:1px dotted #ccc; }

/*testimonials*/
.partners img{float: left;margin:0 75px 30px 0;}
.testimonails{min-height: 195px;}
.testimonails img{margin-top: 5px;}
.testimonails span{color: #888;}
.testimonails span b{font-weight: 400;}
.carousel-indicators li{border: 1px solid #ccc;}
.carousel-indicators{bottom: 0;}

/*foods*/
#foods{padding-top:6em;}
#foods figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#foods figcaption a:hover{text-decoration: none;padding: 0 3em;}
/*foods*/

/*team*/
.team figure{width: 100%;}
.team img{width: 100%;}
.team b{font-size: 1.2em;display: block;}
.team a i.fa{color: #fff; font-size: 2em;}
.team a i.fa:hover{color: #E89F10;}

.highlight-info{ background:url(../images/336381.jpg) center fixed; background-size: cover; color:#fff;}
.highlight-info .overlay{background:rgba(59, 51, 48, 0.0);}
.highlight-info h4{color: #fff;margin:0.5em 0 0 0;}
/*about us*/

/*contact*/
.contactform textarea,.contactform input{width:100%;padding:1em;border:1px solid #ccc;margin-bottom:1em;border-radius:0;outline:none;}
/*contact*/

#map{width: 100%; height: 500px;}
#map p{margin: 0 !important;}

footer {font-size: 1em;color: #fff;}
footer .footer-container {padding: 0px 15px;background-color:rgba(17, 17, 17, 0.5);}
footer a{color: #fff;}
footer a:hover{color: #fff;}
footer .header {padding: 10px 0; border-bottom:rgba(255,255,255,0.5) 1px solid;}
footer .header a{margin: 0 10px;}
footer p{color:#fff;font-size:1em;line-height:1.2em; margin-bottom:1em;}

.gototop{position: fixed;bottom: 20px; right: 20px;background: rgba(17,17,17,0.5);padding: 10px;}
.gototop i{line-height: 0.5em;}
.gototop a {color:#fff;}
.gototop a:hover {color:#fff;}

@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.services ul li{margin:0 0.5em; }

	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.services ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}
}

@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	
	.container {
		padding: 0px;
	}
	
	.navbar-nav > li > a {line-height: 1em;}
	
	.navbar-brand {position: relative; top: 0px;}
	.navbar-brand img{height: 37px;}
	.shrink {position: relative;}
	.shrink img { margin-top: 0px; height: 37px;}
	
	.navbar-toggle{margin-top: 12px;}

	.banner .caption,.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;}
	#home {margin-top: 54px;}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}

	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 ;}
	.services ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	#map{height: 200px;}
	.footer{padding-bottom: 2em;}

	.blur-background {
		background: transparent;
		filter: none;
	}
}




/* JS * fuer Speisekartenvorschau */
.pdf-preview {
	    width: 150px; /* Adjust size */
	    border: 1px solid #ddd; /* Optional border */
	    margin: 10px;
	    }

