/*
 Theme Name:   fourTaste 2025
 Theme URI:    https://four-taste-.com
 Description:  Das Design deiner neuen Website
 Author:       Jan-Ole Busch
 Author URI:   https://jollytech.dev
 Template:     page-builder-framework
 Version:      1.0.0
 Text Domain:  page-builder-framework
*/

/* globals */

html body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
.elementor-counter-title {
  font-variant-ligatures: no-common-ligatures !important;
}
.headline-type-smile {
  font-family: "smile-sunday", sans-serif !important;
}
.color-red {
  color: #b93a07 !important;
}
.color-darkgreen {
  color: #004539 !important;
}
.color-green {
  color: #0f9e86 !important;
}
.color-beige {
  color: #f5edd6 !important;
}
/* footer */
#footer {
  z-index: 1;
}
#footer a {
  font-family: "mooli-regular" !important;
}
#footer .wpbf-padding-large {
  padding-bottom: 10px !important;
  padding-top: 100px !important;
}
@media only screen and (max-width: 776px) {
  #footer .wpbf-widget-footer {
    border-radius: 80px 0px 0px 0px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 776px) {
  #footer .wpbf-widget-footer {
    border-radius: 160px 0px 0px 0px;
    margin-top: -160px;
  }
  #footer .wpbf-footer-widget {
    min-width: 250px !important;
  }
}
.wpbf-widget-footer {
  line-height: 2.1em !important;
}
.wpbf-footer-widget .wpbf-widgettitle {
  font-size: 36px !important;
}
@media only screen and (min-width: 776px) {
  .wpbf-footer-widget-2 {
    width: 20% !important;
    margin-left: 3em;
  }
  #footer .wpbf-footer-widget-2,
  #footer .wpbf-footer-widget-3,
  #footer .wpbf-footer-widget-4 {
    padding-top: 50px;
  }
}
.container-before-two-columns,
.container-after-two-columns {
  position: relative !important;
}
/* contact form */
.contact-form-footer .wpcf7-form {
  display: flex !important;
  flex-wrap: wrap !important;
  column-gap: 40px !important;
  row-gap: 10px !important;
}
.contact-form-footer .submit-button-form-footer {
  width: 100% !important;
}
.contact-form-footer .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form-footer .wpcf7-list-item .check-data {
  margin-right: 10px !important;
}
.contact-form-footer .wpcf7-list-item {
  line-height: 1.2em !important;
}
@media only screen and (min-width: 1024px) {
  .contact-form-footer .wpcf7-list-item {
    max-width: 60%;
  }
}
.contact-form-footer .wpcf7-list-item-label {
  font-size: 14px !important;
}
span.wpcf7-not-valid-tip {
  top: 40px !important;
  left: 0px !important;
  padding: 2px !important;
}
input,
textarea {
  border: none !important;
  margin-top: 5px !important;
}
.contact-form-footer label {
  color: #fff !important;
}
.submit-button-form-footer {
  background-color: #0f9e86 !important;
  color: #fff !important;
}
.submit-button-form-footer:hover {
  background-color: #0d8f79 !important;
  color: #fff !important;
}
.submit-button-form-footer-beige {
  background-color: #f5edd6 !important;
  color: #004539 !important;
}
.submit-button-form-footer-beige:hover {
  background-color: #e6dbb9 !important;
  color: #004539 !important;
}
.contact-form-footer-p {
  padding-top: 10px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .contact-form-footer-p {
    text-align: center;
    margin: auto;
    margin-top: auto;
    padding-bottom: 40px;
    padding-top: -10px !important;
    margin-top: -30px;
  }
  .wpbf-footer-widget {
    margin-top: 50px;
  }
}
/* navi */
#header .wpbf-menu-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#header .wpbf-logo-container {
  width: 20% !important;
}
.wpbf-menu-container li a,
a {
  font-family: "mogula-basic" !important;
}
@media only screen and (max-width: 1360px) {
  #header a {
    font-size: 24px !important;
    font-family: "mogula-basic" !important;
  }
  .menu-hauptnavigaiton-1 .menu-item {
    font-family: "mogula-basic" !important;
  }
  .wpbf-custom-section-elementor-903 .elementor-button-text {
    font-size: 20px !important;
  }
}
.wpbf-mobile-menu-container {
  background-color: #0f9e86 !important;
}
.wpbf-mobile-menu-toggle {
  padding: 15px 20px 20px 20px !important;
}
.wpbf-mobile-menu-toggle:hover {
  background-color: #0d8f79 !important;
}
@media only screen and (min-width: 767px) {
  #menu-hauptnavigaiton .menu-item a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 90%;
    height: 6px;
    background-image: url("https://four-taste.com/wp-content/uploads/underline-navi.svg");
    background-size: cover;
    z-index: 1;
  }
}
/* bg flowers and palms */
@media only screen and (min-width: 767px) {
  .container-before-two-columns::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 103%;
    height: 100%;
    background-image: url("https://four-taste.com/wp-content/uploads/container-bg-beige-left.svg");
    background-size: cover;
    z-index: 1;
  }
  .input-field-width {
    max-width: 300px !important;
  }
}
@media only screen and (min-width: 767px) {
  .container-before-two-columns-darkgreen::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 103%;
    height: 100%;
    background-image: url("https://four-taste.com/wp-content/uploads/container-bg-darkgreen-right.svg");
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container-after-two-columns::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 101%;
    height: 100%;
    background-image: url("https://four-taste.com/wp-content/uploads/container-bg-darkgreen-right.svg");
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container-after-two-columns-red::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 101%;
    height: 100%;
    background-image: url("https://four-taste.com/wp-content/uploads/container-bg-darkred-right.svg");
    background-size: cover;
    z-index: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .container-after-two-columns-red-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 101%;
    height: 100%;
    background-image: url("https://four-taste.com/wp-content/uploads/container-bg-darkred-right.svg");
    background-size: cover;
    z-index: 1;
  }
}
.img-flowers-before::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -115px;
  width: 200px;
  height: 120px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter_beige.svg");
  background-size: contain;
  z-index: 3;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .img-flowers-before-mobile::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 80px;
    top: -50px;
    left: -55px;
    background-image: url("https://four-taste.com/wp-content/uploads/blaetter_beige.svg");
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1250px) {
  .img-flowers-before-right::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -115px;
    width: 200px;
    height: 120px;
    background-image: url("https://four-taste.com/wp-content/uploads/blaetter_beige.svg");
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
    transform: rotate(40deg);
  }
}
.img-flowers-before-green::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -115px;
  width: 200px;
  height: 120px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter_gruen.svg");
  background-size: contain;
  z-index: 3;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .img-flowers-before::before,
  .img-flowers-before-green::before {
    width: 100px;
    height: 80px;
    top: -50px;
    left: -55px;
  }
}
@media only screen and (min-width: 1250px) {
  .img-flowers-after::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -115px;
    width: 200px;
    height: 120px;
    background-image: url("https://four-taste.com/wp-content/uploads/blaetter_beige.svg");
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .contact-form-footer .text-fullwidth {
    min-width: 640px !important;
  }
}
@media only screen and (min-width: 1250px) {
  .img-flowers-after-green::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -115px;
    width: 200px;
    height: 120px;
    background-image: url("https://four-taste.com/wp-content/uploads/blaetter_gruen.svg");
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
}
.blaetter-left-bottom::after {
  content: "";
  position: absolute;
  bottom: -650px;
  width: 800px;
  height: 800px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-160deg);
  left: -210px;
  opacity: 30%;
  z-index: 0;
}
.blaetter-left-bottom-two::after {
  content: "";
  position: absolute;
  bottom: -450px;
  width: 600px;
  height: 600px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-80deg);
  left: -170px;
  opacity: 70%;
  z-index: 0;
}
.palm-right-top::after {
  content: "";
  position: absolute;
  bottom: 26%;
  width: 500px;
  height: 2400px;
  background-image: url("https://four-taste.com/wp-content/uploads/palm-tree.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  z-index: 0;
  opacity: 30%;
}
@media only screen and (max-width: 1024px) {
  .palm-right-top::after {
    width: 200px !important;
    height: 800px !important;
    right: 0px !important;
    opacity: 20% !important;
    bottom: 90% !important;
  }
}
.palm-right-bottom::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 400px;
  height: 2200px;
  background-image: url("https://four-taste.com/wp-content/uploads/palm-tree.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -70px;
  z-index: 0-3;
  opacity: 30%;
  transform: scaleX(-1) rotate(-5deg);
}
.palm-right-bottom-two::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 400px;
  height: 2200px;
  background-image: url("https://four-taste.com/wp-content/uploads/palm-tree.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -70px;
  z-index: 0-3;
  opacity: 30%;
}
.palm-left-bottom::after {
  content: "";
  position: absolute;
  top: 40%;
  width: 400px;
  height: 2200px;
  background-image: url("https://four-taste.com/wp-content/uploads/palm-tree.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -180px;
  z-index: 0-3;
  opacity: 30%;
  transform: scaleX(-1) rotate(-5deg);
}
.palm-white-bg-bottom::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 400px;
  height: 2200px;
  background-image: url("https://four-taste.com/wp-content/uploads/palm-white-01-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -150%;
  z-index: 03;
  opacity: 30%;
  transform: scaleX(-1) rotate(-5deg);
}
@media only screen and (max-width: 1024px) {
  .palm-right-bottom::after,
  .palm-left-bottom::after,
  .palm-right-bottom-two::after,
  .palm-white-bg-bottom::after {
    display: none !important;
  }
  .blaetter-top-svg-beige-two::after {
    display: none !important;
  }
  .mobile-display-none::after {
    display: none !important;
  }
}
.blaetter-top-svg-beige::after {
  content: "";
  position: absolute;
  top: -60%;
  width: 1000px;
  height: 800px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -280px;
  opacity: 80%;
  z-index: -5;
}
.blaetter-bottom-svg-green-two::after {
  content: "";
  position: absolute;
  top: -70%;
  width: 900px;
  height: 800px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  opacity: 30%;
  z-index: -5;
}
.lighter-green-blaetter::after {
  opacity: 70% !important;
}
.blatter-width::after {
  width: 800px !important;
  left: -280px !important;
}
.blaetter-right-top::after {
  content: "";
  position: absolute;
  top: -60%;
  width: 800px;
  height: 700px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  opacity: 30%;
  z-index: -5;
  transform: rotate(150deg);
}
@media only screen and (max-width: 776px) {
  .blaetter-top-svg-beige::after {
    top: 10% !important;
    width: 400px !important;
    height: 800px !important;
    left: -200px;
  }
  .blaetter-bottom-svg-green-two::after {
    width: 500px !important;
    height: 600px !important;
    right: 0px !important;
    top: -10%;
  }
  .blaetter-right-top::after {
    top: 10% !important;
    width: 350px;
    height: 300px;
    right: 260px;
  }
}
.blaetter-top-svg-beige-two::after {
  content: "";
  position: absolute;
  top: -100%;
  width: 1000px;
  height: 800px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -400px;
  opacity: 80%;
  z-index: -5;
  transform: rotate(60deg);
}
@media only screen and (min-width: 1024px) {
  .higher::after {
    top: -340% !important;
  }
}
.blaetter-bottom-svg-darkgreen::after {
  content: "";
  position: absolute;
  bottom: 0%;
  width: 700px;
  height: 700px;
  background-image: url("https://four-taste.com/wp-content/uploads/blaetter-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px;
  z-index: 0;
  transform: rotate(180deg) scaleX(-1);
}
@media only screen and (max-width: 776px) {
  .blaetter-bottom-svg-darkgreen::after {
    display: none !important;
  }
}
.elementor-button-icon {
  font-size: 14px;
}
/* header */
@media only screen and (min-width: 480px) {
  .container-header-video {
    max-height: 80vh !important;
  }
}
.container-header-video .elementor-widget-container {
  border-radius: 0px 0px 0px 200px !important;
  z-index: 1;
}
.parent-container-green-bg {
  z-index: -1 !important;
  position: unset !important;
}
.parent-container-beige-bg {
  z-index: -2 !important;
  position: unset !important;
}
@media only screen and (max-width: 480px) {
  .elementor-widget-video .elementor-wrapper {
    --video-aspect-ratio: 0.7625 !important;
  }
  .container-header-video {
    max-height: 300px !important;
  }
  .blaetter-left-bottom::after {
    left: -50px;
    bottom: -740px;
    opacity: 20%;
    width: 300px !important;
    height: 400px !important;
  }
  .submit-button-form-footer-beige {
    margin-top: -20px !important;
    white-space: normal;
  }
}
.rezepte-slider .elementor-image-carousel-caption {
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-variant-ligatures: no-common-ligatures !important;
  border-radius: 0px 0px 8px 8px;
  width: 100%;
  background-color: #b93a07;
  color: #fff !important;
  padding: 5px;
}
.sm-icons-footer .wp-block-column {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  gap: 20px;
}
.faq-tempeh {
  border-radius: 8px !important;
}
#wpfront-scroll-top-container {
  display: block !important;
  position: fixed;
  cursor: pointer;
  z-index: 9999 !important;
}
#wpfront-scroll-top-container {
  -webkit-animation: 5s ease 0s normal forwards 1 fadein !important;
  animation: 5s ease 0s normal forwards 1 fadein !important;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cky-btn {
  font-size: 18px !important;
  padding: 10px 20px !important;
  font-variant-ligatures: no-common-ligatures !important;
}
.cky-revisit-bottom-left {
  display: none !important;
}

.wpbf-footer-widget #block-3 .wp-block-heading,
.wpbf-footer-widget #block-2 {
  text-align: center !important;
}
