
div {
    display: block;
    unicode-bidi: isolate;
}

.editorial {
    color: #2d2a29;
    font-size: .875rem;
    line-height: .75rem;
    padding: 0 0 20px;
    background: #fff;
    margin: 30px auto 0;
    max-width: 1220px;
    height: auto !important;
    overflow: hidden;
    position: relative;
    clear: both;
}

.editorial h2 {
    padding-top: 10px !important;
    border-left: 5px solid #7dbc8e !important;
    font-size: 24px !important;
    padding-left: 5px !important;
    text-align: start !important;
    line-height: 1em;
    margin: 0 0 10px;
}

.editorial p:not(:last-child) {
    margin-bottom: 1.25rem;
}

.editorial p {
    color: #999;
    font-size: .875rem;
    line-height: 1.25;
    margin-top: .625rem;
    text-align: justify;
}

.editorial a {
    color: #656667;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.editorial h3 {
    line-height: 1.17rem !important;
}

.editorial-toggle {
    display: none;
} 

.section-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.section-right .text {
    flex: 1;
    padding-right: 20px;
    justify-content: flex-start;
}

.section-right .image-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.section-right .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.section-right .image-container .twoPictures {
    max-width: 50%;
    height: auto;
}

.section-right .image-container .twoPictures:first-of-type {
    padding-right: 5px;
}

.section-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}

.section-left .image-container {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.section-left .text {
    flex: 1;
    padding-left: 20px;
    justify-content: flex-end;
}

.section-left .image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.list-heart-style {
    list-style-type: none;
    padding-left: 0;
    color: #999;
    font-size: .875rem;
    line-height: 1.25;
    margin-top: .625rem;
    text-align: justify;
    list-style-position: outside;
    padding-left: 1.5em;
}

.editorial ul li {
	list-style-type: none !important;
	margin-left: -12px !important;
    text-indent: -10px;
    padding-left: 12px;
    margin-bottom: 10px;
}

/* ul .list-heart-style li {
    padding: 5px 0;
    font-size: 1.1em;
} */

.list-heart-style li::before {
    content: "♥";
    /* padding-right: 8px; */

    display: inline-block;
    padding-right: 0px;
    width: 10px;
    /* margin-right: 8px;  */
    font-size: 1rem;  
    color: #999; 
    text-align: center; 
    flex-shrink: 0; 
}

p {
    margin: 10px 0;
}

details p {
    margin-top: 5px;
    padding-left: 10px;
}

details summary {
    color:#7DBC8E;
    cursor: pointer;
    padding-top: 8px;
} 

@media screen and (max-width: 768px) {
    .editorial {
        padding-left: 13px;
        padding-right: 13px;
    }



    /* .list-heart-style li {
        padding-left: 1.5em; /* Stelle sicher, dass Padding für Mobilgeräte vorhanden ist 
        display: flex; /* Stellt sicher, dass das Icon und der Text auf der gleichen Linie sind 
        align-items: flex-start;
        line-height: 1.5;

        flex-direction: row;
        align-items: center;
    } */

    .list-heart-style li::before {
    display: inline-block;
    padding-right: 0px;
    width: 10px;
    /* margin-right: 8px;  */
    font-size: 1rem;  
    color: #999; 
    text-align: center; 
    flex-shrink: 0; 
    } 



    .section-right, .section-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-right .text, .section-left .text {
        padding: 0;
    }

    .section-right .image-container, .section-left .image-container {
        justify-content: center;
    }

    details summary {
        color:#7DBC8E;
        cursor: pointer;
        padding-top: 10px;
    } 

}
details p {
    margin-top: 5px;
    padding-left: 10px;
}
 
details summary {
    color:#7DBC8E;
    cursor: pointer;
    padding-top: 8px;
}

@media screen and (max-width: 768px) {
    details summary {
        color:#7DBC8E;
        cursor: pointer;
        padding-top: 10px;
    }
 
}

.editorial details ul li {
	margin-left: 0px !important;
}

.bannerGuid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  font-family: Muli, Arial, sans-serif;
  box-sizing: border-box;
}

.bannerGuid-visu {
  position: relative;
}

.bannerGuid-visu img {
  width: 100%;
  height: auto;
  display: block;
}

.bannerGuid-visu .badge {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #7DBC8E;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 0 6px 6px 0;
  text-transform: uppercase;
}

.bannerGuid-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bannerGuid-content .link {
  color: #7DBC8E;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.bannerGuid-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #2D2A29;
}

.bannerGuid-cta {
  align-self: flex-start;
  text-decoration: none;
}

@media (max-width: 768px) {
  .bannerGuid-cta {
    align-self: center;
  }
}

@media (min-width: 769px) {

  .bannerGuid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .bannerGuid-content {
    max-width: 60%;
  }

  .bannerGuid-visu {
    max-width: 40%;
  }
}
