#twpCustomParagraph {
  font-family: Arial, sans-serif;
  color: #333;
  margin: 20px 0 ;
  line-height: 1.6;
}
.twp-circle-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}
.twp-full-width{
  width: 100%
}
.twp-reverse{
  display: flex;
  flex-direction: row-reverse;
}

.twp-reverse p{
  text-align: right;
}
.twp-text-center *{
  text-align: center;
}
.twp-text-right *{
  text-align: right;
}
.twp-text-left *{
  text-align: left;
}
h1 {
  line-break: anywhere;
}
.twp-3rem p,
.twp-3rem h1,
.twp-3rem h2{
  font-size: 3rem;
}

.twp-center,
.twp-center .uk-grid{
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .twp-custom-gallery .uk-first-column{
    /*display: flex;
    justify-content: space-evenly;
    height: 300px;
    margin: 0;*/
  }

  .twp-custom-gallery  .uk-grid{
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: row;
  }
}

@media (max-width: 480px) {
  .twp-custom-gallery  .uk-grid{
    flex-direction: column;
  }
}

ul.uk-slider-nav.uk-dotnav.uk-flex-center.uk-margin{
  display: none
}

.twp-max-width-400 *{
  max-width: 400px;
}

/*
 ######### 2webpixel shop ########
*/
.twp-max-width-400-slider li.uk-width-1-1.uk-width-1-2\@s.mauve{
  max-width: 400px;
}
.twp-max-width-400-slider ul.uk-slider-items.uk-grid{
  justify-content: center;
}
.uk-slider-items{
  justify-content: center;
}

.mauve-product {
  display: grid;
  min-height: 500px;
  /*height: 580px;*/
  align-items: end;
  height: 100%;
  max-height: 600px;
}
.mauve-product h4 {
  word-break: break-word;
}
.mauve-product p{
  margin: 0;
}
.mauve-product .price{
  margin: 10px 3px;
}
.mauve-product .price {
  font-size: 1.125rem;
  color: #009640;
}
.mauve .transparent {
  opacity: 0;
}
.mauve-product .mauve--img-hint {
  font-size: 10px;
}
.mauve-product p {
  margin-bottom: 0.5rem;
}
.mauve-product .base-price, .mauve-product .stock {
  font-size: .75rem;
  line-height: 1rem;
}
.mauve-product .stock {
  display: flex;
  margin: 0;
}
.mauve-product .stock span {
  margin-left: 0.2rem;
}
/* Beitragsslider Layout */
.psac-post-meta, .psac-post-categories {
  visibility: hidden !important;
}
.psac-slider-and-carousel .owl-dots .owl-dot, .psac-slider-and-carousel .owl-dots .owl-dot.active {
  background: transparent !important;
}
/* Formatierung Shop-Artikel */
.mauve-product h4 {
  margin-top: 0;
  word-break: break-word;
  color: #000 !important;
  font-weight: 600 !important;
  font-family: 'Open Sans',sans-serif !important;
  font-size: 14px;
  letter-spacing: var(--porto-body-ls,0) !important;
  line-height: 1.5 !important;
}
.mauve-product .price {
  font-weight: 600 !important;
}
.mauve-product {

  border: 1px solid #009640;
  border-radius: 20px;
  padding: 10%;
}
.mauve-btn,
.mauve-btn a {
  width: 100%;
}
.mauve-btn .center{
  margin: auto;
}

@media (min-width: 640px) {
  .uk-width-1-4\@s.mauve {
    width: 33%
  }
}
@media (min-width: 900px) {
  .uk-width-1-4\@s.mauve {
    width: 25%
  }
}
/*
############### #############
*/

button.tm-totop-button.uk-button.uk-button-secondary.tm-show-totop{
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 550px) {
  .tm-totop-button {
    position: fixed;
    bottom: 130px;
    left: 2px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
  }
  .tm-totop-button {
    width: fit-content;
    background-color: #004d2959;
    color: #fafbfb;
  }

}


.twp-center-div{
  max-width: 500px;
}

.twp-center-div .uk-button{
  width: fit-content;
  margin: auto;
}
.twp-center-div .uk-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.twp-center-v{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.twp-p-top10{
  padding-top: 10px;
}
.twp-p-bot10{
  padding-bottom: 10px;
}

.twp-m-top10{
  margin-top: 10px;
}

.twp-m-top20{
  margin-top: 20px;
}

.twp-m-top30{
  margin-top: 30px;
}

.twp-m-bot10{
  margin-bottom: 10px;
}

.twp-m-bot20{
  margin-bottom: 20px;
}

.twp-m-bot30{
  margin-bottom: 30px;
}

.twp-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 960px) {
  .twp-grid {
    grid-template-columns: 1fr;
  }
}

.twp-center-column{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.twp-custom-image figure{
  max-width: 700px;
  padding: 15px;
  background: #fbfbfb;
  border-radius: 10px;
}

.hidden{
  display: none;
}

/*###############*/

.twp-gallery-container .tm-heading{
  width: 100%;
}
.twp-gallery-container .uk-container {
  padding: 10px;
}
.twp-gallery-container .image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.twp-gallery-container .image-gallery figure {
  width: 220px;
  /*max-width: 200px;
  min-width: 200px;*/
  flex: 1 1 auto;
}

@media (max-width: 600px) {
  .twp-gallery-container .gallery-item {
    width: 100%;
  }
}

.twp-gallery-container .uk-object-cover {
  width: 100%;
  height: auto;
}

.twp-text-secondary *{
  color: #004d29 !important;
}


/*  .uk-grid-stack .twp-text-margin-h p,
  .uk-grid-stack .twp-text-margin-h h1,
  .uk-grid-stack .twp-text-margin-h h2,
  .uk-grid-stack .twp-text-margin-h h3,
  .uk-grid-stack .twp-text-margin-h h4 {
    margin: 0 40px;
  }*/

.twp-no-text-margin p{
  margin-bottom: 0;
  margin-top: 0;
}

.twp-max-width *{
  max-width: 100% !important;
  width: 100%;
}

.twp-max-width-400 *{
  max-width: 400px;
}

.twp-custom-cover figure,
.twp-custom-cover img{
  height: 100%;
  object-fit: cover;

}


.twp-setback{
  width: calc(100%* 1 / 3.001);
}

@media screen and (max-width: 768px) {
  .twp-setback {
    width: calc(100% * 1 / 2);
  }
}

@media screen and (max-width: 480px) {
  .twp-setback {
    width: 100%; /* Full width for smaller screens */
  }
}

#twpCustomParagraph .short{
  width: 50px;
  border-top: 3px solid #009640;
  /*margin: 10px 0 20px 0;*/
  margin: 10px 0;
}

#twpCustomParagraph .dotted{
  width: 50px;
  border-top: 3px dotted #009640;
  /*margin: 10px 0 20px 0;*/
  margin: 10px 0;
}

h2, h3, h4, h5 , h6{
  line-height: 1;
  margin: 2rem 0 0 0;
}

#twpCustomParagraph h2 {
  color: #009640;
  font-weight: 500;
}

#twpCustomParagraph h3 {
  color: #009640;
}

#twpCustomParagraph h4 {
  font-weight: 500;
}

#twpCustomParagraph p {
  margin: 0.6rem 0 2rem 0;
}

#twpCustomParagraph .section {
  padding: 20px;
  background-color: #fff;
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 30px;
  border-left: 2px solid #afcb08;
}

#twpCustomParagraph ul {
  list-style-type: none;
  padding-left: 30px;
}

#twpCustomParagraph ul li::before {
  content: "•";
  color: #009640;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#twpCustomParagraph ul li {
  margin-bottom: 10px;
}

#twpCustomParagraph .highlight {
  font-weight: bold;
  font-size: 1.2rem;
  color: #e74c3c;
}

#twpCustomParagraph .statistic {
  font-size: 1.2rem;
  font-weight: bold;
  color: #009640;
}


#twpCustomParagraph .faq-item {
  margin-bottom: 15px;
}

#twpCustomParagraph .faq-question {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  margin: 0;
}

#twpCustomParagraph .faq-answer {
  margin-top: 10px;
  padding-left: 10px;
  color: #555;
  border-left: 2px solid #ccc;
}

#twpCustomParagraph summary:hover {
  color: #007BFF;
  text-decoration: underline;
}


.tm-heading h1 {
  line-height: 1;
}

.tm-heading h4, .tm-heading h5 {
  line-height: 1.1;
}

p {
  line-height: 1.4;
}

.twp-animation-img {
  background: #B1C800;
  height: 675px;
  overflow-x: hidden;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.twp-animation-img::-webkit-scrollbar {
  display: none;
}
.twp-animation-img .container {
 position: relative;
 height: 675px;
 display: flex;
 align-items: center;
}
.twp-animation-img .container p.background-text {
  position: absolute;
  color: white;
  font-size: 14vw;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .twp-animation-img .container p.background-text {
     font-size: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .twp-animation-img {
    display: none;
  }
}
.twp-animation-img .img {
  position: relative;
  height: 675px;
  z-index: 100;
}
.twp-animation-img .img1 {
  animation: moveone 1s ease;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  background-size: cover;
}
.twp-animation-img .img2 {
  animation: movetwo 1s ease;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  background-size: cover;
}
.twp-animation-img .img3 {
  animation: movethree 1s ease;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
  background-size: cover;
}
@keyframes moveone {
  0%   {left:-800px; top:0px; opacity: 1;}
  10%  {left:800px; top:0px; opacity: 1;}
  20%  {left:800px; top:0px; opacity: 0;}
  100% {left:800px; top:0px; opacity: 0;}
}
@keyframes movetwo {
  0%   {left:-200px; top:-600px; opacity: 0;}
  25%   {left:-200px; top:-600px; opacity: 0;}
  28%  {left:-200px; top:-400px; opacity: 1;}
  40%  {left:500px; top:-400px; opacity: 1;}
  45%  {left:500px; top:-600px; opacity: 0;}
  55% {left:-200px; top:-600px; opacity: 0;}
  100% {left:-200px; top:-600px; opacity: 0;}
}
@keyframes movethree {
  0%   {left:1500px; top:-600px; opacity: 0;}
  50%   {left:1500px; top:-600px; opacity: 1;}
  70%  {left:850px; top:0px; opacity: 1;}
  90%  {left:850px; top:0px; opacity: 1;}
  100%  {left:850px; top:0px; opacity: 0;}
}
.twp-animation-img .img3 {
  opacity: 0;
}

.twp-sticky-btns .wrapper {
  background: yellow;
  position: fixed;
  right: 0px;
  top: 50%;
  cursor: pointer;
  z-index: 100;
}
.twp-sticky-btns .btn {
  position: fixed;
  right: 0px;
  height: 60px;
  width: 60px;
  background: green;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 0px 0px 8px;
  color: white;
  padding: 5px;
}
.twp-sticky-btns .ctn {
  background-color: white;
  position: absolute;
  right: -250px;
  width: 250px;
  padding: 10px;
  border-radius: 0px 0px 0px 8px;
  display: grid;
}
.twp-sticky-btns .ctn {
  font-size: 18px;
}
.twp-sticky-btns .ctn p {
  margin: 0px;
}
/*.twp-sticky-btns .ctn a {
  background: green;
  align-items: center;
  margin: auto;
  width: 100%;
  text-align: center;
  color: white;
  border-radius: 10px 0;
}*/
.twp-sticky-btns .btn svg{
  fill: #fff;
  width: 40px !important;
  height: 40px !important;
}

.twp-sticky-btns .ctn svg{
  fill: #aecb0b;
  width: 20px;
  height: 20px;
}
.wrapper.tel {
  top: calc(50% - 80px);
}
.wrapper.social {
  top: calc(50% + 130px);
}
.wrapper.recipe {
  top: calc(50% + 50px);
}
.twp-sticky-btns .wrapper:hover .btn {
  right: 250px;
  transition: ease 0.5s;
}
.twp-sticky-btns .wrapper:hover .ctn {
  right: 0px;
  transition: ease 0.5s;
}
/* .twp-sticky-wrapper:hover .btn:not(:hover) {
  background: red;
  position: fixed;
  right: 0px;
} */
.twp-sticky-wrapper .btn:not(:last-child) {
  margin-bottom: 50px;
}

/* ######### Sticky footer #########*/

.sticky {
  background-color: #008000;
  color: white;
  padding: 1rem;
  text-align: center;
  position: sticky;
  bottom: 0;
  width: 100%;
  flex-wrap: wrap;
}
.sticky-footer-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.sticky-footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}
.sticky-footer-nav a:hover {
  text-decoration: underline;
}

/* ########## ##########*/

.sticky {
  background-color: #008000;
  color: white;
  padding: 1rem;
  text-align: center;
  position: sticky;
  bottom: 0;
  width: 100%;
  flex-wrap: wrap;
}
.sticky-footer-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.sticky-footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}
.sticky-footer-nav a:hover {
  text-decoration: underline;
}

/* ############ TWP PROFILE ########### */

.twp-profiles {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
}

.profile-card {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 10px;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
}

.profile-info {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  align-items: center;
}

.profile-info img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}


/*.twp-profiles .twp-icon-customizer{
  background: #f2f2f2;
  border-radius: 100%;
}*/


.twp-profiles .twp-icon-customizer svg{
  width: 100px;
  padding: 20px;
}


.profile-info .profile-text {
  display: flex;
  flex-direction: column;
}

.profile-title {
  font-weight: bold;
}

.profile-description {
  /*font-size: 12px;*/
}

.profile-body {
  font-size: 14px;
}

.profile-button {
  display: grid;
  grid-template-columns: 1fr;
}

.profile-button button {
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.profile-button button:hover {
  background-color: #0056b3;
}

/*
########## nav menu ########
*/

.uk-parent .subnav-toggle.uk-icon{
  width: 50px;
  height: 50px;
  background: #005f32;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.uk-parent .subnav-toggle.uk-icon svg{
  width: 100%;
}
.uk-parent.uk-open .subnav-toggle{
  transform: rotate(-180deg) !important;
}


/*
########## ########
*/
.twp-header-banner {
  background: green;
  color: white;
  padding: 5px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.twp-header-banner p {
  margin: 0px;
}
.twp-header-banner p:first-of-type::after {
  content: " | ";
}
@media screen and (max-width: 550px) {
  .twp-header-banner {
    flex-direction: column;
    gap: 0px;
  }
  .twp-header-banner p:first-of-type::after {
    content: "";
  }
}

.emergency-service {
  display: flex;
  justify-content: center;
}


/*########## QUIZ BELOW ########*/

.quiz-container .form-group {
  max-width: 500px;
}
.quiz-container input.error {
  border-color: red;
}
.twp-warning {
  color: red;
  padding: 10px;
  margin-top: 10px;
  display: block;
  background: rgba(255, 0, 0, 0.19);
  border-radius: 10px;
  text-align: center;
}
.twp-success {
  color:  #004d29;
  padding: 10px;
  margin-top: 10px;
  display: block;
  background: rgba(123, 255, 0, 0.19);
  border-radius: 10px;
  text-align: center;
}
.quiz-container .prog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
/* Progress Bar */
.quiz-container .progress-bar {
  width: 300px;
  background-color: #e0e0e0;
  height: 10px;
  border-radius: 5px;
  margin: auto;
}
.quiz-container .progress {
  background-color: #4caf50;
  height: 100%;
  border-radius: 5px;
}
/* Option Cards */
.quiz-container .options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.quiz-container .quiz-title {
  margin: 1rem auto;
  text-align: center;
  width: 60vw;
  max-width: 500px;
}
.quiz-container .quiz-desc {
  margin: 1rem auto;
  text-align: center;
  width: 60vw;
  max-width: 500px;
}
.quiz-container .twp-quiz-answer {
  line-height: 1;
  margin: 0;
  padding: 10px;
  background: #f1f5ec;
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.quiz-container .round-border10 {
  border-radius: 10px;
}
.quiz-container .selected .twp-quiz-answer {
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 10px;
  background: #008f38;
  border-radius: 0 0 10px 10px;
  height: 100%;
}
.quiz-container .option-card {
  position: relative;
  border: 2px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  width: 250px;
  text-align: center;
}
.quiz-container .option-card img {
  max-width: 100%;
  border-radius: 10px;
}
.quiz-container .checkbox-overlay {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.quiz-container .option-card.selected .checkbox-overlay {
  display: block;
}
.quiz-container .options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.quiz-container .option-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  width: 250px;
  text-align: center;
}
.quiz-container .quiz-step {
  display: none;
}
.quiz-container .quiz-step.active {
  display: block;
}
.quiz-container .navigation {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.quiz-container .btn.prev-step {
  padding: 10px 20px;
  background-color: #008f38;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.quiz-container .btn.prev-step {
  background-color: #f7ffc6;
}
.quiz-container .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
/* Overlay styling */
.quiz-container .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease;
  border-radius: 10px 10px 0 0;
}
.quiz-container .option-card.selected .card-overlay {
  opacity: 1;
}
.quiz-container .card-overlay i.checkmark-icon {
  font-size: 40px;
  color: white; /* White icon in the center */
}
.quiz-container .option-card.selected .card-overlay {
  opacity: 1; /* Show overlay when card is selected */
}
.quiz-container .image-part {
  position: relative;
}

.quiz-container .quiz-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.quiz-container .quiz-form input:focus-visible {
  outline: none !important;
  border: 2px solid #4caf50;
}
/*########## QUIZ UPWARDS ########*/


/*########## CARD-ACCORDION BELOW ########*/

/*.twp-accordion-card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }*/
.twp-accordion-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  padding: 16px;
  justify-items: center;
}
/*.twp-accordion-card {
    display: grid;
    grid-template-columns: auto auto auto;
}
 */

.twp-ac-single {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 300px;
  max-width: 350px;
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 16px;
}

.twp-ac-single .card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
/*.twp-ac-single .card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}*/

.twp-ac-single .card-title {
  font-size: 1.5em;
  margin-bottom: 8px;
  font-weight: 500;
}

.twp-ac-single .card-price {
  font-size: 1.2em;
  color: #28a745;
  margin-bottom: 16px;
}

.twp-ac-single .card-description.long {
  display: none; /* Hidden by default */
}

.twp-ac-single.expanded .card-description.long {
  display: block; /* Show expanded text */
}

.twp-ac-single .read-more-btn {
  background: none;
  border: none;
  text-align: left;
  /*color: #007bff;*/
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
}

.twp-ac-single .card-button {
  text-align: center;
  margin-top: 12px;
}
/*.twp-ac-single .twp-button-push {
  position: absolute;
  bottom: 0px;
  margin: 15px 0;
  width: 100%;
  max-width: 302px;
}*/

.twp-ac-single .twp-button-push {
  margin: 10px;
}

/*########## CARD-ACCORDION UPWARDS ########*/