.frontpage .header .hero__actions .actions__logos,
.frontpage .header .hero__actions .actions__occasions{
	z-index: 2;
}

.new-occasions {
	z-index: 1;
	display: flex;
	align-items: center;
}


.results-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 30px;
}
.results-container .item {
	overflow: hidden;

    position: relative;
    background: #29221E;
    color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 31px), calc(100% - 31px) 100%, 0 100%);
}
.results-container .item:after {
	content: "";
    position: absolute;
    inset: 2px;
    background: #020202;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    z-index: 0;
}
.results-container .item ._item {
	position: relative;
	z-index: 1;
}
.results-container .item .thumbnail img {
	display: block;
    object-fit: cover;
    object-position: center;
    /*clip-path: inset(0 4.5% 0 4.5%);*/
    /*width: calc(100% + 13.5%);*/
    /*margin-left: -7%;*/
	width: 100%;
    max-width: none;
	/*height: 295px;*/
	height: auto;
}
.results-container .item .item-content {
	padding: 25px;
	position: relative;
	background-color: #29221e;
}
.results-container .item .item-content .overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.results-container .item .item-content header {
	margin-bottom: 25px;
	min-height: 95px;
}
.results-container .item .item-content header h1{
	font-size: 1.3rem;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: "Kode Mono" !important;
	margin-bottom: 5px;
}
.results-container .item .item-content header span {
	color: #bebcbb;
	font-family: Syne;
    font-size: 18px;
	font-weight: 600;
}
.results-container .item .item-content ul {
	list-style: none;
	margin: 0 0 35px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: fit-content;
	flex-wrap: wrap;
	gap: 5px 0;
}
.results-container .item .item-content ul li {
	font-size: 15px;
	margin: 0;
	padding: 0;
	display: flex;
    align-items: center;
}
.results-container .item .item-content ul li:before {
	background-image: none;
}
.results-container .item .item-content ul li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 7px 0;
    background-image: url('../images/separator.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.results-container .item .item-content .highlights {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	position: absolute;
	left: 25px;
    width: 100%;
}
.results-container .item .item-content .highlights span{
	position: relative;
    background: #069edf;
    color: #fff;
	clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
	padding: 8px 15px 10px;
}
.results-container .item .item-content .highlights span:after {
	content: "";
    position: absolute;
    inset: 2px;
    background: #020202;
	clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    z-index: 0;
}
.results-container .item .item-content .highlights span b {
	font-weight: normal;
	position: relative;
	z-index: 1;
	font-family: "Kode Mono" !important;
    font-size: 13px;
	text-transform: uppercase;
	line-height: 1;
}


.results-container .item_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 25px 30px;
	flex-wrap: wrap;
	gap: 10px;
}
.results-container .item_footer h4 {
	font-family: "Kode Mono" !important;
	color: #069edf;
	margin: 0;
	font-size: 1.8em;
}
.results-container .item_footer .angle{
	font-family: "Kode Mono" !important;
	text-decoration: none;
	position: relative;
    background: #069edf;
    color: #fff;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    padding: 15px 30px;
    font-size: 1em;
    line-height: 1;
    font-weight: 600;
	transition: 0.32s;
}
.results-container .item_footer .angle:hover {
	transform: scale(1.1);
}

.new-binnen-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;

}
.new-binnen-btn a {
    position: relative;
    background: #fff;
    color: #fff;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
    padding: 10px 30px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: 0.32s;
    z-index: 1;
}
.new-binnen-btn a:hover {
    transform: scale(1.03);
}
.new-binnen-btn a:after {
    content: "";
    position: absolute;
    inset: 1px;
    background: #020202;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    z-index: 0;
}
.new-binnen-btn a b {
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-family: "Kode Mono" !important;
    font-size: .9rem;
    text-transform: uppercase;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
	.results-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1024px) {
	.results-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 768px) {
	.results-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 640px) {
	.results-container {
		grid-template-columns: repeat(1, 1fr);
	}
}