/*
    Created on : 28.06.2022, 18:54:33
    Author     : Stefan Schumacher | Iglumedia | https://www.iglu.media
*/
/**
 * Breakpoints
 **/
/** 
 * Colors
 **/
.image-text-row {
  flex-direction: column;
}
.image-text-row + * {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .image-text-row + * {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .image-text-row {
    gap: 30px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .image-text-row.text-left {
    flex-direction: row-reverse;
  }
}
.image-text-row img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .image-text-row img {
    width: 370px;
    height: auto;
    align-self: flex-start;
  }
}
.image-text-row h1, .image-text-row .h1, .image-text-row h2, .image-text-row .h2, .image-text-row h3, .image-text-row .h3, .image-text-row h4, .image-text-row .h4, .image-text-row h5, .image-text-row .h5, .image-text-row h6, .image-text-row .h6 {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .image-text-row h1, .image-text-row .h1, .image-text-row h2, .image-text-row .h2, .image-text-row h3, .image-text-row .h3, .image-text-row h4, .image-text-row .h4, .image-text-row h5, .image-text-row .h5, .image-text-row h6, .image-text-row .h6 {
    margin-top: 56px;
    margin-bottom: 33px;
  }
}
.image-text-row ul {
  margin: 1em 0 0 1em;
  list-style-type: square;
}
.image-text-row ul li::marker {
  color: #666666;
}

/*# sourceMappingURL=image_text_row.css.map */
