

.baslik-icon {
  color: #8a8f6a;
  text-align: center;
  display: block;
  font-size: 30px;
  position: relative;
  opacity: .8;
}

.baslik-icon:before {
  position: absolute;
  left: 0;
  right: 280px;
  margin-left: auto;
  margin-right: auto;
  background: #f1f1f1;
  width: 200px;
  height: 3px;
  bottom: 16px;
  opacity: 1;
  font-size: 68px;
  font-family: serif;
  content: " ";
}

.baslik-icon:after {
  position: absolute;
  left: 280px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #f1f1f1;
  width: 200px;
  height: 3px;
  bottom: 16px;
  opacity: 1;
  font-size: 68px;
  font-family: serif;
  content: " ";
}

.baslik {
  margin-bottom: 15px;
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 24px;
}

.baslik,
.title-small-un {
  text-align: center;
  position: relative;
  letter-spacing: 3px;
}


.baslik-des,
.baslik-des-two {
  text-align: center;
  width: 80%;
  margin: 20px auto 45px auto;
}

.baslik-des-two {
  margin: 45px auto;
}

.title-small-un,
.baslik-des-two {}

.baslik-des-two {
  margin-top: 0;
}

@media (max-width: 650px) {
  .baslik-icon:before {
    width: 115px;
    right: 180px;
  }
  .baslik-icon:after {
    left: 180px;
    width: 115px;
  }
}


/*=================================================
    BLOG POST BEHANDLUNGEN EINSTELLUNGEN
=================================================*/

.blog-posts-g {
  padding: 0;
  margin: 0 -1.08025% 0 -1.08025%;
}

.blog-posts-g:after {
  clear: both;
  display: table;
  content: " ";
}

.blog-posts-g li {
  width: 33.33333%;
  float: left;
  padding-right: 1.08025%;
  padding-left: 1.08025%;
  list-style: none;
  margin-bottom: 35px;
}

.blog-posts-g .post-img {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}

.blog-posts-g .post-img:hover img {
  opacity: .4;
}

.blog-posts-g li .post-content {
  padding: 22px 0 0 0;
}

.blog-posts-g li .post-content h5 {  
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  color: #E2004C;
  text-transform: uppercase;
  letter-spacing: 2px;

}
.post-info {
    text-align: left;
    font-size: 18px;
    color: #58A500;

}

.blog-posts-g li .post-content .post-info {
  margin-bottom: 12px;
}


.blog-posts-g li .post-content .post-info span {
  margin: 0 8px;
}

.blog-posts-g li .post-content .post-info span:first-child {
  margin: 0 10px 0 0;
}


@media only screen and (max-width: 990px) {
  .blog-posts-g li {
    width: 50%;
  }
}

@media only screen and (max-width: 608px) {
  .blog-posts-g li {
    width: 100%;
  }
}

