charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors*/



.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }






/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/pt-sans-v17-latin-regular.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/pt-sans-v17-latin-italic.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/pt-sans-v17-latin-700.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url("../../fonts/pt-sans-v17-latin-700italic.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* astronef condensed - latin */
@font-face {
  font-family: "l1_astsu-con-2_pro_ws_z01-b655182d";
  src: url("../../fonts/l1_astsu-con-2_pro_ws_z01-b655182d.woff2");
}


/*--------------------------------------------------------------
# Global variables
--------------------------------------------------------------*/


:root {
  --white: #ffffff;
  --offwhite: #F5F0DD;
  --lightgreen: #47d339;
  --darkgreen: #143D28;
  --bggreen: color(display-p3 0.0198 0.1611 0.0901);
  --catering: #FEE5EB;
  --takeaway: #FEE16A;
  --supabowls: #C2F0FD;
  --pommes: #B9EAD7;
  --trinkhalme: #DDB6D7;
  --classics: #E0E6F5;
  --gastrosys: #FEC4AD;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  color: var(--white);
  background: var(--bggreen);
}


h1, h2 {
  font-family: "l1_astsu-con-2_pro_ws_z01-b655182d", sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 0.85em !important;
  margin-bottom: 0.55em;
}

h3, h4, h5, h6, .preline, .subline, .overlay-text {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--lightgreen);
}

.astronef {
  font-family: "l1_astsu-con-2_pro_ws_z01-b655182d", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

p {
  font-family: "PT Sans", sans-serif;
}

.hero-headline {
	font-size: 10em;
}


.preline {
  display: block;
  line-height: 1.5em;
}



strong, .bold {
	font-weight: 700;
}

.full-height {
	height: 100%;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2em;
}

.underline {
	font-family: "l1_astsu-con-2_pro_ws_z01-b655182d", sans-serif;
	position: relative;
	z-index: 100;
  line-height: 0.75em;
  display: inline-block;
  margin-bottom: 0.5em;
}
.underline:before {
	content: "";
	position: absolute;
	z-index: -10;
	left: -5%;
  background: var(--lightgreen);
  bottom: -0.2em;
  height: 0.5em;
  width: 110%;
  transition: all 0.25s ease-in-out allow-discrete;
}
.underline-green:before {
  background: var(--lightgreen);
}
.underline-white:before {
  background: var(--white);
}
.btn.underline:before {
  transition: all 0.25s ease-in-out allow-discrete;
}
.btn.underline:hover:before {
  bottom: -0.2em;
  height: 1.15em;
  width: 110%;
  transition: all 0.2s ease-in-out allow-discrete;
}



.white {
  background: var(--white);
  color: var(--white);
}
.fc-white {
  color: var(--white);
}
.offwhite {
  background: var(--offwhite);
}
.fc-offwhite {
  color: var(--offwhite);
}
.lightgreen {
  background: var(--lightgreen);
  color: var(--white);
}
.fc-lightgreen {
  color: var(--lightgreen);
}
.darkgreen {
  background: var(--darkgreen);
}
.fc-darkgreen {
  color: var(--darkgreen);
}
.bggreen {
  background: var(--bggreen);
}
.fc-bggreen {
  color: var(--bggreen);
}
.catering {
  background: var(--catering);
}
.takeaway {
  background: var(--takeaway);
  color: var(--darkgreen);
}
.supabowls {
  background: var(--supabowls);
  color: var(--darkgreen);
}
.pommes {
  background: var(--pommes);
  color: var(--darkgreen);
}
.trinkhalme {
  background: var(--trinkhalme);
  color: var(--darkgreen);
}
.classics {
  background: var(--classics);
  color: var(--darkgreen);
}
.gastrosys {
  background: var(--gastrosys);
  color: var(--darkgreen);
}

.takeaway a.btn, .takeaway .underline-green,
.trinkhalme a.btn, .trinkhalme .underline-green {
  color: var(--darkgreen);
}
.lightgreen a.btn, .lightgreen .underline-white {
  color: var(--darkgreen);
}

header {
  padding: 200px 0 90px 0;
}
section {
  padding: 1rem 0;
}

header .hero-headline {
  margin-bottom: 0.25em;
}
header .hero-headline.palme {
  position: relative;
  z-index: 10;
}

header .hero-headline.palme:before {
  content:"";
  background: url('../../img/PLETA_ICON_Palme_lightgreen.svg') no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: -10;
  left: -414px;
}


header .palmblatt:before {
  content: "";
  background: url('../../img/PLETA_ICON_Palmblaetter_lightgreen.svg') no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -10;
  top: -130px;
  right: -100px;
  transform: rotate(7deg);
}
header .img-container {
  padding-top: 100px;
}
header .freisteller-supabowl {
  width: 900px;
}
header .category-title {
  position: absolute;
  left: 20%;
  bottom: 80px;
  font-size: 7em;
}
.dnp-quer:after {
  content: "";
  background: url('../../img/DNP_2022_SIEGEL-Design_quer_SIEGER.webp') no-repeat;
  width: 300px;
  height: 165px;
  position: absolute;
  z-index: 20;
  bottom: -100px;
  right: 100px;
  background-size: contain;
}
.dnp-22-25-26:after,
.dnp-22-25-26-B:after {
  content: "";
  background: url('../../img/DNP_SIEGEL_22-25-26.webp') no-repeat;
  width: 600px;
  height: 191px;
  position: absolute;
  z-index: 20;
  bottom: -100px;
  background-size: contain;
}
.dnp-22-25-26-B:after {
  left: -50px;
}
.dnp:after {
  content: "";
  background: url('../../img/DNP_2022_SIEGEL-Design_1-1_SIEGER.webp') no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 20;
  bottom: -100px;
  left: 50px;
  background-size: contain;
}

.badge-bubble {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  z-index: 25;
}
.badge-bubble p {
  font-family: "l1_astsu-con-2_pro_ws_z01-b655182d", sans-serif;
  font-size: 7em;
  line-height: 0.55em;
  margin-top: 0.75em;
}
.badge-bubble span {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.2em;
}
.badge-big {
  width: 300px;
  height: 300px;
}
.badge-big p {
  font-size: 8.5em;
  line-height: 0.55em;
  margin-top: 0.75em;
}
.badge-bubble span {
  display: block;
}

.testimonial-item {
  position: relative;
  overflow: hidden;
}
.testimonial-item:hover .overlay {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85%;
  width: 90%;
  opacity: 0;
  margin: 5%;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
}

.overlay-text {
  color: var(--darkgreen);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.section-palms .badge-bubble.lightgreen {
  position: absolute;
  top: -150px;
  left: 22vw;
}

.section-palms .badge-bubble.darkgreen {
  position: absolute;
  bottom: 0;
  left: 50vw;
}

.section-palms {
  padding: 0 50px;
  margin: 200px 0 100px 0;
}
.section-palms .img-container {
  padding: 0;
}

#Individualisierung {
  padding: 150px 0 100px 0;
}
#Testimonials {
  padding: 150px 0 150px 0;
}
#Produktkategorien {
  padding: 130px 0 0 0;
}

#Vorteile {
  overflow: hidden;
  padding-top: 100px;
}
#Vorteile .freisteller-veredelung {
  margin-top: -125px;
}

#Vorteile .freisteller-container .arrow-a {
  position: absolute;
  bottom: 0;
  left: -60px;
  z-index: 20;
}
#Vorteile .freisteller-container .arrow-a:after {
  content:"";
  position: absolute;
  bottom: -25px;
  right: -60px;
  background: url('../../img/PLETA_ARROW_A.svg') no-repeat;
  width: 50px;
  height: 50px;
  z-index: 20;
  background-size: contain;
}
#Vorteile .freisteller-container img {
  bottom: 0;
  right: -70px;
  position: relative;
}
#Testimonials {
  background: linear-gradient(190deg, var(--darkgreen) 0%, var(--bggreen) 100%);
}

#Trinkhalme.banderolen-b {
  position: relative;
}
#Trinkhalme.banderolen-b:after {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  background: url('../../img/PLETA_BANDEROLEN_B.svg') no-repeat;
  width: 100%;
  height: 50vh;
  z-index: 20;
  background-size: contain;
}

#hanging-icons .align-items-start {
  padding-right: 10%;
}
#hanging-icons .icon {
  margin-top: -1.5em;
}

#hanging-icons-takeaway .icon,
#hanging-icons-trinkhalme .icon {
  width:6em; 
  height: 6em;
  margin-top: -2.25em;
}

#hanging-icons-awards .icon {
  display: inline-block;
  width: 6em;
  height: 6em;
  margin-top: -30px;
}
#hanging-icons-awards .year {
  display: inline-block;
  font-size: 3em;
  width: 2em;
}
#hanging-icons-awards .headline {
  margin-top: -63px;
  margin-bottom: 0;
  margin-left: 11em;
}
#hanging-icons-awards .icon-square {
  margin: 50px 0;
}

#Take-Away {
  padding: 150px 0 300px 0;
  /**border: 25px solid var(--bggreen);**/
  border-radius: 50px 50px 0 0;
}
#Trinkhalme {
  padding: 200px 0 120px 0;
  /**border: 25px solid var(--bggreen);**/
  border-radius: 0 0 50px 50px;
}

#Nachhaltigkeit {
  padding: 200px 0 200px 0;
}




.mx-5 {
  margin-left: 9.5em!important;
  margin-right: 0!important;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

a {
  color: var(--lightgreen);
  text-decoration: none;
}

a:hover {
  color: var(--lightgreen);
  border-bottom: 2px solid var(--lightgreen);
}
a.btn {
  color: var(--white);
  background: transparent;
  border: 0;
  outline: none;
  padding: 5px 10px;
  position: relative;
  font-size: 2em;
}
a.btn:hover {
  background: transparent;
}
a.btn.underline:before {
  left: -2.5%;
  bottom: -0.1em;
  height: 0.5em;
  width: 105%;
}
a.btn.underline:hover:before {
  height: 1.3em;
  left: -2.5%;
  width: 105%;
  bottom: -0.1em;
}

.navbar-nav .nav-link, .nav-link {
  padding: 0!important;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: var(--lightgreen);
  border-bottom: 1.5px solid var(--bggreen);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus, 
.nav-link:hover,
.nav-link:focus {
  border-bottom: 1.5px solid var(--white);
  color: var(--white);
}
.navbar-nav .nav-link.highlight {
  color: var(--white);
}

.navbar-nav .nav-item {
  padding: 10px 20px !important;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show,
.nav-link.active, 
.nav-link.show {
  border-bottom: 1.5px solid var(--lightgreen);
  color: var(--lightgreen);
}
.navbar-nav .nav-link.highlight.active, 
.navbar-nav .nav-link.highlight.show {
  color: var(--white);
}

.navbar-brand {
  width: 100px;
  border: none !important;
}

.navbar-toggler {
  font-size: var(--lightgreen);
  color: var(--lightgreen);
  border: 1.5px solid var(--lightgreen);
}
.navbar-toggler-icon {
  background-image: var(--lightgreen);
}

.navbar-toggler-icon {
  width:  auto !important;
  height: 1.1em; 
}

footer ul li {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Category Bar
--------------------------------------------------------------*/

.category-item {
  position: relative;
}
.category-title {
  position: absolute;
}

.category-catering .category-title {
  right: 10%;
  bottom: 10%;
}
.category-supabowls .category-title {
  left: 10%;
  top: 15%;
}
.category-takeaway .category-title {
  left: 10%;
  top: 15%;
}
.category-pommes .category-title {
  left: 10%;
  bottom: 10%;
}
.category-trinkhalme .category-title {
  left: 10%;
  top: 15%;
}
.category-gastro .category-title {
  left: 10%;
  bottom: 10%;
}
.category-gastro .category-title span {
  display: block;
  font-family: PT Sans;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.45em;
  line-height: 1.25em;
}

.rotate {
  animation: rotation 15s infinite linear;
  transform-origin: 50% 50%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}



@media (max-width:1199px) {
  .dnp-22-25-26:after,
    .dnp-22-25-26-B:after  {
    width: 500px;
    height: 169px;
    bottom: -100px;
  }
  .hero-headline {
    font-size: 9.5em;
  }
}


@media (min-width:992px) {
    #Produktkategorien .row:nth-child(1) {
    margin-left: -100px;
  }

  #Produktkategorien .row:nth-child(2) {
    margin-right: -100px;
  }
}

@media (max-width:992px) {
  .hero-headline {
    font-size: 7.5em;
  }
  #Nachhaltigkeit .img-container {
    margin-top: 200px;
    margin-bottom: 150px;
  }
  #Nachhaltigkeit #PletaCircle-2 {
    width: 275px;
    height: 275px;
    position: absolute;
    top: -185px;
    left: 50px;
  }
  #Trinkhalme.banderolen-b:after {
    top: -120px;
  }
  .section-palms {
    padding: 0 25px;
    margin: 200px 0 100px 0;
  }
  section {
    padding: 5rem 0;
  }
  .dnp-22-25-26:after,
  .dnp-22-25-26-B:after {
    width: 500px;
    height: 179px;
    bottom: -100px;
  }
  .dnp-22-25-26-B:after {
    width: 350px;
    height: 179px;
    bottom: -100px;
    left: -25px;
  }
}

@media (max-width:922px) {
  .section-palms .badge-bubble.lightgreen {
    top: -75px;
    left: 11vw;
  }
  .badge-big {
    width: 150px;
    height: 150px;
  }
  .badge-big p {
    font-size: 4em;
    line-height: 0.55em;
    margin-top: 0.75em;
  }
}

@media (max-width:767px) {
  .category-title.display-3 {
    font-size: 4.5em !important;
  }
  header {
    padding: 150px 0 200px 0;
  }
  #Produktkategorien {
    padding-top: 0;
  }
  header .img-container {
    padding-top: 30px;
  }
  header .freisteller-supabowl {
    width: 800px;
    left: 10%;
  }
  header .category-title {
    left: auto;
    right: 5%;
  }
  #Testimonials {
    padding: 50px 0 100px 0;
  }
  #Individualisierung {
    padding: 50px 0 100px 0;
  }
  #Take-Away {
    padding: 20px 0 50px 0;
  }
  #Trinkhalme {
    padding: 50px 0 50px 0;
  }
  #Nachhaltigkeit {
    padding: 100px 0 100px 0;
  }
  .w-75 {
    width: 100% !important;
  }
  .mx-5 {
    margin: 0 0 0 70px !important;
  }
  .dnp-22-25-26-B:after {
    width: 500px;
    height: 179px;
    bottom: -100px;
    left: -25px;
  }
}

@media (max-width:576px) {
  header .hero-headline {
    font-size: 7em;
  }
  header .img-container {
    padding-top: 30px;
  }
  header .freisteller-supabowl {
    width: 600px;
    left: 30%;
  }
  header .category-title {
    left: auto;
    right: 5%;
  }
  header p.category-title {
    font-size: 4.5em;
    right: 20px;
    bottom: 50px;
  }
  header .palmblatt:before {
    width: 250px;
    height: 250px;
    top: -150px;
  } 
  section {
    padding: 0;
  }

#Vorteile .freisteller-container img {
    right: 0;
    width: 80vw;
    padding: 50px 0 70px 0;
  }

  #Individualisierung {
    padding: 5rem 0;
  }
  .category-catering .category-title {
    right: 10%;
    bottom: 7%;
  }
  .category-supabowls .category-title {
    left: 10%;
    top: 10%;
  }
  .category-takeaway .category-title {
    left: 10%;
    top: 10%;
  }
  .category-pommes .category-title {
    left: 10%;
    bottom: 7%;
  }
  .category-trinkhalme .category-title {
    left: 10%;
    top: 10%;
  }
  .category-gastro .category-title {
    left: 10%;
    bottom: 10%;
  }
  .dnp-22-25-26:after,
  .dnp-22-25-26-B:after {
    width: 400px;
    height: 150px;
    bottom: -120px;
  }
  .dnp-22-25-26-B:after {
    width: 400px;
    height: 179px;
    bottom: -100px;
    left: 25px;
  }
  .dnp-quer:after {
    width: 93vw;
    height: 240px;
    position: absolute;
    z-index: 20;
    bottom: -200px;
    left: 0px;
    background-size: contain;
  }
  #Trinkhalme.banderolen-b:after {
    top: -70px;
  }
  .section-palms {
    padding: 0 10px;
    margin: 200px 0 100px 0;
  }
  #hanging-icons {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #hanging-icons .icon-square {
    width: 15%;
  }

  #hanging-icons-awards .year {
    /*display: block;*/
    margin-bottom: 15px;
  }
  #hanging-icons-awards .icon {
    display: none;
  }
  #hanging-icons-awards .headline {
    margin-left: 6em;
  }


  .testimonial-item .overlay {
    opacity: 1;
  }
  #Trinkhalme {
    padding-bottom: 40px;
  }
  #Take-Away {
    padding-bottom: 150px;
  }
  #Take-Away .hero-headline,
  #Trinkhalme .hero-headline,
  #Sample-Shop .hero-headline {
    font-size: 5em;
  }
  #Nachhaltigkeit #PletaCircle-2 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -140px;
    left: 40px;
  }
  #Sample-Shop {
    padding-top: 100px;
  }
  
}



