/*
	Theme Name: Van Grunsven - Corporate
	Theme URI: https://www.grunsvengroep.nl/
	Description: .
	Author: GetBright
	Author URI: https://www.getbright.nl/

	Template: genesis
	Template Version: 2.3.1

	Text Domain: genesis-sample
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5rem;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
figure {
  margin: 1rem 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before,
#home-quote::before {
  content: " ";
  display: table;
}

.page-numbers {
  display: inline-block;
  color: black;
  background-color: #ffffff;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  margin-bottom: 50px;
}

.page-numbers:hover {
  display: inline-block;
  color: #ffffff;
  background-color: #53af31 !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.dots:hover {
  color: black !important;
  background-color: #ffffff !important;
}

.current {
  display: inline-block;
  color: #ffffff;
  background-color: #53af31 !important;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after,
#home-quote::after {
  clear: both;
  content: " ";
  display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 17px;
  font-size: 1.7rem;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0 auto;
  max-width: 1600px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #53af31;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1rem 0;
}

b,
strong {
  font-weight: 700;
}

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

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

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Forms
--------------------------------------------- */



input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}



input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: black;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: black;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #53af31;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 24px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
#inter-container div {
  color: var(--darkText);
}
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #fff;
  color: #4b9a2e;
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.2);
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 6px;
}

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
  margin: 0 auto;
  /*	max-width: 1280px; */
}

.site-inner {
  clear: both;
  word-wrap: break-word;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* ### Content */

.content {
  overflow: hidden;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 660px;
}

.full-width-content .content {
  width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
  /* padding: 0px 20px 0px 20px; */
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

#breadcrumb {
  float: right;
  padding-right: 2vw;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  width: 100%;
  display: block;
  text-align: right;
}

.after-entry,
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 40px;
  padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.site-header .search-form {
  float: right;
  margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-size: 2rem;
}

.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #53af31;
}

.widget-title {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
  background: none;
  padding: 0;
}

.featured-content .entry:last-of-type {
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
  border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
  background-color: #53af31;
  color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
}

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
  display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  outline: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

header.site-header {
  /* background-color: #fff; */
  position: fixed;
  max-width: 1600px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.admin-bar header.site-header {
  top: 32px;
}

header.site-header.headroom--unpinned {
  opacity: 0.9;
}

header.site-header.headroom--unpinned:hover,
header.site-header.headroom--pinned {
  opacity: 1;
}

header.site-header > .wrap {
  padding: 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

header.site-header.headroom--not-top > .wrap {
  padding: 10px 0;
}
header.site-header.headroom--unpinned > .wrap {
  padding: 5px 0;
}

header.site-header.headroom--unpinned:hover > .wrap,
header.site-header.headroom--pinned > .wrap {
  padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
  float: right;
  width: 100%;
  margin-right: 5%;
}

.header-image .title-area {
  max-width: 360px;
  padding: 0;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  float: left;
  min-height: 155px;
  width: 100%;
  background-image: url("images/groep_GRUNSVEN_rgb.png");
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-image .headroom--not-top .site-title > a {
  min-height: 50px;
}

.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

nav.nav-primary {
  float: left;
  padding-left: 8%;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: top;
}

.headroom--not-top nav.nav-primary {
  margin-top: 10px;
}

.genesis-nav-menu {
  clear: both;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
  vertical-align: text-top;
}

.genesis-nav-menu .menu-item.vgg-link a {
  color: #53af31 !important;
  text-decoration: none;
  padding-left: 45px;
  border-bottom: 0 !important;
  text-transform: unset;
}

.genesis-nav-menu .menu-item.vgg-link a::before {
  content: "";
  background-image: url("images/logo-beeldmerk.png");
  background-size: cover;
  width: 25px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 0px;
}

.genesis-nav-menu a {
  color: #000;
  display: block;
  padding: 8px 0px;
  text-decoration: none;
  font-weight: 300;
  text-transform: lowercase;
  border-bottom: 3px solid transparent;
  margin-right: 3.15rem;
  position: relative;
}

.genesis-nav-menu a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0px;
  background-color: #53af31;
  bottom: -2px;
  left: 0;
  transition: all .2s ease-in-out;
}

.genesis-nav-menu a:focus::after,
.genesis-nav-menu a:hover::after,
.genesis-nav-menu .current-menu-item > a::after,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus::after,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover::after {
  content: '';
  width: 28px;
}

.genesis-nav-menu .sub-menu {
  position: absolute;
  width: auto;
  overflow: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  transform: translateX(-5000px);
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  transform: translateX(0px);
  padding-bottom: 10px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu::before {
  content: "";
  display: block;
  width: 10000px;
  height: 100%;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  transform: translateX(-50%);
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 8px 0;
  position: static;
  width: auto;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  float: right;
}

.genesis-nav-menu .vacancies {
  background-color: #53af31;
  border-radius: 50%;
  width: 15px;
  display: flex;
  height: 15px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3px;
  right: -8px;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}

#menu-footer-menu {
  display: flex;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
.site-inner {
  margin-top: 125px;
}
.site-inner > div {
  display: inline-block;
}
#layout-left,
#layout-right {
  background-color: #fff;
  width: 6vw;
}
.content-sidebar-wrap {
  width: calc(100% - 12vw);
}

.error404 main.content {
  background-color: #fff;
}

.error404 main.content::before,
.error404 main.content::after {
  display: none;
}

main.content {
  background-color: #f4f4f4;
  position: relative;
  display: block;
}

body:not(.page-id-203) main.content::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(25.75% - 1px);
  content: "";
  background-color: #53af31;
}

body.page-id-188 div[id^="nieuws-block-"]::before {
  background-color: transparent !important;
}

main.content::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(61.25% - 1px);
  content: "";
  background-color: #53af31;
}

body.page-id-203 main.content::after {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  content: "";
  background-color: #53af31;
}

/* ## Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
  padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #333;
  color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
  clear: both;
  margin: 40px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #53af31;
  color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
  padding: 60px 60px 32px;
}

.entry-comments {
  padding: 60px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}

.sidebar > p {
  text-align: justify;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #fff;
  clear: both;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 60px 0 30px;
}

.footer-widgets > .footer-widgets-static {
  width: 23%;
  float: left;
  display: inline-block;
  text-align: center;
}

.footer-widgets > .footer-widgets-static img {
  width: 15%;
  height: auto;
}

.footer-widgets > .footer-widgets-static span {
  font-size: 36px;
  font-weight: 300;
  color: #53af31;
}

.footer-widgets > .wrap {
  width: 77%;
  float: right;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 25%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float: left;
}

.footer-widgets-4 {
  float: right;
}

.footer-widgets h4 {
  margin-bottom: 0;
  color: #53af31;
}

.footer-widgets-2 h4,
.footer-widgets-3 h4 {
  visibility: hidden;
}

.footer-widgets p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.footer-widgets-4 p a {
	color: #333;
	text-decoration: none;
}

.footer-widgets-4 p a:hover {
	color: #53af31;
	text-decoration: underline;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 60px 0;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

#footer-socials {
  padding-left: 23%;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
}
#footer-socials .contact-options {
  display: inline-flex;
  font-weight: bold;
  color: #53af31;
}
#footer-socials .contact-options a {
  color: #53af31;
  text-decoration: none;
}

#footer-socials::after {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -100px;
  left: 0;
  content: "";
  background-color: #fff;
  z-index: -1;
}

.page-id-194 #footer-socials {
  margin-top: 2vw;
}

#footer-socials a {
  margin-right: 14px;
  min-width: 24px;
  padding: 5px;
  color: #53af31;
}
#footer-socials a svg[class*="fa-"] {
  font-size: 24px;
}
#footer-copyright {
  padding-left: 23%;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.menu-footer-menu-container {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
}

.menu-footer-menu-container a {
  margin-right: 20px;
  text-decoration: none;
  color: #53af31;
}

.pre-footer {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -80px;
  font-size: 14px;
  color: #53af31;
  z-index: 999;
}

.pre-footer .beeldmerk {
  max-width: 60px;
  text-align: center;
  margin: 20px auto;
}

.pre-footer a {
  color: #53af31;
  text-decoration: none;
}

/* # Homepage slider
---------------------------------------------------------------------------------------------------- */

#slider {
  padding: 50px 7.79vw;
  position: relative;
  z-index: 2;
  margin-bottom: 180px;
}

#slider-nav {
  float: left;
  width: 28.109%;
  background-color: #f4f4f4;
  position: relative;
}

#slider-nav::before {
  background-color: #f4f4f4;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 100%;
}

#slider-nav .slick-list,
#slider-nav .slick-track {
  overflow: visible;
  transform: none !important;
}

#slider-nav a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  margin-bottom: 8px;
  padding: 18px 0;
  cursor: pointer;
  text-decoration: none;
  /*	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0); */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#slider-nav a:not(.slick-current) {
  opacity: 0.4;
}

#slider-nav a.slick-current {
  opacity: 1;
}

#slider-nav a.slick-current,
#slider-nav a:not(.slick-current):hover {
  /*	box-shadow: 0 2px 2px 0 rgba(55, 55, 55, 0.05); */
}

#slider-nav a:not(.slick-current):hover {
  opacity: 0.75;
}

#slider-nav {
  padding-bottom: 50px;
}

.slider-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

#slider-nav a *[class*="icon"] {
  font-size: 30px;
  float: left;
  width: 10%;
  margin-right: 6%;
  margin-left: 4%;
}

#slider-nav a:hover,
#slider-nav a:focus {
  color: #53af31;
}

#slider-nav a .text {
  position: relative;
  float: left;
  width: 75%;
  padding: 10px 20px 10px 10px;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  font-weight: 300;
}

#slider-nav a .text::before {
  content: "";
  width: 1px;
  height: 80%;
  top: 10%;
  left: -10px;
  position: absolute;
  border-left: 2px solid #53af31;
}

#slider-nav a .text span {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}

#slider-content {
  float: right;
  width: 71.89%;
  background-color: #f4f4f4;
  max-height: 660px;
  overflow: hidden;
}

.slide-content-item {
  height: auto;
  position: relative;
  overflow: hidden;
}

.slide-content-item::after {
  content: "‘dat kan.’";
  font-size: calc(10px + 1.8vw);
  color: #53af31;
  font-weight: 300;
  position: absolute;
  right: 30px;
  bottom: 14%;
  padding: 0 20px;
}

.slide-content-item::before {
  content: "-";
  font-size: calc(4px + 1vw);
  position: absolute;
  right: -50px;
  bottom: -750px;
  padding: 700px 16px 700px 5.2px;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  color: #53af31;
}

.slide-content-item::after {
  opacity: 0;
  -webkit-transition: opacity 0.5s 1s ease-in-out;
  -moz-transition: opacity 0.5s 1s ease-in-out;
  -ms-transition: opacity 0.5s 1s ease-in-out;
  -o-transition: opacity 0.5s 1s ease-in-out;
  transition: opacity 0.5s 1s ease-in-out;
}

.slide-content-item.slick-current::after {
  opacity: 1;
}

.slide-content-item::before {
  -webkit-transform: rotate(45deg) scale(0, 0);
  -moz-transform: rotate(45deg) scale(0, 0);
  -ms-transform: rotate(45deg) scale(0, 0);
  -o-transform: rotate(45deg) scale(0, 0);
  transform: rotate(45deg) scale(0, 0);
  color: transparent;
  -webkit-transition: all 1.25s ease-in;
  -moz-transition: all 1.25s ease-in;
  -ms-transition: all 1.25s ease-in;
  -o-transition: all 1.25s ease-in;
  transition: all 1.25s ease-in;
}

.slide-content-item.slick-current::before {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
  -webkit-transform: rotate(45deg) scale(-25, 0.5);
  -moz-transform: rotate(45deg) scale(-25, 0.5);
  -ms-transform: rotate(45deg) scale(-25, 0.5);
  -o-transform: rotate(45deg) scale(-25, 0.5);
  transform: rotate(45deg) scale(-25, 0.5);
  color: #53af31;
}

#slider-content img {
  width: 100%;
}

#slider-content {
  /*	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.2); */
}

/* # General styles
---------------------------------------------------------------------------------------------------- */

.bg-grijs {
  background-color: #f4f4f4;
}

.bg-wit {
  background-color: #fff;
}

.bg-groen {
  background-color: #53af31;
}

.tekst-zwart {
  color: #000;
}

.tekst-donkergrijs {
  color: #333;
}

.tekst-groen {
  color: #53af31;
}

.tekst-wit {
  color: #fff;
}

a.segment-icon {
  text-decoration: none;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  padding: 16px 8px;
  position: relative;
  /*	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.2); */
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.segment-icon:hover {
  /*	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0.2); */
  transform: scale(1);
  /* background-color: #fafafa; */
  color: #53af31;
}

a.segment-icon span {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

a.segment-icon .icon {
  width: 30%;
  display: block;
  margin: 0 auto 15px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-dots li button:before {
  color: #333;
}

.slick-dots li.slick-active button:before {
  color: #53af31;
}

.slick-prev {
  left: -5px;
  z-index: 9999;
  width: 5%;
  height: 20%;
  background-color: #fff;
}

.slick-next {
  right: -5px;
  z-index: 9999;
  width: 5%;
  height: 20%;
  background-color: #fff;
}

.facetwp-counter {
  display: none;
}

.acf-map {
  /*    float: left;*/
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

#projecten-overzicht .acf-map {
  height: 800px;
  max-height: calc(100vh - 250px);
  display: none;
}

.acf-map img {
  max-width: inherit !important;
}

.toggle-map {
  text-decoration: none;
  vertical-align: bottom;
  line-height: 35px;
  color: #53af31 !important;
}

.toggle-map .active {
  display: none;
}

.toggle-map svg[class*="fa-"] {
  font-size: 30px;
  padding-top: 8px;
  margin-right: 5px;
}
/*

.test {
    width: 50%;
    float: left;
    background-color: #53af31;
    padding: 80px 40px 40px;
    margin: 20px 0;
}

.test > h2 {
    color: #ffffff;
}
*/

.toonbeeld-label {
  display: block;
  position: fixed;
  right: 20px;
  
}

/* # WYSIWYG Content block
---------------------------------------------------------------------------------------------------- */

div[id^="content-block-"] {
  position: relative;
  z-index: 2;
  padding: 80px 40px 40px;
}

div[id^="content-block-"].nopadding {
  padding: 0;
}

div[id^="content-block-"].nopadding > p:last-child {
  margin-bottom: 0;
}

div.full-width[id^="content-block-"] {
  width: 96%;
}

div.half-width[id^="content-block-"] {
  width: 47%;
}

.single-project div.half-width[id^="content-block-0"] {
  width: 46%;
  padding-top: 40px;
}

div.full-width[id^="content-block-"][style*="float: left"],
div.full-width[id^="content-block-"][style*="float: right"] {
  margin-left: 2%;
  margin-right: 2%;
}

div.half-width[id^="content-block-"][style*="float: left"] {
  margin-left: 2%;
}

div.half-width[id^="content-block-"][style*="float: right"] {
  margin-right: 2%;
}

div[id^="content-block-"] h2 {
  font-weight: 700;
}

div[id^="content-block-"] .gca-column,
div[id^="content-block-"] p {
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}

.single-project div.half-width[id^="content-block-0"]::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("images/logo-beeldmerk.png");
  position: absolute;
  top: 50px;
  right: 3vw;
  background-size: contain;
  background-repeat: no-repeat;
}

.single-project div.half-width[id^="content-block-0"] h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

.single-project div.half-width[id^="content-block-0"] h3 + span {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0 36px;
  display: block;
  max-width: 45%;
}

.single-project div.half-width[id^="content-block-0"] h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1;
  color: #53af31;
}

.single-project div.half-width[id^="content-block-0"] h4 + .textwidget p {
  line-height: 1.5;
}

/* # Intro text block
---------------------------------------------------------------------------------------------------- */

div[id^="home-intro-"] {
  width: 38%;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

div[id^="home-intro-"] .fluid-width-video-wrapper {
	padding-top: 56% !important;
}

div[id^="home-intro-"] .fluid-width-video-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: transparent;
}

div[id^="home-intro-"][style*="float: left"] {
  margin-left: 4.8%;
}

div[id^="home-intro-"][style*="float: right"] {
  margin-right: 4.8%;
}

div[id^="home-intro-"] h2 {
  font-weight: 700;
}

div[id^="home-intro-"] p {
  font-weight: 300;
  line-height: 1.3;
  text-align: justify;
}

/* # Segmenten block
---------------------------------------------------------------------------------------------------- */
div[id^="home-segmenten-"] {
  width: 48%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 80px 40px 40px;
  margin-bottom: 40px;
}

div[id^="home-segmenten-"][style*="float: left"] {
  margin-left: 2%;
}

div[id^="home-segmenten-"][style*="float: right"] {
  margin-right: 2%;
}

div[id^="home-segmenten-"] p {
  margin-bottom: 0;
  text-align: justify;
}

div[id^="home-segmenten-"] h3 {
  color: #53af31;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

div[id^="home-segmenten-"] h3 + span {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0 18px;
  display: block;
}

/* # Vraag block
---------------------------------------------------------------------------------------------------- */
div[id^="vraag-block-"] {
  width: 48%;
  position: relative;
  z-index: 2;
  padding: 40px 40px 0;
  overflow: hidden;
}

.page-id-194 div[id^="vraag-block-"] {
  width: 47%;
}

.single-project div[id^="vraag-block-0"] {
  width: 46%;
}

div[id^="vraag-block-"] > div:first-child {
  min-height: 9vw;
}

div[id^="vraag-block-"][style*="float: left"] {
  margin-left: 2%;
}

div[id^="vraag-block-"][style*="float: right"] {
  margin-right: 2%;
}

div[id^="vraag-block-"] h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

div[id^="vraag-block-"] h3 + span {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin: 5px 0 18px;
  display: block;
}

.page-id-194 div[id^="vraag-block-"] h3 + span {
  font-size: 28px;
}

div[id^="vraag-block-"] p {
  font-weight: 300;
  font-size: 17px;
}

div[id^="vraag-block-"] .one-half + p {
  clear: both;
}

form[id^="gform_"] label {
  display: none !important;
}

div[id^="vraag-block-"] .gform_wrapper textarea.small {
  resize: vertical;
  height: 41px;
  min-height: 41px;
  max-height: 200px;
  max-width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

div[id^="vraag-block-"] .gform_wrapper textarea.small:focus {
  resize: vertical;
  height: 80px;
  min-height: 80px;
  max-height: 200px;
  max-width: 100%;
}

div[id^="vraag-block-"] .one-half .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 18vw;
  max-height: 215px;
  background-position: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  -webkit-clip-path: polygon(12.5% 0, 100% 0, 100% 100%, 100% 100%, 0 67%);
  clip-path: polygon(12.5% 0, 100% 0, 100% 100%, 100% 100%, 0 67%);
  z-index: -1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div[id^="vraag-block-"] .one-half .image {
    max-width: 12vw;
    max-height: 180px;
  }
}

div[id^="vraag-block-"] .gfield_html_formatted {
  color: #fff;
}

div[id^="vraag-block-"] .gf_left_half,
div[id^="vraag-block-"] .gf_right_half {
  margin-top: 0;
}

#input_6_2_1 {
  margin-bottom: 18px;
}

#field_6_6 > label,
#field_6_9 > label {
  display: block !important;
}

#field_6_6 {
  display: inline-block;
}

#field_6_10,
#field_6_7,
#field_6_11,
#field_6_12 {
  display: inline-block;
  padding-right: 0;
}

#field_6_10 {
  margin-left: 4% !important;
}

#field_6_10 span,
#field_6_11 span {
  letter-spacing: 0.2rem;
}

#field_6_11 span {
  margin-left: 4px;
}

#field_6_10 label {
  display: block !important;
  position: absolute;
  margin-top: -44px;
}

#input_6_7,
#input_6_12 {
  width: 60px !important;
  text-align: center;
}

#field_6_9 .validation_message {
  display: block;
  color: #fff;
  font-weight: 300;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month {
  width: inherit !important;
  max-width: inherit;
}

.gform_wrapper .gfield_date_day input {
  width: 60px !important;
}
.gform_wrapper .gfield_date_month input {
  width: 60px !important;
}
.gform_wrapper .gfield_date_year input {
  width: 60px !important;
}

/* # Projecten block
---------------------------------------------------------------------------------------------------- */

div[id^="projecten-block-"] {
  width: 46%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px;
  overflow: visible;
}

div[id^="projecten-block-"][style*="float: left"] {
  margin-left: 2%;
}

div[id^="projecten-block-"][style*="float: right"] {
  margin-right: 2%;
}

div[id^="projecten-block-"] .block-title {
  position: absolute;
  top: -60px;
  padding: 15px 2vw;
  color: #53af31;
  font-weight: 600;
  left: 0;
  height: 60px;
  background-color: #fff;
  text-align: left;
  width: auto;
  min-width: 20%;
}

div[id^="projecten-block-"] .slick-dots {
  position: absolute;
  top: -52px;
  width: 100%;
  padding: 15px;
  color: #53af31;
  font-weight: 600;
  left: 0;
  height: 60px;
  text-align: center;
}

div[id^="projecten-block-"]::before {
  content: "";
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  background-color: #f4f4f4;
  display: block;
  position: absolute;
}

div[id^="projecten-block-"] .icon,
.card .icon {
  width: 40px;
  position: absolute;
  right: 10px;
}

.home div[id^="projecten-block-"] .icon {
  margin-top: -22px;
}

.home div[id^="projecten-block-"] p {
  text-align: justify;
}

div[id^="projecten-block-"] h3,
div[id^="projecten-block-"] h4 {
  padding-right: 70px;
}

div[id^="projecten-block-"] .button {
  float: left;
  /*padding-left: 0;*/
}

div[id^="projecten-block-"] .button:hover,
div[id^="projecten-block-"] .button:focus {
  padding-left: 24px;
}

.project-slide span {
  margin-top: 20px;
}
.project-slide h3 {
  font-size: 24px;
  font-weight: 400;
}
.project-slide h4 {
  font-weight: 300;
}

/* # Inspiratie block
---------------------------------------------------------------------------------------------------- */

div[id^="inspiratie-block-"] {
  width: 46%;
  position: relative;
  z-index: 2;
  padding: 40px;
  overflow: visible;
}

div[id^="inspiratie-block-"][style*="float: left"] {
  margin-left: 2%;
}

div[id^="inspiratie-block-"][style*="float: right"] {
  margin-right: 2%;
}

.ins-vraag {
  padding-left: 55%;
  padding-right: 2vw;
  font-size: 30px;
  font-weight: 300;
  color: #53af31;
  line-height: 1.2;
}

.ins-img {
  position: absolute;
  width: 40%;
  left: 0;
  top: 100px;
}

.ins-persoon {
  width: 66%;
  float: right;
  margin-right: 2vw;
  position: relative;
}

.ins-persoon::before {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  background-color: #53af31;
  transform: rotate(-30.3deg);
  display: block;
  left: -15%;
  right: 0;
  margin: 0 auto;
  top: 20%;
  bottom: 0;
}

.ins-persoon img {
  position: relative;
  margin: 0 auto;
  width: 80%;
  padding-left: 5%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 50%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 0, 100% 50%, 0 100%, 0 0);
}

.ins-quote {
  float: right;
  position: relative;
  margin-top: -150px;
  display: block;
  font-size: 36px;
  clear: both;
  color: #53af31;
  font-weight: 300;
  padding-right: 3vw;
}

/* # Nieuws block
---------------------------------------------------------------------------------------------------- */

div[id^="nieuws-block-"] {
  width: 46%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px;
  overflow: visible;
}

div[id^="nieuws-block-"][style*="float: left"] {
  margin-left: 2%;
}

div[id^="nieuws-block-"][style*="float: right"] {
  margin-right: 2%;
}

div[id^="nieuws-block-"] .block-title {
  position: absolute;
  top: -60px;
  padding: 15px 2vw;
  color: #53af31;
  font-weight: 600;
  left: 0;
  height: 60px;
  background-color: #fff;
  text-align: center;
}

div[id^="nieuws-block-"]::before {
  content: "";
  width: 100%;
  height: 100px;
  top: -100px;
  left: 0;
  background-color: #f4f4f4;
  display: block;
  position: absolute;
}

div[id^="nieuws-block-"] .nieuws-item {
  display: block;
  margin-bottom: 30px;
}

.nieuws-item.hidden {
  display: none;
}

.page-id-188 div[id^="nieuws-block-"],
.page-id-1082 div[id^="nieuws-block-"] {
  width: calc(100% - 4vw);
  padding: 0;
  background-color: transparent;
}

.page-id-188 div[id^="nieuws-block-"][style*="float: left"],
.page-id-1082 div[id^="nieuws-block-"][style*="float: left"] {
  margin-left: 2vw;
}

.page-id-188 div[id^="nieuws-block-"][style*="float: right"],
.page-id-1082 div[id^="nieuws-block-"][style*="float: right"] {
  margin-right: 2vw;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item:nth-child(odd),
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item:nth-child(odd) {
  float: left;
  width: 48%;
  margin-right: 0;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item:nth-child(even),
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item:nth-child(even) {
  float: left;
  width: 48%;
  margin-right: 4%;
  clear: both;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item,
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item {
  margin-bottom: 30px;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item .entry-date,
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item .entry-date {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item h3,
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item h3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 21px;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item p,
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
  margin-bottom: 0;
  text-align: justify;
}

.page-id-188 div[id^="nieuws-block-"] .nieuws-item img,
.page-id-1082 div[id^="nieuws-block-"] .nieuws-item img {
  width: 90%;
  height: auto;
  float: right;
}

.project-slide span,
.nieuws-item .entry-date {
  display: block;
  color: #53af31;
  font-size: 15px;
  font-weight: 500;
}

.nieuws-item h3 {
  font-size: 24px;
  font-weight: 400;
}

.nieuws-item h3 + p {
  font-size: 17px;
  text-align: justify;
}

.arrow {
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.arrow::after {
  content: "";
  background-image: url("images/arrow.png");
  display: inline-block;
  margin-left: 20px;
  width: 50px;
  height: 20px;
  background-size: 100% auto;
  background-position: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 6px;
  position: absolute;
}

.arrow:hover {
  color: #53af31;
}

.arrow:hover::after {
  margin-left: 25px;
}

.readmore {
  color: #53af31;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 16px;
  text-decoration: none;
  white-space: normal;
  width: auto;
  text-align: left;
}

/* # Nieuwsbrief block
---------------------------------------------------------------------------------------------------- */

div[id^="nieuwsbrief-block-"] {
  width: 46%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 40px;
  overflow: visible;
}

div[id^="nieuwsbrief-block-"][style*="float: left"] {
  margin-left: 2%;
}

div[id^="nieuwsbrief-block-"][style*="float: right"] {
  margin-right: 2%;
}

div[id^="nieuwsbrief-block-"] .block-title {
  position: absolute;
  top: -60px;
  padding: 15px 2vw;
  color: #53af31;
  font-weight: 600;
  left: 0;
  height: 60px;
  background-color: #fff;
  text-align: center;
}

div[id^="nieuwsbrief-block-"] .block-title + p {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
}

div[id^="nieuwsbrief-block-"] > p > span {
  color: #53af31;
  font-size: 16px;
}

div[id^="nieuwsbrief-block-"] h3 {
  font-size: 24px;
  font-weight: 400;
}

div[id^="nieuwsbrief-block-"] h3 + p {
  font-size: 17px;
}

div[id^="nieuwsbrief-block-"] form[id^="gform_"] label {
  display: none !important;
}

div[id^="nieuwsbrief-block-"] form[id^="gform_"] input[type="text"],
div[id^="nieuwsbrief-block-"] form[id^="gform_"] input[type="email"] {
  border: 0 !important;
  border-bottom: 1px solid #53af31 !important;
}

div[id^="nieuwsbrief-block-"] form[id^="gform_"] input[type="submit"] {
  background-color: #f4f4f4;
}

div[id^="nieuwsbrief-block-"] form[id^="gform_"] input[type="submit"]:hover,
div[id^="nieuwsbrief-block-"] form[id^="gform_"] input[type="submit"]:focus {
  background-color: #53af31;
}

/* # Tijdlijn block
---------------------------------------------------------------------------------------------------- */

div[id^="tijdlijn-"] {
  width: 100%;
  float: none !important;
  position: relative;
  z-index: 2;
  padding: 80px 40px 40px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

div[id^="tijdlijn-"] > .tijdlijn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.nieuwswit {
  background-color: #ffffff;
  text-align: center;
  padding: 15px 2vw;
  /* width: 150px; */
  color: #53af31;
  font-weight: 600;
}

div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(odd) {
  flex-direction: row-reverse;
}

div[id^="tijdlijn-"] > .wit:nth-child(even) img {
  float: right;
  width: 80%;
}

.wit > .one-half.first {
  padding: 2vw;
}

div[id^="tijdlijn-"] > .wit:nth-child(odd) img {
  float: left;
  width: 80%;
  margin-left: -13px;
}
div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(odd) .one-half {
  margin-left: 0px !important;
}
div[id^="tijdlijn-"] > .tijdlijn-item .image {
  width: 45%;
}

div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(odd) .info {
  margin-left: 15%;
  margin-right: 10%;
}

div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(even) .info {
  margin-left: 10%;
  margin-right: 15%;
}

div[id^="tijdlijn-"] > .tijdlijn-item .info {
  max-width: 30%;
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  text-align: justify;
}

div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(odd) .info.large {
  margin-left: 0%;
  margin-right: 10%;
}

div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(even) .info.large {
  margin-left: 10%;
  margin-right: 0%;
}

div[id^="tijdlijn-"] > .tijdlijn-item .info.large {
  max-width: 45%;
  background-color: #fff;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

div[id^="tijdlijn-"] > .tijdlijn-item .info h4 {
  font-size: 25px;
  font-weight: 300;
  padding-right: 20%;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: left;
}

div[id^="tijdlijn-"] > .tijdlijn-item .info .jaartal {
  font-size: 16px;
  font-weight: 500;
  color: #53af31;
  line-height: 1;
}

div[id^="tijdlijn-"] > .tijdlijn-item .info .jaartal-kort {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
  padding-right: 30px;
}

div[id^="tijdlijn-"] > .tijdlijn-item .info .jaartal-kort::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-color: #53af31;
  z-index: -1;
  transform: rotate(40deg);
  position: absolute;
  top: -115px;
  right: -100px;
}

div[id^="tijdlijn-"] > .tijdlijn-item > .info:first-child {
  margin-left: 0;
  margin-right: 0;
}

.wit {
  background-color: #ffffff;
  position: relative;
}

/* # Gravity Forms error messages
---------------------------------------------------------------------------------------------------- */

.gfield_error {
  background-color: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.gfield_error:before {
  content: "\f071    Controleer of dit veld correct is ingevuld" !important;
  font-family: FontAwesome, "Roboto", sans-serif !important;
  color: #cc0000 !important;
  font-size: 16px;
  font-size: 1.6rem;
}

#field_6_10.gfield_error .ginput_container,
#field_6_7.gfield_error .ginput_container,
#field_6_11.gfield_error .ginput_container,
#field_6_12.gfield_error .ginput_container {
  display: inline-block;
}

#field_6_10.gfield_error,
#field_6_7.gfield_error,
#field_6_11.gfield_error,
#field_6_12.gfield_error {
  display: inline !important;
}

#field_6_10.gfield_error::before,
#field_6_7.gfield_error::before,
#field_6_11.gfield_error::before,
#field_6_12.gfield_error::before {
  content: "" !important;
}

.gfield_error + #field_6_10 {
  margin-left: 0 !important;
  margin-top: 40px !important;
}

/* Hide the error message since we're displaying it above */
.validation_error,
.validation_message {
  display: none;
}

gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container {
  margin-top: 1px;
}

.gform_wrapper div.validation_error {
  font-size: 1.2rem;
  font-weight: bold;
  /* 	margin-bottom: 1.6rem; */
}

.gform_wrapper div.validation_error {
  font-size: 1.2rem;
  font-weight: bold;
}

div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2rem;
  margin-bottom: 16px;
}

.gform_wrapper .validation_message {
  font-weight: bold;
  letter-spacing: normal;
}

.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error textarea {
  border-color: #cc0000 !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.gform_wrapper .gform_ajax_spinner {
  display: none;
}

.gform_wrapper div.charleft {
  display: none !important;
}

/* # Projecten overzicht
---------------------------------------------------------------------------------------------------- */

#projecten-overzicht {
  padding: 40px 2%;
  position: relative;
  z-index: 2;
  background-color: #f4f4f4;
  display: flex;
}

#projecten-overzicht .sidebar {
  width: 20%;
  float: left;
  max-width: 250px;
}

#projecten-overzicht .sidebar h1 {
  font-size: 28px;
  font-weight: 700;
  color: #53af31;
  line-height: 1.2;
}

#projecten-overzicht .sidebar h3 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
}

#projecten-overzicht .sidebar h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #53af31;
}

.facetwp-checkbox {
  display: table;
  background-size: 18px 18px !important;
  padding-left: 36px !important;
  margin: 8px 0 8px 5px !important;
  font-weight: 300;
}

#projecten-overzicht .content {
  /* width: 80%; */
  float: right;
  padding-left: 5%;
  background-color: #f4f4f4;
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	#projecten-overzicht .content .woning-type {
		flex: 1 40% !important;
	}
}

.card {
  background-color: #fff;
  /* box-shadow: 0 2px 2px 0 rgba(55, 55, 55, 0.1); */
  width: 32%;
  float: left;
  margin-bottom: 40px;
  transform: scale(0.975) rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card > a {
  color: #333;
  text-decoration: none;
}

.card:hover {
  transform: scale(1) rotate(-0.002deg);
  /* box-shadow: 0 2px 2px 0 rgba(55, 55, 55, 0.3); */
}

.card-image {
  position: relative;
  line-height: 0;
}

.facetwp-template .card-image {
  padding: 0 0 62.5%;
  position: relative;
  line-height: 0;
  max-height: 0;
  overflow: hidden;
}

.card.type-project .card-image::before {
  content: "Bekijk project";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 175, 49, 0.7);
  padding-top: 33%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.card.type-project:hover .card-image::before {
  opacity: 1;
}

.card-content {
  position: relative;
  padding: 20px 20px 10px;
}

.card h1,
.card h3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 22px;
}

.card.type-project h3 {
  padding-right: 50px;
  min-height: 60px;
}

.card.type-post .project-data,
.card.type-vacature .project-data,
.card.type-project .project-data {
  display: block;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 1px solid #333;
}

.card.type-post .project-data .label,
.card.type-vacature .project-data .label,
.card.type-project .project-data .label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.card.type-post .project-data .value,
.card.type-vacature .project-data .value,
.card.type-project .project-data .value {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
}

.card.type-vacature h3 {
  padding-right: 75px;
}

.vacature-status {
  position: absolute;
  top: 12px;
  right: 7px;
  padding: 10px;
  background-color: #53af31;
  color: #fff;
  font-weight: 300;
}

.card .icon {
  right: 20px;
}

.facetwp-template > .card:nth-child(3n + 1) {
  margin-right: 2%;
}
.facetwp-template > .card:nth-child(3n + 2) {
  margin-right: 2%;
}
.facetwp-template > .card:nth-child(3n + 3) {
  margin-right: 0%;
}

.single-project main.content::before,
.single-project main.content::after {
  display: none;
}
.project-content {
  position: relative;
  z-index: 3;
}
.visual-container {
  width: 100%;
  height: 44vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-info {
  width: 50%;
  margin-left: 12.5%;
  background-color: #fff;
  padding: 30px;
}

.single-project .project-omschrijving {
  position: relative;
  background-color: #fff;
  margin: 100px 2% 180px;
  padding: 30px;
}

.single-project .project-woningen {
  position: relative;
  margin: 100px 2% 180px;
}

.single-project .block-title {
  position: absolute;
  top: -60px;
  width: auto;
  padding: 15px 2vw;
  color: #53af31;
  font-weight: 600;
  left: 0;
  height: 60px;
  background-color: #fff;
  text-align: center;
}

.woningtype-wrapper {
  display: block;
  width: 100%;
}
.woningtypes-wrapper {
  width: calc(100% + 1vw);
}

.woningtypes-wrapper .slick-track {
  min-width: 84vw;
}

.woningtypes-wrapper .slick-track .single-woning {
  padding-right: 1vw;
}

/* .woningtypes-wrapper .slick-track .slick-current + .single-woning { */
/* padding: 0 0.5vw; */
/* } */

/* .woningtypes-wrapper .slick-track .slick-current + .single-woning  + .single-woning { */
/* padding-left: 1vw; */
/* } */

.single-project .project-woningen .single-woning {
  display: block;
}

.single-project .project-woningen .single-woning .single-woning-wrapper {
  background-color: #fff;
}

.slick-dots > li:only-child {
  display: none;
}

.woningtype-menu ul {
  display: block;
  margin: 0 2%;
}
.woningtype-menu ul li {
  display: inline-block;
  margin-right: 2%;
}

.woningtype-menu ul li a {
  padding: 10px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.woningtype-menu ul li.active a {
  font-weight: 700;
}

#referentie-info {
  padding: 40px 2%;
  margin-top: 30px;
}

#referentie-info > div {
  width: 25%;
  float: left;
  position: relative;
  padding-left: 10px;
  border-left: 1px solid #53af31;
}

#referentie-info > div:first-child {
  width: 25%;
  float: left;
  position: relative;
  padding-left: 0;
  border-left: 0;
  color: #53af31;
  font-weight: 500;
}

#referentie-info .icon {
  width: 40px;
  position: absolute;
  top: 2px;
  left: -55px;
}

#referentie-main {
  position: relative;
  z-index: 2;
  width: 96%;
  margin: 120px 2%;
}

#referentie-main h2 {
  font-weight: 300;
  font-size: 36px;
}

#referentie-main p {
  text-align: justify;
}

.woningen-filter-wrapper {
  position: absolute;
  top: -60px;
  width: auto;
  padding: 15px 30px;
  color: #53af31;
  font-weight: 300;
  left: 200px;
  height: 60px;
}

.woningen-filter {
  text-decoration: none;
  cursor: pointer;
  padding: 0 12px 0 35px;
  position: relative;
}
.woningen-filter::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333;
  display: block;
}

.woningen-filter::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  margin-right: 12px;
  position: absolute;
  top: 1px;
  left: 10px;
}

.filtered .woningen-filter {
  opacity: 0.5;
}

.filtered .woningen-filter:hover,
.filtered .woningen-filter:focus,
.filtered .woningen-filter.active {
  opacity: 1;
}

.woningen-filter.active::before {
  background-color: #333;
  border: 1px solid #333;
}
.woningen-filter:first-child::after {
  display: none;
}
.woningen-filter.active {
  font-weight: 500;
}

.single-project .info-item {
  display: inline-block;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 1px solid #333;
  padding-right: 60px;
}

.single-project .menu-item-200 > a {
  border-bottom: 3px solid #53af31;
}

#referentie-info .label,
.single-project .info-item .label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

#referentie-info .value,
.single-project .info-item .value {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
}

.info-description h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin: 20px 0 30px;
}

.info-description p {
  text-align: justify;
}

.project-omschrijving h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin: 60px 0 30px;
}

.project-omschrijving p,
.project-locatie p,
.single-woning-wrapper p {
  text-align: justify;
}

.single-woning .info-wrapper {
  padding: 24px 30px 30px;
  position: relative;
}

.single-woning .segment-algemeen .card-image {
  cursor: pointer;
}

.single-woning .segment-algemeen .card-image::before {
  content: "Bekijk woningtype";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 175, 49, 0.7);
  padding-top: 33%;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-woning .segment-algemeen .card-image:hover::before {
  opacity: 1;
}

.single-woning.active .segment-algemeen .card-image > img {
  display: none;
}

.single-woning .extended-info {
  display: none;
}
.single-woning.active .extended-info {
  display: block;
}
.single-woning.active {
  margin-left: 0 !important;
  margin-right: 0;
  width: 100% !important;
  max-width: 84vw;
}

.single-woning.active .extended-info .one-half.first {
  padding: 2%;
}

.single-woning.active .extended-info dl > dt {
  width: 46%;
  float: left;
}
.single-woning.active .extended-info dl > dd {
  width: 40%;
  display: inline-block;
  margin-left: 6%;
}
.single-woning.active .extended-info h5 {
  clear: both;
  display: block;
  margin-top: 20px;
}

.single-woning .info-wrapper .beschikbaarheid {
  position: absolute;
  top: -8px;
  font-size: 14px;
  font-weight: 400;
  right: 0;
  padding: 5px 30px;
  background-color: #53af31;
  color: #fff;
}

.segment-plattegronden {
  padding: 2%;
  background-color: #fff;
}

.segment-plattegronden .one-sixth h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

.segment-plattegronden .one-sixth li.active {
  border-bottom: 1px solid #ccc;
}

.segment-plattegronden .one-sixth li.active a {
  font-weight: 500;
}

.segment-plattegronden .one-sixth li a {
  text-decoration: none;
}

.segment-plattegronden .one-sixth ul {
  margin-bottom: 20px;
}

.single-woning .info-wrapper h3 {
  font-weight: 300;
  margin-bottom: 20px;
}

.single-woning .block-title {
  display: none;
  left: 150px;
}

.single-woning.active .block-title {
  display: block;
}

.single-woning .block-title *[class*="fa-"] {
  position: absolute;
  top: 0;
  right: 0;
}

.single-project .project-data {
  display: block;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 12px;
  border-left: 1px solid #333;
  padding-right: 60px;
}

.single-project .project-data .label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.single-project .project-data .value {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  display: block;
}

.fotoslider {
  max-width: 48%;
  float: right;
  margin-left: 2%;
}

.fotoslider img {
  width: 100%;
  height: auto;
}

.project-fotos {
  position: relative;
  margin: 100px auto 180px;
  max-width: 66%;
}

#referentie-main .three-fourths .project-fotos {
  max-width: 100%;
}

#referentie-main .one-fourth .readmore-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #f4f4f4;
  width: 100%;
  padding-top: 10px;
}

#referentie-main .one-fourth .readmore-wrapper a::after {
  content: "\A";
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #53af31 transparent transparent;
  position: absolute;
  left: 91px;
  transform: rotate(-90deg);
  top: 28px;
}

#referentie-main .one-fourth .readmore-wrapper a:hover::after {
  border-color: transparent #383838 transparent transparent;
}

.project-locatie {
  padding: 40px 2%;
  margin: 100px 2% 180px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.project-opdracht {
  padding: 40px 2%;
  margin-top: 100px;
  margin-bottom: 180px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

#referentie-main .project-fotos {
  margin: 0 2%;
}

#referentie-main .project-locatie {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

#referentie-main #project-nieuws + .project-locatie {
  clear: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 48%;
}

#referentie-main .project-locatie .acf-map {
  margin-top: 0;
  margin-bottom: 0;
}

#referentie-main .project-locatie h2 {
  padding: 2vw 2vw 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

#referentie-main .project-locatie p {
  padding: 2vw;
  margin-bottom: 0;
}

#referentie-main .project-locatie h2 + p {
  padding: 0 2vw 20px 2vw;
  margin-bottom: 0;
}

#ligging .map-container {
  padding: 0 2vw 2vw;
}

#ligging.standaard .map-container {
  padding: 2vw 2vw;
}

.project-locatie h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin: 60px 0 30px;
}

.project-kavelkaart {
  margin: 100px 2% 180px;
  position: relative;
  z-index: 2;
}

.project-kavelkaart .kaart {
  background-color: #fff;
  width: 100%;
  max-width: 72.5%;
  display: inline-block;
}

.project-kavelkaart .legenda {
  display: inline-block;
  float: right;
  width: 27%;
  background-color: #fff;
  padding: 40px 30px;
  overflow-y: scroll;
}

.project-kavelkaart .legenda .kleur {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  clear: both;
}

.project-kavelkaart .legenda .type-info {
  display: block;
  width: calc(100% - 95px);
  float: right;
  margin-right: 15px;
}

.project-kavelkaart .legenda .type-info .label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

.project-kavelkaart .legenda .type-info h3 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin-bottom: 0;
}

.project-kavelkaart .legenda .type-info .type {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
}

.project-kavelkaart .legenda .type-info ul {
  margin-bottom: 20px;
}

.project-kavelkaart .legenda .type-info ul span {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  border-top: 1px solid #c0c0c0;
  padding-top: 6px;
}

.project-kavelkaart .legenda .type-info ul li {
  padding-bottom: 6px;
  font-size: 14px;
}

.project-kaveloverzicht {
  margin: 100px 2% 180px;
  padding: 40px 2%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.project-kaveloverzicht table {
  margin-bottom: 0;
}

.project-kaveloverzicht thead td {
  font-weight: 700;
}

div.project-inschrijven {
  width: 46%;
  position: relative;
  z-index: 2;
  float: left;
  padding: 40px;
  overflow: visible;
  margin-left: 2%;
}

div.project-inschrijven .block-title {
  position: absolute;
  top: -60px;
  padding: 15px 2vw;
  font-weight: 600;
  left: 0;
  height: 60px;
  text-align: center;
}

#vraag-block-project .label,
div.project-contact .label,
div.project-inschrijven .label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
}

#vraag-block-project h3,
div.project-contact h3,
div.project-inschrijven h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 300;
  display: block;
  margin: 20px 0 30px;
}

div.project-inschrijven
  .gform_wrapper
  .ginput_complex.ginput_container_address
  .ginput_right,
div.project-inschrijven
  .gform_wrapper
  .ginput_complex.ginput_container_address
  .ginput_left {
  min-height: auto !important;
  margin-top: 16px !important;
}

#vraag-block-project {
  width: 46%;
}

.project-contact {
  width: 46%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  float: left;
  padding: 40px;
  overflow: visible;
  margin-left: 2%;
  clear: none;
  margin-bottom: 120px;
  margin-top: 150px;
}

#project-nieuws {
  width: 46%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  float: right;
  padding: 40px;
  overflow: visible;
  margin-right: 2%;
  clear: none;
  margin-bottom: 120px;
}

#project-nieuws .pagination a {
  cursor: hand;
  cursor: pointer;
}

#project-nieuws .pagination a.current + a.item-next {
  display: none;
}

.makelaar-visual {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 50%;
  background-position: top 50%;
}

.makelaar-visual.logo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: 100% auto;
  border-radius: 0%;
  background-position: 50%;
  background-repeat: no-repeat;
}

#contact > .clearfix:not(:last-child) {
  margin-bottom: 30px;
}

#vraag-block-project + .project-contact {
  margin-left: 0;
  float: right;
  margin-right: 2%;
  margin-top: 0;
  clear: both;
}

.project-inschrijven + #vraag-block-project {
  margin-bottom: 200px;
}

.project-inschrijven + #vraag-block-project + .project-contact {
  clear: right;
  margin-top: -533px;
  margin-bottom: 250px;
}

#project-nieuws
  + .project-inschrijven
  + #vraag-block-project
  + .project-contact {
  margin-top: 0;
}

.project-contact .contact-buttons {
  text-align: center;
}

.project-contact .contact-buttons > div {
  text-align: center;
  float: left;
  width: 50%;
}

.project-contact .contact-buttons .contact-round {
  font-size: 30px;
  padding: 20px;
  width: 70px;
  height: 70px;
  border: 1px solid #53af31;
  border-radius: 50%;
  line-height: 1;
  margin: 20px auto 15px;
  display: block;
}

.project-contact .contact-buttons a {
  font-weight: 500;
  text-decoration: none;
}

.project-contact .contact-buttons a span {
  max-width: 45%;
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.single-post .card {
  transform: scale(1);
  margin-top: 20px;
  width: 21%;
  margin-left: 12vw;
}

.single-vacature .card {
  transform: scale(1);
  margin-top: 20px;
  width: 28%;
  margin-left: 2vw;
}

.single-post-content,
.single-vacature-content {
  width: 65%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  float: right;
  padding: 40px;
  overflow: visible;
  margin-right: 2vw;
  clear: none;
  margin-bottom: 120px;
  margin-top: 20px;
  text-align: justify;
}

.single-post-content {
  width: 49%;
  margin-right: 12vw;
}

.single-post-content h1,
.single-vacature-content h1,
.single-vacature-content h3 {
  font-weight: 300;
}
.single-post-content h2,
.single-vacature-content h2 {
  font-weight: 500;
  padding-top: 20px;
}

.single-vacature-content form[id^="gform_"] label {
  display: block !important;
}

.single-vacature-content .gform_wrapper label.gfield_label {
  font-weight: 500 !important;
}

.single-vacature-content .message {
  display: block;
  font-weight: 300;
  min-height: 40px;
  margin-bottom: 15px;
  border-left: 1px solid #53af31;
  padding: 12px;
  background-color: #fff;
  color: #53af31;
}

.single-vacature-content ul {
  padding-left: 5px;
}

.single-vacature-content ul li::before {
  content: "- ";
}

.single-post article.entry {
  background-color: #fff;
  position: relative;
  z-index: 8;
}

.icon-scroll {
  margin-top: 15px;
}

.icon-scroll:before,
.icon-scroll:after {
  position: absolute;
  left: 50%;
}
.scrollpop {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #53af31;
  margin: -35px auto 0;
  bottom: -30px;
  /* box-shadow: inset 0 0 0 1px #d2d2d2; */
  /* border-radius: 25px; */
  position: absolute;
  left: 2vw;
  right: 2vw;
  opacity: 1;
  line-height: 1;
  -webkit-transition: opacity 0.5s 2s ease-in-out;
  -moz-transition: opacity 0.5s 2s ease-in-out;
  -ms-transition: opacity 0.5s 2s ease-in-out;
  -o-transition: opacity 0.5s 2s ease-in-out;
  transition: opacity 0.5s 2s ease-in-out;
}

.headroom--not-top + .site-inner .scrollpop {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s ease-in-out;
  -moz-transition: opacity 0.5s 0.5s ease-in-out;
  -ms-transition: opacity 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out;
}

.icon-scroll:before {
  content: "\A";
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #53af31 transparent transparent;
  position: absolute;
  left: 17px;
  transform: rotate(-90deg);
  top: -4px;
}

.bounce {
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation: bounce 3.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-5px);
  }
  27.77778% {
    transform: translateY(5px);
  }
  33.33333% {
    transform: translateY(-5px);
  }
  44.44444% {
    transform: translateY(5px);
  }
  49.99999% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.back-to-top {
  position: fixed;
  right: 1.5vw;
  bottom: -7.5%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #53af31;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  opacity: 0.7;
  z-index: 3;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
}
.back-to-top:hover,
.back-to-top:focus {
  opacity: 1;
  text-decoration: none;
}

.back-to-top::before {
  content: "\A";
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #53af31 transparent transparent;
  position: absolute;
  left: 17px;
  transform: rotate(90deg);
  top: 4px;
}

.show-back-to-top {
  display: block;
  bottom: 3vh;
  visibility: visible;
}

.featherlight-iframe .featherlight-content {
  overflow-y: auto !important;
}

.featherlight-iframe .featherlight-inner {
  display: block;
  border: none;
  height: 85vh !important;
  width: 85vw !important;
}

a[data-featherlight="iframe"]::before {
  content: " ";
  position: absolute;
  left: calc(50% - 55px);
  transform: rotate(0deg);
  top: calc(50% - 55px);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

a[data-featherlight="iframe"]::after {
  content: "\A";
  border-style: solid;
  border-width: 36px 36px 36px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: calc(50% - 15px);
  transform: rotate(180deg);
  top: calc(50% - 34px);
  transition: all 0.25s ease-in-out;
}

a[data-featherlight="iframe"]:hover::before {
  border: 3px solid #53af31;
}

a[data-featherlight="iframe"]:hover::after {
  border-color: transparent #53af31 transparent transparent;
}

a[data-featherlight="iframe"] img {
  margin-bottom: 0;
}

#input_5_5 > li {
  display: inline-block;
  margin-right: 2vw;
}

#input_5_5 label {
  display: inline-block !important;
  max-width: 100% !important;
}

#input_5_5 input {
  display: none;
}

#input_5_5 input:checked + label {
  border-bottom: 1px dotted;
}

.project-template-page-5577 .content .woning-type > img:first-child {
	margin-bottom: 20px;
	aspect-ratio: 1.5;
	object-fit: cover;
}
.project-template-page-5577 .content ul:not(.gform_fields):not(.slick-dots) {
	margin-bottom: 36px;
}

.project-template-page-5577 .content .woning-type > ul {
display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.project-template-page-5577 .content .woning-type p:empty {
	display: none !important;
}

.project-template-page-5577 .content .woning-type ul + h5 {
	margin-bottom: 0;
}

.project-template-page-5577 .content ul:not(.gform_fields):not(.slick-dots) li {
	list-style-type: disc !important;
	margin-left: 20px;
	padding-left: 4px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1600px) {
  .slide-content-item::before {
    right: -100px;
  }
}

@media only screen and (max-width: 1440px) {
  nav.nav-primary {
    padding-left: 2vw;
  }

  .title-area {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1400px) {
  #slider-nav a {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 18px 0;
    cursor: pointer;
    text-decoration: none;
    /*	box-shadow: 0 2px 4px 0 rgba(55, 55, 55, 0); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  #slider-nav a:not(.slick-current) {
    opacity: 0.4;
    padding: 5px 0;
    font-size: 14px;
  }

  #slider-nav a.slick-current {
    opacity: 1;
  }

  .project-contact .contact-buttons a span {
    max-width: 80%;
  }
}

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

@media only screen and (max-width: 1280px) {
  .header-image .title-area {
    max-width: 200px;
  }
  .facetwp-template > .card:nth-child(3n + 1),
  .facetwp-template > .card:nth-child(3n + 2),
  .facetwp-template > .card:nth-child(3n + 3) {
    margin-right: 0;
    width: 50%;
  }

  div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(odd) .info {
    margin-left: 0;
    margin-right: 10%;
  }

  div[id^="tijdlijn-"] > .tijdlijn-item .info {
    max-width: 50% !important;
  }

  div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(even) .info {
    margin-left: 10%;
    margin-right: 0%;
  }

  .vgg-link span {
    font-size: 0px;
  }

  .vgg-link span strong {
    font-size: 1.5rem;
    font-size: 15px;
  }
  
    .project-template-page-5577 .content .woning-type {
	  min-width: 100%;
  }
  
  .project-template-page-5577 .content .woning-type > ul {
		min-height: 1em;
	}
  
}

@media only screen and (max-width: 1080px) {
  .header-image .title-area {
    max-width: 150px;
  }
  .nieuws-item {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .nieuws-item .one-half {
    width: 100% !important;
    margin: 0 !important;
  }

  .nieuws-item .one-half img {
    width: 100% !important;
    margin: 0 !important;
  }

  .single-post-content img {
    width: 100%;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .site-header {
    display: none;
  }

  .site-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  nav.nav-primary {
    padding-left: 0;
    margin-top: 0;
  }

  #menu-hoofdmenu {
    text-align: right;
  }

  .header-image .title-area {
    display: none;
  }

  .site-inner {
    margin-top: 40px;
  }

  #slider-nav,
  #slider-content {
    width: 100%;
    padding-bottom: 0;
  }

  #slider-nav a:not(.slick-current) {
    display: none;
  }

  #slider-nav .slick-list,
  #slider-nav .slick-track {
    height: auto !important;
  }

  div[id^="nieuws-block-"],
  div[id^="projecten-block-"],
  div[id^="vraag-block-"],
  div[id^="content-block-"],
  div[id^="home-segmenten-"],
  .project-locatie,
  .project-opdracht,
  .project-inschrijven,
  .project-contact,
  #project-nieuws {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    clear: both !important;
    margin-top: 0 !important;
    margin-bottom: 80px !important;
  }

  .project-opdracht {
    margin-top: 120px !important;
  }

  .makelaar-visual.logo {
    max-width: 280px;
    padding-bottom: 280px;
  }

  div[id^="home-intro-"] {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    clear: both !important;
    margin-top: 0px !important;
    margin-bottom: 80px !important;
  }

  .nieuws-item .one-half img {
    width: auto !important;
    max-width: 360px;
  }

  #referentie-main {
    width: 100% !important;
    margin: 40px 0 !important;
  }

  .project-opdracht {
    margin-bottom: 80px !important;
  }

  #slider {
    margin-bottom: 30px !important;
  }

  .scrollpop {
    display: none;
  }

  div[id^="home-segmenten-"] > .one-half {
    margin: 0 auto;
    width: 100%;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .genesis-nav-menu li,
  .header-image .title-area,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    margin: 0 auto 40px;
  }
 
}

@media only screen and (max-width: 860px) {
  div[id^="home-intro-"] p,
  div[id^="vraag-block-"] h3 + span {
    font-size: 24px !important;
  }

  #breadcrumb {
    display: none;
  }

  .project-kaveloverzicht table {
    width: 900px;
    max-width: 9999px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .project-kaveloverzicht {
    overflow-x: scroll;
    overflow-y: visible;
  }

  .project-kavelkaart > .legenda {
    display: block;
    width: 100%;
    clear: both;
    max-height: unset !important;
  }

  .project-kavelkaart .kaart {
    max-width: 100%;
  }

  .visual-container {
    display: block;
    height: auto;
  }
  .visual-info {
    width: 100%;
    margin-left: 0;
  }

  #referentie-info {
    padding: 0 2% !important;
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }
  #referentie-info > div,
  .visual-info > div {
    display: block;
    width: 100% !important;
    float: none !important;
  }

  #referentie-main {
    display: flex;
    flex-direction: column;
  }
  #referentie-main > div:first-child {
    padding: 0 2% !important;
    margin-top: 30px;
    order: 2;
  }
  #referentie-main > div:first-child + div {
    order: 1;
  }
  #referentie-main > div:first-child + div + div {
    order: 3;
  }
  #referentie-main > div:first-child + div + div + div {
    order: 4;
  }
  #referentie-main > div:first-child + div + div + div + div {
    order: 5;
  }
  #referentie-main > div:first-child + div + div + div + div + div {
    order: 6;
  }
  #referentie-main > div:first-child + div + div + div + div + div + div {
    order: 7;
  }

  #referentie-main {
    margin-top: 30px;
  }
  #referentie-main > .one-fourth.first {
    max-height: 9999px !important;
    width: 100%;
  }
  #referentie-main > .one-fourth.first + .three-fourths {
    width: 100% !important;
    margin: 0 !important;
  }
  #referentie-main .one-fourth .readmore-wrapper {
    display: none;
  }
  body,
  body > div,
  .nieuws-item h3 + p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  h1 {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }

  h2 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }

  h3 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .site-inner {
    padding: 5% 5% 0;
  }

  .wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget {
    padding: 30px;
    margin-bottom: 5%;
  }

  .sidebar {
    margin-bottom: 5%;
  }

  .pagination {
    margin: 5% auto;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
    clear: both;
  }

  div[id^="home-segmenten-"] > .one-half > .one-half {
    margin: 0 auto;
    width: 50%;
  }

  .footer-widgets > .footer-widgets-static,
  .footer-widgets > .wrap {
    width: 100%;
    margin-bottom: 33px;
  }

  #footer-socials,
  #footer-copyright {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .menu-footer-menu-container {
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  a.segment-icon .icon {
    width: 70px;
  }

  .slide-content-item::before {
    right: -230px;
  }

  .slide-content-item::after {
    right: 0;
    bottom: 9%;
  }

  div[id^="vraag-block-"] .one-half .image,
  body:not(.page-id-203) main.content::before,
  body:not(.page-id-203) main.content::after {
    display: none;
  }

  #projecten-overzicht .sidebar {
    width: 100%;
  }
  #projecten-overzicht .sidebar > .filter {
    float: left;
    width: 50%;
  }
  #projecten-overzicht .sidebar > .toggle-map {
    clear: both;
    float: left;
  }
  #projecten-overzicht .content {
    width: 100%;
    padding-left: 0;
  }

  .nieuws-item {
    width: 100% !important;
    margin: 0 auto 30px !important;
  }

  div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(odd),
  div[id^="tijdlijn-"] > .tijdlijn-item:nth-child(even) {
    flex-direction: column-reverse;
    width: 100%;
  }

  div[id^="tijdlijn-"] > .tijdlijn-item .info {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  div[id^="tijdlijn-"] > .tijdlijn-item .image {
    width: 100%;
  }

  div[id^="tijdlijn-"] {
    width: 100%;
    padding: 2vw;
    max-width: 100%;
  }

  .woningen-filter-wrapper {
    display: none !important;
  }
  .project-fotos {
    max-width: 96%;
  }

  .single-post .card {
    width: 67%;
    margin-left: 16.5%;
  }

  .single-post-content {
    width: 96%;
    margin: 2%;
  }

  .single-post main.content {
    display: flex;
    flex-direction: column-reverse;
  }

  .single-vacature .card,
  .single-vacature-content {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }

  div[id^="home-segmenten-"] > .one-half > .one-half {
    width: 48.717948717948715%;
    float: left;
    margin-left: 2.564102564102564%;
    clear: none;
  }

  div[id^="home-segmenten-"] > .one-half > .one-half.first {
    clear: both;
    margin-left: 0;
  }

  .site-inner {
    padding: 0;
  }

  #layout-left,
  #layout-right {
    display: none;
  }

  .content-sidebar-wrap {
    width: 100%;
  }

  #content-block-1.bg-wit {
    margin-top: 5vw !important;
  }

  .single-woning .segment-algemeen .card-image::before {
    display: none;
  }
  .single-woning.active {
    max-width: 96vw;
  }

  .project-kaveloverzicht table tr td {
    display: none;
  }

  .project-kaveloverzicht table tr td:first-child,
  .project-kaveloverzicht table tr td:nth-child(5),
  .project-kaveloverzicht table tr td:nth-child(6) {
    display: table-cell;
  }
}

@media only screen and (max-width: 795px) {
  .slide-content-item::before {
    right: -190px;
  }
}

@media only screen and (max-width: 700px) {
  .facetwp-template > .card:nth-child(3n + 1),
  .facetwp-template > .card:nth-child(3n + 2),
  .facetwp-template > .card:nth-child(3n + 3) {
    margin-right: 0;
    width: 100%;
  }

  .single-aanbod main.content .background-image {
    padding-bottom: 90% !important;
  }
  .single-aanbod .visual-logo {
    text-align: center;
    padding: 2vw;
  }
  .single-aanbod .visual-logo img {
    max-width: 60vw;
  }
  .single-aanbod #menu-hoofdmenu {
    text-align: left;
  }

  .single-aanbod .headroom {
    will-change: transform;
    transition: transform 200ms linear;
  }
  .single-aanbod .headroom--pinned {
    transform: translateY(0%);
  }
  .single-aanbod .headroom--unpinned {
    transform: translateY(-100%);
  }

  .single-aanbod .site-inner {
    margin-top: 100px;
  }

  .woningtype-menu ul li {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .fotoslider {
    max-width: 92vw;
    float: left;
    margin-left: 2vw;
  }

  .single-woning .info-wrapper {
    clear: both;
  }

  .single-project .project-woningen .single-woning .single-woning-wrapper {
    height: auto !important;
  }
  .nieuws-item .one-half img {
    width: auto !important;
    max-width: 80%;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper
    .top_label
    li.gfield.gf_left_half
    .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
  .gform_wrapper
    .top_label
    li.gfield.gf_right_half
    .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  #input_5_5 label {
    min-width: 120px !important;
  }
}

@media only screen and (max-width: 500px) {
  .slide-content-item::before {
    right: -176px;
    bottom: -812px;
  }

  .slide-content-item::after {
    right: 0;
    bottom: 9%;
    padding: 2%;
  }

  .next.page-numbers,
  .prev.page-numbers {
    font-size: 0px;
  }

  .next.page-numbers::after {
    content: "»";
    font-size: 16px;
    font-size: 1.6rem;
  }
  .prev.page-numbers::after {
    content: "«";
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* GForm fixes */

form[id^="gform_"] .avg_check label {
  display: inline-block !important;
}
.avg_check .ginput_container.ginput_container_checkbox {
  width: 40vw;
}
.avg_check {
  display: flex;
}
.avg_check input {
  display: inline-block !important;
}
.bg-groen .avg_check a {
  color: white;
}
.bg-groen .avg_check a:hover {
  color: black;
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}
/* jQuery UI */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5rem 0.5rem 0.5rem 0.7rem;
  min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2rem;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7rem;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2rem;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1rem 2.2rem;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1rem;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2rem;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4rem;
}
.ui-button-icons-only {
  width: 3.4rem;
}
button.ui-button-icons-only {
  width: 3.7rem;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4rem 1rem;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4rem;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4rem 1rem 0.4rem 2.1rem;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4rem 2.1rem 0.4rem 1rem;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4rem 1rem;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5rem;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5rem;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3rem;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2rem 0.2rem 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2rem 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8rem;
  height: 1.8rem;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3rem;
  line-height: 1.8rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1rem;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9rem;
  border-collapse: collapse;
  margin: 0 0 0.4rem;
}
.ui-datepicker th {
  padding: 0.7rem 0.3rem;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2rem;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7rem 0 0 0;
  padding: 0 0.2rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5rem 0.2rem 0.4rem;
  cursor: pointer;
  padding: 0.2rem 0.6rem 0.3rem 0.6rem;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4rem;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2rem;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4rem 1rem;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1rem 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5rem 1rem;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5rem;
  padding: 0.3rem 1rem 0.5rem 0.4rem;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5rem 0.4rem 0.5rem 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4rem;
  line-height: 1.5;
  min-height: 0; /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4rem 0 0.2rem;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2rem;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-progressbar {
  height: 2rem;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: var(--mediumColor);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.15rem;
  height: 2rem;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7rem;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 1.2rem;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.6rem;
  margin-left: -0.8rem;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 1rem;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.6rem;
  margin-left: 0;
  margin-bottom: -1.2rem;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2rem 0;
  vertical-align: middle;
  margin-left: 0.4rem;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5rem;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2rem;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2rem 0.2rem 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2rem 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1rem 1.4rem;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1rem;
}
.ui-widget .ui-widget {
  font-size: 1rem;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1rem;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: var(--lightColor) 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: var(--mediumColor) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #eee 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ddd;
  background: #f7f7f7 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #cfcfcf;
  background: #f0f0f0 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #666666 50% 50% repeat;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 50% 50% repeat-x;
  opacity: 0.2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}
span.price {
  width: 50%;
  position: relative;
  display: inline-block;
  height: 3rem;
  color: black;
  font-size: 1.5rem;
}
span.price:first-of-type:before {
  content: "Van € ";
}
span.price:last-of-type:before {
  content: "Tot € ";
}
#menu-hoofdmenu {
  display: flex;
  align-items: center;
}
.myhousebtn {
  border: 3px solid #53af31;
  padding: .6em;
}
.myhousebtn.current-menu-item a {
  color: #53af31;
}
.myhousebtn:hover {
  border: 3px solid #53af31;
  background-color: #53af31;
  color: #fff;
}
.myhousebtn a:hover {
  color: #fff;
}
.myhousebtn a {
  color: #53af31;
  margin-right: 0;
  padding-bottom: .6em;
  padding-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 0px !important;
}
/* toonbeeld */
.toonbeeld {
  position: fixed;
  right: 52px;
  top: 220px;
  overflow: hidden;
  width: calc(70px + 431px);
  background-position: right;
  background-repeat: no-repeat;
  height: 162px;
  z-index: 99;
}

.toonbeeld .toonbeeld-txt {
  -webkit-animation: slidein 10s;
          animation: slidein 10s;
  display: block;
  position: absolute;
  right: -501px;
  width: 391px;
  height: 162px;
  background-color: #77ae3e;
  color: #fff;
  overflow: hidden;
  padding: 20px;
  -webkit-transition: 1s;
  transition: 1s;
}

.toonbeeld .toonbeeld-txt p {
  margin: 0 0 16px;
}

.toonbeeld .toonbeeld-txt a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.toonbeeld .toonbeeld-txt a::after {
  margin-left: 0.5em;
  content: "›";
}

.toonbeeld .toonbeeld-txt a:hover, .toonbeeld .toonbeeld-txt a :focus {
  color: #2B2E34;
}

.toonbeeld:hover .toonbeeld-txt {
  right: 20px;
}

.toonbeeld::after {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 70px;
  height: 162px;
  background-image: url("https://www.grunsvengroep.nl/wp-content/themes/grunsven/images/toonbeeld-label.png");
}

@-webkit-keyframes slidein {
  0% {
    right: -501px;
  }
  10% {
    right: 20px;
  }
  90% {
    right: 20px;
  }
  100% {
    right: -501px;
  }
}

@keyframes slidein {
  0% {
    right: -501px;
  }
  10% {
    right: 20px;
  }
  90% {
    right: 20px;
  }
  100% {
    right: -501px;
  }
}
.video_trigger {
	position: fixed; 
	top: 44%; 
	right: 0; 
	transform: rotate(-90deg)translateX(-50%)translateY(200%);
}

@media only screen and (max-width: 960px) {
	.video_trigger {
		display: none;
	}
}

