/******************************************************************
Offerte tool 
Voor: TeleTrain
******************************************************************/
/******************************************************************
Author      : Roelof Bos | Ragfijn.nl
Stylesheet	: Mixins
******************************************************************/
/* @include browser-prefix( ... ); */
/* @include transition( ... ); */
/* @include border-radius( ... ); */
/* @include transform( ... ); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include box-sizing(border-box); */
/**
 * Author: Kevin Weber
 *
 * Follow me: @kevinweber (https://twitter.com/kevinweber)
 * Website: http://kevinw.de
 *
 * License: CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
/************************************************************************************************/
/*
/*  ALGEMEEN
/*
/************************************************************************************************/
/************************************************************************************************/
/*
/*  BOUWSTENEN
/*
/************************************************************************************************/
@import url("https://use.typekit.net/eie1tab.css");
/************************************************************************************************/
/*
/*  ALGEMEEN
/*
/************************************************************************************************/
/************************************************************************************************/
/*
/*  BOUWSTENEN
/*
/************************************************************************************************/
/* Placeholders */
/* List that act as left floats */
.center, #content .lightbox-container .wrap > .text.images.lightbox a div span, #content .wrap > .text.video .inner img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.centerX {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.centerY {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#content .bg {
  padding: 2.7em 0 0.7em;
  margin: 0 0 2em; }
#content .bg.no-padding-bottom .wrap {
  padding-bottom: 0em; }
#content > .bg.has-photo {
  overflow: hidden;
  position: relative; }
#content > .bg.padding {
  padding: 2em 0 0;
  margin-bottom: 2em; }
#content .wrap > .text {
  max-width: 38em;
  position: relative; }
  #content .wrap > .text img.content-image {
    width: 100%;
    height: auto; }
#content .wrap > .module_error {
  border: 1em solid yellow;
  padding: 2em;
  margin-bottom: 3em; }
#content .wrap.alignLeft {
  text-align: left !important; }

/* kleuren en logo aanpassen per klant */
@font-face {
  font-family: 'MM-Gotham';
  src: url("fonts/gotham-bold-webfont.woff2") format("woff2"), url("fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: 700; }
body.dashboard #content .home-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  font-family: proxima-nova, sans-serif;
  font-weight: 400; }
  body.dashboard #content .home-login .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 800px) {
      body.dashboard #content .home-login .left {
        width: 50%; } }
    body.dashboard #content .home-login .left .left-main {
      padding: 1.5em 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 30em; }
      body.dashboard #content .home-login .left .left-main .left-main-inner .left-main-inner-logo {
        margin-bottom: calc(1.5vh + 1.5em); }
        body.dashboard #content .home-login .left .left-main .left-main-inner .left-main-inner-logo span {
          display: block;
          max-width: 18em;
          margin-right: 1em; }
          body.dashboard #content .home-login .left .left-main .left-main-inner .left-main-inner-logo span img,
          body.dashboard #content .home-login .left .left-main .left-main-inner .left-main-inner-logo span svg {
            display: block;
            width: 100%; }
      body.dashboard #content .home-login .left .left-main .left-main-inner h1 {
        font-weight: 700;
        color: #6AC59F;
        font-size: 200%;
        margin: 0 0 0.45em; }
      body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt h2 {
        color: #6AC59F; }
      body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt .form-error {
        margin: 0.8em 0 2em;
        padding: 1em 1.2em;
        border: 1px solid red; }
        body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt .form-error h4,
        body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt .form-error p {
          margin: 0.6em 0 0; }
        body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt .form-error h3,
        body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt .form-error h4 {
          color: #2E2E38;
          margin: 0; }
      body.dashboard #content .home-login .left .left-main .left-main-inner .left-inner-txt p {
        font-weight: 700;
        margin-bottom: 1.2em; }
    body.dashboard #content .home-login .left .left-footer {
      max-width: 30em;
      padding: 0 0 calc(1em + 2vh); }
      body.dashboard #content .home-login .left .left-footer .left-footer-inner {
        font-family: 'MM-Gotham','sans-serif'; }
        body.dashboard #content .home-login .left .left-footer .left-footer-inner a {
          font-size: 90%;
          color: #00A9E0;
          text-decoration: none; }
          body.dashboard #content .home-login .left .left-footer .left-footer-inner a strong {
            display: inline-block;
            vertical-align: middle; }
          body.dashboard #content .home-login .left .left-footer .left-footer-inner a::after {
            content: '';
            position: relative;
            top: -1px;
            display: inline-block;
            vertical-align: middle;
            width: 1.5em;
            height: 1.5em;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.198 35.198'%3E%3Cg data-name='Group 5978' fill='%2300a9e0'%3E%3Cpath data-name='Path 193' d='M18.952 28.323a8.186 8.186 0 0 0 2.379-.353 3.346 3.346 0 0 1-1.559-2.825h1.221a2.129 2.129 0 0 0 1.973 2.12 8.259 8.259 0 0 0 2.728-2.482l-1.679-4.07-7.493-.017-2.232-2.232h-4.2l-1.613-4.232-2.293 16.757a17.552 17.552 0 0 0 6.823 3.6l-.107-6.264Zm-6.611-7.5a.691.691 0 1 1 .691.691.691.691 0 0 1-.691-.691Z'/%3E%3Cpath data-name='Path 194' d='M11.464 17.245h2.035l-1.161-3.53Z'/%3E%3Cpath data-name='Path 195' d='M17.6 0A17.6 17.6 0 0 0 5.09 29.975L7.916 9.322l2.577 6.771 1.683-6.792 2.612 7.943h.01l2.233 2.233 11.358.025v.609a9.446 9.446 0 0 1-9.435 9.435h-4.809l.091 5.326A17.6 17.6 0 1 0 17.602-.001Zm1.007 18.509a.763.763 0 1 1 .763-.763.763.763 0 0 1-.763.763Z'/%3E%3Cpath data-name='Path 196' d='M27.142 20.721h-1.805l1.119 2.712a8.138 8.138 0 0 0 .686-2.712Z'/%3E%3C/g%3E%3C/svg%3E");
            background-position: center;
            background-size: 1.5em 1.5em;
            background-repeat: no-repeat;
            margin-left: 0.2em; }
  body.dashboard #content .home-login .right {
    display: none;
    position: relative; }
    @media (min-width: 800px) {
      body.dashboard #content .home-login .right {
        display: block;
        width: 50%; } }
    body.dashboard #content .home-login .right img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

body.dashboard #content form.form-login {
  width: 100%;
  max-width: 18em;
  margin: 0 0 1em; }
  body.dashboard #content form.form-login label {
    display: inline-block;
    padding: 0;
    margin-bottom: 0.3em;
    font-weight: 700; }
  body.dashboard #content form.form-login input {
    display: block;
    padding: 0.6em 0.8em;
    margin: 0 0 0.8em;
    border-radius: 0.6em;
    width: 100%;
    border: 1px solid rgba(195, 222, 235, 0.4); }
  body.dashboard #content form.form-login .form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body.dashboard #content form.form-login .form-footer button.button {
      /*
      background: $global_button_bg;//$d_blue;
      color: #fff;
      text-transform: none;
      */ }
    body.dashboard #content form.form-login .form-footer .button-login {
      text-decoration: none;
      font-weight: 700;
      margin-right: 0.1em; }
      body.dashboard #content form.form-login .form-footer .button-login:hover {
        -webkit-box-shadow: 0 2px #00A9E0;
                box-shadow: 0 2px #00A9E0;
        color: #00A9E0; }

/* type */
.single-proposal .site-left-right {
  color: #2E2E38;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  /*
  
      h1, .h1,
      h2, .h2,
      h6, .h6 { color: $p_color; }
      
      h3, .h3,   
      h4, .h4, 
      h5, .h5 { color: inherit;} 
  
  */ }
  .single-proposal .site-left-right h1, .single-proposal .site-left-right .h1 {
    color: #6AC59F;
    font-size: 200%;
    font-weight: 700; }
  .single-proposal .site-left-right h2, .single-proposal .site-left-right .h2 {
    color: #6AC59F;
    font-size: 150%;
    font-weight: 700; }
  .single-proposal .site-left-right h3, .single-proposal .site-left-right .h3 {
    color: #2E2E38;
    font-size: 100%;
    font-weight: 700; }
  .single-proposal .site-left-right h4, .single-proposal .site-left-right .h4,
  .single-proposal .site-left-right h5, .single-proposal .site-left-right .h5,
  .single-proposal .site-left-right h6, .single-proposal .site-left-right .h6 {
    color: inherit; }
  .single-proposal .site-left-right a {
    color: #6AC59F; }
  .single-proposal .site-left-right a:hover {
    color: #000; }

/* buttons */
.single-proposal #content .button {
  background: #707070;
  color: white;
  font-weight: 400;
  border-radius: 4em;
  padding: 0.4em 1em;
  font-size: 100%;
  border: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  margin: 1em 1em 1em 0;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .single-proposal #content .button:hover {
    text-decoration: none;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    background: #6AC59F;
    color: #000;
    border: 0; }

.single-proposal .site-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-left: 15em;
  background: #fff;
  overflow: hidden; }
  .single-proposal .site-left-right .site-left {
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6AC59F;
    color: #fff;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15em;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3); }
    .single-proposal .site-left-right .site-left .site-left-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 4em 0;
      padding: 3.5em 0 7em; }
  .single-proposal .site-left-right .site-right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

@media (min-width: 800px) {
  .cms.single-proposal .site-left-right {
    min-height: calc(100vh - 39px); }
    .cms.single-proposal .site-left-right .site-left {
      top: 39px; } }
@media (min-width: 1500px) {
  .single-proposal .site-left-right {
    padding-left: 24em; }
    .single-proposal .site-left-right .site-left {
      width: 24em; } }
/* LEFT NAV */
.single-proposal #wrapper .site-left-nav {
  margin-bottom: 12em;
  width: 100%;
  max-width: 19em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #707070; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-title {
    padding: 0 2em;
    margin-bottom: 1.4em; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-title strong {
      display: block; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-company {
      font-size: 78%;
      font-weight: 400; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-date {
      font-size: 78%;
      padding-top: 0.4em; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-container {
    padding: 0 2em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: auto; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-container ul {
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 1px solid #707070; }
      .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #707070; }
        .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li a {
          padding: 0.5em 0;
          display: block;
          color: #707070;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          font-size: 92%; }
          .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li a::after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0.6em;
            height: 0.6em;
            margin-left: 0.7em;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.529 10.529'%3E%3Cpath fill='#5E615D' d='M0 4.607h8.009L4.33.928 5.265 0l5.265 5.265-5.265 5.264-.928-.929 3.672-3.679H0Z'/%3E%3C/svg%3E");
            background-position: center;
            background-size: 0.6em auto;
            background-repeat: no-repeat;
            opacity: 0;
            -webkit-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
            -webkit-transform: translateX(-0.3em);
                    transform: translateX(-0.3em);
            position: relative;
            top: -0.05em; }
          .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li a:hover {
            color: #5E615D;
            text-decoration: none; }
        .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li.current a {
          color: #5E615D; }
          .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li.current a::after {
            opacity: 1;
            -webkit-transform: translateX(0);
                    transform: translateX(0); }

.single-proposal .site-left-bottom {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2em 0 1em; }
  .single-proposal .site-left-bottom .site-left-logo {
    position: relative;
    z-index: 3;
    margin-bottom: -0.5em;
    width: 100%;
    max-width: 18em; }
    @media (max-height: 800px) {
      .single-proposal .site-left-bottom .site-left-logo {
        max-width: 15em; } }
    .single-proposal .site-left-bottom .site-left-logo svg {
      width: 100%;
      display: block;
      -webkit-transition: -webkit-transform 1s ease-in-out;
      transition: -webkit-transform 1s ease-in-out;
      transition: transform 1s ease-in-out;
      transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  .single-proposal .site-left-bottom .site-left-stripes {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 4.2em;
    width: 100%;
    bottom: 0;
    background: repeating-linear-gradient(130deg, #000, #000 1.5em, transparent 1.5em, transparent 3em); }

/* mobile left nav */
.single-proposal .togge-site-left {
  display: none; }

@media (max-width: 900px) {
  .single-proposal .site-left-right {
    padding-left: 0; }
    .single-proposal .site-left-right .site-left {
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-box-shadow: none;
              box-shadow: none; }
    .single-proposal .site-left-right .site-right {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .single-proposal .site-left-right .toggle-site-left {
      display: block;
      position: absolute;
      z-index: 3;
      top: 0;
      right: -3.35em;
      height: 3.4em;
      width: 3.4em;
      background: #6AC59F;
      cursor: pointer;
      -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
              box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3); }
      .single-proposal .site-left-right .toggle-site-left::before {
        position: absolute;
        right: 100%;
        content: '';
        top: 0;
        bottom: -1.2em;
        width: 1.2em;
        background: #6AC59F;
        display: block; }
      .single-proposal .site-left-right .toggle-site-left span {
        content: '';
        width: 1.6em;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: 0.9em; }
        .single-proposal .site-left-right .toggle-site-left span::after, .single-proposal .site-left-right .toggle-site-left span::before {
          content: '';
          display: block;
          width: 1.6em;
          height: 2px;
          background: #fff;
          position: absolute;
          left: 0; }
        .single-proposal .site-left-right .toggle-site-left span::before {
          top: -0.45em; }
        .single-proposal .site-left-right .toggle-site-left span::after {
          bottom: -0.45em; }

  .single-proposal.sidepanel .site-left-right .site-left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3); }
  .single-proposal.sidepanel .site-left-right .site-right {
    -webkit-transform: translateX(15em);
            transform: translateX(15em); } }
/* custom scrollbar (on the left side) */
.single-proposal .site-left-nav-container {
  scrollbar-color: #ccc #5E615D;
  scrollbar-width: thin;
  direction: rtl; }
  .single-proposal .site-left-nav-container::-webkit-scrollbar {
    width: 8px;
    /* Mostly for vertical scrollbars */
    height: 8px;
    /* Mostly for horizontal scrollbars */ }
  .single-proposal .site-left-nav-container::-webkit-scrollbar-thumb {
    /* Foreground */
    border-radius: 4px;
    border: 2px solid #5E615D;
    background: #ccc; }
  .single-proposal .site-left-nav-container::-webkit-scrollbar-track {
    /* Background */
    background: #5E615D; }
  .single-proposal .site-left-nav-container ul {
    direction: ltr; }

#wrapper form.main {
  width: 100%; }
  #wrapper form.main .inline_contact_form p {
    font-weight: 700; }
  #wrapper form.main .inline_contact_confirmation,
  #wrapper form.main .inline_contact_error {
    background-color: red;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 1.4em;
    margin-bottom: 0.8em; }
  #wrapper form.main .inline_contact_error {
    background-color: red; }
  #wrapper form.main .formfield {
    position: relative;
    margin-bottom: 0.8em;
    width: 100%; }
    #wrapper form.main .formfield input,
    #wrapper form.main .formfield select,
    #wrapper form.main .formfield textarea {
      -moz-appearance: none;
      -webkit-appearance: none;
      font-family: inherit; }
    #wrapper form.main .formfield label {
      display: inline-block;
      font-size: 100%;
      margin-bottom: 0.4em;
      font-weight: 700; }
    #wrapper form.main .formfield.required label:after {
      content: '*';
      color: red; }
    #wrapper form.main .formfield .input {
      width: 100%;
      height: 100%;
      background: #fff;
      color: #2E2E38;
      caret-color: #2E2E38;
      border-radius: 0;
      border: 1px solid rgba(195, 222, 235, 0.4);
      -webkit-transition: border 0.5s;
      transition: border 0.5s;
      padding: 1em;
      font-size: 1em; }
    #wrapper form.main .formfield textarea.input {
      height: 12em;
      min-height: 12em;
      min-width: 100%;
      max-width: 100%; }
    #wrapper form.main .formfield.formfield-type-form_dropdown {
      padding-bottom: 1em; }
    #wrapper form.main .formfield .comment {
      padding: 0.75em 1em; }
      #wrapper form.main .formfield .comment .comment-title {
        font-size: 110%; }
    #wrapper form.main .formfield .comment.spacer {
      padding: 0.7em; }
    #wrapper form.main .formfield input[type=checkbox],
    #wrapper form.main .formfield input[type=radio] {
      -webkit-appearance: radio;
      float: left;
      margin-right: 0.6em;
      -webkit-transform: translateY(0.4em) scale(1.15);
              transform: translateY(0.4em) scale(1.15);
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
    #wrapper form.main .formfield input[type=checkbox] {
      -webkit-appearance: checkbox; }
    #wrapper form.main .formfield input[type=radio] {
      -webkit-appearance: radio; }
    #wrapper form.main .formfield .radio-item {
      margin: 0.5em 0; }
    #wrapper form.main .formfield.formfield-type-form_upload {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 1em;
      /*
      
      // File upload niet geimplementeerd in offerte tool
      
            ::file-selector-button {
              background-color: transparent;
              border: 2px solid $form_border;
              padding: 0.2em 0.8em;
              margin-right: 0.6em;
              border-radius: 5px;
              cursor: pointer;
              color: $blue;
              font-weight: 700;
              font-size: 100%;
              font-family: inherit;
            }
      
      */ }
      #wrapper form.main .formfield.formfield-type-form_upload label {
        margin-top: 0.4em;
        font-size: 100%;
        text-transform: none;
        min-width: 8em; }
      #wrapper form.main .formfield.formfield-type-form_upload .input[type=file] {
        background: transparent;
        border: none;
        font-size: 100%;
        width: auto;
        cursor: pointer;
        padding-top: 0.65em;
        padding-bottom: 0.65em;
        height: auto;
        font-weight: 700; }
    #wrapper form.main .formfield .input.error:not(:focus) {
      border-color: red;
      color: red; }
      #wrapper form.main .formfield .input.error:not(:focus) + label {
        opacity: 1;
        color: red; }
    #wrapper form.main .formfield.formfield-type-form_dropdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      border: 1px solid rgba(195, 222, 235, 0.4);
      padding: 0; }
      #wrapper form.main .formfield.formfield-type-form_dropdown label {
        margin-top: 0.4em;
        padding-left: 1em;
        padding-right: 0.4em;
        color: #2E2E38;
        font-size: 100%; }
      #wrapper form.main .formfield.formfield-type-form_dropdown select {
        font-size: 100%;
        margin: 0;
        border: none;
        padding-right: 32px;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        margin-right: 1em;
        width: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
        background-position: calc(100% - 28px) calc(1em + 8px), calc(100% - 20px) calc(1em + 8px);
        background-size: 8px 8px, 8px 8px;
        background-repeat: no-repeat; }
      #wrapper form.main .formfield.formfield-type-form_dropdown select:focus {
        background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
        border-color: #000; }
    @media (min-width: 600px) {
      #wrapper form.main .formfield.formfield-input-text {
        width: calc(50% - 0.4em); } }
    #wrapper form.main .formfield.floating-label.formfield-type-form_text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      flex-direction: column-reverse; }
      #wrapper form.main .formfield.floating-label.formfield-type-form_text .input {
        padding-top: 1.2em;
        padding-bottom: 0.5em; }
        #wrapper form.main .formfield.floating-label.formfield-type-form_text .input:focus {
          outline: none; }
        #wrapper form.main .formfield.floating-label.formfield-type-form_text .input:focus + label {
          color: #000; }
        #wrapper form.main .formfield.floating-label.formfield-type-form_text .input.is-valid + label, #wrapper form.main .formfield.floating-label.formfield-type-form_text .input:focus + label {
          opacity: 1;
          -webkit-transform: translateY(-0.6em) scale(0.65);
                  transform: translateY(-0.6em) scale(0.65); }
      #wrapper form.main .formfield.floating-label.formfield-type-form_text label {
        font-weight: 700;
        font-size: 100%;
        padding: 0 0.4em;
        position: absolute;
        z-index: 3;
        top: 0.8em;
        left: 0.8em;
        color: #2E2E38;
        -webkit-transform-origin: left top;
                transform-origin: left top;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms, -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1); }
        #wrapper form.main .formfield.floating-label.formfield-type-form_text label:before {
          content: '';
          display: block;
          position: absolute;
          pointer-events: none;
          left: 0;
          right: 0;
          top: 0;
          height: 50%;
          border: 1px solid #fff;
          border-bottom: none; }
      #wrapper form.main .formfield.floating-label.formfield-type-form_text .input.error:not(:focus) + label {
        opacity: 1;
        color: red; }
  #wrapper form.main .inline_contact_entering {
    width: 100%;
    padding-top: 0.5em; }
    #wrapper form.main .inline_contact_entering button,
    #wrapper form.main .inline_contact_entering input[type=submit] {
      margin: 1em 0 0 0;
      float: right; }
    @media (min-width: 800px) {
      #wrapper form.main .inline_contact_entering {
        padding-top: 2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #wrapper form.main .inline_contact_entering button,
        #wrapper form.main .inline_contact_entering input[type=submit] {
          margin: 0;
          float: none; } }

/* custom radio & checkbox */
#wrapper form.main .formfield.formfield-type-form_choices,
#wrapper form.main .box-type-form_checkbox {
  width: calc(100% - 1em);
  margin-left: 1em;
  padding-top: 0.6em;
  margin-top: 1.5em;
  margin-bottom: 1.3em; }
#wrapper form.main .formfield.formfield-type-form_choices {
  margin-top: 0.6em;
  margin-bottom: 1.4em; }
#wrapper form.main .radio-item,
#wrapper form.main .box-type-form_checkbox {
  display: block;
  position: relative;
  padding-top: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #wrapper form.main .radio-item input,
  #wrapper form.main .box-type-form_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0; }
  #wrapper form.main .radio-item label,
  #wrapper form.main .box-type-form_checkbox label {
    display: inline-block;
    padding-left: 1.8em;
    max-width: 25em;
    font-size: inherit;
    text-transform: none; }
    #wrapper form.main .radio-item label::before,
    #wrapper form.main .box-type-form_checkbox label::before {
      content: '';
      position: absolute;
      top: 0.2em;
      left: 0;
      height: 1.2em;
      width: 1.2em;
      background-color: #fff;
      border: 2px solid rgba(195, 222, 235, 0.4);
      border-radius: 5px; }
    #wrapper form.main .radio-item label::after,
    #wrapper form.main .box-type-form_checkbox label::after {
      content: '';
      position: absolute;
      top: 0.4em;
      left: 0.2em;
      height: 0.8em;
      width: 0.8em;
      background-color: transparent;
      -webkit-transition: all .2s;
      transition: all .2s;
      border-radius: 3px; }
  #wrapper form.main .radio-item:hover input ~ label,
  #wrapper form.main .box-type-form_checkbox:hover input ~ label {
    cursor: pointer; }
  #wrapper form.main .radio-item input:checked ~ label::after,
  #wrapper form.main .box-type-form_checkbox input:checked ~ label::after {
    background-color: #6AC59F; }
#wrapper form.main .radio-item label::before,
#wrapper form.main .radio-item label::after {
  border-radius: 50%; }

.inline_contact_form > h2 {
  margin-bottom: 1.4em; }

.inline_contact_form > h2 + p {
  margin-bottom: 0.3em;
  margin-top: -1.2em; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #2E2E38;
    font-size: 3rem; }
    .cms .sl-wrapper .sl-close {
      top: 59px; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #2E2E38;
    font-size: 1rem; }
    .cms .sl-wrapper .sl-counter {
      top: 49px; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #2E2E38; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #2E2E38;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -webkit-transform ease 200ms;
  -webkit-transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
  transition: transform ease 200ms, -webkit-transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }
/* # inline_contact/style.css | Versie 1 | 12-10-2015 */
form.inline_contact .inline_contact_error {
  display: none; }

form.inline_contact .inline_contact_submitting {
  display: none; }

form.inline_contact .inline_contact_confirmation {
  display: none; }

.cookies {
  position: fixed;
  bottom: 0.6em;
  left: 0.6em;
  border-radius: 0.4em;
  overflow: hidden;
  color: #2E2E38;
  z-index: 400;
  line-height: 1.6;
  background: #ffffff;
  font-size: 0.8em;
  font-weight: 300;
  -webkit-box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.3); }
  @media (max-width: 700px) {
    .cookies {
      left: 5%; } }
  @media (min-width: 500px) {
    .cookies {
      font-size: 1em; } }
  .cookies .inner .button {
    color: #333 !important;
    overflow: hidden; }
    .cookies .inner .button div {
      padding: 0.4em 1em;
      cursor: pointer;
      -webkit-transition: background 0.2s ease, color 0.2s ease;
      transition: background 0.2s ease, color 0.2s ease; }

#cookiebutton18 {
  display: none; }
  #cookiebutton18 .inner .button div {
    background: #f8f8f8; }
    #cookiebutton18 .inner .button div:hover {
      background: #ddd; }

#cookiebar18 {
  display: none;
  width: 90%;
  bottom: 0.6em;
  left: 0.6em;
  max-width: 45em;
  background: #f8f8f8; }
  @media (max-width: 700px) {
    #cookiebar18 {
      left: 5%; } }
  #cookiebar18 .inner {
    padding: 1.6em; }
    @media (min-width: 500px) {
      #cookiebar18 .inner .message {
        padding-right: 6em; } }
    #cookiebar18 .inner .message a {
      text-decoration: underline; }
    #cookiebar18 .inner .button {
      margin-top: 0.6em; }
      @media (min-width: 500px) {
        #cookiebar18 .inner .button {
          position: absolute;
          right: 1.6em;
          margin-top: -1.6em; } }
      #cookiebar18 .inner .button div {
        display: inline-block;
        border-radius: 0.3em;
        background: #666;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding: 0.2em 0.7em; }
        #cookiebar18 .inner .button div:hover {
          background: #333; }
    #cookiebar18 .inner .choices .checkboxes {
      margin-top: 0.6em; }
      #cookiebar18 .inner .choices .checkboxes .checkbox input[type="checkbox"] {
        -webkit-appearance: checkbox; }

body.siteRoundedCorners #cookiebar18 .button {
  border-radius: 0.4em; }

/* altijd uit, alleen voor de print + PDF versie aan... */
/*
.site-left-print-title {
  display: none;
}
*/
/* print-only class */
.single-proposal #content .print-only {
  display: none; }

.single-proposal.printversion #content .print-only {
  display: block; }

@media print {
  .single-proposal #content .print-only {
    display: block; } }
/* PDF */
body.single-proposal.printversion.cms {
  padding-top: 0; }
  body.single-proposal.printversion.cms #wrapper #mm-dashboard-nav {
    display: none; }

body.single-proposal.printversion {
  font-size: 24px; }

.single-proposal.printversion #content {
  /*
  .site-left-print-title {
    display: flex;
    justify-content: space-between;
    font-size: 90%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  */ }
  .single-proposal.printversion #content .site-left-right {
    padding-left: 0; }
    .single-proposal.printversion #content .site-left-right .site-left {
      display: none; }
    .single-proposal.printversion #content .site-left-right .site-right .break-avoid,
    .single-proposal.printversion #content .site-left-right .site-right .fr-company_info,
    .single-proposal.printversion #content .site-left-right .site-right .fr-cta,
    .single-proposal.printversion #content .site-left-right .site-right .fr-htmltext,
    .single-proposal.printversion #content .site-left-right .site-right .fr-htmltext_signature,
    .single-proposal.printversion #content .site-left-right .site-right .fr-htmltext_table,
    .single-proposal.printversion #content .site-left-right .site-right .fr-image,
    .single-proposal.printversion #content .site-left-right .site-right .fr-images-modal,
    .single-proposal.printversion #content .site-left-right .site-right .fr-img_title,
    .single-proposal.printversion #content .site-left-right .site-right .fr-quote,
    .single-proposal.printversion #content .site-left-right .site-right .fr-striped,
    .single-proposal.printversion #content .site-left-right .site-right .fr-team_members,
    .single-proposal.printversion #content .site-left-right .site-right .fr-wide_image {
      -webkit-column-break-inside: avoid;
              break-inside: avoid; }
  .single-proposal.printversion #content .as-edit-button {
    display: none; }

/* Print */
@media print {
  body.single-proposal.cms {
    padding-top: 0; }
    body.single-proposal.cms #wrapper #mm-dashboard-nav {
      display: none; }

  .single-proposal #content {
    /*
    .site-left-print-title {
      display: flex;
      justify-content: space-between;
      font-size: 90%;
      padding-top: 1em;
      padding-bottom: 1em;
    }
    */ }
    .single-proposal #content .site-left-right {
      padding-left: 0; }
      .single-proposal #content .site-left-right .site-left {
        display: none; }
      .single-proposal #content .site-left-right .site-right .break-avoid,
      .single-proposal #content .site-left-right .site-right .fr-company_info,
      .single-proposal #content .site-left-right .site-right .fr-cta,
      .single-proposal #content .site-left-right .site-right .fr-htmltext,
      .single-proposal #content .site-left-right .site-right .fr-htmltext_signature,
      .single-proposal #content .site-left-right .site-right .fr-htmltext_table,
      .single-proposal #content .site-left-right .site-right .fr-image,
      .single-proposal #content .site-left-right .site-right .fr-images-modal,
      .single-proposal #content .site-left-right .site-right .fr-img_title,
      .single-proposal #content .site-left-right .site-right .fr-quote,
      .single-proposal #content .site-left-right .site-right .fr-striped,
      .single-proposal #content .site-left-right .site-right .fr-team_members,
      .single-proposal #content .site-left-right .site-right .fr-wide_image {
        -webkit-column-break-inside: avoid;
                break-inside: avoid; }
      .single-proposal #content .site-left-right .fr-team_members .team-container .team-member {
        width: calc(33.33% - 1em); }
    .single-proposal #content .as-edit-button {
      display: none; } }
/* Company info */
.single-proposal #content .fr-company_info {
  background-color: black; }
  .single-proposal #content .fr-company_info .wrap {
    padding-top: 3.5em;
    padding-bottom: 4em; }
    .single-proposal #content .fr-company_info .wrap .company-title {
      display: block;
      margin-bottom: 1em;
      color: #6AC59F;
      font-size: 150%;
      font-weight: 700; }
      .single-proposal #content .fr-company_info .wrap .company-title span {
        color: white; }
    .single-proposal #content .fr-company_info .wrap .company-content {
      color: white;
      font-size: 1em; }

.single-proposal #content .fr-cta {
  background-color: #ddd; }
  .single-proposal #content .fr-cta .wrap.cta-container {
    padding-top: 2.6em;
    padding-bottom: 2.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .single-proposal #content .fr-cta .wrap.cta-container .cta-left {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 28em; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-left h2.with-dot {
        display: inline-block;
        margin-bottom: 1.25em; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-left h3 {
        color: #6AC59F;
        font-size: 200%;
        font-weight: 700;
        margin-bottom: 0.5em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left h3 br {
          display: none; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text {
        font-weight: 400;
        font-size: 150%;
        margin-bottom: 0.75em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text br {
          display: none; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text a {
          color: #2E2E38;
          -webkit-box-shadow: 0 1px #2E2E38;
                  box-shadow: 0 1px #2E2E38;
          text-decoration: none; }
          .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text a:hover {
            color: inherit;
            -webkit-box-shadow: 0 2px #2E2E38;
                    box-shadow: 0 2px #2E2E38; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text a[href^='tel:'] {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text a[href^='tel:']:hover {
            -webkit-box-shadow: 0 2px #2E2E38;
                    box-shadow: 0 2px #2E2E38; }
    .single-proposal #content .fr-cta .wrap.cta-container .cta-right {
      margin: -1.5em 0 -2.6em auto;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: right;
      width: 100%; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-right-circle {
        display: inline-block;
        width: 9em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-right-circle img {
          display: block;
          border-radius: 50%;
          width: 9em;
          height: 9em; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-buttons-container {
        padding-top: 0.65em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-buttons-container a.button {
          min-width: 8em;
          text-align: center; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-buttons-container .form {
          padding-top: 1.5em; }
  .single-proposal #content .fr-cta .wrap.cta-form {
    padding-top: 1em;
    display: none; }
  @media (min-width: 650px) {
    .single-proposal #content .fr-cta .wrap.cta-container {
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-bottom: 2em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text br {
          display: block; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-right {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: auto;
        margin: 0;
        padding-top: 2em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-right-circle {
          width: 13em; }
          .single-proposal #content .fr-cta .wrap.cta-container .cta-right .cta-right-circle img {
            width: 11em;
            height: 11em; } }

/*

#content {
  .cta { //bg 
    //background:$prColor;
    
    .h1 {
      color: $m_cta_header_color;
      font-size: $m_cta_header_size;
      font-weight: $m_cta_header_weight;
    }
  
    .image {
      width:100%;
      max-width:206px;
      margin-bottom:1.5em;
      img {
        margin-top:0.45em;
        display:block;
        width:100%;
        height:auto;
        //@include border-radius(0.5em);
      }
    }
    @media (min-width:$desktop_start) {
      .img-wrap {
        padding-left:17.7em;
        margin-top:-0.5em;
      }
      .image {
        width:15.7em;
        position:absolute;
        max-width:100%;
      }
    }
    
    .text {
      //color:$white;
      //* {
      //  color:$white;
      //}
      font-size:percentage(24/16);
      font-weight:600;//bold;
      @media (max-width:$mobile_end) {
        br {
          display:none;
        }
      }
    }
    .button {
      margin-top:1.5em;
    }
  }
  .cta.has-image { // .bg
    min-height: 16em;
    .wrap {
      text-align:left;
    }
  }
}

*/
#content .wrap.faq {
  margin: 0 auto; }
  #content .wrap.faq > .text {
    position: relative;
    top: -2em;
    margin: -1px 0 -2em 0 !important;
    max-width: 100%;
    text-align: left;
    border-top: 1px solid #2E2E38;
    border-bottom: 1px solid #2E2E38; }
    #content .wrap.faq > .text a.trigger {
      display: block;
      text-decoration: none; }
      #content .wrap.faq > .text a.trigger h2 {
        margin: 0;
        padding: 0.8em 3em 0.8em 2em;
        font-size: 1em;
        font-weight: 600; }
        #content .wrap.faq > .text a.trigger h2 span {
          width: 2em;
          position: absolute;
          left: 0; }
        #content .wrap.faq > .text a.trigger h2 em {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          line-height: 0.8;
          font-size: 100%;
          /*
          font-size:1.4em;
          width:0.9em;
          height:0.9em;
          */
          right: 1em;
          bottom: 1em; }
    #content .wrap.faq > .text div.toggle .inner {
      padding: 1em 3em 2em 2em; }
  #content .wrap.faq > .text.expanded a.trigger h2 em {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  @media (min-width: 600px) {
    #content .wrap.faq > .text a.trigger h2 {
      padding-right: 11em; } }
#content .wrap.faq.faqC1 {
  margin-top: 2em; }

/* formulier */
#content .fr-form {
  padding-top: 2em; }
  #content .fr-form h2 {
    color: #6AC59F;
    font-size: 150%;
    font-weight: 700; }

#content .fotoalbum {
  text-align: left;
  margin-bottom: 1em;
  position: relative; }
  #content .fotoalbum .foto {
    display: none;
    float: left;
    position: relative;
    width: 48%;
    margin-bottom: 4%;
    margin-right: 4%; }
    #content .fotoalbum .foto a {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 66%;
      overflow: hidden; }
      #content .fotoalbum .foto a img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      #content .fotoalbum .foto a span {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        #content .fotoalbum .foto a span strong {
          position: absolute;
          top: 50%;
          width: 100%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #fff;
          text-align: center;
          font-size: 160%; }
      #content .fotoalbum .foto a:hover span {
        background: rgba(0, 0, 0, 0.5); }
  @media (min-width: 600px) {
    #content .fotoalbum .foto.flat a img {
      width: auto;
      height: 100%;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (max-width: 599px) {
    #content .fotoalbum .foto2.flat a img, #content .fotoalbum .foto3.flat a img {
      width: auto;
      height: 100%;
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  #content .fotoalbum .foto1, #content .fotoalbum .foto2, #content .fotoalbum .foto3 {
    display: block; }
  #content .fotoalbum .foto1 {
    width: 100%; }
    #content .fotoalbum .foto1 a {
      padding-bottom: 50%; }
  #content .fotoalbum .foto1, #content .fotoalbum .foto3 {
    margin-right: 0; }
  #content .fotoalbum .foto3 a span {
    display: block; }
  @media (min-width: 600px) {
    #content .fotoalbum .foto {
      margin-bottom: 2%; }
    #content .fotoalbum .foto1, #content .fotoalbum .foto2 {
      width: 49%;
      margin-right: 2%; }
      #content .fotoalbum .foto1 a, #content .fotoalbum .foto2 a {
        padding-bottom: 66%; }
    #content .fotoalbum .foto4, #content .fotoalbum .foto5 {
      display: block; }
    #content .fotoalbum .foto3, #content .fotoalbum .foto4, #content .fotoalbum .foto5 {
      margin-right: 2%;
      width: 32%; }
    #content .fotoalbum .foto2, #content .fotoalbum .foto5 {
      margin-right: 0; }
    #content .fotoalbum .foto5 {
      float: right; }
    #content .fotoalbum .foto3 a span {
      display: none; }
    #content .fotoalbum .foto5 a span {
      display: block; } }

#content .map {
  margin-bottom: 3em;
  font-size: 14px; }
  #content .map .popup {
    display: none; }
  #content .map .inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }
    @media (min-width: 800px) {
      #content .map .inner {
        padding-bottom: 40%; } }
    @media (min-width: 1200px) {
      #content .map .inner {
        padding-bottom: 34em; } }
    #content .map .inner .holder {
      position: absolute;
      width: 100%;
      height: 100%; }

/* Content rij met handtekening */
.single-proposal #content .fr-htmltext_signature .htmltext-inner {
  padding: 2.5em 2em;
  background-color: rgba(195, 222, 235, 0.4); }
.single-proposal #content .fr-htmltext_signature .wrap.with-signature {
  padding-bottom: 4em; }
.single-proposal #content .fr-htmltext_signature .bottom-signature {
  padding-top: 0.5em;
  width: 100%;
  max-width: 13em;
  margin-bottom: -4em; }
  .single-proposal #content .fr-htmltext_signature .bottom-signature img, .single-proposal #content .fr-htmltext_signature .bottom-signature svg {
    width: 100%;
    display: block; }

/* Text met tables em button onderaan */
.single-proposal #content .fr-htmltext_table .wrap {
  padding-bottom: 0; }
  .single-proposal #content .fr-htmltext_table .wrap .text {
    padding-top: 2em;
    padding-bottom: 2em; }
    .single-proposal #content .fr-htmltext_table .wrap .text .download-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      margin: 0;
      padding: 0; }
      .single-proposal #content .fr-htmltext_table .wrap .text .download-buttons li {
        margin: 0;
        padding: 0; }
.single-proposal #content .fr-htmltext_table.boxed .wrap .text h2.title-tables, .single-proposal #content .fr-htmltext_table.default .wrap .text h2.title-tables {
  font-size: 100%; }
.single-proposal #content .fr-htmltext_table.boxed {
  margin-bottom: 2em; }
  .single-proposal #content .fr-htmltext_table.boxed .wrap .text {
    background: rgba(195, 222, 235, 0.4);
    padding: 3em 2em; }
.single-proposal #content .fr-htmltext_table.full {
  margin-bottom: 2em;
  background: rgba(195, 222, 235, 0.4); }
  .single-proposal #content .fr-htmltext_table.full .wrap .text {
    padding-top: 3em;
    padding-bottom: 3em; }
    .single-proposal #content .fr-htmltext_table.full .wrap .text h2.title-tables {
      margin-bottom: 2em; }
    .single-proposal #content .fr-htmltext_table.full .wrap .text .cms-table-container {
      border: 1px solid black;
      padding: 2em 2em 0;
      margin-bottom: 2em; }

#content .wrap.htmltext .columns .column {
  padding-bottom: 2em; }
@media (min-width: 800px) {
  #content .wrap.htmltext .columns .column {
    float: left;
    margin-left: 5%; }
  #content .wrap.htmltext .columns .column.column1 {
    margin-left: 0; }
  #content .wrap.htmltext .columns.cols2 .column {
    width: 47.5%; }
  #content .wrap.htmltext .columns.cols3 .column {
    width: 29.33%; } }

/* Standaard html text met optionele achtergrond */
.single-proposal #content .fr-htmltext.with-bg {
  background-color: rgba(195, 222, 235, 0.4); }
.single-proposal #content .fr-htmltext .wrap {
  padding-top: 2.4em;
  padding-bottom: 2.4em; }

#content .wrap > .text.image img {
  width: 100%; }
#content .wrap > .text.images {
  max-width: 39.3em;
  padding: 0; }
  #content .wrap > .text.images img {
    float: left;
    width: 47%;
    margin-right: 3%;
    margin-bottom: 2em; }

/* images popup */
.single-proposal #content .fr-images-modal .images-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -1em; }
  .single-proposal #content .fr-images-modal .images-grid .tile {
    width: calc(100% - 2em);
    margin: 1em; }
    @media (min-width: 450px) {
      .single-proposal #content .fr-images-modal .images-grid .tile {
        width: calc(50% - 2em); } }
    .single-proposal #content .fr-images-modal .images-grid .tile img {
      width: 100%;
      display: block; }
  .single-proposal #content .fr-images-modal .images-grid a.tile {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .single-proposal #content .fr-images-modal .images-grid a.tile:hover {
      -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
              box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }
.single-proposal #content .fr-images-modal.tile-border .images-grid .tile {
  border: 1px solid #6AC59F; }
.single-proposal #content .fr-images-modal.tile-grid .images-grid .tile {
  position: relative; }
  .single-proposal #content .fr-images-modal.tile-grid .images-grid .tile img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .single-proposal #content .fr-images-modal.tile-grid .images-grid .tile::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%; }
.single-proposal #content .fr-images-modal.row-full-width .tile, .single-proposal #content .fr-images-modal.tile-full-width .tile {
  width: calc(100% - 2em); }
.single-proposal #content .fr-images-modal.row-full-width .wrap {
  width: 100%;
  max-width: none; }
  .single-proposal #content .fr-images-modal.row-full-width .wrap .text {
    max-width: none; }

/* Afbeelding met tekst - banner of window height */
/* Animate scroll arrow */
@-webkit-keyframes button_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; } }
@keyframes button_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; } }
.single-proposal #content .fr-img_title {
  position: relative;
  padding-top: 9em;
  padding-bottom: 2em; }
  .single-proposal #content .fr-img_title .wrap {
    margin: 0 auto; }
  .single-proposal #content .fr-img_title img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .single-proposal #content .fr-img_title .text {
    position: relative;
    z-index: 2; }
    .single-proposal #content .fr-img_title .text h2, .single-proposal #content .fr-img_title .text p {
      color: #fff;
      margin: 0;
      line-height: 1.1; }
      @media (max-width: 599px) {
        .single-proposal #content .fr-img_title .text h2 br, .single-proposal #content .fr-img_title .text p br {
          display: none; } }
    .single-proposal #content .fr-img_title .text h2 {
      font-weight: 700;
      font-size: 185%; }
    .single-proposal #content .fr-img_title .text p {
      padding-top: 0.5em; }
  .single-proposal #content .fr-img_title.medium {
    padding-top: 18em; }
    .single-proposal #content .fr-img_title.medium .text h2 {
      font-size: 220%; }
  .single-proposal #content .fr-img_title.large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100vh; }
    .cms .single-proposal #content .fr-img_title.large {
      min-height: calc(100vh - 39px); }
    .single-proposal #content .fr-img_title.large .text h2 {
      font-size: 285%; }
    .single-proposal #content .fr-img_title.large .button-scroll-down {
      cursor: pointer;
      height: 3em;
      width: 3em;
      margin: 0 auto;
      line-height: 60px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2em;
      z-index: 4;
      text-decoration: none;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
      background-size: 2em 2em;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-animation: button_fade_move_down 2s ease-in-out infinite;
              animation: button_fade_move_down 2s ease-in-out infinite; }

#content .lightbox-container {
  margin-bottom: 3em;
  padding-bottom: 0; }
  #content .lightbox-container .wrap h4 {
    font-weight: 400;
    margin: 0.4em 0 1.6em; }
#content .lightbox-container .wrap > .text.images.lightbox a {
  float: left;
  width: 30.3%;
  margin-right: 3%;
  margin-bottom: 2em;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
  #content .lightbox-container .wrap > .text.images.lightbox a div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67.7115987461%;
    overflow: hidden; }
    #content .lightbox-container .wrap > .text.images.lightbox a div span {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #content .lightbox-container .wrap > .text.images.lightbox a div span strong {
        display: none; }
  #content .lightbox-container .wrap > .text.images.lightbox a:hover div span {
    width: 105%;
    height: 105%; }
#content .lightbox-container .wrap > .text.images.lightbox.format-Staand a div {
  padding-bottom: 150.4702194357%; }

/* Witruimte / Lijn (ook met negatieve margin) */
.single-proposal #content .fr-line {
  padding: 2.2em 0; }
  .single-proposal #content .fr-line hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(195, 222, 235, 0.4);
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0; }
  .single-proposal #content .fr-line.hidden {
    padding: 1.6em 0; }
    .single-proposal #content .fr-line.hidden hr {
      opacity: 0; }
  .single-proposal #content .fr-line.hidden.small {
    padding: 0.5em 0; }
  .single-proposal #content .fr-line.negative {
    padding: 0;
    margin-top: -1.4em; }
    .single-proposal #content .fr-line.negative hr {
      display: none; }

/* PDF download */
.single-proposal #content .fr-pdf {
  position: relative; }
  .single-proposal #content .fr-pdf.with-bg {
    background: rgba(195, 222, 235, 0.4); }
  .single-proposal #content .fr-pdf .wrap {
    padding-top: 3em;
    padding-bottom: 2em; }
    .single-proposal #content .fr-pdf .wrap p {
      margin-bottom: 0.6em; }
    .single-proposal #content .fr-pdf .wrap h2 {
      color: #6AC59F;
      font-size: 150%;
      font-weight: 700; }

/* Quote */
.single-proposal #content .fr-quote {
  position: relative; }
  .single-proposal #content .fr-quote.with-bg {
    background: rgba(195, 222, 235, 0.4); }
  .single-proposal #content .fr-quote .wrap {
    padding-top: 3em;
    padding-bottom: 3em; }
    .single-proposal #content .fr-quote .wrap .h5 {
      font-size: 2em;
      font-weight: 300;
      color: #6AC59F; }
    .single-proposal #content .fr-quote .wrap .quote-caption {
      display: block;
      padding-top: 1.4em;
      font-size: 1em;
      font-weight: 700;
      color: #6AC59F; }

#content .slider {
  /* defaults for resposive height container */
  position: relative;
  width: 100%;
  height: 300px;
  margin: auto;
  /*.image-text {
    bottom:1em;
    left:7em;
  }*/ }
  #content .slider .iosSlider {
    width: 100%;
    opacity: 0;
    /* this height ends up being your maximum height, 
     * if you want it to scale forever, set it to 
     * a very high number */ }
    #content .slider .iosSlider .sliderInner {
      width: 100%;
      height: 100%; }
      #content .slider .iosSlider .sliderInner .item {
        float: left;
        width: 100%;
    /*
    max-width: 1300px;
    @media (min-width: 1300px) {
      @media (max-height: 900px) {
        width: 1000px;
        margin-left:-150px;
        margin-right:150px;
      }
      @media (max-height: 800px) {
        width: 900px;
        margin-left:-200px;
        margin-right:200px;
      }
    }

    img {
      position: relative;
      top: 0;
      left: 0;
      max-width: 1300px;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    
    */ }
        #content .slider .iosSlider .sliderInner .item img {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          margin: 0 auto; }
  #content .slider .next-slide, #content .slider .prev-slide {
    width: 3em;
    height: 2.5em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.25em;
    background-image: url(/inc/img/slider-next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 600px) {
      #content .slider .next-slide, #content .slider .prev-slide {
        margin-top: -1.7em;
        width: 4em;
        height: 2.8em; } }
  #content .slider .next-slide {
    right: 0.5em; }
    @media (min-width: 640px) {
      #content .slider .next-slide {
        right: 2em; }
        #content .slider .next-slide:hover {
          right: 1.7em; } }
  #content .slider .prev-slide {
    left: 0.5em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (min-width: 640px) {
      #content .slider .prev-slide {
        left: 2em; }
        #content .slider .prev-slide:hover {
          left: 1.7em; } }
#content .slider.default {
  height: 0;
  margin-bottom: 3em;
  padding-bottom: 56.1538461538%;
  /*
  .next-slide {
    width:3em;
    height:3em;
    background-image:url(/inc/img/slider-arrow.svg);
    @include transition(all 0.2s ease);
    &:hover {
      transform: scale(1.1);
      transform-origin: 100% 100%;
    }
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:absolute;
    z-index:99;
    bottom:0;
    right:0;
    @media (min-width: 1300px) {
      right:50%;
      margin-right:-650px;
      margin-left:-3em;
      @media (max-height: 900px) {
        margin-right:-350px;
      }
      @media (max-height: 800px) {
        margin-right: -250px;
      }
    }
  }
  */ }
  @media (min-width: 1226px) {
    #content .slider.default {
      height: 630px;
      padding-bottom: 0; } }
  @media (min-width: 1226px) and (max-height: 900px) {
    #content .slider.default {
      height: 560px; } }
  @media (min-width: 1226px) and (max-height: 800px) {
    #content .slider.default {
      height: 505px; } }

  #content .slider.default .iosSlider {
    /* this height ends up being your maximum height, 
     * if you want it to scale forever, set it to 
     * a very high number */
    height: 1500px; }

/* Menu positie - met optionele titel  */
.single-proposal #content .fr-submenu_link.wrap {
  padding: 0;
  margin-top: -0.6em;
  padding-top: 0.6em; }
  @media (max-width: 699px) {
    .single-proposal #content .fr-submenu_link.wrap {
      margin-top: -1.6em;
      padding-top: 1.6em; } }
.single-proposal #content .fr-submenu_link h2 {
  margin: 0;
  padding-top: 1.4em;
  padding-bottom: 1.4em; }
.single-proposal.cms #content .fr-submenu_link.wrap {
  margin-top: calc( -39px - 0.6em);
  padding-top: calc(39px + 0.6em); }

/* Team tegels */
.single-proposal #content .fr-team_members {
  padding-top: 2em;
  padding-bottom: 2em; }
  .single-proposal #content .fr-team_members h2 {
    color: #6AC59F;
    font-size: 150%;
    font-weight: 700; }
  .single-proposal #content .fr-team_members .team-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1em; }
    .single-proposal #content .fr-team_members .team-container > div {
      width: calc(100% - 2em);
      margin: 1em; }
      .single-proposal #content .fr-team_members .team-container > div img {
        width: 100%;
        display: block;
        margin-bottom: 0.8em; }
      .single-proposal #content .fr-team_members .team-container > div strong {
        display: block;
        font-size: 86%; }
  @media (min-width: 450px) {
    .single-proposal #content .fr-team_members .team-container > div {
      width: calc(50% - 2em); } }

#content .video-container {
  margin-bottom: 3em;
  padding-bottom: 0; }
  #content .video-container .wrap h4 {
    font-weight: 400;
    margin: 0.4em 0 1.6em; }
#content .video-container .wrap > .text.video {
  margin: 0;
  padding: 0 0 2em; }
  #content .video-container .wrap > .text.video .inner {
    width: 50%;
    padding-bottom: 28.25%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #content .video-container .wrap > .text.video .inner.videosize {
    width: 100%;
    padding-bottom: 56.5%; }
  #content .video-container .wrap > .text.video .play {
    font-size: 1.5em; }
#content .wrap > .text.video .inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
  background: #000; }
  #content .wrap > .text.video .inner a {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0; }
  #content .wrap > .text.video .inner img, #content .wrap > .text.video .inner iframe {
    display: block;
    width: 100%; }
  #content .wrap > .text.video .inner img {
    height: auto;
    position: relative; }
  #content .wrap > .text.video .inner iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
#content .wrap > .text.video .play {
  background: #ff1111;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  width: 2em;
  height: 2em;
  margin: -1em;
  text-align: center; }
  #content .wrap > .text.video .play:after {
    content: " ";
    color: #ffffff;
    width: 0.8em;
    height: 2em;
    display: inline-block;
    background-image: url(/inc/img/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
#content .wrap > .text.video.size_small {
  max-width: 19em; }
#content .wrap > .text.video.size_large {
  max-width: 100%; }

.video_overlay_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%; }
  .video_overlay_popup .video_overlay {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .video_overlay_popup .video_popup {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 80%;
    top: 10%;
    left: 10%; }
    @media (min-width: 1100px) {
      .video_overlay_popup .video_popup {
        width: 1000px;
        left: 50%;
        margin-left: -500px; } }
    .video_overlay_popup .video_popup .close {
      background: url(/inc/img/close-white.svg) no-repeat center center;
      background-size: cover;
      position: absolute;
      right: 0em;
      top: -2em;
      width: 1.5em;
      height: 1.5em;
      cursor: pointer; }
      .video_overlay_popup .video_popup .close span {
        display: none; }
    .video_overlay_popup .video_popup .video_size {
      width: 100%;
      padding-bottom: 56.3%;
      position: relative;
      overflow: hidden; }
      .video_overlay_popup .video_popup .video_size .video_frame {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .video_overlay_popup .video_popup .video_size .video_frame iframe {
          width: 100%;
          height: 100%; }

.video_overlay_popup.visible .video_overlay {
  background: rgba(0, 0, 0, 0.6); }
.video_overlay_popup.visible .video_popup {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  opacity: 1; }

/* Full width image */
.single-proposal .fr-wide_image {
  position: relative;
  /*
  &.banner-img {
    &::after {
      content: '';
      width: 100%;
      display: block;
      padding-bottom: 38%;
    }

    img {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      object-fit: cover;
    }
  }
  */ }
  .single-proposal .fr-wide_image img {
    width: 100%;
    display: block; }

/* Hieronder codes uit _standaard_bouwstenen en _extra_bouwstenen */
/* Ik weet zo 1 2 3 waar die bij horen */
/* Of in _classes? */
#content .allover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 0;
  margin-bottom: 3em;
  position: relative;
  width: 100%;
  padding-bottom: 40%; }
  @media (min-width: 1300px) {
    #content .allover {
      height: 520px;
      padding-bottom: 0; } }
  @media (min-width: 1300px) and (max-height: 900px) {
    #content .allover {
      height: 490px; } }
  @media (min-width: 1300px) and (max-height: 800px) {
    #content .allover {
      height: 470px; } }
  @media (min-width: 1300px) {
      #content .allover .image-text {
        left: 50%;
        margin-left: -550px;
        bottom: 1em;
        width: 1100px;
        padding: 0; } }
#content .image-text {
  position: absolute;
  width: 100%;
  bottom: 1.2em;
  padding: 0 1.25em;
  z-index: 83;
  font-size: 141.1764705882%;
  font-weight: 600;
  color: #ffffff;
  -webkit-text-shadow: 0.02em 0.02em 0.5em rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0.02em 0.02em 0.5em rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 0.02em 0.02em 0.5em rgba(0, 0, 0, 0.3);
  text-shadow: 0.02em 0.02em 0.5em rgba(0, 0, 0, 0.3);
  line-height: 1.2; }
  @media (min-width: 530px) {
    #content .image-text {
      font-size: 235.2941176471%; } }
#content .bgshift {
  top: 3em;
  position: relative; }

/* cms blok table */
.cms-table-container {
  padding-top: 1em; }
  .cms-table-container > table {
    width: 100%;
    table-layout: fixed; }
    .cms-table-container > table td {
      height: 1.8em;
      vertical-align: bottom; }
      @media (min-width: 800px) {
        .cms-table-container > table td {
          vertical-align: top; } }
    .cms-table-container > table td + td {
      text-align: right; }

/* sidebar */
.single-proposal .site-left-right .site-left {
  background-image: url(img/bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 700; }

.single-proposal #wrapper .site-left-nav .site-left-nav-title {
  position: relative;
  color: #5E615D; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-date,
  .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-number,
  .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-author {
    position: relative;
    z-index: 2;
    font-size: 100%; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-date span,
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-number span,
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-author span {
      width: 4.2em; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-date span, .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-date strong,
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-number span,
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-number strong,
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-author span,
    .single-proposal #wrapper .site-left-nav .site-left-nav-title .the-author strong {
      display: inline-block;
      font-weight: 700; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-title::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -2em;
    top: -2.4em;
    width: 6.6em;
    height: 6.6em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 155.83 155.83'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 305' fill='%23fff' d='M0 0h155.83v155.83H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 6081'%3E%3Cg data-name='Group 1647' clip-path='url(%23a)'%3E%3Cpath data-name='Exclusion 1' d='M77.919 155.831a79.166 79.166 0 0 1-7.961-.4A77.794 77.794 0 0 1 .4 85.887a79.1 79.1 0 0 1 0-15.933A77.8 77.8 0 0 1 69.944.401a79.174 79.174 0 0 1 7.966-.4h.012a79.178 79.178 0 0 1 7.966.4 77.791 77.791 0 0 1 69.54 69.545 79.013 79.013 0 0 1 0 15.932 77.8 77.8 0 0 1-69.542 69.548 79.174 79.174 0 0 1-7.967.405ZM51.067 27.242a30.2 30.2 0 0 0-6.038.608 29.815 29.815 0 0 0-10.719 4.51 30.054 30.054 0 0 0-10.861 13.186 29.771 29.771 0 0 0-1.749 5.625 30.013 30.013 0 0 0 17.7 33.666 29.83 29.83 0 0 0 5.627 1.748 30.2 30.2 0 0 0 6.041.61h.009a30.191 30.191 0 0 0 6.042-.609 29.808 29.808 0 0 0 10.719-4.511 30.059 30.059 0 0 0 10.859-13.19 29.852 29.852 0 0 0 1.745-5.627 30.263 30.263 0 0 0 0-12.081 29.8 29.8 0 0 0-4.51-10.716 30.06 30.06 0 0 0-13.192-10.86 29.836 29.836 0 0 0-5.625-1.747 30.2 30.2 0 0 0-6.04-.61h-.008Z' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6.5em auto; }

.single-proposal #wrapper .site-left-nav .site-left-nav-container ul {
  position: relative;
  z-index: 3; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li a {
    position: relative;
    padding-left: 1.4em; }
    .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li a::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.529 10.529'%3E%3Cpath fill='%232E2E38' d='M0 4.607h8.009L4.33.928 5.265 0l5.265 5.265-5.265 5.264-.928-.929 3.672-3.679H0Z'/%3E%3C/svg%3E"); }
    .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li a::before {
      position: absolute;
      content: '';
      width: 0.45em;
      height: 0.45em;
      border-radius: 50%;
      display: block;
      top: 1.05em;
      left: 0.5em;
      background-color: #6AC59F; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li.current a::before {
    background-color: #707070; }
  .single-proposal #wrapper .site-left-nav .site-left-nav-container ul li.current a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.529 10.529'%3E%3Cpath fill='%235E615D' d='M0 4.607h8.009L4.33.928 5.265 0l5.265 5.265-5.265 5.264-.928-.929 3.672-3.679H0Z'/%3E%3C/svg%3E"); }

.single-proposal .site-left-bottom {
  max-width: 19em;
  margin: 0 auto; }
  .single-proposal .site-left-bottom .site-left-logo {
    margin-bottom: 1em;
    margin-left: 1em;
    max-width: 12em; }

/* mobile left nav  */
@media (max-width: 900px) {
  .single-proposal .site-left-right .toggle-site-left {
    right: -3.4em;
    -webkit-box-shadow: 2px 1px 9px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 1px 9px rgba(0, 0, 0, 0.15); }
    .single-proposal .site-left-right .toggle-site-left::before {
      background: transparent; }

  .single-proposal .site-left-right .toggle-site-left {
    font-size: 130%; } }
/* onderdelen */
.single-proposal {
  line-height: 1.6; }
  .single-proposal .wrap {
    max-width: 1120px; }

.single-proposal #content .button {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 1.3em;
  padding-right: 1.3em; }
  .single-proposal #content .button:hover {
    color: #fff; }

/* custom bouwstenen */
.single-proposal #content .fr-offerte_top {
  position: relative;
  z-index: 0;
  background-color: #6AC59F;
  color: #fff; }
  .single-proposal #content .fr-offerte_top::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: -4em;
    bottom: -8em;
    width: 12em;
    height: 12em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 246.435 246.435'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath data-name='Rectangle 305' fill='%23c3deeb' d='M0 0h246.435v246.435H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 6076'%3E%3Cg data-name='Group 1647' clip-path='url(%23a)'%3E%3Cpath data-name='Exclusion 1' d='M123.224 246.436h-.008a125.2 125.2 0 0 1-12.59-.635A123.027 123.027 0 0 1 .637 135.824a125.1 125.1 0 0 1 0-25.2A123.035 123.035 0 0 1 110.611.638 125.208 125.208 0 0 1 123.21.001h.018a125.215 125.215 0 0 1 12.6.637A123.021 123.021 0 0 1 245.8 110.619a124.955 124.955 0 0 1 0 25.195 123.035 123.035 0 0 1-109.978 109.987 125.208 125.208 0 0 1-12.598.635ZM80.758 43.081a47.752 47.752 0 0 0-9.549.962 47.15 47.15 0 0 0-16.95 7.131 47.529 47.529 0 0 0-17.175 20.853 47.081 47.081 0 0 0-2.763 8.9A47.464 47.464 0 0 0 62.3 134.163a47.175 47.175 0 0 0 8.9 2.764 47.768 47.768 0 0 0 9.554.965h.014a47.745 47.745 0 0 0 9.554-.963 47.14 47.14 0 0 0 16.951-7.134 47.537 47.537 0 0 0 17.172-20.86 47.209 47.209 0 0 0 2.76-8.9 47.86 47.86 0 0 0 0-19.105 47.127 47.127 0 0 0-7.132-16.947 47.538 47.538 0 0 0-20.854-17.175 47.183 47.183 0 0 0-8.9-2.763 47.756 47.756 0 0 0-9.552-.964h-.013Z' fill='%23c3deeb' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11.9em auto; }
  .single-proposal #content .fr-offerte_top .wrap {
    padding-top: 4em;
    padding-bottom: 2em; }
    .single-proposal #content .fr-offerte_top .wrap .the-title {
      margin-bottom: 4em; }
      .single-proposal #content .fr-offerte_top .wrap .the-title h1 {
        color: inherit; }
      .single-proposal #content .fr-offerte_top .wrap .the-title .the-company {
        font-size: 170%; }
    .single-proposal #content .fr-offerte_top .wrap .the-content {
      font-size: 170%;
      margin-bottom: 1em; }

.single-proposal #content .fr-img_title {
  padding-top: 6em; }
  .single-proposal #content .fr-img_title .text {
    margin-left: auto;
    margin-right: 0;
    max-width: 32em; }
    .single-proposal #content .fr-img_title .text h2 {
      font-size: 135%;
      line-height: 2.5; }

.single-proposal #content .fr-akkoord {
  position: relative;
  padding-top: 3em;
  padding-bottom: 1em;
  background-color: rgba(195, 222, 235, 0.4); }

.single-proposal #content .fr-cta {
  position: relative;
  padding-top: 2.6em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  background-color: transparent; }
  .single-proposal #content .fr-cta .wrap.cta-container {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 650px) {
      .single-proposal #content .fr-cta .wrap.cta-container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .single-proposal #content .fr-cta .wrap.cta-container .cta-left {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 2em; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-left .team-member {
        position: relative;
        width: 100%;
        max-width: 18em;
        margin-bottom: 2em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .team-member strong {
          text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          margin: 0;
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 154%;
          line-height: 1.2;
          position: absolute;
          z-index: 2;
          left: 1em;
          right: 1em;
          bottom: 0.6em; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .team-member img {
          position: absolute;
          z-index: 1;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          display: block; }
        .single-proposal #content .fr-cta .wrap.cta-container .cta-left .team-member::after {
          content: '';
          padding-bottom: 66%;
          display: block; }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-left .text {
        font-size: 100%; }
    .single-proposal #content .fr-cta .wrap.cta-container .cta-right {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 2em;
      max-width: 12em; }
      @media (min-width: 650px) {
        .single-proposal #content .fr-cta .wrap.cta-container .cta-right {
          max-width: 14em;
          margin: 0 auto 2em; } }
      .single-proposal #content .fr-cta .wrap.cta-container .cta-right img {
        display: block;
        width: 100%; }

.single-proposal #content .fr-htmltext .wrap > .text {
  max-width: 45em; }
  .single-proposal #content .fr-htmltext .wrap > .text ol {
    padding-top: 1em; }
    .single-proposal #content .fr-htmltext .wrap > .text ol li {
      margin-bottom: 1em; }
      .single-proposal #content .fr-htmltext .wrap > .text ol li::marker {
        font-weight: 700; }

.single-proposal #content .fr-htmltext.with-img .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .single-proposal #content .fr-htmltext.with-img .wrap .the-image {
    padding-top: 2em;
    min-width: 10em;
    max-width: 14em; }
    .single-proposal #content .fr-htmltext.with-img .wrap .the-image img {
      display: block;
      width: 100%; }
  @media (min-width: 600px) {
    .single-proposal #content .fr-htmltext.with-img .wrap {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .single-proposal #content .fr-htmltext.with-img .wrap > .text {
        max-width: 36em; }
      .single-proposal #content .fr-htmltext.with-img .wrap .the-image {
        -ms-flex-item-align: center;
            align-self: center;
        padding-top: 0;
        margin-left: 3em; } }

.single-proposal #content .fr-images-modal.tile-popup .images-grid .tile {
  border-color: rgba(112, 112, 112, 0.43);
  position: relative; }
  .single-proposal #content .fr-images-modal.tile-popup .images-grid .tile::after {
    content: '';
    position: absolute;
    right: 0.6em;
    bottom: 0.6em;
    display: block;
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.5 16.5'%3E%3Cpath d='M11.792 10.377h-.745l-.264-.255a6.141 6.141 0 1 0-.66.66l.255.264v.745l4.716 4.709 1.406-1.406Zm-5.66 0a4.245 4.245 0 1 1 4.245-4.245 4.24 4.24 0 0 1-4.245 4.245ZM8.491 6.6H6.6v1.887h-.94V6.6H3.774v-.94H5.66V3.774h.94V5.66h1.887Z' fill='%232e2e38'/%3E%3C/svg%3E");
    background-size: 0.9em auto;
    background-repeat: no-repeat;
    background-position: center; }

/* Quote custom backgrounds */
.single-proposal #content .fr-quote.quote-bg-bladeren {
  background-image: url(img/bg-quote.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .single-proposal #content .fr-quote.quote-bg-bladeren .wrap {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .single-proposal #content .fr-quote.quote-bg-bladeren .wrap .h5 {
      font-weight: 700;
      color: #fff; }
    .single-proposal #content .fr-quote.quote-bg-bladeren .wrap .quote-caption {
      color: #fff; }

.single-proposal #content .fr-quote.quote-bg-blauw {
  background-color: rgba(195, 222, 235, 0.4); }

.single-proposal #content .fr-quote.quote-bg-groen {
  background-color: #6AC59F; }
  .single-proposal #content .fr-quote.quote-bg-groen .h5 {
    color: #fff; }
  .single-proposal #content .fr-quote.quote-bg-groen .quote-caption {
    color: #fff; }

.single-proposal #content .fr-quote.quote-bg-roze {
  background-color: #f8cbc8; }
  .single-proposal #content .fr-quote.quote-bg-roze .h5 {
    color: #fff; }
  .single-proposal #content .fr-quote.quote-bg-roze .quote-caption {
    color: #fff; }

.single-proposal #content .fr-team_members .wrap > .text {
  max-width: 100%; }
.single-proposal #content .fr-team_members .team-container {
  margin: 0 -0.5em; }
  .single-proposal #content .fr-team_members .team-container .team-member {
    position: relative;
    margin: 0.5em;
    width: calc(100% - 1em); }
    @media (min-width: 600px) {
      .single-proposal #content .fr-team_members .team-container .team-member {
        width: calc(50% - 1em); } }
    @media (min-width: 1000px) {
      .single-proposal #content .fr-team_members .team-container .team-member {
        width: calc(33.33% - 1em); } }
    .single-proposal #content .fr-team_members .team-container .team-member strong {
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      margin: 0;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 154%;
      line-height: 1.2;
      position: absolute;
      z-index: 2;
      left: 1em;
      right: 1em;
      bottom: 0.6em; }
    .single-proposal #content .fr-team_members .team-container .team-member img {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block; }
    .single-proposal #content .fr-team_members .team-container .team-member::after {
      content: '';
      padding-bottom: 66%;
      display: block; }
    .single-proposal #content .fr-team_members .team-container .team-member.extra1 {
      background-color: #FDA128; }
    .single-proposal #content .fr-team_members .team-container .team-member.extra2 {
      background-color: #F8CBC8; }

.single-proposal #content .fr-htmltext_table.boxed .wrap .text h2.title-tables,
.single-proposal #content .fr-htmltext_table.default .wrap .text h2.title-tables {
  color: inherit;
  margin-bottom: 0; }

#content .editor-content a:not(.button) {
  color: #6AC59F;
  -webkit-box-shadow: inset 0 -1px #6AC59F;
          box-shadow: inset 0 -1px #6AC59F; }
  #content .editor-content a:not(.button):hover {
    -webkit-box-shadow: inset 0 -2px #6AC59F;
            box-shadow: inset 0 -2px #6AC59F; }

/* PRINT + PDF */
.single-proposal #content .fixed-logo {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 2em;
  right: 2em;
  width: 10em; }
  .single-proposal #content .fixed-logo img {
    width: 100%;
    display: block; }

.single-proposal.printversion #content .fixed-logo {
  display: block; }

@media print {
  .single-proposal #content .fixed-logo {
    display: block;
    bottom: auto;
    top: 1em;
    right: 1em;
    width: 9.5em; } }
#content .fr-htmltext_table.background .wrap > .text {
  max-width: 100%; }
  #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table {
    border-collapse: collapse; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr td {
      height: 1em;
      background: rgba(195, 222, 235, 0.4);
      padding: 0em 1em; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr td:first-child {
      width: 41%; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr td:nth-child(2) {
      text-align: left; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr td:nth-child(3) {
      width: 8em; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr td:nth-child(4) {
      width: 8em; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr:first-child td {
      padding: 0.6em 1em;
      background: #6AC59F; }
    #content .fr-htmltext_table.background .wrap > .text .cms-table-container > table tr:nth-child(2) td {
      padding-top: 1em; }

#content .fr-htmltext_table + .fr-htmltext_table:not(.has-title) {
  margin-top: -2em; }
  #content .fr-htmltext_table + .fr-htmltext_table:not(.has-title) .wrap > .text {
    padding-top: 0; }
    #content .fr-htmltext_table + .fr-htmltext_table:not(.has-title) .wrap > .text .cms-table-container {
      padding-top: 0; }

.single-proposal #content .fr-pdf .button {
  display: table; }

/*# sourceMappingURL=custom.css.map */