/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.quotepicture {
  padding: 2em 0; }
  .quotepicture blockquote {
    position: relative;
    margin: 0;
    font-weight: 200;
    font-family: "MultipleSansPro", Helvetica, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap; }
    .quotepicture blockquote .picture {
      flex-basis: 110px;
      position: relative; }
      .quotepicture blockquote .picture .thumb {
        display: block;
        width: 110px;
        height: 110px;
        position: relative;
        overflow: hidden;
        background-size: cover;
        border-radius: 50%; }
        .quotepicture blockquote .picture .thumb img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .quotepicture blockquote .picture:after {
        content: '\e917';
        font-family: Icomoon;
        color: #0db2e7;
        font-size: 20.65105px;
        position: absolute;
        top: 0;
        right: -10%;
        font-style: normal;
        border-radius: 50%;
        background: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px; }
    .quotepicture blockquote .content {
      padding: 1em;
      flex: 1; }
      .quotepicture blockquote .content em {
        line-height: 28px;
        font-size: 22.03467px; }
      .quotepicture blockquote .content .name {
        margin-top: .5em;
        color: #0db2e7;
        line-height: 1;
        font-weight: bold;
        display: block; }
      .quotepicture blockquote .content .function {
        display: block; }

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