.quotetext-size-big .kyl_quote .container .wrapper-text .quotetext {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 40px;
  font-size: 32px;
}
.kyl_quote .container {
  margin: 0 30px;
}
@media (min-width: 768px) {
  .kyl_quote .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 80%;
            margin-left: auto;
            margin-right: auto;*/
    margin: 0 68px;
  }
  .kyl_quote .container.is-left .wrapper-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 30px;
  }
  .kyl_quote .container.is-right .wrapper-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .kyl_quote .container {
    padding-top: 35px;
    margin: 0 66px;
  }
}
@media (min-width: 1172px) {
  .kyl_quote .container {
    margin: 0;
  }
}
.kyl_quote .container .quote {
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  font-size: 160px;
  color: #d0b083;
  line-height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  pointer-events: none;
}
@media (min-width: 768px) {
  .kyl_quote .container .quote {
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    font-size: 200px;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 130px;
    margin-bottom: -21px;
  }
}
.kyl_quote .container .quote.quote_alt {
  display: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0;
  top: -65px;
}
@media (min-width: 1024px) {
  .kyl_quote .container .quote.quote_alt {
    display: block;
  }
}
@media (min-width: 1440px) {
  .kyl_quote .container .quote.quote_alt {
    margin-right: 10px;
  }
}
.kyl_quote .container .wrapper-image {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .kyl_quote .container .wrapper-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.kyl_quote .container .wrapper-image img {
  height: 186px;
  width: 186px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .kyl_quote .container .wrapper-image img {
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .kyl_quote .container .wrapper-image img {
    height: 286px;
    width: 286px;
  }
}
@media (min-width: 1440px) {
  .kyl_quote .container .wrapper-image img {
    height: 272px;
    width: 272px;
  }
}
.kyl_quote .container .wrapper-text {
  position: relative;
}
@media (min-width: 1024px) {
  .kyl_quote .container .wrapper-text .quote {
    display: none;
  }
}
.kyl_quote .container .wrapper-text .quotetext {
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 24px;
  color: #1f4755;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .kyl_quote .container .wrapper-text .quotetext {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .kyl_quote .container .wrapper-text .quotetext {
    margin-bottom: 26px;
  }
}
.kyl_quote .container .wrapper-text .author {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  color: #d0b083;
}
.post-template-default .kyl_quote,
.presse-template-default .kyl_quote,
.impactblog-template-default .kyl_quote {
  /*@media (min-width: @screen_1024) {
            max-width: 80%;
            margin: 0 auto;
        }*/
}
.post-template-default .kyl_quote .container,
.presse-template-default .kyl_quote .container,
.impactblog-template-default .kyl_quote .container {
  /*margin: 0 auto;
            //max-width: calc(674px + 60px + 15px);
            position: relative;

            @media (min-width: @screen_1024){
                //max-width: calc(674px + 60px + 15px);
                max-width: 80%;
                margin: 0 auto;
            }

            .quote {
                position: absolute;
                left: -90px;
                top: -20px;
            }

            .wrapper-image.no-image {
                display: none;
            }*/
  /*.quote {
                @media (min-width: @screen_1024) {
                    position: absolute;
                    left: -81px;
                    top: -35px;
                }
            }*/
}
@media (min-width: 1024px) {
  .post-template-default .kyl_quote .container,
  .presse-template-default .kyl_quote .container,
  .impactblog-template-default .kyl_quote .container {
    position: relative;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .post-template-default .kyl_quote .container .wrapper-text,
  .presse-template-default .kyl_quote .container .wrapper-text,
  .impactblog-template-default .kyl_quote .container .wrapper-text {
    max-width: 80%;
  }
}
.kyl_foundation_quote .container .quote {
  color: #edc4b0;
}
.kyl_foundation_quote .container .wrapper-text .quote {
  color: #edc4b0;
}
.kyl_foundation_quote .container .wrapper-text .quotetext {
  color: #5a0037;
}
.kyl_foundation_quote .container .wrapper-text .author {
  color: #5a0037;
}
