/**
 * =============================================================================
 * schriftgroessen
 * ==========================================================================
 */

.font-size-xxxxl,
.font-size-xxxxl p {
  font-size: 3rem;
}

.font-size-xxxl,
.font-size-xxxl p {
  font-size: 2.333rem;
}

.font-size-xxl,
.font-size-xxl p {
  font-size: 2rem;
}

.font-size-xl,
.font-size-xl p {
  font-size: 1.533rem;
}

.font-size-l,
.font-size-l p {
  font-size: 1.467rem;
}

.font-size-m,
.font-size-m p {
  font-size: 1.2rem;
}

.font-size-s,
.font-size-s p {
  font-size: 1.133rem;
}

.font-size-xs,
.font-size-xs p {
  font-size: 1.067rem;
}

.font-size-xxs,
.font-size-xxs p {
  font-size: 0.9333rem;
}

.font-size-xxxs,
.font-size-xxxs p {
  font-size: 0.8rem;
}

.font-size-xxxxs,
.font-size-xxxxs p {
  font-size: 0.7333rem;
}

.font-size-xxxxs,
.font-size-xxxxs p {
  font-size: 0.6667rem;
}


@media only screen and (min-width:1025px) {
.font-size-xxxxxl,
.font-size-xxxxxl p {
  font-size: 6.667rem;
  line-height: 1.5;
}

.font-size-xxxxl,
.font-size-xxxxl p {
  font-size: 5.667rem;
  line-height: 1.5;
}

.font-size-xxxl,
.font-size-xxxl p {
  font-size: 5rem;
  line-height: 1.5;
}

.font-size-xxl,
.font-size-xxl p {
  font-size: 4.333rem;
  line-height: 1.5;
}

.font-size-xl,
.font-size-xl p {
  font-size: 3.667rem;
  line-height: 1.5;
}

.font-size-l,
.font-size-l p {
  font-size: 3rem;
  line-height: 1.5;
}

.font-size-m,
.font-size-m p {
  font-size: 2.333rem;
  line-height: 1.5;
}

.font-size-s,
.font-size-s p {
  font-size: 1.667rem;
  line-height: 1.5;
}

.font-size-xs,
.font-size-xs p {
  font-size: 1.467rem;
  line-height: 1.5;
}

.font-size-xxs,
.font-size-xxs p {
  font-size: 1.2rem;
  line-height: 1.8;
}

.font-size-xxxs,
.font-size-xxxs p {
  font-size: 0.9333rem;
  line-height: 1.5;
}

.font-size-xxxxs,
.font-size-xxxxs p {
  font-size: 0.8rem;
}

.font-size-xxxxs,
.font-size-xxxxs p {
  font-size: 0.6667rem;
}

}


/*************************
    CSS Counters for accorions
 *************************/

 .csscounters .ce_accordion .toggler {
  padding: 7px 46px 7px 56px;
 }
.csscounters .ce_accordion .toggler:before {
left: auto;
right: 12px;
}
.csscounters {
    counter-reset: section;
}

.csscounters .ce_accordion .toggler::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 100%;
  background-color: #f1f1f1;
  border-right: 1px solid #dcdcdc;
  line-height: 45px;
  text-align: center;
  counter-increment: section;
  content: counter(section) " ";
}

.csscounters .ce_accordion .ui-accordion-header-active {
  border-bottom: 1px solid #dcdcdc;
}