@font-face {
    font-family: "rift_softlight";
    src: url('../fonts/riftsoft_light-webfont.woff2') format('woff2'),
         url('../fonts/riftsoft_light-webfont.woff') format('woff'),
         local('Rift Soft');
    font-weight: normal;
    font-style: normal;
}

.vid {
	padding-top: 141px;
}

.navbar-expand-lg>a{
    width: 21%;
}

.txt-green {
	color:#3f4c47;
}

.vid .gebouw-lijn {
    margin-top: -9px;
}

.klingelbeekseweg {
	transform: translateX(68px) translateY(-23px);
	-webkit-transform: translateX(68px) translateY(-23px);
	-ms-transform: translateX(68px) translateY(-23px);
}

.appartementen_mobiel {
	border-bottom:1px #eee solid;
	padding:15px 30px;
    display: flex;
    justify-content: space-between;
}

.appartements {
	padding-bottom:30px;
}

.appartements .appartementen_mobiel:last-child {
	border-bottom:0px;
}

.appartementen_mobiel a {
	float:right;	
	margin-top:0px !important;
}

.appartementen_mobiel h4 {
	font-size:20px;	
}

.bread {
	font-size: 16px !important;
	font-family: 'Noto Sans', sans-serif !important;
}

.btn-more {
    margin-top: 30px;
    display: block;
    color:#5ea7c7;
}

.btn-more:hover {
	color:#98cde4;
}

.btn-readmore {
	padding:0px;
	margin-top:20px;
}

.iframe {
	max-width: 100%;
}

.btn:focus, .navbar-toggler:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.gm-style-mtc {
  display: none;
}

.shortcontent {
	height:276px;
	position: relative;
	overflow: hidden;
}

.shortcontent::after {
	position: absolute;
	bottom:0px;
	content:"";
	width: 100%;
	height:50%;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}

.leesmeer {
	color:#b4bfad;
	font-weight: 500;
	text-decoration: none;
}

.nav-aanzicht .nav-item {
	padding:0px;
	margin-bottom:15px;
}

.open::after {
	display: none !important;
}

.gradient {
    position: relative;
    height:90vh;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9aa1ba+0,a5a1ae+51,aea1a5+100 */
    background: #9aa1ba; /* Old browsers */
    background: -moz-linear-gradient(top, #9aa1ba 0%, #a5a1ae 51%, #aea1a5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9aa1ba 0%,#a5a1ae 51%,#aea1a5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9aa1ba 0%,#a5a1ae 51%,#aea1a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aa1ba', endColorstr='#aea1a5',GradientType=0 ); /* IE6-9 */
}

.navbar-toggler {
    cursor: pointer;
    padding:0px;    
}

.navbar-toggler-icon {
    background:url('../images/toggle.svg');
    background-repeat: no-repeat;

    width: 1.3em;
    height: 1em;
}

.firstsection {
    margin:0px;
    padding:0px;
    padding-top:141px; /*200*/
}

.kaaart {
    height: 110vh;
    max-width: 100%;
}

.pos {
    position: relative !important;
}

.links {
    padding-right:50px;
    border-right:2px #000 solid;
}

.rechts {
    padding-left:50px;
}

a {
    transition: all 0.1s ease-in-out;
}

a:hover {
    text-decoration: none;
}

#waves {
	width: 100%;
	height: 100%;
}

.cta {
    padding: 0px;
}

.cta .container-fluid {
	max-width: 100%;
}
	
.cta-padding {
    padding-left:25px;
    padding-right:25px;
}

.cta-appartments{
    text-align: center;
}

.dropdown-menu {
    padding:0px;
    margin:0px;
    width: 350px;
}

.nav-item .nav-link {
	font-family: 'Noto Sans', sans-serif;
}

.dropdown-menu .nav-item a {
    padding: 16px 30px !important;
}

.dropdown-menu .nav-item:last-child a {
    background: inherit;
    color:inherit;
}

.carousel {
    list-style: none;
}

.owl-theme .owl-controls {
    margin-top: -45px !important;
}

.intro {
    font-size:21px;
    line-height: 30px;
}

.topbottom {
    height:100%;
}

html, body {
    font-family: 'Noto Sans', sans-serif;
    font-size:18px;
    line-height: 29px;
    color:#000000;
}

.container-fluid {
    width: 100%;
    max-width: 90%;
}

.whiteBg {
    background:#fff;
    border-bottom:1px #eee solid;
}

.containerLarge {
    width: 100%;
    max-width: 1300px;
}

.containerHuge {
    width: 100%;
    max-width: 1700px;
}

header {
    position: fixed;
    padding:5px 0px; /* 15 0 */
    width: 100%;
    top:0px;
    
    transition: background 0.5s ease;
    z-index:9999;
}

#kaart {
    height: 135vh;
}

.kaart {
    height:100vh;
    margin:0px auto;
}

#scrollDown {
    position: relative;
    z-index: 10;
    color:rgba(0,0,0,0.4);
    
      -webkit-animation: arrow-jump 1s infinite; /* Safari 4+ */
      -moz-animation:    arrow-jump 1s infinite; /* Fx 5+ */
      -o-animation:      arrow-jump 1s infinite; /* Opera 12+ */
      animation:         arrow-jump 1s infinite; /* IE 10+, Fx 29+ */
}

#scrollDown .h {
    opacity: 0;
    font-size:29px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Noto Serif', sans-serif;
    transition: all 0.4s ease;
}

#scrollDown:hover .h {
    font-size:25px;
    opacity: 1;
    transition: all 0.4s ease;
}

.header {
	padding: 0px 0px;
}

.header .navbar {
	padding: 0px 15px;
}

@-webkit-keyframes arrow-jump {
  0%   { opacity: 1;}
  50% { opacity: 1; 
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
  100%   { opacity: 1;}

  
}

.skyline {
    position: absolute;
    width: 100%;
    bottom:-1px;
    z-index:9;
    overflow: hidden;
}

.skyline img {
    float: right;
    min-width: 600px;
}

p a {
	color: black;
}

.caption {
    max-width: 650px;
    margin:0px auto;
    padding:15vh 0px 0vh 0px;
}

.caption p {
    margin:0px;
}

.caption .title {
    padding-bottom:15px;
}

.btn-down {
    font-size:45px;
    line-height: 20px;
}

.btn-diamond {
    width: 49px;
    height: 49px;
    background: #bfcab8;
    color:#fff;
    margin-left:45px;
    
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius:1px;
    
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin-top:35px;
}

.btn-diamond:after {
    position: relative;
    display: block;
    content:"\f107";
    font-family: FontAwesome;
    font-size:34px;
    margin:-8px;
    margin-right:-4px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-blue .button-arrow span,
.bg-blue .btn-round {
	color: #000 !important;
}

.usp {
    list-style: none;
    font-size:22px;
}

.usp li {
    position: relative;
    padding:13px 0px;
    padding-left:40px;
}

.usp li::before {
    content:"";
    top:16px;
    left:0px;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: #bfcab8;
    color:#fff;
    
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius:1px;
    
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.usp li::after {
    position: absolute;
    display: block;
    content: "\f00c";
    top: 14px;
    left: -8px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    font-size: 21px;
    color: #fff;
}


.caption .title {
    font-size: 60px;
    line-height: 66px;
}

.inschrijven {
    padding:0px 0px 35px 0px;
}

.kenmerken {
	opacity: 0.7;
	column-count: 2;
	
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

.btn-primary {
    position: relative;
    border-radius: 0px;
    background:#3f4c47;
    border:0px;
    margin-top:10px;
    padding:18px 30px;
    font-family: 'Noto Serif', sans-serif;
}

.btn-default {
    position: relative;
    border-radius: 0px;
    background: transparent;
    border: 2px solid #3f4c47;
    margin-top: 10px;
    padding: 20px 40px;
    font-family: 'Noto Serif', sans-serif;
}

.btn-default:hover {
	border: 2px solid #000000;
	color: #000000;
	background-color: rgba(0,0,0,0.05);
}

.btn-white {
    position: relative;
    border-radius: 0px;
    padding: 20px 40px;
    margin-top: 10px;
    border: 0px;
    letter-spacing: 1px;
    font-family: 'Noto Serif', sans-serif;
    background-color: #fff;
}

.nav-item a .start_diamond, .nav-item a .end_diamond {
    display: none;
}

.call_vervolg h2 {
	margin-bottom: 20px;
}

.call_vervolg .btn-white {
	margin-top: 30px;
}

.call_vervolg {
	padding: 0px !important;
}

p a {
  text-decoration: underline !important;
}

/*
.btn-primary .start_diamond, .btn-primary .end_diamond, .nav-item:last-child a .start_diamond, .nav-item:last-child a .end_diamond {    
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left:0px;
    top:0px;
    background: #000;
    color:#fff;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius:1px;
    margin-left: calc(50%);
    
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin-top:35px;
}

.start_diamond {
    top: -38px !important;
}

.end_diamond {
    top: 21px !important;
}

.nav-item:last-child .end_diamond {
    top: 17px !important;
}

.btn-primary:before, .btn-primary:after, .nav-item:last-child a:before,  .nav-item:last-child a:after {
    content: "";
    position: absolute;
    height: 136%;
    width: 10px;
    top: -10px;
    background-image: radial-gradient(circle at center, #000 4px, transparent 4px), radial-gradient(circle at center, #000 4px, transparent 4px);
    background-size: 20px 20px;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

.btn-primary:before, .nav-item:last-child a:before {
    left:-6px;
}

.btn-primary:after, .nav-item:last-child a:after {
    right:-6px;
}
*/

.btn-submit {
    cursor: pointer;
    background:#000 !important;
    color:#fff !important;
}

.btn-round {
		position: relative;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50% 50%;
    color: #9ca58e;
    font-size: 28px;
    display: inline-block;
}

.btn-round .fal {
    position: absolute;
    left:15px;
    top:6px;
}

h1,h2,h3,h4, .bread {
    font-family: 'Noto Serif', sans-serif;
}

.btn-primary {
    letter-spacing: 1px;
    font-family: 'Noto Serif', sans-serif;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color:#fff;
    background:#363a38 !important;
    box-shadow: none;
}

.bread {
    padding:0px;
    margin-top:-15px;
    margin-bottom:10px;
    font-size:22px;
    border:0px;
}

.bread a:hover {
    color:#bfcab8;
    text-decoration: underline;
}

.bread .fal {
    padding:0px 6px;
}

.contactinfo strong {
    font-size: 24px;
}

h1 {
    font-size: 46px;
    line-height: 61px;
    margin-bottom:34px;
}

.article img {
    padding-bottom:30px;
}

.article {
    display: block;
    padding-bottom:100px;
}

.article:hover {
    color:#000000;
}

.article:hover .articleCaption {
    color:#bfcab8;
}

.botPadding {
    padding-bottom:0px;
}

.logo-min {
    display: none;
    max-width: 100%;
}

.logonone {
    padding: 0px;
}

.logonone .navbar {
    padding:0px 1rem;
}

.logonone .navbar-nav {
    padding:24px 0px; /*30 0 */
}

.logonone .logo {
    display: none;
}

.logonone .logo-min {
    display: block;
}

.download {
    border-radius: 4px;
    padding:15px 25px 13px 25px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b8b7b7 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b8b7b7 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b8b7b7 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b8b7b7 !important;
}

h4 {
    margin-bottom: .25rem !important;
}

.call_vervolg {
	padding: 50px 22px;
}

.articleSecond {
    padding-top:200px;
}

.info {
    position: absolute;
    bottom:50px;
    right:50px;
}

h2, .articleCaption {    
    font-size: 40px;
    margin-bottom: 28px;
    line-height: 45px;
}

.gebouw-text h2 {
	font-size: 24px;
}

.nav-pills li {
    width: 100%;
}

.nav-pills li:last-child a {
    background:transparent;
    color:#000000;
}

.inhoud a {
    text-decoration: underline;
}

.inhoud a:hover {
    color:#bfcab8;   
}

.nav-item {
    padding:9px 20px;
}

.nav-item a {
    font-family: 'Noto Serif', sans-serif;
    color:#fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:2px 0px !important;
}

.navbar-nav .active a {
    border-bottom:2px #fff solid;
}

.navbar-nav {
    padding: 35px 0px;
}

.owl-carousel {
	background-color: #4d4d4d;
}

.owl-theme .owl-controls {
    position: initial;
}

.owl-prev, .owl-next {
    position: absolute;
    top:47%;
    font-size:60px !important;
    background:transparent !important;
}

.owl-dots {
    position: relative;
    z-index:9;
    bottom:24px;
}

.owl-theme .owl-dots .owl-dot span {
 width: 17px;
    height: 17px;
    background: #98cde4;
    color:#fff;
    margin-left:15px;
    
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius:1px;
    
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.owl-prev {
    left:2%;
}

.owl-next {
    right:2%;
}

.owl-theme .owl-item .owl-lazy, .owl-lazy-single {
    height: 60vh !important;
}

.home_slider .owl-item .owl-lazy {
	height: 75vh !important;
}

.single {
    height:45vh !important;
    margin-top:20px;
    margin-bottom:35px;
}

.share strong {
    padding-right:15px;
}

.owl-lazy {
    background-size: cover !important;
    background-position: center center !important;
}

.owl-item, .owl-lazy, .owl-bg {
    background-size: cover !important;
    background-position: center center !important;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0px !important;
}

.nav-item:last-child a {
    position: relative;
    color:#000;
    background:#ffffff;
    border: none;
    padding:12px 30px !important;
		-webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.9);
		-moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.9);
		box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.9);
}

.btn, .button-arrow {
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}

.nav-item:last-child a:hover {
    color:#000;
    background:#eeeeee;
}

.last-item:last-child .nav-link {
	padding: 12px 50px 12px 30px !important;
  color: #3f4c47;
}

.last-item .fa-angle-right {
	font-size: 24px !important;
	margin-left: 5px;
	position: absolute;
	right: 27px;
	top: 14px;
}

.dropdown-toggle::after {
    display: none;
}

.nieuws_item-text h2 {
	font-weight: bold;
}

.nieuws_item-text h3 {
	margin-bottom: 0px;
}

.nieuws-publish {
	margin-top: 20px;
    font-size: 42px;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.gebouwen, .nieuws-overzicht {
    padding-bottom:95px;
}

.bottom {
    padding-bottom:95px;
}

.logo {
    height: auto;
    max-width: 100%;
    width: 100%;
}

 .logo-min {
     margin-top:0px;
     height:50px;
 }

.bg-light-blue {
    background:#dcf1f4;
}

.form-control {
    border-radius: 0px;
    background:#fff;
    border:1px #000 solid;
}

sub {
    bottom: 0.45em;
}

.subfooter {
    padding-top:15px;
}

.bg-white {
	background: #ffffff !important;
}

.bg-green {
  background: #e4eeef !important;
}

.bg-blue {
	background: #98cde4 !important;
}

.bg-dark {
	background: #3f4c47 !important;
}

.harro {
    max-width: 175px;
}

.v360 {
    position: relative;
    display: block;
    height: 85px;
    width: 85px;
    padding: 7px;
    padding-top: 24px;
    border-radius: 50% 50%;
    background: #bfcab8;
    
    transition: all 0.6s ease;
}

.v360:hover {
    position: relative;
    display: block;
    height:105px;
    width:105px;
    padding:12px;
    padding-top: 34px;
    
    transition: all 0.4s ease;
}

.klingelbeek360 {
    height:500px;
    background:url("../images/klingelbeek_360.jpg");
    background-position: center !important;
    background-size:cover !important;
}

footer .logo {
    max-width:250px;
    width: auto !important;
}

.social {
    margin:20px 0px;
}

.social a {
    float: left;
    margin-right: 8px;
    display: block;
    background:#fff;
    color:#3f4c47;
    font-size:18px;
    height:42px;
    width:42px;
    padding:8px 13px;
    border-radius: 50% 50%;
}

.fa-facebook-f {
    padding-left:3px;
}

#Gebouwen a{
    cursor:pointer;
}

#Gebouwen a .st50, #Gebouwen a .st53 {
    transition: all 0.4s ease;
}

#Gebouwen a:hover .st50, #Gebouwen a:hover .st53 {
    fill: #bfcab8;
}

#Gebouwen .active .st50, #Gebouwen .active .st53 {    
    fill: #bfcab8 !important;
}

#Gebouwen a .st50 {
    fill: #fff !important;
}

#Gebouwen a:hover .st50 {
    fill: #bfcab8 !important;
}

.gebouw, .nieuws_item{
    height: 100%;
    background-color: #3f4c47;
    display: block;
    position: relative;
}

.gebouw-container{
    margin-bottom: 2rem;
}

.gebouw-text, .nieuws_item-text{
    padding: 2rem;
}


.gebouw-text h2,
.nieuws_item-text,
.nieuws_item-text h2,
.nieuws_item-text p{
    color: black;
}

.gebouw-text h2 {
	margin-bottom: 15px;
	margin-top: 30px;
}

.gebouw-text {
	padding: 40px 40px 60px 40px;
}

.npad {
	padding: 0px !important;
}

.gebouw-text .btn-round,
.nieuws_item-text .btn-round{
    position: absolute;
    bottom: 20px;
    right: 30px;
    transition: all 0.4s ease;
}

.gebouw-image, .nieuws_item-image{
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.gebouw:hover, .nieuws_item:hover{
    color: #454545;
}

.gebouw:hover .gebouw-text .btn-round, .nieuws_item:hover .nieuws_item-text .btn-round{
    transform: translateX(10px);
}

.inhoud.gebouwen p:last-of-type, .inhoud.nieuws-overzicht p:last-of-type{
    margin-bottom: 2rem;
}

.gebouw-lijn, .nieuws_item-lijn{
    height: 4px;
    background-color: #bfcab8;
    color:#bfcab8;
    font-size: 21px;
    position: relative;
    z-index: 10;
}

.circle-left{
    position: absolute;
    top: -4px;
    left: -1px;
    font-size: 14px;
}

.omgevingImg {
    margin-bottom:29px;
}

.circle-right{
    position: absolute;
    top: -4px;
    right: 0px;
    font-size: 14px;
}

.gebouw-lijn .fa-diamond, .nieuws_item-lijn .fa-diamond{
    position: absolute;
    top: -8px;
    left: calc(50% - 4px);
}

.witBg {
    background: #fff;
}

.cta-block {
	margin-left: 50px;
	padding: 50px 45px;
	font-size: 19px;
}

.copya {
	margin-right:15px;
}

.cta-block-full {
	padding: 25px 55px;
}

.plattegrond {
	margin-bottom: 25px;
}

.plattegrond-title {
	display: block;
	margin-bottom:12px;
}

.txt-dark {
	color: #3f4c47 !important;
}

/* carousel */

/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000ms  ;
  animation-duration : 1000ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

@media (max-width: 1500px) {
    
    .harro {
        max-width: 140px;
    }
}

@media (max-width: 1450px) { 
    html, body {
        font-size:17px;
    }
    
    #map, .klingelbeek360 {
        height:400px !important;
    }
}

@media (max-width: 1400px) { 
    html, body {
        font-size:16px;
    }
    
    .container {
        max-width: 87%;
    }

    .nav-item {
        padding:9px 15px;    
    }
    
    .nav-item a {
        font-size: 15px;
    }
    
    h2, .articleCaption {
        font-size:32px;
    }
}

@media (max-width: 1200px) {     
    .call_vervolg {
		padding: 45px 10px;
	}
}

@media (max-width: 1100px) {
    
    .harro {
        max-width: 110px;
    }
}

@media (max-width: 992px) {
    .navbar-expand-lg>a {
        width: 70%;
    }

    .logo-min {
        height: 50px;
    }
    
    .nav-item {
        width: 100%;
    }
    
	.cta .container-fluid {
		padding: 0px;
	}
	
    .kaaart {
        height: 100vh;
        max-width: 100%;
    }

    .firstsection {
        padding-top: 168px;
    }
    
    .nav-link {
        margin:0px auto;
    }
    
    .container {
        padding-right:30px;
        padding-left:30px;
    }
    
    .navbar-nav .nav-item:last-child a {
        width: 100%;
    }
    
    .nav-item {
        padding:12px 4px;
        text-align: center;
    }
    
    .header {
        padding: 25px 0px; /* 15 0 */
    }
    .appartementen_mobiel_prijs{
        display: none;
    }
}


/* Footer */
footer, section {
    padding:95px 0px;
}

footer span, .contactinfo strong {
    font-size:22px;
    letter-spacing: 1px;
    font-family: 'Noto Serif', sans-serif;
}

footer .privacy {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

footer .privacy a {
	color: #fff;
	font-size: 0.9em;
	text-decoration: underline;
	margin-left: 15%;
	margin-bottom: 19px;
}

footer {
    background:#3f4c47;
    color:#fff;
    font-size: 16px !important;
}

footer p {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 25px;
}

.footer_logo {
    width: 100%;
    padding: 20px;
    margin-top: 50px;
}

footer .form-control {
	padding: 15px 20px;
	border: 0px;
	margin-top: 5px;
}

.privacyverklaring a {
    color: #fff !important;
    margin-bottom: 15px;
    text-decoration: underline;
}

footer {
	padding-bottom: 50px;
}

.inschrijven .btn-primary {
	margin-top: 15px;
}

.button-arrow-container {
	position: relative;
	display: inline-block;
	width: 100%;	
}

.button-arrow-container-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.button-arrow span {
	display: inline-block;
}

.button-arrow span,
.button-arrow .btn-round {
	-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.button-arrow:hover span,
.button-arrow:hover .btn-round {
	color: #7e896d;
}

.button-arrow:hover {
	margin-right: -7px !important;
}

.button-arrow span {
	display: inline-block;
  font-size: 16px;
  color: #9ca58e;
  padding: 7px 15px 7px 0px;
}

.button-arrow-2 {
	margin-top: 25px;
}

.button-arrow-2 span {
	margin-top: -10px;
  display: inline-block;
  width: calc(100% - 35px);
}

.button-arrow-2 .fa-angle-right {
	margin-left: 15px;
	font-size: 27px;
	display: inline-block;
  width: 20px;
  float: right;
}

.txt-dark a {
	color: #3f4c47;
	text-decoration: underline;
}

.map-item-house {
    transition: all 0.4s ease;
}

.map-item:hover .map-item-house {
    fill:#b7c3b0;
    transition: all 0.4s ease;
}

.active .map-item .map-item-house {
    fill:#b7c3b0;
}

#Bosgebouw_tag {
	fill: #3f4c47;
	stroke: #fff;
	stroke-width: 2px;
}

#Bosgebouw_tag_verkocht {
	fill: #3f4c47;
}

#Bosgebouw_tag_text {
	fill: #fff;
	font-size: 16px;
}

#Bosgebouw_tag_text_2 {
	fill: #fff;
	font-size: 16px;
}

#Bosgebouw_tag_pointer {
	fill: #3f4c47;
	transform: rotate(45deg);
	stroke: #fff;
	stroke-width: 2px;
}

#Bosgebouw_tag_pointer_2 {
	fill: #3f4c47;
	transform: rotate(45deg);
}

#Vijver_huis_tag {
	fill: #3f4c47;
	stroke: #fff;
	stroke-width: 2px;
}

#Vijver_huis_tag_pointer {
	fill: #3f4c47;
	transform: rotate(45deg);
	stroke: #fff;
	stroke-width: 2px;
}

#Vijver_huis_tag_pointer_2 {
	fill: #3f4c47;
  transform: rotate(45deg);
  margin-top: 2px;
  z-index: 9999;
}
    
#Vijver_huis_tag_text {
	fill: #fff;
	font-size: 16px;
}

#Vijver_huis_tag_text_2 {
	fill: #fff;
	font-size: 16px;
}

/*
#Poort_huis,
#Rijnzicht,
#Tuin_huis,
#Cafe__x26__studio_x27_s,
#De_Villa {
	fill: #deeaeb !important;
}
*/

#Bosgebouw_tag_text,
#Vijver_huis_tag_text {
	font-family: 'Noto Sans', sans-serif !important;
	font-size: 13px;
	font-weight: 600;
}

#Bosgebouw_tag_text_2,
#Vijver_huis_tag_text_2 {
	font-family: 'Noto Sans', sans-serif !important;
	font-size: 13px;
	font-weight: 300;
}

#Bosgebouw_tag_text_3,
#Vijver_huis_tag_text_3 {
	font-family: 'Noto Sans', sans-serif !important;
	font-size: 13px;
    font-style: italic;
    fill:#fff;
	font-weight: 600;
}

.verkooplabel {
    padding: 15px 30px;
    background-color: #e3f0e1;
    color: #3f4c47 !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: -70px;
    z-index: 99;
    position: relative;
}

.txt-black {
	color: #000 !important;
}

.totop {
	margin-top: 30px;
}

.curl-line {
	margin-bottom: 50px !important;
}

h1.curl-line {
	line-height: 65px;
}

.gebouw-text h2 {
	color: #fff;
}

.gebouw-text h2.curl-line {
	line-height: 32px;
}

.gebouw-text h2.curl-line span::after {
	max-width: 50px;
	margin-left: calc(50% - 25px);
}

.gebouw-text .btn-round {
	background: #fff;
	color: #1e4f63;
}

h2.curl-line {
	line-height: 65px;
}

.curl-line span {
	position: relative;
}

.curl-line span::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 70px;
	height: 8px;
	background: url('/images/curl-line.svg');
	background-repeat: no-repeat !important;
	background-position: center center !important;
	bottom: -25px;
	left: 0px;
}

.curl-line-white span::after {
	background: url('/images/curl-line-white.svg');
}

.curl-line-100 span::after {
	width: 100%;
}

.home_slider .owl-item .owl-lazy {
	height: 85vh !important;
}

.vt360 iframe {
    border: 0;
    height: calc(100vh - 141px) !important;
    margin-top: 62px;
}

.vt360 {
    line-height: 0;
}

.opacity-0 {
    opacity: 0;
}

@media (max-width: 992px){
    .vid {
        padding-top: 110px;
    }
}

@media (max-width: 768px) {

    .vid {
        padding-top: 100px;
    }
    
    .vtbg {
	    width:calc(100% + 60px) !important;
	    margin-left:-30px !important;
    }
	
	#Laag_1 {
	    width:calc(100% + 60px) !important;
	    margin-left:-30px !important;
	}

    h1 {
        font-size:36px;
        line-height: 54px;
    }
    	
	.cta-block-full {
 	   padding: 25px 25px;
	}
    
    .bread {
	    font-size: 14px !important;
    }
    
    .bread .fal {
	    padding:0px 3px;
    }
    
    footer, section {
	    padding:45px 0px;
    }
    
    .cta-block {
	    margin-left:0px;
    }
    
    .kaaart {
        height: 70vh;
        max-width: 100%;
    }
    
    .firstsection {
        padding-top:143px;
    }
    
    #Laag_1 {
        margin:0px;
        margin-bottom:20px;
    }
    
    .info {
        padding: 25px;
        bottom: 0px;
    }
    
    .container-fluid {
        max-width: 100%;
    }
    
    .container {
        max-width: 100%;
    }
    
    .caption {
        padding:7vh 0px;
    }
    
    .caption .title {
        font-size:33px;    
        line-height: 38px;
    }
    
    .logo,
    .logo-min {
        height: 50px !important;
    }
    
    .cta-block {
	    margin-top: 30px;
	    padding: 40px 15px;
    }
}

@media (max-width: 500px) {
    .vid {
        padding-top: 90px;
    }

	.logo,
	.logo-min {
		height: 40px !important;
	}
	
	.firstsection {
		padding-top: 103px;
	}
}


@media (min-width: 992px) {
	.totop {
		margin-top: -200px;
	}
}