/****************************
* HOME
****************************/
.frontpage, .frontpage * {
  /*  -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/ }

/*
.frontpage .slider * {
  -webkit-transform: translateZ(0px);
}*/
.frontpage .slider {
  height: 100%;
  width: 50%;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.frontpage .frue {
  /*-webkit-box-shadow: inset -46px 0px 40px -48px rgba(181, 181, 181, 0.75);
  -moz-box-shadow: inset -46px 0px 40px -48px rgba(181, 181, 181, 0.75);
  box-shadow: inset -46px 0px 40px -48px rgba(181, 181, 181, 0.75);
*/
  border-right: solid 2px #000000; }

.frontpage .spaet {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  border-left: solid 2px #000000;
  float: right; }

.frontpage .background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.frontpage .slider,
.frontpage .background.annimate {
  -webkit-transition: width 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 4s cubic-bezier(0.165, 0.84, 0.44, 1); }

.frontpage .background.frue {
  left: 0;
  width: 50%;
  z-index: -90;
  background: url("../img/landing-day.jpg") no-repeat fixed left 80px;
  background-size: cover;
  background-position-y: 80px; }

.frontpage .background.spaet {
  z-index: -100;
  right: 0;
  background: url("../img/landing-night.jpg") no-repeat fixed right 80px;
  background-size: cover;
  background-position-y: 80px; }

.frontpage .slider.large.frue,
.frontpage .background.frue.large {
  width: 90%; }

.frontpage .slider.large.spaet {
  width: 90%; }

.frontpage .slider.small.frue,
.frontpage .background.frue.small {
  width: 10%; }

.frontpage .slider.small.spaet {
  width: 10%; }

.frontpage .content {
  position: absolute;
  bottom: 20px;
  width: 50%;
  -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.frontpage .spaet .content {
  right: 0; }

.frontpage .title {
  color: #ffffff;
  width: 145px;
  position: relative; }
  .frontpage .title span {
    display: block;
    text-transform: uppercase;
    margin-left: 50px;
    /*background:url(img/slide_arrow_right.png) no-repeat;
    background-position: right;
    padding-right:30px;
    background-size: auto 20px;*/ }
  .frontpage .title a {
    color: transparent;
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5000;
    left: 0;
    top: 0; }

.frontpage .small .content {
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.frontpage .slider.spaet .content .title {
  text-align: right; }

.frontpage .slider.frueh .content .title {
  text-align: left; }

.frontpage .content .title.annimate {
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.frontpage .slider .description {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 50px;
  margin-top: 20px;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%; }

.frontpage .slider.spaet .description {
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 50px;
  width: 70%;
  margin-top: 20px;
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.frontpage .large .content .description {
  opacity: 1; }

.frontpage .small .content {
  opacity: 0; }

.frontpage .marker.news,
.frontpage .marker.ordering,
.frontpage .marker.delivery {
  position: absolute;
  background: url("../img/marker_news.png") no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 20px;
  /*top: 10%;*/
  left: 0;
  z-index: 900;
}
.frontpage .marker.news {
  top: 50px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.frontpage .marker.ordering {
  top: 150px;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.frontpage .marker.delivery {
  top: 220px;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.frontpage .marker.news .text a,
.frontpage .marker.ordering .text a,
.frontpage .marker.delivery .text a {
  background: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 12px 15px 12px 20px;
  color: #9c3313;
  max-width: 370px;
  line-height: 1.4em;
  display: block;
  cursor: pointer;
}
.frontpage .marker.news .text a.pizza {
  background: url(../img/icon_pizza.png) no-repeat center right 15px #FFFFFF;
  background-size: auto 30px;
  padding: 16px 55px 12px 15px;
}
@media (max-width: 1325px) {
  .frontpage .marker.news .text a,
  .frontpage .marker.ordering .text a,
  .frontpage .marker.delivery .text a {
    font-size: 18px;
    max-width: 310px;
  }
  .frontpage .marker.news {
    top: 40px;
  }
  .frontpage .marker.ordering {
    top: 130px;
  }
  .frontpage .marker.delivery {
    top: 190px;
  }
}
@media (max-width: 860px) {
  .frontpage .marker.news {
    top: auto;
    bottom: 90px;
  }
  .frontpage .marker.ordering {
    top: auto;
    bottom: 30px;
  }
  .frontpage .marker.delivery {
    top: auto;
    bottom: -30px;
  }
}

.frontpage .slide-navigation {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.frontpage .frue.moveLeft {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

.frontpage .spaet.moveLeft {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

/* 24" ---------------------------------------------------------------------------------------------------------- */
/*2.560 x 1.920 Pixel*/
/* 15" ---------------------------------------------------------------------------------------------------------- */
/*2.880 x 1.440 Pixel*/
/* 13" ---------------------------------------------------------------------------------------------------------- */
/* IPad Portrait ------------------------------------------------------------------------------------------------ */
@media (max-width: 860px) {
  .frontpage {
    overflow-y: scroll;
    overflow-x: hidden;
    color: #000000; }

  .frontpage .background,
  .frontpage .slider {
    width: 100% !important;
    background: #000000; }

  .frontpage .frue,
  .frontpage .spaet {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important; }

  .frontpage .spaet {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }

  .frontpage .background {
    z-index: 1 !important;
    height: 550px; }

  .frontpage .background.frue {
    background: url("../img/landing-day.jpg") no-repeat center;
    background-size: cover; }

  .frontpage .background.spaet {
    background: url("../img/landing-night.jpg") no-repeat center;
    background-size: cover; }

  .frontpage .content {
    bottom: auto;
    width: 100%;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }

  .frontpage .content .title {
    position: absolute;
    left: 7%;
    text-align: left !important;
    top: 600px;
    z-index: 100;
    width: 86%; } }
  @media (max-width: 860px) and (max-width: 560px) {
    .frontpage .content .title {
      top: 350px; } }

@media (max-width: 860px) {
  .frontpage .content .description {
    opacity: 1 !important;
    width: 86% !important;
    position: absolute;
    padding: 25px 7% 150px !important;
    margin-top: 0 !important;
    background: #000000;
    top: 660px;
  }
  .frontpage .marker.news {
    left: 5px;
  }
  .frontpage .marker.ordering {
    left: 8px;
  }
  .frontpage .marker.delivery {
    left: 8px;
  }
}
  @media (max-width: 860px) and (max-width: 560px) {
    .frontpage .content .description {
      top: 400px;
      padding: 7% 7%; }
  }

/* IPhone Portrait ---------------------------------------------------------------------------------------------- */
@media (max-width: 560px) {
  .frontpage .background {
    height: 200px; }

  .frontpage .content .title a {
    margin-left: 0; }

  .frontpage .marker.news {
    top: 130px;
  }
  .frontpage .marker.ordering {
    top: 220px;
  }
  .frontpage .marker.delivery {
    top: 280px;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: 100%;
  max-width: 440px;
  margin: 20px auto;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#delivery-popup span,
#delivery-popup span a,
#reservation-popup span,
#ordering-popup span {
  display: block;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 10px;
  color: #9c3313;
  line-height: 1.4em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 1325px) {
  #delivery-popup span,
  #delivery-popup span a,
  #ordering-popup span {
    font-size: 18px;
  }
}

/* Fancybox*/
.fancybox-is-open .fancybox-bg {
  opacity: .8 !important;
  background: #0b0b0b !important;
}
.fancybox-secondary .fancybox-bg {
  opacity: .5 !important;
  background: #000 !important;
}
