/* Weekly slide file for 2026-04-06
   slide1 = bacon
   slide2 = butter
   slide3 = promo

   Weekly workflow:
   1. Reorder the slide blocks in text.php.
   2. Update slideback1/2/3 images here.
   3. Put slide-specific tweaks only under .slide1 / .slide2 / .slide3.
*/

.slideback1 {
  background-image: url(slide3.webp?v=2);
  background-position: center bottom;
  background-size: cover;
}

.slideback2 {
  background-image: url(slide2.webp);
  background-position: center bottom;
  background-size: cover;
}

.slideback3 {
  background-image: url(reworkedslide.webp);
  background-position: center bottom;
  background-size: cover;
}

.slideContent {
  height: 320px;
  width: 45%;
  margin: 100px auto !important;
}

.slideContent h1 {
  text-transform: uppercase;
  margin: 0;
}

.slideContent h2 {
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 1;
}

.slideContent button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  font-weight: 700;
  cursor: pointer;
}

.smaller {
  font-size: 45% !important;
}

.festival_one_card {
  width: 100px !important;
  height: auto !important;
}

h2 span:after {
  display: none !important;
  content: '' !important;
}

.smaller:after {
  display: none !important;
  content: '' !important;
}

.slide1 .slideContent.orange .no_after {
  display: block;
  margin-top: 8px;
  font-size: 19px !important;
  line-height: 1;
}

span.no_after::after {
  display: none;
}

img#mayer2 {
  position: absolute;
  width: 140px;
  left: 30px;
  bottom: 30px;
}

/* slide 1 = bacon */
.slide1 .slideContent.orange h1,
.slide1 .slideContent.orange h2,
.slide1 .slideContent.orange button {
  color: #eb7203 !important;
}

.slide1 .slideContent.orange h1 {
  font-size: 90px;
  line-height: 0.7em !important;
  margin-bottom: 25px;
  padding-top: 4px;
}

.slide1 .slideContent.orange p {
  font-size: 20px !important;
  margin-top: 2px !important;
  margin-bottom: 10px !important;
  line-height: 0.7em !important;
}

.slide1 .slideContent.orange p strong {
  font-size: 32px !important;
  line-height: 0.5em !important;
}

.slide1 .slideContent.orange h2 span { 
  display: inline-block !important;
  vertical-align: middle; 
}

.slide1 .slideContent.orange h2 {
  margin-bottom: -8px !important;
  font-size: 45px !important;
  font-weight: 700 !important;
}

.slide1 .slideContent.orange button {
  border: 3px solid #eb7203 !important;
  font-size: 20px !important;
  margin-top: -10px !important;
}

/* slide 2 = butter */
.slide2 .slideContent.green h1,
.slide2 .slideContent.green h2,
.slide2 .slideContent.green button {
  color: #67bd4a !important;
}
.slide2 .slideContent.green p span:after {
  display: none !important;
  content: '' !important;
}
.slide2 .slideContent.green h1 {
  font-size: 100px;
  line-height: 0.8em !important;
  padding-top: 5px !important;
  margin-bottom: 15px !important;
}

.slide2 .slideContent.green p {
  font-size: 30px !important;
  line-height: 0.9em !important;
  margin-bottom: 10px !important;
}

.slide2 .slideContent.green p strong {
  font-size: 32px !important;
  line-height: 1.2em;
}

.slide2 .slideContent.green h2 {
  font-size: 50px !important;
  margin-bottom: 2px !important;
  line-height: 1em !important;
  margin-top: 10px !important;
}

.slide2 .slideContent.green button {
  border: 3px solid #67bd4a !important;
  font-size: 20px !important;
  margin-top: 10px;
}

/* slide 3 = promo */
.slide3 {
  position: relative;
  overflow: hidden;
}

.slide3 .slideContent {
  display: none !important;
}

.slide3 .buttonwrapper {
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.slide3 .buttonwrapper a {
  text-decoration: none;
}

#promo-button {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  background: #fff !important;
  border: 3px solid #14e21c !important;
  border-radius: 0;
  color: #41ad49 !important;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  padding: 2px 5px;
  cursor: pointer;
}

#promo-button span {
  color: inherit;
}

.slick-dots {
  position: absolute;
  top: 23px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .slideContent {
    width: 100%;
    margin: auto !important;
  }

  .slideback1 {
    background-image: url("slide3.webp");
    background-position: center right;
  }

  .slideback2 {
    background-image: url("slide2.webp");
    background-position: right;
  }

  .slideback3 {
    background-image: url("zslide2.webp");
    background-position: center right;
    min-height: 490px;
  }

  img#mayer2 {
    max-width: 100px;
    width: 100px;
    left: 30px;
    top: 120px;
    bottom: auto;
  }

  .festival_one_card {
    width: 70px !important;
  }

  .slide1 .slideContent.orange h1 {
    font-size: 68px !important;
    line-height: 0.7em !important;
    margin-bottom: 15px !important;
  }

  .slide1 .slideContent.orange p {
    font-size: 20px !important;
    margin-top: 2px !important;
    margin-bottom: 10px !important;
    line-height: 0.7em !important;
  }

  .slide1 .slideContent.orange p strong {
    font-size: 28px !important;
    line-height: 0.5em !important;
  }

  .slide1 .slideContent.orange h2 {
    line-height: 0.8em !important;
    font-size: 40px !important;
  }

  .slide1 .slideContent.orange h2 .festival_one_card {
    display: inline-block;
    vertical-align: middle; 
}

  .slide1 .slideContent.orange button {
    font-size: 15px !important;
    margin-top: -5px !important;
  }

  .slide2 .slideContent.green h1 {
    margin-bottom: 7px !important;
    margin-top: 1px !important;
    font-size: 70px !important;
  }

  .slide2 .slideContent.green p {
    font-size: 28px !important;
    line-height: 1.1em !important;
  }

  .slide2 .slideContent.green p strong {
    font-size: 30px !important;
    line-height: 0.7em !important;
  }

  .slide2 .slideContent.green h2 {
    margin-top: 5px !important;
    margin-bottom: -5px !important;
    font-size: 45px !important;
  }

  .slide2 .slideContent.green button {
    font-size: 20px !important;
  }

  .slide3 .buttonwrapper {
    bottom: 15px;
    background-color: transparent;
  }

  #promo-button {
    font-size: 18px !important;
    padding: 6px 10px !important;
  }
}
