.elementor-13520 .elementor-element.elementor-element-4e0676f9{--display:flex;}.elementor-13520 .elementor-element.elementor-element-c753ed8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ea8a1a5 *//* OPTIMIT_FIXES_CSS */

.optimit-blog p,
.optimit-blog li{
  font-size: 15px;
  color: #474747;
  line-height: 1.6;
  margin: 0 0 12px 0;
}

.optimit-blog ul,
.optimit-blog ol{
  margin: 0 0 16px 22px;
  padding: 0;
}

.optimit-blog h2,
.optimit-blog h3{
  font-size: 22px;
  color: #faa42a;
  font-weight: 700;
  line-height: 1.25;
  margin: 26px 0 12px 0;
}

.optimit-blog strong{
  font-weight: 700;
}

/* FAQ Akkordeon (details/summary) */

.optimit-faq-head{
  text-align: center;
  margin: 36px 0 18px 0;
}

.optimit-faq-kicker{
  color: #f28c28;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.optimit-faq-title{
  color: #6b7280;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.optimit-faq-box{
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}

.optimit-faq-item{
  border-bottom: 1px solid #e5e7eb;
}

.optimit-faq-item:last-child{
  border-bottom: none;
}

.optimit-faq-item > summary::-webkit-details-marker{
  display: none;
}

.optimit-faq-q{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
}

.optimit-faq-q:focus{
  outline: none;
}

.optimit-faq-icon{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f28c28;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
}

.optimit-faq-icon::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #ffffff;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.optimit-faq-item[open] .optimit-faq-icon::before{
  transform: rotate(180deg);
}

.optimit-faq-qtext{
  color: #6b7280;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.optimit-faq-a{
  padding: 0 20px 18px 66px;
}

.optimit-faq-a p{
  margin: 0;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */