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

@import url('https://fonts.googleapis.com/css?family=Allura|GFS+Didot|Open+Sans:400,700');


body{
    position: relative;
}

html, body {
    padding: 0;
    margin: 0;
	overflow-x: hidden!important;
	font-family: 'Open Sans', sans-serif;
}

#logo,
#logo-450{
	z-index: 2;
	margin-top: -15px;
}

#start {
	background: url(../images/header_img.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	height: 100%;
	z-index: 9;
	border: 15px solid #FFFFFF;
}

#tradition,
#spezialitaeten,
#aktuelles,
#kontakt {
    padding-top:90px!important;
}

.navbar{
    margin-bottom:-60px;
}

#spezialitaeten {
	background: url(../images/spezialitaeten.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 100%;
	height: 100%;
	z-index: 9;
	border: 15px solid #FFFFFF;
}

#aktuelles {
	background: url(../images/aktuelles.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 100%;
	height: 100%;
	z-index: 9;
	border: 15px solid #FFFFFF;
}

#kontakt,
#impressum {
	background: url(../images/kontakt.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 100%;
	height: 100%;
	z-index: 9;
	border: 15px solid #FFFFFF;
}

#start h1,
#spezialitaeten h1,
#aktuelles h1,
#kontakt h1 {
	font-family: 'Allura', cursive;
	text-transform: none;
	font-size: 110px;
	color: #fff;
	text-shadow: black 0em 0em 0.2em;
}

nav {
	background: url(../images/nav_bg.png) no-repeat bottom center;
	background-color: transparent!important;
	border: 0px!important;
	z-index: 9999;
	height: 85px;
	position: fixed;
	font-family: 'GFS Didot', serif;
	text-transform: uppercase;
	font-size: 26px;
	padding-top: 10px;
}

nav li {
	padding: 0 10px;
}

nav a,
a {
	color: #883021!important;
}

.nav > li.active {
	border-top: solid 3px #883021;
	top:-12px;
	padding-top: 9px;
}

.nav > li.active:nth-child(1) {
	top:-10px;
	padding-top: 7px;
}

.navbar-nav > li > a {
	background-color: transparent!important;
}

h1, h2, h3 {
	font-family: 'GFS Didot', serif;
	text-transform: uppercase;
	color: #883021;
}

h1 {
	font-size: 24px;
}

p {
	font-family: 'Open Sans', sans-serif;
}

footer {
	background: url(../images/footer.png) no-repeat top center;
	height: 85px;
}

.title {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-70%);
	-ms-transform: translateY(-70%);
	transform: translateY(-70%);
}

.hr {
	height: 10px;
	background: url(../images/hr.png) no-repeat bottom center;
	background-size: contain;
	margin-bottom: 20px;
}

.hr-inverse {
	height: 10px;
	background: url(../images/hr.png) no-repeat bottom center;
	background-size: contain;
	margin-top: 20px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.init {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	margin: -30px 0 0 -30px;
	width: 50px;
	height: 83px;
	z-index: -1!important;
}

.init.A {
	background-image: url(../images/Init_A.png);
}

.init.D {
	background-image: url(../images/Init_D.png);
}

.init.K {
	background-image: url(../images/Init_K.png);
}

.init.OE {
	background-image: url(../images/Init_OE.png);
}

.init.S {
	background-image: url(../images/Init_S.png);
}

.init.T {
	background-image: url(../images/Init_T.png);
}

.init.U {
	background-image: url(../images/Init_U.png);
}

.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

h1 span.headline{
	display: block;
    position:relative;
    overflow:hidden;
}

h1 span.headline:after {
    content:"";
    top:68%;
    width:100%;
    margin-left:10px;
    height:2px;
    position:absolute;
    background:#883021;
}

/* NAVIGATION
-------------------------------------------------------------- */
.navbar-toggle {

  display: block;
  border: none;
  background: transparent !important;
  z-index: 9999999; }

.navbar-toggle:hover {
  background: transparent !important; }

.navbar-toggle .icon-bar {
  width: 22px;
  background: #883021!important;
  transition: all 0.2s; }

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; }

.navbar-toggle .middle-bar {
  opacity: 0; }

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0); }

.navbar-toggle.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0); }



.collapsing {
  display: none;
  height:0;
  overflow: hidden;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

/* =margins
-------------------------------------------------------------- */
.top-5 { margin-top: 5px }
.top-10 {margin-top: 10px}
.top-15 {margin-top: 15px}
.top-20 { margin-top: 20px }
.top-30 { margin-top: 30px }
.top-40 { margin-top: 40px }
.top-60 { margin-top: 60px }
.top-80 { margin-top: 80px }
.top-140 { margin-top: 140px }
.bottom-0 { margin-bottom: 0 }
.bottom-5 { margin-bottom: 5px }
.bottom-10 { margin-bottom: 10px }
.bottom-20 { margin-bottom: 20px }
.bottom-30 { margin-bottom: 30px }
.bottom-40 { margin-bottom: 40px }
.bottom-50 { margin-bottom: 50px }
.bottom-60 { margin-bottom: 60px }
.bottom-80 { margin-bottom: 80px }
.bottom-100 { margin-bottom: 100px }
.pad-left-0 { padding-left: 0px }
.pad-top-80 { padding-top: 80px }
.pad-top-60 { padding-top: 60px }
.pad-top-40 { padding-top: 40px }
.pad-top-30 { padding-top: 30px }
.pad-top-20 { padding-top: 20px }
.pad-bot-80 { padding-bottom: 80px }
.pad-bot-60 { padding-bottom: 60px }
.pad-bot-40 { padding-bottom: 40px }
.pad-bot-30 { padding-bottom: 30px }
.pad-bot-20 { padding-bottom: 20px }

@media (min-width: 1600px)
{

	#start h1,
	#spezialitaeten h1,
	#aktuelles h1,
	#kontakt h1 {
		font-size: 150px;
	}
}

@media (max-width: 768px)
{

	#start h1,
	#spezialitaeten h1,
	#aktuelles h1,
	#kontakt h1 {
		font-size: 90px;
	}

	#start,
	#spezialitaeten,
	#aktuelles,
	#kontakt {
		background-attachment: scroll!important;
	}
		
	#tradition,
#spezialitaeten,
#aktuelles,
#kontakt {
    padding-top:90px!important;
}#start {
		background-position: 55% center;
	}
	
	#spezialitaeten {
		background-position: 55% center;
	}
	
	#aktuelles {
		background-position: 70% center;
	}
	
	#kontakt,
	#impressum {
		background-position: 45% center;
	}
	
	 .nav > li.active:nth-child(1),
	.nav > li.active {
    	border-top: none;
    	top:0px;
    	padding-top: 0px;
    }
}

@media (max-width: 414px)
{

	#start h1,
	#spezialitaeten h1,
	#aktuelles h1,
	#kontakt h1 {
		font-size: 65px;
	}

	#adresse {
		padding-left: 0px;
	}
}

@media (max-width: 375px)
{

	#start h1,
	#spezialitaeten h1,
	#aktuelles h1,
	#kontakt h1 {
		font-size: 55px;
	}
}

@media (max-width: 320px)
{

	#start h1,
	#spezialitaeten h1,
	#aktuelles h1,
	#kontakt h1 {
		font-size: 40px;
	}
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
  }

}

@media (max-width: 1200px) {
	.navbar-nav > li > a {
		font-size: 0.85em;
	}
}

@media (max-width: 988px) {

	.navbar-nav > li > a {
		font-size: 0.6em;
	}

	#defaultNavbar1{
    	background: url("../images/mobile_menu_bg.png") center bottom;
    	padding-bottom:20px;
    	border-top:none;
	}

	.navbar-brand {
    	margin-bottom:-24px;

	}

}

@media (min-width: 768px) and (max-width: 788px) {
	.navbar-nav > li > a {
		font-size: 0.55em;
	}

}

@media (max-width: 768px) and (orientation: landscape) {
	#logo,
	#logo-450 {
		width: 250px;
		float: right;
	}
	
	#start h1,
	#spezialitaeten h1,
	#aktuelles h1,
	#kontakt h1 {
		font-size: 65px;
		text-align: center;
	}
	
	#start h1 {
		float: left;
	}
}

@media (max-width: 768px) and (orientation: portrait) {
	#spezialitaeten h1 {
		margin-left: -20px;
	}
	
	#spezialitaeten,
	#aktuelles,
	#kontakt {
		height: 100%;
	}
}