.blog_block{
  width: auto;
  background: url(/assets/siteimg/factur.png);
  display: flex;
  text-align: justify;
  text-indent: 0px;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
  transition-delay: 0.2s;
  animation: eff 1s;
  -background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100px);
  -border-radius: 12px;
  margin: 0px 25px 25px 25px;
}
@keyframes eff {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}

.blacker_blur {
    background: linear-gradient(to top, black -100%, transparent 90%);
    position: relative;
    width: inherit;
}

.blog_block::-webkit-scrollbar {
    display:none;
}

.block_indent{
    text-indent:0px;
}

.blog_preview{
  background-size: cover;
  width: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  align-items: center;
  justify-content: space-between;
}
.blog_prewiew_edit{
  background-size: cover;
  width: 100%;
  min-height: 190px;
  display: flex;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  justify-content: space-around;
}

pre[class*=language-] {
    padding: 0.3em;
}

.blog_block_caption{
  color: #fff;
  font-family: 'Aubrey Pro';
  font-size: 40px;
  line-height: 38px;
  text-align: left;
  padding-top: 28px;
  padding-bottom: 15px;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  text-shadow: 1px 0px 1px #000, -1px 0px 1px #000, 0px 1px 1px #000, 0px -1px 1px #000, 0px -1px 23px #000;
}

.block_content{
    padding-top: 20px;
    overflow: hidden;
}

.contenttext{
    display:block;
}
.contenttext > hr{
    border-top: 1px dashed #ffffff29;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contenttext-usech{
  overflow: hidden;
}

.contenttext-usech>p>img, .maincontent>p>img,
.contenttext-usech>p>*>img, .maincontent>p>*>img{
  max-height: 300px;
  max-width: 100%;
}

.readmore{
  width: 100%;
}

.pretags{
  margin-top: -3px;
  margin-bottom: 13px;
}
.posttags{
  margin-top: 10px;
  margin-bottom: 10px;
}
.posttags_tag{
  white-space: nowrap;
}

.blog_top_line{
  border-top: 1px solid #ffffff55;
}

.snippet_date_news{
  color: #b3b3b3;
  text-shadow: 
    1px 0px 1px #333333, 
    -1px 0px 1px #333333, 
    0px 1px 1px #333333, 
    0px -1px 1px #333333;
  padding: 15px 0px 0px 0px;
  background: transparent;
}

.cut{
  height:0px;
}

.linktoshowblog{
  
}

.contenteditabletitle{
  border: 2px inset;
  border-radius: 5px;
}

@media screen and (max-width: 920px) {
    .blog_block{
      margin: 0px 0px 25px 0px;
    }
  
    .block_content{
      padding:15px;
    }
    
    .blockw_limit{
      padding: 0px;
    }
    
    .contenttext{
        
    }
    .blog_preview{
      
    }
    
    
    
    .blog_block_caption{
      font-size: 24px;
      line-height: 31px;
      padding: 31px 0px 29px 0px;
    }
    .blog_caption{
        font-size: 5vw;
        text-indent: 0vw;
        margin: 1vw 0vw 4vw;
    }
    
    .linktoshowblog{
      display: inline-block;
      width: 100%;
    }
    .snippet_date_news{
      padding: 21px 0px 4px 0px;
    }
}