/******************************************
Section | Header Interior
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
div.page-luiges {
  overflow: hidden;
}

section.luiges-banner {
  position: relative;
}
section.luiges-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url("/wp-content/themes/element/assets/images/peps-luiges.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
section.luiges-banner .inner-top {
  position: relative;
  z-index: 3;
  padding-bottom: 58px;
}
section.luiges-banner h1 {
  text-align: center;
  margin: 129px auto 0;
  display: block;
}
section.luiges-banner h1 img {
  display: inline-block;
  margin: 0 auto 35px;
}
section.luiges-banner h1 sup {
  margin-left: -5px;
}
section.luiges-banner h2 {
  font-family: "Courier Prime", monospace;
  font-display: swap;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  letter-spacing: 5.12px;
  text-transform: uppercase;
  padding-top: 5px;
}
section.luiges-banner h3 {
  font-family: "Courier Prime", monospace;
  font-display: swap;
  font-size: 32px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  text-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  letter-spacing: 5.12px;
  text-transform: uppercase;
  max-width: 560px;
  margin: 0 auto;
}
section.luiges-banner .inner-bottom {
  display: block;
  max-width: none;
  position: relative;
  z-index: 4;
  padding: 0;
  background-color: #CD4233;
  background-blend-mode: multiply;
}
section.luiges-banner .inner-bottom a.btn.btn-black {
  background: #000000;
  color: #ffffff;
}
section.luiges-banner .inner-bottom a.btn.btn-black:hover {
  background: #BE413F;
  color: #ffffff;
}
section.luiges-banner .inner-bottom .contents {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1188px;
  margin: 0 auto;
  text-align: center;
}
section.luiges-banner .inner-bottom .contents .header {
  width: 200%;
  height: 103px;
  position: absolute;
  top: -50px;
  right: 15%;
  z-index: 1;
  background-color: #EADF7C;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
section.luiges-banner .inner-bottom .contents .header:before {
  content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.luiges-banner .inner-bottom .contents .header:after {
  content: "";
  width: 279px;
  height: 180px;
  background-image: url("/wp-content/themes/element/assets/images/luiges-tomato.svg");
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 60px;
  right: -200px;
}
section.luiges-banner .inner-bottom .contents .header .content {
  width: 100%;
  max-width: 800px;
  text-align: center;
}
section.luiges-banner .inner-bottom .contents .header h1 {
  font-family: "Jost", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 25px;
  color: #282828;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  margin: 0;
}
section.luiges-banner .inner-bottom .contents .header h2 {
  font-family: "Jost", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 20px;
  color: #282828;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin: 0;
}
section.luiges-banner .inner-bottom .half-left {
  margin-top: -120px;
}
section.luiges-banner .inner-bottom .half-right {
  padding: 70px 0 100px 0;
}
section.luiges-banner .inner-bottom .half-right p {
  font-family: "Jost", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.56px;
}
section.luiges-banner .inner-bottom .half-right p strong {
  font-family: "Jost", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}
section.luiges-banner .inner-bottom .content-wrap {
  max-width: 580px;
  margin-left: 50px;
}
section.luiges-banner .inner-bottom .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 172px;
  height: 171px;
  background-image: url("/wp-content/themes/element/assets/images/luiges-head.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 50%);
  transition: 0.6s ease-in-out;
}
section.luiges-banner .inner-bottom .icon.aos-animate {
  transform: translate(-50%, 50%) rotate(-90deg);
}
section.luiges-banner .image {
  border-radius: 100%;
  border: 5px solid #000000;
  width: 280px;
  height: 280px;
  position: relative;
  margin: 0 0 45px 0;
  z-index: 2;
}
section.luiges-banner .image:before {
  content: "";
  width: 290px;
  height: 290px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  border: 2px solid #000000;
  z-index: -1;
}
section.luiges-banner .image img {
  border-radius: 100%;
  display: block;
}
@media only screen and (max-width: 1900px) {
  section.luiges-banner:before {
    content: "";
    width: 100%;
    height: 517px;
  }
}
@media only screen and (max-width: 1700px) {
  section.luiges-banner:before {
    content: "";
    width: 100%;
  }
}
@media only screen and (max-width: 1550px) {
  section.luiges-banner:before {
    content: "";
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  section.luiges-banner:before {
    content: "";
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  section.luiges-banner .inner-bottom .contents .header {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  section.luiges-banner .inner-bottom .contents .header {
    right: 8%;
  }
}
@media only screen and (max-width: 1050px) {
  section.luiges-banner .inner-bottom .contents .header {
    right: 30px;
  }
  section.luiges-banner .inner-bottom .contents .header .content {
    max-width: 680px;
  }
}
@media only screen and (max-width: 950px) {
  section.luiges-banner .inner-bottom .contents .header {
    right: 30px;
  }
  section.luiges-banner .inner-bottom .contents .header .content {
    max-width: 580px;
  }
  section.luiges-banner .inner-bottom .content-wrap {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  section.luiges-banner .inner-bottom .half-left {
    margin-top: 0;
  }
  section.luiges-banner .image {
    width: 200px;
    height: 200px;
  }
  section.luiges-banner .image:before {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  section.luiges-banner .inner-bottom .contents .header {
    width: 100%;
  }
  section.luiges-banner .inner-bottom .contents .header:before {
    width: 100%;
  }
  section.luiges-banner .inner-bottom {
    background-size: cover;
  }
  section.luiges-banner .inner-bottom .content-wrap {
    margin: 0 auto;
    max-width: none;
    padding: 45px 30px 0;
  }
  section.luiges-banner .inner-bottom .contents {
    flex-direction: column;
  }
  section.luiges-banner .inner-bottom .contents .half-left {
    order: 2;
    align-self: center;
    margin-bottom: 75px;
  }
  section.luiges-banner .inner-bottom .contents .half-right {
    order: 1;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  section.luiges-banner .inner-bottom .contents .header {
    right: 0;
    width: 100%;
  }
  section.luiges-banner .inner-bottom .contents .header h1 {
    font-size: 26px;
    line-height: 1.2em;
  }
  section.luiges-banner .inner-bottom .contents .header h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  section.luiges-banner .inner-bottom .contents .header {
    right: 0;
    width: 100%;
  }
  section.luiges-banner .inner-bottom .contents .header h1 {
    font-size: 18px;
  }
  section.luiges-banner .inner-bottom .contents .header h2 {
    font-size: 14px;
  }
}

section.luiges-pizza-list {
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  display: inline-block;
}
section.luiges-pizza-list .pizza-list-container {
  padding-bottom: 40px;
}
section.luiges-pizza-list .pizza-list-container[data-count="1"] {
  background: #7ECAAB;
  background: linear-gradient(0deg, rgb(126, 202, 171) 0%, rgb(126, 202, 171) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  margin-bottom: 100px;
}
section.luiges-pizza-list .pizza-list-container[data-count="2"] {
  background: #EADF7C;
  background: linear-gradient(0deg, rgb(234, 223, 124) 0%, rgb(234, 223, 124) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  margin-bottom: 100px;
}
section.luiges-pizza-list .pizza-list-container[data-count="3"] {
  background: #8466DC;
  background: linear-gradient(0deg, rgb(132, 102, 220) 0%, rgb(132, 102, 220) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
}
section.luiges-pizza-list .inner {
  position: relative;
  padding: 0 30px;
  max-width: 1062px;
  margin: 0 auto;
}
section.luiges-pizza-list .inner:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 56px);
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
}
section.luiges-pizza-list .inner:after {
  content: "";
  position: absolute;
  bottom: 100px;
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
}
section.luiges-pizza-list .inner[data-count="1"] h3 {
  color: #CD4233;
}
section.luiges-pizza-list .inner[data-count="1"]:before {
  border: 3px solid #CD4233;
}
section.luiges-pizza-list .inner[data-count="1"]:after {
  content: "";
  width: 365px;
  height: 350px;
  bottom: -120px;
  right: -180px;
  background-image: url("/wp-content/themes/element/assets/images/luiges-toppings-outline-1.svg");
}
section.luiges-pizza-list .inner[data-count="2"] a.pizza-listing-link {
  flex: 0 0 calc(33.33% - 30px);
}
section.luiges-pizza-list .inner[data-count="2"] h3 {
  color: #3B9AAF;
}
section.luiges-pizza-list .inner[data-count="2"]:before {
  border: 3px solid #3B9AAF;
  height: calc(100% - 56px);
}
section.luiges-pizza-list .inner[data-count="2"]:after {
  width: 418px;
  height: 205px;
  left: -160px;
  bottom: -100px;
  background-image: url("/wp-content/themes/element/assets/images/luiges-toppings-outline-2.svg");
}
section.luiges-pizza-list .inner[data-count="3"] a.pizza-listing-link {
  flex: 0 0 calc(33.33% - 30px);
}
section.luiges-pizza-list .inner[data-count="3"] h3 {
  color: #C77838;
}
section.luiges-pizza-list .inner[data-count="3"]:before {
  border: 3px solid #C77838;
  height: calc(100% - 56px);
}
section.luiges-pizza-list .inner[data-count="3"]:after {
  width: 400px;
  height: 193px;
  bottom: -110px;
  right: -170px;
  background-image: url("/wp-content/themes/element/assets/images/luiges-toppings-outline-3.svg");
}
section.luiges-pizza-list h3 {
  font-family: "Jost", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 20px;
  color: #D6790C;
  font-weight: 800;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 30px;
  background: #ffffff;
  position: relative;
  top: 14px;
  z-index: 2;
}
section.luiges-pizza-list .pizza-listings {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0 0;
  z-index: 2;
}
section.luiges-pizza-list a.pizza-listing-link {
  text-decoration: none;
  flex: 0 0 calc(33% - 30px);
  margin: 0 15px;
  transition: 0.2s ease-in-out;
  max-width: 230px;
  cursor: pointer;
}
section.luiges-pizza-list a.pizza-listing-link:hover {
  transform: scale(1.05);
}
section.luiges-pizza-list .pizza-listing {
  padding: 0;
  margin: 0 0 59px 0;
}
section.luiges-pizza-list p {
  font-family: "Jost", sans-serif, Helvetica, Arial, sans-serif;
  font-display: swap;
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  section.luiges-pizza-list .inner:before {
    width: calc(100% - 60px);
    left: 27px;
  }
}
@media only screen and (max-width: 900px) {
  section.luiges-pizza-list .inner[data-count="1"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="2"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="3"] a.pizza-listing-link {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 900px) {
  section.luiges-pizza-list .inner[data-count="1"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="2"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="3"] a.pizza-listing-link {
    flex: 0 0 calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  section.luiges-pizza-list .inner[data-count="1"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="2"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="3"] a.pizza-listing-link {
    flex: 0 0 calc(50% - 30px);
  }
  section.luiges-pizza-list .inner[data-count="1"]:before,
  section.luiges-pizza-list .inner[data-count="2"]:before,
  section.luiges-pizza-list .inner[data-count="3"]:before {
    height: calc(100% - 59px);
  }
}
@media only screen and (max-width: 500px) {
  section.luiges-pizza-list .inner[data-count="1"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="2"] a.pizza-listing-link,
  section.luiges-pizza-list .inner[data-count="3"] a.pizza-listing-link {
    flex: 0 0 calc(100% - 30px);
  }
  section.luiges-pizza-list .inner[data-count="1"]:before,
  section.luiges-pizza-list .inner[data-count="2"]:before,
  section.luiges-pizza-list .inner[data-count="3"]:before {
    height: calc(100% - 59px);
  }
  section.luiges-pizza-list .inner[data-count="1"]:after,
  section.luiges-pizza-list .inner[data-count="2"]:after,
  section.luiges-pizza-list .inner[data-count="3"]:after {
    bottom: 0;
  }
  section.luiges-pizza-list .inner[data-count="1"]:after {
    width: 110px;
    height: 105px;
  }
  section.luiges-pizza-list .inner[data-count="2"]:after {
    width: 110px;
    height: 54px;
  }
  section.luiges-pizza-list .inner[data-count="3"]:after {
    width: 110px;
    height: 53px;
  }
  section.luiges-pizza-list h3 {
    max-width: 250px;
  }
  section.luiges-pizza-list .inner[data-count="1"]:after,
  section.luiges-pizza-list .inner[data-count="3"]:after {
    right: 5px;
  }
  section.luiges-pizza-list .inner[data-count="2"]:after {
    left: 5px;
  }
  section.luiges-pizza-list .inner[data-count="3"] h3:before {
    top: -75px;
    right: 0px;
  }
}

section.accordion {
  padding-bottom: 46px;
}

section.plain-banner {
  position: relative;
  z-index: 2;
  background-position: center bottom;
  background-size: cover;
}
section.plain-banner .inner {
  margin-top: 0 !important;
}
