/*
###############################################################################################
REJ-BG-colors-Categories
###############################################################################################
*/
.core {
  --cassiopeia-color-primary: #6b7f9eff;
}
.cyclo {
  --cassiopeia-color-primary: #55b851ff; /*#3e9ea3ff*/
}
.circum {
  --cassiopeia-color-primary: #baf056ff; /*55b851ff*/
}
.curiosa {
  --cassiopeia-color-primary: #e1b851ff; /*#3e9ea3ff*/
}
.culi {
  --cassiopeia-color-primary: #f78250ff; /*e1b851ff*/
}
.city {
  --cassiopeia-color-primary: #3e9ea3ff; /*f78250ff*/
}
/*
###############################################################################################
EIGEN REJ-BUTTON
###############################################################################################
*/
.rej-button {
background-color: #6b7f9eff;
color: #fff;
border-radius: 5px;
padding: 5px 15px;
border: solid 1px #999;
box-shadow: 2px 2px 2px #333;
transition: all 0.2s ease-in-out 0s;
font-weight: bold;
margin: 10px 10px 10px 10px;  
}

.rej-button:hover {
background-color:#55b851ff;  
}

/*
###############################################################################################
BUTTON-INFO		(voor TAGS)						toevoeging 20231206-153300
###############################################################################################
*/
.btn-info {  
  border-radius: 5px;
  border: solid 1px #999;
  box-shadow: 2px 2px 2px #333;
  color:#708090;								/* 20231208-180739 leigrijs */
  background-color:#dcdcdcff;					/* 20231208-180739 gainsboro */
  transition: all 0.2s ease-in-out 0s;
 }

.btn-info:hover {
background-color:#a9a9a9ff;						/* 20231208-180739 donkergrijs */
}

/*
###############################################################################################
BUTTON-INFO     Tags ONZICHTBAAR op TEGELS		toevoeging 20231209-15500
###############################################################################################
*/
.blog-featured .list-inline {
  display:none;
}

.com-content-category-blog .list-inline {
  display:none;
}

/*
###############################################################################################
LEES MEER - BUTTON
###############################################################################################
*/
.readmore .btn {
background-color: #6b7f9eff;
color: #fff;
border-radius: 5px;
padding: 5px 15px;
border: solid 1px #999;
box-shadow: 2px 2px 2px #333;
transition: all 0.2s ease-in-out 0s;
font-weight: bold;
margin: 10px 10px 10px 10px;  
}

.readmore .btn:hover {
background-color:#55b851ff;  
}
/*
###############################################################################################
20221018: share-button uitschakelen in Photoswipe-popup van Phoca Gallery
###############################################################################################
*/
body .pswp__button--share {
    display:none;
}
/*
###############################################################################################
20230113: FOLDER-ICON UITSCHAKELEN in Phoca Galley Categories View
###############################################################################################
*/
.ph-si-category {display:none}

/*
###############################################################################################
20230615: CONTENT-TEGELS
###############################################################################################
*/
.blog-items .blog-item {
/*  border:solid 1px #999; */
  padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.blog-item h2{
display:block;
height:40px;
}

.h2, h2 {
  font-size: 1rem;
}

/*
.item-280 {border: 1px solid white}
*/