
.type_assortment_titlectn{padding-top: 50px; max-width: 650px; margin: 0 auto;}
.type_assortment_titlectn h1{  color: var(--primary-color); }
.type_assortment_titlectn p { color: #525252;  font-family: var(--neurialgrotesk-font);  text-align: center;  margin: 0;}

/* sortimenter archive css start  */
.type_assortment_wrapper{padding-bottom:30px;padding-top:40px;}
.type_assortment_row {margin: 0 -10px;}
.type-sortimenter{width: calc(100% / 1);margin: 0;padding: 15px 10px;z-index: 0;}
.type-sortimenter-inner {height: 100%;}
.assortment_type_img_block:before {content: "";display: block;padding-top: 50.25%;}
.type-sortimenter .entry-header{padding:15px;}
.type-sortimenter .entry-header .entry-title{color:#272727;margin-bottom:0;}
.type-sortimenter .entry-content{margin: 0;padding: 0 15px 15px;}
.type-sortimenter .entry-content .assortment_type_content .assortment_type_cta:hover{text-decoration: underline;}
/* sortimenter archive css end  */

/* Media CSS */
@media (min-width:601px){
	.type-sortimenter{width: calc(100% / 2);}
	.assortment_type_img_block:before {padding-top: 65.25%;}
}

@media (min-width:768px){
	.type-sortimenter{width: calc(100% / 3);}
}

@media (min-width:1025px){
	.type-sortimenter{width: calc(100% / 4);}
	.assortment_type_img_block:before {padding-top: 56.25%;}
}
/* Media CSS End*/