/**
 * Created by marcokernler on 22.11.17.
 */
/**
 * Created by marcokernler on 04.11.16.
 */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/**
 *
 */
/**
 * Created by marcokernler on 18.10.17.
 */
.post-summary {
  width: calc(25% - 12px);
  border: 1px solid #dad9d8;
  float: left;
  margin: 0 10px 30px 0; }
  @media (max-width: 767px) {
    .post-summary {
      width: 100%;
      margin-bottom: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .post-summary {
      width: calc(50% - 10px);
      margin-bottom: 70px; }
      .post-summary:nth-child(2) {
        margin-right: 0;
        width: calc(50% - 4px); } }
  .post-summary.last {
    margin-right: 0; }
  .post-summary header {
    text-align: right;
    border-bottom: 1px solid #dad9d8;
    padding: 15px 7px 11px;
    font-size: 11px; }
  .post-summary h2 {
    margin: 25px 15px 22px;
    font-size: 20px !important;
    line-height: 25px !important;
    text-transform: none !important; }
    .post-summary h2 a {
      text-decoration: none; }
  .post-summary .post-image img {
    max-width: 100%; }
  .post-summary .post-summary-content {
    margin: 25px 15px 24px 15px; }
  .post-summary > .btnmore {
    display: inline-block;
    margin: 0 15px 18px; }
  .post-summary footer {
    border-top: 1px solid #dad9d8;
    text-align: right;
    padding: 13px 12px 13px; }
    @media (max-width: 767px) {
      .post-summary footer {
        margin-top: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .post-summary footer {
        margin-top: 0; } }
    .post-summary footer a img {
      height: 17px; }

.blog-entry header {
  border-bottom: 1px solid #dad9d8;
  text-align: right;
  font-size: 12px;
  padding-bottom: 19px; }

.blog-entry h1 {
  font-size: 32px;
  color: #ea5d0e;
  margin: 38px 0 42px; }

.blog-entry .post-image {
  margin-bottom: 55px; }

.blog-entry .content1 {
  margin-bottom: 53px; }

.blog-entry .post-images {
  margin-bottom: 53px; }
  .blog-entry .post-images .image {
    width: 50%;
    float: left; }
  .blog-entry .post-images .image1 {
    text-align: left; }
  .blog-entry .post-images .image2 {
    text-align: right; }

.blog-entry footer {
  position: relative;
  border-top: 1px solid #e5e5e5;
  margin-top: 124px; }
  @media (max-width: 767px) {
    .blog-entry footer {
      margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blog-entry footer {
      margin-top: 70px; } }
  .blog-entry footer .share {
    position: absolute;
    right: 0;
    top: 36px; }
    @media (min-width: 0) and (max-width: 991px) {
      .blog-entry footer .share {
        right: 15px;
        top: 62px; } }
  .blog-entry footer .arrow-left-button {
    margin: 0;
    float: none;
    margin-left: calc(50% + 50px);
    margin-top: 36px; }
    @media (min-width: 0) and (max-width: 991px) {
      .blog-entry footer .arrow-left-button {
        margin-left: 0; } }
