/* ====== MISC ====== */

.lb--category-tag {
  position: absolute;
  top: 15px;
  display: inline-block;
  z-index: 1;
}
.lb--category-tag p,
a.lb--category-tag {
  background-color: var(--e-global-color-secondary) !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
  color: var(--e-global-color-2707387) !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  line-height: 15px !important;
  font-size: 16px !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  margin-bottom: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.lb-hidden-row {
  display: none !important;
}
.lb-load-more-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.lb-load-more-button {
  border: 2px solid;
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-2707387) !important;
  color: var(--e-global-color-secondary);
  padding: 12px 24px;
  font-family: "FF GOOD", Sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.lb-load-more-button:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-2707387);
}
/* ====== LB_Button_Widget ====== */

/* Base button styles */
.lb-button {
  box-sizing: border-box;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  transition: all 0.3s;
  box-shadow: none;
  font-family: "FF GOOD", Sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 0;
  cursor: pointer;
}
.lb-button:hover {
  text-decoration: none !important;
}
.lb-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-button-text {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 15px;
}
/* Yellow button style */
.lb-button-yellow {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-text);
  border: none;
  text-align: center;
}
.lb-button-yellow:hover {
  opacity: 0.9;
}
/* White button style */
.lb-button-white {
  background-color: var(--e-global-color-2707387);
  color: var(--e-global-color-text);
  border: 2px solid var(--e-global-color-secondary);
  text-align: center;
}
.lb-button-white:hover {
  background-color: var(--e-global-color-9d4b89a);
}
/* Link button style */
.lb-button-link {
  background-color: transparent;
  color: var(--e-global-color-text);
  border: none;
  padding: 12px 0;
  text-decoration: none !important;
}
.lb-button-link:hover {
  text-decoration: none !important;
}
.lb-button-link .lb-button-content-wrapper::before {
  content: ">";
  padding-right: 5px;
  text-decoration: none !important;
}
.lb-button-link .lb-button-content-wrapper {
  justify-content: flex-start;
  width: 100%;
  font-weight: bold;
}

/* ====== LB_Single_Highlight_Widget ====== */

.lb-single--text-singular-highlight-wrapper {
  padding: 0;
}
.lb-single--text-singular-highlight-wrapper .e-con-inner {
  column-gap: 0;
}
.lb-single--text-singular-highlight-wrapper.e-con.e-flex > .e-con-inner {
  flex-direction: row;
  padding: 0;
}
.lb-single--text-singular-highlight-text {
  position: relative;
  padding: 20px;
  margin: 10% 0 0 -10%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  background-color: var(--e-global-color-primary);
}
.lb-single--text-singular-highlight-img {
  max-height: 500px;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}

/* ====== LB_Single_Highlights_Widget ====== */

.lb-single--highlights {
  padding-bottom: 15px;
}
.e-con.lb-single--highlights {
  padding: 0 0 15px;
}
.lb-single--highlights .e-con > .e-con-inner {
  padding: 0;
}
.lb-single--highlights .e-con-inner {
  gap: 0;
}
.lb-single--highlights-bg .e-con-inner {
  padding: 0;
}
.lb-single--highlights-bg.e-flex {
  flex-direction: row;
  column-gap: 15px;
}
.lb-single--highlights-headline p {
  margin: 0;
}
.elementor-icon-list-icon svg {
  height: 1em;
}
.lb-single--highlights-bg ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
.lb-single--highlights-headline {
  position: relative;
  background-color: var(--e-global-color-2707387);
  padding: 15px;
  margin: -30px 0 20px 0;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  white-space: normal;
  vertical-align: top;
  height: auto;
  width: fit-content;
  box-sizing: border-box;
  line-height: 1.2;
}
.lb-single--highlights-headline::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(180deg);
  border-width: 0 30px 15px 0;
  border-color: var(--e-global-color-2707387) transparent
    var(--e-global-color-2707387) var(--e-global-color-2707387);
  position: absolute;
  bottom: -15px;
  left: 50px;
}
.lb-single--highlights-bg {
  padding: 0 5% 0 5%;
  background-color: var(--e-global-color-primary);
}
.lb-single--hero-img {
  padding: 0 0 0 0;
}
.lb-single--hero-img img {
  vertical-align: middle;
}

/* ====== LB_Hero_Block_Widget ====== */

.lb-home--hero-right-card {
  cursor: pointer;
}
.lb-home--hero-left {
  cursor: pointer;
}

.lb-hero-block-widget .lb--category-tag {
  position: absolute;
  top: 15px;
  display: inline-block;
}
.lb-hero-block-widget .lb--category-tag p {
  background-color: var(--e-global-color-secondary);
  padding: 5px 10px;
  text-transform: uppercase;
  color: var(--e-global-color-2707387);
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 15px;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--section-hero-block {
  width: 100%;
  height: auto;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--section-hero-block.e-con-full.e-flex {
  flex-direction: row;
  padding: 0;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-right {
  padding: 0;
  width: 694px;
  height: 694px;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left {
  padding: 0;
  width: 694px;
  height: 694px;
}
.lb-hero-block-widget
  .elementor-widget-container
  .elementor-widget
  .lb-single--button-white
  .elementor-button {
  background-color: var(--e-global-color-2707387);
  border: 2px solid;
  border-color: var(--e-global-color-secondary);
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-left-card-img-wrapper {
  height: 70%;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-left-card-img-wrapper
  .elementor-element {
  flex-grow: 1;
  flex-shrink: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-left-card-img-wrapper
  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card-img-wrapper.e-con-full {
  padding: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-info-wrapper {
  width: 50%;
  padding: 10px;
  justify-content: space-between;
}
.lb-hero-block-widget
  .elementor-widget-container
  .e-con.lb-home--hero-right-card {
  padding: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .e-con-full.lb-home--hero-left-info-button-wrapper {
  padding: 0;
}
.lb-hero-block-widget .elementor-widget-container .e-con.lb-single--highlights {
  padding: 0 0 15px;
}
.lb-hero-block-widget
  .elementor-widget-container
  .elementor-element
  > .lb-home--hero-right-card {
  gap: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .elementor-element.lb-home--hero-left {
  gap: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .elementor-element.lb-home--hero-left
  p {
  margin: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card.e-con-full.e-flex,
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card.e-con.e-flex
  > .e-con-inner {
  flex-direction: row;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-headline {
  position: relative;
  background-color: var(--e-global-color-2707387);
  padding: 24px 32px;
  margin: -30px 0 0 0;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
  white-space: normal;
  vertical-align: top;
  height: auto;
  width: fit-content;
  box-sizing: border-box;
  line-height: 1.2;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-headline {
  width: inherit; 
  margin: -50px 0 0 0;
  }
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-headline p{
  width: inherit; 
  margin: -50px 0 0 0;
  text-align:center;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3;
  overflow: hidden;
}
  
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-bg {
  height: 25%;
  gap: 0px;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-card-img-wrapper {
  height: 75%;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-headline::after {
  content: "";
  border-style: solid;
  -webkit-transform: rotate(0deg);
  border-width: 25px 50px 0 0;
  border-color: var(--e-global-color-2707387) transparent
    var(--e-global-color-2707387) var(--e-global-color-2707387);
  position: absolute;
  bottom: -15px;
  right: 50px;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-bg {
  padding: 10px 20px 20px 20px;
  background-color: var(--e-global-color-primary);
  height: 40%;
  gap: 20px;
  justify-content: space-between;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-right-card {
  background-color: var(--e-global-color-secondary);
  height: 100%;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card
  .lb-home--hero-right-info-wrapper
  p {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  vertical-align: top;
  line-height: 1.2;
  min-height: 3.6em;
  margin: 0;
}

.lb-hero-block-widget .elementor-widget-container .lb-home--hero-left p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  vertical-align: top;
  line-height: 1.2;
  margin: 0;
}
.lb-hero-block-widget .elementor-widget-container .lb-home--hero-right-card a {
  color: white;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card
  a:hover {
  color: white;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card-img-wrapper {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card-img-wrapper
  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-card-img-wrapper
  .elementor-element {
  flex-grow: 1;
  flex-shrink: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-info-wrapper {
  width: 50%;
  padding: 10px;
  justify-content: space-between;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-info-button-wrapper {
  align-items: flex-start;
  padding: 0;
}
.lb-hero-block-widget .elementor-widget-container .lb-single--button-text-link {
  padding: 0;
}
.lb-hero-block-widget
  .elementor-widget-container
  .lb-home--hero-right-info-button-wrapper
  .lb-single--button-text-link {
  padding: 0 5px;
}

/* ====== LB_Teaser_Grid_Widget ====== */
.lb--postteaser-secondary {
  cursor: pointer;
}

.lb--postteaser-secondary .elementor-heading-title {
  text-transform: uppercase;
}
.lb--postteaser-primary {
  cursor: pointer;
}

.lb-teaser-grid-widget .elementor-widget-container .lb--teaser-grid-block {
  padding: 0;
}
.lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-primary {
  padding: 0;
  gap: 0;
  height: 694px;
  flex-wrap: nowrap;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary
  .e-con-inner {
  column-gap: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-text
  p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  vertical-align: baseline;
  line-height: 1.5;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-text
  p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  vertical-align: baseline;
  line-height: 1.5;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-wrapper
  .lb--posttser-secondary-info-wrapper
  .elementor-element.elementor-widget-heading
  h4.elementor-heading-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.7px;
  min-height: 3em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-text {
  height: auto;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-info-wrapper {
  padding: 20px;
  gap: 0;
  width: 95%;
  height: 60%;
  justify-content: space-between;
  align-self: end;
  margin-top: -15%;
  background-color: var(--e-global-color-primary);
  flex-wrap: nowrap;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-info-wrapper-text {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-info-wrapper
  p {
  margin: 0 0 15px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-info-wrapper
  h3 {
  overflow: hidden;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  vertical-align: top;
  line-height: 1.2;
  min-height: 2.6em;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-img-wrapper {
  position: relative;
  min-height: 486px;
  max-height: 486px;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-img-wrapper
  .elementor-widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-img-wrapper
  .elementor-widget-container {
  height: 100%;
  width: 100%;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-img-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-primary-wrapper {
  padding: 0;
  width: 50%;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--section-postteaser-primary
  .e-con-inner {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--section-postteaser-primary {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--section-postteaser-primary.e-con.e-flex
  > .e-con-inner {
  flex-direction: row;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb-single--button-text-link {
  padding: 0;
}
.lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-secondary {
  padding: 0;
  gap: 0;
  height: auto;
  flex-wrap: nowrap;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary
  .e-con-inner {
  column-gap: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-text {
  height: auto;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-info-wrapper {
  padding: 20px;
  gap: 0;
  width: 95%;
  height: 55%;
  justify-content: space-between;
  align-self: end;
  margin-top: -15%;
  background-color: var(--e-global-color-2707387);
  flex-wrap: nowrap;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-info-wrapper-text {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-info-wrapper
  p {
  margin: 0 0 15px 0;
  overflow: hidden;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 9em;
}

@media screen and (min-width: 769px) {
    .lb-teaser-grid-widget .elementor-widget-container .h4 {
        margin: 0 0 15px 0;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        height: 48px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .lb-teaser-grid-widget .elementor-widget-container .h4 {
        margin: 0 0 15px 0;
        overflow: hidden;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        height: 72px;
        line-height: 24px;
    }    
}


.lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-secondary-info-wrapper h3 {
    overflow: hidden;
    text-transform: uppercase;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.8px;
    vertical-align: top;
    line-height: 1.2;
    min-height: 3.6em;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-img-wrapper {
  max-height: 300px;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-img-wrapper
  img {
  width: 100%;
  object-fit: cover;
  min-height: 350px;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-wrapper {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--section-postteaser-secondary
  .e-con-inner {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--section-postteaser-secondary {
  padding: 0;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--section-postteaser-secondary.e-con.e-flex
  > .e-con-inner {
  flex-direction: column;
}
.lb-teaser-grid-widget .elementor-widget-container .lb--secondary-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
}
.lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-array {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  @media (min-width: 1141px) {
    grid-template-columns: repeat(3, 1fr);
  }
  gap: 20px;
  padding: 0;
}

[data-elementor-type="single-page"] .lb-teaser-grid-widget
  .elementor-widget-container
  .lb--postteaser-secondary-array {

  @media (min-width: 1141px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 1440px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1140px) and (max-width: 1440px) {
  [data-elementor-type="single-page"] .lb-teaser-grid-widget .elementor-widget-container .lb--secondary-row {
    gap: 20px;
    flex-flow: nowrap;
  }
  [data-elementor-type="single-page"] .lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-secondary-array {  
    grid-template-columns: 1fr;
    width: 50%;
  }
}





@media (max-width: 1140px) {
  /* ====== LB_Hero_Block_Widget ====== */

  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-right {
    padding: 0;
    width: 100%;
    height: 694px;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-left {
    padding: 0;
    width: 100%;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-bg {
    gap: 10px;
    height: 30%;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-card.e-con-full.e-flex.e-con {
    flex-direction: column;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-card-img-wrapper {
    width: 100%;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-info-wrapper {
    width: 100%;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right.e-con.e-flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--section-hero-block.e-con-full.e-flex {
    flex-direction: column;
  }
  /* ====== LB_Teaser_Grid_Widget ====== */

  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-secondary-array {
    width: 50%;
    flex-direction: column;
    padding: 0;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--section-postteaser-secondary.e-con.e-flex
    > .e-con-inner {
    flex-direction: row;
  }
  .lb-teaser-grid-widget .elementor-widget-container .lb--secondary-row {
    flex-direction: row;
    gap: 20px;
    flex-flow: nowrap;
  }
}

@media (max-width: 768px) {
  .lb-single--highlights-bg.e-flex {
    flex-direction: row;
    gap: 0;
  }
  .lb-single--hero-img {
    padding: 0 0 0 0;
  }
  .lb-single--highlights-bg {
    width: 100%;
    margin: 0 0 0 0;
    flex-wrap: wrap;
  }
  .lb-single--highlights-headline-bottom {
    margin: 0 0 20px 0;
  }

  /* ====== LB_Single_Highlight_Widget ====== */

  .lb-single--text-singular-highlight-wrapper.e-con.e-flex > .e-con-inner {
    gap: inherit;
  }
  .lb-single--text-singular-highlight-text {
    margin: 0;
  }
  .lb-single--text-singular-highlight-wrapper .e-con-full.e-flex.e-con.e-child {
    padding: 0;
  }
  .lb-single--text-singular-highlight-img .elementor-widget-container {
    display: flex;
  }

  /* ====== LB_Hero_Block_Widget ====== */

  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-left-headline {
    padding: 20px 20px;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-block
    .e-con-inner {
    gap: 10px;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-right {
    width: 100%;
    height: 100%;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-left {
    width: 100%;
    height: 50%;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-left-card-img-wrapper
    img {
    height: 300px;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-bg {
    width: 100%;
    margin: 0 0 0 0;
    flex-wrap: wrap;
    padding: 10px 20px 20px 20px;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-right-card {
    width: 100%;
    flex-direction: column;
    display: flex;
    height: 50%;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-card-img-wrapper {
    width: 100%;
    height: 300px;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-info-wrapper {
    width: 100%;
    gap: 20px;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .elementor-widget
    .lb-single--button-white
    .elementor-button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-card
    .lb-home--hero-right-info-wrapper
    p {
    min-height: 4.8em;
    max-height: 4.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  /* ====== LB_Teaser_Grid_Widget ====== */

  .lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-primary {
    height: auto;
  }
  .lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-wrapper {
    padding: 0;
    width: 100%;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-primary-wrapper {
    width: 100%;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-primary-img-wrapper {
    min-height: 0 !important;
    max-height: 500px;
    height: 500px;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-primary-info-wrapper
    p {
    -webkit-line-clamp: 5;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-primary-info-wrapper
    h3 {
    -webkit-line-clamp: 4;
  }
  .lb-teaser-grid-widget .elementor-widget-container .lb--postteaser-secondary {
    height: auto;
  }

  .lb-teaser-grid-widget .elementor-widget-container .lb--secondary-row {
    flex-direction: row;
  }
}

@media (max-width: 481px) {
  .lb-single--highlights-headline-bottom {
    margin: 0 0 20px 0;
  }
  .lb-single--highlights-bg {
    width: 100%;
    margin: 0;
  }

  /* ====== LB_Hero_Block_Widget ====== */

  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-left-headline-bottom {
    margin: 0 0 20px 0;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-left-bg {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .lb-hero-block-widget .elementor-widget-container .lb-home--hero-right-card {
    width: 100%;
    height: 50%;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right.e-con.e-flex {
    flex-direction: column;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--section-hero-block.e-con-full.e-flex {
    flex-direction: column;
  }
  .lb-hero-block-widget
    .elementor-widget-container
    .lb-home--hero-right-card
    .lb-home--hero-right-info-wrapper
    p {
    min-height: auto;
    -webkit-line-clamp: none;
  }

  /* ====== LB_Teaser_Grid_Widget ====== */

  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-primary-info-wrapper
    p {
    -webkit-line-clamp: none;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-primary-info-wrapper
    h3 {
    -webkit-line-clamp: none;
  }
  .lb-teaser-grid-widget
    .elementor-widget-container
    .lb--postteaser-secondary-array.e-con.e-flex {
    flex-direction: column;
    width: 100%;
  }
  .lb-teaser-grid-widget .elementor-widget-container .lb--secondary-row {
    flex-direction: column;
  }
  .lb-intro-text {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}

/* ====== LB_Post_Meta_Widget ====== */
.lb-single--date {
  font-size: 12px;
  padding: 15px 0;
  color: #8e9296;
}
.lb-single--tags {
  padding: 30px 0 0;
}
.lb-single--tags span {
  font-weight: bold;
}

.lb-single--socials a {
  margin-right: 10px;
}

/* ====== LB_Intro_Text_Widget ====== */

.lb-intro-text, .lb-intro-text p {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
    text-size-adjust: 100%;
    margin: 0;
}

/* ====== LB_Teaser_Widget ====== */

.lb-teaser-widget {
  width: 100%;
}

/* Common styles for both wrapper types */
.lb-teaser-widget .lb--postteaser-primary-wrapper,
.lb-teaser-widget .lb--postteaser-secondary-wrapper {
  padding: 0;
  width: 100%;
  cursor: pointer;
}

/* Yellow Teaser - Primary Structure */
.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary {
  padding: 0;
  gap: 0;
  height: 694px;
  flex-wrap: nowrap;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-img-wrapper {
  position: relative;
  min-height: 486px;
  max-height: 486px;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-img-wrapper .elementor-widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-img-wrapper .elementor-widget-container {
  height: 100%;
  width: 100%;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper {
  padding: 20px;
  gap: 0;
  width: 95%;
  height: 60%;
  justify-content: space-between;
  align-self: end;
  margin-top: -15%;
  background-color: var(--e-global-color-primary);
  flex-wrap: nowrap;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper-text {
  padding: 0;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper p {
  margin: 0 0 15px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper h3 {
  overflow: hidden;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  min-height: 2.6em;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-text {
  height: auto;
}

.lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-text p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  vertical-align: baseline;
}

/* White Teaser - Secondary Structure */
.lb-teaser-widget.lb--teaser-white .lb--postteaser-secondary {
  cursor: pointer;
}

.lb-teaser-widget.lb--teaser-white .lb--postteaser-secondary-info-wrapper {
  padding: 20px;
  gap: 0;
  width: 95%;
  height: 55%;
  justify-content: space-between;
  align-self: end;
  margin-top: -15%;
  background-color: var(--e-global-color-2707387);
  flex-wrap: nowrap;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary {
    height: auto;
  }

  .lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper p {
    -webkit-line-clamp: 5;
  }

  .lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper h3 {
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 767px) {
  .lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper p {
    -webkit-line-clamp: none;
  }

  .lb-teaser-widget.lb--teaser-yellow .lb--postteaser-primary-info-wrapper h3 {
    -webkit-line-clamp: none;
  }
}

.lb-teaser-widget .elementor-widget-container .lb--postteaser-primary-text p,
.lb-teaser-widget .elementor-widget-container .lb--postteaser-secondary-text p {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: normal;
  vertical-align: baseline;
  line-height: 1.5;
}

.lb-teaser-widget .elementor-widget-container .lb--postteaser-secondary-img-wrapper img {
  width: 100%;
  object-fit: cover;
  min-height: 350px;
}

.lb-teaser-widget
  .elementor-widget-container
  .lb--postteaser-secondary-info-wrapper
  p {
  margin: 0 0 15px 0;
  overflow: hidden;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 9em;
}