body {
    color: #545454;
    font-family: 'Muli', sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
}
img {
	width: 100%;
	height:auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5 {
    font-size: 3.125em;
    font-family: 'Amatic SC', cursive;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #c4a477;
}
h3, h4, h5 {
    font-size: 2em;
    margin-bottom: 0.2em;
}
h2.oswald {
    color: #fff;
    font-family: Oswald;
    font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
h2.center {
	text-align:center;
}
h3.century {
    color: #fff;
    font-family: 'Muli', sans-serif;
}
a {
    color: #9cc42f;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
	opacity:0.7;
}
p {
	margin-bottom:1em;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
.content li::before {
    color: #afd058;
    content: "»";
    padding-right: 0.5em;
}
.content ul {
margin-bottom:1em;
}
.head {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.47);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.47);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.47);
}
.logo {
    background: none repeat scroll 0 0;
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.logo img {
    display: block;
    max-width: 250px;
    padding: 1.3em 0;
}
nav {
    display: inline-block;
    padding: 1.5em 0;
    vertical-align: top;
    width: 75%;
}
nav ul {
    text-align: right;
}
nav li {
    display: inline-block;
    margin: 0 1.5%;
    vertical-align: top;
	position: relative;
}
nav a {
    color: #777777;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}
nav a:hover {
color:#afd058;
	opacity:1;
}

ul#menu ul {
    display: none;
    padding-top: 3em;
    position: absolute;
    text-align: center;
    top: 0;
	width:100%;
}

ul#menu li:nth-child(3):hover ul {
	display:block;
	
}
ul#menu li:nth-child(3):hover > a {
	color: #afd058;
}
ul#menu ul > li {
    border-bottom: 1px solid #d0cecc;
    display: block;
    margin: 0;
    padding: 0;
}
#menu ul li a {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: block;
    padding: 1em;
}
ul#menu ul > li:last-child {
    border-bottom: none;
}
.active a {
    color: #afd058;
}

/*Flexslider Anpassungen*/
.flexslider {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.headerslider .flex-control-nav {
    bottom: 0;
    left: 0;
    max-width: 230px;
    text-align: left;
    z-index: 99985;
}
.flex-control-nav {
    bottom: 10px;
}
.flex-control-paging li a {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    height: 15px;
    width: 15px;
}
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: #9ebf2d;
}
.content .flexslider li::before {
    display: none;
    visibility: hidden;
}
.content .flexslider ul {
    margin-bottom: 0;
}
.flex-caption {
    color: #fff;
    font-size: 3em;
    font-size: 3vw;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    top: 50%;
    position:absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.flex-caption.small {
    top: 60%;
    position:absolute;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
    transform: translateY(-60%);
}
.flexslider p.oswald {
    font-family: Oswald;
    margin-bottom: 0;
    text-transform: uppercase;
}
.flexslider p.amatic {
    font-family: "Amatic SC",cursive;
    font-size: 1.7em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
.flexslider.contentslider .flex-caption.small {
    color: #404040;
    font-size: 2em;
    margin-left: 1.5em;
    text-align: left;
    text-shadow: none;
}
.flexslider .century.white {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 0.3em;
    padding: 0.7em;
    vertical-align: top;
    width: auto;
	font-family: 'Muli', sans-serif;
}
.flexslider .century.green {
    background: rgba(158, 191, 45, 0.75) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 0.7em;
    padding: 0.7em;
    vertical-align: top;
	font-family: 'Muli', sans-serif;
}
.flexslider.contentslider {
    display: inline-block;
    margin-bottom: 0.5em;
}
/*Flexslider Anpassungen Ende*/

.inner-wrap {
    margin: 0 auto;
    max-width: 1150px;
    width: 96%;
}
.teaser-wrap {
    background: #fff none repeat scroll 0 0;
    border-radius: 2em;
    margin: -7.7em auto 0;
    max-width: 560px;
    padding: 3em 2em 0;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 100;
}
.teaser {
    display: inline-block;
    margin-right: 6%;
    vertical-align: top;
    width: 26%;
}
.teaser.right {
    margin-right: 0;
}
.teaser img {
    max-width: 100px;
    width: 100%;
}
.teaser p a {
    color: #4d3025;
    font-family: "Oswald",sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
}
.standort {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 1em;
    padding: 1em;
    text-align: center;
    vertical-align: top;
    width: 35%;
}
.white-section-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.white-section-image {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.white-section.padding {
    padding: 3em 0;
}
.white-section-text.left {
    display: inline-block;
    margin-right: 3%;
    text-align: left;
    vertical-align: top;
    width: 48%;
}
.white-section-text.right {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 48%;
}
.white-section-text.alignleft {
    text-align: left;
}

.box {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 2em 2em 1em;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 1.5em;
}
.wood-section {
    background: #362015 url("../img/bg-wood.jpg") repeat scroll 0 0 / cover;
    color: #e5d4bd;
    padding: 3em 0;
    text-align: center;
}
.wood-section p {
    margin: 0.3em auto;
    max-width: 600px;
}
.wood-section p.zitat {
    color: #fff;
    font-family: Oswald;
    font-size: 1.7em;
    line-height: 1.5em;
    max-width: 970px;
    text-transform: uppercase;
    width: 100%;
}
p.big {
    font-family: Oswald;
    font-size: 1.7em;
    text-transform: uppercase;
    color:#fff;
    margin-bottom:1em;
}
.button {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 0.8em 2.5em;
    text-transform: uppercase;
    vertical-align: top;
}
.button.green {
    background: rgba(175, 208, 88, 0.1) none repeat scroll 0 0;
    border: 1px solid #afd058;
    color: #afd058;
}
.white-section.center {
    margin: 3em auto;
    max-width: 800px;
    text-align: center;
}
.white-section.center.nomargin {
    margin-top: 2em;
}
.green-section {
    background: #6f7118 url("../img/fritzcola.jpg") repeat scroll 0 0 / cover ;
    color: #fff;
    padding: 3em 0;
    text-align: center;
    background-size:cover;
}
.green-section.suppe {
    background: #d3cfc1 url("../img/bg-suppe.jpg") repeat scroll 0 0 / cover ;
		color: #404040;
}
.green-section.suppe b, .green-section.suppe strong{
	color: #4d3025;    
}
.green-section.viva {
    background: #24abd3 url("../img/bg-viva.jpg") repeat scroll 0 0 / cover ;
		color: #fff;
}

.suppe h2.oswald {
    color: #4d3025;
}
.green-section .inner-wrap {
    max-width: 600px;
}
.green-section.fritzcola p {
    margin-bottom: 0.2em;
}
hr {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid;
    color: #fff;
    display: inline-block;
    height: 1px;
    margin: 1em 0;
    width: 100%;
}
.beige-section {
    background: #f5eee5 none repeat scroll 0 0;
    padding: 3em 0;
}
.beige-section.center {
    text-align: center;
}
.speisen-text {
    margin-top: 1em;
}

p.center,.speisen-text.small p  {
    margin: 0 auto 1em;
    max-width: 700px;
    text-align: center;
}
table.speisen {
    text-align: left;
	width: 100%;
}
.speisen-text h2 {
    font-family: Oswald;
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
	line-height: 1.3em;
}
.speisen-text hr {
		border:none;
    border-color: #c4a477;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #c4a477;
    height: 1px;
}
table.speisen strong {
    color: #c4a477;
}
.dark-section {
    background: #404040 none repeat scroll 0 0;
    padding: 3em 0;
		color:#e5d5bd;
}
.dark-section .speisen-text h2 {
    font-family: Oswald;
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
		color:#fff;
}
.dark-section .speisen-text hr {
		border:none;
    border-color: #fff;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    color: #fff;
    height: 1px;
}
.dark-section table.speisen strong {
    color: #fff;
}
.stoerer {
    max-width: 1150px;
    position: absolute;
    text-align: right;
    width: 94%;
}
.stoerer > img {
    max-width: 200px;
    text-align: right;
}
table.speisen td {
    display: inline-block;
    padding: 0 2% 1em 0;
    vertical-align: top;
    width: 30%;
}
.footer {
    padding: 3em 0 1em;
}
.row.four {
    margin-right: 0;
}
.row {
    display: inline-block;
    margin-right: 3.2%;
    vertical-align: top;
    width: 22%;
}
.fa {
    color: #9cc42f;
}
.mobile-logo {
    display:none;
}
.lieferanten-wrap {
    text-align: center;
}
.lieferant {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2%;
    padding: 1em 2%;
    text-align: center;
    vertical-align: top;
    width: 25%;
}
.lieferant:last-child {
    margin-right: 0;
}
.lieferant > img {
    max-width: 200px;
}
.seisen-teaser {
    display: inline-block;
    margin-right: 2%;
    margin-top: 6em;
    vertical-align: top;
    width: 47%;
}

/*Mobile Navigation*/
.slicknav_menu {
	display:none;
}

@media only screen and (max-width: 1200px) {
.teaser-wrap {
    font-size: 0.9em;
    margin-top: -5em;
    max-width: 440px;
    padding: 2em 1em 0;
    width: 90%;
}
.teaser {
    margin-right: 2%;
    width: 29%;
}
.logo img {
    padding: 0.8em 0;
}
nav {
    font-size: 0.9em;
    padding: 1em 0;
}
.flexslider p.amatic {
    margin-bottom: 0.5em;
}
}
@media only screen and (max-width: 950px) {
.logo {
    width: 20%;
}
nav {
    font-size: 0.88em;
    padding: 0.7em 0;
    width: 79%;
}
nav li {
    margin: 0 0.6%;
}
}

@media only screen and (max-width: 800px) {
	#menu {
		display:none;
	}
	.head {
    display: none;
}
	table.speisen td {
    display: inline-block;
    width: 100%;
}
	.headerslider .flex-control-nav {
    max-width: 1000px;
    text-align: center;
}
.slicknav_menu {
    background: #c5d31f none repeat scroll 0 0;
    border-bottom: medium none;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 2147483647;
}
.slicknav_btn {
    background-color: #4d3025;
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #fff none repeat scroll 0 0;
    color: #4d3025;
}
.slicknav_nav .slicknav_row:hover {
    background: #aab10c none repeat scroll 0 0;
}
	.active a {
    color: #4d3025;
}
.mobile-logo {
    display: block;
    margin: 0 auto;
    max-width: 210px;
    padding: 4.5em 0 1em;
    text-align: center;
    width: 90%;
}
.flex-caption {
    font-size: 4vw;
}
.teaser-wrap {
    border-radius: 0;
    margin-top: 1.5em;
    padding: 0;
    width: 100%;
}

.white-section-image {
    display: none;
}
.white-section-text {
    margin-bottom: 1em;
    margin-right: 0;
    margin-top: 0.5em;
    text-align: center;
    width: 100%;
}
body {
    font-size: 1em;
    line-height: 1.35em;
}
h1, h2, h3, h4, h5 {
    font-size: 2.5em;
}
.flex-caption {
    font-size: 4.5vw;
}
.teaser p a {
    font-size: 1.2em;
}
	.seisen-teaser {
    margin-top: 0.5em;
}
	
.white-section.center {
    margin: 2em auto;
}
	.speisen-text h2, h2.oswald, .wood-section p.zitat {
    font-size: 1.45em;
}
	.white-section.padding {
    padding: 2em 0;
}
	.beige-section {
    padding: 2em 0;
}
	.lieferant {
    margin: 0 0 1em;
    padding: 0.5em 5%;
    width: 90%;
}

}
@media only screen and (max-width: 700px) {
	.row.two {
    margin-right: 0;
}
.row {
    margin-right: 6%;
    width: 46%;
}
.teaser-wrap {
    padding: 0 13%;
    width: 74%;
}
	.teaser p a {
    font-size: 2.6vw;
}
}
@media only screen and (max-width: 600px) {
.white-section.center.nomargin {
    margin: 0;
}
	.stoerer > img {
    max-width: 150px;
}
	.teaser-wrap {
    background: #f5eee5 none repeat scroll 0 0;
    margin-bottom: 1em;
    margin-top: 0;
    padding: 1.5em 13% 0.5em;
}
	.footer {
    padding: 1em 0;
}
.row {
    border-bottom: 1px solid #ccc;
    margin: 0 0 1em;
    width: 100%;
}
.row.four {
    border: medium none;
    margin-bottom: 0;
}
	.row.one {
    display: none;
}
	
	}

@media only screen and (max-width: 500px) {
.teaser p a {
    font-size: 3vw;
}
	}
.startGallery img { width: 30%; height: auto; margin: 0.5em 1%; }
