.blog-overview-wrapper {
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .blog-overview-wrapper {
    margin: 35px 0 0 0;
  }
}
.blog-overview-wrapper .blog-teaser {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog-overview-wrapper .blog-teaser {
    margin-bottom: 28px;
  }
}
.blog-overview-wrapper .blog-teaser img {
  width: 100%;
  height: 100%;
  min-height: 275px;
  max-height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-overview-wrapper .blog-teaser .blog-infos h2 {
  margin: 26px 0 30px 0;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .blog-overview-wrapper .blog-teaser .blog-infos h2 {
    margin: 30px 0 30px 0;
    font-size: 26px;
    line-height: 30px;
  }
}

.blog-overview-load-more {
  padding-top: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .blog-overview-load-more {
    margin-bottom: 35px;
  }
}
.blog-overview-load-more .spinner-wrapper {
  display: none;
}
.blog-overview-load-more .spinner-wrapper .spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  display: block;
  position: relative;
  left: 50%;
  margin: -25px 0 20px -25px;
  width: 50px;
  height: 50px;
}
.blog-overview-load-more .spinner-wrapper .spinner .path {
  stroke: var(--primary-color);
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (min-width: 992px) {
  .blog-overview-load-more .load-more-button {
    text-align: center;
  }
}
.blog-overview-load-more .load-more-button a:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .single-blog-wrapper .container {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  .single-blog-wrapper .container {
    padding-right: 200px;
  }
}
@media (min-width: 1400px) {
  .single-blog-wrapper .container {
    padding-right: 300px;
  }
}
.single-blog-wrapper .blog-detail-header h1 {
  font-size: 31px;
  line-height: 36px;
  margin: 14px 0 40px 0;
}
@media (min-width: 992px) {
  .single-blog-wrapper .blog-detail-header h1 {
    font-size: 52px;
    line-height: 60px;
    margin: 10px 0 48px 0;
  }
}
.single-blog-wrapper .blog-detail-header .author-published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.single-blog-wrapper .blog-detail-header .author-published .author-image img {
  border-radius: 50%;
}
.single-blog-wrapper .blog-detail-header .author-published .published-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 16px;
}
.single-blog-wrapper .blog-detail-header .author-published .published-info .author-name {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.single-blog-wrapper .blog-detail-header .author-published .published-info .published-at {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.single-blog-detail-more h2 {
  margin: 5px 0 25px 0;
}
@media (min-width: 992px) {
  .single-blog-detail-more h2 {
    margin: 40px 0 45px 0;
  }
}
.single-blog-detail-more a {
  text-decoration: none;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 47, 70, 0.14);
          box-shadow: 0px 4px 15px 0px rgba(0, 47, 70, 0.14);
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .single-blog-detail-more a {
    margin-bottom: 28px;
  }
}
.single-blog-detail-more a .image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.single-blog-detail-more a .image-inner img {
  width: 100%;
  height: 100%;
}
.single-blog-detail-more a .title-wrapper {
  display: inline-block;
  padding: 21px 21px 14px 21px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .single-blog-detail-more a .title-wrapper {
    height: 75px;
  }
}
.single-blog-detail-more a .title-wrapper .title {
  display: block;
  color: var(--primary-color-light);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-blog-detail-more a .excerpt-wrapper {
  display: inline-block;
  padding: 0 22px 32px 24px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .single-blog-detail-more a .excerpt-wrapper {
    height: 90px;
  }
}
.single-blog-detail-more a .excerpt-wrapper .excerpt {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .single-blog-detail-more a .excerpt-wrapper .excerpt {
    -webkit-line-clamp: 3;
  }
}