.customer-styles {
  /* START article: text */
  /* END article: text */
}

.customer-styles .template_text {
  padding: 1px 0;
}

.customer-styles .template_text .separator {
  display: flex;
  flex-direction: row;
}

.customer-styles .template_text .separator .text {
  color: #90a4ae;
  font-family: 'Dosis-Regular';
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.customer-styles .template_text .separator .text:focus {
  background-color: inherit;
  color: #90a4ae;
  outline: none;
}

.customer-styles .template_text .separator .text p {
  line-height: inherit;
}

.customer-styles .template_text .separator .text.contentEditableEmpty::before {
  color: rgba(144, 164, 174, 0.5);
}

.customer-styles .template_text .separator::before, .customer-styles .template_text .separator::after {
  border-bottom: 1px solid #90a4ae;
  content: '';
  flex: 1 1;
  margin: auto;
}

.customer-styles .template_text .separator::before {
  margin-right: 20px;
}

.customer-styles .template_text .separator::after {
  margin-left: 20px;
}

.customer-styles .template_text .separator.transparent::before, .customer-styles .template_text .separator.transparent::after {
  border-bottom-color: rgba(144, 164, 174, 0.5);
}

.customer-styles .template_text.centered .global-headline,
.customer-styles .template_text.centered .global-subheadline,
.customer-styles .template_text.centered .global-text {
  text-align: center;
}

.customer-styles .template_text.centered .global-headline {
  font-size: 50px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .customer-styles .template_text.centered .global-headline {
    font-size: 70px;
  }
}

@media (min-width: 1000px) {
  .customer-styles .template_text.centered .global-headline {
    font-size: 90px;
  }
}

.customer-styles .template_text.centered .global-headline::after {
  left: calc(50% - 25px);
}

.customer-styles .template_text.no-bottom-margin .global-content {
  margin-bottom: 0;
}
