﻿
h2.adresregel {
	font-size:150%;
	font-weight: 400;
	margin: 15px 0 30px 0;
	text-align:left;
	text-transform:none;
}
h2.adresregel .plaats {
	display:block;
	font-size: 80%;
}
h3.num{
	text-align:left;
}
.infocontainer{
	position: relative;
}
	.infocontainer .aantal {
		font-weight:bold;
		margin-bottom:15px;

	}
	
	.extrainfo {
		color: #000;
		margin: 0 0 30px 0;
		max-height: 256px;
		overflow: hidden;
	}
.kolomrechts .lastparagraph{
	padding-bottom:0;
}
.btngrey{
	position: absolute;
    bottom: 15px;
    margin-bottom: 0;
    right: 30px;
    width: auto;
    padding-right: 15px;
}
    .btngrey:after {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        float: right;
        font-size: 130%;
        line-height: 45px;
        margin-left: 15px;
        text-decoration: none;
    }

.woningList{
	float: left;
	padding-bottom:60px;
}
/*Open huis*/
.datumopenhuis {
	color: #59ba96;
	float: right;
	width: 120px;
	text-align: right;
	margin-top: -20px;
}
.statusbutton{
	border:none;
	position:absolute;
	left:0;
	top:0;
	min-width:120px;
}
.woningoverzicht .statusbutton {
	left:15px;
}

.buttonnieuw {
	background-color: #59ba96;
	color: #fff;
}
.aanbodtype{
	display:none;
}

/*Verkocht/Verhuurd*/
.buttonverhuurd, .buttonverkochtovb, .buttonverkocht, .buttonbeschikbaar {
	background-color: #59ba96;
	color: #fff;
}
.buttonbeschikbaar{
	background-color:#59ba96;
}
.buttonopenhuis{
	z-index: 9;
}
@media screen and (max-width: 1024px) {
	.object .next {
		bottom: 20px;
	}
}