@font-face {
font-family: "GTF";
src: url("/css/fonts/GT-Flexa-Standard-Regular.eot");
src: url("/css/fonts/GT-Flexa-Standard-Regular.woff") format("woff"),
url("/css/fonts/GT-Flexa-Standard-Regular.otf") format("opentype");
}

@font-face {
font-family: "GTF-bold";
src: url("/css/fonts/GT-Flexa-X-Compressed-Bold.eot");
src: url("/css/fonts/GT-Flexa-X-Compressed-Bold.woff") format("woff"),
url("/css/fonts/GT-Flexa-X-Compressed-Bold.otf") format("opentype");
}


html, body {
	background-color: #f3f3f1;
	font-family: "GTF", sans-serif;
	height: 100%;
}

.navbar {
	border-bottom: 1px solid #000;
}

a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

.navbar-nav {
    flex-direction: row;
}

.card-img-top {
	min-height: 200px;
}

.logo {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 50px;
}
    
.nav-link {
	font-size: 1.1rem;
	padding-right: .7rem !important;
    padding-left: .7rem !important;
	color: #000;
}
.nav-link:hover {
	text-decoration: underline;
}
    
.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.left--bar {
	padding: 20px 20px 20px 0px;
	border-right: 1px solid #000;
}

.home--content--footer {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
    left: -1px;
    position: relative;
}

.btn--arrow:before {	
	content: "";
	width: 24px;
	height: 17px;
	position: relative;
	top: 1px;
    left: -10px;
	margin-left: 0px;
	background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-image: url('/images/btn--arrow.svg');
}

.btn--arrow {
	padding-left: 30px;
	display: inline-block;
	text-transform: uppercase;
}

.btn--arrow:hover {
	text-decoration: underline;
}

.home--content h1 {
	margin-bottom: 50px;
	display: inline-block;
	margin-top: 10px;
}

.home--content--footer {
	padding-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home--content--footer p {
	margin-bottom: 10px;
}

.right {
	display: flex;
    align-items: stretch;
    flex-direction: column;
}

.cfooter {
	position: absolute;
    width: 100%;
    bottom: 20px; 
}


@media (max-width:1240px){
  .cfooter {
    position: relative;
  }
}

.nieuw--regio {
	border-top: 1px solid #000;
	padding-top: 20px;
	width: 100%;
}

/* .aanbod .card-house {
	display: none;
}

.aanbod .card-house:nth-child(-n+6) {
	display: inline-block;
} */

.card:not(:last-child) {
	/* margin-right: 20px; */
}

.big--font {
	font-family: 'GTF-bold', sans-serif;
	font-size: 16px;
	font-size: 20vw;
	font-weight: 400;
	line-height: 26vw;
	margin-top: 20px;
	display: inline-block;
}

.uppercase {
	text-transform: uppercase;
}

.footer {
	border-top: 1px solid #000;
	padding-top: 10px;

}

.footer-list {
	margin: 30px 0 0 0;
	padding: 0;
}

.footer-list li {
	list-style: none;
	margin-bottom: 10px;
}

.footer--bottom {
	border-top: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.footer--logo {
	height: 44px;
}

.footer--logo--vbo {
	height: 24px;
	margin-right: 20px;
}

.footer--logo--funda {
	height: 24px;
}

.custom-toggler {
	font-size: 1.1rem;
	padding: .7rem 1rem .5rem 1rem;
	color: #000;
	border: 0;
}

.custom-toggler .navbar-toggler-icon { 
    background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
	border: none;
	font-size: 1rem;
} 

.nav--phone {
	height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}

.nav--link--icon {
	border-left: 1px solid #000;
	padding-left: 15px;
	height: 100%;
}

.navbar {
	padding: 0;
}

.collapse {
	border-bottom: 1px solid #000;
	position: fixed;
    width: 100%;
    z-index: 1;
    background-color: #f3f3f1;
	max-height: calc(100vh - 61px);
    overflow-y: auto;
}

.collapsing {
	border-bottom: 1px solid #000;
	position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #f3f3f1;
}

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

.nav-big {
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 400;
	list-style: none;
	padding: 0;
	margin: 0 0 30px 10px;
}

.nav-big li {
	text-transform: uppercase;
	font-family: "GTF-bold", serif;
	letter-spacing: 3px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.img-content {
	margin-bottom: 40px;
	padding-left: 20px;
}
.bottom {
	bottom: 10px;
}

.house-row {
	margin-bottom: 40px;
	margin-top: 60px;
}

.house-row .card {
	max-width: 450px;
	margin-bottom: 20px;
}

.icon {
	height: 30px;
}

.char {
	padding-top: 10px;
	padding-bottom: 10px;
}

#map {
	height: 300px;
	width: 100%;
}

#map2 {
	height: 24vw;
	width: 100%;
	margin-top: 5vw;
}

.aanbod {
	margin-top: 40px;
	margin-bottom: 50px;
}

.aanbod .big--font {
	font-size: 35vw;
	line-height: 30vw;
}

.section {
	margin-top: 40px;
}

.big-width {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.huis {
	margin-top: 60px;
}
.margin--left {
	margin-left: -15px;
	padding-right: 0;
}
.half--height {
	height: 50%;
}
.full--height{
	
	height: 100%;
}
.flex {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-start {
	align-items: flex-start;
}
.flex-end {
	align-items: flex-end
}
.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 100px;
}
.fixed{
	position: fixed;
	top: 80px;
	z-index: 999;
}
.contact-stick {
	height: 100%;
}
.fixed2{
	position: fixed;
	z-index: 999;
	height: auto;
	top: 130px;
}
.img-right {
	height: 50%;
	object-fit: cover;
    width: 100%;
}
.height--50 {
	padding-top: 15px;
	height: 100%;
	object-fit: cover;
}
.max--height {
	height: 550px;
}

.huis-summery {
	margin-top: 15px;
	border-top: 1px solid #000;
}

.border--left {
	border-left: 1px solid #000;
}

.border--right {
	border-right: 1px solid #000;
	left: 1px;
}


.btn--black {
	background-color: #000;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.btn--black:hover {
	color: grey;
}

.border--bottom {
	border-bottom: 1px solid #000;
}

.price {
	font-size: 1.3rem;
}

.input {
	border: 0;
	border-bottom: 2px solid #000;
	background-color: transparent;
	border-radius: 0;
}

.input:focus {
	border: 0;
	border-bottom: 2px solid grey;
	background-color: transparent;
	border-radius: 0;
}

.phone {
	display: flex;
}
.valign {
	align-items: center; 
}

.card--status {
	position: absolute;
	background-color: #fff;
	text-align: center;
	width: 50%;
	padding: 10px;
	text-transform: uppercase;
	font-size: 18px;
	display: inline-flex;
	justify-content: center;
}
.status-black {
	background-color: #000;
	color: #fff;
}
.status-grey {
	background-color: grey;
	color: #000;
}

.image--total {
	display: flex;
    /* width: 100%; */
    height: 100%;
	position: relative;
}

.image--total:before {
    background-color: #000;
	content: "";
    opacity: .6;
    position: absolute;
	width: 100%;
	height: calc(100% - 15px);
	top: 15px;
}

.total--count {
	font-family: 'GTF-bold', sans-serif;
	position: absolute;
	height: 100%;
    width: 100%;
    color: #fff;
    font-size: 60px;
    align-items: center;
    justify-content: center;
	display: flex;
}

.head {
	margin-top: 61px;
}

.navbar {
	position: fixed;
    width: 100%;
    top: 0;
    background-color: #f3f3f1;
    z-index: 2;
}

.cijfer{
	font-size: 32px;
	display: inline-block;
	padding-bottom: 20px;
}

.cijfer:hover{
	text-decoration: underline;
}

.funda {
	padding-top: 20px;
	font-size: 0.9rem;
	padding-bottom: 10px;
}
.fundalogo {
	margin-top: -11px;
	display: inline-block;

}

.content a {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}
.review {
	position: relative;
	align-self: flex-end;
	display: flex;
	margin-top: 10px;
	flex-direction: column;
	margin-bottom: 0;
}

.review .funda {
	padding-bottom: 0px;
}

.btn-waarde {
	position: fixed;
	right: 0;
	bottom: 100px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: 20px;
	z-index: 999;

}

@media (min-width: 768px) {
  .column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	}
}

@media (max-width: 768px) {
  .column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
	}
	
	.footer--bottom .col-md-4 {
	    margin-bottom: 2rem;
    }
	
}

@media (max-width: 991px) { 
    .navbar-nav{
        display:none;
    }
    .max--height {
	    max-height: initial;
    }
    .img-right {
	    display: none;
    }
    
    .border--right {
	left: 0px;
	}
}

@media (max-width: 991px) { 
    .left--bar{
        border-right: none;
    }
  
}

@media (max-width: 575px) { 
    
    .home--content .text-end {
	    text-align: left!important;
    }
    
    .card:not(:last-child){
	    margin-right: 0;
    }
    
}

@media (max-width: 462px) { 
    .nav--link--icon:first-child{
        border-left: 0;
    }
    section:first-of-type {
	    margin-top:120px;
    }
	
	.logo {
		height:40px;
	}
	
	.nav--phone {
		height:40px;
	}
}

.align-contact {
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.max-height-img {
	max-height: 400px;
	max-width: 200px;
	margin-bottom: 10px;
}

.pl-0 {
	padding-left:10px;
}

.nav__list {
	display: flex;
    flex-direction: column;
}

.nav__title {
	font-size: 18px;
    font-weight: bold;big--font
}

.pt-6 {
	padding-top: 4rem;
}

@media (max-width: 768px) { 
	.hotspot .order1 {
		order: 1;
	}
	
	.hotspot .order2 {
		order: 2;
	}
}

.woonlokaal 
{
	font-size: 20vw;
	line-height: 16vw;
}

.cardimg {
	display: flex;
	width: 64px;
	height: 64px;
	object-fit: contain;
	min-height: auto;
	align-self: center;
}

.card-tax {
	justify-content: center;
	align-items: center;
}

.card-tax .card-title {
	text-align: center;
}

.taxatie-btn {
	width: fit-content;
}

.font-middle{
	font-size: 15vw;
    line-height: 15vw;
}