/*
Theme Name: LM Real Estate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lm-real-estate
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LM Real Estate is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "museo" !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
    font-weight: 100;
}

body {
	margin: 0;
    text-align: center;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #3b3c3f !important;
    color: #fff !important;
    font-size: 24px !important;
    overflow: visible;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
    border-radius: 0px;
}

button:hover {
     background-color: #999 !important;
    -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
    border-radius: 0px;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #e5ddd0 !important;
        -webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
    border-radius: 0px;
}



button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "museo" !important;
	
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Custom */


    html,body {
            height: 100%;
            font-family: "museo" !important;
            max-width: 100%;
            color:#393b41;
        }
 body p {
    color: #393b41;
    font-family: "Open Sans",sans-serif;
    font-size: 18px !important;
    line-height: 45px;
     margin-bottom: 40px;
     margin-top:40px;
     font-weight: 500;
}
        h2 {
            color:#393b41 !important;
            font-weight: 100 !important;
            font-size: 32px !important;
            letter-spacing: 5px;
            line-height: 54px !important;
        }
      .top-header {
                
                height: 44px;
          background: url(imgs/top.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            }  
        .fixme {
           opacity: 0;
            position: fixed;
            top: 0px;
            -webkit-transition: opacity 0.1s; /* Safari */
            transition: opacity 0.1s;
            width: 100%;
            z-index: 999;
        }

        .fixme.allowshow {
            opacity: 1;
            -webkit-transition: opacity 1s; /* Safari */
            transition: opacity 1s;
             z-index: 99998;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }
        .header {
            background-color: #fff;


        }
        .header.fixme {
            top:20px;
 
        }
            .header.fixme img {
                max-height: 70px;
            }
.header.fixme.allowshow img {
    padding: 5px;
}
        .header img {
            vertical-align: middle;
            padding: 20px;
            max-height: 150px;
        }

        .navbar {
            z-index: 99999;
            margin-top: 20px;
            float: right;
            margin-bottom: 0px !important;
        }
            .navbar li {
                list-style-type: none;
            }


        .navbar li a {
            color: #4d4f53;
        }



        .navbar-toggle {
            position: relative;
            float: right;
            padding: 9px 10px;
            margin-top: 8px;
            margin-right: 15px;
            margin-bottom: 8px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
            position: relative;
            z-index: 99999;
            background-color: #fff !important;
        }
        .navbar-toggle .icon-bar {
            border-color: #000;
        }
        .navbar-toggle .icon-bar {
            background-color: #000 !important;
        }
        .headerplaat {
            background:url(imgs/huis.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            height: 100%;
            max-height: 624px;
            top: 0px;
            bottom: 0px;
        }
        .headerplaat {
            padding-top:110px;;
        }
        .headerplaat h1 {
            color: #fff;
        }
#scrolldown {
  bottom: -40px;
  height: 100px;
  margin-left: -50px;
  position: relative;
  left: 50%;
  text-align: center;
  width: 100px;
  z-index: 100;
}
#scrolldown p {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    color: #fff;
    font-size: 12px !important;
}
#scrolldown > p {
  text-transform: uppercase;
  text-indent: 3px;
}
.mouse {
  border: 2px solid #fff;
  border-radius: 13px;
  display: block;
  height: 46px;
  left: 50%;
  margin: 10px 0 0 -13px;
  position: absolute;
  width: 26px;
}
.mouse span {
  display: block;
  font-size: 1.5em;
  margin: 6px auto;
}
@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
        .firstblock, .firstblock .row {
    
            top: 0px;
            bottom: 0px; 

        }

        .firstblock .white {
            padding-top: 15%;
            padding-bottom: 15%;
}
.firstblock #tabel.white {
    padding-top: 10%;
    padding-bottom: 0;
}


        .brown {
            background-color: #e5ddd0;
            padding-top: 10%;
            padding-bottom: 10%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;  
             max-height: 700px;
        }
.privacy, .firstblock.privacy {
    max-height: none !important;
}

.privacy .brown, .privacy .brown, .privacy.firstblock, .privacy.firstblock .row {
    max-height: none !important;
}


.privacy .brown {
    background-color: #e5ddd0;
    bottom: 0;
    color: #fff;
    height: auto !important;
    max-height: none !important;
    padding-bottom: 10%;
    padding-top: 10%;
    top: 0;
}
        .brownwidth {
            background-color: #e5ddd0;
            padding-top: 5%;
            padding-bottom: 5%;
            color: #fff;

            top: 0px;
            bottom: 0px;  
        }
        .white {
            padding-top: 10%;
            padding-bottom: 15%;
            height: 100%;
            top: 0px;
            bottom: 0px;  
             max-height: 700px;
        }
.white img {
    margin-left: -136px;
}

        .color {
            background-color: #eedfc8;
        }

        

            .headerplaat a {
                padding-top: 60px;
                    left: 48%;
                    margin: 0 auto;
                    position: absolute;
                top:100%;
                color: #fff;
                                -webkit-transition: opacity 0.5s; /* Safari */
                transition: opacity 0.5s;
            }
            .headerplaat a:hover {
                opacity: 0.6;
                color: #fff;
                -webkit-transition: opacity 0.5s; /* Safari */
                transition: opacity 0.5s;
                text-decoration: none;
}
            .headerplaat a span {
                position: absolute;
                top: 100%;
                left: 50%;
                width: 24px;
                height: 24px;
                margin-left: -12px;
                border-left: 1px solid #fff;
                border-bottom: 1px solid #fff;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: border-box;
            }

            .scroll {
                height: 100%;
            }
        

@media screen and (min-width: 768px) {
        .secondblock, .secondblock .row {
            height: 100%;
            top: 0px;
            bottom: 0px;   
            max-height: 700px;
        }
        .secondblock .block {
            background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(imgs/afb3.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #e6e2df;
            padding-top: 15%;
            padding-bottom: 15%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }
        
        .secondblock .blocknext {
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }
        .secondblock .halffirst {
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #eedfc8;
            color: #fff;
            height: 50%;
            top: 0px;
            bottom: 0px;   
        }
        .secondblock .halfnext .halfhalf {
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #eedfc8;
            color: #fff;
            height: 50%;
            top: 0px;
            bottom: 0px;   
        }
    
    .secondimg {
        background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(imgs/afb5.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #e6e2df;
            padding-top: 15%;
            padding-bottom: 15%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;   
    }

        .blockwidth {
            background: url(imgs/top.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #e6e2df;
            padding-top: 15%;
            padding-bottom: 15%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;  
             max-height: 664px;
        }
    
.blockwidth.textnew {
    background-color: #3b3c3f;
    background-image: none;
    bottom: 0;
    color: #fff !important;
    height: auto !important;
    padding-bottom: 160px;
    padding-top: 160px;
    top: 0;
}
    
    .blockwidth.textnew h2 {
        margin-top: 0px;
        color: #fff !important;
    }
    
    
.imgtop img {
    margin-top: -620px;
}
    
    
    .imgfirst {
        background: url(imgs/afb4.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
    }
    
    .imgsecond {
        background: url(imgs/afb5.jpg) no-repeat center center fixed; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
    }
    .imgthree {
        background: url(imgs/afb6.jpg) no-repeat center center fixed; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
        max-height: 600px;
    }
    .imgfour {
        background: url(imgs/afb7.jpg) no-repeat center center fixed; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
    }
        
        .thirthblock {
            background-color: #fafafa;
            min-height: 100%;
            top: 0px;
            bottom: 0px;   
            padding-top: 15%;
            padding-bottom: 15%;
        }
        
        
        .fourthblock, .fourthblock .row {
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }
        
        .fourthblock .block {
            background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(imgs/huis.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #e6e2df;
            padding-top: 15%;
            padding-bottom: 15%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }
        
        

         .fourthblock .blockpink {
            background-color: #e6e2df;
            padding-top: 15%;
            padding-bottom: 15%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }       
        
        .fifthblock, .fifthblock .row {
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }

         .fifthblock .block {
            background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(imgs/huis.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            background-color: #e6e2df;
            padding-top: 15%;
            padding-bottom: 15%;
            color: #fff;
            height: 100%;
            top: 0px;
            bottom: 0px;   
        }  
    
    .sixtblock {
                background: url(imgs/top.jpg) no-repeat center center; 
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
            padding-bottom: 80px;
    }
        
        .sixtblock, .sixtblock .row, .sixtblock .row .container {
            bottom: 0;
            max-height: 720px;
            padding-top: 40px;
            text-align: left;
            top: 0;
        }

         .sixtblock .block {

            color: #000;
            height: 100%;
            max-height: 700px;
            top: 0px;
            bottom: 0px;   
        }  
}
        .footer {
            background-color: #2f2f2f;
            color: #fff;
            text-align: left;
            padding-top: 120px;
            padding-bottom: 120px;
            font-size: 18px;
            font-family: "Open Sans",sans-serif !important;
        }
.footer img {
    float: right;
    height: 114px;
}
.footer a {
    color: #fff;
}
.footerlogo {
    padding-top: 14px;
}

.footerbottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright {
    text-align: left;
}
.copyright a {
    color: #2f2f2f;
}

.janssen {
    text-align: right;
}
.janssen a {
    color: #2f2f2f;
}
#tabel {
    display: block;
}

#tabelblok {
    display: block;
    vertical-align: center;
}


.fotoright .white {
    padding-bottom: 5%;
    padding-top: 5%;
}


.fotoright {
    height: 100%;
    max-height: 600px;
}

.fotoright #tabelblok {
    display: block;
    vertical-align: center;
    margin-top: 0;
}

#secondblock #tabel {
    
}

.gform_wrapper textarea.large {
    height: 160px !important;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 15px;
    font-family: "Open Sans",sans-serif !important;
    color: #393b41;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    float: right;
    font-family: "Open Sans",sans-serif !important;
}

.footer a:hover {
    color: #fff;
}


.privacy {
    text-align: left;
}

.privacy .headerplaat {
    background: rgba(0, 0, 0, 0) url("imgs/huis.jpg") no-repeat scroll center center / cover ;
    bottom: 0;
    height: 100%;
    max-height: 250px;
    top: 0;
}

.privacy h1, .privacy h3 {
    color: #393b41;
}

@media screen and (max-width: 768px) {
    .white img {
        margin-left: 0px;
    }
    #contact .gform_wrapper .hidden_label input.large, #contact .gform_wrapper .hidden_label select.large, #contact .gform_wrapper .top_label input.large, #contact .gform_wrapper .top_label select.large {
    font-size: 14px !important;
    }    
    #contact .gform_wrapper textarea.large {
         font-size: 14px !important;
    }
    
button, input[type="button"], input[type="reset"], input[type="submit"] {

    font-size: 16px !important;
}
    
    .arrow {
    background-image: url("imgs/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 40px;
    left: 50%;
    margin-left: -38px !important;
    position: relative;
    top: 0 !important;
    width: 81px !important;
}
    
    .firstblock, .imgthree, .fotoright .white, .firstblock .white {
    min-height: 100px !important;
}
    
    .firstblock #tabel.white {
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-top: 10%;
}
    
    body p {
    font-size: 16px !important;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}
    

    
    
    
}
@media screen and (max-width: 992px) { 

    .footer .block {
        margin-bottom: 30px;
    }
}



/* HEader typing */


.text-js {
  opacity: 0;
}

.cursor {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: -5px;
  width: 2px;
  /* Change colour of Cursor Here */
  background-color: white;
  z-index: 1;
  -webkit-animation: flash 0.5s none infinite alternate;
          animation: flash 0.5s none infinite alternate;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.headline {
  margin: 20px;
    margin-bottom: 120px;
  color: white;
  font-size: 32px;
  text-align: center;
     background: rgba(0,0,0,0.6);
    padding-top:50px;
    padding-bottom: 80px;
}
.headline h1 {
font-size: 45px;
  font-weight: 100;
    letter-spacing: 5px;
}



#gform_1 .gfield label {
    display: none;
}



/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top {
      background-color: #3b3c3f;
}

.no-touch .cd-top:hover {
  background-color: #3b3c3f;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }


    
    
}

@media only screen and (max-width: 400px) {
        .mobiel.imgtop img {
        margin-top: 30px;
    }
    
.firstblock #tabel.white {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 10%;
}
    
    
        .mobiel.firstblock .white {
        height: 250px;
    }
    
    .mobiel.imgthree {
        height: 250px;
    }
    
    .mobiel.imgtop img {
        margin-top: 30px;
    }


}




@media only screen and (min-width: 400px) and (max-width: 768px) {
    
            .mobiel.imgtop img {
        margin-top: 30px;
    }
    .firstblock #tabel.white {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-top: 10%;
}
    
    
        .mobiel.firstblock .white {
        height: 500px;
    }
    .mobiel.firstblock .white {
    padding-bottom: 0;
    padding-top: 10%;
}
    
    .mobiel.imgthree {
        height: 500px;
    }
    
    .mobiel.imgtop img {
        margin-top: 30px;
    }
    .firstblock #tabel.white {
    padding-top: 0%;
    padding-bottom: 0;
}
    
    
}

@media only screen and (min-width: 690px) and (max-width: 768px) {
    .mobiel.firstblock .white {
        height: auto;
    }
    .h2, h2 {
    font-size: 30px;
    margin-top: 66px;
}
    .firstblock #tabel.white {
        padding-top: 0px;
    }
    
.afbipad {
    height: 400px !important;
}
    
}



@media only screen and (max-width: 768px) {

    
    .footer img {
    float: left;
    height: 114px;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .firstblock .white {
    padding-bottom: 15%;
    padding-top: 20%;
} 
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
   .firstblock .white {
    padding-bottom: 15%;
    padding-top: 25%;
} 
    
    .imgtop img {
    margin-top: -470px;
}
    
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
   .firstblock .white {
    padding-bottom: 15%;
    padding-top: 15%;
} 
    
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
   .firstblock .white {
    padding-bottom: 15%;
    padding-top: 10%;
}     
    
}

@media only screen and (min-width: 1700px) and (max-width: 2000px) {
   .firstblock .white {
    padding-bottom: 15%;
    padding-top: 8%;
} 
    
}

@media only screen and (min-width: 2000px) {
    .firstblock .white {
    padding-bottom: 8%;
    padding-top: 2%;
}
}



@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }

}




@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.arrow {
    background-image: url("imgs/arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 40px;
    left: 50%;
    margin-left: -60px;
    position: relative;
    top: 30px;
    width: 110px;

}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


    .mobiel {
        display: none;
    }
    .desktop {
        display: block;
    }


@media only screen and (max-width: 968px) {
    .mobiel {
        display: block;
    }
    .desktop {
        display: none;
    }
    
    .brown, .brown, .firstblock, .firstblock .row, .blockwidth, .container, .white, .sixtblock, .fotoright {
        height: auto;
        max-height: 1400px;
    }
   .firstblock, .imgthree, .fotoright .white, .firstblock .white {
        min-height: 400px;
       
        
    }
    


    
    
    .sixtblock {
        background: rgba(0, 0, 0, 0) url("imgs/top.jpg") no-repeat scroll center center / cover ;
    }
    
    .imgtop img {
        margin-top: 0px;
    }
    

    
    .white img {
        margin-left: 0px;
    }
    
    #tabel {
    display: block;
    vertical-align: center;
    margin-top: 0%;
}
    
    #tabelblok {
            display: block;
    vertical-align: center;
    margin-top: 0%;
    }
    
    
    .headline h1 {
        font-size: 24px;
    }
    .h2, h2 {
        font-size: 20px !important;
    }
    body p {
        font-size: 16px !important;
        line-height: 30px;
        margin-bottom: 20px;
       
    }
    .footer .block {
        margin-bottom: 30px;
    }
    
    .footer .footerlogo {
        padding:40px;
    }
    .janssen {
        text-align: left;
        margin-top: 20px;
    }
    
        .blockwidth.textnew {
background-image: none;
            background-color: #3b3c3f;
            padding-top: 10%;
        padding-bottom: 5%;
            color: #fff !important;
            top: 0px;
            bottom: 0px;  
            max-height: 374px;   
    }
    
    .blockwidth.textnew h2 {
        margin-top: 0px;
        color: #fff !important;
        line-height: 36px !important;
    }
    
    h2 {
        line-height: 36px !important;
    }

    
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    
    border: 1px solid #b4b4b4;
    border-radius:0px;
    
}

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    font-size: 20px !important;
    height: 62px;
    padding-left: 20px !important;
    color: #393b41 !important;
    font-family: "Open Sans",sans-serif !important;
    border: 1px solid #b4b4b4;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    
    #table {
        display: block !important;
    }
    
}




#contact #gform_confirmation_message_1 {
    color: #393b41;
    font-family: "Open Sans",sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 45px;
    margin-top:30px;

}
.verhuurd {
    background-color: #000;
    padding: 10px;
    color: #fff;
    top: 110px;
    position: relative;
    transform: rotate(-10deg);
    width: 50%;
    margin: 0 auto; 
}