.photo-slider {
		background: 		#FFF;
		margin: 		20px 0;
}

.photo-slider-slides img {
		padding: 		0 10px;
}

.responsive-slider-slide {
		background: #fff;
}

.responsive-slider-slide img {
		display:		block;
		height:			100%;
		margin:			0 auto;
}

.details-status {
		display:		inline-block;
		padding:		0 10px;
		margin:			0 0 10px;
		background:		#921B22;
		color:			#fff;
		font-weight:		600;
}

.page-title h1 {
	font-size: 32px;
	line-height: 35px;
}

h2 {
	margin-bottom: 30px;
}

/*
* Kenmerken
*/
.full-details-container {
		overflow: auto;
		display: flex;
		justify-content: start;
		flex-wrap: wrap;
}

.full-details-container .full-details-group {
		width: calc(50% - 15px);
		margin-bottom: 25px;
}

.full-details-container .full-details-group:nth-child(2) {
	margin-left: 15px;
}

.full-details-container .full-details-group:first-child {
	margin-right: 15px;
}

.full-details {
		overflow:		auto;
}


.full-details dt,
.full-details dd {
		float:			left;
		border-bottom:		1px solid #ddd;
		line-height:		2em;
		padding:		.4em 0;
}

.full-details dt {
		width:			30%;
}

.full-details dd {
		width:			70%;
}

.expand-content-button{
		background: linear-gradient(to bottom, rgba(238, 238, 238, 0), rgb(241, 241, 241));
}

.object-description {
		/* column-count: 2;
		column-gap: 3em; */
}


/*
 * Mobile
 */
@media screen and (max-width: 767px) {
		.object-description {
				column-count: 1;
				column-gap: 3em;
		}
		/*
			* Kenmerken
			*/
		.full-details-container .full-details-group {
				width: 100%;
		}

		.full-details-container .full-details-group:nth-child(2) {
			margin-left: 0;
		}

		.full-details dt,
		.full-details dd {
				width:			100%;
		}

		.full-details dt {
				border-bottom:		none;
				padding-bottom:		0;
		}

		.full-details dd {
				padding-top:		0;
		}

		.page-title h1 {
			font-size: 22px;
		}

		
}

/*
 * Tablet
 */
@media screen and (min-width: 768px) and (max-width: 991px){
		/*
		* Kenmerken
		*/
		.full-details-container .full-details-group{
				width:         calc(50% - 30px);
				margin-right:  30px;
				margin-bottom: 15px;
		}
}
/*
 * Small desktop
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
