/* Colors */
/* Base */
/* Colors*/
/* Form validations */
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/aktivgrotesk-xbold-webfont.woff2') format('woff2'), url('../fonts/aktivgrotesk-xbold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/aktivgrotesk-xbolditalic-webfont.woff2') format('woff2'), url('../fonts/aktivgrotesk-xbolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/aktivgrotesk-italic-webfont.woff2') format('woff2'), url('../fonts/aktivgrotesk-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('../fonts/aktivgrotesk-regular-webfont.woff2') format('woff2'), url('../fonts/aktivgrotesk-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Wordpress adminbar CSS */
.admin-bar #header {
  top: 46px;
}
body {
  color: #797979;
  background: #ffffff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: 'aktiv-grotesk', 'Aktiv Grotesk', 'Arial', 'Helvetica', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1rem;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
/* Border box */
*,
:after,
:before {
  box-sizing: border-box;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* List items */
ul,
ol {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-position: inside;
  line-height: 2;
}
ol {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-position: outside;
  list-style: none;
}
ol li {
  position: relative;
  padding: 0;
}
ol li:before {
  content: '✓';
  /*font-family: "Font Awesome 5 Free";*/
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  vertical-align: middle;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.5rem;
}
/* Paragraphs*/
p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
/* Links */
a {
  text-decoration: underline;
  color: #797979;
}
a:hover {
  color: #f56e4c;
  text-decoration: underline;
}
a img {
  border: none;
  outline: none;
}
/* Images */
figure {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
}
figure img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* Blockquote */
blockquote {
  margin: 0 0 0 2rem;
}
/* Section */
section {
  padding: 4rem 0;
}
/* Wrapper */
.wrapper {
  position: relative;
  clear: both;
  max-width: 85.625rem;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.wrapper.page,
.wrapper.article {
  max-width: 768px;
}
.wrapper.center {
  text-align: center;
}
.wrapper.small {
  max-width: 568px;
}
/* Aspect ratio fill */
.aspect-ratio-placeholder__fill {
  position: relative;
  padding-bottom: 56.28%;
  height: 0;
}
/* Flexbox */
.flexbox--container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
/* Tool tip */
.status .tool--tip {
  position: absolute;
  bottom: 3rem;
  left: 0;
  display: block;
  z-index: 999;
  background: #797979;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s;
  text-align: left;
  text-transform: capitalize;
}
.status .tool--tip:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  left: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #797979;
  border-bottom: 0;
  margin-bottom: -0.5rem;
}
.status:hover .tool--tip {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  visibility: visible;
  opacity: 1;
}
/* Loader*/
.loader {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}
.loader .bg {
  width: 25%;
  height: 100%;
  background: #000000;
  position: absolute;
}
.loader .bg:nth-child(1) {
  left: 0;
  animation: bg-hide 1s 1.4s forwards;
}
.loader .bg:nth-child(2) {
  left: 25%;
  animation: bg-hide 1s 1.6s forwards;
}
.loader .bg:nth-child(3) {
  left: 50%;
  animation: bg-hide 1s 1.8s forwards;
}
.loader .bg:nth-child(4) {
  left: 75%;
  animation: bg-hide 1s 2s forwards;
}
.loader .is-loaded {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .admin-bar #header {
    top: 32px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  color: #000000;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-family: 'aktiv-grotesk', 'Aktiv Grotesk', 'Open Sans', 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  padding: 0;
}
/* Buttons */
button,
.button,
input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: left;
  position: relative;
  font-weight: 700;
  padding: .5rem 4rem .5rem 1rem;
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  border: 0;
  color: #ffffff;
  background: #f56e4c;
  border: 1px solid #f56e4c;
  box-sizing: border-box;
  transition: background 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  font-size: 1rem;
}
button a,
.button a,
input[type="submit"] a {
  color: #ffffff;
}
button.arrow,
.button.arrow,
input[type="submit"].arrow {
  position: relative;
}
button.arrow:after,
.button.arrow:after,
input[type="submit"].arrow:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  right: 1rem;
  top: .5rem;
  vertical-align: middle;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
button.open,
.button.open,
input[type="submit"].open {
  background: transparent;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
  border-color: transparent;
}
button.open a,
.button.open a,
input[type="submit"].open a {
  color: #000000;
}
button.open:hover,
.button.open:hover,
input[type="submit"].open:hover {
  background: transparent;
  color: #000000;
  border-color: transparent;
}
button.salmon,
.button.salmon,
input[type="submit"].salmon {
  background: #f56e4c;
  border-color: #f56e4c;
}
button.salmon:hover,
.button.salmon:hover,
input[type="submit"].salmon:hover {
  background: #ffffff;
  color: #f56e4c;
  border-color: #f56e4c;
}
button.salmon:hover a,
.button.salmon:hover a,
input[type="submit"].salmon:hover a {
  color: #f56e4c;
}
button.offgreen,
.button.offgreen,
input[type="submit"].offgreen {
  background: #7cc47d;
  border-color: #7cc47d;
}
button.offgreen:hover,
.button.offgreen:hover,
input[type="submit"].offgreen:hover {
  background: #ffffff;
  color: #7cc47d;
  border-color: #7cc47d;
}
button.offgreen:hover a,
.button.offgreen:hover a,
input[type="submit"].offgreen:hover a {
  color: #7cc47d;
}
button.cyan,
.button.cyan,
input[type="submit"].cyan {
  background: #95e5e6;
  border-color: #95e5e6;
}
button.cyan:hover,
.button.cyan:hover,
input[type="submit"].cyan:hover {
  background: #ffffff;
  color: #95e5e6;
  border-color: #95e5e6;
}
button.cyan:hover a,
.button.cyan:hover a,
input[type="submit"].cyan:hover a {
  color: #95e5e6;
}
button.contact,
.button.contact,
input[type="submit"].contact {
  border: 1px solid #f56e4c;
  background: transparent;
  color: #f56e4c;
  padding: 0.5rem 5rem;
  text-align: center;
}
button.contact:hover,
.button.contact:hover,
input[type="submit"].contact:hover {
  background: #f56e4c;
  color: #ffffff;
  border-color: #f56e4c;
  text-decoration: none;
}
button.contact:hover a,
.button.contact:hover a,
input[type="submit"].contact:hover a {
  color: #ffffff;
  text-decoration: none;
}
button:hover,
.button:hover,
input[type="submit"]:hover {
  background: transparent;
  color: #f56e4c;
  border-color: #f56e4c;
  text-decoration: none;
}
button:hover a,
.button:hover a,
input[type="submit"]:hover a {
  color: #f56e4c;
  text-decoration: none;
}
.overlay {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(50, 55, 60, 0.85);
  z-index: 98;
  padding: 0;
  margin: 0;
  border: 0;
}
.overlay.active {
  display: block;
  cursor: pointer;
}
/* Header */
header#top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem 0;
  color: #797979;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: ease .25s;
  /* mainmenu */
}
header#top .logo {
  position: relative;
  top: .5rem;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
header#top .logo a {
  display: inline-block;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header#top .logo a img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
header#top nav {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3rem;
  display: none;
}
header#top nav div > ul > li > ul:before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: -20px;
  width: 100%;
}
header#top nav .menu-hoofdmenu-container,
header#top nav .menu--toggle {
  display: none;
}
header#top nav .menu ul {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
  clear: none;
  background: none;
  padding: 0;
  border: 0;
}
header#top nav .menu ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 3rem;
}
header#top nav .menu ul li a {
  display: block;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
header#top nav .menu ul li.active > a,
header#top nav .menu ul li.current_page_item > a {
  text-decoration: underline;
}
header#top nav .menu ul li:hover > ul {
  display: block;
}
header#top nav .menu ul li > ul {
  position: absolute;
  display: none;
  background: #ffffff;
  min-width: 12rem;
  border: 0;
  top: 3.5rem;
  left: -1rem;
  margin: 0;
  padding: 1rem;
  z-index: 11;
}
header#top nav .menu ul li > ul li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
header#top nav .menu ul li > ul li a {
  padding-bottom: .5rem;
}
header#top nav .menu ul li > ul li a:hover {
  color: #797979;
}
header#top nav .menu--right {
  display: inline-block;
  position: absolute;
  right: 8rem;
  top: 0.5rem;
}
header#top nav .menu--right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#top nav .menu--right ul li {
  line-height: 1.5;
  padding: 0;
}
header#top nav .menu--right ul li a {
  text-decoration: none;
  display: inline-block;
  padding: .5rem 4rem .5rem 1rem;
}
header#top .mkb--logo {
  display: inline-block;
  position: absolute;
  top: -1rem;
  right: 1rem;
}
.scrolldown header#top {
  background: #ffffff;
  padding: 0 0 0.5rem 0;
}
.scrolldown header#top .mkb--logo {
  top: 0;
}
/* Mobile menu */
#mobile--menu {
  display: block;
  background: #ffffff;
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: -100%;
  overflow-y: auto;
  z-index: 98;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  color: #797979;
  margin: 0;
  opacity: 0;
}
#mobile--menu.active {
  top: 0;
  opacity: 1;
}
#mobile--menu .mobile--menu_inner {
  padding: 6rem 0 0 0;
}
#mobile--menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile--menu nav ul li {
  display: block;
  margin-bottom: 1rem;
}
#mobile--menu nav ul li a {
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
#mobile--menu nav ul li a:hover {
  text-decoration: underline;
}
#mobile--menu nav ul li.button {
  color: #ffffff;
  line-height: 1.5;
}
#mobile--menu nav ul li.button a {
  color: #ffffff;
}
#mobile--menu nav ul li.button:hover {
  color: #f56e4c;
}
#mobile--menu nav ul li.button:hover a {
  color: #f56e4c;
}
/* Menu toggle */
#menu--toggle {
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  cursor: pointer;
  padding: 1rem;
  z-index: 99999999;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#menu--toggle span,
#menu--toggle span:before,
#menu--toggle span:after {
  cursor: pointer;
  height: 0.2rem;
  width: 2rem;
  left: 0;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background: #000000;
  position: absolute;
  display: block;
  content: '';
  transition: all 500ms ease-in-out;
}
#menu--toggle span:before {
  top: -0.5rem;
  left: 0;
}
#menu--toggle span:after {
  bottom: -0.5rem;
  left: 0;
}
#menu--toggle.active span {
  background-color: transparent;
}
#menu--toggle.active span:before,
#menu--toggle.active span:after {
  top: 0;
}
#menu--toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu--toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .overlay {
    display: none!important;
  }
  .admin-bar #header {
    top: 32px;
  }
  body.no-scroll {
    overflow: visible;
  }
  /* Header */
  header#top .logo {
    left: 0;
    text-align: left;
    display: inline-block;
    width: auto;
  }
  header#top nav {
    display: inline-block;
    vertical-align: middle;
  }
  #menu--toggle {
    display: none;
  }
  #mobile--menu {
    display: none!important;
  }
}
/* Footer */
footer {
  background: #f3f1f0;
  color: #000000;
  font-size: 1rem;
  padding: 4rem 0;
  width: 100%;
  text-align: center;
}
footer a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
footer span {
  display: block;
  margin: .5rem 0 0.75rem 0;
  font-weight: 700;
}
footer .copyright--menu {
  margin-top: 2rem;
}
footer .copyright--menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .copyright--menu ul li {
  display: block;
}
footer .copyright--menu ul li a {
  text-decoration: none;
}
footer .copyright--menu ul li a:hover {
  text-decoration: underline;
}
footer .copyright--menu span {
  font-weight: normal;
  margin: 0;
}
/* Form elements */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #797979;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent!important;
}
input,
textarea {
  outline: none;
  border: none;
  padding: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
textarea {
  resize: none;
  max-height: 8rem;
}
select {
  background: #ffffff url(../images/icons/dropdown-arrow.svg) center right 1rem no-repeat;
  padding: 0.8125rem 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  /* for IE 11 */
  display: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
input:-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
input::-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
input:-ms-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea::-webkit-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea:-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea::-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea:-ms-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 0 0 .25rem 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=number] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
input[type="submit"],
button {
  background: #797979;
  color: #ffffff;
  font-weight: 700;
}
input[type="reset"] {
  background: #f3f1f0;
  color: #797979;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  border: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
textarea {
  border: 1px solid #f3f1f0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
  transition: all 0.5s ease-out;
  border-color: transparent;
}
input[aria-invalid='true'] {
  box-shadow: inset 0px 0px 0px 1px #ff8e8e;
  background-image: url(../images/icons/validation/error.svg);
  background-size: 1rem;
  background-position: center right 0.5rem;
  background-repeat: no-repeat;
  margin: 0 0 0.25rem 0;
}
hr {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  background: none;
  border: 0;
  border-top: 1px solid #f3f3f3;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
/* Gravity Forms */
.gform_wrapper form .gform_heading {
  display: none;
}
.gform_wrapper form .gform_body > ul {
  list-style: none;
}
.gform_wrapper form .gform_body > ul .gfield {
  padding: 0 0 1rem 0;
}
.gform_wrapper form .gform_body > ul input,
.gform_wrapper form .gform_body > ul select,
.gform_wrapper form .gform_body > ul textarea {
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #f3f1f0;
}
.gform_wrapper form .gform_body > ul .hidden_sub_label,
.gform_wrapper form .gform_body > ul .gform_validation_container {
  display: none;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox {
  /* Clearfix */
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox:before,
.gform_wrapper form .gform_body > ul ul.gfield_checkbox:after {
  content: " ";
  display: table;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox:after {
  clear: both;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox li {
  width: 50%;
  float: left;
  display: inline-block;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox li input {
  width: auto;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox li label {
  margin-left: 0.25rem;
}
.gform_wrapper form .gform_body > ul li.hidden_label > label {
  display: none;
}
.gform_wrapper form .gform_body > ul li .gfield_label {
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #000000;
  font-size: 0.85rem;
}
.gform_wrapper form .gform_body > ul li .gfield_label .gfield_required {
  position: absolute;
  right: -1rem;
  color: #db2a3d;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox {
  /* Clearfix */
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox:before,
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox:after {
  content: " ";
  display: table;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox:after {
  clear: both;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox li {
  width: 100%;
  float: inherit;
  display: inline-block;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox li input {
  width: auto;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox li label {
  margin-left: 0.25rem;
}
.gform_wrapper form .gform_body > ul .ginput_container ul {
  list-style: none;
}
.gform_wrapper form .gform_footer {
  text-align: right;
}
.gform_wrapper form .gform_footer input[type="submit"],
.gform_wrapper form .gform_footer button {
  background: #f56e4c;
  color: #ffffff;
  padding: .5rem 2rem;
  line-height: 2;
  border: 1px solid #f56e4c;
  position: relative;
}
.gform_wrapper form .gform_footer input[type="submit"]:after,
.gform_wrapper form .gform_footer button:after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  right: 1rem;
  top: .5rem;
  vertical-align: middle;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
.gform_wrapper form .gform_footer input[type="submit"]:hover,
.gform_wrapper form .gform_footer button:hover {
  border-color: #f56e4c;
  color: #f56e4c;
  background: transparent;
}
/* End Gravity Forms */
/* IMG + Tekst */
.img--text .text--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  order: 2;
}
.img--text .image--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  order: 1;
}
@media screen and (min-width: 768px) {
  /* IMG + Tekst */
  .img--text .text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    order: 2;
    padding-left: 2rem;
  }
  .img--text .image--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    order: 1;
  }
}
/* IMG + IMG */
.img--img .image--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  order: 1;
}
@media screen and (min-width: 768px) {
  .img--img .image--container {
    width: 49%;
    float: left;
    flex-basis: 49%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .img--img .image--container:nth-of-type(even) {
    margin-right: 0;
  }
}
/* Text + IMG */
.text--img .text--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  order: 2;
}
.text--img .image--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  order: 1;
}
@media screen and (min-width: 768px) {
  /* Text + IMG */
  .text--img .text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    order: 1;
    padding-right: 2rem;
  }
  .text--img .image--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    order: 2;
  }
}
/* IMG + TXT */
.text--text .text--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  margin-bottom: 2rem;
}
.text--text .text--container:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* TXT + TXT */
  .text--text .text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  .text--text .text--container:nth-of-type(even) {
    margin-right: 0;
  }
}
/* TXT + Form */
.text--form .text--container {
  width: 100%;
  float: left;
  flex-basis: 100%;
  margin-bottom: 2rem;
}
.text--form .text--container:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* TXT + TXT */
  .text--form .text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  .text--form .text--container:nth-of-type(even) {
    margin-right: 0;
  }
}
/* External */
#blockstructure {
  background: #ffffff;
  margin: 0;
}
#blockstructure .blockstructure--block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
#blockstructure .blockstructure--block .blockstructure--image {
  flex-basis: 100%;
  order: 1;
  position: relative;
  line-height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#blockstructure .blockstructure--block .blockstructure--text {
  flex-basis: 100%;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
  order: 2;
  position: relative;
}
#blockstructure .blockstructure--block .blockstructure--text .blockstructure--text_inner {
  padding: 2rem;
  position: relative;
}
#blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--image {
  order: 1;
}
#blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--text {
  order: 1;
}
@media screen and (min-width: 768px) {
  #blockstructure .blockstructure--block {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #blockstructure .blockstructure--block .blockstructure--image {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    flex-basis: 50%;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    height: inherit;
  }
  #blockstructure .blockstructure--block .blockstructure--text {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    flex-basis: 50%;
  }
  #blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--image {
    order: 2;
  }
  #blockstructure .blockstructure--block:nth-of-type(even) .blockstructure--text {
    order: 1;
  }
}
@media screen and (min-width: 0px) {
  .dienst--blocks .dienst--block {
    width: 100%;
    float: left;
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .dienst--blocks .dienst--block .dienst-image--container {
    border: 1px solid #f3f1f0;
    display: block;
    text-align: center;
    width: 100%;
  }
  .dienst--blocks .dienst--block .dienst-text--container {
    padding: 1rem 0;
  }
  .dienst--blocks .dienst--block .dienst-text--container figure {
    text-align: left;
  }
  .dienst--blocks .dienst--block .dienst-text--container figure img {
    max-width: 250px;
  }
  .dienst--blocks .dienst--block .dienst-text--container .button {
    display: block;
  }
  .dienst--blocks .dienst--block.cyan ol li:before {
    color: #95e5e6;
  }
  .dienst--blocks .dienst--block.salmon ol li:before {
    color: #f56e4c;
  }
  .dienst--blocks .dienst--block.offgreen ol li:before {
    color: #7cc47d;
  }
}
@media screen and (min-width: 768px) {
  .dienst--blocks .dienst--block {
    width: 50%;
    float: left;
    flex-basis: 50%;
  }
  .dienst--blocks .dienst--block .dienst-image--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
  }
  .dienst--blocks .dienst--block .dienst-text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    padding: 0 1rem;
  }
  .dienst--blocks.row .dienst--block {
    width: 100%;
    float: left;
    flex-basis: 100%;
  }
  .dienst--blocks.row .dienst--block .dienst-image--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    order: 2;
  }
  .dienst--blocks.row .dienst--block .dienst-text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    padding: 0 1rem;
    order: 1;
  }
  .dienst--blocks.row .dienst--block .dienst-text--container .button {
    width: 50%;
  }
}
@media screen and (min-width: 0px) {
  .imageheader {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    overflow-x: hidden;
  }
  .imageheader .wrapper {
    height: 100%;
  }
  .imageheader .wrapper .flexbox--container {
    align-items: flex-end;
    height: 100%;
  }
  .imageheader .wrapper .flexbox--container .text--container {
    z-index: 10;
    padding: 2rem 0;
    width: 100%;
    float: left;
    flex-basis: 100%;
  }
  .imageheader .wrapper .flexbox--container .text--container .imageheader--description {
    padding: 0 0 1rem 0;
  }
  .imageheader .wrapper .flexbox--container .text--container .button {
    vertical-align: middle;
    margin-right: 1rem;
  }
  .imageheader .wrapper .flexbox--container:before {
    content: '';
    background: white;
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
  }
  .imageheader .wrapper .flexbox--container:after {
    content: '';
    background: white;
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 3;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }
}
@media screen and (min-width: 768px) {
  .imageheader {
    height: 390px;
  }
  .imageheader .wrapper .flexbox--container .text--container .button {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  .imageheader .wrapper .flexbox--container .text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 0px) {
  .carousel .background {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
  }
  .carousel .background .wrapper {
    padding: 0;
  }
  .carousel .background .text--container {
    background: #ffffff;
    padding-left: 2rem;
    position: relative;
  }
  .carousel .background .text--container:after {
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    width: 20%;
  }
  .carousel .background .text--container .slick--arrows {
    margin-bottom: 1rem;
  }
  .carousel .background .text--container .slick--arrows .prev--button,
  .carousel .background .text--container .slick--arrows .next--button {
    height: 1.875rem;
    width: 1.875rem;
    background: transparent;
    border: 1px solid #f56e4c;
    display: inline-block;
    text-align: center;
    line-height: 1.875rem;
    font-size: 1rem;
    color: #000000;
    z-index: 5;
    cursor: pointer;
  }
  .carousel .background .text--container .slick--arrows .prev--button:hover,
  .carousel .background .text--container .slick--arrows .next--button:hover {
    background: #f56e4c;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .carousel .background .text--container {
    width: 50%;
    flex-basis: 50%;
    float: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .carousel .background .text--container .wrapper {
    background: inherit;
  }
}
@media screen and (min-width: 0px) {
  .contact--page .form--container {
    width: 100%;
    float: left;
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .contact--page .text--container {
    width: 100%;
    float: left;
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .contact--page {
    margin-top: -14rem;
  }
  .contact--page .form--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    background: #ffffff;
    z-index: 3;
    padding: 3rem;
    border: 1px solid #F3F1F0;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.06);
  }
  .contact--page .form--container .gform_wrapper form .gform_body {
    margin-bottom: 2rem;
  }
  .contact--page .form--container .gform_wrapper form .gform_body:before,
  .contact--page .form--container .gform_wrapper form .gform_body:after {
    content: " ";
    display: table;
  }
  .contact--page .form--container .gform_wrapper form .gform_body:after {
    clear: both;
  }
  .contact--page .form--container .gform_wrapper form .gform_body > ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .contact--page .form--container .gform_wrapper form .gform_body > ul li:nth-of-type(even) {
    margin-right: 0;
  }
  .contact--page .form--container .gform_wrapper form .gform_body > ul li.full {
    width: 100%;
    margin: 0;
  }
  .contact--page .text--container {
    width: 50%;
    float: left;
    flex-basis: 50%;
    align-self: flex-end;
    padding: 2rem 2rem 0 2rem;
  }
}
/* Custom */
