/* Anpassungen der Blogboxen*/


.uk-article {
  border: solid 2px rgba(200,200,200,0.5);
  background-color: rgba(255,255,255,0.1);
  
  color: #000000;
  overflow: hidden;
  position: relative;
  
      
  box-shadow: rgba(0, 0, 0, 0.15) 2.2px 2.2px 2.6px;
  padding-left: 7px;
  padding-right: 7px;
  /*height: 500px;*/
  
}


.suso-important {
  
  border: solid 0.5px rgba(200,200,200,0.8);
  background-color: #fff;
  
  overflow: hidden;
  position: relative;
    
  box-shadow: rgba(20, 80, 80, 0.15) 2.2px 2.2px 2.6px;
  padding-left: 7px;
  padding-right: 7px;
  
}

.article-details .article-header h1 {

font-size: 48px;

color: #b61F29;

}


.category-desc {
  
  margin-top: 1em;
  margin-bottom: 1em;
  
  border-bottom: 2px solid rgba(32,128,128,0.5);
}




.uk-flex-top{
  margin-bottom: 5em;
}


.suso-read-more{
  
  margin-top: 10px;
  margin-bottom: 10px;
  border: solid 1px rgba(200,200,200,0.6);
  box-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
  width: 100%;
  background-color: rgba(32,128,128,0.2);
  
  
}

.suso-read-more-head h1{
  border-bottom: solid 4px rgba(32,128,128,0.4);
  background-color: rgba(32,128,128,0.2);
  width: 100%;
  color: #ffffff;
  padding: 2px;
}

.suso-read-more-head {
  //background-color: rgba(32,128,128,0.2);
  width: 100%;
  color: #ffffff;
  padding: 2px;
}

.suso-read-more-content {
  margin-bottom: 10px;
  padding-left: 3px;
  padding-bottom:20px;
  //background-color: rgba(32,128,128,0.2);
  
}
.suso-read-more-categories {
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom:20px;
  //background-color: rgba(32,128,128,0.2);
  
}
.suso-read-more-categories h2 {
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 1px #ffffff ;
  transition: border-bottom 1s ease-in-out;
  
  
 
}
.suso-read-more-categories h2:hover {
  font-family: Arial;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: solid 1px rgba(32,128,128,0.6)  ;
 
  
}
.h5 {
  color: #ffffff;
}

.uk-h2{
	font-size: 19px;
	font-family: Arial;
	font-weight: bold;
}

p {  margin-top: 0.6em; margin-bottom: 0em; }


.el-title {
  border-bottom: solid 1px #000;
}








