/*
	Theme Name: Mangiare Leipzig
	Theme URI: http://mangiare-leipzig.de
	Description: Theme for a italian foot store
	Version: 1.0.8
	Author: Ingo Spreu
	Author URI: http://b9p.de

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* fonts */
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v28-latin/raleway-v28-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/raleway-v28-latin/raleway-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-v28-latin/raleway-v28-latin-regular.woff2") format("woff2"), url("fonts/raleway-v28-latin/raleway-v28-latin-regular.woff") format("woff"), url("fonts/raleway-v28-latin/raleway-v28-latin-regular.ttf") format("truetype"), url("fonts/raleway-v28-latin/raleway-v28-latin-regular.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/raleway-v28-latin/raleway-v28-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/raleway-v28-latin/raleway-v28-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-v28-latin/raleway-v28-latin-600.woff2") format("woff2"), url("fonts/raleway-v28-latin/raleway-v28-latin-600.woff") format("woff"), url("fonts/raleway-v28-latin/raleway-v28-latin-600.ttf") format("truetype"), url("fonts/raleway-v28-latin/raleway-v28-latin-600.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/raleway-v28-latin/raleway-v28-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/raleway-v28-latin/raleway-v28-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-v28-latin/raleway-v28-latin-700.woff2") format("woff2"), url("fonts/raleway-v28-latin/raleway-v28-latin-700.woff") format("woff"), url("fonts/raleway-v28-latin/raleway-v28-latin-700.ttf") format("truetype"), url("fonts/raleway-v28-latin/raleway-v28-latin-700.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* yesteryear-regular - latin */
@font-face {
  font-family: "Yesteryear";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/yesteryear-v14-latin/yesteryear-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/yesteryear-v14-latin/yesteryear-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/yesteryear-v14-latin/yesteryear-v14-latin-regular.woff2") format("woff2"), url("fonts/yesteryear-v14-latin/yesteryear-v14-latin-regular.woff") format("woff"), url("fonts/yesteryear-v14-latin/yesteryear-v14-latin-regular.ttf") format("truetype"), url("fonts/yesteryear-v14-latin/yesteryear-v14-latin-regular.svg#Yesteryear") format("svg"); /* Legacy iOS */
}
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #444;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

textarea:focus,
button:focus,
select:focus,
radio:focus,
checkbox:focus,
input:focus {
  outline: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

strong, b {
  font-weight: 700;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  margin: 0;
  padding: 0;
}

article h1, article h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #8b1207;
  padding-bottom: 0.5em;
}
@media (max-width: 1023px) {
  article h1, article h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 767px) {
  article h1, article h2 {
    font-size: 1.4em;
  }
}
article h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #8b1207;
  padding-top: 0.5em;
}
@media (max-width: 1023px) {
  article h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 767px) {
  article h3 {
    font-size: 0.9em;
  }
}
article ol,
article ul {
  padding: 0 0 1em 0;
}
article ol li,
article ul li {
  padding: 0 0 0.2em 0;
  margin: 0 0 0 1.4em;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article p, article li {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0;
  padding: 0 1.4em 1.4em 0;
  color: #8b1207;
}
@media (max-width: 767px) {
  article p, article li {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
article p a, article p a:hover, article li a, article li a:hover {
  color: #8b1207;
  border-bottom: dashed 1px #8b1207;
}
article pre {
  font-family: "Yesteryear", cursive;
  font-size: 2.8em;
  line-height: 0.9em;
  color: #8b1207;
  padding: 0;
  margin: 1.2em 0 0.6em -1.4em;
  max-width: 280px;
  -moz-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
@media (max-width: 767px) {
  article pre {
    margin: 1em 0 0.7em -0.4em;
    font-size: 2em;
    line-height: 1.2em;
    max-width: 200px;
  }
}

.home article h1, .home article h2 {
  text-align: center;
  color: #31515c;
  padding-bottom: 0;
}
.home article p {
  color: #31515c;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#page-wrapper {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  max-width: 2000px;
  min-width: 320px;
  margin: 0 auto;
  /*
  &.loaded {
  	opacity: 1;
  }
  */
}

.header-img {
  width: 100%;
  max-width: inherit;
}
@media (max-width: 767px) {
  .header-img {
    margin: 0 -30%;
    width: 160%;
    max-width: 160%;
  }
}
@media (max-width: 480px) {
  .header-img {
    margin: 0 -50%;
    width: 200%;
    max-width: 200%;
  }
}

.header {
  position: absolute;
  z-index: 3;
  width: 100%;
}
.header .logo {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.header .logo a {
  width: 330px;
  margin-left: -165px;
  padding: 24px 17px 15px 17px;
  background-color: #8b1207;
  display: block;
  text-align: center;
}
@media (max-width: 1023px) {
  .header .logo a {
    width: 260px;
    margin-left: -130px;
    padding: 20px 15px 12px 15px;
  }
}
@media (max-width: 767px) {
  .header .logo a {
    width: 196px;
    margin-left: -98px;
    padding: 12px 8px 8px 8px;
  }
}
@media (max-width: 480px) {
  .header .logo a {
    width: 156px;
    margin-left: -78px;
  }
}
.header .logo a img {
  display: block;
}
.header .logo .since {
  display: block;
  width: 150px;
  height: 12px;
  margin-left: -77px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .header .logo .since {
    display: none;
  }
}
.header .burger {
  position: fixed;
  z-index: 3;
  padding: 42px;
  min-height: 117px;
  display: block;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .header .burger {
    padding: 21px;
    min-height: 72px;
  }
}
.header .burger span {
  display: block;
  background-color: #8b1207;
  height: 6px;
  width: 42px;
  margin: 0 0 5px;
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .header .burger span {
    width: 36px;
    height: 5px;
  }
}
@media (max-width: 480px) {
  .header .burger span {
    width: 32px;
    height: 4px;
  }
}
.header .burger.active span {
  background-color: #fff;
}
.header .burger.active span.slice1 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 12px;
}
@media (max-width: 767px) {
  .header .burger.active span.slice1 {
    margin-top: 9px;
  }
}
.header .burger.active span.slice2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .burger.active span.slice3 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -22px;
}
@media (max-width: 767px) {
  .header .burger.active span.slice3 {
    margin-top: -20px;
  }
}
@media (max-width: 480px) {
  .header .burger.active span.slice3 {
    margin-top: -18px;
  }
}
.header .nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #8b1207;
  overflow: hidden;
  width: 100%;
  height: 0;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.header .nav.active {
  height: 400px;
}
.header .nav.opened ul li {
  opacity: 1;
}
.header .nav ul {
  padding-top: 180px;
  max-width: 1000px;
  width: 74%;
  margin: 0 auto;
}
.header .nav ul li {
  float: left;
  display: block;
  width: 20%;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .nav ul li a {
  display: block;
  color: #fff;
  width: 140px;
  margin: 0 0 0 auto;
  padding: 100px 10px 30px 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  position: relative;
}
.header .nav ul li a:before {
  display: block;
  font-family: "Yesteryear", cursive;
  font-size: 1.8em;
  line-height: 0.7em;
  text-transform: none;
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  padding-top: 20px;
}
.header .nav ul li.shop {
  transition-delay: 0s;
}
.header .nav ul li.shop a:before {
  content: "il nostro negozio";
  padding-top: 30px;
}
.header .nav ul li.products {
  transition-delay: 0.1s;
}
.header .nav ul li.products a:before {
  content: "i nostri prodotti";
  line-height: 0.9em;
}
.header .nav ul li.buffet {
  transition-delay: 0.2s;
}
.header .nav ul li.buffet a:before {
  content: "buffet da asporto";
  line-height: 0.9em;
}
.header .nav ul li.presents {
  transition-delay: 0.3s;
}
.header .nav ul li.presents a:before {
  content: "regali";
  padding-top: 50px;
}
.header .nav ul li.contact {
  transition-delay: 0.4s;
}
.header .nav ul li.contact a:before {
  content: "contatti";
  padding-top: 45px;
}
@media (max-width: 1023px) {
  .header .nav.active {
    height: 500px;
  }
  .header .nav ul {
    padding-top: 150px;
    width: 68%;
  }
  .header .nav ul li {
    width: 33.333%;
  }
  .header .nav ul li a {
    padding: 80px 10px 40px 10px;
  }
  .header .nav ul li a:before {
    padding-top: 0;
  }
  .header .nav ul li.shop a:before {
    padding-top: 10px;
  }
  .header .nav ul li.presents a:before {
    padding-top: 30px;
  }
  .header .nav ul li.contact a:before {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .header .nav.active {
    height: 410px;
  }
  .header .nav ul {
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
    width: 86%;
  }
  .header .nav ul li a {
    width: 100%;
    max-width: 118px;
    padding: 70px 10px 40px 10px;
    font-size: 0.9em;
  }
  .header .nav ul li a:before {
    width: 100px;
  }
  .header .nav ul li.products {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .header .nav.active {
    height: 540px;
  }
  .header .nav ul {
    max-width: 360px;
    width: 100%;
  }
  .header .nav ul li {
    width: 50%;
  }
}

#page-wrapper .footer {
  position: relative;
}
#page-wrapper .footer .footer-nav {
  margin-top: 48px;
  text-transform: uppercase;
  text-align: center;
}
#page-wrapper .footer .footer-nav nav {
  display: table;
  width: 100%;
}
#page-wrapper .footer .footer-nav nav ul {
  display: table-row;
}
#page-wrapper .footer .footer-nav nav ul li {
  display: table-cell;
}
#page-wrapper .footer .footer-nav nav ul li a {
  display: block;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #page-wrapper .footer .footer-nav nav {
    display: block;
    background-color: rgba(139, 18, 7, 0.9);
  }
  #page-wrapper .footer .footer-nav nav ul {
    display: block;
  }
  #page-wrapper .footer .footer-nav nav ul li {
    display: block;
    width: 33.33333%;
    float: left;
  }
  #page-wrapper .footer .footer-nav nav ul li:nth-child(1), #page-wrapper .footer .footer-nav nav ul li:nth-child(2) {
    width: 50%;
  }
  #page-wrapper .footer .footer-nav nav ul li a {
    color: #fff;
  }
  #page-wrapper .footer .footer-nav nav:after {
    content: "";
    display: block;
    clear: both;
  }
}
#page-wrapper .footer .part1 {
  padding-top: 80px;
}
#page-wrapper .footer .part1 p {
  margin: 0;
  line-height: 1.8em;
  font-size: 1.15em;
  text-align: center;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part1 p {
    font-size: 0.95em;
  }
}
#page-wrapper .footer .part1 p br {
  display: none;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part1 p br {
    display: block;
  }
}
#page-wrapper .footer .part1 p, #page-wrapper .footer .part1 a {
  color: #8b1207;
}
#page-wrapper .footer .part1 a {
  -moz-transition: background-color 1s, color 0.5s;
  -o-transition: background-color 1s, color 0.5s;
  -webkit-transition: background-color 1s, color 0.5s;
  transition: background-color 1s, color 0.5s;
}
#page-wrapper .footer .part1 a:hover {
  background-color: #8b1207;
  color: #fff;
}
#page-wrapper .footer .part2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 275px;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part2 {
    height: 235px;
    min-height: inherit;
  }
}
#page-wrapper .footer .part3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 12px;
  background-color: rgba(139, 18, 7, 0.9);
}
@media (max-width: 767px) {
  #page-wrapper .footer .part3 {
    height: 235px;
  }
}
#page-wrapper .footer .part3 p, #page-wrapper .footer .part3 a {
  font-size: 1em;
  line-height: 4.6em;
  padding: 0 12px;
  margin: 0;
  display: inline-block;
  color: #fff;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part3 p, #page-wrapper .footer .part3 a {
    font-size: 0.85em;
  }
}
#page-wrapper .footer .part3 p.copyright {
  float: right;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part3 p.copyright {
    float: inherit;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 3em;
  }
}
#page-wrapper .footer .part3 div.socialmedia {
  position: absolute;
  left: 50%;
  margin-left: -62px;
  top: 10px;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part3 div.socialmedia {
    top: 70px;
  }
}
#page-wrapper .footer .part3 div.socialmedia a {
  padding: 0 6px;
}
#page-wrapper .footer .part3 div.socialmedia a svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part3 div.socialmedia a svg {
    width: 40px;
    height: 40px;
  }
}
#page-wrapper .footer .part3 .terms-nav ul li {
  float: left;
}
#page-wrapper .footer .part3 .terms-nav ul li a {
  display: block;
}
@media (max-width: 767px) {
  #page-wrapper .footer .part3 .terms-nav {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    left: 0;
  }
  #page-wrapper .footer .part3 .terms-nav nav {
    display: table;
    width: 100%;
  }
  #page-wrapper .footer .part3 .terms-nav nav ul {
    display: table-row;
  }
  #page-wrapper .footer .part3 .terms-nav nav ul li {
    float: inherit;
    display: table-cell;
    text-align: center;
  }
}

.vc_first_row .vc_column-inner {
  padding-top: 220px;
}
@media (max-width: 1023px) {
  .vc_first_row .vc_column-inner {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .vc_first_row .vc_column-inner {
    padding-top: 160px;
  }
}
@media (max-width: 480px) {
  .vc_first_row .vc_column-inner {
    padding-top: 140px;
  }
}

.page-id-9 .vc_first_row .vc_column-inner {
  padding-top: 0px;
}

.vc_row_container .vc_column_inner_container {
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .vc_row_container .vc_column_inner_container {
    max-width: 58%;
  }
}
@media (max-width: 767px) {
  .vc_row_container .vc_column_inner_container {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .vc_row_container .vc_column_inner_container {
    max-width: 100%;
  }
}

.contatto .vc_row_container .vc_column_inner_container {
  max-width: 760px;
}

.vc_no_gap .vc_column_container:first-child > .vc_column-inner {
  padding-right: 0;
}
@media (max-width: 767px) {
  .vc_no_gap .vc_column_container:first-child > .vc_column-inner {
    padding-right: 15px;
  }
}
.vc_no_gap .vc_column_container:first-child > .vc_column-inner .wpb_image_element,
.vc_no_gap .vc_column_container:first-child > .vc_column-inner .wpb_text_column {
  padding-left: 90px;
  padding-right: 35px;
}
.vc_no_gap .vc_column_container:last-child > .vc_column-inner {
  padding-left: 0;
}
@media (max-width: 767px) {
  .vc_no_gap .vc_column_container:last-child > .vc_column-inner {
    padding-left: 15px;
  }
}
.vc_no_gap .vc_column_container:last-child > .vc_column-inner .wpb_image_element,
.vc_no_gap .vc_column_container:last-child > .vc_column-inner .wpb_text_column {
  padding-left: 90px;
  padding-right: 35px;
}

.wpb_content_element.vc_no_margin {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wpb_content_element.wpb_text_column {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .wpb_content_element.wpb_text_column .wpb_text_column {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .wpb_content_element.wpb_single_image {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (max-width: 480px) {
  .wpb_content_element.wpb_text_column {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .wpb_content_element.wpb_text_column .wpb_text_column {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .wpb_content_element.wpb_single_image {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.wpb_content_element.vc_ce_anfahrt hr {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0;
  margin-top: -0.5em;
  margin-bottom: 0.7em;
  padding: 0;
  height: 1px;
  border: none;
  border-top: solid 1px #8b1207;
}
.wpb_content_element.vc_ce_anfahrt:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #8b1207;
  width: 1px;
  height: 73%;
  top: 18%;
  right: 0;
}
@media (max-width: 767px) {
  .wpb_content_element.vc_ce_anfahrt:after {
    display: none;
  }
}

/*------------------------------------*\
    Themes
\*------------------------------------*/
#page-wrapper {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
#page-wrapper.color-scheme-beige {
  background-color: #fef9f4;
}
#page-wrapper.color-scheme-beige .theme-contact {
  background-image: url("img/bg.contact.beige.png");
  border-bottom: solid 5px #fef9f4;
}
#page-wrapper.color-scheme-beige footer .part2 {
  background-image: url("img/bg.footer.beige.jpg");
}
#page-wrapper.color-scheme-lightblue {
  background-color: #c4e2e8;
}
#page-wrapper.color-scheme-lightblue .theme-contact {
  background-image: url("img/bg.contact.lightblue.png");
  border-bottom: solid 5px #d7eaef;
}
#page-wrapper.color-scheme-lightblue footer {
  background-color: #d7eaef;
}
#page-wrapper.color-scheme-lightblue footer .part2 {
  background-image: url("img/bg.footer.lightblue.jpg");
}
#page-wrapper.color-scheme-lightblue h1, #page-wrapper.color-scheme-lightblue pre, #page-wrapper.color-scheme-lightblue p {
  color: #31515c;
}
#page-wrapper.color-scheme-yellowgreen {
  background-color: #efee9a;
}
#page-wrapper.color-scheme-yellowgreen .theme-contact {
  background-image: url("img/bg.contact.yellowgreen.png");
  border-bottom: solid 5px #f7f6cc;
}
#page-wrapper.color-scheme-yellowgreen footer {
  background-color: #f7f6cc;
}
#page-wrapper.color-scheme-yellowgreen footer .part2 {
  background-image: url("img/bg.footer.yellowgreen.jpg");
}
#page-wrapper.color-scheme-yellowbrown {
  background-color: #f5dbb7;
}
#page-wrapper.color-scheme-yellowbrown .theme-contact {
  background-image: url("img/bg.contact.yellowbrown.png");
  border-bottom: solid 5px #f9ead9;
}
#page-wrapper.color-scheme-yellowbrown footer {
  background-color: #f9ead9;
}
#page-wrapper.color-scheme-yellowbrown footer .part2 {
  background-image: url("img/bg.footer.yellowbrown.jpg");
}
#page-wrapper.color-scheme-yellowbrown h1, #page-wrapper.color-scheme-yellowbrown pre {
  color: #8f6b3c;
}
#page-wrapper.color-scheme-yellowbrown p {
  color: #57390c;
}
#page-wrapper section {
  overflow: hidden;
}

.theme-presents,
.theme-products,
.theme-buffets {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.theme-presents .vc_row_container:before,
.theme-products .vc_row_container:before,
.theme-buffets .vc_row_container:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-image: url("img/bg.line.png");
  background-size: 15px 16px;
  background-repeat: repeat-x;
  background-position: center center;
  margin-top: -3px;
}
.theme-presents.theme-products-grid,
.theme-products.theme-products-grid,
.theme-buffets.theme-products-grid {
  background-position: center top;
  background-image: url("img/bg.products.matt.jpg");
  padding-top: 70px;
  padding-bottom: 70px;
}
.theme-presents.theme-presents-grid,
.theme-products.theme-presents-grid,
.theme-buffets.theme-presents-grid {
  background-position: center top;
  background-image: url("img/bg.presents.matt.jpg");
  background-size: contain;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .theme-presents.theme-presents-grid,
.theme-products.theme-presents-grid,
.theme-buffets.theme-presents-grid {
    background-size: 130% auto;
  }
}
@media (max-width: 767px) {
  .theme-presents.theme-presents-grid,
.theme-products.theme-presents-grid,
.theme-buffets.theme-presents-grid {
    background-size: 180% auto;
  }
}
@media (max-width: 480px) {
  .theme-presents.theme-presents-grid,
.theme-products.theme-presents-grid,
.theme-buffets.theme-presents-grid {
    background-size: 220% auto;
  }
}
.theme-presents.theme-buffets-grid,
.theme-products.theme-buffets-grid,
.theme-buffets.theme-buffets-grid {
  background-position: center top;
  background-image: url("img/bg.buffets.matt.jpg");
  padding-top: 160px;
}
@media (max-width: 1023px) {
  .theme-presents.theme-buffets-grid,
.theme-products.theme-buffets-grid,
.theme-buffets.theme-buffets-grid {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .theme-presents.theme-buffets-grid,
.theme-products.theme-buffets-grid,
.theme-buffets.theme-buffets-grid {
    padding-right: 160px;
  }
}
@media (max-width: 480px) {
  .theme-presents.theme-buffets-grid,
.theme-products.theme-buffets-grid,
.theme-buffets.theme-buffets-grid {
    padding-right: 0px;
  }
}

.theme-contact {
  padding-top: 140px;
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

.theme-shop {
  background-color: #fef9f4;
  background-image: url("img/bg.shop.png");
  background-size: 23px 23px;
  background-repeat: repeat;
  background-position: center center;
}

.theme-products {
  background-color: #c4e2e8;
  background-image: url("img/bg.products.jpg");
}

.theme-buffets {
  background-color: #f5dbb7;
  background-image: url("img/bg.buffets.jpg");
  background-position: center bottom;
}

.theme-presents {
  background-color: #efee9a;
  background-image: url("img/bg.presents.jpg");
}

.snap-button {
  position: relative;
  margin: 0 auto;
}
.snap-button a {
  display: block;
  padding: 0 20px;
}
.snap-button .de,
.snap-button .it {
  display: block;
  opacity: 0;
  color: #fff;
  line-height: 1em;
  position: absolute;
  z-index: 2;
}
.snap-button .de.visible,
.snap-button .it.visible {
  opacity: 1;
}
.snap-button .it {
  font-family: "Yesteryear", cursive;
  font-size: 2.8em;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.snap-button .de {
  font-size: 0.85em;
  line-height: 1em;
  text-transform: uppercase;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.snap-button svg {
  display: block;
}
.snap-button.color-bordeaux svg polygon {
  fill: #8b1207;
}
.snap-button.color-khaki svg polygon {
  fill: #909147;
}
.snap-button.color-braun svg polygon {
  fill: #8f6b3c;
}
.snap-button.color-petrol svg polygon {
  fill: #31515c;
}
.snap-button.style-1 {
  width: 290px;
  height: 110px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .snap-button.style-1 {
    transform: scale(0.8);
    margin-bottom: -15px;
  }
}
.snap-button.style-1 .it {
  top: 30px;
  left: 68px;
  -moz-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
.snap-button.style-1 .de {
  top: 82px;
  right: 70px;
}
.snap-button.style-1 svg {
  width: 250px;
  height: 105px;
}
.snap-button.style-1 a {
  border-bottom: solid 2px #8b1207;
  height: 107px;
}
.snap-button.style-1 a:after {
  content: "";
  display: block;
  width: 290px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #8b1207;
  z-index: 2;
}
.snap-button.style-2 {
  width: 284px;
  height: 88px;
}
@media (max-width: 767px) {
  .snap-button.style-2 {
    transform: scale(0.8);
  }
}
.snap-button.style-2 .it {
  top: 18px;
  left: 88px;
  font-size: 2.6em;
  -moz-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
}
.snap-button.style-2 .de {
  top: 68px;
  right: 80px;
}
.snap-button.style-2 svg {
  width: 244px;
  height: 88px;
}
.snap-button.style-3 {
  width: 295px;
  height: 98px;
}
@media (max-width: 767px) {
  .snap-button.style-3 {
    transform: scale(0.8);
  }
}
.snap-button.style-3 .it {
  top: 20px;
  left: 38px;
  font-size: 2.4em;
  -moz-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.snap-button.style-3 .de {
  top: 74px;
  right: 38px;
}
.snap-button.style-3 svg {
  width: 255px;
  height: 98px;
}
.snap-button.style-4 {
  width: 275px;
  height: 92px;
}
@media (max-width: 767px) {
  .snap-button.style-4 {
    transform: scale(0.8);
  }
}
.snap-button.style-4 .it {
  top: 20px;
  left: 38px;
  font-size: 2.4em;
  -moz-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.snap-button.style-4 .de {
  top: 70px;
  right: 38px;
}
.snap-button.style-4 svg {
  width: 235px;
  height: 92px;
}
.snap-button.style-5 {
  width: 278px;
  height: 84px;
}
@media (max-width: 767px) {
  .snap-button.style-5 {
    transform: scale(0.8);
    margin-bottom: -9px;
  }
}
.snap-button.style-5 .it {
  top: 20px;
  left: 38px;
  font-size: 2.4em;
  -moz-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.snap-button.style-5 .de {
  top: 62px;
  right: 38px;
}
.snap-button.style-5 svg {
  width: 238px;
  height: 84px;
}

/*------------------------------------*\
    ELEMENTS
\*------------------------------------*/
/*---[ 7 Contact Form]---------------------------------------------------------------------------*/
#page-preloader {
  background-image: url("img/cf7.loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  background-color: #8b1207;
  border-radius: 50%;
}

article div.wpcf7 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  article div.wpcf7 {
    margin-bottom: 40px;
  }
}
article div.wpcf7 .wpcf7-spinner {
  background-image: url("img/cf7.loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 20;
  background-color: #8b1207;
  border-radius: 50%;
  opacity: 1;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
article div.wpcf7 .wpcf7-spinner:before {
  display: none;
}
article div.wpcf7 .wpcf7-response-output {
  position: fixed;
  top: -300px;
  left: 0;
  width: 100%;
  z-index: 20;
  margin: 0;
  border: 0;
  padding: 20px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
article div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #fff;
  background-color: #f00f00;
  top: 0;
}
article div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #00ff00;
  top: 0;
}
article div.wpcf7 br {
  display: none;
}
article div.wpcf7 p {
  padding: 0;
  margin: 0;
}
article div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
article div.wpcf7 .wpcf7-form-control-wrap label,
article div.wpcf7 .wpcf7-form-control-wrap span {
  color: #8b1207;
  display: block;
}
article div.wpcf7 .wpcf7-form-control-wrap label .wpcf7-list-item,
article div.wpcf7 .wpcf7-form-control-wrap span .wpcf7-list-item {
  margin: 20px 0;
}
article div.wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 2px 0 10px 0;
  display: none;
}
article div.wpcf7 .wpcf7-form-control-wrap .wpcf7-text {
  border-bottom: solid 1px #8b1207;
}
article div.wpcf7 .wpcf7-form-control-wrap .wpcf7-text.wpcf7-not-valid {
  border-bottom-color: #f00;
  background-color: #ffe2e0;
}
article div.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox.wpcf7-not-valid span::before {
  border-color: #f00;
  background-color: #ffe2e0;
}
article div.wpcf7 .wpcf7-form-control-wrap textarea {
  background-image: url("img/cf7.message.bg.svg");
}
article div.wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  background-image: url("img/cf7.message.error.bg.svg");
  background-color: #ffe2e0;
}
article div.wpcf7 .wpcf7-submit {
  background-image: url("img/cf7.submit.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 196px;
  height: 84px;
  margin: 0 -21px 2px 30px;
  font-size: 10px;
  text-indent: -999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  article div.wpcf7 .wpcf7-submit {
    margin: 30px 0 0 0;
  }
}
article div.wpcf7 .form-grid-container {
  display: table;
}
@media (max-width: 767px) {
  article div.wpcf7 .form-grid-container {
    display: block;
  }
}
article div.wpcf7 .form-grid-container .form-grid-row {
  display: table-row;
}
@media (max-width: 767px) {
  article div.wpcf7 .form-grid-container .form-grid-row {
    display: block;
  }
}
article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column {
  display: table-cell;
  vertical-align: bottom;
}
article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column:first-child {
  width: 208px;
}
@media (max-width: 767px) {
  article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column:first-child {
    width: 100%;
  }
}
article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column:last-child {
  border-bottom: solid 1px #8b1207;
}
@media (max-width: 767px) {
  article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column:last-child {
    border-bottom: none;
  }
  article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column:last-child .wpb_wrapper {
    text-align: center;
  }
}
@media (max-width: 767px) {
  article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column {
    display: block;
  }
}
article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column .wpcf7-form-control-wrap .wpcf7-text {
  margin-top: 12px;
}
article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column .wpcf7-form-control-wrap.your-email {
  margin-bottom: -1px;
}
article div.wpcf7 .form-grid-container .form-grid-row .form-grid-column .wpb_content_element {
  margin-bottom: 0;
}
article div.wpcf7 textarea,
article div.wpcf7 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  color: #8b1207;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 6px;
  background-color: transparent;
}
article div.wpcf7 input[type=checkbox],
article div.wpcf7 input[type=radio] {
  width: auto;
  float: left;
  margin-right: 0.75em;
  background: transparent;
  border: none;
}
article div.wpcf7 textarea {
  height: 225px;
  line-height: 45px;
}
article div.wpcf7 input[type=checkbox]:checked,
article div.wpcf7 input[type=checkbox]:not(:checked),
article div.wpcf7 input[type=radio]:checked,
article div.wpcf7 input[type=radio]:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
article div.wpcf7 input[type=checkbox] + span,
article div.wpcf7 input[type=radio] + span {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}
article div.wpcf7 input[type=checkbox]:checked + span::before,
article div.wpcf7 input[type=checkbox]:not(:checked) + span::before,
article div.wpcf7 input[type=radio]:checked + span::before,
article div.wpcf7 input[type=radio]:not(:checked) + span::before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 3px solid #8b1207;
  background: transparent;
}
article div.wpcf7 input[type=radio]:checked + span::before,
article div.wpcf7 input[type=radio]:not(:checked) + span::before {
  border-radius: 50%;
}
article div.wpcf7 input[type=checkbox]:checked + span::before,
article div.wpcf7 input[type=radio]:checked + span::before {
  content: "x";
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 52px;
  line-height: 10px;
  text-indent: -4px;
}

.man-contact-button-wrapper .submit-wrapper {
  display: inline-block;
  border-bottom: solid 2px #8b1207;
  padding: 0 20px 2px 24px;
}
.man-contact-button-wrapper .submit-wrapper .man-contact-button {
  background-image: url(img/button.contact.bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  width: 222px;
  height: 41px;
  border: none;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.man-contact-button-wrapper .submit-wrapper .man-contact-button:hover {
  background-position: 0px 2px;
}

.man-simple-button-wrapper {
  margin-left: 50px;
}
@media (max-width: 1023px) {
  .man-simple-button-wrapper {
    margin-left: inherit;
  }
}
.man-simple-button-wrapper .button-wrapper {
  display: inline-block;
  border-bottom: solid 2px #8b1207;
  padding: 0 20px 2px 24px;
}
.man-simple-button-wrapper .button-wrapper a {
  display: block;
  background-image: url(img/button.contact.bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  width: 222px;
  height: 41px;
  border: none;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.man-simple-button-wrapper .button-wrapper a:hover {
  background-position: 0px 2px;
}

/*---[ Products Grid ]---------------------------------------------------------------------------*/
.man-products {
  max-width: 1000px;
  margin: 0 auto;
}
.man-products .man-product {
  width: 33.3333%;
  height: 330px;
  float: left;
  position: relative;
  cursor: pointer;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.man-products .man-product .image-wrap {
  padding-top: 30px;
}
.man-products .man-product .image-wrap img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.man-products .man-product:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.man-products .man-product h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 600;
  z-index: 2;
  color: #31515c;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.man-products .man-product h2 span {
  display: inline-block;
  padding: 8px 20px 20px 20px;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.man-products .man-product.active h2 {
  color: #fff;
}
.man-products .man-product.active h2 span {
  background-color: #31515c;
}
.man-products .man-product.active img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.man-products .man-product .man-product-content {
  display: none;
}
.man-products .man-product .man-product-gallery {
  display: none;
}
@media (max-width: 1023px) {
  .man-products {
    max-width: inherit;
    width: 80%;
  }
  .man-products .man-product {
    height: 28vw;
  }
  .man-products .man-product .image-wrap img {
    max-width: 70%;
  }
  .man-products .man-product h2 {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .man-products {
    width: 100%;
  }
  .man-products .man-product {
    height: 220px;
  }
  .man-products .man-product .image-wrap img {
    max-width: 130px;
  }
}
@media (max-width: 600px) {
  .man-products .man-product {
    width: 50%;
  }
}

.theme-buffets-grid .man-products .man-product {
  height: 270px;
  width: 330px;
  float: none;
}
.theme-buffets-grid .man-products .man-product h2 {
  color: #57390c;
}
.theme-buffets-grid .man-products .man-product .image-wrap {
  padding-top: 0;
}
.theme-buffets-grid .man-products .man-product .image-wrap img {
  max-width: 320px;
}
@media (max-width: 1023px) {
  .theme-buffets-grid .man-products .man-product .image-wrap img {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .theme-buffets-grid .man-products .man-product .image-wrap img {
    max-width: 210px;
  }
}
@media (max-width: 480px) {
  .theme-buffets-grid .man-products .man-product .image-wrap img {
    max-width: 190px;
  }
}
@media (max-width: 480px) {
  .theme-buffets-grid .man-products .man-product .image-wrap {
    padding-top: 20px;
  }
}
.theme-buffets-grid .man-products .man-product.active h2 {
  color: #fff;
}
.theme-buffets-grid .man-products .man-product.active h2 span {
  background-color: #8f6b3c;
}
@media (max-width: 1023px) {
  .theme-buffets-grid .man-products .man-product {
    width: 280px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  .theme-buffets-grid .man-products .man-product {
    height: 190px;
  }
}
@media (max-width: 480px) {
  .theme-buffets-grid .man-products .man-product {
    top: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    height: 200px;
  }
}

.product-grid-content {
  background-color: #fbeedd;
  display: none;
  position: relative;
}
.product-grid-content:before {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background-image: url(img/bg.line.png);
  background-size: 15px 16px;
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  top: -16px;
  left: 0;
}
.product-grid-content .product-grid-content-container {
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.product-grid-content.opened:before {
  opacity: 1;
}
.product-grid-content.opened .product-grid-content-container {
  opacity: 1;
}
.product-grid-content .product-grid-content-container {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media (max-width: 1023px) {
  .product-grid-content .product-grid-content-container {
    max-width: inherit;
    width: 100%;
    padding-left: 90px;
    padding-right: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .product-grid-content .product-grid-content-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.product-grid-content .product-grid-content-container h1, .product-grid-content .product-grid-content-container h2, .product-grid-content .product-grid-content-container h3, .product-grid-content .product-grid-content-container p, .product-grid-content .product-grid-content-container li, .product-grid-content .product-grid-content-container pre {
  color: #3a1100 !important;
}
.product-grid-content .product-grid-content-container ul {
  -moz-column-count: 2;
  -moz-column-gap: 35px;
  -webkit-column-count: 2;
  -webkit-column-gap: 35px;
  column-count: 2;
  column-gap: 35px;
}
@media (max-width: 480px) {
  .product-grid-content .product-grid-content-container ul {
    -moz-column-count: inherit;
    -moz-column-gap: inherit;
    -webkit-column-count: inherit;
    -webkit-column-gap: inherit;
    column-count: inherit;
    column-gap: inherit;
  }
}
.product-grid-content .product-grid-content-container .pre-wrapper {
  margin-bottom: -15px;
}
.product-grid-content .product-grid-content-container .border-right {
  border-right: solid 1px #3a1100;
}
@media (max-width: 767px) {
  .product-grid-content .product-grid-content-container .border-right {
    border: none;
  }
  .product-grid-content .product-grid-content-container .border-right .wpb_content_element:last-child .wpb_wrapper {
    border-bottom: solid 1px #3a1100;
    padding-bottom: 20px;
  }
}
.product-grid-content .product-grid-gallery-container img {
  float: left;
  display: block;
}
@media (max-width: 767px) {
  .product-grid-content .product-grid-gallery-container img {
    width: 100% !important;
  }
}

.products-grid-container {
  overflow: hidden;
}
.products-grid-container.second-grid {
  display: none;
}
.products-grid-container.second-grid.active {
  display: block;
}

article .grid_headline {
  margin-bottom: -70px;
  margin-top: -50px;
}
article .grid_headline pre {
  max-width: 450px;
  text-align: center;
  font-size: 4.8em;
  margin: 1.2em auto 0.6em auto;
}
@media (max-width: 1023px) {
  article .grid_headline pre {
    font-size: 4em;
    line-height: 1em;
    margin: 1em auto 0.6em auto;
  }
}
@media (max-width: 767px) {
  article .grid_headline pre {
    font-size: 3.4em;
    line-height: 0.8em;
    margin: 0.6em auto 0.8em auto;
    max-width: 180px;
  }
}
article .grid_headline h1 {
  text-align: center;
}
article .buffet_grid_headline {
  margin-bottom: -120px;
}
article .buffet_grid_headline pre {
  margin: 1.2em auto 1em auto;
}
@media (max-width: 1023px) {
  article .buffet_grid_headline pre {
    margin: 0.8em auto 0.6em auto;
    text-align: left;
    line-height: 0.8em;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  article .buffet_grid_headline pre {
    margin: 0.6em auto 0.6em auto;
    max-width: 180px;
  }
}

.man-gifts {
  margin: 3em auto 0 auto;
  max-width: 1000px;
}
@media (max-width: 1023px) {
  .man-gifts {
    max-width: inherit;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .man-gifts {
    width: 100%;
  }
}
.man-gifts .man-gift span.voucher {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #8b1207;
  padding-top: 0.5em;
  display: block;
}
.man-gifts .man-gift pre {
  margin: 0.2em auto 0 auto;
  text-align: center;
  line-height: 1em;
  max-width: 240px;
}
.man-gifts .man-gift.man-gift-0 pre {
  margin-top: 0.6em;
}
.man-gifts .man-gift .description-wrap {
  margin-top: 3em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .man-gifts .man-gift .description-wrap {
    margin-top: 0;
  }
}
.man-gifts .man-gift .description-wrap .wpb_content_element {
  margin-bottom: 0;
}
.man-gifts .man-gift .description-wrap.description-even .man-contact-button-wrapper {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .man-gifts .man-gift .description-wrap.description-even .man-contact-button-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .man-gifts .man-gift .description-wrap.description-even .man-contact-button-wrapper {
    width: 266px;
    margin: 0 auto;
  }
}
.man-gifts .man-gift .description-wrap.description-odd .man-contact-button-wrapper {
  margin-left: 191px;
}
@media (max-width: 1023px) {
  .man-gifts .man-gift .description-wrap.description-odd .man-contact-button-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .man-gifts .man-gift .description-wrap.description-odd .man-contact-button-wrapper {
    width: 266px;
    margin: 0 auto;
  }
}
.man-gifts .man-gift .image-wrap {
  text-align: center;
}
.man-gifts .man-gift .image-wrap img {
  max-height: 260px;
  width: auto;
}

/*---[ Homepage things ]---------------------------------------------------------------------------*/
.man-objects {
  position: relative;
  min-height: 540px;
}
.man-objects .man-obj {
  display: block;
  position: absolute;
}
.man-objects .man-obj div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.man-objects .man-obj.man-obj-01 {
  right: 10%;
  bottom: 8%;
}
.man-objects .man-obj.man-obj-01 div {
  width: 70px;
  height: 70px;
  background-image: url("img/obj.01.png");
}
.man-objects .man-obj.man-obj-02 {
  right: 18%;
  bottom: 12%;
}
.man-objects .man-obj.man-obj-02 div {
  width: 63px;
  height: 110px;
  background-image: url("img/obj.02.png");
}
.man-objects .man-obj.man-obj-03 {
  right: 26%;
  bottom: 33%;
}
.man-objects .man-obj.man-obj-03 div {
  width: 102px;
  height: 124px;
  background-image: url("img/obj.03.png");
}
.man-objects .man-obj.man-obj-04 {
  right: 29%;
  bottom: 64%;
}
.man-objects .man-obj.man-obj-04 div {
  width: 63px;
  height: 50px;
  background-image: url("img/obj.04.png");
}
.man-objects .man-obj.man-obj-05 {
  right: 20%;
  bottom: 66%;
}
.man-objects .man-obj.man-obj-05 div {
  width: 86px;
  height: 98px;
  background-image: url("img/obj.05.png");
}
.man-objects .man-obj.man-obj-06 {
  left: 8%;
  bottom: 85%;
}
.man-objects .man-obj.man-obj-06 div {
  width: 104px;
  height: 111px;
  background-image: url("img/obj.06.png");
}
.man-objects .man-obj.man-obj-07 {
  left: 18%;
  bottom: 47%;
}
.man-objects .man-obj.man-obj-07 div {
  width: 65px;
  height: 113px;
  background-image: url("img/obj.07.png");
}
.man-objects .man-obj.man-obj-08 {
  left: 2%;
  bottom: 49%;
}
.man-objects .man-obj.man-obj-08 div {
  width: 97px;
  height: 135px;
  background-image: url("img/obj.08.png");
}
.man-objects .man-obj.man-obj-09 {
  left: 21%;
  bottom: 90%;
}
.man-objects .man-obj.man-obj-09 div {
  width: 86px;
  height: 84px;
  background-image: url("img/obj.09.png");
}
.man-objects .man-obj.man-obj-10 {
  left: 5%;
  bottom: 23%;
}
.man-objects .man-obj.man-obj-10 div {
  width: 187px;
  height: 131px;
  background-image: url("img/obj.10.png");
}
.man-objects .man-obj.man-obj-11 {
  left: 9%;
  bottom: 57%;
}
.man-objects .man-obj.man-obj-11 div {
  width: 87px;
  height: 83px;
  background-image: url("img/obj.11.png");
}
.man-objects .man-obj.man-obj-12 {
  right: 15%;
  bottom: 90%;
}
.man-objects .man-obj.man-obj-12 div {
  width: 79px;
  height: 74px;
  background-image: url("img/obj.12.png");
}
.man-objects .man-obj.man-obj-13 {
  left: 15%;
  bottom: 11%;
}
.man-objects .man-obj.man-obj-13 div {
  width: 97px;
  height: 129px;
  background-image: url("img/obj.13.png");
}
.man-objects .man-obj.man-obj-14 {
  left: 22%;
  bottom: 68%;
}
.man-objects .man-obj.man-obj-14 div {
  width: 121px;
  height: 109px;
  background-image: url("img/obj.14.png");
}
.man-objects .man-obj.man-obj-15 {
  right: 7%;
  bottom: 77%;
}
.man-objects .man-obj.man-obj-15 div {
  width: 91px;
  height: 103px;
  background-image: url("img/obj.15.png");
}

@media (max-width: 1250px) {
  .man-objects .man-obj.man-obj-01 {
    bottom: 7%;
  }
  .man-objects .man-obj.man-obj-01 div {
    width: 48px;
    height: 48px;
  }
  .man-objects .man-obj.man-obj-02 {
    bottom: 5%;
  }
  .man-objects .man-obj.man-obj-02 div {
    width: 43px;
    height: 79px;
  }
  .man-objects .man-obj.man-obj-03 {
    right: 23%;
    bottom: 22%;
  }
  .man-objects .man-obj.man-obj-03 div {
    width: 72px;
    height: 91px;
  }
  .man-objects .man-obj.man-obj-04 {
    right: 26%;
  }
  .man-objects .man-obj.man-obj-04 div {
    width: 46px;
    height: 42px;
  }
  .man-objects .man-obj.man-obj-05 {
    bottom: 70%;
  }
  .man-objects .man-obj.man-obj-05 div {
    width: 62px;
    height: 72px;
  }
  .man-objects .man-obj.man-obj-06 {
    bottom: 80%;
  }
  .man-objects .man-obj.man-obj-06 div {
    width: 76px;
    height: 85px;
  }
  .man-objects .man-obj.man-obj-07 {
    bottom: 41%;
    left: 16%;
  }
  .man-objects .man-obj.man-obj-07 div {
    width: 43px;
    height: 83px;
  }
  .man-objects .man-obj.man-obj-08 div {
    width: 72px;
    height: 106px;
  }
  .man-objects .man-obj.man-obj-09 {
    bottom: 86%;
  }
  .man-objects .man-obj.man-obj-09 div {
    width: 58px;
    height: 60px;
  }
  .man-objects .man-obj.man-obj-10 {
    bottom: 19%;
  }
  .man-objects .man-obj.man-obj-10 div {
    width: 120px;
    height: 88px;
  }
  .man-objects .man-obj.man-obj-11 div {
    width: 62px;
    height: 64px;
  }
  .man-objects .man-obj.man-obj-12 {
    bottom: 86%;
  }
  .man-objects .man-obj.man-obj-12 div {
    width: 59px;
    height: 57px;
  }
  .man-objects .man-obj.man-obj-13 {
    bottom: 4%;
  }
  .man-objects .man-obj.man-obj-13 div {
    width: 70px;
    height: 89px;
  }
  .man-objects .man-obj.man-obj-14 {
    left: 18%;
  }
  .man-objects .man-obj.man-obj-14 div {
    width: 81px;
    height: 75px;
  }
  .man-objects .man-obj.man-obj-15 {
    right: 5%;
  }
  .man-objects .man-obj.man-obj-15 div {
    width: 66px;
    height: 78px;
  }
}
@media (max-width: 1023px) {
  .man-objects .man-obj.man-obj-01 {
    right: 8%;
  }
  .man-objects .man-obj.man-obj-01 div {
    width: 35px;
    height: 35px;
  }
  .man-objects .man-obj.man-obj-02 {
    bottom: 3%;
  }
  .man-objects .man-obj.man-obj-02 div {
    width: 43px;
    height: 62px;
  }
  .man-objects .man-obj.man-obj-03 {
    bottom: 17%;
  }
  .man-objects .man-obj.man-obj-03 div {
    width: 51px;
    height: 65px;
  }
  .man-objects .man-obj.man-obj-04 {
    bottom: 80%;
  }
  .man-objects .man-obj.man-obj-04 div {
    width: 32px;
    height: 30px;
  }
  .man-objects .man-obj.man-obj-05 {
    right: 18%;
  }
  .man-objects .man-obj.man-obj-05 div {
    width: 43px;
    height: 52px;
  }
  .man-objects .man-obj.man-obj-06 {
    bottom: 77%;
  }
  .man-objects .man-obj.man-obj-06 div {
    width: 38px;
    height: 45px;
  }
  .man-objects .man-obj.man-obj-07 {
    left: 8%;
    bottom: 30%;
  }
  .man-objects .man-obj.man-obj-07 div {
    width: 33px;
    height: 63px;
  }
  .man-objects .man-obj.man-obj-08 {
    left: 0%;
  }
  .man-objects .man-obj.man-obj-08 div {
    width: 50px;
    height: 77px;
  }
  .man-objects .man-obj.man-obj-09 div {
    width: 29px;
    height: 30px;
  }
  .man-objects .man-obj.man-obj-10 {
    bottom: 12%;
  }
  .man-objects .man-obj.man-obj-10 div {
    width: 90px;
    height: 68px;
  }
  .man-objects .man-obj.man-obj-11 div {
    width: 44px;
    height: 44px;
  }
  .man-objects .man-obj.man-obj-12 div {
    width: 40px;
    height: 40px;
  }
  .man-objects .man-obj.man-obj-13 div {
    width: 48px;
    height: 66px;
  }
  .man-objects .man-obj.man-obj-14 {
    left: 14%;
    bottom: 72%;
  }
  .man-objects .man-obj.man-obj-14 div {
    width: 60px;
    height: 58px;
  }
  .man-objects .man-obj.man-obj-15 div {
    width: 45px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .man-objects {
    min-height: inherit;
  }
  .man-objects .man-obj {
    display: none;
  }
}
/*---[ Google Map ]---------------------------------------------------------------------------*/
#im_map_mgmap {
  z-index: 2;
  border-radius: 50%;
  border: solid 1px #8b1207;
  margin: 98px 0 70px 90px;
  width: 360px !important;
  height: 360px !important;
}
@media (max-width: 767px) {
  #im_map_mgmap {
    margin: 0 auto 70px auto;
  }
}
@media (max-width: 480px) {
  #im_map_mgmap {
    width: 280px !important;
    height: 280px !important;
  }
}

/*---[ Facebook Teaser ]---------------------------------------------------------------------------*/
#fb-teaser {
  opacity: 0;
  position: absolute;
  z-index: 10;
  right: -46px;
  top: 140px;
}
#fb-teaser.visible {
  opacity: 1;
}
#fb-teaser a {
  overflow: hidden;
  text-indent: -999px;
  width: 207px;
  height: 207px;
  display: block;
  background: transparent url("img/stoerer.fb.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  #fb-teaser a {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 1023px) {
  #fb-teaser {
    right: -32px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #fb-teaser {
    display: none;
  }
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #8b1207;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #8b1207;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #8b1207;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #8b1207;
}

:-moz-placeholder {
  color: #8b1207;
  opacity: 1;
}

::-moz-placeholder {
  color: #8b1207;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8b1207;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
