.elementor-217264 .elementor-element.elementor-element-ac07298{--display:flex;}.elementor-217264 .elementor-element.elementor-global-239552{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-217264 .elementor-element.elementor-global-239552 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.49 * 100% );}.elementor-217264 .elementor-element.elementor-global-239552:after{content:"0.49";}.elementor-217264 .elementor-element.elementor-global-239552 .elementor-post__thumbnail__link{width:100%;}.elementor-217264 .elementor-element.elementor-global-239552 .elementor-post__meta-data span + span:before{content:"///";}.elementor-217264 .elementor-element.elementor-global-239552.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-217264 .elementor-element.elementor-global-239552.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-217264 .elementor-element.elementor-global-239552.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}@media(max-width:768px){.elementor-217264 .elementor-element.elementor-global-239552 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-217264 .elementor-element.elementor-global-239552:after{content:"0.5";}.elementor-217264 .elementor-element.elementor-global-239552 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for container, class: .elementor-element-ac07298 *//* =========================================================
   LESEBRILLE.DE BLOG – VERBINDLICHES MASTER-CSS
   Einmal global im Shop einfügen, nicht in jeden Beitrag.
   ========================================================= */

.lb-blog-hero,
.lb-blog-section {
  font-family: "Open Sans", Arial, sans-serif;
  color: #123c3c;
}

.lb-blog-hero *,
.lb-blog-section * {
  box-sizing: border-box;
}

.lb-blog-hero {
  background: linear-gradient(135deg, #e8f5f3 0%, #ffffff 58%, #fff7df 100%);
  padding: 28px 14px 30px;
}

.lb-blog-hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.lb-blog-hero__content {
  max-width: 760px;
}

.lb-blog-hero__eyebrow {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #119999;
  letter-spacing: 0.02em;
}

.lb-blog-hero h1 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  color: #123c3c;
}

.lb-blog-hero__text {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.65;
  color: #244f4f;
}

.lb-blog-hero__buttons,
.lb-blog-cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.lb-blog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.lb-blog-button:hover {
  transform: translateY(-1px);
}

.lb-blog-button--primary {
  background: #fcba12;
  color: #123c3c;
  box-shadow: 0 8px 18px rgba(252, 186, 18, 0.28);
}

.lb-blog-button--primary:hover {
  background: #f2ad00;
  color: #123c3c;
}

.lb-blog-button--secondary {
  background: #ffffff;
  color: #123c3c;
  border: 1px solid rgba(18, 60, 60, 0.18);
}

.lb-blog-button--secondary:hover {
  background: #f7fbfa;
  color: #123c3c;
}

.lb-blog-hero__note {
  margin-top: 22px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border-left: 5px solid #fcba12;
  font-size: 15px;
  line-height: 1.6;
  color: #244f4f;
  box-shadow: 0 10px 26px rgba(18, 60, 60, 0.08);
}

.lb-blog-hero__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
}

.lb-blog-hero__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.lb-blog-section {
  background: #ffffff;
  padding: 28px 14px 0;
}

.lb-blog-container {
  max-width: 1040px;
  margin: 0 auto;
}

.lb-blog-intro {
  max-width: 850px;
  margin: 0 0 24px;
}

.lb-blog-intro h2,
.lb-blog-card h2 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
  color: #123c3c;
}

.lb-blog-card h3 {
  margin: 22px 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #123c3c;
}

.lb-blog-intro p,
.lb-blog-card p,
.lb-blog-card li {
  font-size: 16px;
  line-height: 1.7;
  color: #244f4f;
}

.lb-blog-intro p,
.lb-blog-card p {
  margin-top: 0;
}

.lb-blog-card {
  margin-top: 22px;
  padding: 22px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(18, 60, 60, 0.1);
  box-shadow: 0 12px 32px rgba(18, 60, 60, 0.08);
}

.lb-blog-highlight,
.lb-blog-warning,
.lb-blog-factbox {
  margin: 20px 0;
  padding: 16px;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.65;
}

.lb-blog-highlight,
.lb-blog-warning {
  background: #fff7df;
  color: #123c3c;
  border-left: 5px solid #fcba12;
}

.lb-blog-highlight--soft,
.lb-blog-factbox {
  background: #e8f5f3;
  border-left: 5px solid #119999;
  color: #123c3c;
}

.lb-blog-factbox h3 {
  margin-top: 0;
}

.lb-blog-factbox ul {
  margin: 0;
  padding-left: 20px;
}

.lb-blog-grid,
.lb-blog-comparison,
.lb-blog-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

.lb-blog-mini-card,
.lb-blog-comparison__item,
.lb-blog-method {
  padding: 18px;
  border-radius: 18px;
  background: #f7fbfa;
  border: 1px solid rgba(18, 60, 60, 0.08);
}

.lb-blog-mini-card h3,
.lb-blog-method h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.lb-blog-mini-card p,
.lb-blog-method p {
  margin: 0;
  font-size: 15px;
}

.lb-blog-comparison__item h3 {
  margin-top: 0;
}

.lb-blog-comparison__item p {
  margin-bottom: 0;
}

.lb-blog-comparison__item ul {
  margin: 0;
  padding-left: 20px;
}

.lb-blog-comparison__item li {
  margin-bottom: 8px;
}

.lb-blog-method span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fcba12;
  color: #123c3c;
  font-weight: 700;
  margin-bottom: 12px;
}

.lb-blog-cta-center {
  margin-top: 26px;
  padding: 24px 18px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, #e8f5f3 0%, #fff7df 100%);
}

.lb-blog-cta-center h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.lb-blog-cta-center p {
  max-width: 640px;
  margin: 0 auto 18px;
}

.lb-blog-cta-center .lb-blog-hero__buttons {
  justify-content: center;
}

.lb-blog-cta-inline {
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px 18px;
  border-radius: 22px;
  background: #e8f5f3;
  border: 1px solid rgba(17, 153, 153, 0.16);
}

.lb-blog-cta-inline div {
  max-width: 650px;
}

.lb-blog-cta-inline h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.lb-blog-cta-inline p {
  margin: 0;
}

@media (min-width: 560px) {
  .lb-blog-button {
    width: auto;
  }

  .lb-blog-hero__image {
    aspect-ratio: 16 / 10;
  }
}

@media (min-width: 760px) {
  .lb-blog-hero {
    padding: 34px 18px;
  }

  .lb-blog-hero h1 {
    font-size: 30px;
  }

  .lb-blog-section {
    padding: 34px 18px 0;
  }

  .lb-blog-card {
    padding: 26px;
    border-radius: 24px;
  }

  .lb-blog-highlight,
  .lb-blog-warning,
  .lb-blog-factbox {
    padding: 18px 20px;
  }

  .lb-blog-grid,
  .lb-blog-methods {
    grid-template-columns: repeat(3, 1fr);
  }

  .lb-blog-comparison {
    grid-template-columns: repeat(2, 1fr);
  }

  .lb-blog-intro h2,
  .lb-blog-card h2 {
    font-size: 28px;
  }

  .lb-blog-card h3 {
    font-size: 22px;
  }
}

@media (min-width: 960px) {
  .lb-blog-hero {
    padding: 42px 18px 38px;
  }

  .lb-blog-hero__inner {
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    gap: 36px;
  }

  .lb-blog-hero h1 {
    font-size: 32px;
  }

  .lb-blog-hero__text {
    font-size: 17px;
  }

  .lb-blog-hero__image {
    aspect-ratio: 4 / 3;
    border-radius: 22px;
  }
}/* End custom CSS */