/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */
/* Reset
   ========================================================================== */
/**
 * Add the correct display in Edge, IE 11, and Firefox.
 */
details,
main {
  display: block;
}

/**
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 11.
 */
template {
  display: none;
}

/**
 * Remove tap delay in modern browsers.
 */
a,
input,
button {
  touch-action: manipulation;
}

/* Clearfix
   ========================================================================== */
header::after,
footer::after,
nav ul::after,
nav ol::after,
.container::after,
.paginator::after {
  display: table;
  clear: both;
  content: "";
}
/* ==========================================================================
   Styling and layout for screen media (mobile first)
   ========================================================================== */
@media screen {
  /* Layout
   ========================================================================== */
  /**
 * 1. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
  html {
    /* 1 */
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
    height: 100%; /* to help place footer to bottom of page */
    box-sizing: border-box;
    overflow-y: scroll;
    background-color: #eee;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(240,240,240,0.95)) 22%, to(#ddd)) fixed;
        background: -webkit-linear-gradient(top, rgba(240,240,240,0.95) 22%, #ddd) fixed;
        background: -o-linear-gradient(top, rgba(240,240,240,0.95) 22%, #ddd) fixed;
        background: linear-gradient(to bottom, rgba(240,240,240,0.95) 22%, #ddd) fixed;
  }
  /**
 * 1. Set `body` to `relative` to allow positioning of absolute elements.
 * 2. Remove default margin.
 */
  body {
    /* 1 */
    position: relative;
    /* 2 */
    margin: 0;
    min-height: 100%;  /* to push footer to bottom of page */
    overflow: hidden;
  }
  .body-portfolio {
    background: #fff;
  }
  /**
 * Outer wrapper for main layouts.
 *
 * Example HTML:
 *
 * <div class="wrapper">
 *     <div class="container">
 *         Content
 *     </div>
 * </div>
 */
  .wrapper {
        height: 100%;  /* to help continue the crinkle pattern */
        background:
radial-gradient(circle at 100% 50%, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent),
radial-gradient(circle at 0% 50%, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent) 0 -50px,
-webkit-gradient(linear, left top, left bottom, from(rgba(240,240,240,0.99)), to(#ddd)) fixed;
        background:
-webkit-radial-gradient(100% 50%, circle, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent),
-webkit-radial-gradient(0% 50%, circle, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent) 0 -50px,
-webkit-linear-gradient(top, rgba(240,240,240,0.99), #ddd) fixed;
        background:
-o-radial-gradient(100% 50%, circle, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent),
-o-radial-gradient(0% 50%, circle, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent) 0 -50px,
-o-linear-gradient(top, rgba(240,240,240,0.99), #ddd) fixed;
        background:
radial-gradient(circle at 100% 50%, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent),
radial-gradient(circle at 0% 50%, transparent 20%, rgba(255,255,255,.3) 21%, rgba(255,255,255,.3) 34%, transparent 35%, transparent) 0 -50px,
linear-gradient(to bottom, rgba(240,240,240,0.99), #ddd) fixed;
    background-color: slategray;
    background-size:75px 100px, 75px 100px, 100%;
    background-repeat: repeat repeat no-repeat;
    padding: 0;
    padding-top: 0.5rem;
    border-bottom: 0;
  }
  .wrapper-portfolio {
    padding: 0;
    border-bottom: 0px solid #cccccc;
  }
  /**
 * Wrapper for layouts, and for site header/footer.
 *
 * Example HTML:
 *
 * <div class="wrapper">
 *     <div class="container">
 *         Content
 *     </div>
 * </div>
 */
  .site-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    width: 96%;
    max-width: 54em;
    margin: 0 auto;
  }
  /**
 * Additional styling for child content within site header.
 */
  .site-header {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(270deg,rgba(0,120,180,0.75) 0%,rgba(240,240,240,0.95) 85%),url(/images/1.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(0,120,180,0.75) 0%,rgba(240,240,240,0.95) 85%),url(/images/1.jpg);
    background-image: -o-linear-gradient(270deg,rgba(0,120,180,0.75) 0%,rgba(240,240,240,0.95) 85%),url(/images/1.jpg);
    background-image: linear-gradient(180deg,rgba(0,120,180,0.75) 0%,rgba(240,240,240,0.95) 85%),url(/images/1.jpg);
    background-position: bottom left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ cover; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
    color: #dddddd;
    position: relative;
  }
  .site-header-portfolio {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(270deg,rgba(208,255,255,0) 0%,rgba(56,37,34,0) 100%),url(/nl/images/8.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(208,255,255,0) 0%,rgba(56,37,34,0) 100%),url(/nl/images/8.jpg);
    background-image: -o-linear-gradient(270deg,rgba(208,255,255,0) 0%,rgba(56,37,34,0) 100%),url(/nl/images/8.jpg);
    background-image: linear-gradient(180deg,rgba(208,255,255,0) 0%,rgba(56,37,34,0) 100%),url(/nl/images/8.jpg);
    background-position: bottom left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ cover; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
    color: #dddddd;
    position: relative;
  }
  .site-header {
    text-align: center;
  }
  .site-header .logo {
    transform-origin: bottom right;
    transition: transform 0.4s;
    display: inline-block;
    padding: 0;
  }
  .site-header .logo:hover, .site-header .logo:active, .site-header .logo:focus {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
  .site-header h2 {
    margin: 1rem 1rem 0 0.5rem;
    font-family: 'Jura', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
  }
  .site-header h3 {
    margin: 0.25rem 1rem 0 0.5rem;
    font-family: 'Jura', sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 100;
    line-height: 1.4;
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -9999px;
  }
  /**
 * Additional styling for child content within site footer.
 */
  .site-footer {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .site-footer {
    text-align: center;
  }
  /**
 * Styling for articles.
 *
 * 1. Prevent really, really long words in article from breaking layout.
 */
  .article {
/*  font van de articles vergroten zonder dat allerlei andere maten ook meegaan */
    font-size: 1.125rem;
/*  regelafstand vergoten */
    line-height: 1.65;
    margin-bottom: 2em;
    /* 1 */
    word-wrap: break-word;
  }
  /**
 * Styling for complementary content.
 *
 * Initially the sidebar appears under main content, it is then repositioned
 * with media queries at 2nd breakpoint.
 *
 * 1. Prevent really, really long words in article from breaking layout.
 */
  .complementary-content {
    clear: both;
    margin: 0 -6% 2.5rem; /* 2.5rem bottom-margin to prevent overlap with footer in mobile view */
    padding: 0 6%;
    /* 1 */
    word-wrap: break-word;
  }
  /* Navigation
   ========================================================================== */
  /**
 * Style mobile first version of the navigation menu. Desktop version will
 * override some rules with extra styling at 1st breakpoint.
 *
 * Example HTML:
 *
 * <nav class="site-navigation">
 *     <ul>
 *         <li class="active"><a></li>
 *         <li><a></li>
 *         <li><a></li>
 *     </ul>
 * </nav>
 */
  .site-navigation {
/*    background-color: #aaffff; */
/*    margin-bottom: 0.5em; */
  }
/* tigcomment: selects any div that is a child of .site-navigation */
  .site-navigation > div {
    position: relative;
    max-width: 54em;
    margin: 0 auto;
  }
  .site-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .site-navigation li {
    border-bottom: 1px solid #000000;
  }
  .site-navigation li:first-child {
    border-top: 1px solid #000000;
  }
  .site-navigation li:hover {
    background-color: #111111;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
  }
  .site-navigation li:active {
    background-color: #444444;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
  }
  .site-navigation li.active {
    background-color: #000000;
    box-shadow: none;
  }
  .site-navigation li.active a:link, .site-navigation li.active a:visited {
    color: white;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  .site-navigation a {
    display: block;
    padding: 0.25em 6%;
  }
/* ==========================================================================
   Hamburgermenu bij mobiele weergave
   ========================================================================== */
/* checkbox voor het hamburgermenu, appearance: none werkte niet in Edge en IE11 */
/* maar het uitklapmenu gekoppeld aan checkbox werkte wel in alle browsers */
/* daarom opacity: 0 gebruikt */

  #show-menu {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    outline: none;
    cursor: pointer;
    opacity: 0;
  }
/* label op exact dezelfde plek zetten als de checkbox */
  #show-menu-label {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 1;
}
/* ::after stijl nu aan label gekoppeld ipv aan checkbox, zie comment aan begin */
  #show-menu-label::after {
    content: "\2630";
    color: black;
    font-size: 1.6rem;
    padding: 0.275rem 0.45rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: white;
  }
/* het menu heeft geen hoogte en is verborgen */
  .site-navigation > div {
   overflow: hidden;
   height: 0;
   transition: height 500ms;
  }
/* na klikken op het trigram icoon (het label bovenop de checkbox)
   schuift het menu naar beneden uit en krijgt zijn normale hoogte */
  #show-menu:checked + div {
/* hoogte op vaste waarde gezet in plaats van auto omdat de transitie anders niet werkt */
/* 263.2 gedeeld door 16 */
   height: 16.55rem;
  }
/* ==========================================================================
   Einde hamburgermenu bij mobiele weergave
   ========================================================================== */


/* ==========================================================================
   Navigatie in de footer bij mobiele weergave naast elkaar laten en centreren
   ========================================================================== */
  #center-list {
    font-size:0;
  }
  .site-navigation.nav-footer li {
    display: inline-block;
    border: 0;
  }
  .site-navigation.nav-footer li:first-child {
    border: 0;
  }
  [dir="rtl"] .site-navigation.nav-footer li {
    float: right;
  }
  [dir="rtl"] .site-navigation.nav-footer li:first-child {
    border-left: 0;
  }
  [dir="rtl"] .site-navigation.nav-footer li:last-child {
    border-left: 1px solid #cccccc;
  }
  .site-navigation.nav-footer a {
    font-size: 0.75rem;
    padding: 0 1em;
  }
/* ==========================================================================
   Einde navigatie in de footer bij mobiele weergave naast elkaar laten
   ========================================================================== */

  .site-navigation a:link, .site-navigation a:visited {
    color: #000000;
  }
  .site-navigation a:hover {
    color: white;
    text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  }
  .site-navigation a:active {
    color: #dddddd;
    text-decoration: none;
  }

  /**
 * Search field in navigation.
 */
  .search {
    padding: 1em 6% 0.5em;
    background: #ffffff;
    background: rgba(255,255,255,0.5);
  }
  .search input[type="search"] {
    width: 16em;
    height: 2.125em;
    padding-right: 0.1875em;
    padding-left: 2em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg fill='%23333'%3E%3Cpath d='M4,13c0-5,4-9,9-9c5,0,9,4,9,9c0,5-4,9-9,9C8,22,4,18,4,13z M13,19c3.3,0,6-2.7,6-6s-2.7-6-6-6s-6,2.7-6,6S9.7,19,13,19z'/%3E%3Cpath d='M17.5,19l1.5-1.5l4.5,3L28,25c0,0,0,1.5-0.75,2.25S25,28,25,28l-4.5-4.5L17.5,19z'/%3E%3C/g%3E%3C/svg%3E") no-repeat left center;
    background-size: 2em 2em;
  }
/* ==========================================================================
   Language buttons
   ========================================================================== */
  .lang-parent {
    position: relative;
    height: 100%;
  }
  .lang-buttons {
    position: absolute;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    top: 3rem;
    right: 0;
}
  .lang-buttons a:link, .lang-buttons a:visited {
    color: black;
    font-size: 0.6rem;
    font-weight: 700;
    border-radius: 50%;
    padding: 0.25rem;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
/*  border: thin solid black; */
    border-color: rgba(0,0,0,0.5);
    background-color: white;
    background-color: rgba(255,255,255,0.5);
}
  .lang-buttons a:hover, .lang-buttons a:active {
    text-decoration: none;
    color: white;
/*  border: thin solid white; */
    background-color: black;
}
  .display-none {
    display: none;
}
/* ==========================================================================
   End of language buttons
   ========================================================================== */

  /* Links
   ========================================================================== */
  /**
 * 1. Specify link colour.
 * 2. Remove default underline style from non-hover state links.
 * 3. Interrupt the decoration line to let the shape of the text show through
 *    in supported browsers.
 */
  a {
    /* 1 */
    color: #666666;
    /* 2 */
    text-decoration: none;
    /* 3 */
    -webkit-text-decoration-skip: ink;
            text-decoration-skip: ink;
  }
  a:hover, a:active {
    outline: 0;
    color: #666666;
    text-decoration: underline;
  }
  a:focus {
    outline: 1px solid #666666;
    outline: thin dotted rgba(128,128,128,0.25);
  }
  main a:focus {
    outline: 0;
    text-decoration: none;
  }

  /**
 * Additional styling for `h1`-`h3` heading links.
 *
 * 1. Expanded CSS level 3 `text-decoration-color` property in supported
 *    browsers, older browsers ignore this addition.
 */

  .site-header h1 a, .site-header h2 a, .site-header h3 a {
    color: #000000;
  }
  .site-header h1 a:hover, .site-header h1 a:active,
  .site-header h2 a:hover, .site-header h2 a:active,
  .site-header h3 a:hover, .site-header h3 a:active {
    color: #000000;
    -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
  }

  h1 a,
  h2 a,
  h3 a {
    color: #333333;
  }
  h1 a:hover, h1 a:active,
  h2 a:hover, h2 a:active,
  h3 a:hover, h3 a:active {
    color: #333333;
    /* 1 */
    -webkit-text-decoration-color: rgba(51, 51, 51, 0.5);
            text-decoration-color: rgba(51, 51, 51, 0.5);
  }
  /**
 * Paginator (prev/next) navigation links on articles/article lists.
 *
 * Example HTML:
 *
 * <nav class="paginator">
 *     <a rel="prev">
 *     <a rel="next">
 */
  .paginator {
    clear: both;
  }
  .paginator [rel="prev"] {
    float: left;
  }
  .paginator [rel="next"] {
    float: right;
  }
  /* Typography
   ========================================================================== */
  /**
 * Establish baseline.
 */
  html {
    font-size: 16px;
    line-height: 1.5;
  }
  /**
 * Global font and text colour.
 */
  body {
    color: #111;
   /*   font-family: 'Libre Franklin', sans-serif; */
    font-family: 'Jura', sans-serif;
    font-weight: 300;
  }
  /**
 * Sans-serif font for main navigation menu.
 */
  .site-navigation {
    font-family: 'Jura', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
  }
  .site-footer {
    padding: 0;
    padding-top: 0.25em;
    color: white;
  }
/* ==========================================================================
   Andere kleuren voor Navigatie in Footer
   ========================================================================== */
  .nav-footer {
    text-align: center;
  }
  .site-navigation.nav-footer a {
    padding: 0 0.5em;
  }
  .nav-footer li:first-child, .nav-footer li:last-child {
    border-width: 0;
  }
  .nav-footer li:hover {
    background-color: black;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
  }
  .nav-footer li:active {
    background-color: grey;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-duration: 0.5s;
  }
  .nav-footer a:link, .nav-footer a:visited {
    color: black;
    -webkit-transition-property: all;
    transition-property: color;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
  }
  .nav-footer a:hover, .nav-footer a:active {
    color: white;
  }

/* ==========================================================================
   Einde andere kleuren voor Navigatie in Footer
   ========================================================================== */
  /**
 * Harmonize size, style and vertical margin of headings.
 */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
    font-family: 'Jura', sans-serif;
    font-weight: 400;
  }
  h1 {
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: -0.25px;
    line-height: 1.1842105;
  }
/* ==========================================================================
   Andere styling voor portfolio h1 header, niet in gebruik
   ========================================================================== */
  .portfolio-h1 {
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 0;
    color: #fff;
/*  Letterpress effect */
    background-color: #dedede;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
  }
  .portfolio-h1 a {
    text-decoration: none;
  }
/* ==========================================================================
   Einde andere styling voor portfolio h1 header
   ========================================================================== */
  h2 {
    margin: 0.75em 0;
    font-size: 1.5rem;
    letter-spacing: -0.25px;
    line-height: 1.25;
  }
  h3 {
    margin: 1em 0;
    font-size: 1.125rem;
    letter-spacing: -0.25px;
    line-height: 1.3333333;
  }
  h4 {
    margin: 1em 0;
    font-size: 1rem;
    line-height: 1.4;
  }
  h5 {
    margin: 1em 0;
    font-size: 0.9rem;
    line-height: 1.4444444;
  }
  h6 {
    margin: 1em 0;
    font-size: 0.8rem;
    line-height: 1.5;
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  b,
  strong {
    font-weight: bolder;
  }
  /**
 * Add vertical margin to addresses.
 */
  address {
    margin: 1em 0;
  }
  /**
 * Additional styling for blockquotes.
 */
  blockquote {
    margin: 0 0 0.8em 0;
 /* font-size: 1rem; */
    font-size: 1.125rem;
 /* line-height: 1.5rem; */
    line-height: 1.8rem;
    text-align: left;
  }
  em {
    font-style: normal;
  }

/* ==========================================================================
   Styling for testimonials
   ========================================================================== */
.testimonial-flex-parent {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-flow: row wrap; /* flex items can be wrapped onto multiple lines */
    flex-flow: row wrap; /* flex items can be wrapped onto multiple lines */
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
        -webkit-align-items: flex-start;
                align-items: flex-start;
      -webkit-align-content: flex-start;
              align-content: flex-start; /* hierdoor lijnen de blokken uit aan de bovenkant */;
}
.testimonial-flex-box {
    flex: 1 1 100%;
    color: #000000;
    background-color: #ffffff;
    margin: 0.25rem;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(1,0,0,0.10) 0px 0px 2px 0px, rgba(1,0,0,0.3) 1px 1px 7px 1px ;
    box-shadow: rgba(1,0,0,0.10) 0px 0px 2px 0px, rgba(1,0,0,0.3) 1px 1px 7px 1px;
    -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s; 
       -moz-transition: -moz-transform 0.4s;
         -o-transition: -o-transform 0.4s;
        -ms-transition: -ms-transform 0.4s;
            transition: transform 0.4s, box-shadow 0.4s;
}
.testimonial-flex-box {
    background-image: url(/nl/images/quotes-icon-grey.svg);
    background-size: 22rem 22rem;
    background-repeat: no-repeat;
    background-position: bottom -3rem right -3rem;
}
.testimonial {
    text-decoration: none;
/*  using quotes property in CSS to make sure <q> and <blockquote> elements are properly decorated with the correct quotation marks */
    quotes: "\201C""\201D""\2018""\2019";
    box-sizing: border-box;
}
/* .testimonial:before {
    color: rgb(10,0,0);
    content: no-open-quote;
    content: "\201C";  to make it work in Chrome
    font-family: 'Signika Negative', sans-serif;
    font-size: 2rem;
    line-height: 0.1em;
    margin-right: 0.4em;
    vertical-align: -0.4em;
}
.testimonial:after {
    color: rgb(10,0,0);
    content: no-close-quote;
    content: "\201D";  to make it work in Chrome 
    font-family: 'Signika Negative', sans-serif;
    font-size: 2rem;
    line-height: 0.1em;
    margin-left: 0.4em;;
    vertical-align: -0.4em;
} 
.testimonial p {
    display: inline;
} */
.testimonial-heading {
    margin: 1em 0;
    margin-bottom: 0;
    font-size: 1.21rem;
    letter-spacing: -0.25px;
    line-height: 1.6;
}  
/* stijl voor de foto's bij de reviews */
.review {
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgb(1,0,0);
    width: 6rem;
    height: 6rem;
    padding: 0.25rem;
    object-fit: cover;
}
.profielfoto {
    border-radius: 50%;
    border: 2px solid rgb(10,0,0);
    width: 14rem;
    height: 14rem;
    padding: 0.25rem;
    object-fit: cover;
}
.portfoliothumb {
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgb(10,0,0);
    width: 7rem;
    height: 7rem;
    padding: 0.25rem;
    object-fit: cover;
}

/* ==========================================================================
   End of styling for testimonials
   ========================================================================== */

  /**
 * 1. Remove the bottom border in Chrome 57+.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  abbr[title] {
    /* 1 */
    border-bottom: 0;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  /**
 * Consistent styling for `mark` and `var` tags.
 */
  mark,
  var {
    padding: 0 0.25em;
    border-radius: 0.25em;
    background: #fff9e1;
    color: #333333;
  }
  /**
 * Harmonize size and style of computer text.
 */
  pre,
  code,
  kbd,
  samp {
    border: 1px solid #e3e3e3;
    border-radius: 0.2857143em;
    background-color: #f7f7f7;
    color: #333333;
    font-family: Menlo, Consolas, Monaco, monospace;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  code,
  kbd,
  samp {
    padding: 1px 0.21429em;
  }
  /**
 * Additional stylng for preformatted text/code.
 *
 * 1. Don't wrap long words.
 * 2. Contain overflow in all browsers.
 * 3. Set tab size to 4 spaces.
 */
  pre {
    padding: 0.5714286em 1.1428571em;
    /* 1 */
    word-wrap: normal;
    /* 2 */
    overflow-x: auto;
    /* 3 */
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
  }
  pre code {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    direction: ltr;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */
  sub,
  sup.footnote,
  sup {
    position: relative;
    font-size: 0.625em;
    line-height: 0;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  /**
 * Harmonize size and style of small text.
 */
  small,
  figcaption,
  tfoot,
  .footnote {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  figcaption,
  tfoot,
  .footnote {
    color: #585858;
  }
  figcaption {
    margin-top: 0.5em;
    font-style: italic;
  }
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  hr {
    height: 24px;
    margin: 1em 0;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 24'%3E%3Cpath fill='%23333' d='M0,0c1.742,13.61,54.74,20.912,119.995,15.279C184.922,9.679,238.594,13.024,240,24c-1.744-13.613-54.742-20.913-120.005-15.284C55.078,14.32,1.405,10.973,0,0z'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: 240px 24px;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    overflow: visible;
  }

/* ==========================================================================================
   Styling and layout for main tig-flex, article tig-card and article tig-card-text-centered
   ========================================================================================== */
  .tig-flex {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-flow: row wrap; /* flex items can be wrapped onto multiple lines */
    flex-flow: row wrap; /* flex items can be wrapped onto multiple lines */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
       -ms-flex-align: stretch;
          align-items: stretch;
    -ms-flex-line-pack: start;
         align-content: flex-start; /* hierdoor lijnen de blokken uit aan de bovenkant */;
  }
  .tig-portfolio {
    background-color: #ffffff;
  }
  .portfolio-img {
    display: inline-block;
    border: 1px solid #dddddd;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(1,0,0,0.10) 0px 0px 0px 0px;
    box-shadow: rgba(1,0,0,0.10) 0px 0px 0px 0px;
    -webkit-transition: -webkit-transform ease-in 0.3s, -webkit-box-shadow 0.6s;
    transition: -webkit-transform ease-in 0.3s, -webkit-box-shadow 0.6s;
    -o-transition: transform ease-in 0.3s, box-shadow 0.6s;
    transition: transform ease-in 0.3s, box-shadow 0.6s;
    transition: transform ease-in 0.3s, box-shadow 0.6s, -webkit-transform ease-in 0.3s, -webkit-box-shadow 0.6s;
  }
  .portfolio-img-round {
    border-radius: 50%;
    background-color: transparent;
}
  .portfolio-img-wide {
    max-width: 45%;
  }
  .portfolio-img-square {
    max-width: 24%;
  }
  .portfolio-img-wide img {
    max-width: 100%;
  }
  .portfolio-img:hover {
    -webkit-transform: scale(1.05); 
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 4px 4px 10px 0px rgba(1,0,0,0.60); /* Safari */
            box-shadow: 4px 4px 10px 0px rgba(1,0,0,0.60);
  }
  .tig-card {
    position: relative;
    flex: 1 1 100%;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    margin: 0.25rem;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: rgba(1,0,0,0.10) 0px 0px 2px 0px, rgba(1,0,0,0.3) 1px 1px 7px 1px ;
    box-shadow: rgba(1,0,0,0.10) 0px 0px 2px 0px, rgba(1,0,0,0.3) 1px 1px 7px 1px;
    -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s; 
       -moz-transition: -moz-transform 0.4s;
         -o-transition: -o-transform 0.4s;
        -ms-transition: -ms-transform 0.4s;
            transition: transform, background-image 0.4s, box-shadow 0.4s;
  }
  .tig-card-xl {
    flex: 1 1 100%;
    padding: 2rem;

  }
/* selecteert een h1 die direct na een plaatje komt */
/*  .tig-card img + h1 { 
    text-align: center;
    margin: 0;} */

  .tig-card h1 a {
    color: #000;
  }
  .tig-card:hover h1 a, .tig-card:active h1 a {
    text-decoration: none;
  }
/* homepage icoontjes centreren voor kleine schermen */
  .tig-card .tig-icon {
    margin: 0 auto;
}
  .tig-card img[src$="-icon.svg"] {
    display: inline-block;
    width: 5rem;
    padding: 0.5rem;
    margin: 0;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
            transition: opacity 1s ease-in;
    -webkit-transition: transform 0.2s ease-in;
         -o-transition: transform 0.2s ease-in;
            transition: transform 0.2s ease-in;
  }

  .tig-card-bg1:hover img[src$="-icon.svg"], .tig-card-bg2:hover img[src$="-icon.svg"],
  .tig-card-bg3:hover img[src$="-icon.svg"], .tig-card-bg4:hover img[src$="-icon.svg"],
  .tig-card-bg5:hover img[src$="-icon.svg"], .tig-card-bg6:hover img[src$="-icon.svg"] {
    opacity: 1;
    border-radius: 50%;
    border-color: black;
    background-color: white;
    -webkit-transform: rotate(10deg); 
       -moz-transform: rotate(10deg);
         -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    -webkit-transition: opacity 0.2s ease-in;
         -o-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
    -webkit-transition: transform 0.2s ease-in;
         -o-transition: transform 0.2s ease-in;
            transition: transform 0.2s ease-in;
  }

  .tig-card-bg1:hover img[src$="-icon.svg"]:hover, .tig-card-bg2:hover img[src$="-icon.svg"]:hover,
  .tig-card-bg3:hover img[src$="-icon.svg"]:hover, .tig-card-bg4:hover img[src$="-icon.svg"]:hover,
  .tig-card-bg5:hover img[src$="-icon.svg"]:hover, .tig-card-bg6:hover img[src$="-icon.svg"]:hover {
    -webkit-transform: rotate(20deg); 
       -moz-transform: scale(20deg);
         -o-transform: scale(20deg);
        -ms-transform: scale(20deg);
            transform: scale(20deg);
    -webkit-transition: transform 0.2s ease-in;
         -o-transition: transform 0.2s ease-in;
            transition: transform 0.2s ease-in;
  }

  .tig-card-text-centered {
    text-align: center;
  }
  .tig-card-text-centered h1, .tig-card-text-centered p {
    text-align: left;
  }
  .tig-card:hover, .testimonial-flex-box:hover {
    -webkit-box-shadow: 4px 4px 10px 0px rgba(1,0,0,0.60); /* Safari */
            box-shadow: 4px 4px 10px 0px rgba(1,0,0,0.60);
  }
  .tig-card-bg1, .tig-card-bg2, .tig-card-bg3,
  .tig-card-bg4, .tig-card-bg5, .tig-card-bg6 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 150%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
  .tig-card-bg1 {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/tigplant-icon-grey.svg);
}
  .tig-card-bg2 {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/vormgevings-icon-grey.svg);
}
  .tig-card-bg3 {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/websites-icon-grey.svg);
}
  .tig-card-bg4 {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/portfolio-icon-grey.svg);
}
  .tig-card-bg5 {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/werkwijze-icon-grey.svg);
}
  .tig-card-bg6 {
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/gespreks-icon-grey.svg);
}
  .tig-card-bg1:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(229,218,4);
    background: -moz-linear-gradient(-45deg, rgba(229,218,4,0.97) 0%, rgba(143,2,34,0.91) 84%, rgba(109,0,25,0.9) 100%),url(/nl/images/tigplant-icon.svg);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(229,218,4,0.97)), color-stop(84%,rgba(143,2,34,0.91)), color-stop(100%),url(/nl/images/tigplant-icon.svg,rgba(109,0,25,0.9)));
    background: -webkit-linear-gradient(-45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/tigplant-icon.svg);
    background: -o-linear-gradient(-45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/tigplant-icon.svg);
    background: -ms-linear-gradient(-45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/tigplant-icon.svg);
    background: linear-gradient(135deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/tigplant-icon.svg);
    background-position: top left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ 150%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
  .tig-card-bg2:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(229,218,4);
    background: -moz-linear-gradient(45deg, rgba(109,0,25,0.97) 0%, rgba(143,2,34,0.94) 50%, rgba(209,139,0,0.9) 100%, rgba(209,139,0,0.9) 100%),url(/nl/images/vormgeving-icon.svg);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(109,0,25,0.97)), color-stop(50%,rgba(143,2,34,0.94)), color-stop(100%,rgba(209,139,0,0.9)), color-stop(100%),url(/nl/images/vormgeving-icon.svg,rgba(209,139,0,0.9)));
    background: -webkit-linear-gradient(45deg, rgba(109,0,25,0.97) 0%,rgba(143,2,34,0.94) 50%,rgba(209,139,0,0.9) 100%,rgba(209,139,0,0.9) 100%),url(/nl/images/vormgeving-icon.svg);
    background: -o-linear-gradient(45deg, rgba(109,0,25,0.97) 0%,rgba(143,2,34,0.94) 50%,rgba(209,139,0,0.9) 100%,rgba(209,139,0,0.9) 100%),url(/nl/images/vormgeving-icon.svg);
    background: -ms-linear-gradient(45deg, rgba(109,0,25,0.97) 0%,rgba(143,2,34,0.94) 50%,rgba(209,139,0,0.9) 100%,rgba(209,139,0,0.9) 100%),url(/nl/images/vormgeving-icon.svg);
    background: linear-gradient(45deg, rgba(109,0,25,0.97) 0%,rgba(143,2,34,0.94) 50%,rgba(209,139,0,0.9) 100%,rgba(209,139,0,0.9) 100%),url(/nl/images/vormgeving-icon.svg);
    background-position: top left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ 150%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
  .tig-card-bg3:hover {
    color: #fff;
    text-decoration: none;
background: -moz-linear-gradient(45deg, rgba(229,218,4,0.9) 0%, rgba(229,218,4,0.91) 15%, rgba(100,147,55,0.92) 50%, rgba(68,35,13,0.93) 85%, rgba(68,35,13,0.94) 100%),url(/nl/images/websites-icon.svg);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(229,218,4,0.9)), color-stop(15%,rgba(229,218,4,0.91)), color-stop(50%,rgba(100,147,55,0.92)), color-stop(85%,rgba(68,35,13,0.93)), color-stop(100%),url(/nl/images/websites-icon.svg,rgba(68,35,13,0.94)));
background: -webkit-linear-gradient(45deg, rgba(229,218,4,0.9) 0%,rgba(229,218,4,0.91) 15%,rgba(100,147,55,0.92) 50%,rgba(68,35,13,0.93) 85%,rgba(68,35,13,0.94) 100%),url(/nl/images/websites-icon.svg);
background: -o-linear-gradient(45deg, rgba(229,218,4,0.9) 0%,rgba(229,218,4,0.91) 15%,rgba(100,147,55,0.92) 50%,rgba(68,35,13,0.93) 85%,rgba(68,35,13,0.94) 100%),url(/nl/images/websites-icon.svg);
background: -ms-linear-gradient(45deg, rgba(229,218,4,0.9) 0%,rgba(229,218,4,0.91) 15%,rgba(100,147,55,0.92) 50%,rgba(68,35,13,0.93) 85%,rgba(68,35,13,0.94) 100%),url(/nl/images/websites-icon.svg);
background: linear-gradient(45deg, rgba(229,218,4,0.9) 0%,rgba(229,218,4,0.91) 15%,rgba(100,147,55,0.92) 50%,rgba(68,35,13,0.93) 85%,rgba(68,35,13,0.94) 100%),url(/nl/images/websites-icon.svg);
    background-position: top left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ 150%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
  .tig-card-bg4:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(229,218,4);
    background: -moz-linear-gradient(45deg, rgba(229,218,4,0.97) 0%, rgba(143,2,34,0.91) 84%, rgba(109,0,25,0.9) 100%),url(/nl/images/portfolio-icon.svg);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(229,218,4,0.97)), color-stop(84%,rgba(143,2,34,0.91)), color-stop(100%),url(/nl/images/portfolio-icon.svg,rgba(109,0,25,0.9)));
    background: -webkit-linear-gradient(45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/portfolio-icon.svg);
    background: -o-linear-gradient(45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/portfolio-icon.svg);
    background: -ms-linear-gradient(45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/portfolio-icon.svg);
    background: linear-gradient(45deg, rgba(229,218,4,0.97) 0%,rgba(143,2,34,0.91) 84%,rgba(109,0,25,0.9) 100%),url(/nl/images/portfolio-icon.svg);
    background-position: top left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ 150%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
  .tig-card-bg5:hover {
    color: #fff;
    text-decoration: none;
background: rgb(100,147,55);
background: -moz-linear-gradient(-45deg, rgba(100,147,55,0.95) 0%, rgba(191,110,38,0.97) 50%, rgba(242,203,5,0.95) 100%),url(/nl/images/werkwijze-d-icon.svg);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(100,147,55,0.95)), color-stop(50%,rgba(191,110,38,0.97)), color-stop(100%,rgba(242,203,5,0.95))),url(/nl/images/werkwijze-d-icon.svg);
background: -webkit-linear-gradient(-45deg, rgba(100,147,55,0.95) 0%,rgba(191,110,38,0.97) 50%,rgba(242,203,5,0.95) 100%),url(/nl/images/werkwijze-d-icon.svg);
background: -o-linear-gradient(-45deg, rgba(100,147,55,0.95) 0%,rgba(191,110,38,0.97) 50%,rgba(242,203,5,0.95) 100%),url(/nl/images/werkwijze-d-icon.svg);
background: -ms-linear-gradient(-45deg, rgba(100,147,55,0.95) 0%,rgba(191,110,38,0.97) 50%,rgba(242,203,5,0.95) 100%),url(/nl/images/werkwijze-d-icon.svg);
background: linear-gradient(135deg, rgba(100,147,55,0.95) 0%,rgba(191,110,38,0.97) 50%,rgba(242,203,5,0.95) 100%),url(/nl/images/werkwijze-d-icon.svg);
    background-position: top left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ 150%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
  .tig-card-bg6:hover {
    color: #fff;
    background-color: #fff;
    text-decoration: none
background: -moz-linear-gradient(-45deg, rgba(189,217,242,0.97) 0%, rgba(189,217,242,0.96) 10%, rgba(191,153,36,0.94) 41%, rgba(191,110,38,0.93) 60%, rgba(52,89,57,0.9) 100%),url(/nl/images/gespreks-icon.svg);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(189,217,242,0.97)), color-stop(10%,rgba(189,217,242,0.96)), color-stop(41%,rgba(191,153,36,0.94)), color-stop(60%,rgba(191,110,38,0.93)), color-stop(100%),url(/nl/images/offerte-icon.svg,rgba(52,89,57,0.9)));
background: -webkit-linear-gradient(-45deg, rgba(189,217,242,0.97) 0%,rgba(189,217,242,0.96) 10%,rgba(191,153,36,0.94) 41%,rgba(191,110,38,0.93) 60%,rgba(52,89,57,0.9) 100%),url(/nl/images/gespreks-icon.svg);
background: -o-linear-gradient(-45deg, rgba(189,217,242,0.97) 0%,rgba(189,217,242,0.96) 10%,rgba(191,153,36,0.94) 41%,rgba(191,110,38,0.93) 60%,rgba(52,89,57,0.9) 100%),url(/nl/images/gespreks-icon.svg);
background: -ms-linear-gradient(-45deg, rgba(189,217,242,0.97) 0%,rgba(189,217,242,0.96) 10%,rgba(191,153,36,0.94) 41%,rgba(191,110,38,0.93) 60%,rgba(52,89,57,0.9) 100%),url(/nl/images/gespreks-icon.svg);
background: linear-gradient(135deg, rgba(189,217,242,0.97) 0%,rgba(189,217,242,0.96) 10%,rgba(191,153,36,0.94) 41%,rgba(191,110,38,0.93) 60%,rgba(52,89,57,0.9) 100%),url(/nl/images/gespreks-icon.svg);
    background-position: top left, /* this positions the first image */ bottom left; /* this positions the second image */
    background-size: 100% 100%, /* this sizes the first image */ 150%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
  .tig-contact-card-bg {
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(270deg,rgba(140,47,8,0.60) 0%,rgba(140,47,8,0.99) 100%),url(/nl/images/8.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(140,47,8,0.60) 0%,rgba(140,47,8,0.99) 100%),url(/nl/images/8.jpg);
    background-image: -o-linear-gradient(270deg,rgba(140,47,8,0.60) 0%,rgba(140,47,8,0.99) 100%),url(/nl/images/8.jpg);
    background-image: linear-gradient(180deg,rgba(140,47,8,0.60) 0%,rgba(140,47,8,0.99) 100%),url(/nl/images/8.jpg);
    background-size: 100% 100%, /* this sizes the first image */ cover; /* this sizes the second image */
    background-position: top left, /* this positions the first image */ top left; /* this positions the second image */
}
  .tig-contact-card-bg:hover {
    text-decoration: none;
    background-color: #fff;
    background-image: -webkit-linear-gradient(270deg,rgba(56,37,34,0.70) 0%,rgba(56,37,34,0.99) 100%),url(/nl/images/5.jpg);
    background-image: -moz-linear-gradient(270deg,rgba(56,37,34,0.70) 0%,rgba(56,37,34,0.99) 100%),url(/nl/images/5.jpg);
    background-image: -o-linear-gradient(270deg,rgba(56,37,34,0.70) 0%,rgba(56,37,34,0.99) 100%),url(/nl/images/5.jpg);
    background-image: linear-gradient(180deg,rgba(56,37,34,0.70) 0%,rgba(56,37,34,0.99) 100%),url(/nl/images/5.jpg);
    background-size: 100% 100%, /* this sizes the first image */ cover; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
}
 .tig-card-button {
    display: block;
    width: 12rem;
    margin: auto;
    margin-bottom: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    border: 1px solid black;
    background-color: #bcffff;
    -webkit-transition: background 0.3s ease-in;
         -o-transition: background 0.3s ease-in;
            transition: background 0.3s ease-in;
    -webkit-transition: color 0.1s ease-in;
         -o-transition: color 0.1s ease-in;
            transition: color 0.1s ease-in;
}
  .tig-card-button span {
    font-size: 0.85rem;
    transform: scale(1.35) translate(0.25rem,0);
}
  .tig-card-button:link, .tig-card-button:visited {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}
/* andere kleur voor de call to action button op de kaart gesprek */
  .tig-card-bg6 .tig-card-button:link, .tig-card-bg6 .tig-card-button:visited {
    text-decoration: none;
    color: white;
    background-color: rgba(0,120,180,0.75);
}
  .tig-card-bg6 .tig-card-button:hover, .tig-card-bg6 .tig-card-button:active {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}
  .tig-card-button:hover, .tig-card-button:active {
    color: #f9faf7;
    border-color: rgb(1,0,0);
    background-color: rgb(0,0,0);
    -webkit-transition: background 0.3s ease-in;
         -o-transition: background 0.3s ease-in;
            transition: background 0.3s ease-in;
    -webkit-transition: color 0.1s ease-in;
         -o-transition: color 0.1s ease-in;
            transition: color 0.1s ease-in;
}
 .tig-card-button-articles {
    display: inline-block;
    margin: 1rem;
    margin-left: 0;
    margin-bottom: 0;
}
/* ==========================================================================
   End of styling and layout for article tig
   ========================================================================== */
/* ==========================================================================
   (Patterns) backgrounds
   ========================================================================== */
.pattern1 {
    background-color: rgba(0,120,180,0.01);
    background-image: radial-gradient(rgba(0,120,180,0.01) 9px, transparent 10px),
repeating-radial-gradient(rgba(0,120,180,0.01) 0, rgba(0,120,180,0.01) 4px, transparent 5px, transparent 20px, rgba(0,120,180,0.01) 21px, rgba(0,120,180,0.01) 25px, transparent 26px, transparent 50px), linear-gradient(rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%),url(/nl/images/werkwijze-d-icon.svg);
    background-size: 40px 40px, 120px 120px, 48rem 48rem, 48rem 48rem;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-position: 0 0, 0 0, 0 0, bottom -24rem right -24rem;
}
.pattern11:hover {
    background-color: rgba(0,120,180,0.6);
    background-image: radial-gradient(rgba(0,120,180,0.2) 9px, transparent 10px), repeating-radial-gradient(rgba(0,120,180,0.2) 0, rgba(0,120,180,0.2) 4px, transparent 5px, transparent 20px, rgba(0,120,180,0.2) 21px, rgba(0,120,180,0.2) 25px, transparent 26px, transparent 50px), url(/nl/images/werkwijze-icon-middlegrey.svg);
    background-size: 40px 40px, 120px 120px, 48rem 48rem;
    background-repeat: repeat, repeat, no-repeat;
    background-position: 0 0, 0 0, bottom -24rem right -24rem;
    color: white;
}
.pattern11:hover h1 a, .pattern1:active h1 a {
    color: white;
    text-decoration: none;
}
.pattern22:hover {
    background-color:#800000;
    background-image: radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.15) 99%),
    radial-gradient(closest-side, transparent 98%, rgba(0,0,0,.15) 99%);
    background-size:100px 100px;
    background-position:0 0, 50px 50px;
    color: white;
}
.pattern22:hover h1 a, .pattern2:active h1 a {
    color: white;
    text-decoration: none;
}
.pattern3:hover {
    background-color: goldenrod;
    background-image: radial-gradient(circle at 100% 150%, goldenrod 24%, #800000 25%, #800000 28%, goldenrod 29%, goldenrod 36%, #800000 36%, #800000 40%, transparent 40%, transparent), radial-gradient(circle at 0    150%, goldenrod 24%, #800000 25%, #800000 28%, goldenrod 29%, goldenrod 36%, #800000 36%, #800000 40%, transparent 40%, transparent), radial-gradient(circle at 50%  100%, rgb(229,218,4) 10%, goldenrod 11%, goldenrod 23%, rgb(229,218,4) 24%, rgb(229,218,4) 30%, goldenrod 31%, goldenrod 43%, rgb(229,218,4) 44%, rgb(229,218,4) 50%, goldenrod 51%, goldenrod 63%, rgb(229,218,4) 64%, rgb(229,218,4) 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, #800000 5%, goldenrod 6%, goldenrod 15%, #800000 16%, #800000 20%, goldenrod 21%, goldenrod 30%, #800000 31%, #800000 35%, goldenrod 36%, goldenrod 45%, #800000 46%, #800000 49%, transparent 50%, transparent), radial-gradient(circle at 0    50%, #800000 5%, goldenrod 6%, goldenrod 15%, #800000 16%, #800000 20%, goldenrod 21%, goldenrod 30%, #800000 31%, #800000 35%, goldenrod 36%, goldenrod 45%, #800000 46%, #800000 49%, transparent 50%, transparent);
    background-size: 300px 150px;
    color: white;
}
.pattern3:hover h1 a, .pattern3:active h1 a {
    color: white;
    text-decoration: none;
}
/* .pattern4:hover {
background-image:
radial-gradient(closest-side, transparent 0%, transparent 75%, rgba(143,2,34,0.91) 76%, rgba(143,2,34,0.91) 85%, rgba(229,218,4,0.97) 86%, rgba(229,218,4,0.97) 94%, #FFFFFF 95%, #FFFFFF 103%, #D9E6A7 104%, #D9E6A7 112%, #798B3C 113%, #798B3C 121%, #FFFFFF 122%, #FFFFFF 130%, #E0EAD7 131%, #E0EAD7 140%),
radial-gradient(closest-side, transparent 0%, transparent 75%, rgba(143,2,34,0.91) 76%, rgba(143,2,34,0.91) 85%, rgba(229,218,4,0.97) 86%, rgba(229,218,4,0.97) 94%, #FFFFFF 95%, #FFFFFF 103%, #D9E6A7 104%, #D9E6A7 112%, #798B3C 113%, #798B3C 121%, #FFFFFF 122%, #FFFFFF 130%, #E0EAD7 131%, #E0EAD7 140%);
background-size: 110px 110px;
background-color: rgba(109,0,25,0.9);
background-position: 0 0, 55px 55px;
} */
.pattern4:hover{
background-color:rgba(143,2,34,0.91);
background-image: linear-gradient(30deg, rgba(109,0,25,0.9) 12%, transparent 12.5%, transparent 87%, rgba(109,0,25,0.9) 87.5%, rgba(109,0,25,0.9)),
linear-gradient(150deg, rgba(109,0,25,0.9) 12%, transparent 12.5%, transparent 87%, rgba(109,0,25,0.9) 87.5%, rgba(109,0,25,0.9)),
linear-gradient(30deg, rgba(109,0,25,0.9) 12%, transparent 12.5%, transparent 87%, rgba(109,0,25,0.9) 87.5%, rgba(109,0,25,0.9)),
linear-gradient(150deg, rgba(109,0,25,0.9) 12%, transparent 12.5%, transparent 87%, rgba(109,0,25,0.9) 87.5%, rgba(109,0,25,0.9)),
linear-gradient(60deg, rgba(209,139,0,0.9) 25%, transparent 25.5%, transparent 75%, rgba(209,139,0,0.97) 75%, rgba(209,139,0,0.9)),
linear-gradient(60deg, rgba(209,139,0,0.9) 25%, transparent 25.5%, transparent 75%, rgba(209,139,0,0.97) 75%, rgba(209,139,0,0.9));
background-size:80px 140px;
background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    color: white;
}
  .pattern4:hover h1 a, .pattern4:active h1 a {
    color: white;
    text-decoration: none;
}
  .bg-tigplant, .tig-card-xl  {
    background-color: #fff;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/tigplant-icon-grey.svg);
    background-repeat: no-repeat;
    background-size: 150%;
}
  .tig-card-xl {
    background-repeat: repeat;
}
  .bg-contact {
    background-color: #fff;
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/gespreks-icon-grey.svg);
    background-repeat: no-repeat;
    background-size: 150%;
}
  .bg-portfolio {
    background-color: #fff;
    /* background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)),url(/nl/images/portfolio-icon-grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 240%; */
}

/* ==========================================================================
   End of (patterns) backgrounds
   ========================================================================== */

  /* Support for non-latin languages (can be removed if not required)
   ========================================================================== */
  /**
 * Bidirectional (bidi) text support.
 * See: https://www.w3.org/International/articles/inline-bidi-markup/#cssshim
 */
  [dir="ltr"],
  [dir="rtl"] {
    unicode-bidi: -webkit-isolate;
    unicode-bidi: isolate;
  }
  bdo[dir="ltr"],
  bdo[dir="rtl"] {
    unicode-bidi: isolate-override;
  }
  /**
 * Preferred font for Japanese language.
 */
  :lang(ja) {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
    font-weight: 300;
  }
  /**
 * Preferred font for Korean language.
 */
  :lang(ko) {
    font-family: GulimChe, Gulim, sans-serif;
  }
  /**
 * Preferred font for simplified Chinese (PRC) language.
 */
  :lang(zh-cn) {
    font-family: "PingFang SC", SimHei, sans-serif;
  }
  /**
 * Preferred font for traditional Chinese (Taiwan, Hong Kong) language.
 */
  :lang(zh-tw) {
    font-family: "PingFang TC", PMingLiU, sans-serif;
  }
  /**
 * Suppress `text-decoration` in some RTL languages for better legibility.
 */
  [lang|="ar"] a:hover,
  [lang|="fa"] a:hover,
  [lang|="ur"] a:hover {
    text-decoration: none;
  }
  /**
 * Computer code should be LTR.
 */
  [dir="rtl"] code {
    direction: ltr;
  }
  /**
 * Swap image alignment right/left positions in RTL languages.
 */
  [dir="rtl"] img.align-left {
    margin: 1em 0 1em 1em;
    float: right;
  }
  [dir="rtl"] img.align-right {
    margin: 1em 1em 1em 0;
    float: left;
  }
  /**
 * Swap table caption alignment in RTL languages.
 */
  [dir="rtl"] caption {
    text-align: right;
  }
  /**
 * Swap table cell text alignments in RTL languages.
 */
  [dir="rtl"] th,
  [dir="rtl"] td {
    text-align: right;
  }
  /**
 * Swap menu/list padding positions in RTL languages.
 */
  [dir="rtl"] menu,
  [dir="rtl"] ol,
  [dir="rtl"] ul {
    padding: 0 1.75em 0 0;
  }
  [dir="rtl"] .site-navigation ul,
  [dir="rtl"] .article-list {
    padding: 0;
  }
  /**
 * Swap definition description margin positions in RTL languages.
 */
  [dir="rtl"] dd {
    margin: 0 1.75em 0 0;
  }
  /**
 * Swap checkbox/radio margin positions in RTL languages.
 */
  [dir="rtl"] input[type="checkbox"] + label,
  [dir="rtl"] input[type="radio"] + label {
    margin: 0 0 0 0.5em;
  }
  [dir="rtl"] input[type="checkbox"] + label:last-of-type,
  [dir="rtl"] input[type="radio"] + label:last-of-type {
    margin: 0;
  }
  /**
 * Swap paginator (prev/next) navigation links on articles/article lists.
 */
  [dir="rtl"] .paginator [rel="prev"] {
    float: right;
  }
  [dir="rtl"] .paginator [rel="next"] {
    float: left;
  }
  /**
 * Swap anchor float position on comments.
 */
  [dir="rtl"] .comments h4 .comment-anchor {
    float: left;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Add the correct display in IE 11.
 */
  video {
    display: inline-block;
  }
  /**
 * Make embedded elements responsive.
 */
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  /**
 * Images.
 *
 * 1. Remove the gap between images and the bottom of their containers.
 *
 * Image alignment (compatible with Textile markup syntax).
 *
 * Example HTML:
 *
 * <img class="align-left">
 * <img class="align-right">
 * <img class="align-center">
 */
  img {
    /* 1 */
    vertical-align: middle;
  }
  img.align-left {
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }
  img.align-right {
    margin: 1em 0 1em 1em;
    float: right;
  }
  img.align-center {
    display: block;
    margin: 1em auto;
  }
  /**
 * Address margin not present in Safari.
 */
  figure {
    margin: 0;
  }
  /* Tables
   ========================================================================== */
  /**
 * Consistent tables.
 */
  table {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
  }
  /**
 * Styling of table captions.
 */
  caption {
    margin-bottom: 0.5em;
    font-style: italic;
    text-align: left;
  }
  /**
 * Make table cells align top and left by default.
 */
  th,
  td {
    padding: 0.5em;
    border: 3px solid #f1f2f4;
    text-align: left;
    vertical-align: top;
  }
  /**
 * Emphasize table header.
 */
  thead tr {
    background-color: #eeeeee;
  }
  thead th,
  thead td {
    border: 1px solid #cccccc;
  }
  /**
 * 'Zebra striping' of `tbody` rows.
 */
  tbody tr:nth-child(even) {
background-color:#f1f2f4;
background-image:
radial-gradient(circle at 100% 150%, #f1f2f4 24%, #fefefe 25%, #fefefe 28%, #f1f2f4 29%, #f1f2f4 36%, #fefefe 36%, #fefefe 40%, transparent 40%, transparent),
radial-gradient(circle at 0    150%, #f1f2f4 24%, #fefefe 25%, #fefefe 28%, #f1f2f4 29%, #f1f2f4 36%, #fefefe 36%, #fefefe 40%, transparent 40%, transparent),
radial-gradient(circle at 50%  100%, #fefefe 10%, #f1f2f4 11%, #f1f2f4 23%, #fefefe 24%, #fefefe 30%, #f1f2f4 31%, #f1f2f4 43%, #fefefe 44%, #fefefe 50%, #f1f2f4 51%, #f1f2f4 63%, #fefefe 64%, #fefefe 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, #fefefe 5%, #f1f2f4 6%, #f1f2f4 15%, #fefefe 16%, #fefefe 20%, #f1f2f4 21%, #f1f2f4 30%, #fefefe 31%, #fefefe 35%, #f1f2f4 36%, #f1f2f4 45%, #fefefe 46%, #fefefe 49%, transparent 50%, transparent),
radial-gradient(circle at 0 50%, #fefefe 5%, #f1f2f4 6%, #f1f2f4 15%, #fefefe 16%, #fefefe 20%, #f1f2f4 21%, #f1f2f4 30%, #fefefe 31%, #fefefe 35%, #f1f2f4 36%, #f1f2f4 45%, #fefefe 46%, #fefefe 49%, transparent 50%, transparent);
background-size: 100px 50px;
  }
  /**
 * Adjust padding of table footer due to smaller font size.
 */
  tfoot th,
  tfoot td {
    padding: 0.6666667em;
  }
  /**
 * Multi-row span vertical cell alignments.
 */
  [rowspan] {
    vertical-align: middle;
  }
.tig-tabel {
   width: 100%;
   font-size: 0.70rem;
   line-height: 1.2;
}
/* Grotere koppen in de tabellen */
.tig-tabel-kop {
    font-weight: 400;
    margin: 0.75em 0;
    font-size: 1.2rem;
    letter-spacing: -0.25px;
    line-height: 1;
}
.tig-prijs-kolom-breedte {
    width: auto;
}
.tig-item-kolom-breedte {
    width: auto;
}

  /* Lists
   ========================================================================== */
  /**
 * Address paddings set differently.
 */
  menu,
  ol,
  ul {
    padding: 0;
  }
  /**
 * Remove margins from nested lists.
 */
  li > ul,
  li > ol {
    margin: 0;
  }
  /**
 * Address margins set differently.
 */
  dd {
    margin: 0 0 0 1.75em;
  }
  /**
 * Additional styling for article lists.
 *
 * Example HTML:
 *
 * <ul class="article-list">
 */
  .article-list {
    margin: 0 0 2em;
    padding: 0;
    border-top: 1px solid #cccccc;
    list-style: none;
  }
  .article-list li {
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
  }
  article ul {
    list-style-position: outside;
    position: relative;
    left: 1rem;
  }
  article.extra-ruimte {
    margin-bottom: 15rem;
}


  /* Forms
   ========================================================================== */
  /**
 * 1. Address width being affected by wide descendants in Chrome, Firefox.
 * 2. Define consistent fieldset border, margin, and padding.
 */
  fieldset {
    /* 1 */
    min-width: 0;
    /* 2 */
    margin: 1em 0;
    padding: 1px 1em;
    border: 1px solid #cccccc;
  }
  /**
 * Normalize styling of `legend`.
 *
 * 1. Correct wrapping not present in IE 11 and Edge 12/13.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct `color` not being inherited from fieldset in IE 11.
 */
  legend {
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 2 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 1 */
    white-space: normal;
    /* 1 */
    box-sizing: border-box;
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  progress {
    vertical-align: baseline;
  }
  /**
 * 1. Prevent elements from spilling out of their parent.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 3. Correct font properties not being inherited.
 */
  button,
  input,
  optgroup,
  select,
  textarea {
    /* 1 */
    max-width: 100%;
    /* 2 */
    margin: 0;
    color: #000000;
    font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /* 3 */
    font-size: 1rem;
    line-height: 1.375;
    box-sizing: border-box;
    vertical-align: baseline;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
 * Styling of form input fields.
 *
 * 1. Remove browser-specific default styling.
 */
  [type="color"],
  [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  select,
  textarea {
    height: 2em;
    padding: 0.25em 0.1875em;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #ffffff;
    /* 1 */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  [type="color"]:focus,
  [type="date"]:focus,
  [type="datetime"]:focus,
  [type="datetime-local"]:focus,
  [type="email"]:focus,
  [type="month"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="text"]:focus,
  [type="time"]:focus,
  [type="url"]:focus,
  [type="week"]:focus,
  select:focus,
  textarea:focus {
    border-color: #000000;
    outline: 1px solid transparent;
  }
  /**
 * 1. Remove any excess padding.
 * 2. Correct margins for inline checkbox/radio labels.
 */
  [type="checkbox"],
  [type="radio"] {
    /* 1 */
    padding: 0;
  }
  [type="checkbox"] + label,
  [type="radio"] + label {
    /* 2 */
    margin: 0 0.5em 0 0;
  }
  [type="checkbox"] + label:last-of-type,
  [type="radio"] + label:last-of-type {
    /* 2 */
    margin: 0;
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * Use indicator icon to signify the drop-down ability of `select`.
 */
  select {
    padding-right: 1.5em;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='5' viewBox='0 0 17 5'%3E%3Cpolygon fill='%23333' points='0,0 5,5 10,0'/%3E%3C/svg%3E") right center no-repeat;
    background-size: 1.0625em 0.3125em;
    text-transform: none;
  }
  /**
 * Swap `select` icon position in RTL languages.
 */
  [dir="rtl"] select {
    padding-right: 0.1875em;
    padding-left: 1.5em;
    background-position: 0.5em center;
  }
  /**
 * Remove browser-specific `select` UI in IE 11.
 */
  select::-ms-expand {
    opacity: 0;
  }
  /**
 * Remove browser-specific `select` UI in Firefox 4+.
 */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
  /**
 * Override height and background set in a previous rule and allow auto height.
 */
  select[size],
  select[multiple] {
    height: auto;
    padding-right: 0.5em;
    background-image: none;
  }
  /**
 * Override height set in rule above and restrict to one line field.
 */
  select[size="0"],
  select[size="1"] {
    height: 2em;
  }
  /**
 * Normalize styling of `optgroup`.
 */
  optgroup {
    color: #000000;
    font-style: normal;
    font-weight: bold;
  }
  /**
 * 1. Restrict to vertical resizing to prevent layout breakage.
 * 2. Remove default vertical scrollbar in IE 11.
 * 3. Remove unwanted space below `textarea` in Safari, Chrome, Opera.
 */
  textarea {
    width: 100%;
    height: auto;
    min-height: 3em;
    /* 1 */
    resize: vertical;
    /* 2 */
    overflow: auto;
    /* 3 */
    vertical-align: top;
  }
  /**
 * Make sure disabled elements really are disabled and styled appropriately.
 *
 * 1. Override default iOS opacity setting.
 * 2. Re-set default cursor for disabled elements.
 */
  [disabled],
  [disabled] option,
  [disabled] optgroup,
  span.disabled {
    border-color: #d4d4d4 !important;
    background: #eeeeee !important;
    /* 1 */
    opacity: 1;
    color: #aaaaaa !important;
    text-shadow: none !important;
    box-shadow: none !important;
    /* 2 */
    cursor: default !important;
  }
  /**
 * Styling for form field validation.
 */
  input:focus:invalid,
  select:focus:invalid,
  textarea:focus:invalid {
    border-color: #9d261d;
    box-shadow: none;
  }
  /**
 * Width display options for `input` fields. Height display options
 * for textareas.
 *
 * Example HTML:
 *
 * <input class="small">
 * <input class="large">
 */
  .small input {
    width: 25%;
    min-width: 151px;
  }
  .small textarea {
    height: 5.5em;
  }
  .large input {
    width: 50%;
    min-width: 302px;
  }
  .large textarea {
    height: 9.75em;
  }
  /**
 * Styling for required field indicators.
 *
 * Example HTML:
 *
 * <b class="required" title="Required">*</b>
 */
  .required {
    border: 0;
    color: #9d261d;
  }
  /* Buttons
   ========================================================================== */
  /**
 * 1. Correct `button` style inheritance in Firefox, IE 11, and Opera.
 * 2. Address `overflow` set to `hidden` in IE 11.
 */
  button {
    /* 1 */
    text-transform: none;
    /* 2 */
    overflow: visible;
  }
  /**
 * 1. Remove browser-specific default styling.
 */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    background-color: #006600;
    display: inline-block;
    position: relative;
    width: auto;
    height: 3rem;
    margin-bottom: 0;
    padding: 0.25em 2rem;
    border: 1px solid black;
    color: #fff;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
  }
  button:hover,
  [type="button"]:hover,
  [type="reset"]:hover,
  [type="submit"]:hover {
    background-color: #009900;
    border-color: #000;
    color: #fff;
    text-decoration: none;
  }
  button:active,
  [type="button"]:active,
  [type="reset"]:active,
  [type="submit"]:active {
    border-color: #00cc00;
    background-color: #00cc00;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
  }
  button:focus,
  [type="button"]:focus,
  [type="reset"]:focus,
  [type="submit"]:focus {
    border-color: #00cc00;
    background-color: #00cc00;
    outline: 1px solid transparent;
  }
  /**
 * Disabled button additional styling.
 */
  button[disabled],
  [type="button"][disabled],
  [type="reset"][disabled],
  [type="submit"][disabled] {
    top: 2px !important;
  }
  /* Comments
   ========================================================================== */
  /**
 * Styling for user comments.
 *
 * Example HTML:
 *
 * <article class="comments">
 */
  .comments {
    margin-bottom: 1em;
    padding: 1px 1em;
    border-radius: 0.5em;
    background: #f7f7f7;
    word-wrap: break-word;
  }
  .comments h4 .is-author {
    font-weight: normal;
  }
  .comments h4 .comment-anchor {
    float: right;
    font-weight: normal;
  }
  /**
 * Additional styling for article author's comments.
 *
 * Example HTML:
 *
 * <article class="comments comments-author">
 */
  .comments-author {
    background: #efefef;
  }
  /**
 * Styling for user comments preview.
 */
  #cpreview {
    margin-bottom: 2px;
    padding: 1em;
    border-radius: 0.5em;
    background-color: #fff9e1;
  }
  /**
 * Highlight text colour for comment errors.
 */
  .error_message li {
    color: #9d261d;
  }
  /**
 * Highlighting for comment form errors.
 */
  .comments_error {
    border-color: #9d261d;
    box-shadow: 0 0 4px 2px #9d261d;
  }
/* Styling van het contactformulier */
  .foutmelding-contactformulier ul {
    border: 1px solid red;
    background-color: red;
  }
/* Styling van de tekst in de invulvelden van het contact formulier */
  input::-ms-input-placeholder {
    color: #cccccc;
    font-family: 'Jura', sans-serif;
    font-weight: 400;
    font-size: 1rem;
  }
/* supported by Safari 9.2+ Firefox 51, Chrome 57 */
  ::placeholder {
    color: #cccccc;
    opacity: 1; /* Firefox; */
    font-family: 'Jura', sans-serif;
    font-weight: 400;
    font-size: 1rem;
  }
/* Styling van de foutmelding als iets niet of fout is ingevuld in de verplichte velden van het contact formulier */
  form ul {
    list-style: none; /* Remove list bullets */
    list-style-position: inside;
    color: firebrick;
    border: 2px solid firebrick;
    font-weight: 400;
    padding: 1rem;
    margin: 0;
    margin-left: -1rem;
}
  form ul li {
    padding: 0;
    margin: 0;
}

  /* Popup comments (can be removed if you don't use popups)
   ========================================================================== */
  /**
 * Restrict maximum width of popup container.
 */
  #popup-page .container {
    max-width: 52em;
  }
/* styling van de foutpagina als een pagina niet gevonden kan worden
/* 404 tekst centreren */
  .error-page {
    height: 100%; /* to help continue the background wave pattern in main to the bottom  */
  }
/* 404 tekst centreren */
  .error-page .container {
    text-align: center;
  }
.error-page main {
    min-height: 100%;  /* to make the wave pattern in main fill all of the available space up to the bottom */
    margin-top: 10vh;
    text-align: left;
    width: 15.5rem;
    margin-left: auto;
    margin-right: auto;
  }
/* zelfde fontgrootte als de andere pagina's */
  .error-msg {
    font-size: 1.125rem;
/*  regelafstand vergroten */
    line-height: 1.8rem;
  }
}

/* ==========================================================================
   Additional layout for screen media 512px and up
   ========================================================================== */
@media only screen and (min-width: 32em) {
  /**
     * Desktop version of the navigation menu. Overrides mobile first version.
     *
     * Example HTML:
     *
     * <nav class="site-navigation">
     *     <ul>
     *         <li class="active"><a></li>
     *         <li><a></li>
     *         <li><a></li>
     *     </ul>
     * </nav>
     */
  #show-menu, #show-menu-label {
   display: none;
  }
  #show-menu:checked + div {
/* background-color: pink; */
/* testkleur, die de navbar krijgt als de viewport */
/* met uitgeklapt menu wordt vergroot naar deze mediaquery */
   height: auto;
  }
  .site-navigation > div {
/* background-color: orange; */
/* testkleur, die de navbar krijgt als de viewport */
/* met ingeklapt menu wordt vergroot naar deze mediaquery */
   overflow: visible;
   height: auto;
  }
  .site-navigation {
/*    border-top: 1px solid #cccccc; */
/*    border-bottom: 1px solid #cccccc; */
/*    background-color: #aaffff; */
  }
/* tigcomment: selects any div that is a child of .site-navigation */
  .site-navigation > div {
    width: 96%;
  }
  #center-list {
    display: flex;
    justify-content: center;
    padding-right: 0;
  }
  .site-navigation li {
    float: left;
    border-right: 1px solid #000000;
    border-bottom: 0;
/*    background-color: #ccffff; */
  }
  .site-navigation li:first-child {
    border-top: 0;
    border-left: 1px solid #000000;
  }
  [dir="rtl"] .site-navigation li {
    float: right;
  }
  [dir="rtl"] .site-navigation li:first-child {
    border-left: 0;
  }
  [dir="rtl"] .site-navigation li:last-child {
    border-left: 1px solid #cccccc;
  }
  .site-navigation a {
    padding: 0 1em;
  }
  .site-header {
    background-size: 100% 100%, /* this sizes the first image */ 45%; /* this sizes the second image */
    background-repeat: no-repeat, repeat-x;
    background-position: bottom left, bottom left;
}
  .site-header-portfolio {
    background-size: 100% 100%, /* this sizes the first image */ 20%; /* this sizes the second image */
    background-repeat: no-repeat, no-repeat;
    background-position: center left;
}
/* ==========================================================================
   Language buttons
   ========================================================================== */
  .lang-buttons {
    top: 11.2rem;
    right: 0;
}
/* ========================================================================== */

  .portfolio-img-wide {
    max-width: 48%;
  }
  .portfolio-img-square {
    max-width: 18%;
  }
  .testimonial-flex-box {
    flex: 1 1 50%;
    margin: 0.75rem;
    padding: 3rem;
  }
  .tig-card {
    flex: 1 1 50%;
    margin: 0.75rem;
    padding: 3rem;
  }
/* icoontjes homepage links uitlijnen voor grotere schermen */
  .tig-card .tig-icon {
    margin-left: 0;
}
  .tig-card-xl {
    flex: 1 1 100%;
    margin: 0.75rem;
    padding: 3rem;
  }
  .search {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.0625em;
    padding: 0;
    background: transparent;
    z-index: 2;
  }
  [dir="rtl"] .search {
    right: auto;
    left: 0;
  }
  .search input[type="search"] {
    width: 2.125em;
    padding-right: 0;
    transition: width 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
  }
  .search input[type="search"]:hover {
    background-color: #f8f8f8;
  }
  .search input[type="search"]:focus {
    width: 16em;
    padding-right: 0.1875em;
    background-color: white;
    cursor: auto;
  }
.tig-tabel {
   width: 100%;
   font-size: 1.125rem;
   line-height: 1.8;
}
/* Grotere koppen in de tabellen */
.tig-tabel-kop {
    font-weight: 400;
    margin: 0.75em 0;
    font-size: 1.5rem;
    letter-spacing: -0.25px;
    line-height: 1.25;
}
.tig-prijs-kolom-breedte {
    width: 15%;
}
.tig-item-kolom-breedte {
    width: 30%;
}
}

/* ==========================================================================
   Additional layout for screen media 720px and up
   ========================================================================== */
@media only screen and (min-width: 45rem) {
  /**
     * Enlarge baseline text size.
     */
  html {
 /*   font-size: 1.125rem; */
  }
  .container {
    max-width: 75rem;
  }
  .wrapper {
    padding-top: 0.75rem;
  }
  .site-header .logo {
    width: 16rem;
  }
 /* .site-navigation ul li a {
    font-size: 0.8885rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  } */
  .portfolio-img-wide {
    max-width: 48%;
  }
  .testimonial-flex-box {
    flex: 1 1 31.33%;
    margin: 0.75rem;
  }
  .tig-card {
    flex: 1 1 31.33%;
    margin: 0.75rem;
  }
  .tig-card-l {
    flex: 1 1 48%;
    margin: 0.75rem;
    padding: 3rem;
  }
  .tig-card-xl {
    flex: 1 1 100%;
    margin: 0.75rem;
  }
}
@media only screen and (min-width: 80rem) {
  .site-header .logo {
    width: 18rem;
  }
}

/* ==========================================================================
   Styling and layout for print media
   ========================================================================== */
@media print {
  /**
 * Remove unnecessary global styling from printed media.
 */
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /**
 * Use a print-friendly font size.
 */
  html {
    font-size: 8pt;
    line-height: 1.5;
  }
  /**
 * Use a print-friendly font family.
 */
  body {
    margin: 0.5cm;
    padding: 2em 5em;
    font-family: "Helvetica Neue", sans-serif;
  }
  /**
 * Visually separate header from body.
 */
  .site-header {
    border-bottom: 1pt solid #000000;
  }
  /**
 * Visually separate footer from body.
 */
  .site-footer {
    margin-top: 12pt;
    border-top: 1pt solid #000000;
  }
  /**
 * Hide unnecessary content from print.
 */
  nav,
  audio,
  video,
  form,
  #comments-form,
  .comments h4 a:last-child,
  .complementary-content,
  .paginator {
    display: none;
  }
  /**
 * Make sure links are not underlined.
 */
  a {
    text-decoration: none;
  }
  /**
 * Show long-form for abbreviations in print.
 */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /**
 * Harmonize size, style and vertical margin of headings.
 */
  h1 {
    margin: 16pt 0;
    font-size: 32pt;
    font-weight: normal;
    line-height: 36pt;
  }
  h2 {
    margin: 14pt 0;
    font-size: 24pt;
    line-height: 28pt;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
  }
  h3 {
    margin: 12pt 0;
    font-size: 18pt;
    line-height: 22pt;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
  }
  h4 {
    margin: 11pt 0;
    font-size: 14pt;
    line-height: 18pt;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
  }
  h5 {
    margin: 10pt 0;
    font-size: 12pt;
    line-height: 16pt;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
  }
  h6 {
    margin: 9pt 0;
    font-size: 10pt;
    line-height: 14pt;
    page-break-after: avoid;
    orphans: 2;
    widows: 2;
  }
  /**
 * Prevent widows (single final paragraph line on next page) and orphans (single
 * first paragraph line on previous page).
 */
  p {
    orphans: 2;
    widows: 2;
  }
  /**
 * Harmonize size and style of small text.
 */
  footer,
  figcaption,
  tfoot,
  small,
  .footnote {
    font-size: 6pt;
  }
  /**
 * Simple blockquote styling.
 *
 * 1. Avoid blockquotes breaking across multiple pages.
 */
  blockquote {
    padding: 0 0 0 8pt;
    border-left: 3pt solid #000000;
    font-size: 16pt;
    /* 1 */
    page-break-inside: avoid;
  }
  [dir="rtl"] blockquote {
    padding: 0 8pt 0 0;
    border-right: 3pt solid #000000;
    border-left: 0;
  }
  /**
 * Simple preformatted text styling.
 *
 * 1. Ensure pre blocks are wrapped when printed.
 */
  pre {
    margin-bottom: 8pt;
    padding: 8pt;
    border: 1pt solid #000000;
    /* 1 */
    white-space: pre-wrap !important;
  }
  /**
 * Use a print-friendly monospaced font and size.
 */
  pre,
  code,
  kbd,
  samp,
  var {
    font-family: "Courier New", Courier, monospace;
  }
  /**
 * Images.
 *
 * 1. Avoid images breaking across multiple pages.
 *
 * Image alignment (compatible with Textile markup syntax).
 *
 * Example HTML:
 *
 * <img class="align-left">
 * <img class="align-right">
 * <img class="align-center">
 */
  img {
    /* 1 */
    page-break-inside: avoid;
  }
  img.align-left {
    margin: 1em 1em 1em 0;
    float: left;
  }
  img.align-right {
    margin: 1em 0 1em 1em;
    float: right;
  }
  img.align-center {
    display: block;
    margin: 1em auto;
  }
  /**
 * Swap image alignment right/left positions in RTL languages.
 */
  [dir="rtl"] img.align-left {
    margin: 1em 0 1em 1em;
    float: right;
  }
  [dir="rtl"] img.align-right {
    margin: 1em 1em 1em 0;
    float: left;
  }
  /**
 * Ensure margin below `figure`.
 */
  figure {
    margin-bottom: 8pt;
  }
  /**
 * Ensure margin above `figcaption`.
 */
  figcaption {
    margin-top: 4pt;
  }
  /**
 * Simple bullet styling for `ul` unordered lists.
 */
  ul {
    padding: 0 0 8pt 1.8em;
    list-style: square;
  }
  [dir="rtl"] ul {
    padding: 0 1.8em 8pt 0;
  }
  /**
 * Simple numerical styling for `ol` ordered lists.
 */
  ol {
    padding: 0 0 8pt 1.8em;
    list-style: decimal;
  }
  [dir="rtl"] ol {
    padding: 0 1.8em 8pt 0;
  }
  /**
 * Normalize margins on `dl` definition lists.
 */
  dl {
    padding: 0 0 8pt 1.8em;
  }
  [dir="rtl"] dl {
    padding: 0 1.8em 8pt 0;
  }
  /**
 * 1. Make `table` span entire page width.
 * 2. Ensure margin below `table`.
 */
  table {
    /* 1 */
    width: 100%;
    /* 2 */
    margin-bottom: 8pt;
  }
  /**
 * Harmonize styling for `caption`.
 */
  caption {
    margin-bottom: 4pt;
    font-weight: bold;
  }
  /**
 * Display table head across multi-page tables.
 */
  thead {
    display: table-header-group;
  }
  thead th {
    border-top: 1pt solid #000000;
  }
  /**
 * Avoid table rows breaking across multiple pages.
 */
  tr {
    page-break-inside: avoid;
  }
  /**
 * Simple styling for table cells.
 */
  th,
  td {
    padding: 4pt 8pt;
    border-bottom: 1pt solid #000000;
  }
  /**
 * Avoid user comments breaking across multiple pages.
 */
  .comments {
    page-break-inside: avoid;
  }
}