.author_description {
   background-color: none; 
}



.tag-openolat-2 {
    background-color: white;
     border-bottom: 2px solid #1F999C;
}
.tags_text{
    margin-left: 40px;
    padding-bottom: 40px;
     border-bottom: 1px solid #999999;
}


.author_description_inner > .image {
  display: none !important;
}

.author_text_holder {
    
    padding-left: 2px;
}

/* ######## SIDEBAR ######### */

.sidebar  li {
  position: relative;
  line-height: 1.2;
  padding-left: 16px;
  /*font-style: normal !important;*/
  background-color: transparent;
  color: #EBEBEB;                 
}


.sidebar  li a {
  color: rgb(34,32,32) !important;
  text-decoration: none;
}

/* Hover optional */
.sidebar  li a:hover {
  text-decoration: underline;
}



.sidebar  li::before {
  content: "➔";
  position: absolute;
  font-style: normal !important;
  left: 0;
  top: 0;
  font-size: 12px;
  line-height: 1.2;
  color: #1F999C;
}
/* ######## SIDEBAR bei max-width: 600px ######### */

@media (min-width: 1064px) {

    .blog_single, .sidebar {
    margin-top: 20px !important;
    }
    
}

@media (max-width: 600px) {
  #categories-2,
  #search-2,
  #archives-2 {
    display: none !important;
  }
    #recent-posts-2
    {
        padding-top: 20px;
      
    }
    
/* ######## SIDEBAR ######### */

.sidebar  li {
  position: relative;
  line-height: 1.4;
  padding-left: 22px;
  font-style: normal !important;
  background-color: transparent;
  color: #EBEBEB;  
    font-size: 18px !important;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999999;
}


.sidebar  li a {
  color: rgb(34,32,32) !important;
  text-decoration: none;
}

.sidebar a[aria-current="page"] {
  color: #219D9E !important;

}

/* Hover optional */
.sidebar  li a:hover {
  text-decoration: underline;
}


.sidebar  li::before {
  content: "➔";
  position: absolute;
  font-style: normal !important;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.8;

}
    
}