@charset "UTF-8";
/*!
	Theme Name: AVI.DAT ColorServant
	Description: Theme für AVI.DAT
	Author: Content & Code GmbH
	Author URI: https://content-code.de
	Template: avidat
*/
/* Colors */
/* Breakpoints */
.example-section .elementor-widget-heading {
  margin: 0 1rem 0;
}
@media screen and (min-width: 992px) {
  .example-section .elementor-widget-heading {
    margin: 1rem 1.5rem 0;
  }
}
.example-section .elementor-widget-text-editor {
  margin: 0 1rem 1em;
}
@media screen and (min-width: 992px) {
  .example-section .elementor-widget-text-editor {
    margin: 0 1.5rem 1em;
  }
}
.example-section .elementor-widget-button {
  margin: 0 1rem 5rem;
}
@media screen and (min-width: 992px) {
  .example-section .elementor-widget-button {
    margin: 0 1.5rem 5rem;
  }
}

.workflow-icon {
  height: 78px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 24px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .workflow-icon:not(.last-step) .elementor-widget-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .workflow-icon:not(.last-step) .elementor-widget-container:after {
    content: "";
    display: block;
    width: 101px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("assets/images/workflow-step-arrow.svg");
    flex-grow: 1;
  }
}
