.download_new:first-child{
	margin-bottom: 0 !important;
}

.download_new + .download_new{
	margin-top: 1rem;
}

.download_new{
	gap: 1rem;
	display: flex;
	padding: 0;
}

.download_new_title{
	flex: 1;
	display: flex;
	gap:1rem;
}

.download_new_title a{
	text-decoration: none;
	border: solid 0.1rem #b6bf00;
	padding: 0 1rem;
}

.download_new_title a:hover{
	text-decoration: underline;
}

.download_new_title:after{
	content: "";
	border-bottom: solid 0.1rem #d3d3d3;
    flex: 1;
    display: inline-block;
    height: 2.5rem;
}

.download_new_soort{
	display: flex;
}

.download_item{
    background-color: #f7f7f8;
    border: 0.1rem solid #c5c5c5;
	flex-basis: 50%;
}

.download_item > div:nth-child(1){
	border-bottom: solid 0.1rem #c5c5c5;
    margin-bottom: -0.1rem;
    z-index: 1;
    position: relative;
}

.category_downloads{
    max-height: 54rem;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    min-height: 26rem;
}

.category_downloads .chosen_downloads .col-xl-4{
    width: 50%;
}

#alm-filters-download_filters{
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.downloads .alm-filter--textfield{
	width: 100%;
}

.downloads .alm-btn-wrap{
	margin-top: 0;
}

.downloads .alm-load-more-btn{
	padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 1.7rem;
    line-height: 2.9rem;
    box-shadow: none;
}

.download_item_img{
	width: 9.7rem;
	height: 9.7rem;
}

.download_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.download_item_titel{
	font-size: 1.6rem;
	line-height: 2.3rem;
	padding: 1rem 1.5rem;
    color: #37424a;
}

.download_info{
	background: #fff;
	font-size: 1.4rem;
	line-height: 3.8rem;
	padding: 0 0 0 1rem;
    color: #37424a;
}

.download_info span:before{
	content: '';
    display: inline-block;
	width: 0.1rem;
	height: 1.8rem;
	background-color: #b4b4b4;
	margin: 0 1rem;
    transform: translateY(0.4rem);
}

.download_info a{
	width: 4rem;
	height: 4rem;
	color: #b6bf00;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	margin-bottom: -0.1rem;
	border: solid 0.1rem #b6bf00;
	margin-top: -0.1rem;
	position: relative;
	z-index: 5;
	transition: 0.3s all;
}

.download_info a:nth-child(1){
	background-color: #b6bf00;
	color: #fff;
}

.download_info a.added{
	background-color: #37424a;
	border-color: #37424a;
}

.download_info a:nth-child(2){
	margin-right: -0.1rem;
}

.downloads_bar{
	display: none;
	text-align: center;
	z-index: 1001;
	color: #fff;
	background-color: #37424a;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:0;
}

.category_downloads .downloads_bar{
    position: absolute;
}

.downloads_bar_top{
	display: none;
}

.chosen_downloads{
	row-gap: 3rem;
    overflow: hidden;
    overflow-y: auto;
    max-height: 47.5vh;
}

.downloads_bar_top + .container{
	padding: 1rem 0;
}

.downloads_bar_top{
	padding: 2.5rem 0;
	background-color: #6c757b;	
}

.downloads_bar a{
	margin-right: -0.1rem;
}

.downloads_bar .download_directly{
	display: none;
}

.downloads_bar a:not(.button){	
	font-size: 1.5rem;
}

.downloads_bar a.show_selected_downloads{
	margin: 0 1.5rem;
	color: #fff;
	text-decoration: none;
}

@media (max-width:767px)
{		
	.downloads_bar a.show_selected_downloads span{
		display: none !important;
	}
	
	.download_new{
    	flex-direction: column-reverse;		
	}
	
	.download_new + .download_new {
		margin-top: 1rem;
		padding-top: 1.5rem;
		border-top: solid 1px #d3d3d3;
        gap: 0;
	}
	
	.download_new_title:after{
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px)
{
    #alm-filters-download_filters{
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 1rem;
    }
    
    .downloads .alm-filter--textfield {
        width: 100%;
        max-width: 206px;
    }
    
    #alm-filters-download_filters > div:first-child{
        flex-basis: 100%;
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}