/*##### LISTNING #####*/

/* Parrent */
.flexParrent {
    max-width: 800px;
     display: flex;   
    flex-wrap: wrap;  
 }
 
 .flexParrent a {
      display: inherit; 
    text-decoration: none;
    margin: 0 1em 1em 0;
 }
 
 /*
 .flexParrent a:nth-child(3n-1) {
    margin-left: 1em;
    margin-right: 1em;
 }
 */
 
 .flexParrent img {
   max-width: 100%;
 }
 
 
 /* Item */
 .flexItem {  
    width: 217px;
    background: #f5f5f5; 
 }  
 
 .flexItem:hover {
    background: #e3eed9;
 }
 
 
 /* Content */
 .flexContent {
    padding: 0.5em 0.5em 1.5em 0.5em;   
 }
 
/*##### FILTRERING #####*/
.mat-category-filter-wrapper{
	border-width: 0;
	padding: 0;
	margin: 1em 0;
}

.mat-category-filter-checkbox {
    display: inline-block;
    min-width: 160px;
    padding: 1px 1px 3px;
    margin: 2px 0;
}
.mat-category-filter-checkbox input:hover,
.mat-category-filter-checkbox label:hover   {
   cursor: pointer;
}   
   
#mat-category-filter legend {
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    width: 100%;
    margin-bottom: .1em;
    padding: .2em 0;

}   

/* Månadsväljare */
.mat-date-list-month {
    background-color: transparent;
    border: navajowhite;
    font-size: 100%;
    display: block;
    cursor: pointer;
    font-style: normal;
    font-size: 100%;
    line-height: normal;
    color: #464646;
    text-decoration: underline;
    padding: 0.1em 0;
    width: 100%;
    margin-bottom: 0.1em;
    text-align: left;
}
.mat-date-list-month.active{
   text-decoration: none;
}

#mat-category-items-wrapper .listItem h2.mxxxnyheterxxxrubrik{
    margin-block-start: 0;
    margin-block-end: .2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#mat-category-items-wrapper .listItem .flexContent{
    padding:0;
}

/* Bilder i listvy */
.flexParrent .listItem  img {
    max-width: 177px;
    float: right;
} 

.flexParrent .list-no-flex{
    flex: none;
}

/* Mobilläge - Bilder i listvy  */
@media (max-width: 736px) {
    .flexParrent .listItem  img{
      float:none;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%;
    }
}

.hide {
   display: none !important;
}

  