/* --- Font Style -- */
.custom-h6 {
  font-size: 33px;
  color: #00526e;
}

.custom-p {
  font-size: 20px;
  color: #1a1a1a;
}

/* --- General Button Style --- */
.us-btn-style_1 {
  background: transparent !important;
  border: 2px solid #00526e !important;
  border-radius: 20px !important;
  transition:
    background 0.3s,
    color 0.3s;
}
.us-btn-style_1 .w-btn-label {
  color: #00526e;
  transition: color 0.3s;
}
.us-btn-style_1:hover {
  background: #00526e !important;
}
.us-btn-style_1:hover .w-btn-label {
  color: white;
}

.tnp-subscription.home_newsletter_popup input.tnp-submit {
  color: #00526e !important;
  background-color: transparent !important;
  border: 2px solid #00526e !important;
  border-radius: 20px !important;
  max-width: 200px;
  transition:
    background 0.3s,
    color 0.3s;
}
.tnp-subscription.home_newsletter_popup input.tnp-submit:hover {
  background: #00526e !important;
}
.tnp-subscription.home_newsletter_popup input.tnp-submit:hover .w-btn-label {
  color: white;
}

.spenden-button-header {
  border-radius: 20px !important;
  background: #e60000 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.spenden-button-header:hover {
  background: #c20000 !important;
}
@media screen and (max-width: 1165px) {
  .spenden-button-header {
    display: none !important;
  }
}

/* --- Slider --- */
.custom-hero-slider .rsNav {
  position: absolute;
  bottom: 10px;
}
.custom-hero-slider .rsBullet span {
  color: white;
  background: white;
  opacity: 0.5;
}
.custom-hero-slider .rsBullet.rsNavSelected span {
  background: white !important;
  opacity: 1;
}
.custom-hero-slider .slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
.custom-hero-slider .slider-overlay .wpb_wrapper {
  width: 80%;
  position: relative;
  z-index: 1;
}
.custom-hero-slider .slider-overlay .vc_column-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-hero-slider .slider-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/Header-Plant-left.png") no-repeat;
  width: 300px;
  height: 700px;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  .custom-hero-slider .slider-overlay::before {
    display: none;
  }
}
.custom-hero-slider .slider-overlay .w-slider {
  z-index: 1;
}
.custom-hero-slider .slider-overlay .us_custom_69f0ada7 {
  background-size: contain !important;
}
.custom-hero-slider .slider-overlay .w-text {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .custom-hero-slider .slider-overlay .w-text {
    margin-top: 10px;
  }
}
.custom-hero-slider .slider-overlay .w-text-value {
  color: #00526e;
  font-size: 45px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .custom-hero-slider .w-text-value {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 770px) {
  .custom-hero-slider .w-text-value {
    font-size: 25px !important;
  }
  .custom-hero-slider .us_custom_69f0ada7 {
    /* background: url(https://www.lebensmut-landshut.de/wp-content/uploads/2023/10/26b8ba9c-af24-4c84-9576-b73cd5bbef30.png)!important; */
    background: transparent !important;
  }
  .custom-hero-slider
    .g-cols.via_flex.type_default
    > div.has_bg_color
    > .vc_column-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-hero-slider .w-image img {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .custom-hero-slider .w-text-value {
    font-size: 20px !important;
  }
}

.type_carousel {
  display: flex;
  align-content: center;
  justify-content: center;
}

/* --- Color Text Section --- */
.txt-clr-section p {
  font-size: 20px;
  color: #00526e;
}
.txt-clr-section .vc_column-inner {
  z-index: 2;
}
.txt-clr-section .w-text-value {
  font-size: 30px;
  color: #00526e;
}
.txt-clr-section .vc_col-sm-4 .vc_column-inner {
  padding: 50px 0;
}
.txt-clr-section .g-cols.via_flex > div > .vc_column-inner {
  align-items: center;
  justify-content: center;
}
.txt-clr-section .wpb_wrapper {
  max-width: 80%;
}
.txt-clr-section .wpb_text_column {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 770px) {
  .txt-clr-section .vc_col-sm-4 {
    margin: 0 !important;
  }
  .txt-clr-section .g-cols.via_flex.type_default > div > .vc_column-inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .txt-clr-section .vc_col-sm-4 .vc_column-inner {
    padding: 25px 10px;
  }
  .txt-clr-section .wpb_wrapper {
    max-width: 100%;
  }
  .txt-clr-section .w-text-value {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  .txt-clr-section p {
    font-size: 15px;
  }
  .txt-clr-section .w-text-value {
    font-size: 20px;
  }
}

.custom-counter .w-counter {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.custom-counter .w-counter .w-counter-value {
  display: flex;
  background-color: #eaf4de;
  padding: 30px;
  border-radius: 20px;
  min-width: 200px;
  justify-content: center;
  font-weight: 400;
}
.custom-counter .w-counter h6 {
  font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  margin-left: 30px;
}
.custom-counter .w-counter .type_number,
.custom-counter .w-counter .type_text {
  font-size: 33px;
  color: #00526e;
}

.custom-btn {
  background: transparent !important;
  border: 2px solid #00526e !important;
  border-radius: 20px !important;
  transition:
    background 0.3s,
    color 0.3s;
}
.custom-btn .w-btn-label {
  color: #00526e;
  transition: color 0.3s;
}
.custom-btn:hover {
  background: #00526e !important;
}
.custom-btn:hover .w-btn-label {
  color: white;
}

.custom-offer-slider a {
  margin-bottom: 20px;
}
.custom-offer-slider .layout_2645 .w-grid-item-h {
  background: #eaf4de;
}
.custom-offer-slider .w-post-elm.post_image.usg_post_image_1.has_ratio {
  background-color: #eaf4de;
  -webkit-clip-path: circle(68% at 58% 20%);
  clip-path: circle(68% at 58% 20%);
}
.custom-offer-slider .w-grid-item-h {
  border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.custom-offer-slider .w-btn {
  align-self: center;
}

.custom-contact-person a {
  color: #1a1a1a;
}
.custom-contact-person .contact-img {
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px !important;
}
.custom-contact-person .w-contacts-list {
  display: flex;
  flex-direction: column;
}
.custom-contact-person .w-contacts-item.for_phone::before {
  content: "";
  display: inline-block;
  background: url("../img/telephone.svg") no-repeat center;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: normal;
  margin-right: 5px;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  background-color: transparent;
}
.custom-contact-person .w-contacts-item.for_email::before {
  content: "";
  display: inline-block;
  background: url("../img/envelope.svg") no-repeat center;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: normal;
  margin-right: 5px;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  background-color: transparent;
}
.custom-contact-person .us_custom_9b00a21c {
  background: url(https://www.lebensmut-landshut.de/wp-content/uploads/2023/10/Background.png)
    no-repeat center/cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-contact-person .w-contacts-item {
  padding: 0px 1.3rem 0.5rem !important;
}
@media screen and (max-width: 1024px) {
  .custom-contact-person .us_custom_9de87d4e {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.color-fields h6 {
  font-size: 27px;
  color: #00526e;
  font-weight: 900;
}
.color-fields p {
  font-size: 20px;
  color: #00526e;
}
.color-fields a {
  font-size: 16px;
  color: #00526e;
  font-weight: 600;
  text-decoration: underline;
}
.color-fields .vc_column-overlay {
  border-radius: 20px;
}
.color-fields .vc_col-sm-3 {
  padding: 10px;
}
.color-fields .wpb_wrapper {
  padding: 30px 0px;
}
@media screen and (max-width: 770px) {
  .color-fields .vc_col-sm-3 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .color-fields {
    margin: 0 10px !important;
  }
}

.custom-founder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1200px;
}
.custom-founder .g-cols.via_flex > div > .vc_column-inner {
  justify-content: center;
}
.custom-founder img {
  margin-bottom: 20px;
}
.custom-founder p {
  font-size: 25px;
  color: #00526e;
}
.custom-founder .img-lettering p {
  font-size: 16px;
  color: #1a1a1a;
  line-height: normal;
  font-weight: 500;
}
.custom-founder::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/Header-Plant-right.png") no-repeat;
  width: 300px;
  height: 700px;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  .custom-founder::before {
    display: none;
  }
}
.custom-founder blockquote::before {
  display: none;
}
.custom-founder blockquote p {
  position: relative;
}
.custom-founder blockquote p::before,
.custom-founder blockquote p::after {
  content: "";
  background: url("../img/Quotation-marks.svg") no-repeat;
  width: 37px;
  height: 90px;
  display: block;
  position: absolute;
  font: inherit;
  text-indent: -9999px;
}
.custom-founder blockquote p::before {
  top: 0;
  left: 0;
}
.custom-founder blockquote p::after {
  bottom: -55px;
  right: 0;
}
@media screen and (max-width: 770px) {
  .custom-founder .l-section-h {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  .custom-founder .g-cols.via_flex.type_default {
    margin: 60px -1.5rem;
  }
}

.underline {
  margin-top: -25px;
}

.l-section.wpb_row.custom-background-assets-r {
  position: relative;
  padding: 0;
  margin: 0;
  height: 0;
}
.l-section.wpb_row.custom-background-assets-r .w-image-h img {
  position: absolute;
  top: -200px;
  right: -350px;
  z-index: 1;
}

/* --- Instagram Plugin --- */
#sb_instagram .sbi_photo {
  display: block;
  text-decoration: none;
  border-radius: 20px;
}

/* --- Testimonial Slider --- */
.testimonial-slider h6 {
  font-size: 33px;
}
.testimonial-slider .wpb_text_column {
  width: 50%;
}
.testimonial-slider .wpb_text_column p {
  color: #1a1a1a;
  font-size: 20px;
}
.testimonial-slider .w-grid-item-h {
  background-color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider .w-grid-item-h .w-hwrapper {
  width: 25%;
}
.testimonial-slider .w-grid-item-h .w-vwrapper {
  width: 75%;
  padding: 1em;
}
.testimonial-slider .w-grid-item-h .w-vwrapper .w-post-elm {
  color: #00526e;
  font-size: 16px;
}
.testimonial-slider .w-grid-item-h .w-hwrapper {
  height: 100%;
  background-color: white;
  border-radius: 20px 0 0 20px;
}
.testimonial-slider .w-grid-item-h .w-hwrapper .w-post-elm {
  height: 100%;
}
.testimonial-slider .w-grid-item-h .w-hwrapper .w-post-elm img {
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.testimonial-slider .us-btn-style_1 {
  background: transparent;
  color: #00526e !important;
  text-decoration: underline;
}
.testimonial-slider .us-btn-style_1:hover {
  box-shadow: 0 0em 0em rgba(0, 0, 0, 0);
  background: transparent;
  border-color: transparent;
  color: #00526e !important;
}
.testimonial-slider .w-btn-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 770px) {
  .testimonial-slider .wpb_text_column {
    width: 100%;
  }
}

.img-border img {
  border-radius: 20px !important;
}

/*
@media screen and (max-width: $breakpoint-tablet) {
}

@media screen and (max-width: $breakpoint-mobile) {

}

@media screen and (max-width: $breakpoint-mobile-lg) {
}


*/
/* --- Header --- */
.l-header .w-image-h {
  display: flex;
  align-items: center;
}
.l-header .w-image img {
  height: 40px !important;
}

.l-subheader.at_top {
  background-color: #ffffff !important;
}
.l-subheader.at_top .w-text-value {
  font-size: 16px;
}
.l-subheader.at_top #accessibility-tool .a11y-toolbar {
  position: fixed;
  z-index: 99999;
  top: -7px;
  left: 13px;
}
.l-subheader.at_top #accessibility-tool .a11y-toolbar-list-item {
  position: relative;
}
.l-subheader.at_top #accessibility-tool .a11y-toolbar-list-item::before {
  content: "Ansicht";
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.l-subheader.at_middle {
  background-color: #eaf4de !important;
}
.l-subheader.at_middle .w-text-value {
  font-size: 20px;
}

/* --- Footer --- */
.main-footer {
  background-size: cover !important;
  color: #00526e !important;
}
.main-footer .main-footer-child {
  margin-top: 100px !important;
}
@media screen and (max-width: 770px) {
  .main-footer .main-footer-child {
    margin-top: 150px !important;
  }
}
.main-footer .w-image-h img {
  height: 70px !important;
  width: auto !important;
}
.main-footer::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -45px;
  background: url("../img/Header-Plant-right.png") no-repeat;
  width: 300px;
  height: 700px;
  z-index: 0;
}
@media screen and (max-width: 770px) {
  .main-footer::before {
    display: none;
  }
}
.main-footer h4,
.main-footer label {
  color: #00526e !important;
}
.main-footer .tnp-email {
  border-radius: 20px;
}

.sub-footer {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.sub-footer .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sub-footer a,
.sub-footer p {
  color: #00526e;
  font-size: 16px;
} /*# sourceMappingURL=mainpage.css.map */
