@charset "UTF-8";
/* 
Theme Name: NL Letselschade
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/nlletsel-wp/fontawesome./webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/nlletsel-wp/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

h1, h2, h3, h4, h5 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal; }

h1 {
  font-size: 30px;
  line-height: 34px; }

h2 {
  font-size: 24px;
  line-height: 24px; }

/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px; } }
/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
/********************************************************
ELEMENTS
********************************************************/
p {
  margin-bottom: 15px; }
  p a {
    color: #0068BD;
    text-decoration: underline; }
    p a:hover {
      color: #002857; }

a.orange-button {
  background-color: #EA650D;
  -webkit-box-shadow: 0 5px #B74219;
  -moz-box-shadow: 0 5px #B74219;
  box-shadow: 0 3px #B74219;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #FFFFFF !important;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a.orange-button:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    padding-left: 5px;
    vertical-align: middle; }
  a.orange-button:hover {
    background-color: #B74219;
    text-decoration: none !important; }

a.blue-button {
  background-color: #0A75DB;
  -webkit-box-shadow: 0 5px #002857;
  -moz-box-shadow: 0 5px #002857;
  box-shadow: 0 3px #002857;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a.blue-button:hover {
    background-color: #002857;
    text-decoration: none !important; }

.entry-buttons {
  margin-bottom: 20px; }
  .entry-buttons a {
    font-size: 18px;
    line-height: 24px;
    color: #0068BD;
    text-decoration: none;
    display: inline-block;
    font-weight: 500; }
    .entry-buttons a:after {
      content: "\f054";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 8px;
      padding-left: 5px;
      vertical-align: middle; }
    .entry-buttons a:hover {
      text-decoration: underline;
      color: #002857; }
    .entry-buttons a.orange-button {
      margin-right: 16px; }
    .entry-buttons a.big-button {
      width: 100%; }

.gform_wrapper form .gform_body {
  width: 75%; }
  .gform_wrapper form .gform_body label {
    display: none !important; }
  .gform_wrapper form .gform_body input, .gform_wrapper form .gform_body textarea {
    border: 1px solid #ccc;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px; }
.gform_wrapper form .gform_footer input[type=submit] {
  background-color: #EA650D;
  -webkit-box-shadow: 0 5px #B74219;
  -moz-box-shadow: 0 5px #B74219;
  box-shadow: 0 3px #B74219;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 5px 10px;
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 26px !important; }
  .gform_wrapper form .gform_footer input[type=submit]:hover {
    background-color: #B74219;
    text-decoration: none !important;
    cursor: pointer; }
.gform_wrapper form .gform_footer span.chevron {
  margin-left: -20px;
  padding-top: 6px; }
  .gform_wrapper form .gform_footer span.chevron:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    padding-left: 5px;
    vertical-align: middle;
    color: #FFFFFF; }
.gform_wrapper form :-webkit-input-placeholder {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal; }
.gform_wrapper form ::-moz-placeholder {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal; }
.gform_wrapper form :-ms-input-placeholder {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal; }
.gform_wrapper form input:-moz-placeholder {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal; }
.gform_wrapper.gform_validation_error .gform_validation_errors {
  display: none !important; }
.gform_wrapper.gform_validation_error .gfield_validation_message {
  display: none !important; }

.review-author .avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  border: 2px solid #DCEBF3; }
  .review-author .avatar img {
    max-width: 100px; }
.review-author .author {
  float: left; }
  .review-author .author strong {
    font-weight: 600;
    font-size: 24px; }
.review-author .flex {
  display: flex;
  flex-wrap: wrap; }
  .review-author .flex .author {
    align-self: center; }
.review-author .review-text {
  clear: both;
  font-size: 16px;
  /*line-height: 19px;*/
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0; }
  .review-author .review-text p.bold {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal; }
  .review-author .review-text p a {
    color: #0068BD;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal; }
    .review-author .review-text p a:hover {
      color: #002857;
      text-decoration: underline; }
  .review-author .review-text p span.online:after {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #009A16;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px; }
  .review-author .review-text p span.online.offline:after {
    background-color: #ff0000; }
  .review-author .review-text ul {
    margin: 0;
    padding: 0; }
    .review-author .review-text ul li {
      list-style-type: none;
      font-size: 16px;
      /*line-height: 22px;*/
      position: relative;
      padding-left: 25px; }
      .review-author .review-text ul li:before {
        content: "\f058";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #009A16;
        position: absolute;
        top: 0;
        left: 0; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .content-left {
    float: none !important;
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 30px; }
  #content .content-right {
    float: none !important;
    width: 100% !important;
    padding-left: 0px !important; }

  .gform_wrapper form .gform_body {
    width: 100%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .entry-buttons .orange-button {
    display: table; }
  #content .entry-buttons .text-button {
    display: table;
    margin-top: 15px; } }
/********************************************************
MAX-WIDTH: 425
********************************************************/
@media only screen and (max-width: 425px) {
  .review-author .avatar {
    float: none;
    margin-bottom: 10px; }
  .review-author .author {
    float: none; }
  .review-author .flex {
    display: block; } }
body, html {
  background-color: #FFFFFF;
  color: #002857;
  overflow-x: hidden;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px; }

.container {
  width: 1024px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px; }

.clear {
  clear: both; }

picture {
  line-height: 0;
  display: block; }

strong, b {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal; }

::selection {
  background: #000000;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
  /* Gecko Browsers */ }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 10px; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
.scroll-header {
  position: fixed;
  width: 100%;
  height: 47px;
  background-color: #002857;
  top: -47px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000000; }
  .scroll-header.scrolled {
    top: 0; }
  .scroll-header .logo {
    padding: 4px 0;
    float: left; }
    .scroll-header .logo img {
      width: 130px;
      margin-top: 5px; }
  .scroll-header .header-right {
    float: right; }
    .scroll-header .header-right .header-contact {
      float: left;
      margin-right: 17px; }
      .scroll-header .header-right .header-contact .header-contact-text {
        float: left;
        position: relative;
        padding-left: 20px;
        margin-top: 12px;
        line-height: 14px;
        font-size: 17px; }
        .scroll-header .header-right .header-contact .header-contact-text a {
          color: #FFFFFF;
          text-decoration: none;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal; }
          .scroll-header .header-right .header-contact .header-contact-text a:hover {
            text-decoration: underline;
            color: #0068BD; }
        .scroll-header .header-right .header-contact .header-contact-text span.online {
          display: block;
          font-size: 13px;
          line-height: 13px;
          color: #FFFFFF; }
          .scroll-header .header-right .header-contact .header-contact-text span.online:after {
            content: "";
            width: 4px;
            height: 4px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #009A16;
            display: inline-block;
            vertical-align: top;
            margin-top: 4px;
            margin-left: 3px; }
          .scroll-header .header-right .header-contact .header-contact-text span.online.offline:after {
            background-color: #ff0000; }
    .scroll-header .header-right .header-button {
      float: right;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0; }

#mainheader {
  position: relative;
  z-index: 2; }
  #mainheader .header-top {
    border-bottom: 1px solid #DCEBF3;
    overflow: hidden; }
    #mainheader .header-top .logo {
      padding: 4px 0;
      float: left; }
      #mainheader .header-top .logo img {
        width: 220px; }
    #mainheader .header-top .header-right {
      float: right;
      margin-top: 7px; }
      #mainheader .header-top .header-right .header-navigation {
        float: left;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 21px 0 16px 0; }
        #mainheader .header-top .header-right .header-navigation nav ul {
          margin: 0;
          padding: 0;
          overflow: hidden; }
          #mainheader .header-top .header-right .header-navigation nav ul li {
            list-style-type: none;
            float: left;
            margin-right: 15px;
            line-height: 16px; }
            #mainheader .header-top .header-right .header-navigation nav ul li a {
              color: #0068BD;
              text-decoration: none;
              font-weight: 500; }
              #mainheader .header-top .header-right .header-navigation nav ul li a:hover {
                text-decoration: underline;
                color: #002857; }
      #mainheader .header-top .header-right .header-contact {
        float: left;
        margin-right: 17px; }
        #mainheader .header-top .header-right .header-contact .header-contact-image {
          float: left;
          line-height: 0; }
          #mainheader .header-top .header-right .header-contact .header-contact-image img {
            max-width: 74px; }
        #mainheader .header-top .header-right .header-contact .header-contact-text {
          float: left;
          position: relative;
          padding-left: 20px;
          margin-top: 18px;
          line-height: 14px;
          font-size: 17px; }
          #mainheader .header-top .header-right .header-contact .header-contact-text:before {
            content: "\f879";
            font-family: 'Font Awesome 5 Free';
            transform: rotate(30deg);
            font-weight: 900;
            color: #002857;
            position: absolute;
            top: 2px;
            left: 0; }
          #mainheader .header-top .header-right .header-contact .header-contact-text a {
            color: #0068BD;
            text-decoration: none;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal; }
            #mainheader .header-top .header-right .header-contact .header-contact-text a:hover {
              text-decoration: underline;
              color: #002857; }
          #mainheader .header-top .header-right .header-contact .header-contact-text span.online {
            display: block;
            font-size: 13px;
            line-height: 13px; }
            #mainheader .header-top .header-right .header-contact .header-contact-text span.online:after {
              content: "";
              width: 4px;
              height: 4px;
              -webkit-border-radius: 100%;
              -moz-border-radius: 100%;
              -ms-border-radius: 100%;
              -o-border-radius: 100%;
              border-radius: 100%;
              background-color: #009A16;
              display: inline-block;
              vertical-align: top;
              margin-top: 4px;
              margin-left: 3px; }
            #mainheader .header-top .header-right .header-contact .header-contact-text span.online.offline:after {
              background-color: #ff0000; }
      #mainheader .header-top .header-right .header-button {
        float: right;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 0; }
      #mainheader .header-top .header-right .mobile-nav-toggle {
        display: none;
        float: right;
        color: #002857;
        line-height: 36px;
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        display: none;
        padding: 0; }
        #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon {
          position: relative;
          z-index: 20;
          width: 75px;
          height: 36px; }
          #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg {
            background-color: transparent;
            border: none;
            cursor: pointer;
            padding: 3px 0 0 0;
            border: 0;
            text-align: center; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg:before {
              content: "Menu";
              width: 40px;
              font-size: 11px;
              text-align: right;
              padding-right: 5px;
              line-height: 30px;
              vertical-align: top;
              display: inline-block; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg svg {
              width: 30px;
              height: 30px; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg .line {
              fill: none;
              stroke: #002857;
              stroke-width: 6;
              transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg .line1 {
              stroke-dasharray: 60 207;
              stroke-width: 6; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg .line2 {
              stroke-dasharray: 60 60;
              stroke-width: 6; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg .line3 {
              stroke-dasharray: 60 207;
              stroke-width: 6; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg.opened:before {
              content: "Sluiten"; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg.opened .line {
              stroke: #002857; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg.opened .line1 {
              stroke-dasharray: 90 207;
              stroke-dashoffset: -134;
              stroke-width: 6; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg.opened .line2 {
              stroke-dasharray: 1 60;
              stroke-dashoffset: -30;
              stroke-width: 6; }
            #mainheader .header-top .header-right .mobile-nav-toggle .menu-icon .menu-icon-svg.opened .line3 {
              stroke-dasharray: 90 207;
              stroke-dashoffset: -134;
              stroke-width: 6; }
  #mainheader .navigation {
    box-shadow: 0px 2px 2px #00000012;
    border-top: 1px solid #DCEBF3;
    border-bottom: 1px solid #DCEBF3; }
    #mainheader .navigation nav ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainheader .navigation nav ul li {
        list-style-type: none;
        float: left;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 2px;
        margin-right: 18px;
        line-height: 16px; }
        #mainheader .navigation nav ul li:last-child {
          margin-right: 0px; }
        #mainheader .navigation nav ul li a {
          color: #0068BD;
          text-decoration: none;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal; }
          #mainheader .navigation nav ul li a:hover {
            text-decoration: underline;
            color: #002857; }
  #mainheader .header-mobile {
    display: none;
    position: absolute;
    top: 81px;
    width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    z-index: 1000;
    box-shadow: 0px 2px 2px #00000012;
    border: 1px solid #DCEBF3; }
    #mainheader .header-mobile.active {
      height: auto;
      max-height: 10000px;
      border-top: 2px solid #DCEBF3; }
    #mainheader .header-mobile .mobile-navigation, #mainheader .header-mobile .mobile-header-navigation {
      border-bottom: 2px solid #DCEBF3;
      margin-bottom: 20px; }
      #mainheader .header-mobile .mobile-navigation nav ul li, #mainheader .header-mobile .mobile-header-navigation nav ul li {
        position: relative;
        list-style-type: none; }
        #mainheader .header-mobile .mobile-navigation nav ul li a, #mainheader .header-mobile .mobile-header-navigation nav ul li a {
          color: #0068BD;
          text-decoration: none;
          font-weight: bold; }
          #mainheader .header-mobile .mobile-navigation nav ul li a:hover, #mainheader .header-mobile .mobile-header-navigation nav ul li a:hover {
            text-decoration: underline;
            color: #002857; }
        #mainheader .header-mobile .mobile-navigation nav ul li:after, #mainheader .header-mobile .mobile-header-navigation nav ul li:after {
          content: "\f054";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 8px;
          vertical-align: middle;
          color: #0068BD;
          position: absolute;
          right: 0; }
    #mainheader .header-mobile .mobile-header-button {
      margin-bottom: 20px; }
    #mainheader .header-mobile .mobile-header-contact {
      position: relative;
      padding-left: 25px;
      margin-bottom: 20px; }
      #mainheader .header-mobile .mobile-header-contact:before {
        content: "\f879";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #002857;
        position: absolute;
        top: 5;
        left: 0; }
      #mainheader .header-mobile .mobile-header-contact a {
        color: #0068BD;
        text-decoration: none;
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal; }
        #mainheader .header-mobile .mobile-header-contact a:hover {
          text-decoration: underline;
          color: #002857; }
      #mainheader .header-mobile .mobile-header-contact span.online {
        display: block;
        font-size: 11px;
        line-height: 11px; }
        #mainheader .header-mobile .mobile-header-contact span.online:after {
          content: "";
          width: 4px;
          height: 4px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          background-color: #009A16;
          display: inline-block;
          vertical-align: middle;
          margin-left: 3px; }
        #mainheader .header-mobile .mobile-header-contact span.online.offline:after {
          background-color: #ff0000; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainheader .header-top .header-right .header-navigation {
    display: none; }
  #mainheader .header-top .header-right .mobile-nav-toggle {
    display: inherit; }
  #mainheader .navigation {
    display: none; }
  #mainheader .header-mobile {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mainheader .header-top .logo {
    line-height: 0px; }
  #mainheader .header-top .header-right .header-button {
    display: none; }
  #mainheader .header-top .header-right .header-contact .header-contact-text {
    position: relative;
    height: 50px; }
    #mainheader .header-top .header-right .header-contact .header-contact-text:before {
      font-size: 20px; }
    #mainheader .header-top .header-right .header-contact .header-contact-text a {
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    #mainheader .header-top .header-right .header-contact .header-contact-text span.online {
      font-size: 0px; }
  #mainheader .header-top .header-right .mobile-nav-toggle {
    margin-bottom: 0px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  .scroll-header .header-right .header-contact {
    margin-right: 0px; }
  .scroll-header .header-right .header-button {
    display: none; }

  #mainheader .header-top .logo {
    padding-top: 18px; }
    #mainheader .header-top .logo img {
      width: 150px; }
  #mainheader .header-top .header-right .header-contact .header-contact-image {
    display: none; }
  #mainheader .header-mobile {
    top: 76px; } }
#content .banner {
  overflow: hidden; }
  #content .banner .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  #content .banner .banner-text {
    float: left;
    padding-top: 31px;
    width: 55%;
    margin-bottom: 40px; }
    #content .banner .banner-text .entry-header {
      margin-bottom: 10px; }
      #content .banner .banner-text .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        margin-bottom: 5px;
        display: table; }
      #content .banner .banner-text .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
    #content .banner .banner-text .entry-content {
      margin-bottom: 20px; }
      #content .banner .banner-text .entry-content ul {
        margin: 0 0 20px 0;
        padding: 0; }
        #content .banner .banner-text .entry-content ul li {
          list-style-type: none;
          font-size: 18px;
          line-height: 28px;
          position: relative;
          padding-left: 25px; }
          #content .banner .banner-text .entry-content ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #009A16;
            position: absolute;
            top: 0;
            left: 0; }
      #content .banner .banner-text .entry-content p {
        font-size: 16px;
        line-height: 22px; }
        #content .banner .banner-text .entry-content p span.online {
          font-size: 18px; }
          #content .banner .banner-text .entry-content p span.online:after {
            content: "";
            width: 4px;
            height: 4px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #009A16;
            display: inline-block;
            vertical-align: middle;
            margin-left: 3px; }
          #content .banner .banner-text .entry-content p span.online.offline:after {
            background-color: #ff0000; }
          #content .banner .banner-text .entry-content p span.online a {
            color: #0068BD;
            text-decoration: none;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal; }
            #content .banner .banner-text .entry-content p span.online a:hover {
              color: #002857;
              text-decoration: underline; }
      #content .banner .banner-text .entry-content a {
        color: #0068BD;
        text-decoration: none;
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal; }
        #content .banner .banner-text .entry-content a:hover {
          text-decoration: underline;
          color: #002857; }
    #content .banner .banner-text .entry-buttons {
      margin-bottom: 35px; }
  #content .banner .banner-image {
    text-align: right;
    float: left;
    width: 45%; }
    #content .banner .banner-image img {
      line-height: 0;
      max-width: 75%;
      height: auto; }
#content .image-banner {
  height: 275px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  vertical-align: bottom; }
  #content .image-banner .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #content .image-banner .banner-text {
    position: relative;
    z-index: 2;
    padding-top: 31px; }
    #content .image-banner .banner-text .entry-header {
      margin-bottom: 10px; }
      #content .image-banner .banner-text .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        margin-bottom: 5px;
        display: table; }
      #content .image-banner .banner-text .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
      #content .image-banner .banner-text .entry-header h4 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0A75DB;
        background-color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
        display: table; }
        #content .image-banner .banner-text .entry-header h4 span.online {
          font-size: 18px; }
          #content .image-banner .banner-text .entry-header h4 span.online:after {
            content: "";
            width: 4px;
            height: 4px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            background-color: #009A16;
            display: inline-block;
            vertical-align: middle;
            margin-left: 3px; }
          #content .image-banner .banner-text .entry-header h4 span.online.offline:after {
            background-color: #ff0000; }
          #content .image-banner .banner-text .entry-header h4 span.online a {
            color: #0068BD;
            text-decoration: none;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal; }
            #content .image-banner .banner-text .entry-header h4 span.online a:hover {
              color: #002857;
              text-decoration: underline; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .banner .banner-text {
    width: 100%;
    float: none; }
    #content .banner .banner-text .entry-header h3 {
      font-size: 18px; }
    #content .banner .banner-text .entry-content p {
      font-size: 16px; }
    #content .banner .banner-text .entry-buttons a {
      display: table; }
    #content .banner .banner-text .entry-buttons a.orange-button {
      margin-right: 0px;
      margin-bottom: 10px; }
  #content .banner .banner-image {
    float: none;
    width: 100%;
    text-align: center;
    display: none; }
    #content .banner .banner-image img {
      max-width: 50%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .banner .banner-image img {
    max-width: 90%; } }
#content.home-page .call-review {
  padding-top: 63px !important; }
  #content.home-page .call-review .content-right .review-author {
    margin-top: -40px; }
#content .connections {
  margin-top: -31px;
  margin-bottom: -51px;
  position: relative;
  z-index: 2;
  min-height: 78px; }
  #content .connections .connections-inner {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    width: auto;
    display: inline-block; }
    #content .connections .connections-inner span {
      display: block;
      font-size: 11px;
      line-height: 22px; }
    #content .connections .connections-inner ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #content .connections .connections-inner ul li {
        list-style-type: none;
        float: left;
        margin-right: 10px; }
        #content .connections .connections-inner ul li:last-child {
          margin-right: 0px; }
        #content .connections .connections-inner ul li img {
          width: auto;
          max-height: 40px; }
#content .call-review {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0 28px 0;
  overflow: hidden; }
  #content .call-review.homepage {
    padding-top: 63px; }
  #content .call-review .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content .call-review .content-left .form-inner {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content .call-review .content-left .form-inner h2 {
        margin-bottom: 10px; }
      #content .call-review .content-left .form-inner p {
        margin-bottom: 22px; }
  #content .call-review .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    /*
    .review-author {
    	.avatar {float: left; margin-right: 15px;}
    	.author {float: left; font-size: 13px; line-height: 15px;
    		strong {font-weight: 600; font-size: 14px;}
    	}
    	.review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;}
    }
    */ }
    #content .call-review .content-right .review-total span {
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 5px;
      display: block; }
    #content .call-review .content-right .review-total .rating {
      width: 70px;
      height: 70px;
      float: left;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      background-color: #019A17;
      color: #FFFFFF;
      line-height: 70px;
      text-align: center;
      font-size: 32px;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-right: 7px; }
    #content .call-review .content-right .review-total .stars {
      float: left;
      padding-top: 10px; }
      #content .call-review .content-right .review-total .stars i {
        float: left;
        margin-right: 3px;
        color: #ECECEC; }
        #content .call-review .content-right .review-total .stars i.yellow {
          color: #FFDF35; }
        #content .call-review .content-right .review-total .stars i:last-child {
          margin-right: 0px; }
      #content .call-review .content-right .review-total .stars span {
        display: block;
        clear: both;
        font-size: 11px;
        font-family: proxima-nova, sans-serif;
        font-weight: 300;
        font-style: normal; }
#content .text-method {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  overflow: hidden; }
  #content .text-method .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content .text-method .content-left .entry-header {
      margin-bottom: 20px; }
      #content .text-method .content-left .entry-header .header-padding-top {
        padding-top: 23px; }
    #content .text-method .content-left .entry-content {
      margin-bottom: 20px; }
      #content .text-method .content-left .entry-content h2 {
        margin-bottom: 20px; }
      #content .text-method .content-left .entry-content p a {
        color: #0068BD;
        text-decoration: underline; }
        #content .text-method .content-left .entry-content p a:hover {
          text-decoration: underline;
          color: #002857; }
      #content .text-method .content-left .entry-content ul {
        margin: 0 0 30px 0;
        padding: 0; }
        #content .text-method .content-left .entry-content ul li {
          list-style-type: none;
          position: relative;
          padding-left: 25px; }
          #content .text-method .content-left .entry-content ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #009A16;
            position: absolute;
            top: 0;
            left: 0; }
          #content .text-method .content-left .entry-content ul li ul, #content .text-method .content-left .entry-content ul li ol {
            margin-bottom: 0; }
          #content .text-method .content-left .entry-content ul li a {
            color: #0068BD;
            text-decoration: underline; }
            #content .text-method .content-left .entry-content ul li a:hover {
              text-decoration: underline;
              color: #002857; }
        #content .text-method .content-left .entry-content ul.noul {
          margin-left: 20px; }
          #content .text-method .content-left .entry-content ul.noul li {
            list-style-type: inherit;
            padding-left: 0; }
            #content .text-method .content-left .entry-content ul.noul li:before {
              display: none; }
            #content .text-method .content-left .entry-content ul.noul li ul, #content .text-method .content-left .entry-content ul.noul li ol {
              margin-left: 20px; }
  #content .text-method .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content .text-method .content-right .methods {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content .text-method .content-right .methods .entry-header {
        margin-bottom: 20px; }
      #content .text-method .content-right .methods .entry-content ul {
        margin: 0;
        padding: 0; }
        #content .text-method .content-right .methods .entry-content ul li {
          list-style-type: none;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal;
          color: #002857;
          font-size: 16px;
          margin-bottom: 14px; }
          #content .text-method .content-right .methods .entry-content ul li span {
            display: inline-block;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            color: #FFFFFF;
            background-color: #002857; }
          #content .text-method .content-right .methods .entry-content ul li a {
            color: #002857;
            text-decoration: none; }
            #content .text-method .content-right .methods .entry-content ul li a:hover {
              color: #0068BD; }
      #content .text-method .content-right .methods .entry-footer {
        /*
        a {font-size: 18px; line-height: 19px; @include proximanovabold; color: $link; text-decoration: none;
        	&:after {content: "\f054"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 8px; padding-left: 5px; vertical-align: middle;}
        	&:hover {text-decoration: underline; color: $darkblue;}
        }
        */ }
        #content .text-method .content-right .methods .entry-footer a.a-button {
          text-align: right;
          font-size: 40px;
          color: #0068BD;
          display: block;
          position: relative; }
          #content .text-method .content-right .methods .entry-footer a.a-button:hover {
            color: #002857; }
#content .options {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .options .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #content .options .content-left .entry-header {
      margin-bottom: 20px; }
    #content .options .content-left .entry-content {
      margin-bottom: 20px; }
    #content .options .content-left.blocks {
      display: flex;
      flex-wrap: wrap; }
      #content .options .content-left.blocks .block {
        float: left;
        width: 48%;
        margin-right: 2%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 3px solid #DCEBF3;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 50px 55px 15px;
        margin-bottom: 12px;
        position: relative; }
        #content .options .content-left.blocks .block:nth-child(2n+3) {
          clear: left; }
        #content .options .content-left.blocks .block h3 a {
          font-size: 18px;
          color: #0068BD;
          text-decoration: none; }
          #content .options .content-left.blocks .block h3 a:hover {
            text-decoration: underline;
            color: #002857; }
        #content .options .content-left.blocks .block a.a-button {
          text-align: right;
          font-size: 40px;
          color: #0068BD;
          display: block;
          position: absolute;
          bottom: 15px;
          right: 15px; }
          #content .options .content-left.blocks .block a.a-button:hover {
            color: #002857; }
  #content .options .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content .options .content-right .review-author {
      background-color: #0068BD;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      overflow: hidden;
      color: #FFFFFF;
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 600; font-size: 14px;}
      }
      */ }
      #content .options .content-right .review-author .review-text {
        clear: both;
        font-size: 16px;
        line-height: 19px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 0;
        font-family: proxima-nova, sans-serif;
        font-weight: 300;
        font-style: normal; }
  #content .options .entry-header {
    margin-bottom: 20px; }
  #content .options .blocks {
    display: flex;
    flex-wrap: wrap; }
    #content .options .blocks .block {
      float: left;
      width: 32%;
      margin-right: 2%;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      /*padding: 15px 50px 55px 15px;*/
      padding: 15px 15px 55px 15px;
      margin-bottom: 12px;
      position: relative; }
      #content .options .blocks .block:nth-child(3n+3) {
        margin-right: 0; }
      #content .options .blocks .block:nth-child(3n+4) {
        clear: left; }
      #content .options .blocks .block h3 a {
        font-size: 18px;
        color: #0068BD;
        text-decoration: none; }
        #content .options .blocks .block h3 a:hover {
          text-decoration: underline;
          color: #002857; }
      #content .options .blocks .block a.a-button {
        text-align: right;
        font-size: 40px;
        color: #0068BD;
        display: block;
        position: absolute;
        bottom: 15px;
        right: 15px; }
        #content .options .blocks .block a.a-button:hover {
          color: #002857; }
#content .why {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden;
  overflow: hidden; }
  #content .why .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content .why .content-left .entry-header {
      margin-bottom: 20px; }
      #content .why .content-left .entry-header .header-padding-top {
        padding-top: 23px; }
    #content .why .content-left .entry-content {
      margin-bottom: 20px; }
    #content .why .content-left .entry-buttons {
      margin-bottom: 20px; }
  #content .why .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content .why .content-right .what-inner {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content .why .content-right .what-inner .entry-header {
        margin-bottom: 20px; }
      #content .why .content-right .what-inner .entry-content {
        margin-bottom: 20px; }
        #content .why .content-right .what-inner .entry-content ul {
          margin: 0;
          padding: 0;
          overflow: hidden; }
          #content .why .content-right .what-inner .entry-content ul li {
            list-style-type: none;
            /*float: left; width: 50%;*/
            position: relative;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 10px; }
            #content .why .content-right .what-inner .entry-content ul li:nth-child(2n+3) {
              clear: both; }
            #content .why .content-right .what-inner .entry-content ul li:before {
              content: "\f058";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              color: #009A16;
              position: absolute;
              top: 0;
              left: 0; }
      #content .why .content-right .what-inner .review-author {
        overflow: hidden;
        /*
        .avatar {float: left; margin-right: 15px;}
        .author {float: left; font-size: 13px; line-height: 15px;
        	strong {font-weight: 600; font-size: 14px;}
        }
        */ }
#content .get-in-touch {
  background-color: #002857;
  color: #FFFFFF;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .get-in-touch .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
    color: #002857; }
    #content .get-in-touch .content-left .get-in-touch-inner {
      background-color: #FFFFFF;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content .get-in-touch .content-left .get-in-touch-inner .entry-header {
        margin-bottom: 20px; }
      #content .get-in-touch .content-left .get-in-touch-inner .entry-content {
        margin-bottom: 40px; }
      #content .get-in-touch .content-left .get-in-touch-inner .entry-buttons {
        margin-bottom: 20px; }
  #content .get-in-touch .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content .get-in-touch .content-right .review-author {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px;
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 600; font-size: 14px;}
      }
      .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;
      	ul {margin: 0; padding: 0;
      		li {list-style-type: none; font-size: 16px; line-height: 22px; position: relative; padding-left: 25px;
      			&:before {content: "\f058"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #009A16; position: absolute; top: 0; left: 0;}
      		}
      	}
      }
      */ }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content.home-page .call-review .content-right .review-author {
    margin-top: 0px; }
  #content .connections {
    text-align: center; }
    #content .connections .connections-inner span {
      text-align: left; }
  #content .options .blocks .block {
    float: left;
    width: 49%;
    margin-right: 2%; }
    #content .options .blocks .block:nth-child(3n+3) {
      margin-right: 2%; }
    #content .options .blocks .block:nth-child(3n+4) {
      clear: none; }
    #content .options .blocks .block:nth-child(2n+2) {
      margin-right: 0; }
    #content .options .blocks .block:nth-child(2n+3) {
      clear: left; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .options .content-left.blocks .block {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    position: relative;
    padding: 10px 40px 10px 10px; }
    #content .options .content-left.blocks .block h3 {
      color: #0068BD;
      font-size: 16px;
      line-height: 23px; }
    #content .options .content-left.blocks .block p {
      margin-bottom: 0px; }
    #content .options .content-left.blocks .block a.a-button {
      font-size: 20px;
      position: absolute;
      right: 10px;
      top: 22px; }
  #content .options .blocks .block {
    float: none;
    width: 100%;
    margin-right: 0; }
    #content .options .blocks .block:nth-child(3n+3) {
      margin-right: 0; }
    #content .options .blocks .block:nth-child(3n+4) {
      clear: none; }
    #content .options .blocks .block:nth-child(2n+2) {
      margin-right: 0; }
    #content .options .blocks .block:nth-child(2n+3) {
      clear: none; }
  #content .why .content-right .what-inner .entry-content ul li {
    float: none;
    width: 100%; }
  #content .connections .connections-inner ul li img {
    max-height: 30px; }
  #content .get-in-touch .content-right .review-author {
    padding: 0; } }
#content .schade-banner {
  overflow: hidden; }
  #content .schade-banner .banner-text {
    padding-top: 31px; }
    #content .schade-banner .banner-text .entry-header {
      margin-bottom: 10px; }
      #content .schade-banner .banner-text .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
      #content .schade-banner .banner-text .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
    #content .schade-banner .banner-text .entry-content {
      width: 75%; }
      #content .schade-banner .banner-text .entry-content p {
        font-size: 16px; }
    #content .schade-banner .banner-text .review-author {
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 700; font-size: 14px;}
      }
      .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;}
      */ }
#content .schade-form {
  padding-top: 35px; }
  #content .schade-form .container {
    display: flex;
    flex-wrap: wrap; }
  #content .schade-form .calendly-inline-widget {
    height: 1050px;
    width: 100%;
    min-width: 320px; }
    #content .schade-form .calendly-inline-widget iframe {
      max-width: 678px; }
  #content .schade-form .gform_wrapper form .gform_body label {
    display: block !important; }
  #content .schade-form .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #content .schade-form .content-left .gform_wrapper form .gform_body {
      width: 100%; }
  #content .schade-form .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative; }
    #content .schade-form .content-right .methods-block {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      position: relative;
      margin-top: 7px; }
      #content .schade-form .content-right .methods-block .review-author {
        overflow: hidden; }
    #content .schade-form .content-right .form-author {
      position: absolute;
      bottom: -20px;
      right: 0;
      text-align: right; }
      #content .schade-form .content-right .form-author img {
        line-height: 0;
        max-width: 75%;
        height: auto; }

.page-template-template-schade-melden #mainheader .header-top .header-right .header-navigation {
  display: none; }
.page-template-template-schade-melden #mainheader .header-top .header-right .header-contact {
  margin-right: 0px; }
.page-template-template-schade-melden #mainheader .header-top .header-right .header-button {
  display: none; }
.page-template-template-schade-melden #mainheader .navigation {
  display: none; }
.page-template-template-schade-melden #mainfooter .footer-top .footer-menu {
  display: none; }

#content .steps {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0 28px 0;
  overflow: hidden; }
  #content .steps .entry-header {
    margin-bottom: 20px; }
    #content .steps .entry-header h2 {
      font-size: 31px;
      line-height: 38px; }
  #content .steps .entry-content {
    display: flex;
    flex-wrap: wrap; }
    #content .steps .entry-content .step {
      float: left;
      width: 50%;
      margin-bottom: 35px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 31px; }
      #content .steps .entry-content .step:nth-child(2n+2) {
        padding-right: 0px;
        padding-left: 31px; }
      #content .steps .entry-content .step .step-inner {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 3px solid #DCEBF3;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 20px 55px 20px;
        height: 100%;
        position: relative; }
        #content .steps .entry-content .step .step-inner h3 {
          line-height: 23px; }
          #content .steps .entry-content .step .step-inner h3 a {
            font-size: 18px;
            color: #0068BD;
            text-decoration: none; }
            #content .steps .entry-content .step .step-inner h3 a:hover {
              text-decoration: underline;
              color: #002857; }
        #content .steps .entry-content .step .step-inner a.a-button {
          text-align: right;
          font-size: 40px;
          color: #0068BD;
          display: block;
          position: absolute;
          bottom: 15px;
          right: 15px; }
          #content .steps .entry-content .step .step-inner a.a-button:hover {
            color: #002857; }
  #content .steps .review-author {
    width: 50%;
    /*
    .avatar {float: left; margin-right: 15px;}
    .author {float: left; font-size: 13px; line-height: 15px;
    	strong {font-weight: 700; font-size: 14px;}
    }
    .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;}
    */ }

/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .steps .entry-content .step {
    width: 100%;
    float: none;
    padding-right: 0px; }
    #content .steps .entry-content .step:nth-child(2n+2) {
      padding-left: 0px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .steps .review-author {
    width: 100%; } }
#content .team {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0 0 0;
  overflow: hidden; }
  #content .team .entry-header {
    margin-bottom: 20px; }
    #content .team .entry-header h2 {
      font-size: 31px;
      line-height: 38px; }
  #content .team .entry-content {
    margin-left: -18px;
    margin-right: -18px; }
    #content .team .entry-content .member {
      float: left;
      width: 50%;
      margin-bottom: 35px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 18px; }
      #content .team .entry-content .member .member-inner {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 3px solid #DCEBF3;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap; }
        #content .team .entry-content .member .member-inner .member-image {
          width: 100px;
          height: 100px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          overflow: hidden;
          float: left;
          margin-right: 15px;
          border: 2px solid #DCEBF3; }
          #content .team .entry-content .member .member-inner .member-image img {
            max-width: 100px; }
        #content .team .entry-content .member .member-inner .member-text {
          float: left;
          font-size: 14px;
          width: -webkit-calc(100% - 120px);
          width: -moz-calc(100% - 120px);
          width: calc(100% - 120px);
          align-self: center; }
          #content .team .entry-content .member .member-inner .member-text h4 {
            font-weight: 600;
            font-size: 24px; }
    #content .team .entry-content.intro {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 35px; }
#content .full-width-text {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  overflow: hidden; }
  #content .full-width-text .entry-content {
    margin-bottom: 20px; }
    #content .full-width-text .entry-content h2 {
      margin-bottom: 20px; }
    #content .full-width-text .entry-content h3 {
      margin-bottom: 10px; }
    #content .full-width-text .entry-content p a {
      color: #0068BD;
      text-decoration: underline; }
      #content .full-width-text .entry-content p a:hover {
        text-decoration: underline;
        color: #002857; }
    #content .full-width-text .entry-content ul, #content .full-width-text .entry-content ol {
      margin-left: 20px;
      margin-bottom: 15px; }
#content .image-banner {
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 350px; }
#content .call-review {
  padding-top: 28px; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .team .entry-content .member {
    width: 50%; }
    #content .team .entry-content .member:nth-child(2n+3) {
      clear: left; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .team .entry-content .member {
    width: 100%;
    float: none; } }
#content .contact-banner {
  height: 275px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative; }
  #content .contact-banner .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #content .contact-banner .banner-text {
    position: relative;
    z-index: 2;
    padding-top: 31px; }
    #content .contact-banner .banner-text .entry-header {
      margin-bottom: 10px; }
      #content .contact-banner .banner-text .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
      #content .contact-banner .banner-text .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
      #content .contact-banner .banner-text .entry-header h4 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0A75DB;
        background-color: #FFFFFF;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
        display: table; }
        #content .contact-banner .banner-text .entry-header h4 span.online:after {
          content: "";
          width: 4px;
          height: 4px;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border-radius: 100%;
          background-color: #009A16;
          display: inline-block;
          vertical-align: middle;
          margin-left: 3px; }
        #content .contact-banner .banner-text .entry-header h4 span.online.offline:after {
          background-color: #ff0000; }
#content .schade-melden {
  margin-top: -48px;
  margin-bottom: -48px;
  position: relative;
  z-index: 2; }
  #content .schade-melden .schade-melden-inner {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: auto;
    display: inline-block;
    width: 75%; }
    #content .schade-melden .schade-melden-inner .entry-content {
      float: left; }
      #content .schade-melden .schade-melden-inner .entry-content h3 {
        font-size: 20px;
        line-height: 24px; }
      #content .schade-melden .schade-melden-inner .entry-content p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0px; }
    #content .schade-melden .schade-melden-inner .entry-buttons {
      float: right;
      margin-bottom: 0px; }
      #content .schade-melden .schade-melden-inner .entry-buttons a.orange-button {
        margin-right: 0px; }
#content .contact-blocks {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0 0 0;
  overflow: hidden; }
  #content .contact-blocks ul.logos {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #content .contact-blocks ul.logos li {
      list-style-type: none;
      width: 20%;
      margin: auto;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content .contact-blocks ul.logos li img {
        max-height: 70px;
        max-width: 80%;
        height: auto;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        filter: grayscale(100%);
        opacity: 0.7; }
  #content .contact-blocks .content-left {
    width: 66.66666666%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content .contact-blocks .content-left .entry-content {
      margin-left: -18px;
      margin-right: -18px; }
      #content .contact-blocks .content-left .entry-content .contact-block {
        float: left;
        width: 50%;
        margin-bottom: 35px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 18px; }
        #content .contact-blocks .content-left .entry-content .contact-block:nth-child(2n+3) {
          clear: left; }
        #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner {
          background: #FFFFFF 0% 0% no-repeat padding-box;
          border: 3px solid #DCEBF3;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px 20px 50px 20px;
          overflow: hidden;
          position: relative; }
          #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner h3 {
            font-size: 18px;
            line-height: 24px; }
            #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner h3 a {
              font-size: 20px;
              line-height: 24px;
              text-decoration: none;
              color: #002857; }
              #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner h3 a:hover {
                text-decoration: underline; }
          #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner p {
            font-size: 16px;
            line-height: 19px; }
          #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner a.link {
            font-size: 18px;
            line-height: 19px;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal;
            color: #0068BD;
            text-decoration: none;
            position: absolute;
            bottom: 20px;
            left: 20px;
            right: 20px; }
            #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner a.link:after {
              content: "\f054";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 8px;
              padding-left: 5px;
              vertical-align: middle; }
            #content .contact-blocks .content-left .entry-content .contact-block .contact-block-inner a.link:hover {
              text-decoration: underline;
              color: #002857; }
      #content .contact-blocks .content-left .entry-content.flex {
        display: flex;
        flex-wrap: wrap; }
        #content .contact-blocks .content-left .entry-content.flex .contact-block .contact-block-inner {
          height: 100%; }
  #content .contact-blocks .content-right {
    width: 33.333333%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content .contact-blocks .content-right .openinghours {
      line-height: 24px; }
      #content .contact-blocks .content-right .openinghours ul {
        margin: 0;
        padding: 0; }
        #content .contact-blocks .content-right .openinghours ul li {
          list-style-type: none;
          overflow: hidden; }
          #content .contact-blocks .content-right .openinghours ul li .day {
            width: 60%;
            float: left;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal; }
          #content .contact-blocks .content-right .openinghours ul li .time {
            width: 40%;
            float: left; }
    #content .contact-blocks .content-right .review-author {
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 700; font-size: 14px;}
      }
      .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;}
      */ }
#content .info {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  overflow: hidden; }
  #content .info .entry-header {
    margin-bottom: 20px; }
    #content .info .entry-header h2 {
      font-size: 31px;
      line-height: 38px; }
  #content .info .entry-content {
    margin-left: -18px;
    margin-right: -18px;
    display: grid;
    grid-auto-flow: column; }
    #content .info .entry-content .info-block {
      margin-bottom: 35px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 18px;
      position: relative; }
      #content .info .entry-content .info-block:nth-child(3n+4) {
        clear: left; }
      #content .info .entry-content .info-block .info-block-inner {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 3px solid #DCEBF3;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
        font-size: 16px;
        line-height: 19px;
        height: 100%; }
        #content .info .entry-content .info-block .info-block-inner h3 {
          font-size: 21px;
          margin-bottom: 20px; }
        #content .info .entry-content .info-block .info-block-inner ul {
          margin: 0;
          padding: 0; }
          #content .info .entry-content .info-block .info-block-inner ul li {
            list-style-type: none;
            overflow: hidden; }
            #content .info .entry-content .info-block .info-block-inner ul li .day {
              width: 60%;
              float: left;
              font-family: proxima-nova, sans-serif;
              font-weight: 600;
              font-style: normal; }
            #content .info .entry-content .info-block .info-block-inner ul li .time {
              width: 40%;
              float: left; }
        #content .info .entry-content .info-block .info-block-inner.openinghours {
          line-height: 24px; }
#content .locations {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  overflow: hidden; }
  #content .locations .entry-header {
    margin-bottom: 20px; }
    #content .locations .entry-header h2 {
      font-size: 31px;
      line-height: 38px; }
  #content .locations .entry-content {
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    flex-wrap: wrap; }
    #content .locations .entry-content .location-block {
      float: left;
      width: 33.333333333%;
      margin-bottom: 35px;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 18px; }
      #content .locations .entry-content .location-block:nth-child(3n+4) {
        clear: left; }
      #content .locations .entry-content .location-block .location-block-inner {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 3px solid #DCEBF3;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
        height: 100%; }
        #content .locations .entry-content .location-block .location-block-inner .location-info {
          float: left;
          line-height: 19px;
          width: -webkit-calc(100% - 100px);
          width: -moz-calc(100% - 100px);
          width: calc(100% - 100px); }
          #content .locations .entry-content .location-block .location-block-inner .location-info h4 {
            font-size: 18px; }
        #content .locations .entry-content .location-block .location-block-inner .location-image {
          float: right; }
          #content .locations .entry-content .location-block .location-block-inner .location-image img {
            width: 88px;
            height: auto; }
        #content .locations .entry-content .location-block .location-block-inner .location-maps {
          clear: both;
          padding-top: 10px;
          display: block; }
          #content .locations .entry-content .location-block .location-block-inner .location-maps a {
            font-size: 16px;
            line-height: 19px;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal;
            color: #0068BD;
            text-decoration: none; }
            #content .locations .entry-content .location-block .location-block-inner .location-maps a:after {
              content: "\f054";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 8px;
              padding-left: 5px;
              vertical-align: middle; }
            #content .locations .entry-content .location-block .location-block-inner .location-maps a:hover {
              text-decoration: underline;
              color: #002857; }

/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .contact-blocks .content-left .entry-content .contact-block {
    float: none;
    width: 100%; }
  #content .contact-blocks .content-right .review-author {
    margin-bottom: 20px; }
  #content .info .entry-content {
    grid-auto-flow: unset; }
  #content .locations .entry-content .location-block {
    width: 50%; }
    #content .locations .entry-content .location-block:nth-child(3n+4) {
      clear: none; }
    #content .locations .entry-content .location-block:nth-child(2n+3) {
      clear: left; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .schade-melden .schade-melden-inner {
    width: 100%; }
    #content .schade-melden .schade-melden-inner .entry-content {
      float: none;
      margin-bottom: 10px; }
    #content .schade-melden .schade-melden-inner .entry-buttons {
      float: none; }
  #content .locations .entry-content .location-block {
    width: 100%;
    float: none; } }
#content.blog-page, #content.blog-post {
  padding-top: 42px; }
  #content.blog-page .blog-sidebar, #content.blog-post .blog-sidebar {
    float: left;
    width: 25%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px; }
    #content.blog-page .blog-sidebar .mobile-sidebar, #content.blog-post .blog-sidebar .mobile-sidebar {
      display: none;
      background-color: #FFFFFF;
      color: #002857;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 10px;
      position: relative;
      margin-bottom: 10px; }
      #content.blog-page .blog-sidebar .mobile-sidebar:after, #content.blog-post .blog-sidebar .mobile-sidebar:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 5px; }
    #content.blog-page .blog-sidebar .blog-categories, #content.blog-post .blog-sidebar .blog-categories {
      margin-bottom: 15px; }
      #content.blog-page .blog-sidebar .blog-categories ul, #content.blog-post .blog-sidebar .blog-categories ul {
        margin: 0;
        padding: 0; }
        #content.blog-page .blog-sidebar .blog-categories ul li, #content.blog-post .blog-sidebar .blog-categories ul li {
          list-style-type: none;
          line-height: 24px;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal; }
          #content.blog-page .blog-sidebar .blog-categories ul li:before, #content.blog-post .blog-sidebar .blog-categories ul li:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 8px;
            padding-right: 5px;
            vertical-align: middle;
            color: #0068BD; }
          #content.blog-page .blog-sidebar .blog-categories ul li a, #content.blog-post .blog-sidebar .blog-categories ul li a {
            color: #0068BD;
            text-decoration: none; }
            #content.blog-page .blog-sidebar .blog-categories ul li a:hover, #content.blog-post .blog-sidebar .blog-categories ul li a:hover {
              text-decoration: underline; }
          #content.blog-page .blog-sidebar .blog-categories ul li ul.sub-menu, #content.blog-post .blog-sidebar .blog-categories ul li ul.sub-menu {
            margin-left: 20px; }
            #content.blog-page .blog-sidebar .blog-categories ul li ul.sub-menu li, #content.blog-post .blog-sidebar .blog-categories ul li ul.sub-menu li {
              font-size: 12px; }
    #content.blog-page .blog-sidebar .page-button, #content.blog-post .blog-sidebar .page-button {
      margin-bottom: 15px; }
    #content.blog-page .blog-sidebar .page-logos span, #content.blog-post .blog-sidebar .page-logos span {
      font-size: 11px;
      line-height: 22px;
      display: block; }
    #content.blog-page .blog-sidebar .page-logos ul, #content.blog-post .blog-sidebar .page-logos ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #content.blog-page .blog-sidebar .page-logos ul li, #content.blog-post .blog-sidebar .page-logos ul li {
        list-style-type: none;
        float: left;
        margin-right: 5px; }
        #content.blog-page .blog-sidebar .page-logos ul li:last-child, #content.blog-post .blog-sidebar .page-logos ul li:last-child {
          margin-right: 0; }
        #content.blog-page .blog-sidebar .page-logos ul li img, #content.blog-post .blog-sidebar .page-logos ul li img {
          width: 100%;
          max-height: 15px; }
    #content.blog-page .blog-sidebar.clicked .mobile-sidebar:after, #content.blog-post .blog-sidebar.clicked .mobile-sidebar:after {
      content: "\f077"; }
  #content.blog-page .blog-content, #content.blog-post .blog-content {
    float: left;
    width: 75%; }
    #content.blog-page .blog-content .entry-header, #content.blog-post .blog-content .entry-header {
      margin-bottom: 10px; }
      #content.blog-page .blog-content .entry-header h1, #content.blog-post .blog-content .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
      #content.blog-page .blog-content .entry-header h3, #content.blog-post .blog-content .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
    #content.blog-page .blog-content article .entry-image, #content.blog-post .blog-content article .entry-image {
      margin-bottom: 20px; }
      #content.blog-page .blog-content article .entry-image img, #content.blog-post .blog-content article .entry-image img {
        max-width: 100%;
        height: auto; }
    #content.blog-page .blog-content article .entry-content, #content.blog-post .blog-content article .entry-content {
      margin-bottom: 20px; }
      #content.blog-page .blog-content article .entry-content ul, #content.blog-post .blog-content article .entry-content ul {
        margin-left: 15px;
        margin-bottom: 18px; }
    #content.blog-page .blog-content .newest-articles, #content.blog-post .blog-content .newest-articles {
      margin-top: 20px; }
    #content.blog-page .blog-content .related-articles, #content.blog-page .blog-content .newest-articles, #content.blog-page .blog-content .category-articles, #content.blog-post .blog-content .related-articles, #content.blog-post .blog-content .newest-articles, #content.blog-post .blog-content .category-articles {
      margin-bottom: 20px; }
      #content.blog-page .blog-content .related-articles .entry-header, #content.blog-page .blog-content .newest-articles .entry-header, #content.blog-page .blog-content .category-articles .entry-header, #content.blog-post .blog-content .related-articles .entry-header, #content.blog-post .blog-content .newest-articles .entry-header, #content.blog-post .blog-content .category-articles .entry-header {
        margin-bottom: 10px; }
        #content.blog-page .blog-content .related-articles .entry-header h2, #content.blog-page .blog-content .newest-articles .entry-header h2, #content.blog-page .blog-content .category-articles .entry-header h2, #content.blog-post .blog-content .related-articles .entry-header h2, #content.blog-post .blog-content .newest-articles .entry-header h2, #content.blog-post .blog-content .category-articles .entry-header h2 {
          font-size: 31px; }
      #content.blog-page .blog-content .related-articles .blog-articles, #content.blog-page .blog-content .newest-articles .blog-articles, #content.blog-page .blog-content .category-articles .blog-articles, #content.blog-post .blog-content .related-articles .blog-articles, #content.blog-post .blog-content .newest-articles .blog-articles, #content.blog-post .blog-content .category-articles .blog-articles {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap; }
        #content.blog-page .blog-content .related-articles .blog-articles .blog-article, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article, #content.blog-page .blog-content .category-articles .blog-articles .blog-article, #content.blog-post .blog-content .related-articles .blog-articles .blog-article, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article, #content.blog-post .blog-content .category-articles .blog-articles .blog-article {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 15px;
          margin-bottom: 30px;
          width: 50%; }
          #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner {
            background-color: #F6F3F1;
            height: 100%;
            position: relative; }
            #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-image, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-image, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-image, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-image, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-image, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-image {
              line-height: 0px; }
              #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-image img, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-image img, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-image img, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-image img, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-image img, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-image img {
                max-width: 100%;
                height: auto; }
            #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text {
              background-color: #F6F3F1;
              -ms-box-sizing: border-box;
              -o-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 10px 10px 55px 10px;
              position: relative; }
              #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h5, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h5, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h5, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h5, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h5, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h5 {
                font-size: 12px;
                font-family: proxima-nova, sans-serif;
                font-weight: 300;
                font-style: normal;
                color: #919191; }
              #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h3, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h3, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h3, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h3, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h3, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 {
                font-size: 21px;
                margin-bottom: 10px; }
                #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a {
                  color: #002857;
                  text-decoration: none; }
                  #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a:hover, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a:hover, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a:hover, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a:hover, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a:hover, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text h3 a:hover {
                    color: #0068BD;
                    text-decoration: underline; }
              #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text p, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text p, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text p, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner .blog-text p, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner .blog-text p, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner .blog-text p {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 30px; }
            #content.blog-page .blog-content .related-articles .blog-articles .blog-article .blog-article-inner a.icon-button, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner a.icon-button, #content.blog-page .blog-content .category-articles .blog-articles .blog-article .blog-article-inner a.icon-button, #content.blog-post .blog-content .related-articles .blog-articles .blog-article .blog-article-inner a.icon-button, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article .blog-article-inner a.icon-button, #content.blog-post .blog-content .category-articles .blog-articles .blog-article .blog-article-inner a.icon-button {
              color: #0068BD;
              font-size: 45px;
              text-align: right;
              display: inherit;
              position: absolute;
              right: 10px;
              bottom: 10px; }
    #content.blog-page .blog-content .most-views-articles, #content.blog-post .blog-content .most-views-articles {
      margin-bottom: 20px; }
      #content.blog-page .blog-content .most-views-articles .entry-header, #content.blog-post .blog-content .most-views-articles .entry-header {
        margin-bottom: 10px; }
        #content.blog-page .blog-content .most-views-articles .entry-header h2, #content.blog-post .blog-content .most-views-articles .entry-header h2 {
          font-size: 31px; }
      #content.blog-page .blog-content .most-views-articles .blog-articles, #content.blog-post .blog-content .most-views-articles .blog-articles {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap; }
        #content.blog-page .blog-content .most-views-articles .blog-articles .blog-article, #content.blog-post .blog-content .most-views-articles .blog-articles .blog-article {
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 15px;
          margin-bottom: 30px;
          width: 33.33333333%;
          position: relative; }
          #content.blog-page .blog-content .most-views-articles .blog-articles .blog-article .blog-image img, #content.blog-post .blog-content .most-views-articles .blog-articles .blog-article .blog-image img {
            max-width: 100%;
            height: auto; }
          #content.blog-page .blog-content .most-views-articles .blog-articles .blog-article .blog-text, #content.blog-post .blog-content .most-views-articles .blog-articles .blog-article .blog-text {
            background-color: #F6F3F1;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 10px 3px 10px;
            height: 100%; }
            #content.blog-page .blog-content .most-views-articles .blog-articles .blog-article .blog-text h3, #content.blog-post .blog-content .most-views-articles .blog-articles .blog-article .blog-text h3 {
              font-size: 16px;
              line-height: 25px;
              margin-bottom: 30px; }
          #content.blog-page .blog-content .most-views-articles .blog-articles .blog-article a, #content.blog-post .blog-content .most-views-articles .blog-articles .blog-article a {
            color: #0068BD;
            font-size: 20px;
            text-align: right;
            display: inherit;
            position: absolute;
            right: 25px;
            bottom: 10px; }
  #content.blog-page .blog-review, #content.blog-post .blog-review {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #DCEBF3;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px; }
    #content.blog-page .blog-review .review-author, #content.blog-post .blog-review .review-author {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px;
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 700;}
      }
      */
      /*
      .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;
      	p.bold {@include proximanovabold;}
      	p {
      		a {color: $link; text-decoration: none; @include proximanovabold;
      			&:hover {color: $darkblue; text-decoration: underline;}
      		}
      		span.online {
      			&:after {content: ""; width: 4px; height: 4px; @include rounded-corners(100%); background-color: #009A16; display: inline-block; vertical-align: middle; margin-left: 3px;}
      			&.offline {
      				&:after {background-color: #ff0000;}
      			}
      		}
      	}
      	ul {margin: 0 0 30px 0; padding: 0;
      		li {list-style-type: none; font-size: 16px; line-height: 22px; position: relative; padding-left: 25px;
      			&:before {content: "\f058"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #009A16; position: absolute; top: 0; left: 0;}
      		}
      	}
      }
      */ }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content.blog-page, #content.blog-post {
    padding-top: 0; }
    #content.blog-page .blog-sidebar, #content.blog-post .blog-sidebar {
      background: #F6F3F1 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      padding: 10px;
      float: none;
      width: -moz-calc(100% + 20px);
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
      #content.blog-page .blog-sidebar .mobile-sidebar, #content.blog-post .blog-sidebar .mobile-sidebar {
        display: inherit; }
      #content.blog-page .blog-sidebar .blog-categories, #content.blog-post .blog-sidebar .blog-categories {
        margin-bottom: 0;
        width: 100%;
        height: 0;
        max-height: 0;
        overflow: hidden; }
      #content.blog-page .blog-sidebar .sidebar-button, #content.blog-post .blog-sidebar .sidebar-button {
        display: none; }
      #content.blog-page .blog-sidebar .sidebar-logos, #content.blog-post .blog-sidebar .sidebar-logos {
        display: none; }
      #content.blog-page .blog-sidebar.clicked .blog-categories, #content.blog-post .blog-sidebar.clicked .blog-categories {
        height: auto;
        max-height: 100000px; }
        #content.blog-page .blog-sidebar.clicked .blog-categories ul, #content.blog-post .blog-sidebar.clicked .blog-categories ul {
          padding-top: 15px;
          padding-bottom: 15px; }
      #content.blog-page .blog-sidebar.clicked .sidebar-button, #content.blog-post .blog-sidebar.clicked .sidebar-button {
        display: inherit;
        padding-bottom: 15px; }
    #content.blog-page .blog-content, #content.blog-post .blog-content {
      float: none;
      width: 100%;
      padding-top: 42px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content.blog-page .blog-content .related-articles .blog-articles, #content.blog-page .blog-content .newest-articles .blog-articles, #content.blog-page .blog-content .category-articles .blog-articles, #content.blog-page .blog-content .most-views-articles .blog-articles, #content.blog-post .blog-content .related-articles .blog-articles, #content.blog-post .blog-content .newest-articles .blog-articles, #content.blog-post .blog-content .category-articles .blog-articles, #content.blog-post .blog-content .most-views-articles .blog-articles {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
    #content.blog-page .blog-content .related-articles .blog-articles .blog-article, #content.blog-page .blog-content .newest-articles .blog-articles .blog-article, #content.blog-page .blog-content .category-articles .blog-articles .blog-article, #content.blog-page .blog-content .most-views-articles .blog-articles .blog-article, #content.blog-post .blog-content .related-articles .blog-articles .blog-article, #content.blog-post .blog-content .newest-articles .blog-articles .blog-article, #content.blog-post .blog-content .category-articles .blog-articles .blog-article, #content.blog-post .blog-content .most-views-articles .blog-articles .blog-article {
      float: none;
      width: 100%; } }
#content.juridisch-page {
  padding-top: 42px; }
  #content.juridisch-page .juridisch-sidebar {
    float: left;
    width: 25%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px; }
    #content.juridisch-page .juridisch-sidebar .mobile-sidebar {
      display: none;
      background-color: #FFFFFF;
      color: #002857;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 10px;
      position: relative; }
      #content.juridisch-page .juridisch-sidebar .mobile-sidebar:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 5px; }
    #content.juridisch-page .juridisch-sidebar .juridisch-categories {
      margin-bottom: 15px; }
      #content.juridisch-page .juridisch-sidebar .juridisch-categories ul {
        margin: 0;
        padding: 0; }
        #content.juridisch-page .juridisch-sidebar .juridisch-categories ul li {
          list-style-type: none;
          line-height: 24px;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal; }
          #content.juridisch-page .juridisch-sidebar .juridisch-categories ul li:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 8px;
            padding-right: 5px;
            vertical-align: middle;
            color: #0068BD; }
          #content.juridisch-page .juridisch-sidebar .juridisch-categories ul li a {
            color: #0068BD;
            text-decoration: none; }
            #content.juridisch-page .juridisch-sidebar .juridisch-categories ul li a:hover {
              text-decoration: underline; }
          #content.juridisch-page .juridisch-sidebar .juridisch-categories ul li ul.sub-menu {
            margin-left: 20px; }
            #content.juridisch-page .juridisch-sidebar .juridisch-categories ul li ul.sub-menu li {
              font-size: 12px; }
    #content.juridisch-page .juridisch-sidebar.clicked .mobile-sidebar:after {
      content: "\f077"; }
    #content.juridisch-page .juridisch-sidebar .page-button {
      display: none; }
  #content.juridisch-page .juridisch-content {
    float: left;
    width: 75%; }
    #content.juridisch-page .juridisch-content .entry-header {
      margin-bottom: 10px; }
      #content.juridisch-page .juridisch-content .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
    #content.juridisch-page .juridisch-content .entry-content {
      padding-bottom: 30px; }
      #content.juridisch-page .juridisch-content .entry-content p {
        margin-bottom: 15px; }
        #content.juridisch-page .juridisch-content .entry-content p a {
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal;
          color: #0068BD;
          text-decoration: none; }
          #content.juridisch-page .juridisch-content .entry-content p a:hover {
            text-decoration: underline;
            color: #002857; }
      #content.juridisch-page .juridisch-content .entry-content h2 {
        font-size: 21px;
        margin-bottom: 10px; }
      #content.juridisch-page .juridisch-content .entry-content ol, #content.juridisch-page .juridisch-content .entry-content ul {
        margin-left: 20px;
        margin-bottom: 15px; }
  #content.juridisch-page .connections .container {
    text-align: center; }
    #content.juridisch-page .connections .container .connections-inner span {
      text-align: left; }
  #content.juridisch-page .call-review {
    padding-top: 63px; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content.juridisch-page {
    padding-top: 0; }
    #content.juridisch-page .juridisch-sidebar {
      background: #F6F3F1 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      padding: 10px;
      float: none;
      width: -moz-calc(100% + 20px);
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
      #content.juridisch-page .juridisch-sidebar .mobile-sidebar {
        display: inherit; }
      #content.juridisch-page .juridisch-sidebar .juridisch-categories {
        margin-bottom: 0;
        width: 100%;
        height: 0;
        max-height: 0;
        overflow: hidden; }
      #content.juridisch-page .juridisch-sidebar.clicked .juridisch-categories {
        height: auto;
        max-height: 100000px; }
        #content.juridisch-page .juridisch-sidebar.clicked .juridisch-categories ul {
          padding-top: 15px;
          padding-bottom: 15px; }
      #content.juridisch-page .juridisch-sidebar.clicked .page-button {
        display: inherit;
        padding-bottom: 15px; }
    #content.juridisch-page .juridisch-content {
      float: none;
      width: 100%;
      padding-top: 42px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
#content.schadevergoedingen-page {
  padding-top: 42px; }
  #content.schadevergoedingen-page .page-sidebar {
    float: left;
    width: 25%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px; }
    #content.schadevergoedingen-page .page-sidebar .mobile-sidebar {
      display: none;
      background-color: #FFFFFF;
      color: #002857;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 10px;
      position: relative; }
      #content.schadevergoedingen-page .page-sidebar .mobile-sidebar:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 5px; }
    #content.schadevergoedingen-page .page-sidebar .page-categories {
      margin-bottom: 15px; }
      #content.schadevergoedingen-page .page-sidebar .page-categories ul {
        margin: 0;
        padding: 0; }
        #content.schadevergoedingen-page .page-sidebar .page-categories ul li {
          list-style-type: none;
          line-height: 24px;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal; }
          #content.schadevergoedingen-page .page-sidebar .page-categories ul li:before {
            content: "\f054";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 8px;
            padding-right: 5px;
            vertical-align: middle;
            color: #0068BD; }
          #content.schadevergoedingen-page .page-sidebar .page-categories ul li a {
            color: #0068BD;
            text-decoration: none; }
            #content.schadevergoedingen-page .page-sidebar .page-categories ul li a:hover {
              text-decoration: underline; }
          #content.schadevergoedingen-page .page-sidebar .page-categories ul li ul.sub-menu {
            margin-left: 20px; }
            #content.schadevergoedingen-page .page-sidebar .page-categories ul li ul.sub-menu li {
              font-size: 12px; }
    #content.schadevergoedingen-page .page-sidebar .page-button {
      margin-bottom: 15px; }
    #content.schadevergoedingen-page .page-sidebar .page-logos span {
      font-size: 11px;
      line-height: 22px;
      display: block; }
    #content.schadevergoedingen-page .page-sidebar .page-logos ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #content.schadevergoedingen-page .page-sidebar .page-logos ul li {
        list-style-type: none;
        float: left;
        margin-right: 5px; }
        #content.schadevergoedingen-page .page-sidebar .page-logos ul li:last-child {
          margin-right: 0; }
        #content.schadevergoedingen-page .page-sidebar .page-logos ul li img {
          width: 100%;
          max-height: 15px; }
    #content.schadevergoedingen-page .page-sidebar.clicked .mobile-sidebar:after {
      content: "\f077"; }
  #content.schadevergoedingen-page .schadevergoedingen-content {
    float: left;
    width: 75%; }
    #content.schadevergoedingen-page .schadevergoedingen-content .entry-header {
      margin-bottom: 10px; }
      #content.schadevergoedingen-page .schadevergoedingen-content .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
      #content.schadevergoedingen-page .schadevergoedingen-content .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
    #content.schadevergoedingen-page .schadevergoedingen-content .entry-content {
      margin-bottom: 40px; }
      #content.schadevergoedingen-page .schadevergoedingen-content .entry-content h2 {
        font-size: 31px;
        margin-bottom: 20px; }
      #content.schadevergoedingen-page .schadevergoedingen-content .entry-content.lightgrey {
        margin-left: -20px;
        margin-right: -20px;
        background-color: #F6F3F1;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px; }
      #content.schadevergoedingen-page .schadevergoedingen-content .entry-content.darkblue {
        margin-left: -20px;
        margin-right: -20px;
        background-color: #002857;
        color: #FFFFFF;
        padding: 20px; }
        #content.schadevergoedingen-page .schadevergoedingen-content .entry-content.darkblue p a {
          color: #FFFFFF; }
          #content.schadevergoedingen-page .schadevergoedingen-content .entry-content.darkblue p a:hover {
            color: #0068BD; }
      #content.schadevergoedingen-page .schadevergoedingen-content .entry-content .review-author {
        overflow: hidden; }
  #content.schadevergoedingen-page .review {
    margin-bottom: 30px; }
    #content.schadevergoedingen-page .review .review-author {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px;
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 700;}
      }
      .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;
      	p.bold {@include proximanovabold;}
      	p {
      		a {color: $link; text-decoration: none; @include proximanovabold;
      			&:hover {color: $darkblue; text-decoration: underline;}
      		}
      		span.online {
      			&:after {content: ""; width: 4px; height: 4px; @include rounded-corners(100%); background-color: #009A16; display: inline-block; vertical-align: middle; margin-left: 3px;}
      			&.offline {
      				&:after {background-color: #ff0000;}
      			}
      		}
      	}
      	ul {margin: 0 0 30px 0; padding: 0;
      		li {list-style-type: none; font-size: 16px; line-height: 22px; position: relative; padding-left: 25px;
      			&:before {content: "\f058"; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #009A16; position: absolute; top: 0; left: 0;}
      		}
      	}
      }
      */ }
  #content.schadevergoedingen-page .faq h2 {
    font-size: 31px;
    margin-bottom: 20px; }
  #content.schadevergoedingen-page .faq ul {
    margin: 0;
    padding: 0; }
    #content.schadevergoedingen-page .faq ul li {
      list-style-type: none;
      margin-bottom: 15px; }
      #content.schadevergoedingen-page .faq ul li .question {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        position: relative;
        padding-left: 25px;
        margin-bottom: 0px; }
        #content.schadevergoedingen-page .faq ul li .question:before {
          content: "\f067";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          position: absolute;
          left: 0;
          top: 0;
          font-size: 12px; }
        #content.schadevergoedingen-page .faq ul li .question:hover {
          cursor: pointer; }
      #content.schadevergoedingen-page .faq ul li .answer {
        max-height: 0;
        height: 0;
        overflow: hidden;
        padding-left: 25px; }
      #content.schadevergoedingen-page .faq ul li.open .question:before {
        content: "\f068"; }
      #content.schadevergoedingen-page .faq ul li.open .answer {
        max-height: 100000px;
        height: auto; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content.schadevergoedingen-page {
    padding-top: 0; }
    #content.schadevergoedingen-page .page-sidebar {
      background: #F6F3F1 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      padding: 10px;
      float: none;
      width: -moz-calc(100% + 20px);
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-right: -10px; }
      #content.schadevergoedingen-page .page-sidebar .mobile-sidebar {
        display: inherit; }
      #content.schadevergoedingen-page .page-sidebar .page-categories {
        margin-bottom: 0;
        width: 100%;
        height: 0;
        max-height: 0;
        overflow: hidden; }
      #content.schadevergoedingen-page .page-sidebar .page-button {
        display: none; }
      #content.schadevergoedingen-page .page-sidebar .page-logos {
        display: none; }
      #content.schadevergoedingen-page .page-sidebar.clicked .page-categories {
        height: auto;
        max-height: 100000px; }
        #content.schadevergoedingen-page .page-sidebar.clicked .page-categories ul {
          padding-top: 15px;
          padding-bottom: 15px; }
      #content.schadevergoedingen-page .page-sidebar.clicked .page-button {
        display: inherit;
        padding-bottom: 15px; }
    #content.schadevergoedingen-page .schadevergoedingen-content {
      float: none;
      width: 100%;
      padding-top: 42px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
#content.soorten-letselschade-page .text-method {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0 28px 0;
  background-color: #F6F3F1;
  overflow: visible; }
  #content.soorten-letselschade-page .text-method .content-right .methods-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #DCEBF3;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-top: -232px;
    position: relative; }
    #content.soorten-letselschade-page .text-method .content-right .methods-block .review-author {
      overflow: hidden;
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 13px; line-height: 15px;
      	strong {font-weight: 700; font-size: 14px;}
      }
      .review-text {clear: both; @include proximanovabold; font-size: 16px; margin-bottom: 30px; margin-top: 10px;}
      */ }
#content.soorten-letselschade-page .text-image {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content.soorten-letselschade-page .text-image .container {
    display: flex;
    flex-wrap: wrap; }
  #content.soorten-letselschade-page .text-image .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content.soorten-letselschade-page .text-image .content-left .entry-header {
      margin-bottom: 20px; }
    #content.soorten-letselschade-page .text-image .content-left .entry-content h2 {
      margin-bottom: 20px; }
    #content.soorten-letselschade-page .text-image .content-left .entry-content p a {
      color: #0068BD;
      text-decoration: underline; }
      #content.soorten-letselschade-page .text-image .content-left .entry-content p a:hover {
        text-decoration: underline;
        color: #002857; }
    #content.soorten-letselschade-page .text-image .content-left .entry-content ul {
      margin: 0 0 30px 0;
      padding: 0; }
      #content.soorten-letselschade-page .text-image .content-left .entry-content ul li {
        list-style-type: none;
        position: relative;
        padding-left: 25px; }
        #content.soorten-letselschade-page .text-image .content-left .entry-content ul li:before {
          content: "\f058";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          color: #009A16;
          position: absolute;
          top: 0;
          left: 0; }
  #content.soorten-letselschade-page .text-image .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    align-self: flex-end; }
    #content.soorten-letselschade-page .text-image .content-right img {
      max-width: 75%;
      height: auto;
      margin-bottom: -28px; }
#content.soorten-letselschade-page .what-example {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  background-color: #F6F3F1;
  overflow: hidden; }
  #content.soorten-letselschade-page .what-example .container .entry-header {
    margin-bottom: 20px; }
  #content.soorten-letselschade-page .what-example .container .entry-content {
    margin-bottom: 20px; }
    #content.soorten-letselschade-page .what-example .container .entry-content ul, #content.soorten-letselschade-page .what-example .container .entry-content ol {
      margin-left: 20px;
      margin-bottom: 15px; }
      #content.soorten-letselschade-page .what-example .container .entry-content ul ul, #content.soorten-letselschade-page .what-example .container .entry-content ul ol, #content.soorten-letselschade-page .what-example .container .entry-content ol ul, #content.soorten-letselschade-page .what-example .container .entry-content ol ol {
        margin-bottom: 0px; }
      #content.soorten-letselschade-page .what-example .container .entry-content ul.ulcols, #content.soorten-letselschade-page .what-example .container .entry-content ol.ulcols {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        list-style-position: inside;
        /*
        li {float: none;
        	ul {display: inherit;}
        	ul::marker {display: none;}
        }
        */ }
  #content.soorten-letselschade-page .what-example .container .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #content.soorten-letselschade-page .what-example .container .content-left .example-block {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content.soorten-letselschade-page .what-example .container .content-left .example-block h3 {
        margin-bottom: 10px; }
      #content.soorten-letselschade-page .what-example .container .content-left .example-block p {
        margin-bottom: 15px; }
      #content.soorten-letselschade-page .what-example .container .content-left .example-block ul {
        margin: 0 0 10px 0;
        padding: 0; }
        #content.soorten-letselschade-page .what-example .container .content-left .example-block ul li {
          list-style-type: none;
          position: relative;
          padding-left: 25px; }
          #content.soorten-letselschade-page .what-example .container .content-left .example-block ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #009A16;
            position: absolute;
            top: 0;
            left: 0; }
        #content.soorten-letselschade-page .what-example .container .content-left .example-block ul.no-icons li {
          padding-left: 0; }
          #content.soorten-letselschade-page .what-example .container .content-left .example-block ul.no-icons li:before {
            display: none; }
          #content.soorten-letselschade-page .what-example .container .content-left .example-block ul.no-icons li span.label {
            width: 75%;
            display: inline-block; }
      #content.soorten-letselschade-page .what-example .container .content-left .example-block table tr td {
        font-weight: 300;
        position: relative; }
        #content.soorten-letselschade-page .what-example .container .content-left .example-block table tr td:nth-child(1) {
          padding-right: 20px; }
        #content.soorten-letselschade-page .what-example .container .content-left .example-block table tr td:nth-child(2) {
          padding-left: 20px;
          text-align: right; }
          #content.soorten-letselschade-page .what-example .container .content-left .example-block table tr td:nth-child(2):before {
            content: "€";
            float: left;
            display: inline-block;
            position: absolute;
            left: 0; }
  #content.soorten-letselschade-page .what-example .container .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content.soorten-letselschade-page .what-example .container .content-right .review-author {
      background-color: #0A75DB;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      overflow: hidden;
      color: #FFFFFF;
      /*
      .avatar {float: left; margin-right: 15px;}
      .author {float: left; font-size: 12px; line-height: 15px;
      	strong {font-weight: 700; font-size: 14px;}
      }
      .review-text {clear: both; font-size: 16px; line-height: 19px; @include boxsizing; padding: 16px 0;}
      */ }
      #content.soorten-letselschade-page .what-example .container .content-right .review-author .entry-buttons {
        margin-top: 15px; }
    #content.soorten-letselschade-page .what-example .container .content-right .list-items {
      padding-top: 20px; }
      #content.soorten-letselschade-page .what-example .container .content-right .list-items ul {
        margin: 0 0 30px 0;
        padding: 0; }
        #content.soorten-letselschade-page .what-example .container .content-right .list-items ul li {
          list-style-type: none;
          position: relative;
          padding-left: 25px; }
          #content.soorten-letselschade-page .what-example .container .content-right .list-items ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #009A16;
            position: absolute;
            top: 0;
            left: 0; }
        #content.soorten-letselschade-page .what-example .container .content-right .list-items ul.no-icons li {
          padding-left: 0; }
          #content.soorten-letselschade-page .what-example .container .content-right .list-items ul.no-icons li:before {
            display: none; }
          #content.soorten-letselschade-page .what-example .container .content-right .list-items ul.no-icons li span.label {
            width: 75%;
            display: inline-block; }
#content.soorten-letselschade-page .faq-block {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content.soorten-letselschade-page .faq-block .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content.soorten-letselschade-page .faq-block .content-left .entry-header {
      margin-bottom: 20px; }
    #content.soorten-letselschade-page .faq-block .content-left .entry-content ul {
      margin: 0;
      padding: 0; }
      #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li {
        list-style-type: none;
        margin-bottom: 15px; }
        #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li .question {
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal;
          position: relative;
          padding-left: 25px;
          margin-bottom: 0px; }
          #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li .question:before {
            content: "\f067";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 12px; }
          #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li .question:hover {
            cursor: pointer; }
        #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li .answer {
          max-height: 0;
          height: 0;
          overflow: hidden;
          padding-left: 25px; }
        #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li.open .question:before {
          content: "\f068"; }
        #content.soorten-letselschade-page .faq-block .content-left .entry-content ul li.open .answer {
          max-height: 100000px;
          height: auto; }
  #content.soorten-letselschade-page .faq-block .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content.soorten-letselschade-page .faq-block .content-right .text-block {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px 20px 10px 20px; }
      #content.soorten-letselschade-page .faq-block .content-right .text-block .review-author {
        overflow: hidden;
        margin-bottom: 20px;
        /*
        .avatar {float: left; margin-right: 15px;}
        .author {float: left; font-size: 13px; line-height: 15px;
        	strong {font-weight: 700; font-size: 14px;}
        }
        */ }
      #content.soorten-letselschade-page .faq-block .content-right .text-block .entry-header {
        margin-bottom: 10px; }
      #content.soorten-letselschade-page .faq-block .content-right .text-block .entry-content ul {
        margin: 0 0 10px 0;
        padding: 0; }
        #content.soorten-letselschade-page .faq-block .content-right .text-block .entry-content ul li {
          list-style-type: none;
          position: relative;
          padding-left: 25px; }
          #content.soorten-letselschade-page .faq-block .content-right .text-block .entry-content ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #009A16;
            position: absolute;
            top: 0;
            left: 0; }
#content.soorten-letselschade-page .call-review {
  padding: 28px 0; }

/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content.soorten-letselschade-page .text-method .content-right .methods-block {
    margin-top: 0; }
  #content.soorten-letselschade-page .text-image .content-right picture {
    text-align: center; }
  #content.soorten-letselschade-page .text-image .content-right img {
    max-width: 50%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content.soorten-letselschade-page .what-example .container .entry-content ul.ulcols, #content.soorten-letselschade-page .what-example .container .entry-content ol.ulcols {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-position: inside; } }
#content.bedankt-page .contact-blocks {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 0;
  overflow: hidden;
  background-color: #F6F3F1; }
  #content.bedankt-page .contact-blocks .entry-header {
    margin-bottom: 20px; }
  #content.bedankt-page .contact-blocks .content-left {
    width: 66.66666666%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content.bedankt-page .contact-blocks .content-left .entry-content {
      margin-left: -18px;
      margin-right: -18px; }
      #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block {
        float: left;
        width: 50%;
        margin-bottom: 35px;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 18px; }
        #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block:nth-child(2n+3) {
          clear: left; }
        #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner {
          background: #FFFFFF 0% 0% no-repeat padding-box;
          border: 3px solid #DCEBF3;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 20px 20px 50px 20px;
          overflow: hidden; }
          #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner h3 {
            font-size: 20px;
            line-height: 24px; }
            #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner h3 a {
              font-size: 20px;
              line-height: 24px;
              text-decoration: none;
              color: #002857; }
              #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner h3 a:hover {
                text-decoration: underline; }
          #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner p {
            font-size: 16px;
            line-height: 19px; }
          #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner a.link {
            font-size: 18px;
            line-height: 19px;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal;
            color: #0068BD;
            text-decoration: none; }
            #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner a.link:after {
              content: "\f054";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 8px;
              padding-left: 5px;
              vertical-align: middle; }
            #content.bedankt-page .contact-blocks .content-left .entry-content .contact-block .contact-block-inner a.link:hover {
              text-decoration: underline;
              color: #002857; }
  #content.bedankt-page .contact-blocks .content-right {
    width: 33.333333%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content.bedankt-page .contact-blocks .content-right .info-block .info-block-inner {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      overflow: hidden;
      font-size: 16px;
      line-height: 24px; }
      #content.bedankt-page .contact-blocks .content-right .info-block .info-block-inner h3 {
        font-size: 21px;
        margin-bottom: 20px; }
      #content.bedankt-page .contact-blocks .content-right .info-block .info-block-inner ul {
        margin: 0;
        padding: 0; }
        #content.bedankt-page .contact-blocks .content-right .info-block .info-block-inner ul li {
          list-style-type: none;
          overflow: hidden; }
          #content.bedankt-page .contact-blocks .content-right .info-block .info-block-inner ul li .day {
            width: 60%;
            float: left;
            font-family: proxima-nova, sans-serif;
            font-weight: 600;
            font-style: normal; }
          #content.bedankt-page .contact-blocks .content-right .info-block .info-block-inner ul li .time {
            width: 40%;
            float: left; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#content {
  position: relative;
  z-index: 1; }

#content .vacatures-banner, #content .vacature-banner {
  overflow: hidden; }
  #content .vacatures-banner .banner-text, #content .vacature-banner .banner-text {
    padding-top: 31px; }
    #content .vacatures-banner .banner-text .entry-header, #content .vacature-banner .banner-text .entry-header {
      margin-bottom: 10px; }
      #content .vacatures-banner .banner-text .entry-header h1, #content .vacature-banner .banner-text .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
      #content .vacatures-banner .banner-text .entry-header h3, #content .vacature-banner .banner-text .entry-header h3 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #0A75DB;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
        display: table; }
    #content .vacatures-banner .banner-text .entry-content, #content .vacature-banner .banner-text .entry-content {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 28px 0 0px 0;
      overflow: hidden; }
    #content .vacatures-banner .banner-text .entry-buttons, #content .vacature-banner .banner-text .entry-buttons {
      margin-bottom: 28px; }
#content .vacatures-intro {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0 28px 0;
  overflow: hidden; }
  #content .vacatures-intro .entry-header {
    margin-bottom: 20px; }
#content .vacatures-blocks {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0 28px 0;
  overflow: hidden; }
  #content .vacatures-blocks .container .vacature-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #DCEBF3;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px; }
    #content .vacatures-blocks .container .vacature-block .vacature-block-inner {
      display: flex;
      flex-wrap: wrap; }
      #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-cat {
        vertical-align: middle;
        float: left;
        width: 16.666667%;
        text-align: center;
        display: inherit; }
        #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-cat h3 {
          margin: auto;
          font-size: 24px;
          line-height: 24px; }
      #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-text {
        float: left;
        width: 83.33333%;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px; }
        #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-text .entry-info {
          color: #008c23;
          margin-bottom: 15px;
          font-weight: bold; }
        #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-text .entry-excerpt {
          margin-bottom: 15px; }
#content .vacatures-open, #content .vacature-vragen {
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0; }
  #content .vacatures-open .container, #content .vacature-vragen .container {
    display: flex;
    flex-wrap: wrap; }
    #content .vacatures-open .container .content-left, #content .vacature-vragen .container .content-left {
      width: 80%;
      float: left; }
      #content .vacatures-open .container .content-left .entry-header, #content .vacature-vragen .container .content-left .entry-header {
        margin-bottom: 15px; }
      #content .vacatures-open .container .content-left p, #content .vacature-vragen .container .content-left p {
        font-weight: bold; }
      #content .vacatures-open .container .content-left table tr td:nth-child(1), #content .vacature-vragen .container .content-left table tr td:nth-child(1) {
        padding-right: 30px;
        font-weight: bold; }
      #content .vacatures-open .container .content-left table tr td a, #content .vacature-vragen .container .content-left table tr td a {
        color: #0068BD;
        text-decoration: none; }
    #content .vacatures-open .container .content-right, #content .vacature-vragen .container .content-right {
      width: 20%;
      float: right;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 25px;
      align-self: flex-end; }
      #content .vacatures-open .container .content-right img, #content .vacature-vragen .container .content-right img {
        max-width: 100%;
        height: auto;
        margin-bottom: -28px; }
#content .vacature-banner {
  overflow: hidden; }
  #content .vacature-banner .banner-text {
    padding-top: 31px; }
    #content .vacature-banner .banner-text .entry-header {
      margin-bottom: 10px; }
      #content .vacature-banner .banner-text .entry-header h1 {
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #FFFFFF;
        background-color: #002857;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 5px;
        display: table; }
    #content .vacature-banner .banner-text .entry-content {
      margin-bottom: 15px; }
#content .vacature-functie {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .vacature-functie .content-left {
    width: 56%;
    float: left;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px; }
    #content .vacature-functie .content-left .entry-header {
      margin-bottom: 20px; }
      #content .vacature-functie .content-left .entry-header .header-padding-top {
        padding-top: 23px; }
    #content .vacature-functie .content-left .entry-content {
      margin-bottom: 20px; }
      #content .vacature-functie .content-left .entry-content h2 {
        margin-bottom: 20px; }
      #content .vacature-functie .content-left .entry-content p a {
        color: #0068BD;
        text-decoration: underline; }
        #content .vacature-functie .content-left .entry-content p a:hover {
          text-decoration: underline;
          color: #002857; }
      #content .vacature-functie .content-left .entry-content ul {
        margin: 0 0 30px 0;
        padding: 0; }
        #content .vacature-functie .content-left .entry-content ul li {
          list-style-type: none;
          position: relative;
          padding-left: 25px; }
          #content .vacature-functie .content-left .entry-content ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #009A16;
            position: absolute;
            top: 0;
            left: 0; }
  #content .vacature-functie .content-right {
    width: 44%;
    float: right;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px; }
    #content .vacature-functie .content-right .vacature-detail {
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 3px solid #DCEBF3;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px; }
      #content .vacature-functie .content-right .vacature-detail .entry-header {
        margin-bottom: 20px; }
      #content .vacature-functie .content-right .vacature-detail .entry-content {
        margin-bottom: 15px; }
        #content .vacature-functie .content-right .vacature-detail .entry-content table {
          margin-bottom: 15px; }
          #content .vacature-functie .content-right .vacature-detail .entry-content table tr td {
            margin-bottom: 10px; }
            #content .vacature-functie .content-right .vacature-detail .entry-content table tr td:nth-child(1) {
              font-weight: bold;
              padding-right: 30px; }
      #content .vacature-functie .content-right .vacature-detail .entry-footer a {
        font-size: 18px;
        line-height: 19px;
        font-family: proxima-nova, sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #0068BD;
        text-decoration: none; }
        #content .vacature-functie .content-right .vacature-detail .entry-footer a:after {
          content: "\f054";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          font-size: 8px;
          padding-left: 5px;
          vertical-align: middle; }
        #content .vacature-functie .content-right .vacature-detail .entry-footer a:hover {
          text-decoration: underline;
          color: #002857; }
#content .vacature-wij-vragen {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .vacature-wij-vragen .entry-header {
    margin-bottom: 20px; }
  #content .vacature-wij-vragen .entry-content ul, #content .vacature-wij-vragen .entry-content ol {
    margin-left: 20px;
    margin-bottom: 15px; }
#content .vacature-bedrijf {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .vacature-bedrijf .entry-header {
    margin-bottom: 20px; }
  #content .vacature-bedrijf .entry-content ul, #content .vacature-bedrijf .entry-content ol {
    margin-left: 20px;
    margin-bottom: 15px; }
#content .vacature-waarom {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .vacature-waarom .entry-header {
    margin-bottom: 20px; }
  #content .vacature-waarom .entry-content ul, #content .vacature-waarom .entry-content ol {
    margin-left: 20px;
    margin-bottom: 15px; }
#content .vacature-solliciteren {
  background-color: #F6F3F1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 0;
  overflow: hidden; }
  #content .vacature-solliciteren .entry-header {
    margin-bottom: 20px; }
  #content .vacature-solliciteren .gform_wrapper form .gform_body label {
    display: inherit !important; }

/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .vacatures-blocks .container .vacature-block .vacature-block-inner {
    display: inherit; }
    #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-cat {
      float: none;
      width: 100%;
      text-align: left;
      display: inherit;
      margin-bottom: 20px; }
      #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-cat h3 {
        margin: auto;
        font-size: 24px;
        line-height: 24px; }
    #content .vacatures-blocks .container .vacature-block .vacature-block-inner .vacature-text {
      float: none;
      width: 100%;
      padding-left: 0px; }
  #content .vacatures-open .container .content-right, #content .vacature-vragen .container .content-right {
    text-align: center; }
    #content .vacatures-open .container .content-right img, #content .vacature-vragen .container .content-right img {
      max-width: 50%; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainfooter {
  font-size: 18px; }
  #mainfooter .footer-top {
    border-bottom: 2px solid #DCEBF3;
    padding-top: 11px; }
    #mainfooter .footer-top .footer-logo {
      margin-bottom: 15px; }
      #mainfooter .footer-top .footer-logo svg {
        width: 250px; }
      #mainfooter .footer-top .footer-logo img {
        width: 250px; }
    #mainfooter .footer-top .footer-phone {
      font-size: 24px;
      line-height: 27px;
      color: #002857;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 20px; }
      #mainfooter .footer-top .footer-phone a {
        color: #0068BD;
        text-decoration: none; }
        #mainfooter .footer-top .footer-phone a:hover {
          color: #002857;
          text-decoration: underline; }
      #mainfooter .footer-top .footer-phone span.online:after {
        content: "";
        width: 4px;
        height: 4px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        background-color: #009A16;
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px; }
      #mainfooter .footer-top .footer-phone span.online.offline:after {
        background-color: #ff0000; }
    #mainfooter .footer-top .footer-menu {
      overflow: hidden; }
      #mainfooter .footer-top .footer-menu .footer-menu-block {
        float: left;
        margin-right: 70px; }
        #mainfooter .footer-top .footer-menu .footer-menu-block label {
          color: #002857;
          font-family: proxima-nova, sans-serif;
          font-weight: 600;
          font-style: normal; }
        #mainfooter .footer-top .footer-menu .footer-menu-block ul {
          margin: 0 0 30px 0;
          padding: 0; }
          #mainfooter .footer-top .footer-menu .footer-menu-block ul li {
            list-style-type: none;
            line-height: 24px; }
            #mainfooter .footer-top .footer-menu .footer-menu-block ul li:before {
              content: "\f054";
              font-family: 'Font Awesome 5 Free';
              font-weight: 900;
              font-size: 8px;
              padding-right: 5px;
              vertical-align: middle;
              color: #0068BD; }
            #mainfooter .footer-top .footer-menu .footer-menu-block ul li a {
              color: #0068BD;
              text-decoration: none;
              font-size: 16px; }
              #mainfooter .footer-top .footer-menu .footer-menu-block ul li a:hover {
                text-decoration: underline; }
  #mainfooter .footer-middle {
    border-bottom: 2px solid #DCEBF3;
    padding: 10px 0; }
    #mainfooter .footer-middle span {
      font-size: 12px;
      line-height: 22px;
      display: block; }
    #mainfooter .footer-middle ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainfooter .footer-middle ul li {
        list-style-type: none;
        float: left;
        margin-right: 20px; }
        #mainfooter .footer-middle ul li:last-child {
          margin-right: 0; }
        #mainfooter .footer-middle ul li img {
          width: auto;
          max-height: 22px; }
  #mainfooter .footer-bottom {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 50px 0; }
    #mainfooter .footer-bottom nav ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainfooter .footer-bottom nav ul li {
        list-style-type: none;
        float: left;
        margin-right: 20px;
        font-size: 14px;
        line-height: 22px; }
        #mainfooter .footer-bottom nav ul li:last-child {
          margin-right: 0; }
        #mainfooter .footer-bottom nav ul li a {
          color: #0068BD;
          text-decoration: none; }
          #mainfooter .footer-bottom nav ul li a:hover {
            text-decoration: underline; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mainfooter .footer-top .footer-menu .footer-menu-block {
    width: 50%;
    margin-right: 0; }

  #ht-ctc-chat {
    display: none !important; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainfooter .footer-top .footer-menu .footer-menu-block {
    float: none;
    width: 100%; }
  #mainfooter .footer-bottom nav ul li {
    float: none;
    margin-right: 0px; } }

/*# sourceMappingURL=style.css.map */
