﻿.blog-list-container {
  background: #fff;
  padding: 30px 20px;
}

.blog-list-section {
  background-color: #f3f7fa;
}

.blog-list-section .section-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdd9ec;
  margin-bottom: 40px;
}

.blog-list-section .blog-list-caption {
  color: #1e292f;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}

.blog-list-section .blog-list-caption:before {
  background: #ed7f01;
  border: 1px solid #ed7f01;
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  bottom: 0;
  border-color: #ed7f01;
}

.blog-list-section .blog-list-caption h1 {
  /* font-size: 27px;
            line-height: 37px; */
  margin-bottom: 20px;
  padding-top: 10px;
}

.blog-list-section .img-wrp {
  background-color: #fff;
  float: left;
  width: 210px;
  height: 140px;
  margin-right: 30px;
}

.blog-list-section .img-wrp img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 100%;
  transform: translateY(-50%);
}

.blog-list-section .blog-post-item {
  margin-bottom: 50px;
}

.blog-list-section .blog-post-item .embed-responsive {
  padding-bottom: 140px;
}

.blog-list-section .blog-post-item .embed-responsive > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.blog-list-section .blog-post-item .category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 9px;
  padding: 8px 10px;
  background-color: #ed7f01;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  line-height: 1;
}

.blog-list-section .blog-post-item .category > span {
  color: #fff;
  white-space: nowrap;
}

.blog-list-section .blog-post-item .content {
  padding-left: 240px;
}

.blog-list-section .blog-post-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-list-section .blog-post-item .created {
  color: #787878;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

.blog-list-section .blog-post-item .created > span {
  margin-right: 20px;
}

.blog-list-section .blog-post-item .created > span:last-child {
  margin-right: 0;
}

.blog-list-section .blog-post-item .created > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
  vertical-align: bottom;
  margin-right: 6px;
  opacity: 0.5;
}

.blog-list-section .blog-post-item .created > span.author::before {
  background-position: -1px 0;
}

.blog-list-section .blog-post-item .created > span.date::before {
  background-position: -1px -34px;
}

.blog-list-section .blog-post-item .created > span.readtime::before {
  background-position: 0 -60px;
}

.blog-list-section .blog-post-item .text {
  color: #787878;
  font-size: 14px;
}

.blog-list-section .post-tags-list {
  margin-top: 15px;
}

.blog-list-section .post-tags-list span {
  border: 1px solid #a3a4a6;
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  line-height: 30px;
  white-space: nowrap;
}

.blog-list-section .post-tags-list span a {
  color: #a3a4a6;
}

.blog-list-section.blog-post-section .post-tags-list {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d3ddee;
}

.blog-list-section.blog-post-section .post-tags-list span {
  font-weight: 500;
  margin-right: 10px;
}

.blog-sidebar {
}

.blog-sidebar .sidebar-widget {
  margin-bottom: 65px;
}

.blog-sidebar .widget-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.blog-sidebar .widget-title.underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid #d3ddee;
}

.blog-sidebar .search-widget .widget-title {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}

.sidebar-widget .read-more-link {
  color: #d47e1d;
  font-size: 85%;
}

.sidebar-widget .read-more-link:hover {
  color: #b76100;
}

.blog-sidebar .search-widget input {
  border-right: 0;
  height: 40px;
}

.blog-sidebar .search-widget .input-group-addon {
  padding: 0;
  border: 0;
}

.blog-sidebar .search-widget .red-btn {
  min-width: 120px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-sidebar .tag-widget .view-more,
.blog-sidebar .tag-widget .view-less,
.blog-sidebar .categories-widget .view-more,
.blog-sidebar .categories-widget .view-less {
  margin-top: 10px;
  display: inline-block;
}

.tag-widget.collapsed .view-more,
.categories-widget.collapsed .view-more {
  display: inline-block;
}

.tag-widget.collapsed .view-less,
.categories-widget.collapsed .view-less {
  display: none;
}

.tag-widget.expanded .view-more,
.categories-widget.expanded .view-more {
  display: none;
}

.tag-widget.expanded .view-less,
.categories-widget.expanded .view-less {
  display: inline-block;
}

.tag-widget.collapsed ul > li:nth-child(n + 9),
.categories-widget.collapsed ul > li:nth-child(n + 11) {
  display: none;
}

.tag-widget.expanded ul > li:nth-child(n + 9),
.categories-widget.expanded ul > li:nth-child(n + 11) {
  display: list-item;
}

.blog-sidebar .categories-widget ul {
  margin: 0px;
  padding: 0px;
}

.blog-sidebar .categories-widget ul li {
  list-style: none;
}

.blog-sidebar .categories-widget ul li a {
  display: inline-block;
  padding: 2px 0px;
  font-size: 14px;
  font-weight: 500;
}

.blog-sidebar .categories-widget ul li span {
  color: #757575;
  font-size: 13px;
  font-weight: 400;
}

.blog-sidebar .postslist-widget .post {
  margin-bottom: 15px;
}

.blog-sidebar .postslist-widget .post-media {
  background-color: #fff;
  float: left;
  margin-right: 20px;
  width: 93px;
  height: 65px;
}

.blog-sidebar .postslist-widget .post-info {
  padding-left: 113px;
}

.blog-sidebar .postslist-widget .post-info h6 {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 3px;
}

.blog-sidebar .postslist-widget .post-info .post-meta {
  font-size: 11px;
  color: #787878;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span {
  margin-right: 20px;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span:last-child {
  margin-right: 0;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
  vertical-align: bottom;
  margin-right: 6px;
  opacity: 0.5;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span.date::before {
  background-position: -1px -34px;
}

.blog-sidebar .tag-widget ul {
  margin: 0;
  padding: 0;
}

.blog-sidebar .tag-widget ul li {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.blog-sidebar .tag-widget ul li a {
  padding: 12px 25px;
  border: 1px solid #cdd9ec;
  border-radius: 2px;
  color: #7a8da2;
  display: inline-block;
  text-decoration: none;
  color: #a3a4a6;
  font-size: 13px;
  border: 1px solid #a3a4a6;
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
}

.blog-sidebar .tag-widget ul li a:hover {
  color: #ed7f01;
  border-color: #ed7f01;
}

.navigation-panel {
  margin-bottom: 40px;
  margin-top: 25px;
}

@media (max-width: 767px) {
  table {
    width: 100% !important;
  }

  .blog-post-content h1 {
    font-size: 32px;
  }

  .blog-post-content h2 {
    padding-left: 0px !important;
    font-size: 20px;
  }

  .blog-post-content p {
    padding-left: 0px !important;
  }

  .blog-list-section .blog-post-item .content {
    padding-left: 0px;
    padding-top: 180px;
  }

  .blog-list-section .img-wrp {
    width: 100%;
    height: 100%;
  }
}

.blog-list-section-it-konkret {
  background-color: #f3f7fa;
}

/* ________________Blog New Posts _ Start ___________________*/
.blog-list-section-it-konkret .new-posts {
  background-color: #fff;
  padding: 25px;
}

.blog-list-section-it-konkret .section-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdd9ec;
  margin-bottom: 40px;
}

.blog-list-section-it-konkret .blog-list-caption {
  color: #1e292f;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.blog-list-section-it-konkret .blog-list-caption::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: 0;
  border-bottom: 2px solid #147769;
}

.blog-list-section-it-konkret .blog-list .no-result {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp,
.ausletter-news-container .img-wrp {
  background-color: #fff;
  float: left;
  width: 100%;
  max-height: 421px;
  overflow: hidden;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp img,
.ausletter-news-container .img-wrp img {
  width: 100%;
  vertical-align: middle;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-shadow: black 0px 0px 10px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp .category,
.ausletter-news-container .img-wrp .category {
  background-color: #147769;
  min-height: 25px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 10px;
}

.ausletter-news-container .img-wrp {
  max-height: 421px;
}
.ausletter-news-container .orange-btn {
  font-size: 11px;
  padding: 0 7px;
  height: 30px;
  line-height: 26px;
}

.ausletter-news-container .new-posts {
  margin-top: 20px;
}

.ausletter-news-container .new-posts > .row {
  margin-left: -4px;
  margin-right: -4px;
}

.ausletter-news-container .new-posts > .row:last-child {
  margin-top: 15px;
}

.ausletter-news-container .new-posts > .row > .ausletter-news-column {
  padding-left: 4px;
  padding-right: 4px;
}

.ausletter-news-container .img-wrp .category {
  min-height: 20px;
  top: 5px;
  left: 5px;
  font-size: 11px;
  padding: 2px 8px;
}

.ausletter-news-container .blog-post-item .title {
  margin-top: 5px;
}

.ausletter-news-container .blog-post-item .title a {
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

@media (max-width: 991px) {
  .ausletter-news-container .new-posts > .row > .ausletter-news-column:not(:first-child) {
    margin-top: 15px;
  }
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content {
  color: #818181;
}
.blog-list-section-it-konkret .new-posts .blog-post-item .content .created {
  margin-bottom: 24px;
}
.blog-list-section-it-konkret .new-posts .blog-post-item .content .created .info {
  vertical-align: middle;
  line-height: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  top: 15px;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content .created img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 15px;
  margin-right: 5px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content .text {
  font-size: 14px;
  padding-bottom: 10px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right {
  padding-bottom: 40px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp {
  background-color: #fff;
  float: left;
  width: 100%;
  max-height: 170px;
  overflow: hidden;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp img {
  width: 100%;
  vertical-align: middle;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: black 0px 0px 10px;
}

.blog-list-section-it-konkret .social-content {
  overflow: hidden;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp .category {
  background-color: #147769;
  min-height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 10px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content {
  color: #818181;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created {
  margin-bottom: 24px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created .info {
  vertical-align: middle;
  line-height: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  top: 15px;
  font-size: 11px;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 15px;
  margin-right: 3px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .text {
  font-size: 14px;
}

/* ________________Blog New Posts _ End __________________*/

/* ______________Blog Old Posts _ Start ________________ */
.blog-list-section-it-konkret .old-posts {
  background-color: #fff;
  padding: 15px;
  margin-top: 40px;
}

.blog-list-section-it-konkret .old-posts .img-wrp {
  background-color: #fff;
  float: left;
  width: 210px;
  height: 147px;
  margin-right: 30px;
}

.blog-list-section-it-konkret .old-posts .img-wrp img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 100%;
  transform: translateY(-50%);
}

.blog-list-section-it-konkret .old-posts .blog-post-item {
  margin-bottom: 50px;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .embed-responsive {
  padding-bottom: 70%;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .embed-responsive > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .category {
  position: absolute;
  top: 7px;
  left: 10px;
  padding: 8px 10px;
  background-color: #147769;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  line-height: 1;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .category > span {
  color: #fff;
  white-space: nowrap;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .content {
  padding-left: 240px;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-post-section-it-konkret .sidebar a {
  color: #147769;
  text-decoration: underline;
}

.blog-list-section-it-konkret .blog-sidebar .tag-widget ul li a:hover {
  color: #147769;
  border-color: #147769;
}

.blog-list-section-it-konkret .categories-widget li a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .title a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .created img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.blog-list-section-it-konkret .postslist-widget a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .postslist-widget .read-more-link {
  color: #147769;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .created .info {
  margin-right: 15px;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .created {
  color: #787878;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 11px;
}

.blog-post-item .inherit-color {
  color: inherit;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .text {
  color: #787878;
  font-size: 14px;
}

.blog-list-section-it-konkret .blog-sidebar {
  padding-top: 60px;
}

.blog-list-section-it-konkret .pagination-nav ul li.active a,
.blog-list-it-konkret-section .pagination-nav ul li.active span {
  background-color: #147769 !important;
}

.blog-list-section-it-konkret .pagination-nav ul li.active span {
  background-color: #147769;
}

.blog-list-section-it-konkret .red-btn {
  padding: 0px;
}

.blog-list-section-it-konkret .search-form {
  background: #fff !important;
  padding-left: 20px !important;
}

.blog-list-section-it-konkret .social-media {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}

.blog-list-section-it-konkret .social-content {
  margin-top: 20px;
}

.blog-list-section-it-konkret .social-media li {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.blog-list-section-it-konkret .display-none {
  display: none;
}
.blog-list-section-it-konkret .sidebar-widget .social-media li a {
  padding: 0px 15px;
}
.blog-list-section-it-konkret .sidebar-widget .social-media li a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .sidebar-widget .social-media li .selected {
  color: #147769;
  padding-bottom: 10px;
  width: 120%;
  border-bottom: 2px solid #147769;
}

.blog-post-section-it-konkret .blog-content a {
  color: #147769;
  font-size: 14px;
}

.blog-post-section-it-konkret .blog-content a:hover {
  text-decoration: underline;
}

.blog-post-section-it-konkret .sidebar-title {
  font-size: 20px;
  font-weight: bold;
  color: #1e292f;
  padding-bottom: 10px;
  border-bottom: 2px solid #147769;
}

.blog-post-section-it-konkret .find-out {
  font-size: 14px;
  font-style: italic;
  color: #5f666a;
  margin-top: 30px;
  line-height: 25px;
}

.blog-post-section-it-konkret .more-posts {
  border-top: 1px solid #cdd9ec;
  color: #a51037;
  outline: none;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  margin-top: 5px;
  display: block;
  width: 100%;
}

.blog-post-section-it-konkret .more-posts:hover {
  color: #820c2b;
}

.blog-post-section-it-konkret .sidebar-small-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  color: #333333;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe3f1;
}

.blog-post-section-it-konkret .product-info .product-title {
}
.blog-post-section-it-konkret .product-info .product-image {
  max-height: 40px;
  display: block;
}

.blog-post-section-it-konkret table tr td {
  font-size: 14px;
  min-width: 90px;
  vertical-align: top;
  color: #333333;
}

.blog-post-section-it-konkret table tr .strong {
  font-weight: bold;
}

.blog-post-section-it-konkret .blog-content {
  background-color: #fff;
  padding: 25px 30px;
}

.blog-post-section-it-konkret .display-none {
  display: none;
}

.blog-post-section-it-konkret .blog-content .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 20px;
}

.blog-post-section-it-konkret .blog-content .post-info img {
  width: 24px;
  height: 24px;
}

.blog-post-section-it-konkret .blog-content .post-info span {
  vertical-align: middle;
  color: #787878;
}

.blog-post-section-it-konkret .blog-content .blog-post-summary {
  font-size: 16px;
  color: #5f666a;
  font-weight: bold;
  padding-top: 25px;
}

.blog-post-section-it-konkret .blog-content .blog-post-preview {
  font-size: 14px;
  color: #5f666a;
  padding: 15px 0;
}

.blog-post-section-it-konkret .blog-content .image-legend-container {
  padding: 15px 0px;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .image-container {
  max-width: 540px;
  max-height: 290px;
  min-height: 290px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .image-container img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .legend-container {
  max-height: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .legend-container span {
  position: relative;
  font-size: 12px;
  color: #5f666a;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .main-content {
  font-size: 14px;
  color: #5f666a;
}
.blog-post-section-it-konkret .blog-content .tags-container {
  padding-top: 5px;
  padding-bottom: 25px;
}

.blog-post-section-it-konkret .blog-content .tags-container a {
  color: #a3a4a6;
  border: 1px solid #a3a4a6;
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
}

.blog-post-section-it-konkret .comments {
  background-color: #fff;
  padding: 25px;
}
.blog-post-section-it-konkret .blog-content .tags-container a:hover {
  color: #147769;
  border: 1px solid #147769;
}

/*.blog-post-section-it-konkret h1, .blog-post-section-it-konkret h2, .blog-post-section-it-konkret h3,
.blog-post-section-it-konkret h4, .blog-post-section-it-konkret h5, .blog-post-section-it-konkret h6 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}*/

.blog-post-section-it-konkret .blog-content h1.title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0px;
}

.blog-post-section-it-konkret p,
.blog-post-section-it-konkret span {
  color: #5f666a;
}

.blog-post-section-it-konkret .link {
  text-decoration: underline;
  color: #147769;
}

.blog-post-section-it-konkret .link:hover {
  color: #147769;
}

.blog-post-section-it-konkret .author-content {
  color: #5f666a;
  font-size: 14px;
}

.blog-post-section-it-konkret .user-tip p {
  color: #5f666a;
  font-size: 14px;
  font-style: italic;
}

.blog-post-section-it-konkret .author-content .author-img {
  max-width: 97px;
  max-height: 97px;
  min-height: 97px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.blog-post-section-it-konkret .inline-block {
  display: inline-block;
}

.blog-post-section-it-konkret .social-links {
  position: relative;
  top: 13px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #5f666a;
}

.blog-post-section-it-konkret .author-content .author-img img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-post-section-it-konkret .posts-to-read {
  background-color: #fff;
  margin: 30px 0px;
  padding: 25px;
}

.blog-post-section-it-konkret .posts-to-read .post-info {
  padding-left: 140px;
  padding-right: 5px;
}

.blog-post-section-it-konkret .posts-to-read .post-meta img {
  width: 20px;
}

.blog-post-section-it-konkret .posts-to-read .post-meta span {
  vertical-align: middle;
}

.blog-post-section-it-konkret .posts-to-read .post-info a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  display: block;
}

.blog-post-section-it-konkret .posts-to-read .post-info a:hover {
  color: #147769;
  text-decoration: none;
}

.blog-post-section-it-konkret .posts-to-read .post-info .text {
  color: #147769;
  font-size: 12px;
  border-bottom: 1px solid #007e84;
  font-weight: bold;
}

.blog-post-section-it-konkret .posts-to-read .post {
  min-height: 120px;
}

.blog-post-section-it-konkret .posts-to-read .post-media {
  float: left;
  max-width: 130px;
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

.blog-post-section-it-konkret .posts-to-read .post-media img {
  width: 100%;
}

.blog-post-section-it-konkret .sidebar {
  padding-left: 30px;
}

.author-linkedin {
  background: url("../../img/social-icons/author_linkedin.png") center center no-repeat;
}

.author-facebook {
  background: url("../../img/social-icons/author_facebook.png") center center no-repeat;
}

.author-gmail {
  background: url("../../img/social-icons/author_gmail.png") center center no-repeat;
}

.author-xing {
  background: url("../../img/social-icons/author_xing.png") center center no-repeat;
}

.author-twitter {
  background: url("../../img/social-icons/author_twitter.png") center center no-repeat;
}

.share-button,
.author-button {
  width: 24px;
  height: 24px;
  padding: 19px !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.share-button svg {
  display: none !important;
}

.share-button span {
  background-color: transparent !important;
}

.a2a_default_style {
  background-color: transparent !important;
}

.xing-share {
  background: url("../../img/social-icons/xing.png") center center no-repeat;
}

.xing-share:hover {
  background: url("../../img/social-icons/xing_hover.png") center center no-repeat;
}

.facebook-share {
  background: url("../../img/social-icons/facebook.png") center center no-repeat;
}

.facebook-share:hover {
  background: url("../../img/social-icons/facebook_hover.png") center center no-repeat;
}

.twitter-share {
  background: url("../../img/social-icons/twitter.png") center center no-repeat;
}

.twitter-share:hover {
  background: url("../../img/social-icons/twitter_hover.png") center center no-repeat;
}

.linkedin-share {
  background: url("../../img/social-icons/linkedin.png") center center no-repeat;
}

.linkedin-share:hover {
  background: url("../../img/social-icons/linkedin_hover.png") center center no-repeat;
}

.gmail-share {
  background: url("../../img/social-icons/gmail.png") center center no-repeat;
}

.gmail-share:hover {
  background: url("../../img/social-icons/gmail_hover.png") center center no-repeat;
}

.print-share {
  background: url("../../img/social-icons/print.png") center center no-repeat;
}

.print-share:hover {
  background: url("../../img/social-icons/print_hover.png") center center no-repeat;
}

@media (max-width: 767px) {
  .blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp .title {
    font-size: 20px;
  }

  .blog-list-section-it-konkret .new-posts .blog-post-item .content .text {
    padding-bottom: 40px;
  }

  .blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created .info {
    font-size: 13px;
  }

  .blog-list-section-it-konkret .old-posts .img-wrp {
    width: 100%;
    height: 100%;
  }

  .blog-list-section-it-konkret .old-posts .img-wrp img {
    margin: 0;
    width: 100%;
  }

  .blog-list-section-it-konkret .old-posts .blog-post-item .content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-list-section-it-konkret .old-posts .blog-post-item .category {
    left: 22px;
    top: 12px;
  }

  .blog-list-section-it-konkret .red-btn {
    display: inline-block;
  }

  .blog-post-section-it-konkret .display-none {
    display: block;
    margin: auto;
  }

  .blog-post-section-it-konkret .display-none img {
    width: 320px;
    padding: 30px 0px;
    margin-left: calc(50% - 160px);
  }

  .blog-post-section-it-konkret .blog-content .image-legend-container .legend-container {
    height: 100px;
  }

  .blog-post-section-it-konkret .sidebar .logo {
    display: none;
  }

  .blog-post-section-it-konkret .posts-to-read .post-info {
    margin-bottom: 25px;
  }

  .blog-post-section-it-konkret .posts-to-read .post-info a {
    font-size: 14px;
  }

  .blog-post-section-it-konkret .blog-content .title {
    font-size: 24px;
  }

  .blog-post-section-it-konkret .social-links {
    border-left: none;
  }
}

.consulting-blog-article,
.blog-article {
  padding: 30px;
  background-color: #fff;
  font-size: 14px;
}

.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
  color: #000;
}

.blog-article h1 {
  font-size: 34px;
}

.blog-article > section {
  margin-top: 30px;
}

.blog-article > section:first-of-type {
  margin-top: 0;
}

.blog-sidebar-solutions ul,
.blog-article ul {
  list-style-type: none;
  padding-left: 0;
  color: #5f666a;
  margin-top: 10px;
}

.blog-article ol {
  color: #5f666a;
  margin-top: 10px;
}

.blog-sidebar-solutions ul li,
.blog-article ul li {
  position: relative;
}

.blog-sidebar-solutions ul li {
  padding: 7px 0 7px 25px;
  color: #333333;
}

.blog-article ul li {
  padding: 10px 0 10px 25px;
}

.blog-sidebar-solutions ul li:before,
.blog-article ul li:before {
  content: "\2192";
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.blog-post-content {
  margin-top: 40px;
  border-bottom: 1px solid #cdd9ec;
  padding-bottom: 35px;
}

.blog-article p {
  color: #333333;
}

.blog-article .summary p {
  font-size: 16px;
  line-height: 24px;
}

.blog-article .text p,
.blog-article .text ul {
  font-size: 14px;
  line-height: 21px;
}

.blog-article .text li {
  font-size: 14px;
  padding: 7px 0 7px 25px;
}

.blog-article .social-content {
  border-top: 1px solid #cdd9ec;
  padding-top: 30px;
  margin-top: 20px;
}

.blog-sidebar-section {
  margin-top: 30px;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.blog-sidebar-section p {
  color: #333333;
}

.blog-sidebar-section:first-of-type {
  margin-top: 0;
}

.blog-sidebar-section a {
  color: #ed7f01;
}

.blog-sidebar-section ul.custom-list li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.blog-sidebar-section ul {
  list-style-type: none;
  padding: 0;
}

.blog-sidebar-section img.pull-right {
  margin-left: 20px;
  height: 200px;
  width: 145px;
}

.blog-sidebar-section h3 {
  border-bottom: 2px solid #d47e1e;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px;
}

.blog-sidebar-references img {
}

.view-more-button-filter {
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
  padding: 3px;
  margin: 3px 10px 3px 3px;
  color: #d47e1d !important;
  background-color: transparent !important;
}

.view-more-button-filter span {
  font-size: 14px;
  font-weight: 500;
  color: #d47e1d;
}

.view-more-button-filter:hover span {
  color: #b76100;
}

.active-category-filter {
  border-color: #15716f !important;
  color: white;
  background-color: #15716f;
}

.active-category-filter span {
  color: white !important;
}

.category-filter {
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  color: #a3a4a6;
  border: 1px solid #a3a4a6;
  display: inline-block;
  text-align: center;
  padding: 4px 7px;
  line-height: 30px;
  margin: 3px 10px 3px 3px;
  text-transform: uppercase;
}

.category-filter span {
  font-size: 13px;
  color: #a3a4a6;
}

.category-filter:hover {
  border-color: #ed7f01;
}

.category-filter:hover span {
  color: #ed7f01;
}

.categories-filter {
  margin-bottom: 8%;
}

.categories-filter > div > a > i.fa-chevron-down {
  display: none;
}
.categories-filter > div > a > i.fa-chevron-up {
  display: inline-block;
}

.categories-filter.collapsed > div > a > i.fa-chevron-up {
  display: none;
}

.categories-filter.collapsed > div > a > i.fa-chevron-down {
  display: inline-block;
}

/* 
    .categories-filter.collapsed > .category-filter:nth-child(n+17) {
        display: none;
    }

    .categories-filter.expanded > .category-filter:nth-child(n+17) {
        display: inline-block;
    } */

.categories-filter.collapsed {
  /* white-space: pre; */
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 0;
}

.categories-filter.collapsed > div.more-tags-themen-page {
  background: #f3f7fa;
  position: absolute;
  top: 145px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: start;
}
.categories-filter > div.more-tags-themen-page {
  background: #f3f7fa;
  position: absolute;
  bottom: -55px;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: start;
}
.clear-filtre-button {
  display: table-cell;
  vertical-align: bottom;
}

@media print {
  .header,
  .info-panel,
  .comments,
  .footer,
  .posts-to-read,
  .navigation-panel,
  .tags-container {
    display: none !important;
  }
  .blog-content {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
  .sidebar {
    display: inline-block !important;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    float: right;
  }
  .a2a_kit {
    display: none !important;
  }

  body {
    height: 842px;
    width: 895px;
    /* to centre page on screen*/
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar a[href]:after {
    content: none !important;
  }
}

.reference-item-wrp {
  margin-top: 30px;
  color: #333333;
}

.reference-item-wrp a,
.reference-item-wrp p {
  color: #333333;
}

.reference-item-wrp .strong {
  font-size: 13px;
}

/* consulting page custom styles */

.consulting-blog a[href^="#"] {
  position: relative;
}

.consulting-blog .blog-article a[href^="#"]::after {
  content: "";
  background: url(../../img/consulting_arrow.svg) no-repeat;
  width: 25px;
  top: 4px;
  position: absolute;
  display: inline-block;
  height: 13px;
  margin-left: 14px;
}

.consulting-blog.blog-list-section .blog-post-item .category {
  background-color: #1d89d4;
}

.consulting-blog.blog-list-section .blog-post-item .title a:hover {
  color: #1d89d4;
}

.consulting-blog.blog-list-section .blog-list-caption:before {
  border-color: #1d89d4;
  width: 100px;
}

.consulting-blog.blog-list-section .sidebar-widget .read-more-link {
  color: #1d89d4;
  text-decoration: none;
}

.consulting-blog .blog-article a {
  color: #1d89d4;
}

.consulting-blog .blog-article a:hover {
  color: #1d89d4;
  text-decoration: underline;
}

.consulting-blog .postslist-widget a:hover {
  color: #1d89d4;
}

.consulting-blog .blog-sidebar-tips a {
  color: #1d89d4;
}

.consulting-blog .blog-sidebar-tips a:hover {
  color: #1d89d4;
  text-decoration: underline;
}

.consulting-blog .categories-widget a:hover {
  color: #1d89d4;
}

.consulting-blog .blog-sidebar .tag-widget ul li a:hover {
  color: #1d89d4;
  border-color: #1d89d4;
}

.consulting-blog .post-tags-list span:hover {
  border-color: #1d89d4;
}

.consulting-blog .post-tags-list span:hover a {
  color: #1d89d4;
}

.consulting-blog .pagination-nav ul li.active a,
.pagination-nav ul li.active span {
  background-color: #1d89d4;
}

.consulting-blog .pagination-nav ul li a:hover {
  color: #1d89d4;
}

/* it konkret custom styles */

.blog-article-content {
  font-size: 14px;
}

.one-schweiz-blog .blog-article-content a,
.software-contest-blog .blog-article-content a,
.topsoft-blog .blog-article-content a,
.lineup-blog .blog-article-content a {
  color: #ed7f01;
}

.one-schweiz-blog .blog-article-content a:hover,
.software-contest-blog .blog-article-content a:hover,
.topsoft-blog .blog-article-content a:hover,
.lineup-blog .blog-article-content a:hover {
  color: #ed7f01;
  text-decoration: underline;
}

.blog-list .koc-section-wrp {
  padding-top: 0;
  padding-bottom: 50px;
}

.blog-list .koc-post-item-container {
  min-width: 300px;
  width: 50%;
}

.blog-list .koc-post-container {
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .blog-list .koc-post-item-container {
    width: 100%;
  }
}

.sidebar-themen:hover {
  color: #d47e1d;
}
